/**
 * Main stylesheet for the theme
 * This file is loaded on all pages
 */
@font-face {
  font-family: "Sofia Pro Black";
  src: url("/wp-content/themes/finovate/dist/font/SofiaPro_Black-BScVxlBb.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
}
@font-face {
  font-family: "Sofia Pro Bold";
  src: url("/wp-content/themes/finovate/dist/font/SofiaPro_Bold-BCAtlUKN.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "Sofia Pro Light";
  src: url("/wp-content/themes/finovate/dist/font/SofiaPro_Light-XERfE-Hm.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}
@font-face {
  font-family: "Sofia Pro Medium";
  src: url("/wp-content/themes/finovate/dist/font/SofiaPro_Medium-CW9u8AOR.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Sofia Pro";
  src: url("/wp-content/themes/finovate/dist/font/SofiaPro-B6F2EfaC.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "Sofia Pro Semi Bold";
  src: url("/wp-content/themes/finovate/dist/font/SofiaPro_SemiBold-nzLVxowj.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}
/*Colors*/
.btn-yellow {
  background: #fbba00;
  color: #fff;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

/*Resolutions*/
/* Adaptivity */
.item,
.subs_item {
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
}
@media (min-width: 768px) {
  .item,
  .subs_item {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .item,
  .subs_item {
    width: 33.33%;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 768px) {
  .item.col_8:not(.active),
  .subs_item.col_8:not(.active) {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .item.col_8:not(.active),
  .subs_item.col_8:not(.active) {
    width: 66.66%;
  }
  .item.col_8:not(.active) .article_item:not(.type_article) .article_item_header,
  .subs_item.col_8:not(.active) .article_item:not(.type_article) .article_item_header {
    height: 230px;
  }
}
@media (min-width: 1025px) {
  .item.col_5:not(.active),
  .subs_item.col_5:not(.active) {
    width: 50%;
  }
}

body::before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 50;
  background-color: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transition: 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
body.fixed {
  overflow: hidden !important;
}
body.fixed::before {
  opacity: 1;
  pointer-events: visible;
}

.header.hide {
  transform: translateY(-100%);
}
.header ul, .header li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  right: 0;
  padding: 10px 20px;
  padding-top: 0;
  transition: 0.2s ease;
}
@media (max-width: 516px) {
  .header {
    padding: 0;
  }
}
@media (max-width: 515px) {
  .header.scrolled .logo::before {
    transform: scale(1.3);
  }
  .header.scrolled .logo::after {
    transform: translateX(calc(-100% - 40px));
  }
  .header.scrolled .cta_button {
    width: auto;
    max-width: 160px;
  }
  .header.scrolled .cta_button .button-text {
    white-space: nowrap;
    padding: 0 10px;
  }
  .header.scrolled .cta_button .button-text span {
    white-space: nowrap;
    opacity: 1;
    transform: translateX(0);
  }
  .header.scrolled .cta_button::after {
    transform: translateX(100px);
    opacity: 0;
  }
}
.header > .wrapper {
  border-radius: 16px;
  background-color: #fff;
  max-width: 100%;
  width: 1280px;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  clip-path: inset(0 -100vw -100vh -100vw);
  box-shadow: 0px 0px 10px 0px rgba(29, 29, 27, 0.1019607843);
  margin-top: 10px;
}
@media (max-width: 516px) {
  .header > .wrapper {
    border-radius: 0;
    margin-top: 0;
  }
}
.header > .wrapper::before {
  content: "";
  border-radius: 16px;
  pointer-events: none;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 3;
}
.header .logo {
  font-size: 0;
  text-indent: -9999px;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 4;
  overflow: hidden;
}
@media (max-width: 743px) {
  .header .logo {
    order: 1;
  }
}
.header .logo::before {
  content: "";
  display: block;
  width: 46px;
  height: 39px;
  background: url("data:image/svg+xml,%3csvg%20width='46'%20height='24'%20viewBox='0%200%2046%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18.421%209.0388L11.5941%2015.8641L7.43641%2011.7073L11.5941%207.55059L12.826%208.78221C13.134%209.09012%2013.5447%209.26973%2013.981%209.26973C14.4173%209.26973%2014.8279%209.09012%2015.1359%208.78221L16.9068%207.01176C17.5484%206.37027%2017.5484%205.34393%2016.9068%204.72812L12.7491%200.597016C12.4411%200.28911%2012.0304%200.109497%2011.5941%200.109497C11.1578%200.109497%2010.7472%200.28911%2010.4392%200.597016L0.481218%2010.5527C-0.160406%2011.1941%20-0.160406%2012.2205%200.481218%2012.8363L10.4649%2022.8177C10.7728%2023.1256%2011.1835%2023.3052%2011.6198%2023.3052C12.0561%2023.3052%2012.4667%2023.1256%2012.7747%2022.8177L21.2955%2014.2732L22.476%2013.0929L18.421%209.0388Z'%20fill='%23FBBA00'/%3e%3cpath%20d='M39.1572%2012.8623L29.1735%2022.8436C28.8655%2023.1515%2028.455%2023.3311%2028.0186%2023.3311C27.5823%2023.3311%2027.1718%2023.1515%2026.8638%2022.8436L22.7573%2018.6868C22.1157%2018.0453%2022.1157%2017.019%2022.7573%2016.4032L24.5282%2014.6327C24.8362%2014.3248%2025.2468%2014.1709%2025.6831%2014.1709C26.1194%2014.1709%2026.5301%2014.3505%2026.838%2014.6327L27.9929%2015.7874L28.0699%2015.8643L32.2276%2011.7076L28.0442%207.55087L21.859%2013.7347C21.8334%2013.7603%2021.8077%2013.786%2021.782%2013.8116C21.2431%2014.3248%2020.5501%2014.5814%2019.8315%2014.5814C19.0616%2014.5814%2018.3429%2014.2735%2017.804%2013.7347C17.265%2013.1958%2016.957%2012.4774%2016.957%2011.7076C16.957%2010.9635%2017.2137%2010.2964%2017.727%209.75752C17.7526%209.73185%2017.7783%209.70621%2017.804%209.68054L17.8296%209.6549L17.8553%209.62923L26.9151%200.571626C27.223%200.263719%2027.6336%200.0841064%2028.0699%200.0841064C28.5063%200.0841064%2028.9168%200.263719%2029.2248%200.571626L39.2085%2010.5529C39.7989%2011.1944%2039.7989%2012.2208%2039.1572%2012.8623Z'%20fill='%23E30613'/%3e%3c/svg%3e") center no-repeat, #fff;
  background-size: contain;
  z-index: 3;
  transition: 0.3s linear;
  transform-origin: left;
  position: relative;
}
@media (max-width: 516px) {
  .header .logo::before {
    width: 40px;
    height: 20px;
  }
}
.header .logo::after {
  content: "";
  display: block;
  width: 96px;
  height: 13px;
  transition: 0.3s linear;
  position: relative;
  z-index: 2;
  background: url(/wp-content/themes/finovate/dist/img/ss-text-s-TCx5Ug.svg) center no-repeat;
  background-size: contain;
}
@media (max-width: 1300px) {
  .header__lang-switcher {
    display: none !important;
  }
}
.header__lang-switcher .menu-language > li > a {
  width: 60px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 2px solid #ebebef;
  color: #1d1d1b;
  text-decoration: none;
  transition: 0.3s ease;
  position: relative;
  pointer-events: none;
  z-index: 9;
}
.header__lang-switcher .menu-language > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: -40px;
}
.header__lang-switcher .menu-language > li > a .wpml-ls-native {
  display: none;
}
.header__lang-switcher .menu-language > li > a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: relative;
  margin-left: 5px;
  background: url("data:image/svg+xml,%3csvg%20width='9'%20height='8'%20viewBox='0%200%209%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.95608%206.21444L1.91252%203.65999C1.54585%203.20166%201.87217%202.52271%202.45913%202.52271L6.54625%202.52271C7.13321%202.52271%207.45953%203.20166%207.09286%203.65999L5.0493%206.21444C4.76907%206.56473%204.23631%206.56473%203.95608%206.21444Z'%20fill='%23E30613'/%3e%3c/svg%3e") center no-repeat;
  filter: brightness(0%);
  transition: 0.3s ease;
}
.header__lang-switcher .menu-language > li:hover > a {
  background-color: #ebebef;
}
.header__lang-switcher .menu-language > li:hover > a::after {
  filter: none;
  transform: translateY(1px) rotate(180deg);
}
.header__lang-switcher .menu-language > li:hover > .sub-menu {
  transform: translateY(0) rotateX(0);
  opacity: 1;
  pointer-events: visible;
}
.header__lang-switcher .menu-language .sub-menu {
  position: absolute;
  top: calc(100% + 10px);
  background-color: #ebebef;
  border-radius: 16px;
  padding: 10px;
  width: 208px;
  box-sizing: border-box;
  display: grid;
  gap: 10px;
  pointer-events: none;
  transform-origin: top;
  transform: translateY(-90px) rotateX(90deg);
  transition: 0.3s ease;
  z-index: 2;
}
.header__lang-switcher .menu-language .sub-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -35px;
  height: 50px;
}
.header__lang-switcher .menu-language .sub-menu a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #1d1d1b;
  text-decoration: none;
  font-size: 14px;
  width: 100%;
  height: 48px;
  padding: 14px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 8px;
  transition: 0.3s ease;
}
.header__lang-switcher .menu-language .sub-menu a:hover {
  color: #e30613;
}
.header .lang-switcher-code {
  font-size: 14px;
  font-family: "Sofia Pro Bold";
  text-transform: uppercase;
}
.header .btn-default {
  z-index: 3;
  margin-left: 10px;
  text-align: center;
}
.header .btn-default .button-text, .header .btn-default .inner-text {
  white-space: nowrap;
}
@media (max-width: 516px) {
  .header .btn-default .inner-text {
    display: block;
    transition: 0.3s linear;
    opacity: 0;
    transform: translateX(-100%);
    pointer-events: none;
    min-width: 90px;
  }
  .header .btn-default {
    max-width: 48px;
    width: auto;
    height: 48px;
    padding: 0;
  }
  .header .btn-default::after {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='2'%20y='4'%20width='20'%20height='16'%20rx='4'%20stroke='white'%20stroke-width='1.6'/%3e%3cpath%20d='M6%209L10.8%2012.6C11.5111%2013.1333%2012.4889%2013.1333%2013.2%2012.6L18%209'%20stroke='white'%20stroke-width='1.6'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center no-repeat;
    background-size: contain;
    position: absolute;
    transition: 0.3s linear;
    left: calc(50% - 13px);
    top: calc(50% - 13px);
    opacity: 1;
  }
}
@media (min-width: 1301px) {
  .header .large-card {
    grid-row-start: 1;
    grid-row-end: 4;
    height: 410px;
    margin-bottom: 0 !important;
  }
  .header .large-card .menu-item-link {
    flex-direction: column-reverse;
    background-color: #C9D6AE !important;
    height: 100%;
  }
  .header .large-card .menu-item-link .menu-item__image {
    width: 100%;
    min-height: 200px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
  }
  .header .large-card .menu-item-link .menu-item__image i {
    width: 80%;
    height: 80%;
    background-size: contain;
  }
  .header .large-card .menu-item-link .menu-item__title {
    min-height: 0;
    height: 26px;
  }
}

.menu-item.non-capitalization .menu-item__title {
  text-transform: initial !important;
}

.header_menu {
  font-family: "Sofia Pro";
}
.header_menu .menu-item-link {
  color: #1d1d1b;
  text-decoration: none;
}
.header_menu .menu > .has-submenu > .sub-menu {
  display: block;
  column-count: 3;
}
@media (min-width: 1301px) {
  .header_menu .menu > .has-submenu > .sub-menu {
    display: block !important;
  }
}
.header_menu .menu > .has-submenu > .sub-menu > .menu-item {
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 10px;
}
.header_menu .menu > .has-submenu > .sub-menu > .menu-item.menu-item-has-children .menu-item-link {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.header_menu .menu > .has-submenu > .sub-menu > .menu-item.menu-item-has-children .sub-menu {
  border-radius: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .header_menu .menu > .has-submenu > .sub-menu > .menu-item {
    overflow: initial;
    order: 100;
  }
  .header_menu .menu > .has-submenu > .sub-menu > .menu-item.menu-item-has-children {
    overflow: hidden;
    order: 1;
  }
  .header_menu .menu > .has-submenu > .sub-menu > .menu-item .sub-menu {
    margin-top: 5px;
  }
}
@media (max-width: 1300px) {
  .header_menu .menu > .has-submenu > .sub-menu {
    column-count: 2;
    gap: 5px;
    display: none;
  }
}
@media (max-width: 680px) {
  .header_menu .menu > .has-submenu > .sub-menu {
    column-count: 1;
  }
}
.header_menu .current_page_item > a .menu-item__title {
  color: #e30613;
}
@media (max-width: 1300px) {
  .header_menu {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 10px);
    z-index: 1;
    background-color: #f4f4f6;
    border-radius: 16px;
    padding: 20px;
    padding-bottom: 10px;
    box-sizing: border-box;
    transform: translateY(-80px) rotateX(90deg);
    transform-origin: top;
    pointer-events: none;
    transition: 0.3s ease-in-out;
    max-height: calc(100dvh - 120px);
    overflow: auto;
  }
  .header_menu.open {
    transform: translateY(0) rotateX(0);
    opacity: 1;
    pointer-events: visible;
  }
}
@media (max-width: 516px) {
  .header_menu {
    max-height: calc(100dvh - 90px);
    border-radius: 0;
    top: 100%;
  }
}
.header_menu .menu {
  display: flex;
  align-items: center;
}
@media (max-width: 1300px) {
  .header_menu .menu {
    flex-direction: column;
  }
}
.header_menu .menu > .menu-item {
  transition: 0.3s ease;
}
@media (max-width: 1300px) {
  .header_menu .menu > .menu-item {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid rgba(157, 160, 170, 0.3);
    background-color: #f4f4f6;
    overflow: hidden;
  }
  .header_menu .menu > .menu-item:first-child > .menu-item-link {
    padding-top: 0;
  }
  .header_menu .menu > .menu-item:last-child {
    border-bottom: none;
  }
}
.header_menu .menu > .menu-item:hover > .menu-item-link {
  background-color: #f4f4f6;
}
@media (min-width: 1301px) {
  .header_menu .menu > .menu-item:hover > .menu-item-link .menu-item__text::after {
    filter: none;
    transform: translateY(1px) rotate(180deg);
  }
}
.header_menu .menu > .menu-item > .menu-item-link {
  position: relative;
  z-index: 10;
  padding: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: 0.3s ease;
  border-radius: 8px;
}
@media (max-width: 1300px) {
  .header_menu .menu > .menu-item > .menu-item-link {
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1300px) {
  .header_menu .menu > .menu-item > .menu-item-link .menu-item__title {
    font-size: 22px;
  }
}
@media (max-width: 680px) {
  .header_menu .menu > .menu-item > .menu-item-link .menu-item__title {
    font-size: 18px;
  }
}
.header_menu .menu > .menu-item > .menu-item-link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: -15px;
}
@media (max-width: 1300px) {
  .header_menu .menu > .menu-item > .menu-item-link::before {
    display: none;
  }
}
.header_menu .menu > .menu-item * {
  font-size: 14px;
  text-transform: initial;
  margin: 0;
}
.header_menu .menu-item.has-submenu > .menu-item-link > .menu-item__text {
  display: flex;
  align-items: center;
}
@media (max-width: 1300px) {
  .header_menu .menu-item.has-submenu > .menu-item-link > .menu-item__text {
    width: 100%;
    justify-content: space-between;
  }
}
.header_menu .menu-item.has-submenu > .menu-item-link > .menu-item__text::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: relative;
  margin-left: 5px;
  background: url("data:image/svg+xml,%3csvg%20width='9'%20height='8'%20viewBox='0%200%209%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.95608%206.21444L1.91252%203.65999C1.54585%203.20166%201.87217%202.52271%202.45913%202.52271L6.54625%202.52271C7.13321%202.52271%207.45953%203.20166%207.09286%203.65999L5.0493%206.21444C4.76907%206.56473%204.23631%206.56473%203.95608%206.21444Z'%20fill='%23E30613'/%3e%3c/svg%3e") center no-repeat;
  filter: brightness(0%);
  transition: 0.3s ease;
  top: 1px;
}
@media (max-width: 1300px) {
  .header_menu .menu-item.has-submenu > .menu-item-link > .menu-item__text::after {
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.83594%2010.0005L16.1659%2010.0005M10%2016.165L10%203.83502'%20stroke='%231D1D1B'%20stroke-width='1.6'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center no-repeat, #fff;
    filter: none;
  }
}
.header_menu .menu-item.has-submenu:hover > .sub-menu {
  transform: translateY(0) rotate(0);
  opacity: 1;
  pointer-events: visible;
}
@media (max-width: 1300px) {
  .header_menu .menu-item.toggled > .menu-item-link > .menu-item__text::after {
    transform: rotate(45deg) !important;
    opacity: 0.9;
  }
}
.header_menu .menu-item__title {
  font-family: "Sofia Pro Bold";
  font-size: 18px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-transform: uppercase;
  transition: 0.3s ease;
  display: inline-flex;
  vertical-align: text-top;
}
.header_menu .menu-item__image {
  min-width: 92px;
  width: 92px;
  height: 92px;
  margin-left: 20px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #f4f4f6;
}
@media (max-width: 1300px) {
  .header_menu .menu-item__image {
    display: none !important;
  }
}
.header_menu .menu-item__image i {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.header_menu .sub-menu {
  position: absolute;
  pointer-events: none;
  left: 0;
  right: 0;
  z-index: 2;
  top: calc(100% + 10px);
  transform-origin: top;
  transform: translateY(-90px) rotateX(90deg);
  transition: 0.3s ease;
}
.header_menu .sub-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -35px;
  height: 50px;
}
.header_menu .sub-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  background-color: #f4f4f6;
  padding: 10px;
  padding-bottom: 0;
  border-radius: 16px;
}
.header_menu .sub-menu .sub-menu {
  position: static;
  padding: 0;
  display: block;
  transform: none;
  pointer-events: visible;
}
.header_menu .sub-menu .sub-menu::before {
  display: none;
}
@media (max-width: 1300px) {
  .header_menu .sub-menu {
    border-radius: 0;
    padding: 0;
    position: static;
    transform: translateY(0) rotateX(0);
    opacity: 1;
    pointer-events: visible;
    grid-template-columns: 1fr 1fr;
    display: none;
    transition: none;
    overflow: hidden;
    gap: 0;
    row-gap: 15px;
    padding-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .header_menu .sub-menu {
    grid-template-columns: 1fr;
  }
}
.header_menu .sub-menu .large-card .menu-item__title, .header_menu .sub-menu .menu-item-link.no-image .menu-item__title {
  width: 100%;
  position: relative;
}
.header_menu .sub-menu .large-card .menu-item__title::before, .header_menu .sub-menu .menu-item-link.no-image .menu-item__title::before {
  content: "";
  right: 0;
  top: 1px;
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18.3337%209.99992C18.3337%205.39754%2014.6027%201.66658%2010.0003%201.66658C5.39795%201.66658%201.66699%205.39754%201.66699%209.99992C1.66699%2014.6023%205.39795%2018.3333%2010.0003%2018.3333C14.6027%2018.3333%2018.3337%2014.6023%2018.3337%209.99992Z'%20stroke='%23E30612'%20stroke-width='1.4'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M10%2013.3333L13.3333%209.99992L10%206.66658'%20stroke='%23E30612'%20stroke-width='1.4'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M6.66699%2010L13.3337%2010'%20stroke='%23E30612'%20stroke-width='1.4'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s ease;
  filter: brightness(0%);
}
@media (max-width: 1300px) {
  .header_menu .sub-menu .large-card .menu-item__title::before, .header_menu .sub-menu .menu-item-link.no-image .menu-item__title::before {
    display: none;
  }
}
.header_menu .sub-menu .menu-item__text {
  display: flex;
  flex-direction: column;
}
.header_menu .sub-menu .menu-item__text.has-description {
  justify-content: space-around;
  min-height: 90px;
  box-sizing: border-box;
}
@media (max-width: 1300px) {
  .header_menu .sub-menu .menu-item__text.has-description {
    min-height: 0;
  }
}
.header_menu .sub-menu .menu-item__text.no-description .menu-item__title {
  min-height: 20px;
}
.header_menu .sub-menu .menu-item__title {
  min-height: 50px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Sofia Pro Bold";
  line-height: 105%;
  padding-right: 20px;
}
@media (max-width: 1300px) {
  .header_menu .sub-menu .menu-item__title {
    font-family: "Sofia Pro Medium";
    min-height: 0;
    line-height: 110%;
    font-size: 14px;
    overflow: visible;
    text-transform: initial;
    color: rgba(29, 29, 27, 0.8);
  }
}
.header_menu .sub-menu .menu-item-link {
  display: flex;
  justify-content: space-between;
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
}
@media (max-width: 1300px) {
  .header_menu .sub-menu .menu-item-link {
    background-color: transparent;
    padding: 0;
  }
  .header_menu .sub-menu .menu-item-link .menu-item__title {
    font-family: "Sofia Pro Bold";
  }
}
.header_menu .sub-menu .menu-item-link.second-children * {
  text-transform: capitalize;
  font-size: 14px;
}
.header_menu .sub-menu .menu-item-link.second-children {
  display: flex;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 70px;
  border-radius: none;
  border-radius: 0;
}
.header_menu .sub-menu .menu-item-link.second-children .menu-item__title::before {
  display: none;
}
.header_menu .sub-menu .menu-item-link.second-children::before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  height: 1pt;
  background-color: #ebebef;
}
@media (max-width: 1300px) {
  .header_menu .sub-menu .menu-item-link.second-children::before {
    display: none;
  }
}
@media (max-width: 1300px) {
  .header_menu .sub-menu .menu-item-link.second-children {
    height: auto;
  }
  .header_menu .sub-menu .menu-item-link.second-children .menu-item__title {
    font-family: "Sofia Pro Light";
  }
  .header_menu .sub-menu .menu-item-link.second-children .menu-item__text {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
  }
  .header_menu .sub-menu .menu-item-link.second-children .menu-item__text::before {
    content: "";
    width: 10px;
    height: 10px;
    background: url("data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%2011L11%206L6%201'%20stroke='%231D1D1B'%20stroke-width='1.4'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M1%206.00024L11%206.00024'%20stroke='%231D1D1B'%20stroke-width='1.4'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center no-repeat;
    background-size: contain;
    margin-right: 10px;
    transform: rotate(-45deg);
    margin-top: 3px;
  }
}
.header_menu .sub-menu .menu-item-link.no-image .menu-item__text {
  width: 100%;
}
.header_menu .sub-menu .menu-item-link.no-image .description {
  max-width: calc(100% - 30px);
}
.header_menu .sub-menu .menu-item-link:hover .menu-item__title {
  color: #e30613;
}
.header_menu .sub-menu .menu-item-link:hover .menu-item__title::before, .header_menu .sub-menu .menu-item-link.current_page_item .menu-item__title::before {
  filter: none !important;
}
.header_menu .sub-menu .menu-item-link:hover .menu-item__image i, .header_menu .sub-menu .menu-item-link.current_page_item .menu-item__image i {
  transform: scale(1.1);
}
.header_menu .sub-menu .description {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: rgba(29, 29, 27, 0.8);
  font-size: 14px;
  padding-right: 20px;
}
@media (max-width: 1300px) {
  .header_menu .sub-menu .description {
    display: none !important;
  }
}

#burger-menu {
  display: none;
  align-items: center;
  z-index: 3;
  position: relative;
  padding: 14px;
  height: 48px;
  border-radius: 8px;
  background-color: #f4f4f6;
  box-sizing: border-box;
  justify-content: center;
  transition: 0.3s ease;
  cursor: pointer;
}
#burger-menu:hover {
  color: #e30613;
}
@media (max-width: 1300px) {
  #burger-menu {
    display: flex;
  }
}
@media (max-width: 743px) {
  #burger-menu {
    order: 4;
    width: 48px;
  }
}
#burger-menu .burger-text {
  display: inline-block;
  margin-left: 10px;
  font-family: "Sofia Pro Bold";
  font-size: 14px;
  height: 22px;
}
@media (max-width: 743px) {
  #burger-menu .burger-text {
    display: none !important;
  }
}
#burger-menu #burger:hover {
  cursor: pointer;
}
#burger-menu #burger {
  display: block;
  position: relative;
  width: 16px;
  height: 13px;
}
#burger-menu #burger span {
  width: 100%;
  height: 1.2pt;
  background: #1d1d1b;
  position: absolute;
  top: 50%;
  border-radius: 2px;
  transition: background 0.15s 0.15s ease;
}
#burger-menu #burger span::before {
  content: "";
  position: inherit;
  background: #1d1d1b;
  height: inherit;
  width: 100%;
  border-radius: inherit;
  top: -5px;
  transition: transform 250ms ease, top 250ms 250ms ease;
}
#burger-menu #burger span::after {
  content: "";
  position: inherit;
  background: #1d1d1b;
  height: inherit;
  width: 100%;
  border-radius: inherit;
  top: 5px;
  transition: transform 250ms ease, top 250ms 250ms ease;
}
#burger-menu.open #burger span {
  background: transparent;
}
#burger-menu.open #burger span::before {
  top: 0;
  transform: rotate(45deg);
  transition: top 250ms ease, transform 250ms 250ms ease;
}
#burger-menu.open #burger span::after {
  top: 0;
  transform: rotate(-45deg);
  transition: top 250ms ease, transform 250ms 250ms ease;
}
#burger-menu.open #burger span::before,
#burger-menu.open #burger span::after {
  background-color: #e30613;
}

.header-right {
  display: flex;
  align-items: center;
}
@media (max-width: 743px) {
  .header-right {
    order: 3;
    margin-left: auto;
    margin-right: 20px;
  }
}
@media (max-width: 516px) {
  .header-right {
    margin-right: 10px;
  }
}

html {
  -webkit-text-size-adjust: 100%;
}

* {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1080px) {
  *::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0;
  }
  *::-webkit-scrollbar:vertical {
    width: 15px;
    background: #292927;
  }
  *::-webkit-scrollbar-thumb {
    background: gray;
  }
}

*, *::before, *::after {
  box-sizing: border-box;
}

img, video {
  max-width: 100%;
  height: auto;
}

ol, ul {
  margin: 0;
  padding: 0;
}

button {
  cursor: pointer;
}

body {
  font-family: "Sofia Pro";
  padding: 0;
  margin: 0;
  font-size: 18px;
}
@media (max-width: 1080px) {
  body {
    font-size: 16px;
  }
}

.wrapper {
  width: 100%;
  max-width: 1320px;
  min-width: 272px;
  padding: 0 16px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 24px;
}
.wrapper.mob-unwrap {
  padding: 24px 0;
}
@media (max-width: 1080px) {
  .wrapper.mob-unwrap {
    padding: 0;
  }
}
@media (max-width: 680px) {
  .wrapper {
    margin: 0 auto;
  }
}

.link-disabled > span > a {
  pointer-events: none;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "Sofia Pro Black";
  color: #000;
}

h1, .h1 {
  font-family: "Sofia Pro Black";
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 56px;
  margin-bottom: 24px;
}
@media (max-width: 1080px) {
  h1, .h1 {
    font-size: 40px;
  }
}
@media (max-width: 680px) {
  h1, .h1 {
    font-size: 35px;
    margin-bottom: 17px;
  }
}

h2, .h2 {
  line-height: 100%;
  letter-spacing: 0.02em;
  margin-top: 0;
  font-size: 48px;
}
@media (max-width: 1080px) {
  h2, .h2 {
    font-size: 40px;
  }
}
@media (max-width: 680px) {
  h2, .h2 {
    font-size: 32px;
  }
}

.container {
  width: 100%;
  max-width: 1310px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (max-width: 1440px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1080px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 680px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.btn-default {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 25px;
  border-radius: 8px;
  height: 52px;
  box-sizing: border-box;
  background-color: #e30613;
  font-family: "Sofia Pro Bold";
  color: #fff;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  text-decoration: none;
  font-size: 14px;
  border: none;
  outline: none;
}
.btn-default.disabled, .btn-default[disabled] {
  opacity: 0.8;
  pointer-events: none;
}
.btn-default .button-text {
  position: relative;
  z-index: 2;
  transition: 0.3s ease;
  display: inline-flex;
  vertical-align: text-top;
  line-height: 120%;
  pointer-events: none;
}
.btn-default .button-text span {
  display: inline-flex;
  vertical-align: text-top;
  line-height: 120%;
}
.btn-default .fill-container {
  position: absolute;
  left: -5px;
  top: 50%;
  width: calc(100% + 8px);
  height: 105%;
  pointer-events: none;
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 680px) {
  .btn-default .fill-container {
    padding-bottom: 100%;
  }
}
.btn-default .fill-container::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fbba00;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateY(-100%);
}
.btn-default:hover .fill-container {
  transform: translateY(-50%) rotate(0);
}
.btn-default:hover .fill-container::after {
  transform: translateY(0);
}

.footer {
  background-color: #1d1d1b;
  padding-top: 95px;
  padding-bottom: 50px;
  color: #fff;
}
.footer a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s ease;
}
.footer a:hover {
  color: #fbba00;
}
.footer li.link-disabled > a {
  color: #fff;
  pointer-events: none;
}
@media (max-width: 680px) {
  .footer {
    padding-top: 74px;
    padding-bottom: 74px;
  }
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 960px) {
  .footer__top {
    justify-content: center;
  }
}
.footer__top .footer-logo {
  width: 25%;
}
@media (max-width: 960px) {
  .footer__top .footer-logo {
    display: none;
  }
}
.footer__top .footer-logo img {
  width: 100%;
  display: block;
}
.footer__menu {
  overflow: hidden;
  padding-bottom: 30px;
}
@media (max-width: 1080px) {
  .footer__menu {
    padding-bottom: 0;
  }
}
.footer__menu ul, .footer__menu li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__menu .menu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 700px;
}
@media (max-width: 1080px) {
  .footer__menu .menu {
    max-height: none;
    flex-wrap: nowrap;
  }
}
.footer__menu .menu > li {
  padding: 30px;
  padding-bottom: 0;
  width: 25%;
}
@media (max-width: 1080px) {
  .footer__menu .menu > li {
    border-bottom: 1.2pt solid #333331;
  }
  .footer__menu .menu > li:last-child {
    border-bottom: none;
  }
}
@media (max-width: 1080px) {
  .footer__menu .menu > li {
    width: 100%;
    padding: 20px;
  }
}
.footer__menu .menu > li:first-child::before {
  display: none !important;
}
.footer__menu .menu > li {
  position: relative;
}
.footer__menu .menu > li::before {
  content: "";
  width: 1.2pt;
  position: absolute;
  left: 0;
  top: -500px;
  height: 1500px;
  background-color: #333331;
}
@media (max-width: 1080px) {
  .footer__menu .menu > li::before {
    display: none;
  }
}
.footer__menu .menu > li > .menu-item-link .menu-item__title {
  font-size: 22px;
  font-family: "Sofia Pro Bold";
  padding-bottom: 25px;
  margin-bottom: 30px;
  display: flex;
  border-bottom: 1.2pt solid #333331;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1080px) {
  .footer__menu .menu > li > .menu-item-link .menu-item__title {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .footer__menu .menu > li > .menu-item-link .menu-item__title:after {
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: 0.5s ease;
    background: url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.83594%2010.0005L16.1659%2010.0005M10%2016.165L10%203.83502'%20stroke='%23FFFFFF'%20stroke-width='1.6'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center no-repeat, rgba(255, 255, 255, 0.08);
  }
}
@media (max-width: 680px) {
  .footer__menu .menu > li > .menu-item-link .menu-item__title {
    font-size: 18px;
  }
}
.footer__menu .menu > li.toggled .menu-item__title::after {
  transform: rotate(45deg);
}
@media (max-width: 1080px) {
  .footer__menu .sub-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding-top: 20px;
    display: none;
  }
}
@media (max-width: 680px) {
  .footer__menu .sub-menu {
    grid-template-columns: 1fr;
  }
}
.footer__menu .sub-menu li a {
  font-size: 14px;
}
.footer__menu .sub-menu li {
  margin-bottom: 15px;
}
.footer__menu .sub-menu li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1080px) {
  .footer__menu .sub-menu li {
    margin-bottom: 0;
  }
}
@media (max-width: 960px) {
  .footer__contacts {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 800px) {
  .footer__contacts {
    flex-direction: column;
  }
}
.footer__contacts > div {
  display: flex;
  align-items: center;
}
.footer__contacts > div * {
  font-size: 22px;
  font-family: "Sofia Pro Bold";
  color: #fff;
}
@media (max-width: 680px) {
  .footer__contacts > div * {
    font-size: 18px;
  }
}
.footer__contacts > div span {
  display: inline-block;
  margin-right: 7px;
}
@media (max-width: 680px) {
  .footer__contacts .footer_email {
    padding-bottom: 0;
  }
}
.footer__contacts .footer_social_links {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 960px) {
  .footer__contacts .footer_social_links span {
    display: none;
  }
}
.footer__contacts .footer_social_links > div {
  display: flex;
  align-items: center;
}
.footer__contacts .footer_social_links > div a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.08);
  margin-right: 10px;
  transition: 0.3s ease-in-out;
  overflow: hidden;
  position: relative;
}
@media (max-width: 360px) {
  .footer__contacts .footer_social_links > div a {
    margin-right: 5px;
  }
}
.footer__contacts .footer_social_links > div a::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #fff;
  transition: 0.3s ease;
  transform: scale(0.2);
  opacity: 0;
  z-index: 1;
  border-radius: 50%;
}
.footer__contacts .footer_social_links > div a img {
  transition: 0.3s ease-in-out;
  max-height: 24px;
  position: relative;
  z-index: 2;
}
.footer__contacts .footer_social_links > div a:hover::before {
  transform: scale(1);
  opacity: 1;
}
.footer__contacts .footer_social_links > div a:hover img {
  filter: brightness(0%);
}
.footer__contacts .footer_social_links > div a:last-child {
  margin: 0;
}
.footer__contacts, .footer__privacy {
  display: grid;
  border-top: 1.2pt solid #333331;
  grid-template-columns: 1fr 1fr;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 960px) {
  .footer__contacts, .footer__privacy {
    grid-template-columns: 1fr;
  }
}
.footer__contacts p, .footer__privacy p {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: "Sofia Pro Light";
}
.footer__contacts p:last-child, .footer__privacy p:last-child {
  margin-bottom: 0;
}
.footer__contacts p a, .footer__privacy p a {
  position: relative;
}
.footer__contacts p a::before, .footer__privacy p a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0.3pt;
  bottom: -1px;
  background-color: rgba(255, 255, 255, 0.8);
  transition: 0.3s ease;
}
.footer__contacts p a:hover::before, .footer__privacy p a:hover::before {
  opacity: 0;
}
@media (max-width: 960px) {
  .footer__contacts p, .footer__privacy p {
    margin-bottom: 8px;
  }
}
.footer__contacts a, .footer__privacy a {
  text-decoration: none;
}
.footer__contacts > div, .footer__privacy > div {
  padding: 30px;
}
@media (max-width: 960px) {
  .footer__contacts > div, .footer__privacy > div {
    padding: 20px;
  }
}
.footer__contacts > div:last-child, .footer__privacy > div:last-child {
  border-left: 1.2pt solid #333331;
}
@media (max-width: 960px) {
  .footer__contacts > div:last-child, .footer__privacy > div:last-child {
    border-left: none;
  }
}
.footer__contacts .desc_links, .footer__privacy .desc_links {
  display: flex;
  list-style: none;
}
@media (max-width: 960px) {
  .footer__contacts .desc_links, .footer__privacy .desc_links {
    justify-content: center;
  }
}
@media (max-width: 680px) {
  .footer__contacts .desc_links, .footer__privacy .desc_links {
    flex-wrap: wrap;
  }
}
.footer__contacts .desc_links li, .footer__privacy .desc_links li {
  margin-right: 10px;
}
@media (max-width: 680px) {
  .footer__contacts .desc_links li, .footer__privacy .desc_links li {
    margin-bottom: 5px;
  }
}
.footer__privacy > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 960px) {
  .footer__privacy > div p {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 960px) {
  .footer__privacy {
    text-align: center;
  }
  .footer__privacy .footer__privacy--left {
    padding-bottom: 0;
  }
  .footer__privacy .footer__privacy--right {
    padding-top: 0;
  }
}
.footer__partners {
  display: flex;
}
@media (max-width: 960px) {
  .footer__partners {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 680px) {
  .footer__partners {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
.footer__partners--logo {
  width: 140px;
  height: 70px;
  border-radius: 12px;
  padding: 10px 20px;
  background-color: #f4f4f6;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__partners--logo:last-child {
  margin-right: 0 !important;
}
@media (max-width: 960px) {
  .footer__partners--logo {
    width: 100%;
  }
}
@media (max-width: 680px) {
  .footer__partners--logo {
    margin: 0;
  }
}
@media (max-width: 680px) {
  .footer__partners--logo:nth-child(odd):last-child {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
.footer__partners--logo img {
  max-height: 36px;
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
@media (max-width: 960px) {
  .footer__bottom {
    flex-direction: column;
  }
}
@media (max-width: 680px) {
  .footer__bottom {
    margin-top: 35px;
  }
}
.footer .footer-content-wrapper {
  border-radius: 30px;
  border: 1.2pt solid #333331;
  overflow: hidden;
}
@media (max-width: 1080px) {
  .footer .footer-content-wrapper {
    border-radius: 16px;
  }
}

.lets-talk {
  text-decoration: none;
  font-size: 114px;
  width: 50%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1350px) {
  .lets-talk {
    font-size: 92px;
    width: 100%;
    max-width: 520px;
  }
}
@media (max-width: 960px) {
  .lets-talk {
    font-size: 86px;
  }
}
@media (max-width: 680px) {
  .lets-talk {
    font-size: 14vw;
  }
}
.lets-talk .inner-text {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s ease;
  white-space: nowrap;
  font-family: "Sofia Pro Bold";
  color: #fff;
  width: calc(100% + 160px);
  transform: translate(-160px);
}
@media (max-width: 1350px) {
  .lets-talk .inner-text {
    width: calc(100% + 145px);
    transform: translate(-145px);
  }
}
@media (max-width: 960px) {
  .lets-talk .inner-text {
    width: 100%;
    transform: none;
  }
}
.lets-talk .inner-text::before, .lets-talk .inner-text::after {
  content: "";
  display: flex;
  min-width: 160px;
  width: 160px;
  height: 80px;
  background-image: url("data:image/svg+xml,%3csvg%20width='80'%20height='80'%20viewBox='0%200%2080%2080'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M42.0984%2079.4798C41.4984%2079.4798%2040.7984%2079.2698%2040.2984%2078.7448C39.2984%2077.6948%2039.2984%2076.0148%2040.2984%2075.0698L71.0984%2042.7298H2.89844C1.49844%2042.7298%200.398438%2041.5748%200.398438%2040.1048C0.398438%2038.6348%201.49844%2037.4798%202.89844%2037.4798H71.0984L40.2984%205.03477C39.2984%203.98477%2039.2984%202.30477%2040.2984%201.35977C41.2984%200.309766%2042.8984%200.309766%2043.7984%201.35977L78.8984%2038.2148C79.0984%2038.4248%2079.2984%2038.7398%2079.3984%2039.0548C79.4984%2039.3698%2079.5984%2039.6848%2079.5984%2039.9998C79.5984%2040.3148%2079.4984%2040.6298%2079.3984%2040.9448C79.2984%2041.2598%2079.0984%2041.4698%2078.8984%2041.7848L43.7984%2078.6398C43.2984%2079.1648%2042.6984%2079.4798%2042.0984%2079.4798Z'%20fill='white'/%3e%3c/svg%3e");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto 100%;
  transition: 0.3s ease;
  position: relative;
  top: 5px;
}
@media (max-width: 1350px) {
  .lets-talk .inner-text::before, .lets-talk .inner-text::after {
    min-width: 125px;
    width: 125px;
    height: 65px;
  }
}
@media (max-width: 515px) {
  .lets-talk .inner-text::before, .lets-talk .inner-text::after {
    min-width: 100px;
    width: 100px;
    height: 45px;
  }
}
@media (max-width: 360px) {
  .lets-talk .inner-text::before, .lets-talk .inner-text::after {
    min-width: 80px;
    width: 80px;
    height: 35px;
  }
}
.lets-talk .inner-text::before {
  margin-left: 0;
  opacity: 0;
  background-position: center left;
}
@media (max-width: 960px) {
  .lets-talk .inner-text::before {
    display: none;
  }
}
.lets-talk .inner-text::after {
  margin-right: 0;
  opacity: 1;
}
.lets-talk .inner-line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3pt;
  border-radius: 8px;
  background-color: #fff;
}
@media (max-width: 1080px) {
  .lets-talk .inner-line {
    height: 2.2pt;
  }
}
.lets-talk:hover .inner-text {
  transform: translateX(0);
}
.lets-talk:hover .inner-text::before {
  opacity: 1;
}
.lets-talk:hover .inner-text::after {
  opacity: 0;
}

.footer_lang_menu {
  display: flex;
  gap: 10px;
}
@media (max-width: 960px) {
  .footer_lang_menu {
    width: 100%;
  }
}
.footer_lang_menu div[lang-code=en] {
  order: 1;
}
.footer_lang_menu div[lang-code=es] {
  order: 2;
}
.footer_lang_menu div[lang-code=ru] {
  order: 3;
}
.footer_lang_menu div[lang-code=pt] {
  order: 4;
}
@media (max-width: 960px) {
  .footer_lang_menu div {
    width: calc(100% - 5px);
  }
}
.footer_lang_menu a {
  text-transform: uppercase;
  font-family: "Sofia Pro Bold";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.05);
  transition: 0.3s ease;
  border-radius: 12px;
}
@media (max-width: 960px) {
  .footer_lang_menu a {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .footer_lang_menu a {
    height: 60px;
  }
}
.footer_lang_menu a:hover {
  background-color: #fff;
  color: #1d1d1b;
}
.footer_lang_menu .current-lang a {
  background-color: #fbba00;
  color: #1d1d1b;
}

.wpml-ls-statics-footer {
  display: none !important;
}

html[lang=ru-RU] .lets-talk .inner-text, html[lang=es] .lets-talk .inner-text, html[lang=es-ES] .lets-talk .inner-text {
  font-size: 90px;
}
@media (max-width: 1350px) {
  html[lang=ru-RU] .lets-talk .inner-text, html[lang=es] .lets-talk .inner-text, html[lang=es-ES] .lets-talk .inner-text {
    font-size: 75px;
  }
}
@media (max-width: 515px) {
  html[lang=ru-RU] .lets-talk .inner-text::after, html[lang=ru-RU] .lets-talk .inner-text::before, html[lang=es] .lets-talk .inner-text::after, html[lang=es] .lets-talk .inner-text::before, html[lang=es-ES] .lets-talk .inner-text::after, html[lang=es-ES] .lets-talk .inner-text::before {
    height: 35px;
  }
  html[lang=ru-RU] .lets-talk .inner-text, html[lang=es] .lets-talk .inner-text, html[lang=es-ES] .lets-talk .inner-text {
    font-size: 45px;
  }
}
@media (max-width: 360px) {
  html[lang=ru-RU] .lets-talk .inner-text, html[lang=es] .lets-talk .inner-text, html[lang=es-ES] .lets-talk .inner-text {
    font-size: 40px;
  }
}
html[lang=es-ES] .lets-talk .inner-text, html[lang=es] .lets-talk .inner-text {
  font-size: 100px;
}
html[lang=pt-BR] .lets-talk .inner-text {
  font-size: 60px;
}
html[lang=pt-BR] .lets-talk .inner-text::after, html[lang=pt-BR] .lets-talk .inner-text::before {
  min-width: 120px;
  width: 120px;
  height: 50px;
}
@media (max-width: 1350px) {
  html[lang=pt-BR] .lets-talk .inner-text::after, html[lang=pt-BR] .lets-talk .inner-text::before {
    min-width: 95px;
    width: 95px;
    height: 40px;
  }
  html[lang=pt-BR] .lets-talk .inner-text {
    font-size: 46px;
  }
}
@media (max-width: 515px) {
  html[lang=pt-BR] .lets-talk .inner-text::after, html[lang=pt-BR] .lets-talk .inner-text::before {
    min-width: 40px;
    width: 40px;
    height: 25px;
  }
  html[lang=pt-BR] .lets-talk .inner-text {
    font-size: 35px;
  }
}
@media (max-width: 360px) {
  html[lang=pt-BR] .lets-talk .inner-text {
    font-size: 25px;
    line-height: 200%;
  }
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}
body.fixed {
  overflow: hidden !important;
  position: fixed;
  left: 0;
  top: var(--scroll-offset, 0);
  right: 0;
  bottom: 0;
}

#scroll-to-top {
  display: none !important;
}