/* Global Styles */

:root {
  --say9-primary-blue: #031D3D;
  --say9-secondary-blue: #077DFD;
  --say9-default-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);
}

img {
  -webkit-user-drag: none;
}

header {
  z-index: var(--header-z, 10000000001);
}

#mobile-blur-overlay {
  z-index: 10000000000;
}

.say9-lock-overlay {
  position: fixed;
  inset: 0;
  pointer-events: auto;
  background: transparent;
  z-index: 2147483647;
}

html.chat-open {
  --header-z: 1000000000;
}

html.chat-open,
body.chat-open {
  overscroll-behavior: none;
  touch-action: none;
}

/* 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: 0;
  bottom: -26px;
}

#header-navlist li.dropdown-menu:hover::after {
  height: 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.dropdown-menu:nth-child(4) ul.sub-menu {
  width: 100%;
}

#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);
}

/* 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: #1463DA;
}

#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;
}

/* Blog Hero */

#blog_hero {
  padding: 60px 120px 80px;
  background-color: var(--say9-primary-blue);
}

#blog_hero_inner {
  display: flex;
  margin: auto;
  justify-content: space-between;
  align-items: center;
  column-gap: 50px;
  overflow: hidden;
}

.blog_hero_content {
  max-width: 860px;
  display: flex;
  flex-direction: column;
  row-gap: 14px;
}

.blog_hero_subtitle {
  padding: 6px 14px 4px;
  background-color: #10335F;
  color: #FFFFFF;
  font-weight: 500;
  width: fit-content;
  font-size: 18px;
  line-height: 1.1em;
  border-radius: 200px;
}

.blog_hero_title {
  font-size: 82px;
  font-weight: 700;
  line-height: 1.1em;
  color: #FFFFFF;
}

.blog_hero_txt {
  color: #B9C0D4;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.6em;
}

/* Blog */

#blog {
  background-color: #FFFFFF;
  border-radius: 60px;
  padding: 70px 120px;
  scroll-margin-top: 60px;
}

#blog_inner {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

/* Blog Options */

#blog_options {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

#blog_categories {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
  flex-shrink: 0;
}

.blog_categories_title {
  font-size: 30px;
  line-height: 1.3em;
  color: var(--say9-default-text-blue);
  font-weight: 700;
}

.blog_categories_list {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog_categories_item {
  display: flex;
}

.blog_categories_link {
  font-size: 22px;
  line-height: 1em;
  font-weight: 600;
  color: var(--say9-primary-blue);
  padding: 10px 18px 8px;
  background: transparent;
  border: 2px solid var(--say9-primary-blue);
  border-radius: 200px;
}

.blog_categories_link_active {
  color: #FFFFFF;
  background-color: var(--say9-primary-blue);
}

#blog_search {
  max-width: 530px;
  width: 100%;
  padding-top: 50px;
}

input:focus {
  outline: none;
}

#searchform {
  position: relative;
}

.input_submission input[type="text"] {
  width: 100%;
  padding: 8px 12px 6px 40px;
  border-radius: 200px;
  font-size: 19px;
  line-height: 1.4em;
  color: #4A5578;
  outline: none;
  border: none;
  background-color: #F6FAFF;
  border: 2px solid transparent;
  transition: border-color 0.3s ease-in-out;
}

.input_submission input[type="text"]:-webkit-autofill {
  -webkit-text-fill-color: #1B1B1C !important;
  color: #1B1B1C !important;
  background-color: transparent !important;
  background-clip: content-box !important;
  box-shadow: 0 0 0 1000px #F6FAFF inset !important;
  appearance: none;
  -webkit-appearance: none;
}

.input_submission input[type="text"]::placeholder {
  color: #B9C0D4;
  transition: color 0.3s ease-in-out;
}

.input_submission input[type="text"]:focus {
  border-color: #99CAFF;
}

.input_submission button {
  padding-bottom: 2px;
  border: none;
  background: none;
  outline: none;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 23px;
  left: 15px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  box-sizing: content-box;
  cursor: pointer;
}

.input_submission button svg {
  width: 15px;
  height: 15px;
}

.input_submission button svg path {
  stroke: #99CAFF;
}

.input_submission button.active svg path {
  stroke-opacity: 1;
}

.error-message {
  color: #F04438;
  font-size: 14px;
  font-weight: 500;
  margin-top: 6px;
}

.input_submission input[type="text"].has-error:active,
.input_submission input[type="text"].has-error:focus {
  border-color: #F22B1D;
}

/* Articles */

.article_tag_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.article_tag_title {
  font-size: 26px;
  line-height: 1.3em;
  color: #074862;
  font-weight: 700;
}

.article_tag_link {
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.article_tag_link span {
  font-size: 20px;
  line-height: 1.75em;
  color: #074862;
}

.article_tag_link svg {
  width: 16px;
  height: 14px;
  transition: transform 0.2s ease-out;
}

.article_tag_link:hover svg {
  transform: translateX(2px);
}

.articles_slider {
  padding-bottom: 5px;
}

.articles_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 24px;
}

.articles_wrapper .blog_post {
  background-color: #F6FAFF;
  border-radius: 24px;
  overflow: hidden;
  transition: background-color 0.3s ease-in-out;
}

.articles_wrapper .blog_post:hover {
  background-color: #E5F1FF;
}

.articles_wrapper .blog_post a {
  display: flex;
  height: 100%;
  padding: 28px 28px 24px;
  flex-direction: column;
  justify-content: space-between;
}

.articles_wrapper .post_image {
  background-color: #0E44B0;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  margin-bottom: auto;
  height: 410px;
}

.articles_wrapper .post_image img {
  height: 100%;
  object-fit: contain;
}

.post_tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.post_tag {
  padding: 0 12px;
  background-color: #C6E1FF;
  color: var(--say9-primary-blue);
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  display: block;
  align-self: flex-start;
  width: max-content;
  border-radius: 8px;
  margin-bottom: 20px;
  transition: background-color 0.3s ease-in-out;
}

.articles_wrapper .blog_post .post_details {
  margin: 30px 0 14px;
}

.articles_wrapper .blog_post .post_tags {
  margin-bottom: 20px;
}

.articles_wrapper .blog_post .post_tag {
  margin-bottom: 0;
  padding: 6px 14px 4px;
  font-size: 18px;
  line-height: 1.1em;
  border-radius: 200px;
}

.articles_wrapper .blog_post .post_time {
  margin-bottom: 10px;
  display: flex;
  gap: 14px;
  align-items: center;
}

.articles_wrapper .blog_post .post_time_read {
  color: #7F88A2;
  font-size: 19px;
  line-height: 1.4em;
  font-weight: 500;
}

.articles_wrapper .blog_post .post_time_dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #7F88A2;
}

.articles_wrapper .blog_post .post_title {
  font-size: 32px;
  line-height: 1.2em;
  color: var(--say9-default-text-blue);
  overflow: hidden;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.author_info_left {
  display: flex;
}

.author_image {
  width: 30px;
  height: 30px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

.author_image img {
  transform: scale(1.5) translateY(5px);
  filter: grayscale(100%);
}

.author_name {
  font-size: 22px;
  line-height: 1.6em;
  color: #B9C0D4;
  font-weight: 600;
}

.articles_wrapper .blog_post .post_link {
  display: flex;
  align-items: center;
}

/* Quiz exit Popup */

#exit_quiz_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10999999999999000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  pointer-events: none;
}

#exit_quiz_popup.show_quiz_popup {
  pointer-events: all;
}

#exit_quiz_popup.show_quiz_popup #exit_blur {
  opacity: 1;
}

#exit_quiz_popup.show_quiz_popup #exit_quiz_wrapper {
  transform: translateX(0%);
  opacity: 1;
}

#exit_blur {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(46.6px);
  background-color: #50A2C81A;
  z-index: 0;
  opacity: 0;
  transition: opacity .3s ease;
  cursor: pointer;
}

#exit_quiz_wrapper {
  z-index: 2;
  width: 100%;
  max-width: 730px;
  background: rgba(252, 252, 252, 1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  position: relative;
  transition: opacity .3s ease, transform .4s ease;
  transform: translateY(20%);
  padding-right: 40px;
  opacity: 0;
  background-image: url('../assets/images/quiz_exit_bg.webp');
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

#exit_quiz_popup.active #exit_quiz_wrapper {
  background-image: none;
  padding-right: 0;
}

#exit_quiz_popup #exit_left {
  padding-bottom: 50px;
}

#exit_quiz_popup #exit_left img {
  max-height: 580px;
  height: 100%;
  max-width: 410px;
  margin-top: -65px;
  margin-left: -30px;
}

#exit_quiz_popup #exit_right {
  max-width: 310px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 20px;
  padding-bottom: 150px;
}

#exit_quiz_popup.active #exit_left,
#exit_quiz_popup.active #exit_right {
  display: none;
}

#exit_quiz_popup .exit_title {
  font-size: 30px;
  line-height: 41px;
}

#exit_quiz_popup .exit_content {
  font-size: 18px;
  line-height: 1.2em;
}

#exit_quiz_popup #exit_btn {
  background-color: var(--say9-main-orange);
  color: rgba(252, 252, 252, 1);
  padding: 10px 20px;
  width: 100%;
  text-align: center;
  border-radius: 20px;
  border: none;
  font-weight: 500;
  line-height: 1.2em;
  cursor: pointer;
  transition: box-shadow 0.3s ease-out;
}

#exit_quiz_popup #exit_btn:hover {
  box-shadow: 0 0 5.2px rgba(255, 138, 59, 0.6);
}

#exit_quiz_popup #exit_btn:active {
  box-shadow: 0 0 7.5px rgba(255, 138, 59, 0.7);
}

#exit_quiz {
  display: none;
  padding: 60px 70px;

}

#exit_quiz_popup.active #exit_quiz {
  display: block;
}

#exit_quiz .exit_quiz_title {
  text-align: center;
  font-size: 30px;
  line-height: 41px;
  margin-bottom: 20px;
}

#exit_quiz .exit_quiz_content {
  text-align: center;
  font-size: 18px;
  line-height: 1.2em;
  margin-bottom: 24px;
}

#exit_quiz .exit_quiz_posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 35px;
}

#exit_quiz .exit_quiz_post {
  border: 1px solid rgba(80, 162, 200, 0.3);
  border-radius: 10px;
  padding: 5px;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  cursor: pointer;
}

#exit_quiz .exit_quiz_post.active {
  border-color: var(--say9-main-blue);
}

#exit_quiz .exit_quiz_post_img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

#exit_quiz .exit_quiz_post_img img {
  width: 100%;
  height: 116px;
  object-fit: cover;
}

#exit_quiz .exit_quiz_post_title {
  color: var(--say9-main-blue);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
}

#exit_quiz .exit_quiz_btn {
  background-color: var(--say9-main-orange);
  border-radius: 20px;
  max-width: 310px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px;
  font-weight: 500;
  line-height: 1.2em;
  color: rgba(252, 252, 252, 1);
  text-align: center;
  display: flex;
  justify-content: center;
  transition: box-shadow 0.3s ease-out;
}

#exit_quiz .exit_quiz_btn:hover {
  box-shadow: 0 0 5.2px rgba(255, 138, 59, 0.6);
}

#exit_quiz .exit_quiz_btn:active {
  box-shadow: 0 0 7.5px rgba(255, 138, 59, 0.7);
}

#exit_quiz_close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

/* NewsLetter */

#newsletter {
  background-color: var(--say9-primary-blue);
  width: 100%;
  padding: 160px 120px 0;
}

.newsletter_container {
  position: relative;
  overflow: hidden;
  padding: 0 120px;
  background-image: url('../assets/images/blog/newsletter_bg.svg');
  background-position: left;
}

#newsletter_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 680px;
  gap: 50px;
}

.newsletter_right {
  max-width: 710px;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  z-index: 5;
}

.newsletter_title {
  font-size: 82px;
  line-height: 1.1em;
  font-weight: 700;
  color: #FFFFFF;
}

.newsletter_left {
  margin-top: auto;
  flex-shrink: 0;
}

.newsletter_elephant {
  position: relative;
  z-index: 2;
  margin-bottom: -15px;
}

.newsletter_plane {
  position: absolute;
  top: 55px;
  left: 550px;
  height: fit-content;
  z-index: 10;
  transform: rotate(0deg);
  transform-origin: 60% 50%;
  will-change: top, left, transform;
}

.newsletter_plane.fly {
  animation: fly 3s linear forwards;
}

@keyframes fly {
  0% {
    top: 55px;
    transform: rotate(0deg);
  }

  5% {
    top: 30px;
    transform: rotate(-10deg);
  }

  10% {
    top: 60px;
    transform: rotate(90deg);
  }

  35% {
    transform: rotate(75deg);
    top: 80%;
    left: 650px;
  }

  50% {
    top: 97%;
    left: 750px;
  }

  70% {
    transform: rotate(-20deg);
    top: 95%;
    left: 900px;
  }

  100% {
    top: -12%;
    left: 100%;
    transform: rotate(-20deg);
  }
}

#newsletter_wrapper {
  position: relative;
}

#newsletter_wrapper .newsletterinput {
  margin-bottom: 24px;
}

#newsletter_wrapper .newsletterinput.newsletteremail {
  margin-bottom: 40px;
}

#newsletter_wrapper .newsletterinput input {
  border-radius: 200px;
  padding: 10px 12px 8px 40px;
  width: 100%;
  border: 2px solid transparent;
  color: #E5F1FF !important;
  font-size: 19px;
  background-color: #10335F;
  line-height: 1.4em;
  font-weight: 400;
  transition: border-color 0.3s ease-in-out;
}

#newsletter_wrapper .newsletterinput input:-webkit-autofill,
#newsletter_wrapper .newsletterinput input:-webkit-autofill:hover,
#newsletter_wrapper .newsletterinput input:-webkit-autofill:focus,
#newsletter_wrapper .newsletterinput input:-webkit-autofill:active {
  background-color: transparent !important;
  background-clip: content-box !important;
  box-shadow: 0 0 0 1000px #10335F inset !important;
  appearance: none;
  color: #E5F1FF !important;
  -webkit-text-fill-color: #E5F1FF !important;
  caret-color: #E5F1FF !important;
  -webkit-appearance: none;
  transition: background-color 999999s ease-in-out 0s, color 999999s ease-in-out 0s;
}

#newsletter_wrapper .newsletterinput input::placeholder {
  color: #7F88A2;
}

#newsletter_wrapper .newsletterinput input:focus {
  border-color: #99CAFF;
  color: #E5F1FF !important;
}

#newsletter_wrapper .newsletterinput.ff-el-is-error .text-danger {
  margin: 0;
  text-align: left;
  color: #D92D20 !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1em;
}

#newsletter_wrapper .newsletterinput.ff-el-is-error .ff-el-input--content .text-danger {
  display: none;
}

#newsletter_wrapper .newsletterinput .ff-el-input--content {
  position: relative;
}

#newsletter_wrapper .newsletterinput .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;
}

#newsletter_wrapper .newsletterinput.ff-el-is-error .ff-el-input--content::after {
  display: block;
}

#newsletter_wrapper .newsletterinput svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  z-index: 1;
  pointer-events: none;
}

#newsletter_wrapper .newsletterinput.ff-el-is-error input:active,
#newsletter_wrapper .newsletterinput.ff-el-is-error input:focus {
  border-color: #B42318;
}

#newsletter_wrapper .newsletterbtn {
  margin-bottom: 0;
}

#newsletter_wrapper .newsletterbtn button {
  border-radius: 200px;
  border: none;
  padding: 19px 60px 15px 20px;
  cursor: pointer;
  background-color: var(--say9-secondary-blue);
  margin-left: auto;
  width: fit-content;
  font-weight: 600;
  font-size: 22px;
  line-height: 1em;
  min-width: unset;
  display: block;
  transition: background-color 0.3s ease-out, padding 0.3s ease-in-out;
}

#newsletter_wrapper .newsletterbtn svg {
  width: 32px;
  height: 32px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  z-index: 1;
  pointer-events: none;
  transition: right 0.3s ease-in-out;
}

#newsletter_wrapper .newsletterbtn button:hover {
  background-color: #63AEFF;
  opacity: 1;
}

#newsletter_wrapper .newsletterbtn button:active,
#newsletter_wrapper .newsletterbtn button:focus {
  padding: 15px 56px 11px 16px;
  opacity: 1;
}

#newsletter_wrapper .newsletterbtn.loading button {
  padding-right: 100px;
}

#newsletter_wrapper .newsletterbtn.loading svg {
  right: 50px;
}

.newsletterbtn .lds-ring {
  right: 0;
}

#newsletter_wrapper .newsletterbtn.btn-thanks svg {
  display: none;
}

#newsletter_wrapper .newsletterbtn.btn-thanks button {
  padding-right: 20px;
  background-color: #10335F;
  cursor: default;
  pointer-events: none;
}

#newsletter_wrapper .newsletterbtn.btn-thanks button:active,
#newsletter_wrapper .newsletterbtn.btn-thanks button:focus {
  padding-right: 16px;
}

#newsletter_wrapper .ff-message-success {
  display: none;
  /* background-color: #DCECF4;
  box-shadow: none;
  border-radius: 16px;
  text-align: center;
  border: 1px solid var(--say9-main-orange);
  font-weight: 500; */
}

#newsletter_wrapper .email-already-registered .newsletteremail .error.text-danger {
  color: #16B364 !important;
}

#newsletter_wrapper .email-already-registered .newsletteremail.ff-el-is-error input:active,
#newsletter_wrapper .email-already-registered .newsletteremail.ff-el-is-error input:focus {
  border-color: transparent;
}

#newsletter_wrapper .email-already-registered .newsletterinput.ff-el-is-error .ff-el-input--content::after {
  display: none;
}

/*  */

.blog_load_more {
  position: relative;
  padding: 17px 20px 13px;
  border-radius: 200px;
  margin: 80px auto 0 auto;
  display: block;
  background-color: var(--say9-primary-blue);
  color: #fff;
  border: none;
  outline: none;
  font-weight: 600;
  font-size: 22px;
  line-height: 1em;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out;
}

.blog_load_more:hover {
  background-color: #10335F;
}

.blog_load_more.loading {
  padding: 15px 48px 11px 18px;
}

.blog_load_more.loading .loader-wrapper {
  display: flex;
}

.article_inner_email_block {
  width: 100% !important;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--say9-background-dark-blue);
  padding: 48px 40px;
  border-radius: 12px;
}

#articles_email_input {
  display: flex;
  max-width: 467px;
  width: 100%;
  border-radius: 92px;
  overflow: hidden;
  margin: auto;
}

#articles_email_input input {
  width: 70%;
  border-radius: 0;
}

#articles_email_input input[type="text"] {
  width: 70%;
  padding: 12px 16px 12px 16px;
}

#articles_email_input input[type="submit"] {
  width: 30%;
  margin-top: 0 !important;
}

p.subscribe {
  font-size: 36px;
  line-height: 52px;
  font-weight: 600;
  margin: 8px 0;
  max-width: 600px;
  margin: auto;
  text-align: center;
  margin-bottom: 25px;
}

.article_inner_email_block input {
  width: 100%;
}

.article_inner_email_block input[type="submit"] {
  margin-top: 8px;
}

input[type="submit"] {
  padding: 8px;
  border-radius: 40px;
  background-color: var(--say9-main-orange);
  color: #fff;
  border: none;
  font-weight: 600;
}

.post_image img {
  max-height: 330px;
  object-fit: cover;
}

.post_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.author_info {
  display: flex;
  align-items: center;
  column-gap: 14px;
}

.post_date {
  font-size: 14px;
  line-height: 27px;
  color: rgba(16, 16, 16, 1);
}

#aricles_right h4 {
  font-size: 32px;
  line-height: 39px;
  margin-bottom: 40px;
}

/* Form button loading */

#newsletter .loader-wrapper {
  max-width: 30px;
  left: unset;
  right: 0;
}

/* Media */

@media screen and (max-width: 1650px) {
  .articles_wrapper .post_image {
    height: 320px;
  }
}

@media screen and (max-width: 1600px) {
  /* Blog Hero */

  .blog_hero_title {
    font-size: 66px;
  }

  .articles_wrapper .blog_post .post_title {
    font-size: 26px;
  }

  /* Articles */

  .articles_wrapper .post_image {
    height: 280px;
  }

  /* Newsletter */

  .newsletter_container {
    padding: 0;
  }

  .newsletter_plane {
    left: 450px;
  }
}

@media screen and (max-width: 1440px) {
  /* Articles */

  .articles_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .articles_wrapper .post_image {
    height: 360px;
  }

  /* Newsletter */

  #newsletter_inner {
    height: 660px;
    gap: 100px;
  }

  .newsletter_title {
    font-size: 60px;
  }

  .newsletter_elephant {
    width: 450px;
  }

  .newsletter_plane {
    left: 400px;
  }

  /* Footer */

  #footer-navlist li span {
    margin-bottom: 24px;
  }

  /* Animation */

  @keyframes fly {
    0% {
      top: 55px;
      transform: rotate(0deg);
    }

    5% {
      top: 30px;
      transform: rotate(-10deg);
    }

    10% {
      top: 60px;
      transform: rotate(90deg);
    }

    35% {
      transform: rotate(75deg);
      top: 80%;
      left: 500px;
    }

    50% {
      top: 97%;
      left: 600px;
    }

    70% {
      transform: rotate(-20deg);
      top: 95%;
      left: 700px;
    }

    100% {
      top: -12%;
      left: 100%;
      transform: rotate(-20deg);
    }
  }
}

@media screen and (max-width: 1350px) {
  /* Header */

  #header-navlist li.custom-offer {
    margin-left: 24px;
  }
}

@media screen and (max-width: 1300px) {
  /* Newsletter */

  .newsletter_elephant {
    width: 400px;
  }

  .newsletter_plane {
    left: 320px;
  }

  #newsletter_inner {
    gap: 50px;
  }
}

@media screen and (max-width: 1200px) {
  /* Header */

  header {
    padding: 0 24px;
  }

  #header-navlist {
    gap: 5px;
  }

  #header-navlist li.custom-offer {
    margin-left: 6px;
  }

  /* Blog Hero */

  #blog_hero {
    padding: 60px 70px 80px;
  }

  .blog_hero_title {
    font-size: 60px;
  }

  .blog_hero_txt {
    font-size: 21px;
    line-height: 1.4em;
  }

  /* Articles */

  #blog {
    padding: 70px;
  }

  /* Newsletter */

  #newsletter {
    padding: 80px 120px 0;
  }

  .newsletter_container {
    padding: 60px 70px;
    background-position: 0% 500px;
  }

  #newsletter_inner {
    flex-direction: column-reverse;
    height: unset;
  }

  .newsletter_left {
    margin-right: auto;
    margin-left: 50px;
  }

  .newsletter_plane {
    top: unset;
    bottom: 450px;
    left: 45%;
    width: 90px;
  }

  /* 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;
  }

  /* Animation */

  @keyframes fly {
    0% {
      bottom: 450px;
      transform: rotate(0deg);
    }

    5% {
      bottom: 475px;
      transform: rotate(-10deg);
    }

    10% {
      bottom: 445px;
      transform: rotate(90deg);
    }

    35% {
      transform: rotate(75deg);
      bottom: 2%;
      left: 50%;
    }

    50% {
      bottom: -2%;
      left: 60%;
    }

    70% {
      transform: rotate(-20deg);
      bottom: 2%;
      left: 80%;
    }

    100% {
      bottom: 60%;
      left: 100%;
      transform: rotate(-20deg);
    }
  }
}

@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;
  }

  /* Blog Hero */

  #blog_hero {
    padding: 20px 70px 80px;
  }

  #blog_hero_inner {
    flex-direction: column-reverse;
    row-gap: 40px;
    align-items: stretch;
  }

  .blog_hero_img {
    margin-left: auto;
  }

  /* Articles */

  #blog_options {
    flex-direction: column;
  }

  #blog_search {
    padding: 0;
  }

  .articles_wrapper .post_image {
    height: 300px;
  }

  .articles_wrapper .blog_post .post_title {
    font-size: 24px;
  }

  .articles_wrapper .blog_post .post_time_read {
    font-size: 20px;
  }

  .author_name {
    font-size: 21px;
  }

  /* Newsletter */

  #newsletter {
    padding: 80px 70px 0;
  }

  .newsletter_elephant {
    width: 350px;
  }

  .newsletter_plane {
    bottom: 400px;
    width: 77px;
  }

  /* Quiz exit Popup */

  #exit_quiz_popup {
    padding: 16px;
  }

  /* Footer */

  #footer-navlist li {
    display: block;
  }

  #mention_price h1.title,
  #trusted_partners h2,
  h2.feedback_title,
  .result_title {
    font-size: 48px;
  }

  /* Animation */

  @keyframes fly {
    0% {
      bottom: 400px;
      transform: rotate(0deg);
    }

    5% {
      bottom: 425px;
      transform: rotate(-10deg);
    }

    10% {
      bottom: 395px;
      transform: rotate(90deg);
    }

    35% {
      transform: rotate(75deg);
      bottom: 2%;
      left: 50%;
    }

    50% {
      bottom: -2%;
      left: 60%;
    }

    70% {
      transform: rotate(-20deg);
      bottom: 2%;
      left: 80%;
    }

    100% {
      bottom: 60%;
      left: 100%;
      transform: rotate(-20deg);
    }
  }
}

@media screen and (max-width: 900px) {
  .articles_wrapper .post_image {
    height: 300px;
    border-radius: 14px;
  }
}

@media screen and (max-width: 850px) {
  /* Newsletter */

  #newsletter {
    padding: 80px 0 0;
  }
}

@media screen and (max-width: 768px) {
  /* Header */

  #header-logo,
  #header-logo svg,
  #header-logo a {
    width: 103px;
    height: 29px;
  }

  #footer-logo {
    width: 168px;
    height: 48px;
  }

  /* Blog Hero */

  #blog_hero {
    padding: 14px 16px 70px;
  }

  .blog_hero_txt {
    font-size: 24px;
    line-height: 1.6em;
  }

  /* Articles */

  #blog {
    padding: 70px 16px;
    border-radius: 32px;
    scroll-margin-top: 30px;
  }

  .blog_categories_list {
    flex-wrap: wrap;
  }

  .articles_wrapper .blog_post a {
    padding: 20px 20px 24px;
  }

  .articles_wrapper .blog_post .post_time {
    gap: 10px;
  }

  .articles_wrapper .blog_post .post_time_read {
    font-size: 18px;
  }

  .articles_wrapper .blog_post .post_title {
    font-size: 26px;
  }

  .blog_load_more {
    margin-top: 40px;
  }

  /* Newsletter */

  #newsletter {
    padding: 0;
  }

  .newsletter_container {
    padding: 60px 32px 27px;
  }

  .newsletter_title {
    font-size: 48px;
  }

  .newsletter_elephant {
    width: 300px;
  }

  .newsletter_plane {
    bottom: 350px;
  }

  /* Quiz exit Popup  */

  #exit_quiz_wrapper {
    flex-direction: column-reverse;
    padding-right: 0;
    row-gap: 15px;
    max-width: 360px;
    background-size: 485px 181px;
    background-position-x: -50px;
  }

  #exit_left {
    padding-bottom: 15px;
    width: 100%;
    padding-left: 5px;
  }

  #exit_quiz_popup #exit_left img {
    margin: 0;
    max-width: 254px;
    max-height: 352px;
  }

  #exit_quiz_popup #exit_right {
    padding: 75px 22px 0;
    width: 100%;
    row-gap: 0;
  }

  #exit_quiz_popup .exit_title {
    text-align: center;
    font-size: 20px;
    line-height: 2em;
    margin-bottom: 10px;
  }

  #exit_quiz_popup .exit_content {
    text-align: center;
    margin-bottom: 20px;
  }

  #exit_quiz {
    padding: 77px 12px 33px;
  }

  #exit_quiz .exit_quiz_title {
    font-size: 20px;
    line-height: 2em;
    margin-bottom: 10px;
    padding: 0 12px;
  }

  #exit_quiz .exit_quiz_content {
    margin-bottom: 40px;
    padding: 0 12px;
  }

  #exit_quiz .exit_quiz_posts {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 50px;
  }

  #exit_quiz .exit_quiz_post {
    flex-direction: row;
    align-items: center;
    column-gap: 8px;
  }

  #exit_quiz .exit_quiz_post_img {
    max-width: 102px;
  }

  #exit_quiz .exit_quiz_post_img img {
    height: 66px;
  }

  /* 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;
  }

  /* Animation */

  @keyframes fly {
    0% {
      bottom: 350px;
      transform: rotate(0deg);
    }

    5% {
      bottom: 375px;
      transform: rotate(-10deg);
    }

    10% {
      bottom: 345px;
      transform: rotate(90deg);
    }

    35% {
      transform: rotate(75deg);
      bottom: 2%;
      left: 50%;
    }

    50% {
      bottom: -2%;
      left: 60%;
    }

    70% {
      transform: rotate(-20deg);
      bottom: 2%;
      left: 80%;
    }

    100% {
      bottom: 60%;
      left: 100%;
      transform: rotate(-20deg);
    }
  }
}

@media screen and (max-width: 600px) {
  /* Blog Hero */

  .blog_hero_title {
    font-size: 48px;
  }

  /* Articles */

  #blog_inner,
  #blog_options {
    row-gap: 24px;
  }

  .articles_wrapper {
    grid-template-columns: 1fr;
  }

  .articles_wrapper .blog_post .post_time {
    gap: 14px;
  }

  .articles_wrapper .blog_post .post_time_read {
    font-size: 22px;
  }

  .author_name {
    font-size: 24px;
  }

  /* Newsletter */

  .newsletter_container {
    background-position: 0% 430px;
    background-size: cover;
  }

  .newsletter_title {
    font-size: 34px;
  }

  #newsletter_wrapper .newsletterbtn {
    max-width: 315px;
    margin: 0 auto;
  }

  #newsletter_wrapper .newsletterbtn svg {
    display: none;
  }

  #newsletter_wrapper .newsletterbtn button {
    width: 100%;
    padding: 19px 20px 15px;
  }

  #newsletter_wrapper .newsletterbtn button:active,
  #newsletter_wrapper .newsletterbtn button:focus {
    padding: 15px 16px 11px 16px;
    opacity: 1;
  }

  #newsletter_wrapper .newsletterbtn.loading button {
    padding-right: 20px;
  }

  #newsletter_wrapper .newsletterbtn.loading button:active,
  #newsletter_wrapper .newsletterbtn.loading button:focus {
    padding-right: 16px;
  }

  #newsletter_wrapper .newsletterbtn.btn-thanks button,
  #newsletter_wrapper .newsletterbtn.loading.btn-thanks button {
    padding-right: 20px;
  }

  #newsletter_wrapper .newsletterbtn.btn-thanks button:active,
  #newsletter_wrapper .newsletterbtn.btn-thanks button:focus {
    padding-right: 16px;
  }

  .newsletter_left {
    margin-left: auto;
  }

  .newsletter_plane {
    left: unset;
    right: 32px;
    bottom: 280px;
    width: 56px;
  }

  .newsletter_elephant {
    width: 250px;
  }

  /* Animation */

  @keyframes fly {
    0% {
      bottom: 280px;
      transform: rotate(0deg);
    }

    5% {
      bottom: 325px;
      transform: rotate(-10deg);
    }

    10% {
      bottom: 275px;
      transform: rotate(90deg);
    }

    35% {
      transform: rotate(75deg);
      bottom: 2%;
      right: 15px;
    }

    50% {
      bottom: -2%;
      right: 10px;
    }

    70% {
      transform: rotate(-20deg);
      bottom: 2%;
      right: 8px;
    }

    100% {
      bottom: 60%;
      right: -100px;
      transform: rotate(-20deg);
    }
  }
}

@media screen and (max-width: 480px) {
  .article_tag_title {
    font-size: 16px;
  }

  .article_tag_link {
    column-gap: 5px;
  }

  .article_tag_link span {
    font-size: 14px;
  }

  .article_tag_link svg {
    width: 13px;
    height: 12px;
  }
}

@media screen and (max-width: 450px) {
  .articles_wrapper .post_image {
    height: 245px;
  }
}

@media screen and (max-width: 390px) {
  .blog_categories_list {
    column-gap: 8px;
  }
}

@media screen and (max-width: 320px) {
  #blog_hero h1 br {
    display: block;
  }

  #blog_hero h1 span img {
    left: 0;
  }
}