/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
    font-family: "Aptos";
    font-weight: 400;
    src: local("Aptos"),
    url("../fonts/Aptos.eot") format("opentype"),
    url("../fonts/Aptos.ttf") format("ttf"),
    url("../fonts/Aptos.woff") format("woff"),
    url("../fonts/Aptos.woff2") format("woff2");
}

@font-face {
    font-family: "Aptos";
    font-weight: 700;
    src: local("Aptos"),
    url("../fonts/Aptos-Bold.eot") format("opentype"),
    url("../fonts/Aptos-Bold.ttf") format("ttf"),
    url("../fonts/Aptos-Bold.woff") format("woff"),
    url("../fonts/Aptos-Bold.woff2") format("woff2");
}


* {
    box-sizing: border-box;
}

html {
    height: 100%;
    width: 100%;
}

body {
    font-family: "Aptos";
}


.header__content h1 {
    text-align: center;
    font-size: 116px;
    font-style: normal;
    font-weight: 400;
    line-height: 95%; /* 110.2px */
    text-transform: uppercase;
    background: linear-gradient(180deg, #FFF 0%, rgba(153, 153, 153, 0.00) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 3500px) {
    header {
        background: url("../images/header-logo-background.png") no-repeat center center/ 120%;
    }

    .header__container {
        max-width: 1545px;
        padding: 35px 15px 820px;
        margin: 0 auto;
    }

    .header__content h1{
        font-size:74px;
    }
}
@media (max-width: 3200px) {
    header {
        background: url("../images/header-logo-background.png") no-repeat center center/ 120%;
    }
    .header__content h1{
        font-size:60px;
    }
}

@media (max-width: 3000px) {
    header {
        background: url("../images/header-logo-background.png") no-repeat center center/ 119%;
    }
    .header__content h1{
        font-size:60px;
    }
}
@media (max-width: 1950px) {
    header {
        background: url("../images/header-bg-new.webp") no-repeat 0 0 / 100%;
    }

    .header__container {
        max-width: 1545px;
        padding: 35px 15px 812px;
        margin: 0 auto;
    }

    .header__content h1 {
        text-align: center;
        font-size: 116px;
        font-style: normal;
        font-weight: 400;
        line-height: 95%; /* 110.2px */
        text-transform: uppercase;
        background: linear-gradient(180deg, #FFF 0%, rgba(153, 153, 153, 0.00) 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

.page-default {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-default main {
    flex-grow: 1;
}

.page-default header {
    background: url("../images/header_bg.webp") no-repeat 0 0 / 100%;
}


.header__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 84px;
}

.header__nav {
    display: flex;
}

.header__nav a {
    color: #FFF;
    text-decoration: none;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    letter-spacing: 1px;
    margin-left: 44px;
}

.header__nav a.active {
    color: #008AE6;
}

.header__content {
    max-width: 1219px;
    margin: 0 auto;
}

.what-is-container {
    max-width: 1215px;
    padding: 60px 15px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}


.what-is-right {
    background: url("../images/text-card-1.png") no-repeat 0 0 / 100%;
    padding: 31px 45px;
    max-width: 580px;
    color: #202020;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1px;
    position: relative;
    border-radius: 20px;
    height: 292px;
}

.what-is-right a {
    color: #2525D6;
    text-decoration: none;
}

.what-is-left {
    background: url("../images/what-is-omg.png") no-repeat 0 0 / 100%;
    padding: 21px 36px 36px 36px;
    border-radius: 20px;
    max-width: 580px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.what-is-left img {
    width: 100%;
    display: block;
    max-width: 215px;
}

.what-is-container h2 {
    font-size: 66px;
    font-style: normal;
    font-weight: 400;
    line-height: 95%; /* 62.7px */
    text-transform: uppercase;
    background: linear-gradient(185deg, #FFF 10.37%, rgba(255, 255, 255, 0.00) 89.01%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 274px;
}

.verticals {
    background: url("../images/verticals-bg.webp") 0 0 / 100%;
}

.verticals-container {
    max-width: 1215px;
    padding: 85px 15px 41px;
    margin: 0 auto;
}

.verticals-container h2 {
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: 95%; /* 91.2px */
    text-transform: uppercase;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 78.02%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.our-assets-container {
    max-width: 1215px;
    margin: 0 auto;
    padding: 47px 15px;

}

.our-assets-block {
    background: url("../images/assets-1.png") no-repeat 0 0, url("../images/assets-2.png") no-repeat 100% 100%,
    url("../images/assets-media.webp") no-repeat 0 0 / 100%,
    radial-gradient(100.86% 50% at 50% 50%, #2B96FF 0%, #093B71 100%);
    padding: 51px 20px;
    border-radius: 30px;
}

.our-assets-block h4 {
    color: #FFF;
    text-align: center;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 105%; /* 58.8px */
    padding-bottom: 8px;
}

.our-assets-block p {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 30px */
    letter-spacing: 1px;
    padding-bottom: 39px;
    max-width: 840px;
    margin: 0 auto;
}

.our-assets-block .btn-wrapper {
    display: flex;
    justify-content: center;
}

.our-assets-block .btn {
    text-decoration: none;
    border-radius: 16px;
    background: #FFF;
    color: #202020;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 36px */
    width: 223px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.2);
}


.our-assets-block .btn:hover {
    background: transparent;
    box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.2);
    color: #fff;
}

/*.our-assets-block .btn::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: -11px;*/
/*    right: -11px;*/
/*    bottom: -11px;*/
/*    left: -11px;*/
/*    display: block;*/
/*    background: rgba(255, 255, 255, 0.2);*/
/*    background-clip: padding-box;*/
/*    z-index: 0;*/
/*    border-radius: 16px;*/
/*}*/

.our-assets-block-list {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.our-assets-block-item {
    width: 32%;
    background: url("../images/item.svg") no-repeat 0 0  / 100%;
    border-radius: 16px;
    padding: 48px 24px 24px;
    height: 292px;
}

.our-assets-block-item:nth-of-type(1) {
    background: url("../images/in-house.png") no-repeat 98% 10px / 26%, url("../images/item.svg") no-repeat 0 0  / 100%;
}

.our-assets-block-item:nth-of-type(2) {
    background: url("../images/owned-and-operated.png") no-repeat 98% 10px / 26%, url("../images/item.svg") no-repeat 0 0  / 100%;
}

.our-assets-block-item:nth-of-type(3) {
    background: url("../images/external.png") no-repeat 98% 10px / 26%, url("../images/item.svg") no-repeat 0 0  / 100%;
}

.our-assets-block-item h3 {
    color: #202020;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.6px;
}

.our-assets-block-item p {
    color: #202020;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 0.8px;
}

.owned {
    background: url("../images/owned-pattern.png") no-repeat 0 100%, url("../images/i-mac.webp") no-repeat 100% 100%, url("../images/owned-bg.webp") no-repeat 0 0 / cover;
}

.owned-container {
    max-width: 1215px;
    margin: 0 auto;
    padding: 74px 15px;
}

.owned-container h2 {
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: 95%; /* 91.2px */
    text-transform: uppercase;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 96.15%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 600px;
    padding-bottom: 41px;
}

.owned-container p {
    max-width: 450px;
    padding-bottom: 40px;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    letter-spacing: 1px;
}

footer {
    background: #191919;
}

.footer-container {
    max-width: 1545px;
    padding: 35px 15px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.rights {
    color: #BEBEBE;
    padding-top: 11px;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.7px;
}

.footer-nav {
    display: flex;
}

.footer-nav a {
    color: #FFF;
    text-decoration: none;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    letter-spacing: 1px;
    margin-left: 44px;
}

.footer-social {
    display: flex;
}

.footer-social a {
    text-decoration: none;
    display: flex;
    margin-left: 20px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 36px;
}

.footer-nav-privacy {
    display: flex;
    padding-left: 40px;
}

.footer-nav-privacy a {
    color: #BEBEBE;
    text-decoration: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.7px;
    margin-left: 46px;
}

.page-default .header__container {
    padding: 35px 15px 35px;
}

.page-default .header__top {
    padding-bottom: 0;
}

.contact__us__container {
    max-width: 1230px;
    padding: 47px 15px 107px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.contact__us__left h2 {
    font-size: 76px;
    font-style: normal;
    font-weight: 400;
    line-height: 105%; /* 79.8px */
    text-transform: uppercase;
    background: linear-gradient(180deg, #035DA5 0%, #FFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 32px;
}

.contact__us__left {
    max-width: 500px;
}

.contact__us__right {
    max-width: 663px;
}

.contact__us__right img {
    width: 100%;
    display: block;
}

.form-group input {
    border-radius: 6px;
    border: 1px solid var(--Light-Grayscale-90, #E2E2E2);
    background: var(--Light-Grayscale-100, #FFF);
    padding: 6px 12px;
    width: 100%;
    height: 40px;
}

.form-group {
    margin-bottom: 18px;
}

.form-group label {
    color: #202020;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
    display: block;
    margin-bottom: 4px;
}

.form-group label span {
    color: #D63928;
    margin-left: 4px;
}

.form-group textarea {
    border-radius: 6px;
    border: 1px solid var(--Light-Grayscale-90, #E2E2E2);
    background: var(--Light-Grayscale-100, #FFF);
    height: 74px;
    resize: none;
    padding: 4px 12px;
    width: 100%;
    margin-bottom: 32px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #202020;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

::-moz-placeholder { /* Firefox 19+ */
    color: #202020;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

:-ms-input-placeholder { /* IE 10+ */
    color: #202020;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

:-moz-placeholder { /* Firefox 18- */
    color: #202020;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.form-wrapper .btn {
    border-radius: 16px;
    padding: 11px;
    background: #0075E9;
    width: 248px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 36px */
    text-transform: uppercase;
    position: relative;
    border: none;
    cursor: pointer;
}

.form-wrapper .btn:hover {
    background: #0061AD;
}

.form-wrapper .btn::before {
    content: '';
    position: absolute;
    top: -11px;
    right: -11px;
    bottom: -11px;
    left: -11px;
    display: block;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 129, 255, 0.2) 50%);
    background-clip: padding-box;
    z-index: -1;
    border-radius: 16px;
}

.form-group .error {
    color: red;
    display: block;
    font-size: 14px;
    margin: 5px 0;
}

.page-publishers {
    background: url("../images/pattern-publishers.png");
}

.publishers-container {
    max-width: 1215px;
    margin: 0 auto;
    padding: 47px 15px;
}

.publishers-banner {
    border-radius: 30px;
    overflow: hidden;
    padding-top: 75px;
    padding-left: 42px;
    padding-bottom: 40px;
    background: url("../images/conveer.webp") no-repeat 0 0 / 100%;
}

.publishers-banner h2 {
    background: linear-gradient(180deg, #FFF 0%, rgba(0, 11, 28, 0.00) 111.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 76px;
    font-style: normal;
    font-weight: 400;
    line-height: 105%; /* 79.8px */
    text-transform: uppercase;
    padding-bottom: 10px;
}

.publishers-banner p {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 42px */
}

.competitive-container {
    max-width: 1215px;
    margin: 0 auto;
    padding: 47px 15px;
}

.competitive-container h2 {
    color: #202020;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 105%; /* 52.5px */
}

.competitive-heading {
    display: flex;
    align-items: center;
}

.competitive-heading img {
    flex-shrink: 0;
    margin-right: 10px;
}

.competitive-heading h4 {
    color: #202020;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 28px */
}

.competitive-list {
    padding-top: 6px;
    display: flex;
    justify-content: space-between;
}

.competitive-item p {
    color: #202020;
    padding-top: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 0.8px;
}

.competitive-item {
    padding: 20px;
    border-radius: 30px;
    border: 1px solid #C2D4DF;
    background: #FFF;
    max-width: 380px;
    margin-bottom: 30px;
}

.competitive-list:nth-of-type(1) .competitive-item:nth-of-type(2n) {
    border-radius: 29px;
    background: #FFF;
    box-shadow: 0 24px 54px 0 rgba(3, 93, 165, 0.26);
}

.competitive-list:nth-of-type(2) .competitive-item:nth-of-type(1),
.competitive-list:nth-of-type(2) .competitive-item:nth-of-type(3) {
    border-radius: 29px;
    background: #FFF;
    box-shadow: 0 24px 54px 0 rgba(3, 93, 165, 0.26);
}

.competitive-list:nth-of-type(3) .competitive-item:nth-of-type(2n) {
    border-radius: 29px;
    background: #FFF;
    box-shadow: 0 24px 54px 0 rgba(3, 93, 165, 0.26);
}

.products-and-services {

}

.products-and-services-container {
    max-width: 1215px;
    padding: 52px 15px;
    margin: 0 auto;
}

.products-and-services-container:nth-of-type(2) h2 {
    text-align: left;
}

.products-and-services-container h2 {
    text-align: center;
    font-size: 76px;
    font-style: normal;
    font-weight: 400;
    line-height: 105%; /* 79.8px */
    text-transform: uppercase;
    background: linear-gradient(180deg, #035DA5 0%, #FFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 43px;
}

.benefits {
    background: url(../images/pattern.png), url("../images/benefits-bg.webp") no-repeat 0 0 / cover;
}

.benefits-container {
    max-width: 1215px;
    padding: 74px 15px 81px;
    margin: 0 auto;
}

.benefits-container h2 {
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: 95%; /* 91.2px */
    text-transform: uppercase;
    background: linear-gradient(178deg, #FFF 1.41%, rgba(255, 255, 255, 0.00) 83.64%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.benefits-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 27px;
}

.benefits-item h4 {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 30px */
    padding-bottom: 10px;
}

.benefits-item p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 0.8px;
}

.benefits-item:nth-of-type(1),
.benefits-item:nth-of-type(2),
.benefits-item:nth-of-type(3) {
    width: 32%;
    padding: 27px 26px 0 19px;
    margin-bottom: 26px;
}

.benefits-item:nth-of-type(1) {
    border-radius: 30px;
    background: url("../images/benefits-icon-1.png") no-repeat center 100% / 64%, #D6EBFF;
    min-height: 368px;
}

.benefits-item:nth-of-type(2) {
    border-radius: 30px;
    background: url("../images/benefits-icon-2.png") no-repeat 100% 100%, linear-gradient(180deg, #5DABEA 0%, #093867 100%);
}

.benefits-item:nth-of-type(3) {
    border-radius: 30px;
    background: url("../images/benefits-icon-3.png") no-repeat 100% 100%, linear-gradient(244deg, #0A54CD 1.43%, #ADC5E7 63.37%, #AFC8E7 83.71%);
}

.benefits-item:nth-of-type(4),
.benefits-item:nth-of-type(5) {
    width: 49%;
    padding: 56px 38px;
}

.benefits-item:nth-of-type(4) {

}

.benefits-item:nth-of-type(1) h4 {
    color: #202020;
}

.benefits-item:nth-of-type(1) p {
    color: #202020;
}

.benefits-item:nth-of-type(2) h4 {
    background: linear-gradient(180deg, #FFF 22.62%, #D4D1D1 145.24%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.benefits-item:nth-of-type(2) p {
    color: #fff;
}

.benefits-item:nth-of-type(3) h4 {
    background: linear-gradient(180deg, #FFF 22.62%, #D4D1D1 145.24%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.benefits-item:nth-of-type(3) p {
    color: #fff;
}

.benefits-item:nth-of-type(4) {
    border-radius: 30px;
    background: url("../images/benefits-icon-4.png") no-repeat 99% center, #013A71;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.benefits-item:nth-of-type(4) > div {
    max-width: 305px;
}

.benefits-item:nth-of-type(5) {
    border-radius: 30px;
    background: url(../images/benefits-icon-5.png) no-repeat 100% center, #FFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.benefits-item:nth-of-type(5) > div {
    max-width: 333px;
}

.benefits-item:nth-of-type(4) h4 {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 30px */
}

.benefits-item:nth-of-type(4) p {
    color: #FFF;
}

.benefits-item:nth-of-type(5) h4 {
    color: #202020;
}

.benefits-item:nth-of-type(5) p {
    color: #202020;
}

.traffic-channels-list {
    display: flex;
    justify-content: space-between;
    margin-top: -280px;
}

.traffic-channels-item {
    border-radius: 38px;
    background: linear-gradient(180deg, #005FAB 0%, #10A2F1 100%);
    padding: 18px 11px;
    max-width: 217px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.traffic-channels-item img {
    width: 139px;
    display: block;
}

.traffic-channels-item h4 {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 105%; /* 18.9px */
    padding-bottom: 5px;
}

.traffic-channels-item p {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    letter-spacing: 0.7px;
    padding-bottom: 30px;
}

.channels-banner {
    background: url("../images/chanels-banner.webp");
    border-radius: 30px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 40px;
    min-height: 407px;
    max-width: 1134px;
    margin: 0 auto;
}

.channels-banner h3 {
    color: #FFF;
    text-align: center;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 105%; /* 58.8px */
}

.cpa-list {
    display: flex;
    align-items: center;
}

.cpa-list:nth-of-type(2n) {
    flex-direction: row-reverse;
}

.cpa-heading {
    max-width: 326px;
}

.cpa-heading h4 {
    color: #202020;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
}

.cpa-heading h4 span {
    color: #202020;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.6px;
    display: block;
}

.cpa-heading p {
    color: #202020;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    padding-top: 9px;
    letter-spacing: 1px;
}

.cpa-item img {
    width: 70px;
    display: block;
}

.cpa-list:nth-of-type(1) .cpa-item.uncapped {
    max-width: 289px;
    width: 100%;
    background: url("../images/cpa-1.png") no-repeat 0 0 / 100%;
    min-height: 288px;
    padding: 16px 0 0 54px;
}

.cpa-list:nth-of-type(1) .cpa-item.precision {
    max-width: 289px;
    width: 100%;
    background: url("../images/cpa-2.png") no-repeat 0 0 / 100%;
    min-height: 288px;
    padding: 16px 0 0 54px;
}

.cpa-list:nth-of-type(1) .cpa-item.custom {
    max-width: 289px;
    width: 100%;
    background: url("../images/cpa-3.png") no-repeat 0 0 / 100%;
    min-height: 288px;
    padding: 16px 0 0 54px;
}


.cpa-list:nth-of-type(2) .cpa-item.sales {
    max-width: 289px;
    width: 100%;
    background: url("../images/cpa-4.png") no-repeat 0 0 / 100%;
    min-height: 288px;
    padding: 16px 32px 0 0px;
}

.cpa-list:nth-of-type(2) .cpa-item.guaranteed {
    max-width: 289px;
    width: 100%;
    background: url("../images/cpa-5.png") no-repeat 0 0 / 100%;
    min-height: 288px;
    padding: 16px 30px 0 0px;
}

.cpa-list:nth-of-type(2) .cpa-item.comprehensive {
    max-width: 289px;
    width: 100%;
    background: url("../images/cpa-6.png") no-repeat 0 0 / 100%;
    min-height: 288px;
    padding: 16px 14px 0 0px;
}


.cpa-list:nth-of-type(3) .cpa-item.call {
    max-width: 289px;
    width: 100%;
    background: url("../images/cpa-7.png") no-repeat 0 0 / 100%;
    min-height: 288px;
    padding: 16px 0 0 54px;
}

.cpa-list:nth-of-type(3) .cpa-item.live-call {
    max-width: 289px;
    width: 100%;
    background: url("../images/cpa-8.png") no-repeat 0 0 / 100%;
    min-height: 288px;
    padding: 16px 0 0 54px;
}

.cpa-list:nth-of-type(3) .cpa-item.goal-bassed {
    max-width: 289px;
    width: 100%;
    background: url("../images/cpa-9.png") no-repeat 0 0 / 100%;
    min-height: 288px;
    padding: 16px 0 0 54px;
}


.cpa-item h5 {
    color: #202020;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
    letter-spacing: 0.9px;
}

.cpa-item p {
    color: #202020;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 0.8px;
}

.verticals-list {
    display: flex;
    justify-content: space-between;
}

.verticals-item {
    max-width: 578px;
    margin-bottom: 23px;
    border-radius: 30px;
}

.verticals-item-life-insurance {
    color: #fff;
    background: url("../images/vertical-item1.png") no-repeat 0 0 / cover;
    border-radius: 30px;
    padding: 50px 50px 330px;
}

.verticals-item-book {
    border-radius: 30px;
    background: url("../images/vertical-item-2.png") no-repeat 100% 100%, linear-gradient(258deg, #040D19 21.38%, #0C7CDE 100.39%);
    display: flex;
    color: #fff;
    padding: 25px 25px 69px;
}

.verticals-item-auto {
    color: #202020;
    padding: 50px 50px 290px;
    background: url("../images/verticals-item-3.png") no-repeat 0 0;
}

.verticals-item-health-insurance {
    color: #fff;
    border-radius: 30px;
    background: url("../images/pulse.png") repeat-x 0 100%, linear-gradient(180deg, #568FE5 0%, #30427F 100%);
    padding: 20px;
    display: flex;
    justify-content: space-between;
    height: 213px;
}

.verticals-item-health-insurance p {
    padding-left: 15px;
}


.verticals-item:nth-of-type(2) h3 {
}

.verticals-item h3 {
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 50px */
    padding-bottom: 10px;
}

.verticals-item p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    letter-spacing: 1px;
}

.verticals-item-health-insurance p,
.verticals-item-book p {
    font-size: 16px;
}

.our-clients-container {
    padding: 245px 15px 20px;
    margin: 0 auto;
}

.header__nav__hamburger {
    display: none;
}

.header__nav__mob {
    display: none;
    backdrop-filter: blur(32px);
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.10);
    padding: 50px 44px;
}

.header__nav__mob.active {
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 97px;
    z-index: 1110;
}

.header__nav__mob a {
    color: #FFF;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.35px;
    margin-bottom: 50px;
    text-decoration: none;
    display: block;
}

.header__nav__hamburger .cross {
    display: none;
}

.header__nav__hamburger.active .cross {
    display: block;
}

.header__nav__hamburger.active .hamburger {
    display: none;
}

.header__nav__mob a:hover {
    color: #0266B1;
}

.header__nav__mob a:last-child {
    margin: 0;
}

.our-clients {
    background: url("../images/pattern.png");
    scroll-snap-align: start;
    scroll-snap-stop: always;
    position: relative;
    z-index: 2;
}

.our-clients-list {

}

.our-clients-container {
    max-width: 1024px;
    margin: 0 auto;
    padding: 100px 15px 100px;
    display: flex;
    justify-content: space-between;
    scrollbar-width: none;
}

.our-clients.active {

}

.our-clients-left {
    max-width: 491px;
    overflow: hidden;
}

.our-clients-left {

}

.slick-dots li button:before{
    font-size:15px;
    color: #c9e0ffcc;
    opacity: 1 !important;
}

.slick-dots li.slick-active button:before{
    color: #035da5;
}

.slick-dots{
    display: flex;
    justify-content: flex-start;
    width:auto;
    flex-direction: column;
    bottom:41px;
}

.slick-list{
    padding-left:50px;
}

.background-box {
    width: 100%;
    max-width: 491px;
    height: 300px;
    border-radius: 30px;
    background: rgba(201, 224, 255, 0.80);
    position: fixed;
    top: calc(50% - 205px);
    transition: opacity .4s;
    visibility: visible;
    z-index: -1;
    display: none;
}

.our-clients.active .background-box {
    display: block;
}

.our-clients-right {
    max-width: 477px;
}

.our-clients h2 {
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: 105%; /* 100.8px */
    text-transform: uppercase;
    background: linear-gradient(180deg, #035DA5 0%, #FFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 31px;
}

.our-clients-right p {
    color: #202020;
    font-family: Aptos;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1px;
}

.our-clients p span {
    font-weight: 700;
}

.our-clients.active .our-clients-right {
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    position: sticky;
    top: 0;
    width: 100%;
}

.our-clients-item {
    border-radius: 30px;
    padding: 20px;
    margin-bottom: 60px;
}

.our-clients-item h5 {
    color: #202020;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.6px;
    padding-bottom: 12px;
}

.our-clients-item p {
    color: #202020;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
    letter-spacing: 0.8px;
}

section {
    position: relative;
    z-index: 200;
}

.pt {
    margin: 0 auto;
    padding: 50px 15px;
    max-width: 1200px;
}

.pt p, .pt li {
    color: #202020;
    font-family: Aptos;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 0.8px;
}

.pt strong {
    font-weight: 700;
}

.pt section {
    padding-bottom: 20px;
}

.pt h2 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 20px;
    padding-top: 20px;
}

.pt h3 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 20px;
    padding-top: 20px;
}

.pt h1 {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 20px;
}

.pt b {
    font-weight: bold;
}

.our-client-list-mob{
    display: none;
}

@media (max-width: 1700px) {
    .header__container {
        max-width: 1545px;
        padding: 35px 15px 35%;
        margin: 0 auto;
    }
}

@media (max-width: 1368px) {
    .contact__us__right {
        margin-left: 20px;
    }

    .footer-nav a {
        margin-left: 20px;
    }

    .owned {
        background: url("../images/owned-pattern.png") no-repeat 0 100%, url("../images/i-mac.webp") no-repeat 100% 100% / 53%, url("../images/owned-bg.webp") no-repeat 0 0 / cover;
    }
}

@media (max-width: 1280px) {
    .our-clients-left {
        display: flex;
        align-items: center;
    }

    .our-clients.active {
        height: auto;
    }

    .our-clients-list {
        padding: 0;
    }

    .our-clients.active .our-clients-right {
        position: static;
        height: auto;
    }

    .our-clients.active .background-box {
        display: none;
    }

    header {
        background: url(../images/background-alt.webp) no-repeat center 0% / 100%;
    }
}


@media (max-width: 1200px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
    }

    .fooer-left {
        margin-bottom: 29px;
    }

    .footer-bottom {
        flex-direction: column;
    }

    .footer-nav-privacy {
        padding-left: 0;
        padding-bottom: 20px;
    }

    .footer-nav-privacy a {
        margin: 0 23px;
    }

    .footer-social a {
        margin: 0 10px;
    }

    .footer-nav {
        flex-direction: column;
        align-items: center;
    }

    .footer-nav a {
        margin: 4px;
    }

    .header__nav a {
        margin-left: 22px;
    }

    .competitive-item {
        max-width: 330px;
    }

    .traffic-channels-item {
        max-width: 188px;
    }

    .our-assets-block {
        background: url("../images/assets-1.png") no-repeat 0 0, url("../images/assets-2.png") no-repeat 100% 100%,
        url("../images/assets-media.webp") no-repeat 0 0 / 200%,
        radial-gradient(100.86% 50% at 50% 50%, #2B96FF 0%, #093B71 100%);
    }
}

@media (max-width: 1100px) {
    .our-assets-block-item h3 {
        font-size: 25px;
        line-height: 25px;
    }

    .our-assets-block-item p {
        font-size: 14px;
        line-height: 20px;
    }

    .what-is-container h2 {
        font-size: 46px;
    }

    .what-is-left img {
        width: 100%;
        display: block;
        max-width: 165px;
    }

    .what-is-container {
        flex-direction: column;
        align-items: center;
    }

    .what-is-left {
        margin-bottom: 10px;
        height: 280px;
    }
}

@media (max-width: 1024px) {
    .our-client-list-desc{
        display: none;
    }

    .our-client-list-mob{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    header {
        background: url(../images/background-alt.webp) no-repeat center 0% / 100%;
    }

    .what-is-left {
        height: 240px;
    }

    .what-is-left img {
        max-width: 140px;
    }

    .what-is-right {
        padding: 18px 18px 45px;
        font-size: 18px;
        line-height: 24px;
    }

    .our-clients-right, .our-clients-list {
        width: 100%;
        max-width: 100%;
    }

    .our-clients-item {
        max-width: 395px;
        padding: 20px;
        border-radius: 30px;
        background: rgba(201, 224, 255, 0.80);
        margin-bottom: 20px;
    }

    .our-clients-list {
        align-items: center;
        padding-top: 30px;
    }

    .our-clients-left {
        max-width: 100%;
    }

    .our-clients-container {
        flex-direction: column-reverse;
        padding-top: 30px;
    }

    .verticals-item {
        padding: 20px;
    }

    .verticals-item-health-insurance, .verticals-item-book {
        flex-direction: column;
        justify-content: flex-start;
    }

    .verticals-item-health-insurance {
        min-height: 213px;
        height: auto;
    }

    .verticals-item-health-insurance p {
        padding-left: 0;
    }

    .verticals-container {
        padding: 40px 15px 41px;
    }

    .verticals-container h2 {
        padding-bottom: 31px;
    }

    .verticals-list {
        flex-direction: column;
        align-items: center;
    }

    .verticals-item-life-insurance {
        padding-bottom: 208px;
    }

    .verticals-item-auto {
        padding-bottom: 238px;
    }

    .verticals-item-book {
        padding-bottom: 132px;
    }

    .cpa-heading {
        max-width: 100%;
        text-align: center;
        padding-bottom: 51px;
    }

    .products-and-services-container:nth-of-type(2) h2 {
        text-align: center;

    }

    .cpa-list, .cpa-list:nth-of-type(2n) {
        flex-direction: column;
    }

    .our-assets-block-list {
        flex-direction: column;
        align-items: center;
    }

    .our-assets-block-item {
        height: 292px;
        width: 100%;
        max-width: 388px;
    }

    .our-assets-block-item h3 {
        font-size: 30px;
        line-height: normal;
    }

    .our-assets-block-item p {
        font-size: 16px;
        line-height: 150%;
    }

    .owned {
        background: url(../images/owned-pattern.png) no-repeat 0 100%, url(../images/i-mac.webp) no-repeat 100% 100% / 49%, url(../images/owned-bg.webp) no-repeat 0 0 / cover;
    }

    .competitive-item {
        max-width: 300px;
    }

    .publishers-banner {
        background: url(../images/conveer.webp) no-repeat 0 0 / 123%;
    }

    .contact__us__left h2, .header__content h1,
    .our-clients h2 {
        font-size: 66px;
        text-align: center;
    }

    .publishers-banner h2, .benefits-container h2, .products-and-services-container h2,
    .owned-container h2, .verticals-container h2 {
        font-size: 66px;
    }

    .contact__us__container {
        flex-direction: column;
        padding-bottom: 64px;
    }

    .contact__us__left, .contact__us__right {
        width: 100%;
        max-width: 100%;
    }

    .contact__us__right {
        margin-left: 0;
        margin-top: 38px;
    }

    .form-wrapper .btn {
        width: 100%;
    }

    .header__nav {
        display: none;
    }

    .header__top .logo {
        width: 190px;
        display: block;
    }

    .header__top .logo img {
        width: 100%;
        display: block;
    }

    .page-default .header__container {
        padding: 20px;
    }

    .header__nav__hamburger {
        display: block;
        cursor: pointer;
    }

    .traffic-channels-list {
        flex-direction: column;
        padding-left: 12px;
        padding-right: 12px;
        margin-top: -984px;
    }

    .traffic-channels-item {
        max-width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 10px;
        margin-bottom: 35px;
    }

    .traffic-channels-item h4 {
        text-align: left;
    }

    .traffic-channels-item p {
        text-align: left;
    }

    .channels-banner {
        min-height: 1100px;
        border-radius: 40px;
        background: linear-gradient(180deg, #1860A6 0%, #092540 100%);
    }

    .header__container {
        max-width: 1545px;
        padding: 35px 15px 48%;
        margin: 0 auto;
    }

    header {
        background: url(../images/background-alt.webp) no-repeat center 0% / 114%;
    }

}

@media (max-width: 992px) {
    .competitive-list {
        flex-wrap: wrap;
    }

    .competitive-item {
        width: 48%;
        max-width: inherit;
    }

    .publishers-banner {
        padding-top: 35px;
    }
}


@media (max-width: 900px) {
    .header__container {
        max-width: 1545px;
        padding: 35px 15px 42%;
        margin: 0 auto;
    }
    .owned-container h2 {
        max-width: 100%;
    }

    .owned-container p {
        max-width: 100%;
    }

    .owned-container {
        padding-bottom: 538px;
    }

    .owned {
        background: url(../images/owned-pattern.png) no-repeat 0 100%, url(../images/i-mac.webp) no-repeat center 90% / 65%, url(../images/owned-bg.webp) no-repeat 0 0 / cover;
    }
}

@media (max-width: 768px) {
    header{
        background: url("../images/header-bg-mobile-new.webp") no-repeat 0 100% / 100%;
    }
    .header__container {
        max-width: 1545px;
        padding: 35px 15px 80%;
        margin: 0 auto;
    }
    .competitive-item {
        width: 100%;
    }

    .header__top {
        padding-bottom: 17px;
    }

    .publishers-banner {
        background: url("../images/conveer-mob.webp") no-repeat 0 0 / cover;
        min-height: 609px;
        padding: 39px 12px 0;
    }

    .publishers-banner .btn-wrapper {
        display: flex;
        justify-content: flex-end;
    }

    .publishers-banner .btn-wrapper a {
        width: 68px;
        height: 68px;
        display: block;
    }

    .publishers-banner .btn-wrapper svg {
        width: 68px;
        height: 68px;
    }

    .publishers-banner h2 {
        font-size: 55px;
    }

    .publishers-container {
        padding-bottom: 0;
    }

    .benefits-item:nth-of-type(1), .benefits-item:nth-of-type(2), .benefits-item:nth-of-type(3) {
        width: 100%;
        min-height: 368px;
    }

    .benefits-item:nth-of-type(4), .benefits-item:nth-of-type(5) {
        width: 100%;
        min-height: 368px;
    }

    .benefits-item:nth-of-type(4) {
        margin-bottom: 26px;
    }

    .benefits-item:nth-of-type(4), .benefits-item:nth-of-type(5) {
        padding: 27px 19px;
        flex-direction: column;
        align-items: flex-start;
        background-position: 99% 100%;
    }

    .channels-banner {
        min-height: 1161px;
    }

    .our-assets-block {
        padding-top: 64px;
        padding-bottom: 64px;
        background: url(../images/assets-1.png) no-repeat center 0 / 50%, url(../images/assets-2.png) no-repeat center 100% / 50%, radial-gradient(100.86% 50% at 50% 50%, #2B96FF 0%, #093B71 100%);
    }

    .our-assets-block p {
        font-size: 18px;
    }

    .our-assets-block h4 {
        padding-bottom: 43px;
    }
}

@media (max-width: 500px) {
    .what-is-right {
        background: url("../images/text-card-mob.png") no-repeat 0 0 / 100%;
        max-width: 395px;
    }

    .what-is-left {
        background: url("../images/what-is-omg-mob.png") no-repeat 0 0 / 100%;
        height: 173px;
    }

    .owned-container {
        padding-bottom: 330px;
    }

    header {
        background: url(../images/header-bg-mobile-new.webp) no-repeat 0 0% / 100%;
    }

    .header__container {
        max-width: 1545px;
        padding: 35px 15px 96%;
        margin: 0 auto;
    }

    .header__content h1 {
        font-size: 56px;
    }

    .verticals-item-health-insurance {
        padding-bottom: 81px;
    }

    .what-is-container {
        padding-top: 10px;
    }

    .products-and-services-container {
        padding-top: 0;
        padding-bottom: 0;
    }

    .header__top {
        padding-bottom: 55px;
    }
}

@media (max-width: 450px) {
    .contact__us__container {
        padding-top: 10px;
    }

    .contact__us__left h2 {
        padding-bottom: 10px;
    }

    .form-group textarea {
        margin-bottom: 0;
    }
}

@media (max-width: 400px) {
    .cpa-heading {
        padding-top: 20px;
    }

    .contact__us__left h2 {
        font-size: 60px;
    }

    .traffic-channels-list {
        flex-direction: column;
        padding-left: 12px;
        padding-right: 12px;
        margin-top: -1147px;
    }

    .channels-banner {
        min-height: 1311px;
    }

    .verticals-item-auto {
        padding: 12px 12px 209px;
    }

    .verticals-item:nth-of-type(2) h3 {
        letter-spacing: -1.6px;
    }

}
@media (max-width: 395px) {
    .cpa-heading {
        padding-top: 68px;
    }
}

@media (max-width: 380px) {
    .what-is-right {
        line-height: 19px;
    }
    .cpa-heading {
        padding-top: 68px;
    }
}


