/* Global Styles */

:root {
    --say9-primary-blue: #031D3D;
    --say9-secondary-blue: #077DFD;
    --say9-brand-text-blue: #181F35;
}

.os-mac {
    --say9-primary-blue: #022047;
}

.os-ios {
    --say9-primary-blue: #031D3E;
}

.inner_wrapper {
    max-width: 1640px;
}

body {
    background-color: var(--say9-primary-blue);
}

header {
    z-index: var(--header-z, 10000000001);
}

#mobile-blur-overlay {
    z-index: 10000000000;
}

#wpadminbar {
    z-index: 9999999999;
}

/* Fonts */


@font-face {
    font-family: "League Spartan";
    src: url("../assets/fonts/new_fonts/LeagueSpartan-VariableFont_wght.woff2") format("woff2"),
        url("../assets/fonts/new_fonts/LeagueSpartan-VariableFont_wght.ttf") format('truetype');
    font-weight: 100 900;
    font-stretch: 75% 125%;
    font-style: normal;
    font-display: swap;
}

* {
    font-family: 'League Spartan', "Helvetica Neue", Arial, sans-serif !important
}

header {
    padding: 0 80px;
}

header.sticky {
    background-color: rgba(3, 29, 61, 0.7) !important;
    box-shadow: 4px -1px 10px 3px rgba(92, 90, 90, 0.03);
    border-bottom: none;
}

#header-inner {
    max-width: 1760px;
}

#header-logo,
#header-logo svg,
#header-logo a {
    width: 132px;
    height: 38px;

}

#header-navlist li.custom-offer {
    margin-left: 36px;
}

#header-navlist li.custom-offer>span {
    display: flex;
    align-items: center;
    background-color: #077DFD;
    padding: 10px 10px 10px 20px;
    column-gap: 18px;
    border-radius: 200px;
    transition: box-shadow 0.3s ease-out, background-color 0.3s ease-in-out, padding 0.3s ease-in-out;
}

#header-navlist li.custom-offer>span>span:first-child {
    padding: 4px 0 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 1em;
}

#header-navlist li.custom-offer>span>span:last-child {
    width: 32px;
    height: 32px;
    background-image: url("../assets/images/brand_mention/btn_icon.svg");
    background-size: contain;
}

#header-navlist li a,
#header-navlist li span {
    font-size: 22px;
    line-height: 1em;
    color: rgba(255, 255, 255, 1);
}

#header-navlist>li>span .da svg path,
#header-navlist>li.dropdown-menu>span .da svg path {
    fill: rgba(255, 255, 255, 1);
}

#header-navlist li.dropdown-menu::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 26px;
    bottom: -26px;
}

#header-navlist li.dropdown-menu ul.sub-menu li a {
    transition: color 0.3s ease-in-out;
}

#header-navlist>li:not(.custom-offer):not(.current-menu-ancestor):hover>span,
#header-navlist>li:hover>a,
#header-navlist li.dropdown-menu ul.sub-menu li:hover a {
    color: #99CAFF !important;
}

#header-navlist .current-menu-ancestor span,
#header-navlist>li:not(.custom-offer).active>span,
#header-navlist .current_page_item>a {
    color: #63AEFF !important;
}

#header-navlist>li:not(.current-menu-ancestor):hover>span .da svg path {
    fill: #99CAFF !important;
}

#header-navlist .current-menu-ancestor .da svg path,
#header-navlist>li.dropdown-menu.active>span .da svg path {
    fill: #63AEFF !important;
}

#header-navlist ul.sub-menu {
    top: 100px;
    background-color: var(--say9-primary-blue) !important;
    box-shadow: 4px 4px 8.6px rgba(0, 15, 40, 0.2), -4px -4px 8.6px rgba(0, 15, 40, 0.2) !important;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-radius: 24px;
    border: none !important;
    transition: opacity 0.3s ease, background-color 0.3s ease-in-out, border 0.3s ease-in-out, height 0.3s ease-in-out;
}

#header-navlist li.dropdown-menu ul.sub-menu a {
    line-height: 1em;
    font-weight: 600;
    padding: 4px 0 0;
}

#header-navlist li.dropdown-menu ul.sub-menu a:hover {
    background: none;
}

#header-navlist li.custom-offer>span:hover,
#header-navlist li.custom-offer>span:active {
    box-shadow: none;
}

.brand_btn {
    transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out;
}

html.os-ios .brand_btn {
    transition: none;
}

.brand_btn span {
    transition: color 0.3s ease-in-out;
}

html.os-ios .brand_btn span {
    transition: none;
}

#header-navlist li.custom-offer>span:hover,
.brand_btn:hover {
    background-color: #63AEFF;
}

#header-navlist li.custom-offer>span:active,
.brand_btn:active {
    padding: 8px 8px 8px 18px;
}

.brand_sec_btn:hover {
    background-color: #10335F;
}

.brand_sec_btn:hover span {
    color: #FFFFFF;
}

#mobile-menu-switch span {
    background-color: rgba(255, 255, 255, 1);
}

/* Brand Hero */

#brand_hero {
    background-color: #021D3E;
    padding: 40px 120px 80px;
    position: relative;
    z-index: 10;
}

html.os-mac #brand_hero {
    background-color: #091F46;
}

.brand_hero_wrapper {
    display: grid;
    grid-template-columns: 620px minmax(0, 800px);
    justify-content: space-between;
    gap: 24px 60px;
    overflow: hidden;
}

.brand_hero_anim {
    grid-row: 1 / 4;
    grid-column: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand_hero_anim video {
    max-height: 600px;
    height: 100%;
}

.brand_hero_title {
    grid-row: 1;
    grid-column: 1;
    margin-top: 80px;
    font-size: 82px;
    line-height: 1.1em;
    color: #FFFFFF;
    max-width: 620px;
}

.brand_hero_txt {
    grid-row: 2;
    grid-column: 1;
    max-width: 540px;
    font-size: 22px;
    line-height: 1.4em;
    color: #EFF1F5;
    margin-bottom: 56px;
}

.brand_hero_btns {
    grid-row: 3;
    grid-column: 1;
    display: flex;
    gap: 14px;
}

.brand_hero_btn {
    display: flex;
    align-items: center;
    background-color: var(--say9-secondary-blue);
    border-radius: 200px;
    padding: 10px 10px 10px 20px;
    gap: 18px;
}

.brand_hero_btn span {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 600;
    line-height: 1em;
    padding-top: 4px;
}

.brand_hero_btn img {
    width: 32px;
    height: 32px;
}

.brand_hero_btn_secondary {
    border: 2px solid #FFFFFF;
    background-color: transparent;
    padding: 13px 20px;
    transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out;
}

html.os-ios .brand_hero_btn_secondary {
    transition: none;
}

.brand_hero_btn_secondary span {
    transition: color 0.3s ease-in-out;
}

html.os-ios .brand_hero_btn_secondary span {
    transition: none;
}

.brand_hero_btn_secondary:hover {
    background-color: #FFFFFF;
}

.brand_hero_btn_secondary:hover span {
    color: var(--say9-primary-blue);
}

.brand_hero_btn_secondary:active {
    padding: 11px 8px;
}

/* About mention */

#about_mention {
    background-color: #FFFFFF;
    padding: 140px 120px 120px;
    border-radius: 60px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

#about_mention_inner {
    position: relative;
    z-index: 1;
}

.about_mention_web {
    position: absolute;
    width: 1950px;
    height: 1175px;
    z-index: -1;
}

.about_mention_web1 {
    left: -680px;
    top: -595px;
}

.about_mention_web2 {
    right: -1518px;
    top: -180px;
}

.about_mention_web3 {
    bottom: -500px;
    left: -355px;
}

.about_mention_wrapper {
    margin-bottom: 160px;
}

.about_mention_subtitle {
    background-color: var(--say9-primary-blue);
    padding: 6px 14px 4px;
    border-radius: 200px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1em;
    margin-bottom: 14px;
    display: inline-block;
}

.about_mention_txt {
    color: var(--say9-brand-text-blue);
    font-size: 82px;
    line-height: 1.1em;
    font-weight: 700;
    margin-bottom: 160px;
}

.about_mention_txt img {
    width: 116px;
    height: 70px;
    display: inline;
    vertical-align: middle;
}

.about_mention_cta {
    background-color: var(--say9-secondary-blue);
    display: flex;
    border-radius: 400px;
    padding: 24px;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.about_mention_cta_left {
    display: flex;
    align-items: center;
    gap: 24px;
}

.about_mention_right {
    flex-shrink: 0;
}

.about_mention_logo {
    width: 52px;
    height: 52px;
}

.about_mention_cta_txt {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 34px;
    line-height: 1.2em;
    padding-top: 4px;
}

.about_mention_btn {
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    border-radius: 200px;
    padding: 12px 10px 12px 18px;
    gap: 18px;
    border: 2px solid transparent;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    -webkit-touch-callout: none;
    touch-action: manipulation;
    transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.about_mention_btn,
.about_mention_btn *,
.about_mention_btn::before,
.about_mention_btn::after {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.about_mention_btn:active {
    background: transparent;
    padding: 12px 10px 12px 18px;
    border-color: #10335F;
}

.about_mention_btn span {
    color: var(--say9-secondary-blue);
    font-size: 22px;
    font-weight: 600;
    line-height: 1em;
    padding-top: 4px;
}

@media (hover: none) and (pointer: coarse),
(any-hover: none) and (any-pointer: coarse) {

    .about_mention_btn:hover,
    .about_mention_btn:active {
        background-color: #10335F !important;
    }

    .about_mention_btn:hover span,
    .about_mention_btn:active span {
        color: #FFFFFF !important;
    }
}

.about_mention_btn img {
    width: 32px;
    height: 32px;
}

.mention_work_subtitle {
    margin: 0 auto 14px;
    display: block;
    width: fit-content;
}

.mention_work_title {
    font-weight: 700;
    font-size: 82px;
    line-height: 1.1em;
    margin-bottom: 30px;
    text-align: center;
    color: var(--say9-brand-text-blue);
}

/* Timeline */

.timeline_wrapper {
    width: 100%;
}

.timeline {
    width: 100%;
    position: relative;
}

.timeline_steps {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.timeline_step {
    padding: 36px 32px;
    position: relative;
    border-radius: 24px;
    box-sizing: border-box;
    margin-right: 24px;
    display: grid;
    width: calc((100% - (24px * 2)) / 3);
    justify-content: space-between;
    grid-template-columns: 1fr;
    gap: 14px 40px;
}

.timeline_step:first-child {
    background-color: #DCF6FF;
}

.timeline_step:nth-child(2) {
    background-color: #AAE9FF;
}

.timeline_step:last-child {
    background-color: #74D8FA;
}

.timeline_step_num {
    background-color: #10335F;
    border-radius: 200px;
    padding: 6px 14px 4px;
    margin-bottom: 22px;
    color: #FFFFFF;
    font-weight: 500;
    max-height: 30px;
    font-size: 18px;
    line-height: 1.1em;
    width: fit-content;
}

.timeline_step_title {
    color: var(--say9-brand-text-blue);
    font-weight: 700;
    font-size: 34px;
    line-height: 1.2em;
}

.timeline_step_right {
    max-width: 467px;
    width: 100%;
}

.timeline_step_txt {
    color: #30374F;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.4em;
}

.timeline_pagination {
    top: unset !important;
    bottom: 0 !important;
    display: flex;
    justify-content: center;
}

.timeline_pagination .swiper-pagination-bullet {
    background-color: #10335F;
    width: 12px;
    height: 8px;
    border-radius: 50px;
    margin: 0 2px !important;
    opacity: 1;
    transition: width 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.timeline_pagination .swiper-pagination-bullet-active {
    background-color: var(--say9-secondary-blue);
    width: 14px;
}


/* Benefits */

#benefits {
    margin-top: -70px;
    padding: 250px 120px 125px;
    border-radius: 0 0 60px 60px;
    background-color: #C6E1FF;
    position: relative;
    overflow: hidden;
}

.benefits_web {
    position: absolute;
    width: 1703px;
    height: 1027px;
    right: -440px;
    top: -350px;
}

#benefits_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
}

.benefits_content {
    max-width: 330px;
    width: 100%;
    position: relative;
}

.benefits_question {
    position: absolute;
    width: 62px;
    height: 106px;
    transform: rotate(20deg);
    bottom: -30px;
    right: 50px;
}

.benefits_subtitle {
    background-color: var(--say9-primary-blue);
    padding: 6px 14px 4px;
    border-radius: 200px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.1em;
    margin-bottom: 18px;
    display: inline-block;
}

.benefits_title {
    color: var(--say9-brand-text-blue);
    font-size: 82px;
    font-weight: 700;
    line-height: 1.1em;
}

.benefits_cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    gap: 10px;
    max-width: 1220px;
    width: 100%;
}

.benefits_card {
    background-color: #FFFFFF;
    border-radius: 24px;
    padding: 32px;
}

.benefits_card_icon {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 24px;
}

.benefits_card:first-child .benefits_card_icon {
    background-color: #FFF6B4;
}

.benefits_card:nth-child(2) .benefits_card_icon {
    background-color: #AAE9FF;
}

.benefits_card:last-child .benefits_card_icon {
    background-color: #CBE389;
}

.benefits_card_icon img {
    width: 42px;
    height: 42px;
}

.benefits_card_title {
    color: var(--say9-brand-text-blue);
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 14px;
}

.benefits_card_txt {
    color: #4A5578;
    font-size: 24px;
    line-height: 1.6em;
}

/* Work */

#work {
    padding: 200px 120px 160px;
    overflow: hidden;
}

#work_inner,
#work .work_right {
    overflow: visible;
}

.work_right {
    flex: 1 1 0;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
    clip-path: inset(0 -9999px 0 0);
}

#work_inner {
    display: flex;
    gap: 160px;
    position: relative;
}

#work_inner>* {
    min-width: 0;
}

.work_left {
    max-width: 390px;
    width: 100%;
}

.work_subtitle {
    background-color: #10335F;
    color: #FFFFFF;
    line-height: 1.1em;
    font-weight: 500;
    font-size: 18px;
    border-radius: 200px;
    padding: 6px 14px 4px;
    margin-bottom: 14px;
    display: inline-block;
}

.work_title {
    font-weight: 700;
    font-size: 72px;
    line-height: 1.1em;
    margin-bottom: 14px;
    color: #FFFFFF;
}

.work_txt {
    color: #B9C0D4;
    font-size: 22px;
    line-height: 1.4em;
    margin-bottom: 60px;
    font-weight: 400;
}

.work_btn {
    background-color: var(--say9-secondary-blue);
    border-radius: 200px;
    padding: 10px 10px 10px 20px;
    display: flex;
    align-items: center;
    gap: 18px;
    width: fit-content;
}

.work_btn span {
    padding-top: 4px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 22px;
    line-height: 1em;
}

.work_btn img {
    width: 32px;
    height: 32px;
}

/* Case Study */

#work_slider {
    padding-bottom: 40px;
}

#work_slider.swiper,
#work_slider .swiper-wrapper {
    overflow: visible;
}

.case_study {
    border-radius: 32px;
    padding: 18px 24px;
    display: block;
}

.work_slide:first-child .case_study {
    background-color: #AAE9FF;
}

.work_slide:nth-child(2) .case_study {
    background-color: #CBE389;
}

.work_slide:nth-child(3) .case_study {
    background-color: #EFF1F5;
}

.work_slide:nth-child(4) .case_study {
    background-color: #FFD4C5;
}

.case_study_top {
    display: flex;
    padding: 0 18px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.case_study_dr {
    display: flex;
    align-items: center;
    gap: 14px;
}

.case_study_dr_left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.case_study_dr_left img {
    width: 23px;
    height: 23px;
}

.case_study_top_txt {
    color: var(--say9-brand-text-blue);
    font-size: 24px;
    font-weight: 600;
}

.case_study_dr_right {
    display: flex;
    align-items: center;
    gap: 6px;
}

.case_study_dr_right img {
    width: 17px;
    height: 17px;
}

.case_study_traffic {
    display: flex;
    align-items: center;
    gap: 8px;
}

.case_study_traffic img {
    width: 24px;
    height: 24px;
}

.case_study_traffic>.case_study_top_txt {
    margin-right: 6px;
}

.case_study_traffic_per {
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 100px;
    gap: 4px;
}

.case_study_traffic_per img {
    width: 14px;
    height: 14px;
}

.case_study_traffic_per span {
    color: #16B364;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2em;
    padding-top: 4px;
}

.work_slider_pagination {
    bottom: 0 !important;
    top: unset !important;
}

.work_slider_pagination .swiper-pagination-bullet {
    background-color: #10335F;
    width: 12px;
    height: 8px;
    border-radius: 50px;
    margin: 0 2px !important;
    opacity: 1;
    transition: width 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.work_slider_pagination .swiper-pagination-bullet-active {
    background-color: var(--say9-secondary-blue);
    width: 14px;
}

/* Viewport */

.viewport {
    background-color: #FFFFFF;
    border-radius: 27px;
    padding: 18px 20px;
    max-width: 483px;
    max-height: 405px;
    height: 100%;
    margin-bottom: 20px;
    cursor: default;
}

.viewport_inner {
    position: relative;
    height: 368px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.viewport_top {
    max-height: 337px;
    height: 100%;
}

.viewport_lines {
    max-height: 337px;
    height: 100%;
    width: calc(100% - 13px);
    position: absolute;
    left: 6px;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.viewport_line {
    width: 100%;
    height: 1px;
    background-color: #C6E1FF;
}

.viewport_line-last {
    opacity: 0;
    pointer-events: none;
}

.viewport_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.viewport_bottom_item {
    color: #7F88A2;
    font-size: 15px;
    font-weight: 500;
    line-height: 1em;
}

/*  */

.chart_container {
    position: relative;
    width: 100%;
    max-width: 444px;
    height: 100%;
    aspect-ratio: 444 / 337;
}

.chart_container#yourContainer {
    padding-top: 0;
}

.chart_container canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.chart_tooltip {
    position: absolute;
    display: none;
    pointer-events: none;
    flex-direction: column;
    will-change: transform, opacity;
    background-color: #10335F;
    border-radius: 13px;
    border: none;
    padding: 10px;
}

.chart_tooltip#yourTooltip {
    width: 117px;
    height: 70px;
    align-items: center;
    justify-content: center;
}

.chart_title {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    line-height: 1em;
    margin-bottom: 10px;
}

.chart_tooltip#yourTooltip .chart_title {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: rgba(7, 72, 98, 0.5);
}

.chart_label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 7px;
}

.chart_label.domain {
    margin-bottom: 7px;
}

.chart_label_left {
    display: flex;
    align-items: center;
    column-gap: 7px;
}

.chart_circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.chart_circle.domain {
    background-color: #0CC5E1;
}

.chart_circle.traffic {
    background-color: #077DFD;
}

.chart_label_txt,
.chart_label_right {
    font-size: 15px;
    line-height: 1em;
    font-weight: 500;
    padding-top: 2px;
}

.chart_label_txt {
    color: #FFFFFF;
}

.chart_label.domain .chart_label_right {
    color: #0CC5E1;
}

.chart_label.traffic .chart_label_right {
    color: #077DFD;
}

.case_study_bottom {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.case_study_title {
    color: var(--say9-brand-text-blue);
    font-size: 30px;
    font-weight: 700;
    line-height: 1em;
    max-height: 60px;
    overflow: hidden;
}

.case_study_btn {
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 18px;
}

.case_study_btn span {
    color: #031D3D;
    font-size: 22px;
    font-weight: 600;
    line-height: 1em;
    padding-top: 4px;
}

.case_study_btn img {
    width: 32px;
    height: 32px;
}

/* FAQ */

#faq {
    margin-bottom: 200px;
    padding: 0 120px;
}

#faq_inner {
    max-width: 1360px;
}

.faq_title {
    color: #FFFFFF;
    font-size: 72px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 60px;
    text-align: center;
}

.faq_wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.faq_item {
    background-color: #10335F;
    border-radius: 24px;
    padding: 32px 60px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.faq_item_icon {
    width: 42px;
    height: 42px;
}

.faq_item_content {
    display: grid;
    grid-template-columns: minmax(0, 650px) 500px;
    justify-content: space-between;
    gap: 30px;
}

.faq_item_title {
    color: #FFFFFF;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2em;
}

.faq_item_txt {
    color: #B9C0D4;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.6em;
}

/* Result */

#result {
    padding: 0 120px;
}

#result_inner {
    padding: 0 100px;
    background-color: #077DFD;
    border-radius: 60px 60px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.result_content {
    max-width: 680px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 60px 0;
}

.result_title {
    color: #FFFFFF;
    font-size: 82px;
    font-weight: 700;
    line-height: 1.1em;
}

.result_btn {
    background-color: var(--say9-primary-blue);
    border-radius: 200px;
    padding: 10px 10px 10px 20px;
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 18px;
}

.result_btn:hover {
    background-color: #10335F;
}

.result_btn span {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 600;
    line-height: 1em;
    padding-top: 4px;
}

.result_btn img {
    width: 32px;
    height: 32px;
}

.result_img {
    max-width: 580px;
    width: 100%;
    margin-top: auto;
}

/* Footer */

footer {
    background-color: #FFFFFF !important;
    border-radius: 60px 60px 0 0;
    border: none !important;
    padding: 120px 120px 0;
}

#footer-inner {
    max-width: 1640px;
}

#footer-inner-container {
    margin-bottom: 60px;
}

#footer-left-column {
    align-items: flex-start;
}

#footer-logo {
    width: 204px;
    height: 58px;
    margin-bottom: 24px;
}

#footer-txt {
    color: #646E8C;
    line-height: 1em;
}

#footer-address {
    margin-bottom: 24px;
}

#social-icons a {
    display: flex;
}

#footer-address a {
    color: #646E8C;
    font-size: 16px;
    line-height: 1em;
}

#social-icons a rect {
    stroke: var(--say9-secondary-blue);
    transition: stroke 0.3s ease-in-out;
}

#social-icons a path {
    fill: var(--say9-secondary-blue);
}

#social-icons a:hover path {
    fill: var(--say9-secondary-blue);
}

#social-icons a:hover rect {
    stroke: transparent;
}

#footer-navlist li span {
    color: #7F88A2;
    font-size: 22px;
    line-height: 1.4em;
}

#footer-navlist li ul.sub-menu {
    gap: 18px;
}

#footer-navlist li ul.sub-menu a {
    color: var(--say9-primary-blue);
    font-size: 18px;
    font-weight: 600;
    line-height: 1em;
}

#footer-navlist li ul.sub-menu .current-menu-item a,
#footer-navlist li ul.sub-menu a:hover {
    color: #63AEFF;
}

#footer_totop {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 12px 8px 12px 18px;
    border: 2px solid var(--say9-primary-blue);
    border-radius: 200px;
    cursor: pointer;
    margin-left: auto;
    background-color: transparent;
    transition: background-color 0.3s ease-in-out;
}

#footer_totop span {
    color: var(--say9-primary-blue);
    font-size: 22px;
    font-weight: 600;
    padding-top: 4px;
    line-height: 1em;
    transition: color 0.3s ease-in-out;
}

#footer_totop svg {
    width: 32px;
    height: 32px;
}

#footer_totop svg rect {
    transition: fill 0.3s ease-in-out;
}

#footer_totop svg path {
    transition: stroke 0.3s ease-in-out;
}

#footer_totop:hover {
    background-color: var(--say9-primary-blue);
}

#footer_totop:hover span {
    color: #FFFFFF;
}

#footer_totop:hover svg rect {
    fill: #FFFFFF;
}

#footer_totop:hover svg path {
    stroke: var(--say9-primary-blue);
}

#footer-copyright {
    margin-top: 80px;
    padding: 14px;
    border-color: #CED7E2;
}

#footer-info {
    line-height: 1em;
    color: #181F35;
}

/* Media */

@media screen and (max-width: 1720px) {
    #work_inner {
        gap: 60px;
    }
}

@media screen and (max-width: 1600px) {
    .about_mention_txt {
        font-size: 66px;
        margin-bottom: 120px;
    }

    .about_mention_txt img {
        width: 110px;
        height: 66px;
    }

    .mention_work_title,
    .benefits_title,
    .work_title,
    .faq_title,
    .result_title {
        font-size: 66px;
    }
}

@media screen and (max-width: 1520px) {
    /* Brand Hero */

    .brand_hero_wrapper {
        grid-template-columns: 565px minmax(0, 700px);
    }

    .brand_hero_anim video {
        max-height: 520px;
    }
}

@media screen and (max-width: 1440px) {
    /* Brand Hero */

    #brand_hero {
        padding: 40px 120px;
    }

    .brand_hero_title {
        font-size: 64px;
    }

    .brand_hero_txt {
        margin-bottom: 30px;
    }

    /* About Mention */

    .about_mention_cta {
        padding: 18px 24px;
    }

    .about_mention_cta_left {
        gap: 12px;
    }

    .about_mention_cta_txt {
        font-size: 32px;
    }

    .timeline_step {
        padding: 36px 24px;
    }

    .timeline_step_title {
        font-size: 28px;
    }

    .timeline_step_txt {
        font-size: 18px;
    }

    /* Benefits */

    #benefits_inner {
        flex-direction: column;
        gap: 48px;
    }

    .benefits_content {
        max-width: 100%;
    }

    .benefits_question {
        bottom: unset;
        top: -56px;
        right: -16px;
    }

    /* Case Study */

    #work_inner {
        flex-direction: column;
    }

    .work_left {
        max-width: 100%;
    }

    .work_title {
        max-width: 650px;
    }

    .work_txt {
        max-width: 550px;
        margin-bottom: 40px;
    }

    /* Result */

    #result_inner {
        padding: 0 60px;
    }

    .result_content {
        gap: 20px;
    }

    .result_title {
        font-size: 60px;
    }

    /* Footer */

    #footer-navlist li span {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 1350px) {
    /* Header */

    #header-navlist li.custom-offer {
        margin-left: 24px;
    }

    /* Brand Hero */

    .brand_hero_wrapper {
        grid-template-columns: 480px minmax(0, 700px);
    }

    .brand_hero_title {
        font-size: 56px;
        margin-top: 60px;
    }

    .brand_hero_anim video {
        max-height: 470px;
    }
}

@media screen and (max-width: 1280px) {
    .about_mention_txt {
        font-size: 60px;
    }

    .about_mention_txt img {
        width: 100px;
        height: 60px;
    }

    .mention_work_title,
    .benefits_title,
    .work_title,
    .faq_title {
        font-size: 60px;
    }
}

@media screen and (max-width: 1200px) {
    /* Header */

    header {
        padding: 0 24px;
    }

    #header-navlist {
        gap: 5px;
    }

    #header-navlist li.custom-offer {
        margin-left: 6px;
    }

    /* Brand Hero */

    #brand_hero {
        padding: 40px 70px;
    }

    /* About Mention */

    #about_mention {
        padding: 100px 70px 70px;
        isolation: isolate;
    }

    .about_mention_web {
        display: none;
    }

    #about_mention::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: url("../assets/images/brand_mention/web_mobile.svg");
        background-size: contain;
        background-repeat: repeat-y;
        z-index: 0;
        pointer-events: none;
    }

    .about_mention_wrapper {
        margin-bottom: 100px;
    }

    .about_mention_txt {
        margin-bottom: 100px;
    }

    .about_mention_cta {
        padding: 26px 36px;
    }

    .about_mention_cta_txt {
        font-size: 26px;
    }

    .about_mention_btn {
        padding: 12px 6px 12px 16px;
    }

    .about_mention_btn:active {
        padding: 12px 6px 12px 16px;
    }

    /* Timeline */

    .timeline {
        max-width: 750px;
    }

    .timeline_steps {
        padding-bottom: 28px;
    }

    .timeline_step {
        padding: 60px 32px;
        gap: 24px;
        grid-template-columns: 210px minmax(0, 430px);
        width: 100%;
    }

    .timeline_step_right {
        max-width: 100%;
        grid-row: 2;
        grid-column: 2;
    }

    .timeline_step_num {
        grid-row: 1;
        grid-column: 1;
    }

    .timeline_step_title {
        max-width: 210px;
        grid-row: 2;
        grid-column: 1;
        font-size: 34px;
    }

    .timeline_step_txt {
        font-size: 22px;
    }

    /* Benefits */

    #benefits {
        padding: 175px 70px 100px;
    }

    /* Case Study */

    #work {
        padding: 160px 70px 120px;
    }

    /* FAQ */

    #faq {
        margin-bottom: 160px;
        padding: 0 70px;
    }

    .faq_item_content {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    /* Result */

    #result {
        padding: 0 70px;
    }

    /* Footer */

    footer {
        padding: 80px 70px 0;
    }

    #footer-inner-container {
        flex-direction: column;
        margin-bottom: 40px;
        gap: 80px;
    }

    #footer-left-column {
        display: grid;
        grid-template-columns: 310px minmax(0, 200px);
        justify-content: space-between;
    }

    #footer-logo {
        grid-row: 1;
        grid-column: 1;
    }

    #footer-txt {
        grid-row: 2;
        grid-column: 1;
        text-align: left;
    }

    #footer-address {
        grid-row: 3;
        grid-column: 1;
        text-align: left;
    }

    #social-icons {
        grid-row: 1;
        grid-column: 2;
    }

    #footer-navlist {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    #footer-navlist>li {
        max-width: 240px;
    }

    #footer-navlist>li:nth-child(2),
    #footer-navlist>li:nth-child(5) {
        margin: 0 auto;
    }

    #footer-navlist>li:nth-child(5) {
        padding-left: 30px;
    }

    #footer-navlist>li:nth-child(3) {
        margin-left: auto;
    }
}

@media screen and (max-width: 1024px) {
    /* Header */

    header {
        padding: 0 20px;
    }

    body.show-menu header.sticky {
        background-color: var(--say9-primary-blue) !important;
    }

    #header-navigation {
        background-color: var(--say9-primary-blue) !important;
        padding: 40px;
    }

    #header-navlist {
        gap: 24px;
    }

    #header-navlist li {
        width: 100%;
    }

    #header-navlist li.dropdown-menu a,
    #header-navlist li.dropdown-menu span {
        justify-content: flex-start;
        margin: 0;
        transition: margin-bottom 0.3s ease-in-out, color 0.3s ease-in-out;
    }

    #header-navlist li.dropdown-menu.active span {
        margin-bottom: 20px;
    }

    #header-navlist li.dropdown-menu {
        border-bottom: none;
    }

    #header-navlist li.dropdown-menu::after {
        display: none;
    }

    #header-navlist ul.sub-menu {
        top: 0;
        padding: 0 0 0 8px;
        background-color: transparent !important;
        box-shadow: none !important;
        border-radius: 0;
        gap: 14px;
    }

    #header-navlist li.dropdown-menu ul.sub-menu li a {
        font-size: 22px;
    }

    #header-navlist li.custom-offer {
        margin-left: 0;
    }

    #header-navlist li.custom-offer>span {
        max-width: 340px;
        width: 100%;
        justify-content: center;
        padding: 13px 20px;
    }

    #header-navlist li.custom-offer>span>span:last-child {
        display: none;
    }

    #header-navlist>li:not(.custom-offer):not(.current-menu-ancestor).active>span,
    #header-navlist>li:not(.custom-offer):not(.current-menu-ancestor):not(.active):hover>span {
        color: rgba(255, 255, 255, 1) !important;
    }

    #header-navlist>li.dropdown-menu.active:not(.current-menu-ancestor)>span .da svg path,
    #header-navlist>li.dropdown-menu:not(.active):not(.current-menu-ancestor):hover>span .da svg path {
        fill: rgba(255, 255, 255, 1) !important;
    }

    #header-navlist>li:not(.custom-offer):not(.current-menu-ancestor).active:hover>span {
        color: #63AEFF !important;
    }

    #header-navlist>li.dropdown-menu.active:hover>span .da svg path {
        fill: #63AEFF !important;
    }

    /* Brand Hero */

    #brand_hero {
        padding: 40px 70px 100px;
    }

    .brand_hero_wrapper {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .brand_hero_anim {
        grid-row: 1;
        grid-column: 1;
        margin-bottom: 80px;
    }

    .brand_hero_title {
        grid-row: 2;
        margin-top: 0;
        max-width: 100%;
        margin-bottom: 14px;
        font-size: 82px;
    }

    .brand_hero_txt {
        grid-row: 3;
        max-width: 100%;
        margin-bottom: 60px;
    }

    .brand_hero_btns {
        grid-row: 4;
    }

    .brand_hero_anim video {
        max-height: 600px;
        max-width: 100%;
    }

    /* About Mention */

    .about_mention_txt {
        font-size: 48px;
    }

    .about_mention_txt img {
        width: 83px;
        height: 48px;
    }

    .about_mention_cta {
        padding: 20px;
    }

    /* Benefits */

    .benefits_cards {
        display: flex;
        flex-direction: column-reverse;
        gap: 24px;
    }

    /* Result */

    #result_inner {
        padding: 60px 70px 0;
        flex-direction: column;
        gap: 30px;
    }

    .result_content {
        margin: 0;
        gap: 60px;
    }

    .result_img {
        max-width: 400px;
        margin-left: auto;
        margin-top: 0;
    }

    .result_img img {
        max-height: 260px;
    }

    /* Footer */

    #footer-navlist li {
        display: block;
    }

    .mention_work_title,
    .benefits_title,
    .work_title,
    .faq_title,
    .result_title {
        font-size: 48px;
    }
}

@media screen and (max-width: 768px) {
    /* Header */

    html.chat-open {
        --header-z: 1000000000;
    }

    html.chat-open,
    body.chat-open {
        overscroll-behavior: none;
        touch-action: none;
    }

    #header-logo,
    #header-logo svg,
    #header-logo a {
        width: 103px;
        height: 29px;
    }

    #footer-logo {
        width: 168px;
        height: 48px;
    }

    /* Brand Hero */

    #brand_hero {
        padding: 34px 24px 70px;
    }

    .brand_hero_anim {
        min-height: 253px;
        margin-bottom: 40px;
    }

    .brand_hero_title {
        font-size: 60px;
    }

    .brand_hero_txt {
        margin-bottom: 40px;
    }

    .brand_hero_btn {
        padding: 4px 4px 4px 14px;
    }

    .brand_hero_btn:active {
        padding: 2px 2px 2px 12px;
    }

    .brand_hero_btn span {
        font-size: 18px;
    }

    .brand_hero_btn_secondary {
        padding: 9px 14px;
    }

    .brand_hero_btn_secondary:active {
        padding: 7px 12px;
    }

    /* About Mention */

    #about_mention {
        border-radius: 32px;
        padding: 40px 16px;
    }

    .about_mention_txt {
        font-size: 40px;
        margin-bottom: 60px;
    }

    .about_mention_txt img {
        width: 67px;
        height: 40px;
    }

    .about_mention_wrapper {
        margin-bottom: 80px;
    }

    .about_mention_cta {
        flex-direction: column;
        padding: 24px 16px;
        border-radius: 24px;
        gap: 36px;
    }

    .about_mention_cta_left {
        flex-direction: column;
        gap: 14px;
    }

    .about_mention_logo {
        width: 42px;
        height: 42px;
    }

    .about_mention_cta_txt {
        font-size: 34px;
        text-align: center;
    }

    .about_mention_right {
        max-width: 310px;
        width: 100%;
    }

    .about_mention_btn {
        width: 100%;
        justify-content: center;
        padding: 9px 20px;
    }

    .about_mention_btn:active {
        padding: 9px 20px;
    }

    .about_mention_btn span {
        font-size: 18px;
    }

    .about_mention_btn img {
        display: none;
    }

    .mention_work_title {
        font-size: 48px;
        margin-bottom: 20px;
    }

    /* Case Study */

    .work_btn {
        padding: 4px 4px 4px 14px;
    }

    .work_btn:active {
        padding: 2px 2px 2px 12px;
    }

    /* Timeline */

    .timeline_steps {
        padding-bottom: 22px;
    }

    .timeline_step {
        padding: 40px 24px;
        display: block;
    }

    .timeline_step:nth-child(odd)::before,
    .timeline_step:nth-child(even)::before {
        left: -21px;
    }

    .timeline_step_right {
        grid-column: 1;
        grid-row: 3;
    }

    .timeline_step_title {
        font-size: 30px;
        margin-bottom: 4px;
        max-width: 100%;
    }

    .timeline_step_num {
        margin-bottom: 24px;
    }

    .timeline_step_txt {
        font-size: 19px;
    }

    /* Benefits */

    #benefits {
        margin-top: -55px;
        padding: 125px 16px 48px;
        border-radius: 0 0 32px 32px;
    }

    .benefits_title {
        font-size: 60px;
    }

    .benefits_question {
        right: 16px;
    }

    .benefits_card_icon {
        width: 60px;
        height: 60px;
    }

    .benefits_card_icon img {
        width: 34px;
        height: 34px;
    }

    /* Case Study */

    #work {
        padding: 70px 16px;
    }

    .work_title {
        font-size: 60px;
    }

    .case_study {
        padding: 18px;
    }

    .case_study_top {
        padding: 0;
    }

    /* FAQ */

    #faq {
        margin-bottom: 70px;
        padding: 0 16px;
    }

    .faq_title {
        font-size: 60px;
        margin-bottom: 40px;
    }

    .faq_item {
        padding: 32px 16px;
    }

    /* Result */

    #result {
        padding: 0;
        margin-bottom: -60px;
    }

    #result_inner {
        border-radius: 24px 24px 0 0;
        padding: 40px 32px 60px;
        gap: 50px;
    }

    .result_content {
        gap: 24px;
    }

    .result_title {
        font-size: 48px;
    }

    .result_img {
        max-width: 310px;
    }

    .result_btn {
        max-width: 310px;
        width: 100%;
        justify-content: center;
        margin: 0 auto;
        padding: 9px 20px;
    }

    .result_btn:active {
        padding: 9px 20px;
    }

    .result_btn span {
        font-size: 18px;
    }

    .result_btn img {
        display: none;
    }

    /* Footer */

    footer {
        padding: 60px 20px 0;
        border-radius: 32px 32px 0 0;
    }

    #footer-inner-container {
        gap: 40px;
        margin-bottom: 32px;
    }

    #footer-left-column {
        display: flex;
        align-items: center;
        row-gap: 12px;
    }

    #footer-logo,
    #footer-address {
        margin-bottom: 18px;
    }

    #footer-navlist {
        display: flex;
        align-items: center;
    }

    #footer-navlist>li {
        margin: 0 !important;
        padding-left: 0 !important;
    }

    #footer-navlist li {
        text-align: center;
    }

    #footer-navlist li span {
        color: #181F35;
    }

    #footer_totop {
        margin: 0 auto;
        padding: 4px 4px 4px 14px;
    }

    #footer-copyright {
        margin-top: 50px;
    }

    .mention_work_title,
    .benefits_title,
    .work_title,
    .faq_title,
    .result_title {
        font-size: 40px;
    }
}

@media screen and (max-width: 600px) {
    /* About Mention */

    .about_mention_txt {
        font-size: 34px;
    }

    .about_mention_txt img {
        width: 56px;
        height: 34px;
    }

    /* Benefits */

    .benefits_title {
        font-size: 48px;
        padding-right: 90px;
    }

    .benefits_question {
        top: unset;
        bottom: -16px;
    }

    /* Case Study */

    #work_inner {
        gap: 40px;
    }

    .work_title {
        font-size: 48px;
    }

    #work_slider {
        padding-bottom: 42px;
    }

    /* FAQ */

    .faq_title {
        font-size: 48px;
        margin-bottom: 30px;
    }

    .faq_item_title {
        font-size: 28px;
    }

    /* Result */

    .mention_work_title,
    .benefits_title,
    .work_title,
    .faq_title,
    .result_title {
        font-size: 34px;
    }
}

@media screen and (max-width: 450px) {
    /* Brand Hero */

    .brand_hero_title {
        font-size: 48px;
    }

    /* About Mention */

    .about_mention_cta_txt {
        font-size: 30px;
    }

    /* Result */

    .result_btn {
        max-width: 100%;
    }

    /* Case Study */

    .work_title {
        font-size: 34px;
    }

    .case_study {
        border-radius: 12px;
        padding: 18px 14px;
    }

    .case_study_top {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .viewport {
        max-height: 290px;
        border-radius: 12px;
        padding: 16px 4px;
    }

    .viewport_top {
        max-height: 232px;
    }

    .viewport_lines {
        max-height: 232px;
    }

    .viewport_inner {
        height: 250px;
    }

    .viewport_bottom_item {
        font-size: 11px;
    }

    .chart_tooltip {
        border-radius: 9px;
        padding: 7px;
    }

    .chart_title {
        margin-bottom: 7px;
        font-size: 12px;
    }

    .chart_label.domain {
        margin-bottom: 5px;
    }

    .chart_label {
        gap: 5px;
    }

    .chart_label_left {
        gap: 3.5px;
    }

    .chart_circle {
        width: 7px;
        height: 7px;
    }

    .chart_label_txt,
    .chart_label_right {
        font-size: 12px;
    }

    .case_study_title {
        font-size: 20px;
        max-height: 40px;
    }

    .case_study_btn span {
        font-size: 18px;
    }

    /* FAQ */

    .faq_title {
        font-size: 34px;
        margin-bottom: 24px;
    }

    .faq_item_title {
        font-size: 26px;
    }
}

@media screen and (max-width: 350px) {
    /* Brand Hero */

    .brand_hero_title {
        font-size: 42px;
    }

    .brand_hero_btns {
        flex-wrap: wrap;
    }
}

/* IOS checkerboarding fixes & safe promotions */

@supports (-webkit-touch-callout: none) {
    #about_mention .timeline .swiper-wrapper {
        will-change: transform;
        transform: translateZ(0);
        backface-visibility: hidden;
    }

    #about_mention .timeline_step {
        contain: layout paint;
    }

    #about_mention .timeline {
        overflow: visible;
    }

    #about_mention .timeline_pagination {
        will-change: transform, opacity;
        transform: translateZ(0);
        z-index: 5;
    }

    html.fast-scroll #about_mention .about_mention_web {
        visibility: hidden !important;
    }
}