﻿.phone-input {
    display: flex;
    margin: auto;
    overflow: hidden;
    border: 1px solid #dbdbdb;
    border-radius: 25px;
    align-items: center
}

    .phone-input * {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1em
    }

    .phone-input .phone {
        background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI3LjQ0MiAyNy40NDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI3LjQ0MiAyNy40NDI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPgo8Zz4KCTxwYXRoIGQ9Ik0xOS40OTQsMEg3Ljk0OEM2Ljg0MywwLDUuOTUxLDAuODk2LDUuOTUxLDEuOTk5djIzLjQ0NmMwLDEuMTAyLDAuODkyLDEuOTk3LDEuOTk3LDEuOTk3aDExLjU0NiAgIGMxLjEwMywwLDEuOTk3LTAuODk1LDEuOTk3LTEuOTk3VjEuOTk5QzIxLjQ5MSwwLjg5NiwyMC41OTcsMCwxOS40OTQsMHogTTEwLjg3MiwxLjIxNGg1LjdjMC4xNDQsMCwwLjI2MSwwLjIxNSwwLjI2MSwwLjQ4MSAgIHMtMC4xMTcsMC40ODItMC4yNjEsMC40ODJoLTUuN2MtMC4xNDUsMC0wLjI2LTAuMjE2LTAuMjYtMC40ODJDMTAuNjEyLDEuNDI5LDEwLjcyNywxLjIxNCwxMC44NzIsMS4yMTR6IE0xMy43MjIsMjUuNDY5ICAgYy0wLjcwMywwLTEuMjc1LTAuNTcyLTEuMjc1LTEuMjc2czAuNTcyLTEuMjc0LDEuMjc1LTEuMjc0YzAuNzAxLDAsMS4yNzMsMC41NywxLjI3MywxLjI3NFMxNC40MjMsMjUuNDY5LDEzLjcyMiwyNS40Njl6ICAgIE0xOS45OTUsMjEuMUg3LjQ0OFYzLjM3M2gxMi41NDdWMjEuMXoiIGZpbGw9IiMwMDAwMDAiLz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
        width: 50px;
        height: 50px;
        background-position: center;
        background-size: 70%;
        background-repeat: no-repeat;
        background-color: #ececec;
        margin-right: 0.5em
    }

    .phone-input .flag {
        width: 50px;
        height: 50px;
        font-size: 30px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center
    }

    .phone-input .country-code {
        color: #acacac;
        margin-left: 0.5em
    }

    .phone-input input.text-input {
        flex: 1;
        min-width: 0;
        margin-left: 0.5em;
        margin-right: 2px;
        border: 0;
        outline: none
    }

    .phone-input .checkmark-container {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: flex-end
    }

        .phone-input .checkmark-container img {
            width: 100%;
            height: 100%;
            display: inline-block
        }

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    -webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards
}

.checkmark__icon, .errormark__icon {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #7ac142;
    -webkit-animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
    animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards
}

@-webkit-keyframes stroke {
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes scale {
    0%,100% {
        transform: none
    }

    50% {
        transform: scale3d(1.1, 1.1, 1)
    }
}

@keyframes scale {
    0%,100% {
        transform: none
    }

    50% {
        transform: scale3d(1.1, 1.1, 1)
    }
}

@-webkit-keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142
    }
}

@keyframes lds-spinner {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes lds-spinner {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.loading-container {
    text-align: center
}

.lds-spinner {
    position: relative;
    margin: auto;
    width: 64px;
    height: 64px;
    -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
    transform: translate(-100px, -100px) scale(1) translate(100px, 100px)
}

    .lds-spinner div {
        left: 0;
        right: 0;
        top: 0;
        margin: auto;
        position: absolute;
        -webkit-animation: lds-spinner linear 1s infinite;
        animation: lds-spinner linear 1s infinite;
        background: #337ab7;
        width: 6px;
        height: 12px;
        border-radius: 40%;
        -webkit-transform-origin: 3px 27px;
        transform-origin: 3px 27px
    }

        .lds-spinner div:nth-child(1) {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-animation-delay: -0.916666666666667s;
            animation-delay: -0.916666666666667s
        }

        .lds-spinner div:nth-child(2) {
            -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
            -webkit-animation-delay: -0.833333333333333s;
            animation-delay: -0.833333333333333s
        }

        .lds-spinner div:nth-child(3) {
            -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
            -webkit-animation-delay: -0.75s;
            animation-delay: -0.75s
        }

        .lds-spinner div:nth-child(4) {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            -webkit-animation-delay: -0.666666666666667s;
            animation-delay: -0.666666666666667s
        }

        .lds-spinner div:nth-child(5) {
            -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
            -webkit-animation-delay: -0.583333333333333s;
            animation-delay: -0.583333333333333s
        }

        .lds-spinner div:nth-child(6) {
            -webkit-transform: rotate(150deg);
            transform: rotate(150deg);
            -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s
        }

        .lds-spinner div:nth-child(7) {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
            -webkit-animation-delay: -0.416666666666667s;
            animation-delay: -0.416666666666667s
        }

        .lds-spinner div:nth-child(8) {
            -webkit-transform: rotate(210deg);
            transform: rotate(210deg);
            -webkit-animation-delay: -0.333333333333333s;
            animation-delay: -0.333333333333333s
        }

        .lds-spinner div:nth-child(9) {
            -webkit-transform: rotate(240deg);
            transform: rotate(240deg);
            -webkit-animation-delay: -0.25s;
            animation-delay: -0.25s
        }

        .lds-spinner div:nth-child(10) {
            -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
            -webkit-animation-delay: -0.166666666666667s;
            animation-delay: -0.166666666666667s
        }

        .lds-spinner div:nth-child(11) {
            -webkit-transform: rotate(300deg);
            transform: rotate(300deg);
            -webkit-animation-delay: -0.083333333333333s;
            animation-delay: -0.083333333333333s
        }

        .lds-spinner div:nth-child(12) {
            -webkit-transform: rotate(330deg);
            transform: rotate(330deg);
            -webkit-animation-delay: 0s;
            animation-delay: 0s
        }

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    -webkit-touch-callout: none;
    -moz-osx-font-smoothing: grayscale
}

body {
    margin: 0;
    padding: 0;
    background-color: #f3f3f3;
    color: #777;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%
}

    body a {
        text-decoration: none
    }

    body .root {
        position: relative
    }

    body .overlay {
        position: absolute;
        /* top:0; */
        /* left:0; */
        /* margin:auto; */
        /* padding:0; */
        /* width:100%; */
        /* height:100%; */
        /* min-width:100vw; */
        /* min-height:100vh; */
        /* background-color:rgba(0,0,0,0.5); */
        z-index: 1
    }

    body .loading-wrapper {
        position: fixed;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        inset: 0;
        width: 100dvw;
        height: 100dvh;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        background: rgba(243,243,243,0.8);
        z-index: 2
    }

    body .loading-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 40px auto 0;
        padding: 16px;
        width: 280px;
        height: 200px;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #fff;
        -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.32),0 4px 8px rgba(0,0,0,0.16);
        box-shadow: 0 2px 4px rgba(0,0,0,0.32),0 4px 8px rgba(0,0,0,0.16);
        border-radius: 8px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 16px;
        gap: 16px;
        list-style: 1.25;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

        body .loading-content .loadingLabel {
            color: #337ab7
        }

        body .loading-content .waitLabel {
            margin-top: -8px;
            color: #000;
            font-weight: bold
        }

    body .loading-container {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }

    body .container {
        position: relative;
        margin: 0 auto;
    }

        body .container.direction-rtl {
            direction: rtl
        }

        body .container.guide, body .container.guide .creativeArea, body .container.guide .subscriptionAreaWrapper, body .container.guide .freeArea, body .container.guide .legalArea {
            color: #000;
            outline: 1px dashed #f00
        }

        body .container .serviceLogo {
            position: absolute;
            top: 8px;
            left: 8px;
            width: auto;
            height: 4.219rem;
            display: none
        }

        body .container .switchLang {
            position: absolute;
            top: 8px;
            right: 8px;
            padding: 2px;
            min-width: 64px;
            background-color: #fff;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            outline: none;
            z-index: 2
        }

        body .container .topLegalsWrap {
            max-width: 480px;
            margin: auto
        }

            body .container .topLegalsWrap .topLegals {
                font-size: 12px;
                position: absolute;
                left: 0;
                right: 0;
                top: 30px;
                color: #000000;
                text-align: center;
                padding: 6px 0;
                margin: 0 auto;
                z-index: 1
            }

        body .container .creativeArea {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin: 0 auto;
            padding: 60px 16px 32px;
            width: 100%;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            background-color: #e7e7e7;
            -webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.16),0 1px 0 rgba(0,0,0,0.16);
            box-shadow: inset 0 -1px 0 rgba(255,255,255,0.16),0 1px 0 rgba(0,0,0,0.16);
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            text-align: center;

        }

            body .container .creativeArea:hover {
                background-color: #e0e0e0
            }

            body .container .creativeArea .file {
                position: relative;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: end;
                -ms-flex-align: end;
                align-items: end;
                cursor: pointer;
                gap: 8px
            }

            body .container .creativeArea .file_image {
                width: auto;
                height: 64px
            }

            body .container .creativeArea .file_details {
                text-align: initial
            }

                body .container .creativeArea .file_details > p {
                    margin: 0
                }

            body .container .creativeArea .file_details_message {
                color: #333;
                font-size: 16px;
                font-weight: bold
            }

            body .container .creativeArea .file_details_name, body .container .creativeArea .file_details_expiration {
                color: #777;
                font-size: 12px
            }

                body .container .creativeArea .file_details_name i, body .container .creativeArea .file_details_expiration i {
                    color: #3c70e5;
                    font-style: unset
                }

        body .container .subscriptionAreaWrapper {
            position: relative;
            margin: 0 auto;
            padding: 0;
            width: 100%;
            max-width: 480px;
            z-index: 2
        }

@media screen and (min-width: 601px) {
    body .container .subscriptionAreaWrapper {
        min-height: unset
    }
}

body .container .subscriptionAreaWrapper > div {
    padding: 16px
}

    body .container .subscriptionAreaWrapper > div .top-legals {
        margin-bottom: 16px;
        color: #333;
        font-size: 12px;
        text-align: center
    }

body .container .subscriptionAreaWrapper #divFocus {
    text-align: center
}

    body .container .subscriptionAreaWrapper #divFocus > * {
        position: relative;
        display: block;
        padding: 16px;
        width: 100%;
        min-height: 88px;
        max-width: 480px;
        background-color: #f3f3f3;
        border-radius: 8px;
        color: #000
    }

body .container .subscriptionAreaWrapper .oc2smsLabel, body .container .subscriptionAreaWrapper .msisdnLabel, body .container .subscriptionAreaWrapper .pinEntryLabel, body .container .subscriptionAreaWrapper .moLabel, body .container .subscriptionAreaWrapper .clickLabel {
    text-align: center;
    margin: 12px auto;
    font-weight: bold;
    font-size: 16px;
    max-width: 320px
}

body .container .exit {
    margin: 0 auto 16px;
    color: #000000;
    font-size: 12px;
    text-align: center;
    text-decoration: underline
}

body .container .disclaimer {
    color: #000000;
    font-size: 11px;
    line-height: 1.25;
    text-align: center
}

    body .container .disclaimer a {
        display: inline-block;
        margin-inline: 3px;
        color: inherit
    }

        body .container .disclaimer a:hover {
            text-decoration: underline
        }

    body .container .disclaimer img {
        height: 13px;
        margin-bottom: -3px;
        opacity: 0.9;
        -webkit-filter: brightness(0) saturate(100%) invert(0%) sepia(4%) saturate(7483%) hue-rotate(199deg) brightness(96%) contrast(99%);
        filter: brightness(0) saturate(100%) invert(0%) sepia(4%) saturate(7483%) hue-rotate(199deg) brightness(96%) contrast(99%)
    }

body .container .legalArea {
    width: 100%;
    max-width: 480px;
    padding: 0 16px 16px;
    margin: auto
}

body .additional-disclaimer {
    font-size: 12px;
    font-style: italic;
}

body .container .msg, body .container .error {
    margin: 10px;
    font-size: 12px
}

body .container .error {
    color: #f00
}

body .container .errorMsg {
    text-align: center;
    max-width: 320px;
    margin: 16px auto 0;
    padding: 0;
    font-size: 12px;
    color: #f00;
    font-weight: bold
}

body .container .error-msg {
    color: #d2c5c5;
    margin: 10px auto;
    font-size: 2px
}

body .container .tryAgainLink {
    display: block;
    margin-top: 16px;
    color: #575bff;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    text-decoration: underline
}

    body .container .tryAgainLink .bolded {
        font-weight: bold
    }

body .container .shake-horizontal {
    -webkit-animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
    animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both
}

.btn-list {
    padding: 0;
    list-style: none
}

.btn {
    background: -webkit-gradient(linear, left top, left bottom, from(#e8c818), to(#e87615));
    background: linear-gradient(-180deg, #e8c818 0%, #e87615 100%);
    -webkit-box-shadow: inset 0 2px 0 rgba(255,255,255,0.32),0 2px 0 #be4607;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.32),0 2px 0 #be4607;
    border: none;
    outline: none;
    color: #fff;
    margin: 10px auto;
    width: 100%;
    max-width: 320px;
    padding: 10px;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 8px;
    min-height: 60px;
    line-height: normal;
    font-weight: bold;
    cursor: pointer;
    display: block;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0,0,0,0.32)
}

    .btn:disabled {
        background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#b2b2b2));
        background: linear-gradient(-180deg, #e8e8e8 0%, #b2b2b2 100%);
        -webkit-box-shadow: inset 0 2px 0 rgba(255,255,255,0.32),0 2px 0 #777;
        box-shadow: inset 0 2px 0 rgba(255,255,255,0.32),0 2px 0 #777;
        color: #777;
        opacity: 0.7;
        text-shadow: none
    }

    .btn:not(:disabled):hover {
        -webkit-filter: brightness(1.05);
        filter: brightness(1.05)
    }

.btn__secondary {
    font-size: 12px;
    display: block;
    margin: 0 auto
}

body .container .subscriptionAreaWrapper .subscriptionArea {
    color: inherit
}

    body .container .subscriptionAreaWrapper .subscriptionArea .btn {
        margin: 16px auto 0
    }

    body .container .subscriptionAreaWrapper .subscriptionArea .number-entry .msisdnLabel {
        margin: 0 auto 16px
    }

    body .container .subscriptionAreaWrapper .subscriptionArea .number-entry .phoneInputWrap {
        max-width: 320px;
        margin: auto;
        direction: ltr
    }

        body .container .subscriptionAreaWrapper .subscriptionArea .number-entry .phoneInputWrap .phone-input {
            text-align: center;
            border: 2px solid #0172e5;
            background-color: rgba(239,239,239,0.83);
            border-radius: 8px;
            -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.25),0 1px 0 #fff;
            box-shadow: inset 0px 1px 2px rgba(0,0,0,0.25),0 1px 0 #fff
        }

            body .container .subscriptionAreaWrapper .subscriptionArea .number-entry .phoneInputWrap .phone-input .phone {
                background-color: transparent
            }

            body .container .subscriptionAreaWrapper .subscriptionArea .number-entry .phoneInputWrap .phone-input input.text-input {
                margin-left: 0;
                margin-right: 0.5rem;
                font-size: 1.4rem;
                background-color: transparent
            }

                body .container .subscriptionAreaWrapper .subscriptionArea .number-entry .phoneInputWrap .phone-input input.text-input::-webkit-input-placeholder {
                    font-size: 1.1rem
                }

                body .container .subscriptionAreaWrapper .subscriptionArea .number-entry .phoneInputWrap .phone-input input.text-input::-moz-placeholder {
                    font-size: 1.1rem
                }

                body .container .subscriptionAreaWrapper .subscriptionArea .number-entry .phoneInputWrap .phone-input input.text-input:-ms-input-placeholder {
                    font-size: 1.1rem
                }

                body .container .subscriptionAreaWrapper .subscriptionArea .number-entry .phoneInputWrap .phone-input input.text-input::-ms-input-placeholder {
                    font-size: 1.1rem
                }

                body .container .subscriptionAreaWrapper .subscriptionArea .number-entry .phoneInputWrap .phone-input input.text-input::placeholder {
                    font-size: 1.1rem
                }

            body .container .subscriptionAreaWrapper .subscriptionArea .number-entry .phoneInputWrap .phone-input .checkmark-container {
                margin-right: 0.5rem
            }

    body .container .subscriptionAreaWrapper .subscriptionArea .pinEntryLabel {
        margin: 0 auto 16px
    }

    body .container .subscriptionAreaWrapper .subscriptionArea .pinInputWrap {
        position: relative;
        width: 240px;
        margin: auto;
        direction: ltr
    }

        body .container .subscriptionAreaWrapper .subscriptionArea .pinInputWrap::after {
            content: "";
            background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNNDMyIDMyN0g4MGMtNDQuMTEyIDAtODAgMzUuODg4LTgwIDgwczM1Ljg4OCA4MCA4MCA4MGgzNTJjNDQuMTEyIDAgODAtMzUuODg4IDgwLTgwcy0zNS44ODgtODAtODAtODB6TTEwNiA0MzJjLTEzLjgwNyAwLTI1LTExLjE5My0yNS0yNXMxMS4xOTMtMjUgMjUtMjUgMjUgMTEuMTkzIDI1IDI1LTExLjE5MyAyNS0yNSAyNXptMTAwIDBjLTEzLjgwNyAwLTI1LTExLjE5My0yNS0yNXMxMS4xOTMtMjUgMjUtMjUgMjUgMTEuMTkzIDI1IDI1LTExLjE5MyAyNS0yNSAyNXptMTAwIDBjLTEzLjgwNyAwLTI1LTExLjE5My0yNS0yNXMxMS4xOTMtMjUgMjUtMjUgMjUgMTEuMTkzIDI1IDI1LTExLjE5MyAyNS0yNSAyNXptMTAwIDBjLTEzLjgwNyAwLTI1LTExLjE5My0yNS0yNXMxMS4xOTMtMjUgMjUtMjUgMjUgMTEuMTkzIDI1IDI1LTExLjE5MyAyNS0yNSAyNXptLTU1LTMwNWgtMjB2LTI3YzAtNDEuMzU1LTMzLjY0NS03NS03NS03NXMtNzUgMzMuNjQ1LTc1IDc1djI3aC0yMGMtOC4yODQgMC0xNSA2LjcxNi0xNSAxNXYxMTljMCA4LjI4NCA2LjcxNiAxNSAxNSAxNWgxOTBjOC4yODQgMCAxNS02LjcxNiAxNS0xNVYxNDJjMC04LjI4NC02LjcxNi0xNS0xNS0xNXptLTgwIDc5LjEyOFYyMTJjMCA4LjI4NC02LjcxNiAxNS0xNSAxNXMtMTUtNi43MTYtMTUtMTV2LTUuODcyYy01LjgyMi0yLjA2MS0xMC03LjYtMTAtMTQuMTI4IDAtOC4yODQgNi43MTYtMTUgMTUtMTVoMjBjOC4yODQgMCAxNSA2LjcxNiAxNSAxNSAwIDYuNTI4LTQuMTc4IDEyLjA2Ny0xMCAxNC4xMjh6TTMwMSAxMjdoLTkwdi0yN2MwLTI0LjgxMyAyMC4xODctNDUgNDUtNDVzNDUgMjAuMTg3IDQ1IDQ1djI3eiIvPjwvc3ZnPg==) no-repeat center;
            background-size: 90%;
            background-position: center;
            background-repeat: no-repeat;
            opacity: 0.5;
            position: absolute;
            height: 40px;
            width: 40px;
            left: 25px;
            top: 0;
            bottom: 0;
            margin: auto 0
        }

        body .container .subscriptionAreaWrapper .subscriptionArea .pinInputWrap .pinInput {
            border: 2px solid #0172e5;
            background-color: rgba(239,239,239,0.83);
            font-size: 20px;
            padding: 8px;
            text-align: center;
            margin-bottom: 5px;
            border-radius: 8px;
            -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.25),0 1px 0 #fff;
            box-shadow: inset 0px 1px 2px rgba(0,0,0,0.25),0 1px 0 #fff;
            width: 100%;
            max-width: 320px;
            height: 55px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin: auto
        }

    body .container .subscriptionAreaWrapper .subscriptionArea.moButton {
        display: block;
        color: #333;
        text-align: center
    }

        body .container .subscriptionAreaWrapper .subscriptionArea.moButton .Label, body .container .subscriptionAreaWrapper .subscriptionArea.moButton .moInstructions {
            margin: 0 auto;
            padding-inline: 16px;
            max-width: 320px;
            line-height: 1.25
        }

        body .container .subscriptionAreaWrapper .subscriptionArea.moButton .btn {
            margin-bottom: 16px;
            line-height: 40px
        }

    body .container .subscriptionAreaWrapper .subscriptionArea.oc2sms-button .clickLabel {
        margin: 0 auto 16px
    }

    body .container .subscriptionAreaWrapper .subscriptionArea.oc2sms-button .waitResponse {
        font-style: italic;
        margin: 0
    }

        body .container .subscriptionAreaWrapper .subscriptionArea.oc2sms-button .waitResponse:before {
            content: "";
            background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJtYXJnaW46YXV0bztiYWNrZ3JvdW5kOjAgMCIgd2lkdGg9IjIwMCIgaGVpZ2h0PSIyMDAiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgZGlzcGxheT0iYmxvY2siPjxyZWN0IHg9IjQ3IiB5PSIyNCIgcng9IjMiIHJ5PSI2IiB3aWR0aD0iNiIgaGVpZ2h0PSIxMiIgZmlsbD0iIzcxYjNmZSI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgdmFsdWVzPSIxOzAiIGtleVRpbWVzPSIwOzEiIGR1cj0iMXMiIGJlZ2luPSItMC45MTY2NjY2NjY2NjY2NjY2cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48L3JlY3Q+PHJlY3QgeD0iNDciIHk9IjI0IiByeD0iMyIgcnk9IjYiIHdpZHRoPSI2IiBoZWlnaHQ9IjEyIiBmaWxsPSIjNzFiM2ZlIiB0cmFuc2Zvcm09InJvdGF0ZSgzMCA1MCA1MCkiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIHZhbHVlcz0iMTswIiBrZXlUaW1lcz0iMDsxIiBkdXI9IjFzIiBiZWdpbj0iLTAuODMzMzMzMzMzMzMzMzMzNHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+PC9yZWN0PjxyZWN0IHg9IjQ3IiB5PSIyNCIgcng9IjMiIHJ5PSI2IiB3aWR0aD0iNiIgaGVpZ2h0PSIxMiIgZmlsbD0iIzcxYjNmZSIgdHJhbnNmb3JtPSJyb3RhdGUoNjAgNTAgNTApIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiB2YWx1ZXM9IjE7MCIga2V5VGltZXM9IjA7MSIgZHVyPSIxcyIgYmVnaW49Ii0wLjc1cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48L3JlY3Q+PHJlY3QgeD0iNDciIHk9IjI0IiByeD0iMyIgcnk9IjYiIHdpZHRoPSI2IiBoZWlnaHQ9IjEyIiBmaWxsPSIjNzFiM2ZlIiB0cmFuc2Zvcm09InJvdGF0ZSg5MCA1MCA1MCkiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIHZhbHVlcz0iMTswIiBrZXlUaW1lcz0iMDsxIiBkdXI9IjFzIiBiZWdpbj0iLTAuNjY2NjY2NjY2NjY2NjY2NnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+PC9yZWN0PjxyZWN0IHg9IjQ3IiB5PSIyNCIgcng9IjMiIHJ5PSI2IiB3aWR0aD0iNiIgaGVpZ2h0PSIxMiIgZmlsbD0iIzcxYjNmZSIgdHJhbnNmb3JtPSJyb3RhdGUoMTIwIDUwIDUwKSI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgdmFsdWVzPSIxOzAiIGtleVRpbWVzPSIwOzEiIGR1cj0iMXMiIGJlZ2luPSItMC41ODMzMzMzMzMzMzMzMzM0cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48L3JlY3Q+PHJlY3QgeD0iNDciIHk9IjI0IiByeD0iMyIgcnk9IjYiIHdpZHRoPSI2IiBoZWlnaHQ9IjEyIiBmaWxsPSIjNzFiM2ZlIiB0cmFuc2Zvcm09InJvdGF0ZSgxNTAgNTAgNTApIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiB2YWx1ZXM9IjE7MCIga2V5VGltZXM9IjA7MSIgZHVyPSIxcyIgYmVnaW49Ii0wLjVzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIvPjwvcmVjdD48cmVjdCB4PSI0NyIgeT0iMjQiIHJ4PSIzIiByeT0iNiIgd2lkdGg9IjYiIGhlaWdodD0iMTIiIGZpbGw9IiM3MWIzZmUiIHRyYW5zZm9ybT0icm90YXRlKDE4MCA1MCA1MCkiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIHZhbHVlcz0iMTswIiBrZXlUaW1lcz0iMDsxIiBkdXI9IjFzIiBiZWdpbj0iLTAuNDE2NjY2NjY2NjY2NjY2N3MiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+PC9yZWN0PjxyZWN0IHg9IjQ3IiB5PSIyNCIgcng9IjMiIHJ5PSI2IiB3aWR0aD0iNiIgaGVpZ2h0PSIxMiIgZmlsbD0iIzcxYjNmZSIgdHJhbnNmb3JtPSJyb3RhdGUoMjEwIDUwIDUwKSI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgdmFsdWVzPSIxOzAiIGtleVRpbWVzPSIwOzEiIGR1cj0iMXMiIGJlZ2luPSItMC4zMzMzMzMzMzMzMzMzMzMzcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48L3JlY3Q+PHJlY3QgeD0iNDciIHk9IjI0IiByeD0iMyIgcnk9IjYiIHdpZHRoPSI2IiBoZWlnaHQ9IjEyIiBmaWxsPSIjNzFiM2ZlIiB0cmFuc2Zvcm09InJvdGF0ZSgyNDAgNTAgNTApIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiB2YWx1ZXM9IjE7MCIga2V5VGltZXM9IjA7MSIgZHVyPSIxcyIgYmVnaW49Ii0wLjI1cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48L3JlY3Q+PHJlY3QgeD0iNDciIHk9IjI0IiByeD0iMyIgcnk9IjYiIHdpZHRoPSI2IiBoZWlnaHQ9IjEyIiBmaWxsPSIjNzFiM2ZlIiB0cmFuc2Zvcm09InJvdGF0ZSgyNzAgNTAgNTApIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiB2YWx1ZXM9IjE7MCIga2V5VGltZXM9IjA7MSIgZHVyPSIxcyIgYmVnaW49Ii0wLjE2NjY2NjY2NjY2NjY2NjY2cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48L3JlY3Q+PHJlY3QgeD0iNDciIHk9IjI0IiByeD0iMyIgcnk9IjYiIHdpZHRoPSI2IiBoZWlnaHQ9IjEyIiBmaWxsPSIjNzFiM2ZlIiB0cmFuc2Zvcm09InJvdGF0ZSgzMDAgNTAgNTApIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiB2YWx1ZXM9IjE7MCIga2V5VGltZXM9IjA7MSIgZHVyPSIxcyIgYmVnaW49Ii0wLjA4MzMzMzMzMzMzMzMzMzMzcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48L3JlY3Q+PHJlY3QgeD0iNDciIHk9IjI0IiByeD0iMyIgcnk9IjYiIHdpZHRoPSI2IiBoZWlnaHQ9IjEyIiBmaWxsPSIjNzFiM2ZlIiB0cmFuc2Zvcm09InJvdGF0ZSgzMzAgNTAgNTApIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiB2YWx1ZXM9IjE7MCIga2V5VGltZXM9IjA7MSIgZHVyPSIxcyIgYmVnaW49IjBzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIvPjwvcmVjdD48L3N2Zz4=) no-repeat center;
            background-size: 110%;
            display: inline-block;
            width: 4em;
            height: 4em;
            vertical-align: middle
        }

    body .container .subscriptionAreaWrapper .subscriptionArea > div > h3, body .container .subscriptionAreaWrapper .subscriptionArea > div > p {
        margin: 0 auto 16px
    }

    body .container .subscriptionAreaWrapper .subscriptionArea > div a {
        color: #3c70e5;
        text-decoration: underline
    }

.service-name {
    position: absolute;
    top: 6px;
    z-index: 2;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    width: 100%
}

.price-point, .service-desc {
    margin-top: 16px;
    color: #000000;
    font-size: 12px;
    text-align: center
}

.show {
    display: block
}

.hide {
    display: none
}

.dcbp > * {
    pointer-events: none
}

@-webkit-keyframes shake-horizontal {
    0%,100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    10%,30%,50%,70% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px)
    }

    20%,40%,60% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }

    80% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }

    90% {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px)
    }
}

@keyframes shake-horizontal {
    0%,100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    10%,30%,50%,70% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px)
    }

    20%,40%,60% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }

    80% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }

    90% {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px)
    }
}

.service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    width: 100%;
    max-width: 480px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 0.5rem
}

    .service .service-details p {
        margin: 0;
        color: #000000;
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }

    .service .service-icon {
        width: 70px
    }

    .service p.service-name {
        color: #333;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 8px
    }

    .service .service-desc {
        font-size: 14px
    }

.direction-rtl .service {
    text-align: right
}

.disclaimer {
    text-align: left !important;
    -moz-text-align-last: left;
    text-align-last: left
}

    .disclaimer ul {
        padding-left: 16px
    }

        .disclaimer ul a {
            text-decoration: underline
        }

.direction-rtl .disclaimer {
    text-align: right !important;
    -moz-text-align-last: right;
    text-align-last: right
}

    .direction-rtl .disclaimer ul {
        padding-left: 0;
        padding-right: 16px
    }
