:root {
    --main-color: #FF9E18;
}

body {
    margin: 0;
    font-family: 'Kanit', sans-serif;
    color: #1C1C1C;
    background-color: #f7f8fa;
    position: relative;
    background-size: 100%;
    background-image: url('/assets/img/global-bg.svg');
    background-repeat: repeat;
    background-size: contain;
}

a {
    color: unset;
    text-decoration: unset;
}

main {
    overflow: hidden;
    position: relative;
}

.container {
    max-width: 1280px;
    padding: 0 0;
    margin: auto;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

.container-inner {
    padding: 0 50px;
    box-sizing: border-box;
    position: relative;
}

.header-inner, .footer-inner {
    padding-top: 64px;
    padding-bottom: 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a.header-logo img {
    width: 248px;
}

nav.header-nav, nav.footer-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.mobile-menu {
    display: none;
}

.header-mobile-menu-wrapper {
    display: none;
}

.header-contact-now {
    background: var(--main-color);
    color: #fff;
    padding: 20px 28px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

span.header-contact-now-text {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: .01em;
}

.top-section {
    text-align: center;
    margin-top: 16px;
}

.top-title {
    font-weight: 700;
    font-size: 68px;
    line-height: 80px;
    text-align: center;
    text-transform: uppercase;
}

.orange-gradient {
    background: linear-gradient(257.98deg, #FFF659 -3.16%, #FF9D16 67.31%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    color: rgba(0, 0, 0, 0);
}

span.orange {
    color: var(--main-color);
}

.top-description p {
    font-size: 24px;
    line-height: 32px;
}

.top-section-bg {
    width: 100%;
    top: -15vw;
    position: relative;
}

.top-section-bg img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.top-section-wrapper {
    margin-bottom: -15vw;
    position: relative;
}

.top-section-button {
    background: var(--main-color);
    color: #fff;
    padding: 20px 28px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    top: -20vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.button-title {
    display: inline-flex;
    background: #fff;
    box-shadow: 0px 4px 8px 0px #141B340A;
    padding: 8px 20px;
    border-radius: 20px;
    align-items: center;
    gap: 12px;
}

.how-it-works {
    padding-top: 84px;
    padding-bottom: 84px;
}

span.divider-title-text {
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap;
}

.divider-title {
    margin: 16px 0;
    display: flex;
    align-items: center;
    gap: 16px;
}

span.divider-title-hr {
    display: block;
    width: 100%;
    height: 1px;
    background: var(--main-color);
}

.our-products-line {
    margin-top: 64px;
}

.our-products-line-container {
    display: flex;
    align-items: center;
}

.button-title img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.our-products-line-description {
    padding: 16px 0px 16px 48px;
    box-sizing: border-box;
}

.our-products-line-title {
    margin: 24px 0;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
}

.our-products-line-image img {
    max-height: 440px;
    display: inline-flex;
}

.our-products-line-text {
    font-size: 20px;
    line-height: 28px;
    color: #747474;
}

.our-products-line.reverted .our-products-line-description {
    padding: 16px 48px 16px 0;
}

.our-sources-slider {
    width: 150%;
    position: relative;
    left: -25%;
    margin: 84px 0;
}

.our-sources-slide {
    /* width: calc(100vw*1.2/5); */
    /* max-width: calc(100vw*1.2/5); */
    /* min-width: calc(100vw*1.2/5); */
}

.our-sources-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.our-sources-logo {
    display: flex;
    align-items: center;
    height: 76px;
    padding: 8px;
    box-sizing: border-box;
}

.swiper-slide.our-sources-slide {
    opacity: .5;
    transition: .2s;
}

.swiper-slide.our-sources-slide.swiper-slide-active {
    opacity: 1;
    transition: .2s;
}

.our-sources-wrapper {
    padding-top: 84px;
}

.our-sources-swiper-controls {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    display: inline-flex;
    border-radius: 66px;
    margin-top: 64px;
    padding: 10px;
    gap: 16px;
    box-shadow: 0px 1.34px 0px 0px #00000026 inset;
}

.our-sources-button-prev, .our-sources-button-next {
    width: 66px;
    height: 66px;
    background-image: url(/assets/img/slider-arrow-orange.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 58%;
    cursor: pointer;
    border-radius: 100%;
}

.our-sources-button-next {
    transform: rotate(180deg);
}

.our-sources-button-next:hover, .our-sources-button-prev:hover {
    background-color: var(--main-color);
    background-image: url(/assets/img/slider-arrow-white.svg);
    transform: rotate(0deg);
}

.our-sources-button-prev:hover {
    transform: rotate(180deg);
}

/*.types-of-verticals span.divider-title-hr {
    position: relative;
    top: 26px;
}*/

.types-of-verticals {
    padding-top: 76px;
    margin-bottom: 112px;
}

.verticals-tiles-inner {
    display: flex;
    flex-flow: row wrap;
    gap: 16px;
    justify-content: center;
    align-items: stretch;
}

.vertical-tile {
    background-image: url(/assets/img/verticals-dots-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 100%;
    position: relative;
    padding: 64px 64px 80px 64px;
    box-sizing: border-box;
    width: calc((100% - 32px) / 3);
    justify-content: center;
}

.vertical-tile-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .5;
    transition: .1s;
}

.vertical-tile:hover .vertical-tile-bg {
    opacity: 1;
    transition: .1s;
}

.vertical-tile-bg img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.verticals-tiles {
    margin: 80px 0;
}

.vertical-tile-title {
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    margin-top: 32px;
    /* white-space: nowrap; */
}

.verticals-and-more {
    display: flex;
    justify-content: center;
    gap: 24px;
    align-items: center;
}

.verticals-adn-more-text {
    font-size: 36px;
    line-height: 100%;
}

.our-geos-row {
    padding: 80px 0;
}

.our-geos-row-inner {
    display: flex;
    align-items: center;
    gap: 48px;
    justify-content: space-between;
}

.flags-col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 48px;
    grid-row-gap: 48px;
}

.single-flag {
    /* border: 2px solid var(--main-color); */
    display: flex;
    border-radius: 100%;
    background: linear-gradient(246.32deg, #FFF659 2.58%, #FF9D16 92.28%);
}

.single-flag img {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    object-position: center;
    object-fit: cover;
    position: relative;
    top: 2px;
    left: 2px;
    border-radius: 100%;
}

.geos-row-divider {
    width: 2px;
    height: 120px;
    background: #090909;
}

.geos-row-also-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 150%;
    text-transform: uppercase;
    text-align: center;
}

.geos-also-regions {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.geos-also-region {
    font-weight: 600;
    font-size: 52px;
    line-height: 68px;
    text-transform: uppercase;
}

.geos-also-region-divider {
    display: inline-flex;
}

.geos-also-region-divider img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.form-wrapper {
    padding: 80px 0;
}

.form {
    background: #262626;
    color: #fff;
    padding: 96px;
    text-align: center;
    border-radius: 12px;
    background-image: url(/assets/img/form-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.form-title {
    font-weight: 500;
    font-size: 45px;
    line-height: 100%;
    background: linear-gradient(257.98deg, #FFF659 -3.16%, #FF9D16 67.31%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    color: rgba(0, 0, 0, 0);
    margin-bottom: 24px;
}

.form-subtitle {
    font-family: Kanit;
    font-weight: 200;
    font-size: 21px;
    line-height: 100%;
    text-align: center;
    max-width: 640px;
    margin: auto;
}

#request-form {
    margin-top: 48px;
    max-width: 800px;
    margin: auto;
    margin-top: 48px;
}

.form-row {
    display: flex;
    justify-content: center;
    gap: 44px;
    margin-bottom: 32px;
}

.form-input {
    border: 1px solid #434343;
    background: #1A1A1A;
    border-radius: 100px;
    width: 100%;
}

.form-input input {
    background: transparent;
    border: unset;
    outline: unset;
    box-shadow: unset;
    padding: 24px 32px;
    font-size: 20px;
    font-family: 'Kanit', sans-serif;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    letter-spacing: 0.5px;
}

.form-row.submit-row {
    flex-direction: column;
    max-width: 480px;
    margin: auto;
    margin-bottom: 16px;
    margin-top: 98px;
    gap: unset;
}

.submit-form-button {
    background: var(--main-color);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    gap: 20px;
    cursor: pointer;
    transition: .1s;
    margin-bottom: 28px;
}

.submit-form-button-text {
    font-size: 20px;
}

.submit-form-button-icon {
    display: flex;
}

.submit-form-button:hover {
    opacity: .9;
    transition: .1s;
}

.or-text-us-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-top: 28px; */
    gap: 24px;
    margin-bottom: 28px;
}

.or-text-us-divider {
    width: 100%;
    height: 1px;
    background: #fff;
}

.or-text-us-text {
    white-space: nowrap;
}

.or-text-us-socials {
    display: flex;
    justify-content: center;
    gap: 24px;
}

.form-recaptcha-message {
    max-width: 480px;
    margin: auto;
    font-size: 14px;
    color: #b3b3b3;
}

.form-message {
    margin-bottom: 28px;
}

.hidden {
    display: none;
}

.grecaptcha-badge {
    visibility: hidden;
}

.footer-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

footer.container {
    margin-top: 96px;
}

a.footer-nav-link {
    text-transform: uppercase;
    font-size: 14px;
}

.footer-logo {
    margin-bottom: 20px;
    cursor: pointer;
}

.footer-contacts {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    border-bottom: 1px solid #262626;
    border-top: 1px solid #262626;
    gap: 24px;
    margin-bottom: 40px;
}

.footer-contact {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

footer a:hover {
    text-decoration: underline;
}

.footer-copyright {
    margin-bottom: 112px;
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.footer-copyright-links {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
}

span.footer-copyright-link-divider {
    background: #B3B3B3;
    width: 1px;
    height: 50%;
}

.to-contacts-button {
    opacity: 1;
    transition: .1s;
}

.to-contacts-button:hover {
    opacity: .9;
    transition: .1s;
}

.content-title {
    font-size: 36px;
    margin-bottom: 32px;
}

.form-orange-dots-top {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
}

.form-orange-dots-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(180deg);
    display: flex;
    justify-content: flex-end;
}

.or-text-us-socials > a {
    opacity: .85;
    transition: .1s;
}

.or-text-us-socials > a:hover {
    opacity: 1;
    transition: .1s;
}

.form-recaptcha-message a {
    text-decoration: underline;
}

@media (max-width: 1280px) {

    .form {
        border-radius: 30px;
    }

    .top-title {
        font-size: 60px;
        line-height: 72px;
    }

    .top-description p {
        font-size: 20px;
        line-height: 28px;
    }

    .header-inner, .footer-inner {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    a.header-logo img {
        width: 220px;
    }

    .our-products-line-image {
        width: 50%;
    }

    .our-products-line-image img {
        width: 100%;
    }

    .our-products-line-description {
        width: 50%;
    }

    .our-sources-slider {
        width: 140%;
        left: -20%;
    }

    .our-sources-logo {
        padding: 12px;
    }

    .our-sources-button-prev, .our-sources-button-next {
        width: 56px;
        height: 56px;
        background-size: 52%;
    }

    .our-sources-swiper-controls {
        padding: 8px;
    }

    .vertical-tile-title {
        font-size: 36px;
        line-height: 36px;
    }

    .geos-also-region {
        font-size: 48px;
        line-height: 64px;
    }

    .geos-row-also-title {
        font-size: 28px;
        line-height: 140%;
    }

    .flags-col {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
    }

}

@media (max-width: 1140px) {

    .header-inner, .footer-inner {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    a.header-logo img {
        width: 192px;
    }

    .container-inner {
        padding-left: 40px;
        padding-right: 40px;
    }

    .top-title {
        font-size: 56px;
        line-height: 68px;
    }

    .header-contact-now {
        padding: 16px 24px;
    }

    .top-section-button {
        padding: 16px 24px;
    }

    span.divider-title-text {
        font-size: 46px;
        line-height: 46px;
    }

    .button-title {
        padding: 6px 18px;
        gap: 12px;
    }

    .our-products-line-title {
        font-size: 32px;
    }

    .our-products-line-text {
        font-size: 18px;
    }

    .our-sources-wrapper {
        padding-top: 60px;
    }

    .types-of-verticals {
        padding-top: 52px;
    }

    .vertical-tile {
        padding: 52px 52px 64px 52px;
    }

    .vertical-tile-title {
        font-size: 32px;
        line-height: 32px;
        margin-top: 24px;
    }

    .verticals-tiles {
        margin: 68px 0;
    }

    .verticals-adn-more-text {
        font-size: 28px;
    }

    .verticals-and-more-flash img {
        max-height: 28px;
    }

    .our-geos-row {
        padding: 64px 0;
    }

    .geos-row-also-title {
        font-size: 24px;
    }

    .geos-also-region {
        font-size: 36px;
        line-height: 56px;
    }

    .geos-also-region-divider img {
        max-height: 20px;
    }

    .flags-col {
        grid-column-gap: 36px;
        grid-row-gap: 36px;
    }

    .form-input input {
        padding: 20px 28px;
    }

    .form-row.submit-row {
        margin-top: 84px;
    }

    .footer-copyright {
        margin-bottom: 64px;
    }

    footer.container {
        margin-top: 72px;
    }

}

@media (max-width: 1024px) {

    .container-inner {
        padding-left: 32px;
        padding-right: 32px;
    }

    .header-inner, .footer-inner {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .top-title {
        font-size: 48px;
        line-height: 56px;
    }

    .top-description p {
        font-size: 18px;
        line-height: 26px;
    }

    .how-it-works {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .our-products-line-description {
        padding: 16px 0px 16px 36px;
    }

    span.divider-title-text {
        font-size: 42px;
        line-height: 42px;
    }

    .button-title {
        font-size: 14px;
    }

    .our-products-line-title {
        font-size: 28px;
        margin: 20px 0;
    }

    .our-sources-wrapper {
        padding-top: 48px;
    }

    .our-sources-logo {
        padding: 16px;
    }

    .our-sources-slider {
        width: 130%;
        left: -15%;
        margin: 64px 0;
    }

    .our-sources-swiper-controls {
        margin-top: 52px;
    }

    .our-sources-button-prev, .our-sources-button-next {
        width: 48px;
        height: 48px;
        background-size: 48%;
    }

    .verticals-tiles {
        margin: 56px 0;
    }

    .vertical-tile {
        padding: 44px 44px 56px 44px;
    }

    .vertical-tile-icon img {
        max-width: 64px;
    }

    .vertical-tile-title {
        font-size: 28px;
        line-height: 28px;
        margin-top: 20px;
    }

    .types-of-verticals {
        margin-bottom: 92px;
    }

    .flags-col {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
    }

    .our-geos-row-inner {
        gap: 36px;
    }

    .geos-also-region {
        font-size: 32px;
        line-height: 52px;
    }

    .geos-row-also-title {
        font-size: 20px;
    }

    .geos-also-region-divider img {
        max-height: 16px;
    }

    .form-wrapper {
        padding: 64px 0;
    }

    .form-title {
        font-size: 40px;
    }

    .form-subtitle {
        font-size: 18px;
        max-width: 440px;
    }

    .form-row {
        gap: 36px;
        margin-bottom: 28px;
    }

    #request-form {
        max-width: 640px;
    }

    .form-input input {
        padding: 18px 24px;
        font-size: 18px;
    }

    .form-row.submit-row {
        margin-top: 72px;
        max-width: 420px;
    }

    .submit-form-button {
        padding: 16px;
        gap: 16px;
    }

    .submit-form-button-text {
        font-size: 18px;
    }

    footer.container {
        margin-top: 52px;
    }

    .footer-contacts {
        padding: 32px;
        margin-bottom: 32px;
    }

    .footer-menu {
        margin-bottom: 32px;
    }

    .footer-copyright {
        margin-bottom: 52px;
    }

}

@media (max-width: 880px) {

    .our-products-line-description {
        padding: 12px 0px 12px 32px;
    }

    .our-products-line-title {
        font-size: 24px;
        margin: 16px 0;
    }

    .our-products-line-text {
        font-size: 16px;
        line-height: 24px;
    }

    .our-sources-slider {
        margin: 52px 0;
    }

    .our-sources-logo {
        padding: 20px;
    }

    span.divider-title-text {
        font-size: 36px;
        line-height: 36px;
    }

    /*.types-of-verticals span.divider-title-hr {
        top: 20px;
    }*/

    .vertical-tile {
        padding: 40px 40px 52px 40px;
    }

    .vertical-tile-icon img {
        max-width: 60px;
    }

    .vertical-tile-title {
        font-size: 26px;
        line-height: 26px;
        margin-top: 16px;
    }

    .types-of-verticals {
        padding-top: 40px;
    }

    .single-flag {
        width: 60px;
        height: 60px;
    }

    .flags-col {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
    }

    .geos-also-regions {
    }

    .geos-also-region {
        font-size: 28px;
        line-height: 48px;
    }

    .form {
        padding: 72px;
    }

    .our-geos-row {
        padding: 56px 0;
    }

    .top-title {
        font-size: 44px;
        line-height: 52px;
    }
}

@media (max-width: 768px) {

    .header-contact-now {
        display: none;
    }

    .header-mobile-menu-wrapper {
        display: flex;
        width: 80px;
        height: 102px;
        background: linear-gradient(180deg, #FFF659 0%, #FF9D16 100%);
        border-radius: 0 0 44px 44px;
        position: absolute;
        top: 0;
        right: 32px;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .mobile-menu {
        display: block;
        position: fixed;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100%;
        background: #f8f9fa;
        z-index: 100000;
        background-image: url(/assets/img/mobile-menu-bg.png);
        background-repeat: no-repeat;
        background-position: 100% 100%;
        transition: .2s;
    }

    .mobile-menu.opened {
        left: 0;
    }

    .mobile-menu-inner {
        padding: 64px 56px 64px 30px;
        height: 100%;
        box-sizing: border-box;
        position: relative;
    }

    .mobile-menu a.header-logo {
        margin-bottom: 112px;
        display: inline-block;
    }

    .mobile-menu nav.header-nav {
        flex-direction: column;
        align-items: flex-start;
        gap: 26px;
    }

    .mobile-menu .header-nav-item {
        font-family: Kanit;
        font-weight: 700;
        font-size: 32px;
        line-height: 100%;
    }

    span.mobile-menu-nav-divider {
        width: 100%;
        height: 1px;
        background: #191614;
    }

    .header-mobile-menu {
        width: 44px;
        height: 4px;
        background: #fff;
        border-radius: 20px;
        position: relative;
    }

    .header-mobile-menu:before {
        position: absolute;
        content: ' ';
        width: 24px;
        height: 4px;
        left: 0;
        background: #fff;
        display: block;
        top: -14px;
        border-radius: 20px;
    }

    .header-mobile-menu:after {
        position: absolute;
        content: ' ';
        width: 24px;
        height: 4px;
        right: 0;
        background: #fff;
        display: block;
        bottom: -14px;
        border-radius: 20px;
    }

    .mobile-menu-close {
        display: flex;
        width: 80px;
        height: 102px;
        background: linear-gradient(180deg, #FFF659 0%, #FF9D16 100%);
        border-radius: 0 0 44px 44px;
        position: absolute;
        top: 0;
        right: 32px;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .mobile-menu-close-xmark:before {
        position: absolute;
        content: ' ';
        width: 100%;
        height: 3px;
        left: 0;
        background: #fff;
        display: block;
        top: 16px;
        border-radius: 20px;
        z-index: 1;
        transform: rotate(45deg);
    }

    .mobile-menu-close-xmark {
        position: relative;
        width: 36px;
        height: 36px;
    }

    .mobile-menu-close-xmark:after {
        position: absolute;
        content: ' ';
        width: 100%;
        height: 3px;
        left: 0;
        background: #fff;
        display: block;
        top: 16px;
        border-radius: 20px;
        z-index: 1;
        transform: rotate(-45deg);
    }

    .container-inner {
        padding-left: 28px;
        padding-right: 28px;
    }

    a.header-logo img {
        width: 168px;
    }

    .top-title {
        font-size: 40px;
        line-height: 48px;
    }

    .top-description p {
        font-size: 16px;
        line-height: 24px;
    }

    .our-products-line-image {width: 40%;}

    .our-products-line-description {
        width: 60%;
        padding: 12px 0px 12px 28px;
    }

    .divider-title {
        flex-direction: column;
        align-items: flex-start;
    }

    .our-geos .divider-title {
        flex-direction: column-reverse;
    }

    .our-products-line-title {
        font-size: 20px;
        margin: 14px 0;
    }

    .our-products-line-text {
        line-height: 22px;
    }

    .our-products-line {
        margin-top: 44px;
    }

    span.divider-title-text {
    }

    .our-products-line.reverted .our-products-line-description {
        padding: 12px 28px 12px 0;
    }

    .our-sources-wrapper {
        padding-top: 32px;
    }

    .our-sources-swiper-controls {
        margin-top: 44px;
    }

    .vertical-tile {
        width: calc((100% - 16px) / 2);
    }

    .our-geos-row-inner {
        flex-direction: column;
        gap: 44px;
    }

    .geos-row-divider {
        display: none;
    }

    .form-wrapper {
        padding: 48px 0;
    }

    .form {
        padding: 48px;
    }

    .footer-logo img {
        max-width: 148px;
    }

    .our-sources-logo {
        padding: 14px;
    }

}

@media (max-width: 700px) {

    .our-products-line-container {
        flex-direction: column;
        max-width: 500px;
        margin: auto;
    }

    .our-products-line.reverted .our-products-line-container {
        flex-direction: column-reverse;
    }

    .our-products-line-description {
        padding: 0;
        width: 100%;
    }

    .our-products-line.reverted .our-products-line-description {
        padding: 0;
    }

    .our-products-line-image {
        width: 100%;
        margin-bottom: 32px;
    }

    .container-inner>.button-title {
        background: transparent;
        box-shadow: unset;
        width: 100%;
        text-align: center;
        padding: 6px 0;
    }

    .our-sources-button-prev, .our-sources-button-next {
        width: 36px;
        height: 36px;
        background-size: 48%;
    }

    .our-sources-swiper-controls {
        gap: 8px;
    }

    .form-row {
        gap: 24px;
    }

    .form {
        padding: 48px 36px;
    }

}

@media (max-width: 500px) {

    .top-title {
        font-size: 36px;
        line-height: 40px;
    }

    .top-description p {
        font-size: 12px;
        line-height: 20px;
    }

    .container-inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .header-mobile-menu-wrapper {
        right: 20px;
    }

    .mobile-menu-close {
        right: 20px;
    }

    .our-products-line {
        margin-top: 32px;
    }

    .header-inner {
        padding-top: 64px;
        padding-bottom: 40px;
    }

    a.header-logo img {
        width: 120px;
    }

    .our-sources-slider {
        margin: 40px 0;
    }

    .our-sources-logo {
        padding: 20px;
    }

    .our-sources-swiper-controls {
        margin-top: 28px;
    }

    .vertical-tile {
        width: 100%;
        padding: 24px;
        width: calc((100% - 16px) / 2);
        padding: 20px;
    }

    .vertical-tile:last-child {
        width: 100%;
    }

    .vertical-tile-icon img {
        max-width: 52px;
    }

    .vertical-tile-title {
        font-size: 20px;
        line-height: 24px;
        margin-top: 24px;
        font-weight: 500;
    }

    .types-of-verticals {
        padding-top: 16px;
    }

    .verticals-adn-more-text {
        font-size: 20px;
    }

    .verticals-tiles {
        margin-bottom: 80px;
        margin-top: 80px;
    }

    .verticals-and-more-flash img {
        max-height: 20px;
    }

    .verticals-and-more-flash {
        display: flex;
    }

    .divider-title {
        gap: 48px;
    }

    .how-it-works .divider-title {
        margin-bottom: 52px;
    }

    .flags-col {
        grid-column-gap: 28px;
        grid-row-gap: 48px;
    }

    .geos-row-also-title {
        font-size: 18px;
    }

    .geos-also-region {
        font-size: 26px;
        line-height: 40px;
    }

    .form {
        padding: 40px 28px;
        border-radius: 20px;
    }

    .form-row {
        flex-direction: column;
    }

    .form-title {
        font-size: 24px;
    }

    .form-subtitle {
        font-size: 14px;
        line-height: 132%;
    }

    .form-input input {
        padding: 14px 16px;
        font-size: 14px;
    }

    .form-row.submit-row {
        margin-top: 48px;
    }

    .single-text-us-social img {
        max-width: 72px;
    }

    .form-orange-dots-top img {
        max-width: 80%;
        object-position: right;
    }

    img {
    }

    .form-orange-dots-bottom img {
        max-width: 80%;
        object-position: left;
    }

    nav.footer-nav {
        gap: 16px;
    }

    .footer-contacts {
        padding: 20px 20px;
        margin-bottom: 40px;
    }

    .footer-container.container-inner {
        padding-left: 0;
        padding-right: 0;
    }

    .footer-contact img {
        max-width: 16px;
    }

    .footer-contact a {
        font-size: 14px;
    }

    .footer-copyright {
        font-size: 10px;
        padding: 0 20px;
        margin-bottom: 40px;
    }

    footer.container {
        margin-top: 22px;
    }

}

@media (max-width: 900px) {



}
