/* 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;
}

html {
    overflow-x: hidden;
}

body {
    background-color: #FFFFFF;
    overflow-x: hidden;
}

img {
    -webkit-user-drag: none;
}

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(255, 255, 255, 1) !important;
    box-shadow: 4px -1px 10px 3px rgba(92, 90, 90, 0.03);
    border-bottom: none;
}

#header-logo,
#header-logo svg,
#header-logo a {
    width: 132px;
    height: 38px;

}

#header-navlist li.custom-offer {
    margin-left: 88px;
}

#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;
    color: #FFFFFF;
}

#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: var(--say9-primary-blue);
}

#header-navlist>li>span .da svg path,
#header-navlist>li.dropdown-menu>span .da svg path {
    fill: var(--say9-primary-blue) !important;
}

#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;
}

html body #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: rgba(255, 255, 255, 1) !important;
    box-shadow: 4px 4px 8.6px rgba(92, 90, 90, 0.03), -4px -4px 8.6px rgba(92, 90, 90, 0.03) !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;
}

#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: #077DFD;
}

/* Footer */

footer {
    background-color: var(--say9-primary-blue) !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: #FFFFFF;
    line-height: 1em;
}

#footer-address {
    margin-bottom: 24px;
}

#social-icons a {
    display: flex;
}

#footer-address a {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1em;
}

#social-icons a rect {
    stroke: #FFFFFF;
    transition: stroke 0.3s ease-in-out, fill 0.3s ease-in-out;
}

#social-icons a path {
    fill: #FFFFFF;
}

#social-icons a:hover path {
    fill: #077DFD;
}

#social-icons a:hover rect {
    stroke: transparent;
}

#footer-navlist li span {
    color: #FFFFFF;
    font-size: 22px;
    line-height: 1.4em;
}

#footer-navlist li ul.sub-menu {
    gap: 18px;
}

#footer-navlist li ul.sub-menu a {
    color: #CDD2D8;
    font-size: 18px;
    font-weight: 600;
    line-height: 1em;
}

#footer-navlist li ul.sub-menu a:hover {
    color: #99CAFF;
}

#footer-navlist li ul.sub-menu .current-menu-item a {
    color: #63AEFF;
}

#footer_totop {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 12px 8px 12px 18px;
    border: 2px solid #FFFFFF;
    border-radius: 200px;
    cursor: pointer;
    margin-left: auto;
    background-color: transparent;
    transition: background-color 0.3s ease-in-out;
}

#footer_totop span {
    color: #FFFFFF;
    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 {
    fill: #FFFFFF;
    transition: fill 0.3s ease-in-out;
}

#footer_totop svg path {
    stroke: var(--say9-primary-blue);
    transition: stroke 0.3s ease-in-out;
}

#footer_totop:hover {
    background-color: #FFFFFF;
}

#footer_totop:hover span {
    color: var(--say9-primary-blue);
}

#footer_totop:hover svg rect {
    fill: var(--say9-primary-blue);
}

#footer_totop:hover svg path {
    stroke: #FFFFFF;
}

#footer-copyright {
    margin-top: 80px;
    padding: 14px;
    border-color: #DCDFEA;
}

#footer-info {
    line-height: 1em;
    color: #DCDFEA;
}

/* Mention Price */

#mention_price {
    padding: 70px 120px 0;
    margin-bottom: 160px;
    position: relative;
}

.mention_price_web {
    position: absolute;
    left: 0;
    top: 115px;
    z-index: -1;
    width: 2178px;
    height: 1312px;
}

#mention_price_inner {
    max-width: 1640px;
}

#mention_price h4.subtitle {
    background-color: var(--say9-primary-blue);
    border-radius: 200px;
    padding: 6px 14px 4px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1em;
    width: fit-content;
    margin: 0 auto 14px;
}

#mention_price h1.title {
    font-size: 82px;
    line-height: 1.1em;
    margin-bottom: 70px;
    text-align: center;
    color: var(--say9-brand-text-blue);
}

.mention_price_package>div {
    border-radius: 24px;
    box-sizing: border-box;
    background-color: var(--say9-secondary-blue);
    overflow: hidden;
}

.mention_price_package.custom_price_package>div {
    background-color: #BDB4FE;
}

.mention_price_package:last-child {
    margin-right: 0 !important;
}

.mention_price_package {
    max-width: 392px;
    width: 100%;
    margin-right: 24px;
}

#mention_price .name {
    line-height: 1.4em;
    padding: 18px 32px 40px 26px;
    font-size: 26px;
    font-weight: 700;
    display: flex;
    color: #FFFFFF;
}

#mention_price .custom_price_package .name {
    color: var(--say9-brand-text-blue);
}

.package_inner {
    margin-top: -26px;
    padding: 48px 14px 40px 32px;
    border-radius: 24px 24px 0 0;
    height: 100%;
    background-color: #10335F;
}

.mention_price_quarterly .package_inner {
    padding-top: 18px;
    background-color: var(--say9-secondary-blue);
}

.custom_price_package .package_inner {
    padding: 48px 32px 40px;
    background-color: #D9D6FE;
}

#mention_price .custom_price_package .price_desc {
    margin-bottom: 24px;
    color: var(--say9-brand-text-blue);
}

.custom_price_package .package_desc {
    margin-bottom: 24px;
    color: var(--say9-brand-text-blue);
    font-weight: 400;
    font-size: 22px;
    line-height: 1.4em;
}

.best_value {
    background-color: #10335F;
    border-radius: 200px;
    padding: 6px 14px 4px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.1em;
    width: fit-content;
    margin: 0 18px 0 auto;
}

#mention_price .amount {
    font-size: 60px;
    line-height: 1.16em;
    margin-bottom: 4px;
    font-weight: 700;
    color: #FFFFFF;
}

#mention_price .resulting_price {
    font-size: 60px;
    line-height: 1.16em;
    margin-bottom: 4px;
    font-weight: 700;
    color: var(--say9-brand-text-blue);
}

#mention_price .custom_price_package .amount {
    color: var(--say9-brand-text-blue);
}

#mention_price .price_desc {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 40px;
}

.best_value_mark {
    position: absolute;
    right: -9px;
    top: -8px;
}

.best_value_mark path {
    transition: fill 0.3s ease-in-out;
}

.best_value_mark linearGradient * {
    transition: stop-color 0.3s ease-in-out;
}

#mention_price .amount span:not(.resulting_price) {
    font-size: 18px;
    line-height: 1.1em;
    margin-left: 8px;
    font-weight: 500;
    color: #ffffff;
}

#mention_price .custom_price_package .amount span:not(.resulting_price) {
    color: var(--say9-brand-text-blue);
}

#mention_price .get_started {
    text-align: center;
    border-radius: 40px;
    line-height: 1em;
    font-size: 22px;
    margin-right: 18px;
    color: #fff;
    font-weight: 600;
    padding: 17px 20px 13px;
    background-color: var(--say9-secondary-blue);
    margin-top: 65px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
}

#mention_price .custom_price_package .get_started {
    margin-top: 150px;
    background-color: var(--say9-primary-blue);
    transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
}

#mention_price .get_started:hover {
    background-color: #63AEFF;
}

#mention_price .custom_price_package .get_started:hover,
#mention_price .custom_price_package .get_started:active {
    background-color: #10335F;
    border-color: transparent;
}

#mention_price .mention_price_quarterly .get_started {
    margin-top: 69px;
    background-color: #FFFFFF;
    border: none;
    color: var(--say9-secondary-blue);
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

#mention_price .mention_price_quarterly .get_started:hover,
#mention_price .mention_price_quarterly .get_started:active {
    background-color: #10335F;
    color: #FFFFFF;
}

#mention_price .keypoint {
    margin-bottom: 14px;
    column-gap: 14px;
    display: flex;
    align-items: center;
}

#mention_price .keypoint img {
    width: 24px;
    height: 24px;
}

#mention_price .mention_price_quarterly .keypoint {
    border-color: #fcfcfc;
}

#mention_price .mention_price_quarterly .keypoint svg path {
    stroke: var(--say9-main-blue);
}

#mention_price .keypoint span {
    font-size: 24px;
    line-height: 1.6em;
    font-weight: 400;
    color: #B9C0D4;
}

#mention_price .mention_price_quarterly .keypoint span {
    color: #E5F1FF;
}

#mention_price .keypoint:last-of-type {
    margin-bottom: 0;
}

html .mention_price_package.mention_price_quarterly>div {
    background-color: #10335F;
}

.mention_price_quarterly * {
    color: #fff;
}

.get_started {
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
}

/* Pricing Pop Up */

#exit_form svg {
    top: 10px;
}

#exit_form .custom_offer_service label span {
    padding-top: 2px;
}

#purchase_popup_brand_mention {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.001);
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    contain: layout paint;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    overscroll-behavior: none;
    padding: 0 24px;
    z-index: 10000000000;
    pointer-events: none;
}

#purchase_popup_brand_mention.active {
    pointer-events: auto;
}

#purchase_filter {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(46.6px);
    -webkit-backdrop-filter: blur(46.6px);
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background-color: #50a2c81a;
    z-index: 100;
    transition: backdrop-filter 0.4s ease, -webkit-backdrop-filter 0.4s ease, opacity 0.4s ease;
    -webkit-transition: backdrop-filter 0.4s ease, -webkit-backdrop-filter 0.4s ease, opacity 0.4s ease;
}

#purchase_popup_brand_mention.active #purchase_filter {
    opacity: 1;
}

#popup_inner {
    width: 100%;
    max-width: 587px;
    border-radius: 32px;
    background-color: #C6E1FF;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 60px 60px 40px;
    overflow: hidden;
    z-index: 150;
    transform: translateZ(0) scale(0.8);
    -webkit-transform: translateZ(0) scale(0.8);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease, background-color 1.3s ease-in-out;
    -webkit-transition: transform 0.4s ease, opacity 0.4s ease, background-color 1.3s ease-in-out;
}

#purchase_popup_brand_mention.active #popup_inner {
    transform: scale(1);
    opacity: 1;
}

#popup_inner .ff-el-group.ff-custom_html {
    margin-bottom: 40px;
}

#popup_inner .title {
    font-size: 48px;
    line-height: 1.2em;
    font-weight: 700;
    color: var(--say9-brand-text-blue);
    margin-bottom: 4px;
    text-align: left;
    font-family: "League Spartan", "Helvetica Neue", Arial, sans-serif;
    transition: color 0.3s ease-in-out;
}

#popup_inner .title+p,
#popup_inner .title+p * {
    font-size: 24px;
    color: #4A5578;
    font-weight: 400;
    text-align: left;
    transition: color 0.3s ease-in-out;
}

#popup_inner .description,
#popup_inner .description * {
    font-size: 14px;
    line-height: 17px;
}

#popup_inner>p {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 40px;
}

#popup_inner>p span {
    font-weight: 600;
}

#popup_inner>.form {
    z-index: 2;
}

#popup_inner>.form label {
    color: #7F88A2;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 600;
    transition: color 0.3s ease-in-out;
}

#popup_inner>.form label:after {
    content: none;
}

#popup_inner>.form input {
    position: relative;
    color: #4A5578;
    border-radius: 12px;
    border: 2px solid transparent !important;
    padding: 11px 12px 8px 40px;
    font-size: 19px;
    background-color: #F6FAFF;
    line-height: 1.4em;
    font-family: "League Spartan", "Helvetica Neue", Arial, sans-serif;
    transition: border-color 0.3s ease-in-out;
}

#popup_inner>.form input:active,
#popup_inner>.form input:focus {
    border-color: #99CAFF !important;
}

#popup_inner .form input:-webkit-autofill {
    -webkit-text-fill-color: #4A5578 !important;
    color: #4A5578 !important;
    background-color: #F6FAFF !important;
    background-clip: content-box !important;
    box-shadow: 0 0 0 1000px #F6FAFF inset !important;
    border: none !important;
    appearance: none;
    -webkit-appearance: none;
}

#popup_inner>.form input::placeholder {
    color: #B9C0D4;
    transition: color 0.3s ease-in-out;
}

#popup_inner>.form .ff-el-input--content {
    position: relative;
}

#popup_inner>.form svg {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    z-index: 1;
    pointer-events: none;
}

#popup_inner>.form svg path {
    transition: stroke-opacity 0.15s ease-in-out;
}

#popup_inner>.form svg.active path {
    stroke-opacity: 1;
}

#popup_inner>.form button[type="submit"] {
    background-color: var(--say9-primary-blue);
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 600;
    line-height: 1em;
    border-radius: 200px;
    text-align: center;
    padding: 17px 20px 13px;
    width: 100%;
    transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out;
}

#popup_inner>.form button[type="submit"]:hover,
#popup_inner>.form button[type="submit"]:focus {
    opacity: 1;
    background-color: #10335F;
}

#popup_inner>.form button[type="submit"]:active {
    padding: 15px 20px 11px;
}

#popup_inner .ff_submit_btn_wrapper {
    margin: 60px 0 0;
    height: 54px;
}

#popup_inner .mention_form_input {
    margin-bottom: 24px;
}

#popup_inner .mention_form_input:not(.ff-el-is-error) .text-danger.error {
    display: none;
}

#popup_inner .ff-el-group.ff-el-is-error input {
    border-color: #F22B1D !important;
}

.mention_form_website.ff-el-is-error .ff-el-input--content::before {
    border-color: #F22B1D !important;
}

#popup_inner .ff-el-group.ff-el-is-error .text-danger {
    margin: 6px 0 0;
    color: #D92D20;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    line-height: 1.1em;
}

#popup_inner .ff-el-group.ff-el-is-error svg path {
    /* stroke: #F22B1D; */
}

#popup_inner.thank_you {
    padding: 60px 60px 40px;
}

#popup_inner .ff-message-success {
    border: none;
    box-shadow: none;
    margin: 0 auto;
    max-width: 480px;
    text-align: center;
    width: 100%;
    padding: 0;
}

#popup_inner .ff-message-success .thank_you {
    text-transform: none;
}

#popup_inner .ff-message-success p {
    margin-bottom: 26px;
}

#popup_inner .ff-message-success button {
    width: 100%;
    max-width: 264px;
    text-align: center;
    border: none;
    outline: none;
    border-radius: 40px;
    margin: auto;
    padding: 12px 0;
    background-color: var(--say9-main-orange);
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    transition: box-shadow 0.3s ease-out, background-color 0.3s ease-in-out;
}

#popup_inner .ff-message-success button:hover {
    box-shadow: 0 0 5.2px #ff8a3b;
}

#popup_inner .ff-message-success button:active {
    box-shadow: 0 0 7.5px #ff8a3bb2;
}

#popup_inner .ff-message-success .thank_you_bottom {
    margin-top: 100px;
    transition: color 0.3s ease-in-out;
}

#popup_inner .ff-message-success .thank_you_bottom,
#popup_inner .ff-message-success .thank_you_bottom span {
    font-size: 14px;
    line-height: 1.5em;
}

#popup_inner .ff-message-success .thank_you_bottom_content {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

#popup_inner .ff-message-success .thank_you_bottom_content p {
    margin-bottom: 0;
    color: var(--say9-brand-text-blue);
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 600;
}

#popup_inner .ff-message-success .thank_you_links {
    margin-top: 14px;
    display: flex;
    column-gap: 14px;
    align-items: center;
    justify-content: center;
}

#popup_inner .ff-message-success .thank_you_img {
    width: 236px;
    height: 204px;
    position: absolute;
    bottom: -60px;
    right: -30px;
    z-index: -1;
}

#purchase_close {
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer;
}

#purchase_close svg path {
    transition: stroke 0.3s ease-in-out;
}

#purchase_close svg:hover path {
    stroke: #4A5578;
}

#purchase_popup .fluentform .ff-el-input--label {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

#popup_inner .thank_you_icon {
    width: 36px;
    height: 36px;
    background-image: none;
    border-radius: 50%;
    transition: background-color 0.3s ease-in-out;
}

#popup_inner .thank_you_icon:hover {
    background-color: #FFFFFF;
}

#popup_inner .thank_you_icon img {
    display: block;
}

.mention_form_website .ff-el-input--content::before {
    content: "http://";
    position: absolute;
    height: 100%;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.4em;
    padding: 12px 12px 8px;
    color: #7F88A2;
    z-index: 1;
    border-right: 1px solid #D0D5DD;
}

#popup_inner .mention_form_input .ff-el-input--content::after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    background-image: url('../assets/images/brand_mention/input-alert-icon.svg');
    display: none;
}

#popup_inner .mention_form_input.ff-el-is-error .ff-el-input--content::after {
    display: block;
}

#popup_inner .mention_form_website input {
    padding-left: 90px;
}

/* Pricing New Calculator */

/* Chrome, Safari, Edge, Opera */
#custom_per_month input::-webkit-outer-spin-button,
#custom_per_month input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
#custom_per_month input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.custom_pricing {
    padding: 45px 34px 40px 34px;
}

.custom_pricing .heading {
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 600;
    margin-bottom: 4px;
}

.need_custom {
    color: rgb(7, 72, 98);
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 34px;
}

.link_amount_input {
    display: flex;
}

.link_amount_input .button {
    user-select: none;
    -webkit-user-drag: none;
    cursor: pointer;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 50%;
    outline: 0;
    border: none;
}

.link_amount_input input {
    padding: 4.5px 14px 2.5px;
    border-radius: 60px;
    border: none;
    outline: none;
    flex-grow: 1;
    margin: 0 8px;
    box-sizing: border-box;
    width: 100%;
    max-width: 215px;
    color: var(--say9-brand-text-blue);
    font-size: 22px;
    line-height: 1.4em;
    font-weight: 400;
}

.link_amount_input input::placeholder {
    color: #4A5578;
}

.custom_pricing .notice {
    margin-bottom: 54px;
}

/* Trusted Partners */

#trusted_partners {
    margin-bottom: 160px;
}

.trusted_partners_subtitle {
    background-color: var(--say9-primary-blue);
    border-radius: 200px;
    padding: 6px 14px 4px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.1em;
    margin: 0 auto 14px;
    width: fit-content;
}

#trusted_partners h2 {
    color: var(--say9-brand-text-blue);
    font-size: 82px;
    font-weight: 700;
    margin-bottom: 60px;
    line-height: 1.1em;
}

.swiper-trusted-companies {
    opacity: 0;
    transition: opacity .3s ease;
}

.swiper-trusted-companies .swiper-wrapper {
    transition-timing-function: linear !important;
    will-change: transform;
}

.swiper-trusted-companies .swiper-slide {
    width: 156px;
    height: 48px;
    margin: 0;
    border: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.your_logo {
    background-color: #E5F1FF;
    border-radius: 200px;
    color: var(--say9-primary-blue);
    font-size: 20px;
    font-weight: 600;
    line-height: 1em;
    max-width: 156px;
    max-height: 48px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.swiper-trusted-companies {
    width: 100%;
    cursor: grab;
    opacity: 0;
    transition: opacity 0.3s ease;
    margin-top: 24px;
}

.swiper-trusted-companies * {
    transition-timing-function: linear !important;
}

.swiper-trusted-companies .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

/* Clients Feedback */

#clients_feedback {
    margin-bottom: 160px;
    padding: 130px 0 110px;
    background-color: #C6E1FF;
    border-radius: 60px;
    position: relative;
}

.feedback_web {
    position: absolute;
    bottom: 278px;
    left: -1150px;
    width: 1703px;
    height: 1027px;
}

#feedback_inner {
    max-width: 100%;
    background-color: transparent !important;
    padding: 0 0 110px 0;
    border-radius: 0;
}

.feedback_subtitle {
    background-color: var(--say9-brand-text-blue);
    padding: 6px 14px 4px;
    border-radius: 200px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1em;
    width: fit-content;
    margin: 0 auto 14px;
}

h2.feedback_title {
    max-width: 1050px;
    color: var(--say9-brand-text-blue);
    font-size: 72px;
    line-height: 1.1em;
    padding: 0 16px;
    margin: 0 auto 60px;
    position: relative;
    z-index: 11;
}

.feedbacks_swiper {
    width: 100%;
    height: auto;
}

#clients_feedback .feedbacks_swiper {
    padding-right: 20px;
}

#feedback_container {
    padding-left: 0;
}

#feedback_container .feedback {
    background-color: #FFFFFF !important;
    border-radius: 24px;
    padding: 32px;
}

.feedback_head {
    margin-bottom: 0;
}

.feedback_name {
    color: var(--say9-brand-text-blue);
    font-size: 22px;
    line-height: 1.4em;
    margin-bottom: 4px;
}

.feedback_position {
    color: #4A5578;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.4em;
}

.feedback_content p {
    color: #4A5578;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 14px;
}

.feedback_hr {
    width: 100%;
    height: 1px;
    background-color: #E5F1FF;
    border-radius: 50%;
    margin: 16px 0;
}

.feedback_hr+.feedback_rating {
    margin-bottom: 16px;
}

.feedback_btn_wrapper {
    height: fit-content;
}

.feedback_btn {
    background-color: var(--say9-secondary-blue);
}

.feedback_nav_wrapper {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    column-gap: 27px;
    width: fit-content;
    height: fit-content;
}

.feedback_nav_btn {
    position: relative;
    left: unset;
    right: unset;
    bottom: unset;
    top: unset;
    width: 52px;
    height: 52px;
    margin-top: 0;
    border: 2px solid transparent;
    padding: 14px;
    outline: none;
    border-radius: 50%;
    transition: background-color 0.3s ease-in-out;
}

.feedback_nav_btn:hover {
    background-color: #FFFFFF
}

.feedback_nav_btn:active {
    border-color: var(--say9-secondary-blue);
}

.feedback_nav_btn::after {
    content: none;
}

.feedback_btn_prev {
    background-color: var(--say9-primary-blue);
    transform: rotate(180deg);
}

.feedback_btn_next {
    background-color: var(--say9-secondary-blue);
}

.feedback_nav_btn.swiper-button-disabled {
    opacity: 1;
    background-color: #DCDFEA;
}

.feedback_nav_btn svg path {
    transition: stroke 0.3s ease-in-out;
}

.feedback_nav_btn:hover svg path {
    stroke: var(--say9-secondary-blue);
}

.feedback_icon1 {
    width: 202px;
    height: 150px;
    position: absolute;
    top: 148px;
    right: 123px;
    z-index: 10;
    transform: rotate(207deg);
}

.feedback_icon2 {
    position: absolute;
    width: 354px;
    height: 262px;
    bottom: -61px;
    left: 95px;
    transform: rotate(150deg);
}

.feedback_btn span {
    padding-top: 4px;
}

.feedbacks_video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 0;
    height: 0;
    border-radius: 13px;
    overflow: hidden;
    transform-origin: center;
    background-color: #000;
    transition: transform 0.5s ease, width 0.5s ease, height 0.5s ease;
    z-index: 10;
}

.feedbacks_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #ffffff;
    display: block;
    -webkit-appearance: none;
    appearance: none;
    transition: background-color 0.3s ease-in-out;
}

.feedbacks_video video::-webkit-media-controls {
    display: none !important;
}

.feedbacks_video video::-webkit-media-controls-start-playback-button {
    display: none !important;
}

.feedback.active .feedbacks_video {
    transform: translate(-50%, -50%) scale(1);
    width: calc(100% - 28px);
    height: calc(100% - 28px);
}

/* 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;
}

/* Media */

@media screen and (max-width: 1880px) {
    /* Mention Pricing */

    #mention_price .name {
        padding: 18px 20px 40px;
        font-size: 23px;
    }

    .package_inner,
    .custom_price_package .package_inner {
        padding: 48px 20px 26px;
    }

    .mention_price_quarterly .package_inner {
        padding-top: 15px;
    }

    #mention_price .keypoint span {
        font-size: 21px;
    }

    #mention_price .get_started {
        margin-right: 0;
    }

    #mention_price .custom_price_package .get_started {
        margin-top: 130px;
    }
}

@media screen and (max-width: 1700px) {
    #mention_price {
        padding: 70px 60px 0;
    }
}

@media screen and (max-width: 1600px) {
    #mention_price h1.title,
    #trusted_partners h2,
    h2.feedback_title,
    .result_title {
        font-size: 66px;
    }
}

@media screen and (max-width: 1580px) {
    /* Mention Pricing */

    #mention_price .name {
        font-size: 21px;
    }

    #mention_price .amount,
    #mention_price .resulting_price {
        font-size: 50px;
    }

    #mention_price .keypoint span {
        font-size: 18px;
    }

    #mention_price .custom_price_package .get_started {
        margin-top: 110px;
    }
}

@media screen and (max-width: 1440px) {
    /* Mention Pricing */

    #mention_price {
        padding: 70px 0 0;
    }

    #mention_price h1.title {
        margin: 0 120px 70px;
    }

    #mention_price_inner {
        max-width: 100%;
    }

    .package_inner,
    .custom_price_package .package_inner {
        padding: 48px 18px 26px;
    }

    #mention_price .name {
        padding: 18px 14px 40px 18px;
    }

    .mention_price_packages {
        padding-left: 120px;
        padding-right: 120px;
    }

    /* Trusted Partners */

    .swiper-trusted-companies .swiper-slide {
        height: 80px;
    }

    .swiper-trusted-companies.second {
        margin-top: 24px;
    }

    /* 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: 38px;
    }
}

@media screen and (max-width: 1280px) {
    #mention_price h1.title,
    #trusted_partners h2,
    h2.feedback_title,
    .result_title {
        font-size: 60px;
    }
}

@media screen and (max-width: 1200px) {
    /* Header */

    header {
        padding: 0 24px;
    }

    #header-navlist li.custom-offer {
        margin-left: 6px;
    }

    #header-navlist {
        gap: 5px;
    }

    /* Clients Feedback */

    .feedback_icon1 {
        display: none;
    }

    /* 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: #FFFFFF !important;
    }

    #header-navigation {
        background-color: #FFFFFF !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: var(--say9-primary-blue) !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: var(--say9-primary-blue) !important;
    }

    #header-navlist>li:not(.custom-offer).active:hover>span {
        color: #63AEFF !important;
    }

    #header-navlist>li.dropdown-menu.active:hover>span .da svg path {
        fill: #63AEFF !important;
    }

    /* Mention Pricing */

    #mention_price {
        margin-bottom: 100px;
    }

    .mention_price_web {
        top: -20px;
    }

    #mention_price h1.title {
        margin: 0 70px 40px;
    }

    .mention_price_wrapper {
        justify-content: flex-start;
    }

    .mention_price_packages {
        padding-left: 70px;
        padding-right: 70px;
    }

    /* Trusted Partners */

    #trusted_partners {
        margin-bottom: 140px;
    }

    /* Clients Feedback */

    #clients_feedback {
        padding: 100px 0;
        border-radius: 32px;
        margin-bottom: 140px;
    }

    .feedback_nav_wrapper {
        column-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_price h1.title,
    #trusted_partners h2,
    h2.feedback_title,
    .result_title {
        font-size: 48px;
    }
}

@media screen and (max-width: 850px) {
    /* Mention Pricing */

    #mention_price h1.title {
        font-size: 60px;
    }

    /* Trusted Partners */

    #trusted_partners h2 {
        font-size: 60px;
    }

    /* Clients Feedback */

    h2.feedback_title {
        font-size: 60px;
    }
}

@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;
    }

    #header-navlist li.custom-offer>span {
        margin-top: 36px;
    }

    #footer-logo {
        width: 168px;
        height: 48px;
    }

    /* Purchase Popup */

    #popup_inner {
        max-height: none;
        height: auto;
        max-height: 100%;
        padding: 60px 20px 20px;
        border-radius: 24px;
        margin-top: -40px;
    }

    #popup_inner .ff-el-group.ff-custom_html {
        margin-bottom: 20px;
    }

    #popup_inner .ff_submit_btn_wrapper {
        margin-top: 40px;
        height: 46px;
    }

    #popup_inner .title {
        font-size: 36px;
    }

    #popup_inner .title+p,
    #popup_inner .title+p * {
        font-size: 20px;
    }

    #purchase_close {
        top: 16px;
        right: 16px;
        display: flex;
    }

    #popup_inner>.form button[type="submit"] {
        font-size: 20px;
        padding: 14px 20px 10px;
    }

    /* Mention Pricing */

    #mention_price {
        padding: 30px 16px 0;
        margin-bottom: 60px;
    }

    .mention_price_packages {
        padding: 0;
    }

    .mention_price_wrapper {
        flex-direction: column;
        align-items: center;
        gap: 24px;
        transform: translate3d(0, 0px, 0px);
    }

    #mention_price h1.title {
        margin: 0 0 40px 0;
    }

    .mention_price_package {
        margin-right: 0;
    }

    #mention_price .name {
        font-size: 22px;
        padding: 18px 30px 40px 16px;
    }

    .package_inner,
    .custom_price_package .package_inner {
        padding: 28px 16px 20px;
    }

    #mention_price .amount,
    #mention_price .resulting_price {
        font-size: 48px;
    }

    #mention_price .keypoint img {
        width: 18px;
        height: 18px;
    }

    #mention_price .price_desc {
        margin-bottom: 30px;
    }

    #mention_price .keypoint {
        column-gap: 8px;
    }

    #mention_price .keypoint span {
        font-size: 19px;
        line-height: 1.4em;
        padding-top: 4px;
    }

    #mention_price .get_started {
        padding: 13px 20px 9px;
        font-size: 18px;
        margin-top: 34px;
        margin-right: 0;
    }

    #mention_price .mention_price_quarterly .get_started {
        margin-top: 34px;
    }

    .best_value {
        margin-bottom: -20px;
        margin-right: 0;
    }

    #mention_price .custom_price_package .price_desc {
        margin-bottom: 20px;
    }

    #mention_price .custom_price_package .get_started {
        margin-top: 85px;
    }

    /* Trusted Partners */

    #trusted_partners {
        margin-bottom: 60px;
    }

    .swiper-trusted-companies .swiper-slide {
        width: 116px;
        height: 36px;
    }

    .swiper-trusted-companies .swiper-slide img {
        height: 100% !important;
    }

    .your_logo {
        max-height: 36px;
        font-size: 15px;
        max-width: 116px;
    }

    /* Clients Feedback */

    #clients_feedback {
        border-radius: 24px;
        padding: 60px 0 80px;
        margin-bottom: 70px;
    }

    h2.feedback_title {
        margin-bottom: 40px;
    }

    #clients_feedback .feedbacks_swiper {
        padding: 0 16px;
    }

    #feedback_slides {
        transform: translate3d(0px, 0px, 0px);
    }

    #feedback_inner {
        padding-bottom: 42px;
    }

    .feedback_nav_wrapper {
        display: none;
    }

    .feedback_pagination {
        bottom: 10px !important;
    }

    .feedback_pagination .swiper-pagination-bullet {
        background-color: #10335F;
        width: 12px;
        height: 8px;
        border-radius: 50px;
        opacity: 1;
    }

    .feedback_pagination .swiper-pagination-bullet-active {
        background-color: var(--say9-secondary-blue);
        width: 14px;
    }

    .feedback_icon2 {
        display: none;
    }

    .feedback_head {
        flex-wrap: nowrap;
    }

    #feedback_container .feedback {
        padding: 24px 16px;
    }

    .feedback_position {
        font-size: 18px;
    }

    .feedback_content p {
        font-size: 18px;
        line-height: 1.4em;
    }

    /* 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_totop {
        margin: 0 auto;
        padding: 4px 4px 4px 14px;
    }

    #footer-copyright {
        margin-top: 50px;
    }

    #mention_price h1.title,
    #trusted_partners h2,
    h2.feedback_title,
    .result_title {
        font-size: 40px;
    }
}

@media screen and (max-width: 600px) {
    #popup_inner.thank_you {
        padding: 60px 30px 40px;
    }

    #popup_inner .ff-message-success button {
        font-size: 14px;
        line-height: 17px;
    }

    #popup_inner .ff-message-success .thank_you_bottom {
        margin-top: 150px;
    }

    /* Mention Pricing */

    #mention_price h1.title {
        font-size: 34px;
    }

    /* Trusted Partners */

    #trusted_partners h2 {
        font-size: 34px;
        margin-bottom: 40px;
    }

    /* Clients Feedback */

    h2.feedback_title {
        font-size: 48px;
    }

    /* Result */

    .result_title {
        font-size: 34px;
    }

    #mention_price h1.title,
    #trusted_partners h2,
    h2.feedback_title,
    .result_title {
        font-size: 34px;
    }
}

@media screen and (max-width: 520px) {
    #popup_inner {
        padding: 50px 20px 20px;
    }

    #popup_inner.thank_you {
        padding: 60px 30px 0;
    }

    #popup_inner .ff-message-success .thank_you_bottom {
        margin-top: 40px;
    }

    #popup_inner .ff-message-success .thank_you_img {
        position: relative;
        margin-left: auto;
        bottom: 0;
        right: 0;
    }

    #popup_inner .ff_submit_btn_wrapper {
        margin-top: 20px;
    }
}

@media screen and (max-width: 450px) {
    /* Result */

    .result_btn {
        max-width: 100%;
    }
}

@media screen and (max-width: 390px) {
    #purchase_popup_brand_mention .fluentform .ff-el-group.ff-el-is-error {
        margin-bottom: 10px;
    }

    #popup_inner p,
    #popup_inner p * {
        font-size: 14px;
    }

    #purchase_close svg {
        width: 30px;
        height: 30px;
    }
}