@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!
 * Toastify js 1.12.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */
.toastify {
  padding: 12px 20px;
  color: #ffffff;
  display: inline-block;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
  background: -webkit-linear-gradient(315deg, #73a5ff, #5477f5);
  background: linear-gradient(135deg, #73a5ff, #5477f5);
  position: fixed;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  max-width: calc(50% - 20px);
  z-index: 2147483647;
}

.toastify.on {
  opacity: 1;
}

.toast-close {
  background: transparent;
  border: 0;
  color: white;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  opacity: 0.4;
  padding: 0 5px;
}

.toastify-right {
  right: 15px;
}

.toastify-left {
  left: 15px;
}

.toastify-top {
  top: -150px;
}

.toastify-bottom {
  bottom: -150px;
}

.toastify-rounded {
  border-radius: 25px;
}

.toastify-avatar {
  width: 1.5em;
  height: 1.5em;
  margin: -7px 5px;
  border-radius: 2px;
}

.toastify-center {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  max-width: fit-content;
  max-width: -moz-fit-content;
}

@media only screen and (max-width: 360px) {
  .toastify-right, .toastify-left {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: fit-content;
  }
}
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot?t=1759412491034");
  src: url("../fonts/icons.eot?t=1759412491034#iefix") format("embedded-opentype"), url("../fonts/icons.woff2?t=1759412491034") format("woff2"), url("../fonts/icons.woff?t=1759412491034") format("woff"), url("../fonts/icons.ttf?t=1759412491034") format("truetype"), url("../fonts/icons.svg?t=1759412491034#icons") format("svg");
}
[class^=icons-], [class*=" icons-"] {
  font-family: "icons" !important;
  font-size: 1rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icons-close::before {
  content: "\ea01";
}

.icons-link::before {
  content: "\ea02";
}

.icons-menu::before {
  content: "\ea03";
}

.icons-sub::before {
  content: "\ea04";
}

:root {
  --icons-close: "";
  --icons-link: "";
  --icons-menu: "";
  --icons-sub: "";
}

:root {
  /**
   * Color Variables
   *
   * --mt-color--{name}-{variation a...z}_{opacity}
   *
   * {name} - name of the color
   * {variation} - variation of the color
   * {opacity} - opacity of the color
   */
  --mt-color--white-a_100: #ffffff;
  --mt-color--black-a_100: #000000;
  --mt-color--tiffany-a_100: #98cbd4;
  --mt-color--teal-a_100: #003e49;
  --mt-color--cadet-blue-a_100: #99b2b7;
  /**
  * Border Radius Variables
  */
  --mt-border-radius: 32px;
  /**
   * Font weight variables
   */
  --mt-font-weight-thin: 100;
  --mt-font-weight-extralight: 200;
  --mt-font-weight-light: 300;
  --mt-font-weight-book: 350;
  --mt-font-weight-normal: 400;
  --mt-font-weight-regular: 400;
  --mt-font-weight-medium: 500;
  --mt-font-weight-semibold: 600;
  --mt-font-weight-demibold: 600;
  --mt-font-weight-bold: 700;
  --mt-font-weight-extrabold: 800;
  --mt-font-weight-ultrabold: 800;
  --mt-font-weight-black: 900;
  --mt-font-weight-heavy: 900;
}
@media screen and (max-width: 940px) {
  :root {
    --mt-border-radius: 24px;
  }
}
@media screen and (max-width: 720px) {
  :root {
    --mt-border-radius: 16px;
  }
}
@media screen and (max-width: 480px) {
  :root {
    --mt-border-radius: 8px;
  }
}

h1 {
  font-family: "Barlow Semi Condensed";
  font-style: normal;
  line-height: 90%;
  letter-spacing: -0.02em;
  display: block;
}
h1 {
  font-size: clamp(2rem, 0.8953488372rem + 4.6511627907vw, 4.5rem);
  line-height: normal;
}

h2 {
  font-size: clamp(1.5rem, 1.0029069767rem + 2.0930232558vw, 2.625rem);
}
h2 {
  font-family: "Barlow Semi Condensed";
  font-style: normal;
  line-height: 90%;
  letter-spacing: -0.02em;
  display: block;
}

h3 {
  font-size: clamp(1.125rem, 0.9593023256rem + 0.6976744186vw, 1.5rem);
}
h3 {
  font-family: "Barlow Semi Condensed";
  font-style: normal;
  line-height: 90%;
  letter-spacing: -0.02em;
  display: block;
}
h3 {
  line-height: 100%;
}

h4 {
  font-family: "Barlow Semi Condensed";
  font-style: normal;
  line-height: 90%;
  letter-spacing: -0.02em;
  display: block;
}

h5 {
  font-family: "Barlow Semi Condensed";
  font-style: normal;
  line-height: 90%;
  letter-spacing: -0.02em;
  display: block;
}
h5 {
  font-size: 18px;
}

h6 {
  font-family: "Barlow Semi Condensed";
  font-style: normal;
  line-height: 90%;
  letter-spacing: -0.02em;
  display: block;
}
h6 {
  font-size: 16px;
}

h1,
h2,
h3,
h4 {
  margin: 0;
}

p {
  white-space: pre-line;
  font-family: "Barlow";
  font-style: normal;
  line-height: 130%;
  font-size: clamp(0.875rem, 0.8197674419rem + 0.2325581395vw, 1rem);
}

a {
  text-decoration: none;
}

ul,
ol,
li {
  list-style: none;
}

@font-face {
  font-family: "Barlow Semi Condensed";
  src: url("../fonts/BarlowSemiCondensed-Medium.woff2") format("woff2"), url("../fonts/BarlowSemiCondensed-Medium.woff") format("woff"), url("../fonts/BarlowSemiCondensed-Medium.ttf"), format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow Semi Condensed";
  src: url("../fonts/BarlowSemiCondensed-SemiBold.woff2") format("woff2"), url("../fonts/BarlowSemiCondensed-SemiBold.woff") format("woff"), url("../fonts/BarlowSemiCondensed-SemiBold.ttf"), format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Regular.woff2") format("woff2"), url("../fonts/Barlow-Regular.woff") format("woff"), url("../fonts/Barlow-Regular.ttf"), format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Medium.woff2") format("woff2"), url("../fonts/Barlow-Medium.woff") format("woff"), url("../fonts/Barlow-Medium.ttf"), format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-SemiBold.woff2") format("woff2"), url("../fonts/Barlow-SemiBold.woff") format("woff"), url("../fonts/Barlow-SemiBold.ttf"), format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.button__list {
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-wrap: wrap;
  width: fit-content;
}
@media (max-width: 550px) {
  .button__list {
    gap: 20px;
    flex-direction: column;
    width: 100%;
  }
}
.button__label {
  position: relative;
  display: inline-block;
  line-height: 1;
  overflow: hidden;
}
.button__item {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 24px;
  border-radius: 55px;
  transition: background 0.3s ease, color 0.3s ease;
}
.button__item:hover .button__text {
  transform: translateY(-100%);
}
.button__item:hover .button__text--duplicate {
  transform: translateY(-100%);
}
.button__item:hover .button__icon {
  transform: translateX(4px);
}
@media (max-width: 768px) {
  .button__item {
    padding: 14px 22px;
  }
}
.button__item--tiffany {
  background: var(--mt-color--tiffany-a_100);
}
.button__item--tiffany .button__text,
.button__item--tiffany .button__text--duplicate {
  color: var(--mt-color--teal-a_100);
}
.button__item--transparent-black {
  background: transparent;
  border: 1px solid var(--mt-color--teal-a_100);
}
.button__item--transparent-black .button__text,
.button__item--transparent-black .button__text--duplicate {
  color: var(--mt-color--teal-a_100);
}
.button__item--transparent-black .button__icon {
  color: var(--mt-color--teal-a_100);
}
.button__item--transparent {
  background: transparent;
  border: 1px solid #fff;
}
.button__item--transparent .button__text,
.button__item--transparent .button__text--duplicate {
  color: var(--mt-color--white);
}
.button__item--transparent .button__icon {
  color: var(--mt-color--white);
}
.button__item--teal {
  background: var(--mt-color--teal-a_100);
}
.button__item--teal .button__text,
.button__item--teal .button__text--duplicate {
  color: var(--mt-color--white);
}
.button__item--teal .button__icon {
  color: #ffffff;
}
.button__item--cadet-blue {
  background: var(--mt-color--cadet-blue-a_100);
}
.button__item--cadet-blue .button__text,
.button__item--cadet-blue .button__text--duplicate {
  color: var(--mt-color--teal-a_100);
}
.button__text, .button__text--duplicate {
  display: block;
  transition: transform 0.4s ease;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.28px;
}
@media (max-width: 528px) {
  .button__text, .button__text--duplicate {
    font-size: 14px;
  }
}
.button__text--duplicate {
  position: absolute;
  top: 100%;
}
.button__icon {
  display: inline-block;
  transition: transform 0.4s ease;
  color: var(--mt-color--teal-a_100);
  font-size: 10px !important;
}

.loader {
  position: fixed;
  z-index: 105;
  left: 0;
  height: 100vh;
  width: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.loader img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  object-position: center;
}
.loader_show, .loader_show ~ .overlay {
  opacity: 1;
  visibility: visible;
}
.loader ~ .modal::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1215686275);
  position: absolute;
  left: 0;
  z-index: 1;
  top: 0;
  border-radius: var(--border-radius--cards-a);
  visibility: hidden;
  opacity: 0;
  transition: all 0.22s ease-in-out;
}
.loader_show ~ .modal {
  pointer-events: none;
  filter: blur(2px);
}
.loader_show ~ .modal::before {
  visibility: visible;
  opacity: 1;
}

.overlay {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3137254902);
  backdrop-filter: blur(2px);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: all 0.22s ease-in-out;
}

.toastify {
  display: grid;
  grid-template-columns: auto 25px;
  align-items: baseline;
  font-size: 16px;
}

@media only screen and (max-width: 720px) {
  .toastify-left,
  .toastify-right {
    margin-left: 50px;
    margin-right: 50px;
    left: 0;
    right: 0;
    max-width: unset;
  }
}
@media screen and (max-width: 580px) {
  .toastify-left,
  .toastify-right {
    margin-left: 35px;
    margin-right: 35px;
  }
}
@media screen and (max-width: 480px) {
  .toastify-left,
  .toastify-right {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
  transition: all 0.22s ease-in-out;
}
.preloader_hide {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-100%);
}

.container {
  position: relative;
  margin: 0 auto;
  max-width: 1240px;
  width: calc(100% - 110px);
}
@media screen and (max-width: 720px) {
  .container {
    width: calc(100% - 74px);
  }
}
@media screen and (max-width: 480px) {
  .container {
    width: calc(100% - 20px);
  }
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: transparent;
  transition: background-color 0.9s ease, box-shadow 0.9s ease;
}
.header--default .header__logo-white {
  display: inline;
}
.header--default .header__logo-black {
  display: none;
}
.header--default .header__nav-list a {
  color: #fff;
}
.header--transparent {
  background: transparent;
}
.header--transparent .header__logo-white {
  display: none !important;
}
.header--transparent .header__logo-black {
  display: inline;
}
.header--transparent .header__nav-list {
  border-bottom: 1px solid rgba(0, 62, 73, 0.1);
}
.header--transparent .header__nav-list a {
  color: #003e49;
}
.header--transparent .header__nav-list a::before {
  background-color: #003e49;
}
.header--transparent .header__mobile {
  border: 1px solid #003e49;
}
.header--transparent .header__mobile .header__mob-bar {
  background-color: #003e49;
}
.header--transparent span.icons-menu {
  color: #003e49;
}
.header__submenu-bg {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100vw;
  height: 0;
  background: #e6f1f3;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
  z-index: -1;
}
@media (max-width: 960px) {
  .header__submenu-bg {
    top: 30%;
  }
}
.header--submenu-open {
  background: #e6f1f3;
}
.header--submenu-open .header__submenu-bg {
  opacity: 1;
}
.header--submenu-open .header__logo-black {
  display: inline;
}
.header--submenu-open .header__logo-white {
  display: none !important;
}
.header--submenu-open .header__nav-list {
  border-bottom: 1px solid rgba(0, 62, 73, 0.1);
}
.header--submenu-open .header__nav-list a {
  color: #003e49;
}
.header--submenu-open .header__nav-list .icons-menu {
  color: #003e49;
  font-size: 10px;
}
.header--submenu-open .header__nav-list .menu-item a {
  position: relative;
}
.header--submenu-open .header__nav-list .menu-item a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -13px;
  width: 0;
  height: 1px;
  background-color: #003e49;
  transition: width 0.3s ease;
}
.header--submenu-open .header__nav-list .menu-item a:hover::before {
  width: 100%;
}
.header--submenu-open .header__mobile {
  border: 1px solid #003e49;
}
.header--submenu-open .header__mobile .header__mob-bar {
  background-color: #003e49;
}
.header__logo {
  width: 135px;
  height: 56px;
  margin-right: auto;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (max-width: 1060px) {
  .header__logo {
    width: 115px;
    height: 48px;
  }
}
.header__logo-white {
  display: inline;
}
.header__logo-black {
  display: none;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0px;
  gap: 56px;
}
@media (max-width: 1150px) {
  .header__container {
    gap: 20px;
  }
}
@media (max-width: 920px) {
  .header__container {
    gap: 20px;
    padding: 20px 0px;
  }
}
.header__container.fixed {
  background: rgba(255, 255, 255, 0);
}
.header__nav-list {
  position: relative;
  display: flex;
  gap: 33px;
  align-items: center;
  padding: 12px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1803921569);
}
@media (max-width: 1280px) {
  .header__nav-list {
    gap: 20px;
  }
}
@media (max-width: 1150px) {
  .header__nav-list {
    gap: 16px;
  }
}
@media (max-width: 960px) {
  .header__nav-list {
    display: none;
  }
}
.header__nav-list a {
  color: var(--mt-color--white-a_100);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  transition: color 0.3s ease;
  position: relative;
}
.header__nav-list a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -13px;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: width 0.3s ease;
}
.header__nav-list a:hover::before {
  width: 100%;
}
@media (max-width: 1060px) {
  .header__nav-list a {
    font-size: 14px;
  }
}
.header__nav-list .sub-menu {
  display: flex;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.5s ease;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 100%;
  width: 100%;
  background: transparent;
  pointer-events: none;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 28px;
  padding: 40px 0px;
}
.header__nav-list .sub-menu .header__submenu-item {
  width: 180px;
}
.header__nav-list .sub-menu .header__submenu-item:hover .menu-link::before {
  width: 100%;
}
.header__nav-list .sub-menu .header__submenu-item .menu-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  transition: color 0.3s ease;
  position: relative;
}
.header__nav-list .sub-menu .header__submenu-item .menu-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 1px;
  background-color: #003e49;
  transition: width 0.3s ease;
}
.header__nav-list .sub-menu .header__submenu-item .menu-links::before {
  display: none;
}
.header__nav-list .sub-menu .header__submenu-item span.icons-link {
  font-size: 10px;
  color: #003e49;
  transform: rotate(328deg);
}
.header__nav-list .sub-menu .header__sub-menu-image {
  height: 100%;
  width: 100%;
  padding-bottom: 16px;
}
@media (max-width: 960px) {
  .header__nav-list .sub-menu .header__sub-menu-image {
    display: none;
  }
}
.header__nav-list .sub-menu .header__sub-menu-image img {
  object-fit: cover;
  height: 150px;
}
.header__nav-list .menu-item {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.header__nav-list .menu-item--open .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.header__nav-list .menu-item .icons-menu {
  font-size: 10px;
}
.header__nav-list-mob {
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 24px 0px;
  flex-direction: column;
  align-items: flex-start;
}
.header__nav-list-mob .header__sub-menu-image {
  display: none;
}
.header__nav-list-mob a {
  color: #003e49;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  transition: color 0.3s ease;
  position: relative;
  padding: 10px 0px;
}
.header__nav-list-mob .menu-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  cursor: pointer;
  flex-direction: column;
  width: 100%;
  cursor: pointer;
  position: relative;
}
.header__nav-list-mob .menu-item .header__submenu-item {
  width: 100%;
}
.header__nav-list-mob .menu-item--open .sub-menu {
  display: flex;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.header__nav-list-mob .menu-item .icons-menu {
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 16px;
  color: #003e49;
}
.header__nav-list-mob .sub-menu {
  display: flex;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.5s ease;
  pointer-events: none;
  left: 0;
  top: 100%;
  width: 100%;
  background: transparent;
  pointer-events: none;
  flex-direction: column;
  gap: 2px;
  display: none;
}
.header__nav-list-mob .sub-menu .header__submenu-item .menu-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  transition: color 0.3s ease;
}
.header__nav-list-mob .sub-menu .header__submenu-item span.icons-link {
  font-size: 10px;
  color: #003e49;
  transform: rotate(328deg);
}
.header__label {
  position: relative;
  display: inline-block;
  line-height: 1;
  overflow: hidden;
}
.header__link {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 24px;
  border-radius: 8px;
  border-radius: 55px;
  background: var(--mt-color--tiffany-a_100);
}
@media (max-width: 1060px) {
  .header__link {
    padding: 14px 22px;
  }
}
@media (max-width: 960px) {
  .header__link {
    display: none;
  }
}
.header__link span {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  color: var(--mt-color--teal-a_100);
}
@media (max-width: 1060px) {
  .header__link span {
    font-size: 14px;
  }
}
.header__link-icon {
  display: inline-block;
  transition: transform 0.4s ease;
  color: var(--mt-color--teal-a_100);
  font-size: 10px !important;
}
.header__link-btn {
  display: block;
  transition: transform 0.4s ease;
  width: 100%;
}
.header__link-btn-duplicate {
  position: absolute;
  top: 100%;
  text-align: center;
  transition: transform 0.4s ease;
}
.header__link:hover .header__link-btn {
  transform: translateY(-100%);
}
.header__link:hover .header__link-btn-duplicate {
  transform: translateY(-100%);
}
.header__link:hover .header__link-icon {
  transform: translateX(4px);
}
.header__mobile {
  display: none;
}
@media (max-width: 960px) {
  .header__mobile {
    display: block;
    border-radius: 4px;
    border: 1px solid #fff;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    z-index: 2;
  }
}
.header__mobile-bg {
  position: fixed;
  top: 86px;
  right: 0%;
  width: 100%;
  height: fit-content;
  background: #e6f1f3;
  backdrop-filter: blur(25px);
  transform: translateX(130%);
  transition: transform 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 1;
  height: 100vh;
}
.header__mobile.open .header__mobile-bg {
  transform: translateX(0);
}
.header__mob {
  width: 100%;
  height: 100%;
}
.header__mob-bar {
  position: absolute;
  width: 13px;
  height: 1px;
  background-color: white;
  left: 6px;
  border-radius: 10px;
  transition: all 0.2s ease;
  left: 0;
  right: 0;
  margin: auto;
}
.header__mob-bar:nth-child(1) {
  top: 19px;
  transform: rotate(0deg) translate(0, 0);
}
.header__mob-bar:nth-child(2) {
  top: 23px;
  right: 0px;
}
.header__mob-bar:nth-child(3) {
  top: 27px;
  transform: rotate(0deg) translate(0, 0);
}
.header__mob.open .header__mob-bar:nth-child(1) {
  transform: rotate(46deg);
  transition: transform 0.5s ease;
  left: 0px;
  top: 23px;
}
.header__mob.open .header__mob-bar:nth-child(2) {
  transform: rotate(-45deg);
  transition: transform 0.5s ease;
  width: 14px;
  right: 0px;
}
.header__mob.open .header__mob-bar:nth-child(3) {
  display: none;
}

body.menu-open {
  overflow: hidden;
}

.footer {
  padding: 60px 0px 10px;
  background: #002a34;
  margin: 0px 8px 12px;
  border-radius: 5px;
}
.footer__main {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-start;
  padding-bottom: 40px;
}
@media (max-width: 860px) {
  .footer__main {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .footer__main {
    padding-bottom: 30px;
  }
}
.footer__information {
  width: 34%;
}
@media (max-width: 1024px) {
  .footer__information {
    width: 40%;
  }
}
@media (max-width: 860px) {
  .footer__information {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .footer__information {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.footer__logo {
  width: 134px;
  height: 56px;
  display: block;
}
.footer__title {
  color: #fff;
  font-size: 42px;
  font-weight: 500;
  line-height: 110%;
  padding-top: 30px;
}
@media (max-width: 1310px) {
  .footer__title {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  .footer__title {
    font-size: 32px;
  }
}
@media (max-width: 1060px) {
  .footer__title {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .footer__title {
    font-size: 26px;
    text-align: center;
  }
}
.footer__contact {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer__contact-item {
  display: flex;
  gap: 8px;
  align-items: center;
}
.footer__contact-icon {
  width: 16px;
  height: 16px;
}
.footer__contact-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.footer__contact a {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  position: relative;
}
.footer__contact a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: width 0.3s ease;
}
.footer__contact a:hover::before {
  width: 100%;
}
.footer__menu {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 480px) {
  .footer__menu {
    align-items: center;
    width: 100%;
  }
}
.footer__nav {
  display: flex;
  gap: 70px;
}
@media (max-width: 1280px) {
  .footer__nav {
    gap: 30px;
  }
}
@media (max-width: 860px) {
  .footer__nav {
    gap: 80px;
  }
}
@media (max-width: 580px) {
  .footer__nav {
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .footer__nav {
    flex-direction: column;
    align-items: center;
  }
}
.footer__column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 480px) {
  .footer__column {
    align-items: center;
  }
}
.footer__column-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.footer__column-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 480px) {
  .footer__column-list {
    align-items: center;
  }
}
.footer__column-list a {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  position: relative;
  padding: 4px 0px;
}
.footer__column-list a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: width 0.3s ease;
}
.footer__column-list a:hover::before {
  width: 100%;
}
.footer__gallery {
  display: flex;
  gap: 24px;
}
@media (max-width: 480px) {
  .footer__gallery {
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer__gallery-item {
  width: fit-content;
  height: 44px;
}
@media (max-width: 480px) {
  .footer__gallery-item {
    height: 36px;
  }
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 24px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2745098039);
  border-top: 1px solid rgba(255, 255, 255, 0.2745098039);
}
@media (max-width: 1280px) {
  .footer__bottom {
    gap: 12px;
  }
}
@media (max-width: 1060px) {
  .footer__bottom {
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px;
  }
}
@media (max-width: 480px) {
  .footer__bottom {
    flex-direction: column;
    gap: 14px;
  }
}
.footer__bottom-copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
@media (max-width: 480px) {
  .footer__bottom-copyright {
    text-align: center;
  }
}
.footer__bottom-nav-list {
  display: flex;
  gap: 24px;
}
@media (max-width: 1280px) {
  .footer__bottom-nav-list {
    gap: 12px;
  }
}
@media (max-width: 480px) {
  .footer__bottom-nav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer__bottom-nav-list a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  position: relative;
  padding: 4px 0px;
}
.footer__bottom-nav-list a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0.5px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: width 0.3s ease;
}
.footer__bottom-nav-list a:hover::before {
  width: 100%;
}
.footer__bottom-social {
  display: flex;
  gap: 8px;
}
.footer__bottom-social-link {
  width: 32px;
  height: 32px;
  position: relative;
  transition: transform 0.6s ease;
}
.footer__bottom-social-link:hover {
  transform: scale(1.08);
}
.footer__bottom-logo {
  width: 149px;
  height: 14px;
  position: relative;
  transition: transform 0.6s ease;
}
.footer__bottom-logo:hover {
  transform: scale(1.08);
}

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
* {
  margin: 0;
  padding: 0;
  color: #fff;
  box-sizing: border-box;
  touch-action: manipulation;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
  width: 4px;
  position: absolute;
  right: 0;
  border-radius: 5px;
  top: 0;
  background-color: rgba(0, 62, 73, 0.5254901961);
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #002a34;
}

main {
  flex-grow: 1;
}

.scroll-disabled {
  overflow: hidden;
}

img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}

p {
  white-space: normal;
}

.has-transparent-header {
  background-color: #fff;
}

.single-post__body {
  opacity: 0;
}
.single-post__body__container {
  display: flex;
  gap: 150px;
  position: relative;
  padding: 70px 0px 40px;
}
@media (max-width: 1280px) {
  .single-post__body__container {
    gap: 80px;
  }
}
@media (max-width: 1024px) {
  .single-post__body__container {
    gap: 40px;
    padding: 50px 0px 40px;
  }
}
@media (max-width: 768px) {
  .single-post__body__container {
    padding: 40px 0px 40px;
    gap: 10px;
    flex-direction: column;
  }
}
.single-post__body--with-padding {
  padding-top: 80px;
}
.single-post__content {
  padding-left: 150px;
}
@media (max-width: 1280px) {
  .single-post__content {
    padding-left: 90px;
  }
}
@media (max-width: 1024px) {
  .single-post__content {
    padding-left: 0px;
  }
}
.single-post__content ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 0px;
}
.single-post__content ol {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 0px;
}
.single-post__content li {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 155%;
  position: relative;
  padding-left: 10px;
}
.single-post__content li::before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 12px;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0px;
  border-radius: 50%;
}
.single-post__content li strong {
  color: #000;
}
.single-post__content p strong {
  color: #000;
}
.single-post__share {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 42px;
  height: 100%;
  position: sticky;
  top: 0;
}
@media (max-width: 768px) {
  .single-post__share {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
  }
}
.single-post__share__title {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  .single-post__share__title {
    font-size: 14px;
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .single-post__share__title {
    padding-bottom: 12px;
  }
}
.single-post__share-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1024px) {
  .single-post__share-list {
    gap: 18px;
  }
}
@media (max-width: 768px) {
  .single-post__share-list {
    flex-direction: row;
    gap: 12px;
  }
}
.single-post__share-link {
  width: 32px;
  height: 32px;
  position: relative;
  display: block;
  cursor: pointer;
  transition: transform 0.6s ease;
}
@media (max-width: 1024px) {
  .single-post__share-link {
    width: 26px;
    height: 26px;
  }
}
.single-post__share-link:hover {
  transform: scale(1.1);
}

.single-post__hero {
  padding-top: 85px;
  margin: 0px 8px;
  border-radius: 0px 0px 10px 10px;
  opacity: 0;
}
.single-post__hero-img {
  width: 100%;
  height: 650px;
  overflow: hidden;
  border-radius: 5px;
}
.single-post__hero-img img {
  object-fit: cover;
}
@media (max-width: 1440px) {
  .single-post__hero-img {
    height: 550px;
  }
}
@media (max-width: 1280px) {
  .single-post__hero-img {
    height: 500px;
  }
}
@media (max-width: 1024px) {
  .single-post__hero-img {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .single-post__hero-img {
    height: 400px;
  }
}

.sp-text {
  padding-bottom: 42px;
}
@media (max-width: 1024px) {
  .sp-text {
    padding-bottom: 32px;
  }
}
.sp-text__title {
  color: #00131c;
  font-size: 42px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  padding-bottom: 16px;
}
@media (max-width: 1280px) {
  .sp-text__title {
    font-size: 38px;
  }
}
@media (max-width: 1024px) {
  .sp-text__title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .sp-text__title {
    font-size: 28px;
  }
}
.sp-text__content p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 155%;
}
@media (max-width: 768px) {
  .sp-text__content p {
    font-size: 14px;
  }
}
.sp-text__content p strong {
  color: #000;
}
.sp-text__content p a {
  color: var(--2, color(display-p3 0.4784 0.3255 0.5922));
  position: relative;
}
.sp-text__content p a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.5px;
  background-color: var(--2, color(display-p3 0.4784 0.3255 0.5922));
  transition: width 0.3s ease;
}
.sp-text__content p a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.sp-text__content p a:hover::before {
  width: 0%;
}
.sp-text__content ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 0px;
}
.sp-text__content ol {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 0px;
}
.sp-text__content li {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 155%;
  position: relative;
  padding-left: 10px;
}
.sp-text__content li::before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 12px;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0px;
  border-radius: 50%;
}
.sp-text__content li strong {
  color: #000;
}

.full_image {
  padding-bottom: 42px;
}
@media (max-width: 1024px) {
  .full_image {
    padding-bottom: 32px;
  }
}
.full_image__img {
  width: 100%;
  height: 400px;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .full_image__img {
    height: 300px;
  }
}
.full_image__img img {
  object-fit: cover;
}

.title_list {
  padding-bottom: 42px;
}
@media (max-width: 1024px) {
  .title_list {
    padding-bottom: 32px;
  }
}
.title_list-title {
  color: #00131c;
  font-size: 24px;
  font-weight: 600;
  line-height: 155%;
  text-transform: uppercase;
  padding-bottom: 16px;
}
@media (max-width: 1024px) {
  .title_list-title {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .title_list-title {
    font-size: 18px;
  }
}
.title_list-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 768px) {
  .title_list-list {
    gap: 10px;
  }
}
.title_list-item-head {
  display: flex;
  gap: 8px;
  align-items: flex-end;
}
.title_list-item-num {
  color: #00131c;
  font-family: "Barlow Semi Condensed";
  font-size: 18px;
  font-weight: 600;
  line-height: 155%;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .title_list-item-num {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .title_list-item-num {
    font-size: 14px;
  }
}
.title_list-item-title {
  color: #00131c;
  font-family: "Barlow Semi Condensed";
  font-size: 18px;
  font-weight: 600;
  line-height: 155%;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .title_list-item-title {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .title_list-item-title {
    font-size: 14px;
  }
}
.title_list-item-text {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  line-height: 155%;
}

.cta_block {
  padding-bottom: 42px;
}
@media (max-width: 1024px) {
  .cta_block {
    padding-bottom: 32px;
  }
}
.cta_block__main {
  background: linear-gradient(159deg, #002a34 36.6%, #05151a 98.39%), #e6f1f3;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
}
@media (max-width: 768px) {
  .cta_block__main {
    padding: 10px 20px;
  }
}
@media (max-width: 430px) {
  .cta_block__main {
    padding: 8px 16px;
  }
}
.cta_block__main-icon {
  width: 33px;
  height: 32px;
}
@media (max-width: 768px) {
  .cta_block__main-icon {
    width: 26px;
    height: 26px;
  }
}
.cta_block__main-text p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 155%;
  transition: width 0.3s ease;
  text-align: center;
}
@media (max-width: 768px) {
  .cta_block__main-text p {
    font-size: 14px;
  }
}
.cta_block__main-text p a {
  color: color(display-p3 1 1 1);
  position: relative;
  transition: width 0.3s ease;
}
.cta_block__main-text p a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.5px;
  background-color: white;
  transition: width 0.3s ease;
}
.cta_block__main-text p a:hover {
  color: white;
}
.cta_block__main-text p a:hover::before {
  width: 0%;
}
.cta_block__cta-one {
  position: absolute;
  left: 0;
  width: fit-content;
  height: fit-content;
  bottom: 0;
}
@media (max-width: 768px) {
  .cta_block__cta-one {
    opacity: 0.3;
  }
}
@media (max-width: 430px) {
  .cta_block__cta-one {
    padding: 8px 16px;
  }
}
.cta_block__cta-two {
  position: absolute;
  right: 0;
  width: fit-content;
  height: fit-content;
  top: 0;
}
@media (max-width: 768px) {
  .cta_block__cta-two {
    opacity: 0.3;
  }
}
@media (max-width: 430px) {
  .cta_block__cta-two {
    display: none;
  }
}

.tools_list {
  padding-bottom: 42px;
}
@media (max-width: 1024px) {
  .tools_list {
    padding-bottom: 32px;
  }
}
.tools_list-title {
  color: #00131c;
  font-size: 24px;
  font-weight: 600;
  line-height: 155%;
  text-transform: uppercase;
  padding-bottom: 16px;
}
@media (max-width: 1024px) {
  .tools_list-title {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .tools_list-title {
    font-size: 18px;
  }
}
.tools_list-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 768px) {
  .tools_list-list {
    gap: 10px;
  }
}
.tools_list-item {
  display: flex;
  gap: 16px;
}
@media (max-width: 768px) {
  .tools_list-item {
    gap: 10px;
  }
}
.tools_list-item svg {
  width: 12px;
  height: 12px;
  margin-top: 6px;
}
.tools_list-text {
  width: 95%;
}
.tools_list-text p {
  color: color(display-p3 0 0 0 / 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 155%;
}
@media (max-width: 768px) {
  .tools_list-text p {
    font-size: 14px;
  }
}
.tools_list-text p strong {
  color: #002a34;
  font-weight: 600;
  line-height: 155%;
}

.downloadable_report {
  padding-bottom: 42px;
}
@media (max-width: 1024px) {
  .downloadable_report {
    padding-bottom: 32px;
  }
}
.downloadable_report-main {
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .downloadable_report-main {
    height: 300px;
  }
}
.downloadable_report-main img {
  object-fit: cover;
}
.downloadable_report__image {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}
.downloadable_report__button {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
  padding: 20px 30px;
}
@media (max-width: 768px) {
  .downloadable_report__button {
    padding: 12px 20px;
  }
}
.downloadable_report__btn {
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
  align-items: center;
  padding: 16px 24px;
  border-radius: 55px;
  background: #003e49;
  position: relative;
  overflow: hidden;
  width: fit-content;
  height: fit-content;
  cursor: pointer;
  transition: background 0.3s ease;
}
@media (max-width: 768px) {
  .downloadable_report__btn {
    padding: 14px 20px;
  }
}
.downloadable_report__btn svg {
  transition: transform 0.3s ease;
}
.downloadable_report__btn:hover svg {
  transform: scale(1.1);
}
.downloadable_report__btn:hover .downloadable_report__link-text {
  transform: translateY(-100%);
}
.downloadable_report__btn:hover .downloadable_report__link-text-duplicate {
  transform: translateY(-100%);
}
.downloadable_report__btn-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.downloadable_report__link-text, .downloadable_report__link-text-duplicate {
  transition: transform 0.4s ease;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}
@media (max-width: 768px) {
  .downloadable_report__link-text, .downloadable_report__link-text-duplicate {
    font-size: 14px;
  }
}
.downloadable_report__link-text-duplicate {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  transition: transform 0.4s ease;
}

.title-block_text {
  padding-bottom: 42px;
}
@media (max-width: 1024px) {
  .title-block_text {
    padding-bottom: 32px;
  }
}
.title-block_text__title {
  color: #00131c;
  font-size: 24px;
  font-weight: 600;
  line-height: 155%;
  text-transform: uppercase;
  padding-bottom: 16px;
}
@media (max-width: 1024px) {
  .title-block_text__title {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .title-block_text__title {
    font-size: 18px;
  }
}
.title-block_text__content p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 155%;
  padding-bottom: 16px;
}
.title-block_text__content p:last-child {
  padding-bottom: 0px;
}
@media (max-width: 768px) {
  .title-block_text__content p {
    font-size: 14px;
    padding-bottom: 10px;
  }
}
.title-block_text__content p b,
.title-block_text__content p strong {
  color: #000;
}
.title-block_text__content p a {
  color: var(--2, color(display-p3 0.4784 0.3255 0.5922));
  position: relative;
}
.title-block_text__content p a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.5px;
  background-color: var(--2, color(display-p3 0.4784 0.3255 0.5922));
  transition: width 0.3s ease;
}
.title-block_text__content p a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.title-block_text__content p a:hover::before {
  width: 0%;
}
.title-block_text__content ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 0px;
}
.title-block_text__content ol {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 0px;
}
.title-block_text__content li {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 155%;
  position: relative;
  padding-left: 10px;
}
.title-block_text__content li::before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 12px;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0px;
  border-radius: 50%;
}
.title-block_text__content li strong {
  color: #000;
}

.video {
  height: 500px;
  width: 100%;
}
@media (max-width: 1280px) {
  .video {
    height: 450px;
  }
}
@media (max-width: 1024px) {
  .video {
    height: 430px;
  }
}
@media (max-width: 768px) {
  .video {
    height: 400px;
  }
}
@media (max-width: 430px) {
  .video {
    height: 340px;
  }
}
.video iframe {
  height: 100%;
  width: 100%;
  border-radius: 12px;
}
.video-embed {
  height: 100%;
  width: 100%;
}
.video-player {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-post__more {
  opacity: 0;
}
.single-post__more-title {
  color: #000;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}
.single-post__more-grid {
  display: flex;
  transition: opacity 0.2s ease;
  opacity: 1;
  padding: 24px 0 50px;
}
.single-post__more-grid .swiper-wrapper {
  gap: 16px;
}
@media (max-width: 1050px) {
  .single-post__more-grid .swiper-wrapper {
    gap: 0px;
  }
}
.single-post__more-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 24px;
}
.single-post__more-card {
  width: 24%;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.4s ease;
}
@media (max-width: 1315px) {
  .single-post__more-card {
    width: 23%;
  }
}
@media (max-width: 1050px) {
  .single-post__more-card {
    width: 48%;
  }
}
@media (max-width: 568px) {
  .single-post__more-card {
    width: 100%;
    border-radius: 0px;
  }
}
.single-post__more-card:hover {
  border-radius: 40px 40px 5px 5px;
}
.single-post__more-card:hover .single-post__more-thumb {
  filter: none;
}
.single-post__more-thumb {
  height: 320px;
  width: 100%;
  overflow: hidden;
  filter: grayscale(100%);
  transition: all 0.4s ease;
}
@media (max-width: 1280px) {
  .single-post__more-thumb {
    height: 280px;
  }
}
@media (max-width: 1050px) {
  .single-post__more-thumb {
    height: 420px;
  }
}
@media (max-width: 900px) {
  .single-post__more-thumb {
    height: 390px;
  }
}
@media (max-width: 768px) {
  .single-post__more-thumb {
    height: 340px;
  }
}
@media (max-width: 568px) {
  .single-post__more-thumb {
    height: 420px;
    border-radius: 8px;
  }
}
@media (max-width: 438px) {
  .single-post__more-thumb {
    height: 280px;
  }
}
.single-post__more-thumb img {
  object-fit: cover;
}
.single-post__more-cat {
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}
.single-post__more-heading {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1280px) {
  .single-post__more-heading {
    font-size: 21px;
  }
}
@media (max-width: 1024px) {
  .single-post__more-heading {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .single-post__more-heading {
    font-size: 18px;
  }
}

body.popup-open {
  overflow: hidden;
}

.gated-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gated-popup__overlay {
  position: absolute;
  inset: 0;
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.4);
}
.gated-popup__modal {
  z-index: 2;
  background: #e6f1f3;
  border-radius: 5px;
  padding: 64px 130px;
  max-width: 690px;
  width: 100%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  position: relative;
  height: fit-content;
}
@media (max-width: 1024px) {
  .gated-popup__modal {
    max-width: 560px;
    padding: 50px 80px;
  }
}
@media (max-width: 768px) {
  .gated-popup__modal {
    padding: 30px 50px;
  }
}
@media (max-width: 580px) {
  .gated-popup__modal {
    max-width: 90%;
  }
}
@media (max-width: 480px) {
  .gated-popup__modal {
    padding: 30px 20px;
  }
}
.gated-popup__main {
  margin-bottom: 14px;
  position: relative;
}
.gated-popup__name_section {
  color: #002a34;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
  position: absolute;
  margin-top: 8px;
}
@media (max-width: 1190px) {
  .gated-popup__name_section {
    font-size: 12px;
  }
}
@media (max-width: 830px) {
  .gated-popup__name_section {
    position: relative;
    font-size: 14px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;
  }
}
.gated-popup__title {
  color: #002a34;
  font-size: 42px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  text-indent: 3em;
}
@media (max-width: 1024px) {
  .gated-popup__title {
    font-size: 36px;
  }
}
@media (max-width: 830px) {
  .gated-popup__title {
    font-size: 32px;
    text-indent: 0em;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .gated-popup__title {
    font-size: 26px;
  }
}
.gated-popup__text {
  color: #003e49;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  padding-bottom: 32px;
}
@media (max-width: 1024px) {
  .gated-popup__text {
    font-size: 16px;
    padding-bottom: 20px;
  }
}
@media (max-width: 830px) {
  .gated-popup__text {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .gated-popup__text {
    font-size: 14px;
    padding-bottom: 16px;
  }
}
.gated-popup__title_form {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Barlow Semi Condensed";
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (max-width: 1024px) {
  .gated-popup__title_form {
    font-size: 14px;
  }
}
@media (max-width: 830px) {
  .gated-popup__title_form {
    text-align: center;
  }
}
.gated-popup__form {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 830px) {
  .gated-popup__form {
    gap: 12px;
    align-items: center;
  }
}
.gated-popup__input {
  padding: 12px 0px;
  font-size: 16px;
  border: none;
  width: 100%;
  font-family: inherit;
  outline: none;
  transition: border 0.3s ease;
  background: none;
  border-bottom: 1px solid rgba(0, 62, 73, 0.3);
  color: #003e49;
}
.gated-popup__input:focus {
  border-color: #003e49;
}
.gated-popup__input::placeholder {
  color: #003e49;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 768px) {
  .gated-popup__input::placeholder {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .gated-popup__input {
    font-size: 14px;
    width: 80%;
  }
}
@media (max-width: 430px) {
  .gated-popup__input {
    width: 100%;
  }
}
.gated-popup__submit {
  cursor: pointer;
  padding: 14px 24px 16px;
  border-radius: 55px;
  border: 1px solid #003e49;
  background: #003e49;
  color: #e6f1f3;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  transition: all 0.4s ease;
  width: fit-content;
}
@media (max-width: 1280px) {
  .gated-popup__submit {
    padding: 12px 24px 14px;
    font-size: 14px;
  }
}
.gated-popup__submit:hover {
  background: rgba(230, 241, 243, 0);
  color: #003e49;
  border: 1px solid #003e49;
}
@media (max-width: 430px) {
  .gated-popup__submit {
    width: 100%;
  }
}
.gated-popup__error {
  font-size: 12px;
  color: red;
  margin-top: 8px;
  display: none;
}