@font-face {
    font-family: Kanit;
    src: url(font/Kanit-Regular.ttf);
}

@font-face {
    font-family: KanitMedium;
    src: url(font/Kanit-Medium.ttf);
}

@font-face {
    font-family: KanitSemiBold;
    src: url(font/Kanit-SemiBold.ttf);
}

@font-face {
    font-family: KanitBold;
    src: url(font/Kanit-Bold.ttf);
}

@font-face {
    font-family: Popins;
    src: url(font/Poppins-Regular.ttf);
}

* {
    color: #fff;
    font-size: 50px;
    font-family: 'KanitMedium';
    box-sizing: border-box;
    /*font-family: JosefinSans;
    font-weight: 700;*/
}

.fit * {
    font-size: inherit;
}

.secondary {
    color: #71B3B1;
}

.logo-cont .cta_cont .cta {
    display: none;
}

.cta_cont {
    width: 80%;
    margin: 0px auto;
}

.offer *{
    text-transform: uppercase;
}

.interac {
    width: 100px;
}

.short_terms {
    font-size: 0.8vw;
    line-height: 1.2;
    font-weight: bold;
}

.separator {
    height: 80vw;
    width: 100%;
    display: block;
}

.full_tc {
    max-width: 1300px;
    margin: 0px auto;
    padding: 50px 15px 50px 15px;
    font-size: 12px;
}

.footer-logo {
    width: 100px;
    height: 70px;
}

.spacer {
    width: 100%;
    height: 50vh;
}

.special-offer-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 10vw;
}

.special-offer-logo img {
    width: 100%;
}

#logo.logo_round,
#logo.logo-round {
    width: 9% !important;
}

#logo.logo_wide{
    width: 37% !important;
}

.logos {
    width: 100%;
    left: 0;
    bottom: 35px;
    gap: 30px;
    padding: 0px 5%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: transparent;
    position: absolute;
}

.logos.full-width {
    padding: 10px;
}

.logos img {
    width: 3.5vw;
    display: block;
}

.logos img.wide {
    width: 12vw;
}

.terms {
    font-size: 12px;
    line-height: 1.5 !important;
}

.terms.dark, .terms.dark .tca {
    color:#000 !important;
}

.tc_cont.left {
    text-align: left !important;
}

.tc_cont * {
}

.tc_cont ul{
    margin: 20px 0px !important;
}

.tc_cont li, .tc_cont span {
    color: #606060 ;
    font-size: 14px;
    text-align: left;
}

p strong {
    text-decoration: none !important;
    border-bottom: 2px solid #fff;
    padding-bottom: 2px;
    margin-bottom: 10px;
    display: inline-block;
}

strong {
    font-size: 14px !important;
}

			
body {
    overflow-x: hidden !important;
}

hr {
    margin: 5px 0px !important;
    background: #fff !important;
    height: 6px;
}

.hide_on_desktop {
    display: none !important;
}

a * {
    cursor: pointer;
}

p {
    margin: 10px 0px;
    line-height: 0.75;
}

body {
    margin: 0px auto;
}

.centered main {
    justify-content: center;
}

main {
    min-height: 95vh;
    padding: 3.5% 5% 2%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.pinned.cta-cont {
    position: absolute;
    width: auto;
}

.top-right {
    top: 1vw;
    right: 2vw;
}

.centered .offer {
    width: 30%;
}

.offer {
    width: 32%;
    opacity: 0;
}

.offer.small {
    width: 30%;
}

.offer #logo {
    width: 80%;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 2vw;
    display: block;
}

.offer.make-visible {
    animation: makeVisible .5s ease-out;
    opacity: 1;
}

.offer-cont {
    width: 100%;
    margin: 2vw 0;
    position: relative;
    text-align: center;
}

.offer-cont * {
    font-family: 'KanitBold';
}

.offer.br p {
    line-height: 0.9;
}

.offer-terms-cont {
    margin-bottom: 20px;
    margin-top: 1.5vw !important;
    align-self: flex-end;
}

.offer-terms-cont p * {
    color: inherit;
}

.offer-terms-cont * {
    line-height: 1.5 !important;
    font-size: .75vw !important;
    text-align: center;
    font-family: "Kanit";
}

.cta {
    cursor: pointer !important;
}

.logo-cont {
    min-width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.logo-cont #logo {
}

.logo-cont .cta_cont .cta,
.cta-cont .cta {
    padding: 15px 0px;
    font-size: 2vw;
    padding: 10px 40px;
    background-size: 100% 100%;
    margin-top: 15px;
    border-radius: 100px;
    text-decoration: none;
    background-repeat: no-repeat;
    text-align: center;
    color: #ffffff;
    animation: pulse 1s infinite;
}

.logo-cont .cta, .pinned.cta-cont .cta {
    margin-top: 0;
    font-size: 1.3vw;
    padding: 15px 60px;
}

.offer .cta_cont .cta {
    width: 100%;
}

.cta:hover {
    transform: scale(1.1);
}

.image_cont {
    text-align: center;
}

.cta_cont .image_cont img {
    width: 37vw;
    display:none;
}

.yellow {
    color: #eaca67 !important;
}

.steps-cont {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-self: flex-end;
}

.steps-cont span {
    display: block;
}

.steps-cont .steps-text span {
    font-size: 3vw;
}

.steps {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.step {
    width: 33%;
    gap: 10px;
    padding-left: 3vw;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100% 100%;
}

.steps .text_cont {
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.steps .text_cont span {
    font-size: 1vw;
    display: flex;
    flex-direction: column;
    color: #002277;
    font-family: 'KanitMedium';
}

.steps .text_cont span:first-child {
    font-size: 1.2vw;
    font-weight: bold;
    font-family: 'KanitBold';
}

.steps .number {
    font-size: 3vw;
    margin-right: 4vw;
}

.offer .cta {
    text-decoration: none;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 15px 0px;
    text-align: center;
    display: block;
    font-size: 3vw;
    color:#ffffff;
    margin-top: 15px;
    animation: pulse 1s infinite;
    border-radius: 100px;
}

.offer.small .cta-cont .cta,
.offer.small .cta_cont .cta {
    font-size: 2.5vw;
}

.cta-cont.small,
.cta_cont.small {
    width: 80%;
    margin: 0 auto;
}

.offer .cta.long {
    font-size: 2.1vw;
}

.code-cont img {
    animation: rotate 2s infinite;
}

.glow {
    animation: textGlow 3s infinite;
}

.image_cont img {
    margin-left: 100px;
    display: none;
}

.image_cont {
    align-items: center;
    justify-content: center;
    height: 100%;
}

footer {
    padding: 0px 20px 40px;
    background-color: #ffffff;
    text-align: center;
}

footer p,
footer p *,
footer .tc_cont a,
footer h4,
footer h4 * {
    max-width: 1200px;
    margin: 0px auto;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #606060 !important;
    text-align: left;
    font-family: "Popins";
}

footer p:first-child {
    margin-top: 0;
}

.footer-disclaimer {
    margin: 20px 0;
}

.footer-disclaimer p {
    margin-top: 0;
}

.footer-text {
    width: 100%;
    display: block;
}

.asg-smart-footer__item {
    width: 125px;
    height: 42px;
    margin: 0 3px 6px;
    padding: 3px;
    border-radius: 5px;
    border: solid 1px #606060;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.asg-smart-footer-item__img {
    max-height: 35px;
    max-width: 125px;
}

.asg-smart-footer__item:hover {
    background-color: #494949;
}

.asg-smart-footer{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1000px;
    position: relative;
    margin:20px auto;
}

.footer-logos {
    max-width: 900px;
    margin: 2.5vw auto 0;
    gap: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.footer-logos .footer-logo {
    max-width: 100%;
    max-height: 2vw;
    height: auto;
    width: auto;
}

.footer-logos * {
    font-size: 0;
}

#payment_methods {
    text-align: center;
}

#payment_methods a {
    vertical-align: middle;
}

#payment_methods img {
    max-width: 100%;
    max-height: 4vw !important;
}

#payment_methods img.long {
    width: 8vw;
}

#payment_methods {
    padding: 0.75vw 0px;
}

#payment_methods a, #terms .term_icon {
    margin-right: 1vw;
}

.logos-cont {
    width: 100%;
    padding: 15px;
    font-size: 0px;
    display: block;
    background: #333333;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.logos-cont img {
    width: 7vw !important;
    margin: 0px 10px;
}

.code-cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.code-cont span {
    font-size: 4vw;
}

.code-cont img {
    width: 40%;
}

.tc {
    background: #1C2541 !important; 
}

.tc_cont {    
    max-width: 1300px;
    padding: 50px 20px 50px;
    margin: 0px auto;
    position: relative;
    text-align: center;
}

.tc a {
    color: #808388 !important;
}

.tc p,
.tc a {
    color: #fff;
    line-height: 1.8;
    font-size: 12px;
    font-family: Open Sans,sans-serif !important;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 201, 30, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 20px rgba(255, 201, 30, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 201, 30, 0);
    }
}

@keyframes textGlow {
0% {
    text-shadow: 0 0 rgba(255, 201, 30, 1);
}

70% {
    text-shadow: 0px 0px 40px rgba(255, 201, 30, 0);
}

100% {
    text-shadow: 0 0 rgba(255, 201, 30, 0);
}
}


@keyframes rotate {
    0% {
        transform: rotate(-2deg);
    }

    50% {
        transform: rotate(10deg);
    }

    100% {
        transform: rotate(-2deg);
    }
}

@keyframes makeVisible {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@media only screen and (min-width: 1025px) {
    .logo-cont {
        margin-top: 2%;
        align-self: flex-start;
    }

    .offer-terms-cont.pinned {
        padding: 0 15%;
    }

    main.logo-on-top {
        align-items: flex-start;
        flex-direction: column;
        gap: 4vw;
        justify-content: initial;
    }
    
}


@media only screen and (max-width: 1300px) {
    main {
        height: inherit;
    }
}


@media only screen and (max-width: 1025px) {
    body {
        background-color: lightblue;
    }

    .short_terms {
        font-size: 2.5vw;
    }

    .special-offer-logo {
        min-width: calc(100% + 40px);
        margin-top: -20px;
        margin-bottom: 6vw;
        position: initial;
        top: initial;
        left: initial;
    }

    .logo-cont #logo.logo_round,
    .logo-cont #logo.logo-round {
        width: 40% !important;
        margin: 0px auto;
    }

    main.pd-bottom {
        padding-bottom: 400px;
    }

    main {
        height: initial;
        min-height: initial;
        padding: 20px;
        justify-content: center;
    }

    .logo-cont #logo {
        width: 100%;
        justify-content: center;
    }

    .offer,
    .offer.small {
        width: 100%;
    }

    .offer-cont {
        flex-direction: column;
    }

    .cont-left, .cont-right {
        width: 100%;
    }

    p {
        margin: 0px;
    }

    .offer .cta {
        font-size: 9vw;
    }

    .offer .cta.long {
        font-size: 8vw;
    }

    .hide_on_mobile {
        display: none !important; 
    }

    .hide_on_desktop {
        display: block !important;
    }

    .logos.hide_on_desktop {
        display: flex !important;
    }

    .image_cont img {
        width: 100%;
        margin-left: 0px;
    }

    .image_cont {
        height: 200px;
        background-size: 100%;
    }

    .offer-cont {
        margin: 20px 0px;
    }

    .offer .cta_cont {
        margin-bottom: 20px;
    }

    .offer-cont p {
        line-height: 1;
    }

    .offer-terms-cont {
        margin-bottom: 20px !important;
    }

    .offer-terms-cont * {
        line-height: 1.3 !important;
        font-size: 3vw !important;
    }

    .offer.br p {
        line-height: 1;
    }

    .steps-cont {
        margin-top: 60vh;
        flex-direction: column;
    }

    .steps-cont .steps-text span {
        font-size: 9vw;
        text-align: center;
    }

    .steps {
        flex-direction: column;
        margin: 0px auto;
        width: 100%;
    }

    .step {
        width: 100%;
        padding-left: 10vw;
    }

    .step:not(:last-child) {
        margin-bottom: 20px;
    }

    .steps .text_cont span {
        font-size: 4vw;
    }

    .steps .text_cont span:first-child {
        font-size: 5vw;
    }

    .steps .number {
        margin-right: 6vw;
        font-size: 10vw;
    }

    #payment_methods img.long {
        width: 28vw;
    }    

    .logos-cont {
        display: block !important;
    }

    .logos-cont img {
        width: 20vw !important;
        margin: 10px 2px;
    }
    
    .logos {
        padding: 0;
        gap: 15px;
        justify-content: center;
        position: initial;
    }

    .logos img {
        width: 10vw;
    }

    .logos img.wide {
        width: 35vw;
    }

    .cta_cont{
        width: 100%;
    }

    .code-cont span {
        font-size: 15vw;
    }

    .code-cont img {
        width: 40%;
    }

    .cta {
        text-decoration: none;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding: 15px 0px;
        text-align: center;
        display: block;
        font-size: 9vw;
        color: #ffffff;
        margin-top: 15px;
        animation: pulse 1s infinite;
        border-radius: 100px;
    }

    .offer.small .cta-cont .cta,
    .offer.small .cta_cont .cta {
        font-size: 9vw;
    }

    .cta-cont.small,
    .cta_cont.small {
        width: 100%;
    }

    .image_cont{
        margin: 30px 0px;
    }

    .tc_cont {
        padding: 0px;
    }

    footer {
        padding: 20px;
    }

    .interac {

    }

    .footer-logos {
        gap: 10px;
        margin-top: 8vw;
    }

    .footer-logos .footer-logo {
        max-height: 6vw;
    }

    #logo.logo_wide{
        width:100% !important;
        
    }

    .centered main{
        height: initial !important;
    }
    
    .centered .offer {
        width: 100%;
    }

    footer p,
    footer p *,
    footer .tc_cont a,
    footer .tc_cont * {
        font-size: 12px;
    }

    .offer .logo-cont  img {
        width: 60px !important;
    }

}