<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'DaxCondensedBlack';
    src: url('../../assets/fonts/DaxCondensedBlack.ttf');
}

@font-face {
    font-family: 'DaxCondensedMedium';
    src: url('../../assets/fonts/DaxCondensedMedium.ttf');
}

@font-face {
    font-family: 'DaxCondensedBold';
    src: url('../../assets/fonts/DaxCondensedBold.ttf');
}

html {
    font-family: 'DaxCondensedBlack';
    font-size: 1.6vw;
    color: #fff;
    background:  #000c1a;
    background-size: 100%;
}

body {
    margin: 0;
    background: url('../image/background-huge3.png');
    background-size: 100%, auto;
}

.section-1 {
    display: grid;
    grid-template-areas:
            "left right"
            "bottom bottom";
}
.section-1 .left-part {
    grid-area: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 45vw;
}
.section-1 .left-part .logos {
    display: flex;
    align-items: center;
    height: 8vw;
}

.section-1 .left-part .logos img:first-child {
    width: 7.6vw;
    margin-right: 1.56vw;
}
.section-1 .left-part .logos img:last-child {
    width: 6.6vw;
}
.section-1 .left-part .message {
    text-align: center;
}
.section-1 .left-part .message .top-message {
    display: none;
    font-family: 'DaxCondensedBlack';
    font-size: 3.73rem;
    text-transform: uppercase;
    text-shadow: 0px 2px 2px #000;
    -webkit-text-stroke: 2px #da950c;
    text-stroke: 2px #da950c;
    line-height: 100%;
}
.section-1 .left-part .message img {
    margin-top: 3vw;
    margin-bottom: 3vw;
    width: 40vw;
}
.section-1 .left-part .message .bottom-message {
    display: none;
    font-family: 'DaxCondensedBlack';
    font-size: 7.06rem;
    background: linear-gradient(
            to top,
            #b24e00 0%,
            #b24e00 15%,
            #ffc81e 44%,
            #fff6b2 75%,
            #ffc81e 100%
    );
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-stroke: 2px #da950c;
    text-stroke: 2px #da950c;
    line-height: 100%;
}

.section-1 .left-part .benefs {
    margin-bottom: 1.5vw;
}
.section-1 .left-part .benefs {
    display: flex;
    justify-content: start;
    width: 100%;
}

.section-1 .left-part .benefs img {
    width: 14.375vw;
    height: 100%;
    margin-right: 0.78vw;
}

.section-1 .left-part .benefs div:last-child img {
    margin-right: 0;
}

.section-1 .left-part .benefs div {
    position: relative;
}

.section-1 .left-part .benefs div .star {
    position: absolute;
    width: 75px;
    height: 75px;
    transform: translate(-50%, -50%);
}

.section-1 .left-part .benefs div:first-child .star1 {
    top: 7vw;
    left: 0vw;
}

.section-1 .left-part .benefs div:first-child .star2 {
    top: 0vw;
    left: 8vw;
}

.section-1 .left-part .benefs div:first-child .star3 {
    margin-bottom: -75px;
    bottom: 0vw;
    left: 10vw;
}

.section-1 .left-part .benefs div:nth-child(2) .star1 {
    top: 3vw;
    left: 0vw;
}

.section-1 .left-part .benefs div:nth-child(2) .star2 {
    top: 0vw;
    left: 9vw;
}

.section-1 .left-part .benefs div:nth-child(2) .star3 {
    margin-bottom: -75px;
    bottom: 0vw;
    left: 11vw;
}

.section-1 .left-part .benefs div:nth-child(3) .star1 {
    top: 6vw;
    left: 0vw;
}

.section-1 .left-part .benefs div:nth-child(3) .star2 {
    margin-right: -75px;
    top: 3vw;
    right: 0vw;
}

.section-1 .left-part .benefs div:nth-child(3) .star3 {
    margin-bottom: -75px;
    bottom: 0vw;
    left: 11vw;
}

.section-1 .left-part .benefs img:nth-child(2) {
    margin-right: 0.78vw;
}

.section-1 .left-part .buttons a:first-child {
    margin-right: 2vw;
}

.section-1 .left-part .buttons img {
    width: 18.7vw;
}

.section .right-part {
    grid-area: right;
    width: 22vw;
    max-height: 40vw;
}

.section-1 .right-part img {
    margin-left: 1.7vw;
    width: 31.4vw;
    margin-top: 7.6vw;
}

.section-1 .bottom-part {
    grid-area: bottom;
    background-image: url('../image/goldline.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    padding-top: 1.8vw;
    display: flex;
}

.section-1 .bottom-part img {
    width: 16.14vw;
}

.section-1 .bottom-part a:first-child img {
    margin-left: 6vw;
    margin-right: 1vw;
}


.main-container .section-2 {
    margin-top: 11.5vw;
}

.section h3 {
    font-size: 2.1rem;
    background: url('../image/goldline-header.png') no-repeat center bottom;
    background-size: 18.3vw;
    text-align: center;
    text-transform: uppercase;
}

.section-2 .systems {
    display: flex;
    justify-content: center;
}

.section-2 .systems &gt; div {
    margin-right: 1vw;
}

.section-2 .systems &gt; div:last-child {
    margin-right: 0;
}

.section-2 .systems img {
    width: 14.4vw;
    margin-bottom: 1vw;
}

.section-2 .systems div {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.7rem;
    cursor: pointer;
}

.section-2 .subsection {
    margin-top: 8vw;
}

.section-2 .subsection h4 {
    text-align: center;
    font-size: 1.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
}

.section-2 .subsection h4:before {
    content: "";
    display: inline-block;
    background-size: 2.8vw;
    background-repeat: no-repeat;
    width: 2.8vw;
    height: 3vw;
    margin-right: 0.5vw;
    margin-top: -0.3vw;
}

.section-2 .subsection h4.pc:before {
    background-image: url('../image/chrome-ico.png');
}

.section-2 .subsection h4.android:before {
    background-image: url('../image/android-ico1.png');
}

.section-2 .subsection h4.ios:before {
    background-image: url('../image/ios-ico.png');
    margin-top: -1.2vw;
}

.section-2 .subsection .slider-wrap {
    position: relative;
}

.section-2 .subsection .slider {
    height: 25vw;
}

.section-2 .subsection .slide {
    height: 25vw;
}

.section-2 .subsection .slider-wrap .buttons {
    cursor: pointer;
}

.section-2 .subsection .slider-wrap .buttons img {
    width: 2.9vw;
}

.section-2 .subsection .slider a &gt; img {
    width: 12.25vw;
}

.section-2 .subsection .slider .cookie-accept {
    width: 17.8vw;
}
.section-2 .subsection .slider .android-mobile {
    width: 22.5vw;
}
.section-2 .subsection .slider .bookmarks {
    width: 20.8vw;
}
.section-2 .subsection .slider .pc-mockup {
    width: 28vw;
}
.section-2 .subsection .slider .star {
    width: 1.66vw;
}

.section-2 .subsection .slider-wrap .buttons .prev {
    position: absolute;
    top: calc(50% - 5vw);
    margin-left: -5vw;
}

.section-2 .subsection .slider-wrap .buttons .next {
    position: absolute;
    right: 0;
    top: calc(50% - 5vw);
    margin-right: -5vw;
}

.section-2 .subsection .slider-wrap .navigation span:hover,
.section-2 .subsection .slider-wrap .buttons .prev:hover,
.section-2 .subsection .slider-wrap .buttons .next:hover {
    opacity: 0.7;
}

.section-2 .subsection .slider-wrap .navigation {
    margin-top: 2vw;
    display: flex;
    justify-content: center;
}

.section-2 .subsection .slider-wrap .navigation span {
    border-radius: 100%;
    width: 1.3vw;
    height: 1.3vw;
    background: #fff;
    display: block;
    cursor: pointer;
    margin-right: 2vw;
}

.section-2 .subsection .slider-wrap .navigation span:last-child {
    margin-right: 0;
}

.section-2 .subsection .slider-wrap .navigation span.active {
    background: #fde261;
}

.section-2 .subsection .slider .slide {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1vw;
    align-items: center;
    font-family: 'DaxCondensedMedium';
}

.section-2 .subsection .slider .slide &gt; div {
    justify-self: center;
}

.section-2 .subsection .youtube {
    margin-top: 4.6vw;
}

.section-2 .subsection .youtube iframe {
    height: 36.5vw;
}

.section-2 .subsection .yellow {
    color: #fde261;
    font-size: 110%;
}

.section-2 .subsection .slide a {
    color: #fff;
}

.section-2 .subsection .slide a img {
    margin-top: 1vw;
    margin-bottom: 0.5vw;
}

.main-container .section-3 {
    margin-top: 10vw;
}

strong {
    font-family: 'DaxCondensedBold';
    font-weight: bold;
}

.benefits-frame {
    position: relative;
    border-radius: 30px;
    background: linear-gradient(
            360deg,
            rgba(255, 158, 0, 1) 0%,
            rgba(255, 227, 120, 1) 47%,
            rgba(255, 255, 255, 1) 52%,
            rgba(255, 204, 0, 1) 100%
    );
    padding: 5px;
    margin: 5vw auto;
    width: 42vw;
}

.benefits-frame .ribbon {
    position: absolute;
    width: 540px;
    top: -19px;
    left: calc(50% - 270px);
}

.benefits {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2vw;
    justify-content: space-evenly;
    text-align: center;
    justify-items: center;
    padding: 80px 20px 55px;
    background-color: #000;
    background-image: url(../image/background-huge3.png);
    background-position: center;
    border-radius: 25px;
    box-sizing: border-box;
}

.benefits .benefit {
    display: flex;
    flex-direction: column;
    padding: 0 30px;
}

.benefits .benefit &gt; div {
    position: relative;
    height: 77px;
    margin-bottom: 10px;
}

.benefits .benefit &gt; div img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.benefits .benefit &gt; span:nth-child(2) {
    background: linear-gradient(
            360deg,
            rgba(255, 158, 0, 1) 0%,
            rgba(255, 227, 120, 1) 47%,
            rgba(255, 255, 255, 1) 52%,
            rgba(255, 204, 0, 1) 100%
    );
    color: transparent;
    -webkit-background-clip: text;
    /*font-size: 1.85rem;*/
}

.benefits .benefit &gt; span:nth-child(3) {
    text-transform: uppercase;
    font-size: .95rem;
}

.offers {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.offers.offers-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.offers.offers-bottom .offer &gt; div:last-child {
    width: 70%;
}

.offers .offer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 4vw;
}

.offers-bottom .offer:first-child {
    padding-left: 150px;
}
.offers-bottom .offer:last-child {
    padding-right: 150px;
}

.offers .offer &gt; div:first-child {
    position: relative;
    width: 11vw;
    height: calc(221 / 241 * 11vw);
}

.offers .middle-offer &gt; div:first-child img {
    width: 100%;
}

.offers .small-offer &gt; div:first-child img {
    width: 100%;
}

.offers .offer &gt; div:first-child img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.offers .offer &gt; div {
    text-align: center;
    font-family: 'DaxCondensedMedium';
}

.offers .offer h3 {
    font-size: 0.95rem;
    color: #fde261;
    margin: 1vw 0 1vw;
    background: none;
    text-transform: none;
}

.offers .middle-offer {
    padding: 0 20px;
}

.offers .middle-offer h3 {
    margin-top: 2vw;
}

.offers-bottom .offer h3 {
    margin-top: 2vw;
}

.slide .safari-ico {
    width: 2vw;
}

.slide .accept-cookie-ico {
    width: 9.3vw;
}

.slide .share-ico {
    width: 2vw;
}

.slide .plus-ico {
    width: 2vw;
}

.slide .bbvip-ico {
    width: 2vw;
    border: 1px solid #fff;
    border-radius: 5px;
}

.offers .big-offer div:first-child {
    width: auto;
    height: auto;
}

body .offers .big-offer div:first-child img {
    position: static;
    transform: none;
    width: 16.3vw;
    height: auto;
}

.section-4 .welcome-message {
    margin-top: 10.4vw;
    margin-bottom: 9vw;
    text-align: center;
}

.section-4 .welcome-message .footer-ribbon {
    width: 33.6vw;
}

.section-4 .welcome-message .footer-blitzy {
    width: 22.2vw;
}

.main-container {
    overflow-x: hidden;
    box-sizing: border-box;
}

@media screen and (min-width: 960px) {
    .main-container {
        width: calc(100vw - 15px);
        margin: 0 auto;
    }

    .section {
        width: 67vw;
        margin: 0 auto;
    }
}
@media screen and (max-width: 959px) {
    .main-container {
        width: calc(100vw - 15px);
        margin: 0 auto;
    }

    .section {
        width: calc(100vw - 15px);
        margin: 0;
        padding: 0 5vw;
        box-sizing: border-box;
    }

    .section-2 .subsection .slider-wrap .buttons .prev {
        margin-left: 0vw;
    }

    .section-2 .subsection .slider-wrap .buttons .next {
        margin-right: 0vw;
    }

    .benefits-frame {
        width: auto;
    }
}

@media screen and (max-width: 799px) {
    .offers {
        margin-bottom: 5vw;
    }

    .offers .offer {
        margin-bottom: 3.7vw;
    }

    .offers .offer br {
        display: none;
    }

    .benefits {
        padding: 6.22vw 0 4.3vw;
    }

    .benefits-frame {
        margin-bottom: 4vw;
    }
}

@media screen and (max-width: 720px) {
    .offers {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 670px) {
    .benefits {
        /*grid-template-columns: 1fr 1fr;*/
    }

    .benefits .benefit {
        /*width: 50%;*/
        /*margin-top: 20px;*/
    }

}

@media screen and (max-width: 600px) {
    html {
        font-size: 2.5vw;
    }

    .section-1 .right-part {
        display: none;
    }
    .section-1 .left-part {
        width: 100%;
    }

    .section-1 .left-part .message img {
        width: 65vw;
    }

    .section-1 {
        grid-template-areas:
        "left left"
        "bottom bottom";
    }

    .section-1 .left-part .buttons {
        display: flex;
        justify-content: center;
    }

    .section-2 .subsection .slider .slide {
        grid-template-columns: 1fr;
        height: 85vw;
    }

    .section-2 .subsection .slider {
        height: 85vw;
    }

    .section-2 .subsection .slider .slide &gt; div:last-child {
        text-align: center;
        margin-top: 10px;
    }

    .section-2 .subsection .slider .slide &gt; div:last-child img {
        width: 60%;
    }

    .section-2 .subsection .slider .slide {
        font-size: 18px;
    }

    .section-2 .systems img {
        width: 25vw;
    }

    .section-2 .subsection h4 {
        font-size: 3rem;
    }

    .section-2 .subsection h4:before {
        background-size: 7vw;
        width: 7vw;
        height: 9vw;
    }

    .section-2 .subsection h4.pc:before {
        margin-top: 1vw
    }

    .offers .offer, .offers .offer h3 {
        font-size: 18px;
    }

    .benefits-frame {
        width: auto;
    }

    .section-2 .subsection .slider a &gt; img {
        width: 50vw;
    }

    .offers .offer &gt; div:first-child {
        width: 100%;
    }

    .offers-bottom .offer:first-child {
        padding-left: 0px;
    }
    .offers-bottom .offer:last-child {
        padding-right: 0px;
    }

    .benefits-frame .ribbon {
        top: 0;
        left: 0;
        transform: translate(0, -32%);
        width: 100%;
    }

    .section-4 .welcome-message .footer-blitzy {
        width: 70%;
    }

    .section-4 .welcome-message .footer-ribbon {
        width: 60%;
    }

    .offers .offer &gt; div:first-child img {
        position: static;
        transform: none;
        width: 16.3vw;
        min-width: 178px;
        height: auto;
    }
    .offers .offer &gt; div:first-child {
        height: auto;
    }

    .benefits {
        padding: 5vw 0 10vw;
        font-size: 18px;
    }

    .benefits .benefit &gt; span:nth-child(2) {
        font-size: 18px;
    }

    .benefits .benefit &gt; span:nth-child(3) {
        font-size: 18px;
    }

    .section-1 .bottom-part span {
        font-size: 1.2rem;
    }

    .section-1 .bottom-part span:before {
        margin-right: 0.5vw;
        width: 3vw;
        height: 3vw;
    }

    .section-1 .left-part .buttons img {
        width: 26.7vw;
    }

    .section-2 .subsection .slider-wrap .navigation span {
        width: 2.3vw;
        height: 2.3vw;
    }

    .main-container .section-2 {
        margin-top: 10vw;
    }

    .section-1 .left-part .logos img:first-child {
        width: 12vw;
    }

    .section-1 .left-part .logos img:last-child {
        width: 9vw;
    }

    .section-2 .subsection .slider .star {
        width: 3.66vw;
    }


    .slide .safari-ico, .slide .plus-ico, .slide .share-ico, .slide .bbvip-ico {
        width: 7vw;
    }

    .slide .accept-cookie-ico {
        width: 20vw;
    }

    .section-1 .left-part .benefs {
        justify-content: center;
    }

    .section-1 .bottom-part {
        justify-content: center;
    }

    .section-1 .bottom-part a:first-child img {
        margin-left: 0;
    }

    .section-1 .bottom-part img {
        width: 33vw;
    }

    .section-1 .left-part .logos {
        height: 12vw;
    }

    .section-1 .left-part .benefs img {
        width: 25vw;
    }

    .section-1 .left-part .benefs img:first-child {
        width: 25vw;
        margin-right: 0.78vw;
    }
}

@media screen and (max-width: 500px) {
    .section-2 .subsection .slider .slide {
        grid-template-columns: 1fr;
        height: 144vw;
    }

    .section-2 .subsection .slider {
        height: 144vw;
    }

    .section-2 .subsection .slider .slide br {
        display: none;
    }

    .section-2 .subsection .slider .slide br.visible {
        display: inline;
    }

    .section-2 .subsection .slide a {
        display: block;
        font-weight: bold;
        font-size: 110%;
    }

    .offers {
        grid-template-columns: 1fr;
    }

    .offers.offers-bottom {
        grid-template-columns: 1fr;
    }

    .section-1 .left-part .message .top-message {
        -webkit-text-stroke: unset;
        text-stroke: none;
    }


    .section-2 .subsection .slider-wrap .buttons img {
        width: 5vw;
    }

    .benefits {
        grid-template-columns: 1fr;
        align-items: center;
        justify-items: center;
    }
}

@media screen and (max-width: 400px) {
    .benefits .benefit &gt; div img {
        max-width: 95%;
    }

    .section-2 .subsection .slider a &gt; img {
        width: 40vw;
    }
}

@media screen and (max-width: 350px) {
    .section-2 .subsection .slider .slide &gt; div:first-child {
        padding: 0 5vw;
    }
}

#onetrust-consent-sdk #onetrust-banner-sdk {
    font-size: 16px;
}

#onetrust-consent-sdk #onetrust-pc-sdk {
    font-size: 16px;
}

.grecaptcha-badge {
    visibility: hidden;
}

.ot-sdk-show-settings {
    cursor: pointer;
}

.footer {
    text-align: center;
    padding: 20px 0;
    font-family: "Poppins", sans-serif;
    font-size: clamp(12px, 0.83vw, 18px);
}
.footer-container {
    padding-top: 0.5vw;
    border-top: 1px solid rgba(255, 255, 255, .43);
    line-height: 1.7;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    max-width: none;
    padding-left: 20px;
    box-sizing: border-box;
}
.footer-nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.footer-nav a {
    color: #00b4ff;
    text-decoration: none;
    font-weight: bold;
}
.footer-nav a:hover {
    text-decoration: none;
}
.footer-text {
    max-width: 75%;
    margin: 10px auto;
    opacity: 0.8;
}
</pre></body></html>