:root {
  --grey: #EEEFEF;
  --white: #FFFFFF;
  --header-bottom-height: 3.75rem;
  --accent-color: #58C5C7;
  --decoration-color: #F34A7F;
  --primary-color: rgb(14, 56, 94);
  --secondary-color: #0C3051;
  --header-height: calc(var(--header-top-height) + var(--header-bottom-height));
  --header-top-height: 2.5rem;
}

@media (max-width: 1280px) {
  :root {
    --header-bottom-height: 6.25rem;
  }
}

/*
--------------------------------------------
Include Fonts
---------------------------------------------
*/
@font-face {
  font-family: 'Fb Reforma';
  src: url('../Fonts/FbReforma-Regular.woff2') format('woff2'),
  url('../Fonts/FbReforma-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fb Reforma';
  src: url('../Fonts/FbReforma-Light.woff2') format('woff2'),
  url('../Fonts/FbReforma-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fb Reforma';
  src: url('../Fonts/FbReforma-Medium.woff2') format('woff2'),
  url('../Fonts/FbReforma-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fb Reforma';
  src: url('../Fonts/FbReforma-Medium.woff2') format('woff2'),
  url('../Fonts/FbReforma-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fb Reforma';
  src: url('../Fonts/FbReforma-Regular.woff2') format('woff2'),
  url('../Fonts/FbReforma-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fb Reforma';
  src: url('../Fonts/FbReforma-Light.woff2') format('woff2'),
  url('../Fonts/FbReforma-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Heebo';
  src: url('../Fonts/Heebo-Medium.woff2') format('woff2'),
  url('../Fonts/Heebo-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Heebo';
  src: url('../Fonts/Heebo-Regular.woff2') format('woff2'),
  url('../Fonts/Heebo-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Heebo';
  src: url('../Fonts/Heebo-Bold.woff2') format('woff2'),
  url('../Fonts/Heebo-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Heebo';
  src: url('../Fonts/Heebo-Light.woff2') format('woff2'),
  url('../Fonts/Heebo-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Assistant';
  src: url('../Fonts/Assistant-Medium.woff2') format('woff2'),
  url('../Fonts/Assistant-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Assistant';
  src: url('../Fonts/Assistant-Bold.woff2') format('woff2'),
  url('../Fonts/Assistant-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Assistant';
  src: url('../Fonts/Assistant-Regular.woff2') format('woff2'),
  url('../Fonts/Assistant-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Assistant';
  src: url('../Fonts/Assistant-Light.woff2') format('woff2'),
  url('../Fonts/Assistant-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bahnschrift';
  src: url('../Fonts/Bahnschrift.woff2') format('woff2'),
  url('../Fonts/Bahnschrift.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*
--------------------------------------------
Base styles
---------------------------------------------
*/
html {
  font-size: 16px;
  height: -webkit-fill-available;
  line-height: 1.4;
}

body {
  background: var(--white);
  color: var(--primary-color);
  font-family: 'Fb Reforma', sans-serif;
  min-height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
}

[dir="ltr"] body {
  font-family: "Heebo", sans-serif;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

button,
textarea,
input,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

@media (max-width: 1200px) {
  *[tabindex]:focus {
    outline: none !important;
  }
}

/*
--------------------------------------------
Helper classes
--------------------------------------------
*/

.hidden,
[hidden] {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

button, input[type="submit"] {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

.is-gray {
  background-color: #EEEFEF;
}

.section-padding-sm {
  padding-bottom: 3.313rem;
  padding-top: 3.313rem;
}

.section-padding {
  padding-bottom: 5rem;
  padding-top: 5rem;
}

.section-padding-l {
  padding-bottom: 7.5rem;
  padding-top: 7.5rem;
}

.section-padding-xl {
  padding-bottom: 9.375rem;
  padding-top: 9.375rem;
}

.section-title {
  color: var(--primary-color);
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 3.875rem;
  margin: 0 0 4.25rem 0;
  text-align: center;
}

.section-description {
  color: var(--primary-color);
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.563rem;
  margin-bottom: 3.125rem;
  margin-top: 0;
  text-align: center;
}

@media (max-width: 1440px) {
  .section-padding {
    padding-bottom: 4.313rem;
    padding-top: 4.313rem;
  }

  .section-padding-l {
    padding-bottom: 6.5rem;
    padding-top: 6.5rem;
  }

  .section-padding-xl {
    padding-bottom: 8.375rem;
    padding-top: 8.375rem;
  }

  .section-title {
    font-size: 2rem;
    line-height: 3.375rem;
    margin: 0 0 2.5rem 0;
  }
}

@media (max-width: 1400px) {
  .section-padding-xl {
    padding-bottom: 5.375rem;
    padding-top: 5.375rem;
  }
}

@media (max-width: 768px) {
  .section-padding {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }

  .section-padding-l {
    padding-bottom: 4.5rem;
    padding-top: 4.5rem;
  }

  .section-padding-xl {
    padding-bottom: 5.375rem;
    padding-top: 5.375rem;
  }

  .section-title {
    font-size: 1.375rem;
    line-height: 1.8rem;
    text-align: center;
    width: 100%;
  }

  .section-description {
    text-align: center;
    width: 100%;
  }
}

/*------------------------------------------------
Buttons
 ------------------------------------------------*/
.btn {
  align-items: center;
  background: var(--white);
  border: 0.094rem solid var(--primary-color);
  color: var(--primary-color);
  display: inline-flex;
  font-weight: 500;
  justify-content: center;
  line-height: 1;
  padding: 0;
  text-align: center;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}

.btn-small {
  border-radius: 1.275rem;
  font-size: 0.938rem;
  min-height: 32px;
  min-width: 6.875rem;
  padding: 0.375rem 1rem 0.338rem;
}

.btn-large {
  border-radius: 1.625rem;
  font-size: 1.125rem;
  min-height: 50px;
  min-width: 11.375rem;
  padding: 0.7rem 2.625rem 0.6rem;
}

.btn-filled {
  background: var(--primary-color);
  color: #EEEFEF;
}

.btn-accent {
  background: var(--accent-color);
  color: var(--primary-color);
}

.btn-outlined {
  border: 0.13rem solid var(--primary-color);
}

.btn-outlined-white {
  background: var(--primary-color);
  border: 0.13rem solid var(--white);
  color: var(--white);
}

.btn:hover {
  background: #DCE1E7;
  color: var(--primary-color);
}

.btn-outlined:active,
.btn-outlined:focus {
  background: var(--primary-color);
  color: #ffffff;
}

.btn-filled:active,
.btn-filled:focus {
  background: #ECEFF7;
  color: var(--primary-color);
}

.form-item .btn:disabled {
  opacity: 0.2;
  pointer-events: none;
}

.error-message {
  color: #E7403B;
  font-family: "Heebo", sans-serif;
  font-size: 1.063rem;
  font-weight: 500;
  line-height: 1.375rem;
  padding-right: 1.875rem;
  position: relative;
}

.is-ltr .error-message {
  padding-left: 1.875rem;
  padding-right: 0;
}

.error-message::before {
  align-items: center;
  background-color: #E7403B;
  border-radius: 50%;
  color: #FFFFFF;
  content: '!';
  display: inline-flex;
  font-size: 0.938rem;
  font-weight: bold;
  height: 1.313rem;
  justify-content: center;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 1.313rem;
}

.is-ltr .error-message::before {
  left: 0;
  right: unset;
}

.form-item.is-error label {
  color: #E7403B !important;
}

.form-item.is-error input,
.form-item.is-error select,
.form-item.is-error textarea {
  border: 1px solid #E7403B !important;
}

.form-item.is-error input::placeholder,
.form-item.is-error select::placeholder,
.form-item.is-error textarea::placeholder {
  color: #E7403B
}

.form-item.is-error input::-moz-placeholder,
.form-item.is-error select::-moz-placeholder,
.form-item.is-error textarea::-moz-placeholder {
  color: #E7403B
}

.form-item.is-error input::-ms-input-placeholder,
.form-item.is-error select::-ms-input-placeholder,
.form-item.is-error textarea::-ms-input-placeholder {
  color: #E7403B
}

.form-item.is-error input::-moz-placeholder,
.form-item.is-error select::-moz-placeholder,
.form-item.is-error textarea::-moz-placeholder {
  color: #E7403B
}

.form-checkbox {
  margin-top: 0.7rem;
}

.form-checkbox label {
  color: #FFFFFF;
  cursor: pointer;
  display: flex;
  font-family: "Heebo", sans-serif;
  font-size: 0.938rem;
  font-weight: 500;
  line-height: 1.25rem;
  padding-right: 2.063rem;
  position: relative;
}

.is-ltr .form-checkbox label {
  padding-left: 2.063rem;
  padding-right: 0;
}

.form-checkbox label:before {
  border: 1px solid #979797;
  content: '';
  height: 1.25rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 1.25rem;
}

.is-ltr .form-checkbox label:before {
  left: 0;
  right: unset;
}

.form-checkbox input:focus-visible ~ label:before {
  border-color: var(--accent-color);
}

.form-checkbox input:checked ~ label:before {
  background: url('../Images/checkbox.svg') no-repeat center / 10px;
  border-color: var(--accent-color);
}

@media (max-width: 1440px) {
  .btn-large {
    min-width: 10rem;
    padding: 0.675rem 2.125rem 0.675rem;
  }
}

@media (max-width: 992px) {
  .btn-large {
    min-height: 52px;
    min-width: 8.75rem;
    padding: 0.55rem 1.8rem 0.5rem;
  }
}

/*------------------------------------------------
Header
 ------------------------------------------------*/
.site-header {
  background: var(--primary-color);
  color: var(--white);
  position: relative;
  width: 100%;
  z-index: 1000;
}

body.is-scrolled {
  padding-top: 60px;
}

body.is-scrolled .site-header {
  left: 0;
  position: fixed;
  top: 0;
}

body.is-scrolled .site-header .header__top {
  display: none;
}

.header__top {
  background: var(--secondary-color);
  height: var(--header-top-height);
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.header__top-left,
.header__top-right {
  align-items: center;
  display: flex;
  height: 100%;
}

.header__top-left {
  justify-content: flex-end;
}

.top-bar-menu .menu__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-bar-menu .list-item a:focus,
.top-bar-menu .list-item a:hover {
  color: #D8D8D8;
}

.top-bar-menu .list-item {
  padding: 0.625rem 1.188rem;
  position: relative;
}

.top-bar-menu a {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.375rem;
  position: relative;
  transition: all 0.2s;
}

.top-bar-menu a.is-number {
  font-size: 1.25rem;
  font-weight: 400;
}

.top-bar-menu a .star-sign {
  font-size: 1.25rem;
  height: 100%;
  left: -1rem;
  padding-right: 0.188rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.top-bar-menu .divider {
  align-items: center;
  bottom: 0;
  color: var(--white);
  display: flex;
  font-weight: 300;
  position: absolute;
  right: -1px;
  top: 0;
}

.is-ltr .top-bar-menu .divider {
  left: -1px;
  right: unset;
}

.header__main {
  background-color: var(--primary-color);
  box-shadow: 0 2px 4px 0 rgba(27, 9, 95, 0.1);
  height: var(--header-bottom-height);
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.header__main-menu {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}

.header__main-menu .menu-list {
  align-items: center;
  display: flex;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__main-menu .list-item {
  height: 100%;
}

.header__main-menu .list-item > a {
  display: block;
  height: 100%;
  padding-top: 1.125rem;
  position: relative;
  transition: all 0.3s ease;
}

.header__main-menu .list-item > a:before {
  border-top: 3px solid var(--accent-color);
  content: '';
  left: 0;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 95%;
  transition: opacity 0.3s ease;
  width: 70%;
}

.header__main-menu .list-item:hover > a,
.header__main-menu .list-item:focus > a {
  color: var(--accent-color);
  text-shadow: 0 0 1px var(--accent-color);
}

.header__main-menu .list-item:hover > a:before,
.header__main-menu .list-item:focus > a:before {
  opacity: 1;
}

.header__main-menu a {
  color: #D8D8D8;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 0 1.5rem;
}

.header-logo {
  align-items: center;
  display: flex;
}

.header-logo a {
  display: block;
}

.header-logo a img {
  height: 2.25rem;
  object-fit: contain;
  width: 7.938rem;
}

.header__main-right,
.header__main-left {
  align-items: center;
  display: flex;
  width: 17.5rem;
}

.header__main-left {
  justify-content: flex-end;
}

.header__main-left .btn {
  margin: 0 calc(0.625rem / 2);
}

.header__main-left .btn:last-child {
  margin-left: 0;
}

.is-ltr .header__main-left .btn:last-child {
  margin-left: 0.625rem;
  margin-right: 0;
}

.header__main-left .btn:first-child {
  margin-right: 0;
}

.is-ltr .header__main-left .btn:first-child {
  margin-left: 0;
  margin-right: 0;
}

.header__main-left .btn .is-mobile {
  display: none;
}

.header__main-mid {
  flex-grow: 1;
}

.header__mobile-menu-btn {
  background: transparent;
  border: none;
  display: none;
  height: 50px;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translate(0, -50%);
  width: 50px;
  z-index: 10;
}

.is-ltr .header__mobile-menu-btn {
  left: -10px;
  right: unset;
}

.header__mobile-menu-btn .line,
.header__mobile-menu-btn .line:before,
.header__mobile-menu-btn .line:after {
  border-bottom: 2px solid var(--white);
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  width: 23px;
}

.header__mobile-menu-btn .line {
  bottom: 0;
  margin: auto;
  top: 0;
}

.header__mobile-menu-btn .line:before {
  content: '';
  top: -9px;
}

.header__mobile-menu-btn .line:after {
  bottom: -11px;
  content: '';
}

.header__main-left .btn-filled .icon {
  display: none;
}

.menu-buttons {
  background: #ffffff;
  bottom: 0;
  display: flex;
  gap: 10px;
  justify-content: center;
  left: 0;
  margin: auto;
  padding: 20px 10px;
  position: absolute;
  width: 100%;
}

.menu-buttons .btn-accent {
  border-color: transparent;
}

@media (max-width: 1600px) {
  .header__main-menu a {
    font-size: 1rem;
    padding: 0 1rem;
  }

  .header__main-right {
    width: 10rem;
  }
}

@media (max-width: 1440px) {
  .header__main-menu a {
    padding: 0 0.738rem;
  }
}

@media (max-width: 1280px) {
  body.is-scrolled {
    padding-top: 140px;
  }

  .header__mobile-menu-btn {
    display: block;
  }

  .header__main-left .btn .is-mobile {
    display: block;
  }

  .header__main-mid {
    display: none;
  }

  .header__main-inner {
    align-items: flex-end;
    flex-direction: column;
    justify-content: center !important;
    position: relative;
  }

  .header__main-right {
    justify-content: flex-end;
    margin-bottom: 0.625rem;
  }

  .header__main-left .btn {
    font-size: 1rem;
    margin: 0;
  }

  .header__main-left .btn:last-child {
    background: var(--accent-color);
  }

  .header__main-left .btn:last-child:hover {
    background: #DCE1E7;
  }

  .header__main-left .btn-accent {
    align-items: baseline;
    background: none;
    border: none;
    color: var(--white);
    font-weight: 400;
    gap: 0.35rem;
    min-width: auto;
  }

  .header__main-left .btn-accent .icon {
    display: inline-block;
  }

  .is-ltr .header__main-left .btn-accent .icon {
    margin-left: 0;
    margin-right: 0;
  }

  .header__main-left .btn-outlined {
    background: var(--primary-color);
    color: #ffffff;
  }

  .header__main-left .btn-outlined:hover {
    background: #D1CFDE;
    color: var(--primary-color);
  }

  .top-bar-menu .list-item,
  .is-ltr .top-bar-menu .list-item {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }
}

.top-bar-menu .list-item--last {
  padding-left: 0;
}

.is-ltr .top-bar-menu .list-item--last {
  padding-left: 0.9rem;
  padding-right: 0;
}

.is-ltr .header__top-right .top-bar-menu .list-item--last {
  padding-left: 2.188rem;
}

.top-bar-menu .list-item--first {
  padding-right: 0;
}

.is-ltr .top-bar-menu .list-item--first {
  padding-left: 0;
  padding-right: 0.9rem;
}

/*
------------------------------------------------
Menu dropdown
------------------------------------------------
*/
.menu-dropdown {
  background-color: var(--white);
  box-shadow: 0 44px 45px 0 rgba(26, 21, 60, 0.3);
  color: var(--primary-color);
  display: none;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 10;
}

.menu-dropdown.is-visible {
  display: block;
}

.menu-dropdown-inner {
  display: flex;
  justify-content: space-between;
  padding: 2.063rem 0;
  z-index: 10;
}

.menu-dropdown-col.is-menu {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  padding-left: 0;
}

.is-ltr .menu-dropdown-col.is-menu {
  padding-left: 0;
  padding-right: 5rem;
}

.menu-dropdown-col.is-menu a:focus,
.menu-dropdown-col.is-menu a:hover {
  color: var(--secondary-color);
  text-decoration: underline;
}

.menu-dropdown-col.is-image img {
  border-radius: 11px;
}

.menu-dropdown-col .menu-item {
  min-width: 24%;
  padding-top: 1rem;
}

.menu-heading {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3rem;
  margin-bottom: 0.313rem;
  padding: 0 0 0 1.75rem;
}

.is-ltr .menu-heading {
  padding: 0 1.75rem 0 0;
}

.menu-listing {
  list-style: none;
  margin: 0 0 0.938rem;
  padding: 0 0 0 1.75rem;
}

.is-ltr .menu-listing {
  padding: 0 1.75rem 0 0;
}

.menu-listing a {
  color: var(--primary-color);
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  padding: 0.625rem 0;
}

.menu-listing li:last-child a {
  padding-bottom: 0;
}

.menu-backdrop {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: linear-gradient(to bottom, rgba(100, 99, 106, 0.55) 0, rgba(100, 99, 106, 0.55) 100%);
  content: '';
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

/*
------------------------------------------------
Mobile menu
------------------------------------------------
*/
body.menu-open {
  overflow: hidden;
}

.mobile-menu {
  animation: mobile-menu-open-wrapper-animation 0.5s ease-out forwards;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transition: height 0.2s;
  width: 100%;
  z-index: 9999;
}

.mobile-menu.close {
  animation: mobile-menu-open-wrapper-animation-revers 0.5s ease-out forwards;
}

.mobile-menu.open .inner {
  margin-right: 0;
}

.is-ltr .mobile-menu.open .inner {
  margin-left: 0;
  margin-right: unset;
}

.mobile-menu .inner {
  animation: mobile-menu-open-animation 0.5s ease-out forwards;
  background-color: #fff;
  height: 100%;
  max-width: 100%;
  position: relative;
  transition: height 0.2s;
  width: 21.875rem;
}

.is-ltr .mobile-menu .inner {
  animation: mobile-menu-open-animation-ltr 0.5s ease-out forwards;
}

.mobile-menu.close .inner {
  animation: mobile-menu-open-animation-revers 0.5s ease-out forwards;
}

.is-ltr .mobile-menu.close .inner {
  animation: mobile-menu-open-animation-revers-ltr 0.5s ease-out forwards;
}

.mobile-menu .menu-header {
  background: var(--primary-color);
  height: 7.375rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.mobile-menu .menu-header .logo {
  height: 2.125rem;
  width: auto;
}

.mobile-menu-close-btn {
  background-color: var(--accent-color);
  border: none;
  border-radius: 50%;
  color: #FFFFFF;
  font-weight: 600;
  height: 2.25rem;
  position: relative;
  width: 2.25rem;
}

.mobile-menu-close-btn .icon:before {
  bottom: 0;
  content: '\2715';
  font-weight: 400;
  height: 100%;
  left: 0;
  line-height: 2.5rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.mobile-menu-close-btn.is-arrow .icon:before {
  content: url('../Images/chevron-down-white.svg');
  height: 50%;
  right: 0.5rem;
  top: 25%;
  transform: rotate(-90deg);
  width: 1.438rem;
}

.is-ltr .mobile-menu-close-btn.is-arrow .icon:before {
  left: 0.5rem;
  right: unset;
  transform: rotate(90deg);
}

.mobile-menu .menu-list {
  height: calc(100% - (7.375rem + 75px));
  overflow-x: hidden;
  overflow-y: auto;
}

.mobile-menu .menu-list.no-overflow {
  overflow: hidden;
}

.menu-list-inner {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-list-inner > li {
  /*position: relative;*/
}

.menu-list-inner > li > a {
  border-bottom: 1px solid #E9E9E9;
  display: block;
  font-size: 1.375rem;
  line-height: 2.188rem;
  padding: 1.063rem 1.188rem;
  position: relative;
}

.submenu {
  background-color: rgba(14, 56, 94, 0.03);
  border-bottom: 1px solid #E9E9E9;
  display: none;
  flex-basis: 100%;
  flex-direction: column;
  left: 100%;
  transition: left 0.5s ease-out;
  width: 100%;
  z-index: 1;
}

.submenu-list {
  list-style: none;
  margin: 0;
  padding-right: 0;
}

.is-ltr .submenu-list {
  padding-left: 0;
}

.submenu-list > li > a {
  display: block;
  font-size: 1.375rem;
  line-height: 1.588rem;
  padding: 1.2rem 1.988rem 1.2rem 4.5rem;
  position: relative;
  transition: background-color 0.4s ease-out;
}

.is-ltr .submenu-list > li > a {
  padding: 1.2rem 4.5rem 1.2rem 1.988rem;
}

.submenu-list > li > a:hover,
.submenu-list > li > a:active {
  background-color: #EEEFEF;
}

.submenu.open {
  display: flex;
}

.submenu-trigger {
  background: #ffffff;
  border: none;
  height: 4.25rem;
  left: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 4.688rem;
}

.is-ltr .submenu-trigger {
  left: unset;
  right: 0;
}

.submenu-trigger img {
  height: auto;
  transition: all 0.4s;
  width: 1.563rem;
}

.submenu-trigger.turned img {
  transform: rotate(180deg);
}

.submenu-list > li .submenu-trigger {
  background: transparent;
  transform: rotate(90deg);
}

.is-ltr .submenu-list > li .submenu-trigger {
  transform: rotate(-90deg);
}

.submenu-list > li .submenu-trigger img {
  width: 1.25rem;
}

.submenu-aside {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: calc(100vh - (7.375rem + 75px));
  left: 100%;
  overflow: auto;
  position: absolute;
  top: 7.375rem;
  transition: left 0.5s ease-out;
  width: 100%;
  z-index: 1;
}

.is-ltr .submenu-aside {
  left: unset;
  right: 100%;
  transition: right 0.5s ease-out;
}

.submenu-aside.open {
  left: 0;
}

.is-ltr .submenu-aside.open {
  left: unset;
  right: 0;
}

.submenu-aside .menu-heading {
  border-bottom: 1px solid #E9E9E9;
  display: block;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.563rem;
  padding: 1.25rem;
}

.submenu-aside .listing {
  display: block;
  list-style: none;
  margin: 0.313rem 0 0;
  padding: 0;
}

.submenu-aside .listing li a {
  display: block;
  font-size: 1.25rem;
  line-height: 1.588rem;
  padding: 0.875rem 1.25rem 0.875rem 1.813rem;
  transition: background-color 0.4s ease-out;
}

.is-ltr .submenu-aside .listing li a {
  padding-left: 2.813rem;
  padding-right: 1.813rem;
}

.submenu-aside .listing li a:hover,
.submenu-aside .listing li a:focus {
  background-color: #EEEFEF;
}

@keyframes mobile-menu-open-animation {
  from {
    margin-right: -23.75rem;
  }
  to {
    margin-right: 0;
  }
}

@keyframes mobile-menu-open-animation-ltr {
  from {
    margin-left: -23.75rem;
  }
  to {
    margin-left: 0;
  }
}

@keyframes mobile-menu-open-animation-revers {
  from {
    margin-right: 0;
  }
  to {
    margin-right: -23.75rem;
  }
}

@keyframes mobile-menu-open-animation-revers-ltr {
  from {
    margin-left: 0;
  }
  to {
    margin-left: -23.75rem;
  }
}

@keyframes mobile-menu-open-wrapper-animation {
  from {
    background-color: rgba(0, 0, 0, 0);
  }
  to {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

@keyframes mobile-menu-open-wrapper-animation-revers {
  from {
    background-color: rgba(0, 0, 0, 0.5);
  }
  to {
    background-color: rgba(0, 0, 0, 0);
  }
}

@media (max-width: 1280px) {
  .mobile-menu.open {
    display: block;
  }
}

/*
------------------------------------------------
Language Switcher
------------------------------------------------
*/
.language-switcher {
  padding: 0.75rem 0 0.425rem;
  position: relative;
}

.js-language-switcher-list-item {
  min-width: 3.75rem;
}

.language-switcher__current {
  background-color: transparent;
  border: none;
  color: var(--white);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
  padding: 0 1.25rem 0 0.938rem;
  position: relative;
  text-transform: uppercase;
}

.is-ltr .language-switcher__current {
  padding: 0 0.938rem 0 1.25rem;
}

.language-switcher__current::after {
  content: '\2023';
  position: absolute;
  right: 0.75rem;
  top: -0.1rem;
  transform: rotate(90deg);
}

.is-ltr .language-switcher__current::after {
  left: 0.75rem;
  right: unset;
}

.language-switcher__dropdown {
  background-color: var(--white);
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(27, 9, 95, 0.1);
  display: none;
  margin: auto;
  position: absolute;
  right: calc(0.6rem - 50%);
  top: 94%;
  width: 6.25rem;
  z-index: 100;
}

.is-ltr .language-switcher__dropdown {
  left: calc(0.6rem - 50%);
  right: unset;
}

.language-switcher__dropdown::after {
  border-bottom: 0.313rem solid var(--white);
  border-left: 0.313rem solid transparent;
  border-right: 0.313rem solid transparent;
  content: '';
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -0.313rem;
  width: 0;
}

.language-switcher__dropdown.is-opened {
  display: block;
}

.language-switcher__list {
  list-style: none;
  margin: 0;
  padding: 0.3rem;
}

.language-switcher__list-item {
  border-bottom: 1px solid #D7D8D7;
  color: var(--primary-color);
  cursor: pointer;
  display: block;
  font-size: 0.885rem;
  font-weight: 500;
  line-height: 1.452rem;
  padding: 0.188rem 0.25rem;
  text-align: center;
}

.language-switcher__list-item.selected {
  background: var(--primary-color);
  color: var(--white);
}

.language-switcher__list-item:last-child {
  border-bottom: none;
}

.language-switcher__list-item a {
  color: var(--primary-color);
  display: block;
}

/*------------------------------------------------
Footer
 ------------------------------------------------*/
.site-footer {
  background: #EEEFEF;
  padding-bottom: 0;
  padding-top: 4.5rem;
}

.site-footer .footer-logo {
  display: block;
}

.site-footer .footer-logo img {
  height: 2.714rem;
  object-fit: contain;
  width: 9.5rem;
}

.site-footer .footer-description {
  font-family: "Heebo", sans-serif;
  font-size: 1.063rem;
  line-height: 1.3rem;
  margin-bottom: 0;
  margin-top: 0.75rem;
}

.site-footer .btn {
  border-radius: 27px;
  font-size: 1.25rem;
  height: 54px;
  margin-top: 3.5rem;
  padding-left: 55px;
  padding-right: 55px;
}

.footer-menu-wrapper {
  gap: 2.188rem;
}

.footer-menu-wrapper .footer-menu {
  flex-basis: calc(100% / 5);
  max-width: 9.375rem;
}

.footer-menu-wrapper .footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu-heading {
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.875rem;
  margin-bottom: 0.3rem;
  margin-top: 15px;
  text-decoration: underline;
}

.footer-menu-list li {
  font-family: "Heebo", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.site-footer .footer-text {
  background: rgba(227, 231, 235);
}

.site-footer .footer-text p {
  font-size: 0.95rem;
  line-height: 1.406rem;
  margin-bottom: 2.188rem;
  margin-top: 0;
}

.site-footer .footer-text p:last-child {
  margin-bottom: 0;
}

.site-footer .footer-text a:hover {
  text-decoration: underline;
}

.site-footer .footer-main {
  padding-bottom: 4.5rem;
}

.footer-socials {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.helper-links {
  align-items: center;
  display: flex;
  gap: 20px;
  margin-top: 60px;
}

.footer-content {
  justify-content: space-between;
}

.footer-col-1 {
  flex-basis: 340px;
  padding-top: 30px;
}

.footer-col-2 {
  border-right: 1px solid #B9C4CE;
  flex-basis: calc(100% - 390px);
  padding-bottom: 15px;
  padding-right: 36px;
}

.is-ltr .footer-col-2 {
  border-left: 1px solid #B9C4CE;
  border-right: none;
  padding-left: 36px;
  padding-right: 0;
}

.grc-text {
  direction: ltr;
}

.grc-text a {
  text-decoration: underline;
}

@media (max-width: 1440px) {
  .site-footer .footer-description {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .footer-menu-list li {
    line-height: 1.675rem;
  }

  .site-footer .btn {
    margin-top: 4rem;
  }
}

@media (max-width: 1280px) {
  .footer-content {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  .footer-col-1 {
    flex-basis: auto;
    max-width: 600px;
    padding-top: 0;
    text-align: center;
  }

  .footer-col-2 {
    border-right: none;
    flex-basis: 100%;
    padding-bottom: 0;
    padding-right: 0;
    width: 100%;
  }

  .is-ltr .footer-col-2 {
    border: none;
    padding-bottom: 0;
    padding-left: 0;
  }

  .footer-menu-wrapper {
    justify-content: center;
  }

  .site-footer .btn {
    margin-bottom: 2.5rem;
    margin-top: 2rem;
  }

  .helper-links {
    flex-direction: column;
    justify-content: space-around;
    margin-top: 10px;
  }

  .footer-menu-wrapper .footer-menu {
    margin-bottom: 3rem;
  }

  .site-footer .footer-main {
    padding-bottom: 44px;
  }
}

@media (max-width: 992px) {
  .footer-menu-wrapper .footer-menu {
    flex-basis: calc(33% - 1.4rem);
    margin-bottom: 1rem;
    max-width: calc(33% - 1.4rem);
  }

  .footer-menu-wrapper {
    gap: 0 2.188rem;
    justify-content: flex-start !important;
    padding-right: 0;
  }

  .is-ltr .footer-menu-wrapper {
    padding-left: 0;
  }

  .site-footer {
    text-align: initial;
  }

  .footer-menu-heading {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .footer-menu-wrapper {
    gap: 0;
  }

  .footer-menu-wrapper .footer-menu {
    flex-basis: 50%;
    max-width: 50%;
  }
}

/*------------------------------------------------
Breadcrumb
 ------------------------------------------------*/
.breadcrumb-section {
  padding-bottom: 0.625rem;
  padding-top: 0.625rem;
}

.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumb ul li {
  font-family: "Heebo", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.819rem;
  margin-left: 0.313rem;
}

.is-ltr .breadcrumb ul li {
  margin-left: 0;
  margin-right: 0.313rem;
}

.breadcrumb ul li a {
  text-decoration: underline;
}

@media (max-width: 1440px) {
  .breadcrumb-section {
    padding-bottom: 0.425rem;
    padding-top: 0.425rem;
  }

  .breadcrumb ul li {
    font-size: 1rem;
    line-height: 1.519rem;
  }
}

/*------------------------------------------------
Form
 ------------------------------------------------*/
.form-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 27.813rem;
}

.form-row .form-item {
  flex-basis: 44%;
  margin-bottom: 2rem;
  width: 44%;
}

.form-row .form-item.is-full {
  flex-basis: 100%;
  width: 100%;
}

.form-row .form-item input {
  width: 100%;
}

@media (max-width: 1440px) {
  .form-row .form-item {
    margin-bottom: 1.125rem;
  }
}

/*------------------------------------------------
Footer hidden section
 ------------------------------------------------*/
.bottom-hidden-block {
  background: var(--primary-color);
  border-top: 0.5rem solid var(--primary-color);
  bottom: -1000px;
  left: 0;
  opacity: 1;
  position: fixed;
  transition: opacity 0.15s ease-in, bottom 0.25s ease-out;
  width: 100%;
  z-index: 100;
}

.bottom-hidden-block.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.bottom-hidden-block.is-open {
  bottom: 0 !important;
}

.bottom-hidden-block .trigger-button {
  background: var(--primary-color);
  border: none;
  border-radius: 2.3rem 2.3rem 0 0;
  border-top: 3px solid var(--accent-color);
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 500;
  height: 3.438rem;
  left: 0;
  line-height: 1.438rem;
  margin: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: -3.75rem;
  width: 12.5rem;
  z-index: 100;
}

.bottom-hidden-block .trigger-button:after,
.bottom-hidden-block .trigger-button:before {
  border: 1px solid transparent;
  border-top: 0;
  bottom: 0.188rem;
  content: '';
  height: 1.25rem;
  position: absolute;
  width: 2.5rem;
  z-index: -1;
}

.bottom-hidden-block .trigger-button:after {
  border-left: 0;
  -moz-border-radius: 0 0 1.875rem 0;
  -webkit-border-radius: 0 0 1.875rem 0;
  box-shadow: 20px 5px 0 2px var(--primary-color);
  left: -2.5rem;
}

.bottom-hidden-block .trigger-button:before {
  -moz-border-radius: 0 0 0 1.875rem;
  -webkit-border-radius: 0 0 0 1.875rem;
  border-right: 0;
  box-shadow: -20px 5px 0 2px var(--primary-color);
  right: -2.5rem;
}

.contact-info-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-info-list li a {
  align-items: center;
  display: flex;
  gap: 12px;
  position: relative;
  width: 100%;
}

.contact-info-list li a div {
  align-items: center;
  display: flex;
  flex-basis: 70px;
  height: 70px;
  justify-content: center;
  width: 70px;
}

.contact-info-list li:last-child {
  margin-bottom: 0;
}

.contact-info-list li span {
  background-color: rgba(255, 255, 255, 0.05);
  color: var(--white);
  display: block;
  flex-basis: calc(100% - 70px);
  font-family: "Heebo", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.563rem;
  padding: 12px 15px;
  width: 100%;
}

.is-ltr .contact-info-list li span {
  font-family: "Assistant", sans-serif;
}

.bottom-hidden-block .content-area {
  padding-bottom: 4rem;
  padding-top: 4rem;
}

.bottom-hidden-block .content-area.is-open {
  display: block;
}

.bottom-hidden-block .content-area .title {
  color: var(--white);
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 2.875rem;
  margin-bottom: 1rem;
  margin-top: 15px;
}

.is-ltr .bottom-hidden-block .content-area .title {
  font-family: "Bahnschrift", sans-serif;
}

.bottom-hidden-block .form-item input {
  background: transparent;
  border: 1px solid var(--primary-color);
  border-bottom: 1px solid #979797;
  color: var(--white);
  font-family: "Heebo", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  height: 45px;
  line-height: 1.563rem;
  padding: 0;
  width: 100%;
}

.is-ltr .bottom-hidden-block .form-item input {
  font-family: "Assistant", sans-serif;
}

.bottom-hidden-block .form-item input:focus {
  border-bottom-color: #C1C2D7;
  outline: none;
}

.bottom-hidden-block .form-item input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--white);
  opacity: 1;
}

.bottom-hidden-block .form-item input::-moz-placeholder { /* Firefox 19+ */
  color: var(--white);
  opacity: 1;
}

.bottom-hidden-block .form-item input:-ms-input-placeholder { /* IE 10+ */
  color: var(--white);
  opacity: 1;
}

.bottom-hidden-block .form-item input:-moz-placeholder { /* Firefox 18- */
  color: var(--white);
  opacity: 1;
}

.bottom-hidden-block .form-item.is-error input {
  border: none !important;
  border-bottom: 1px solid #E97173 !important;
}

.bottom-hidden-block .is-error .custom-selectbox .current-option {
  border: none !important;
}

.bottom-hidden-block .is-error .custom-selectbox {
  border-bottom: 1px solid #E97173 !important;
}

.bottom-hidden-block .custom-selectbox {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #979797;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  width: 100%;
}

.bottom-hidden-block .custom-selectbox .current-option {
  height: 2.76rem;
}

.bottom-hidden-block .custom-selectbox .dropdown-list {
  background: #FFFFFF;
  border: none;
  border-radius: 0 0 4px 4px;
  display: none;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.bottom-hidden-block .custom-selectbox .current-option {
  color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 300;
  padding: 0;
}

.is-ltr .bottom-hidden-block .custom-selectbox .current-option {
  font-size: 1.25rem;
}

.bottom-hidden-block .custom-selectbox .current-option::before {
  background: url('../Images/chevron-down-white.svg') no-repeat center / cover;
  height: 1.775rem;
  left: 0;
  top: 0.613rem;
  width: 1.775rem;
}

.is-ltr .bottom-hidden-block .custom-selectbox .current-option::before {
  left: unset;
  right: 0;
}

.bottom-hidden-block .form-item .btn-large {
  background: var(--accent-color);
  border: 1px solid var(--accent-color);
  color: var(--primary-color);
  margin-top: -2rem;
  min-height: 38px;
  min-width: 100%;
  padding: 0.4rem 2rem 0.255rem;
  width: 100%;
}

.bottom-hidden-block .form-item .btn-large:hover {
  background: #DCE1E7;
  border-color: #DCE1E7;
  color: var(--primary-color);
}

.bottom-hidden-block .message {
  min-height: 1rem;
}

.bottom-hidden-block .message .error-message {
  margin-bottom: 1.8rem;
  margin-top: 0;
}

.bottom-hidden-block .privacy-policy-acceptance {
  color: var(--white);
  font-family: "Heebo", sans-serif;
  font-size: 0.813rem;
  font-weight: 300;
}

.form-row.is-submit .form-item {
  flex-basis: 100%;
  margin-bottom: 0;
  width: 100%;
}

@media (max-width: 1440px) {
  .bottom-hidden-block {
    border-top: 4px solid var(--primary-color);
    position: fixed;
  }

  .bottom-hidden-block .trigger-button {
    border-radius: 24px 24px 0 0;
    font-size: 1rem;
    height: 3rem;
    line-height: 1.338rem;
    top: -2.813rem;
    width: 10rem;
  }

  .bottom-hidden-block .trigger-button:after,
  .bottom-hidden-block .trigger-button:before {
    height: 1.3rem;
  }

  .bottom-hidden-block .content-area {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }

  .bottom-hidden-block .content-area .title {
    font-size: 2.188rem;
    line-height: 2.563rem;
  }

  .bottom-hidden-block .form-item input {
    font-size: 1.175rem;
    font-weight: 300;
    line-height: 1.363rem;
  }

  .bottom-hidden-block .custom-selectbox .current-option {
    font-size: 1.175rem;
  }

  .contact-info-list li span {
    font-size: 1.175rem;
    line-height: 1.363rem;
  }
}

@media (max-width: 768px) {
  .bottom-hidden-block {
    height: 65vh;
  }

  .contact-info-list {
    margin-bottom: 2.5rem;
    padding-left: 1rem;
  }

  .is-ltr .contact-info-list {
    margin-bottom: 0;
    margin-top: 2.5rem;
  }

  .form-row .form-item {
    flex-basis: 100%;
    width: 100%;
  }

  .bottom-hidden-block .form-item .btn-large {
    margin-top: 0;
    min-width: 11.25rem;
  }

  .bottom-hidden-block .content-area {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .contact-info-list li a {
    gap: 0;
  }

  .contact-info-list li span {
    font-size: 1.05rem;
  }

  .bottom-hidden-block .content-area .title {
    line-height: 2.263rem;
  }
}

/*------------------------------------------------
Popups
 ------------------------------------------------*/
.buttons-wrapper {
  gap: 1.875rem;
}

.popup-inner {
  display: none;
}

.tingle-modal {
  background: rgba(100, 99, 106, 0.55) !important;
}

.tingle-modal-box .tingle-modal-box__content {
  padding: 0;
}

.tingle-modal-box h2 {
  background-color: var(--accent-color);
  border-radius: 0.688rem 0.688rem 0 0;
  color: var(--primary-color);
  display: block;
  font-family: "Heebo", sans-serif;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 2.5rem;
  margin-top: 0;
  padding: 30px 40px;
}

.tingle-modal-box .strong-text {
  color: var(--primary-color);
  font-size: 2.375rem;
  font-weight: 400;
  line-height: 2.5rem;
  margin-bottom: 4.375rem;
  margin-top: 4.375rem;
  padding: 0 40px;
}

.tingle-modal-box .strong-text strong {
  font-weight: 500;
}

.tingle-modal-box .normal-text {
  color: var(--primary-color);
  font-family: "Heebo", sans-serif;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.938rem;
  margin-bottom: 4.375rem;
  margin-top: 4.375rem;
  padding: 0 40px;
}

.tingle-modal-box .buttons {
  padding: 0 40px 30px;
}

.thank-you-content {
  background: url('../Images/more-thank-you-popup-img.svg') no-repeat left 4rem bottom -2rem, var(--primary-color);
  margin-bottom: 1.875rem;
  padding: 5.125rem 2.5rem;
  width: 100%;
}

[dir='ltr'] .thank-you-content {
  background: url('../Images/more-thank-you-popup-img.svg') no-repeat right 4rem bottom -2rem, var(--primary-color);
}

.thank-you-content h3 {
  color: var(--white);
  font-size: 2.375rem;
  font-weight: 500;
  line-height: 2.5rem;
  margin: 0;
  margin-bottom: 0.875rem;
}

.thank-you-content p {
  color: var(--white);
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.563rem;
  margin: 0;
}

.thank-you-content .inner {
  max-width: 26.25rem;
  width: 100%;
}

.thank-you-wrapper h2 {
  background-color: var(--white);
  border: none;
  margin-bottom: 0;
}

.tingle-modal-box .buttons .btn {
  height: 3.375rem;
  width: 11.938rem;
}

.tingle-modal .tingle-modal-box {
  background-color: #FFFFFF;
  border-radius: 0.688rem;
  box-shadow: 0 21px 24px 0 rgba(31, 23, 78, 0.24);
  max-width: 51.813rem;
  width: 100%;
}

.tingle-modal .tingle-modal__close {
  display: none;
}

.tingle-modal .close-modal {
  background-color: transparent;
  border: none;
  left: 0.875rem;
  position: absolute;
  top: 0.875rem;
}

.tingle-modal.video-popup .tingle-modal-box__content {
  padding: 0;
}

.tingle-modal.video-popup .tingle-modal-box {
  margin: auto;
  max-width: 1200px;
  overflow: hidden;
  width: 90%;
}

.tingle-modal.video-popup iframe {
  height: 700px;
}

[dir="ltr"] .tingle-modal .close-modal {
  left: unset;
  right: 0.875rem;
}

@media (max-width: 1200px) {
  .tingle-modal.video-popup iframe {
    height: 500px;
  }
}

@media (max-width: 768px) {
  .tingle-modal.video-popup iframe {
    height: 300px;
  }

  .tingle-modal.video-popup .tingle-modal-box__content {
    overflow: hidden;
  }

  .tingle-modal .tingle-modal-box {
    width: 96%;
  }
}

@media (max-width: 540px) {
  .tingle-modal {
    display: flex !important;
  }

  .container {
    padding-left: 1.563rem;
    padding-right: 1.563rem;
  }
}

/*------------------------------------------------
Preloader
 ------------------------------------------------*/
.preloader {
  align-items: center;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: linear-gradient(to bottom, rgba(100, 99, 106, 0.55) 0, rgba(100, 99, 106, 0.55) 100%);
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all .3s linear;
  width: 100%;
  z-index: 9999;
}

.preloader.btn-preloader {
  background: var(--primary-color);
  pointer-events: none;
  position: absolute;
}

.preloader.active {
  opacity: 1;
}

.preloader > * {
  animation: preloaderAnimation 1.5s 0s infinite;
  animation-delay: 0s;
  border-radius: 50%;
  display: block;
  height: 0.8rem;
  margin: 0.5rem;
  transform: scale(0);
  width: 0.8rem;
}

.preloader > *:nth-child(1) {
  animation-delay: -1.5s;
  background-color: rgba(255, 255, 255, 0.7);
}

.preloader > *:nth-child(2) {
  animation-delay: -1.2s;
  background-color: rgba(255, 255, 255, 0.8);
}

.preloader > *:nth-child(3) {
  animation-delay: -0.8s;
  background-color: rgba(255, 255, 255, 0.9);
}

.preloader > *:nth-child(4) {
  animation-delay: -0.4s;
  background-color: rgba(255, 255, 255, 1);
}

@keyframes preloaderAnimation {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

/*------------------------------------------------
CUSTOM SELECTBOX
 ------------------------------------------------*/
.custom-selectbox {
  background-color: var(--white);
  border: 2px solid var(--white);
  border-radius: 0.25rem;
  box-shadow: 0 24px 18px -9px rgba(28, 16, 98, 0.08);
  position: relative;
  width: 100%;
}

.custom-selectbox.is-open {
  border-radius: 0.25rem 0.25rem 0 0;
}

.custom-selectbox.is-open .dropdown-list {
  display: block;
}

.custom-selectbox .current-option,
.custom-selectbox li {
  color: var(--primary-color);
  font-family: "Heebo", sans-serif;
  font-size: 1.063rem;
  line-height: 1.375rem;
  user-select: none;
}

.is-ltr .custom-selectbox .current-option,
.is-ltr .custom-selectbox li {
  font-family: "Assistant", sans-serif;
}

.custom-selectbox .current-option {
  background: transparent;
  border: none;
  cursor: pointer;
  height: 3.125rem;
  line-height: 1.875rem;
  padding: 0.75rem 1.25rem;
  text-align: right;
  user-select: none;
  width: 100%;
}

.custom-selectbox.is-open .current-option {
  border-radius: 4px 4px 0 0 !important;
}

.is-error .custom-selectbox .current-option {
  border: 1px solid #E97173 !important;
}

.is-ltr .custom-selectbox .current-option {
  text-align: left;
}

.custom-selectbox .current-option:before {
  background: url('../Images/chevron-down.svg') no-repeat center / cover;
  content: '';
  height: 1.875rem;
  left: 0.938rem;
  position: absolute;
  top: 0.7rem;
  transition: all 0.3s;
  width: 1.875rem;
}

.is-ltr .custom-selectbox .current-option:before {
  left: unset;
  right: 0.938rem;
}

.custom-selectbox.is-open .current-option:before {
  transform: rotate(-180deg);
}

.custom-selectbox .dropdown-list {
  background: var(--white);
  border: 2px solid var(--primary-color);
  border-radius: 0 0 4px 4px;
  border-top: none;
  display: none;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.is-ltr .custom-selectbox .dropdown-list {
  left: unset;
  right: 0;
}

.custom-selectbox .dropdown-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-selectbox .dropdown-list ul li {
  cursor: pointer;
  padding: 0.563rem 1.25rem;
  transition: background-color 0.3s;
}

.custom-selectbox .dropdown-list ul li:hover {
  background-color: var(--grey);
  font-weight: 500;
}

.privacy-policy-acceptance a {
  text-decoration: underline;
}

.load-research-items {
  background-color: #F3F5F7;
  border: 1px solid var(--primary-color);
  line-height: 1.875rem;
  text-align: center;
  transition: background 0.2s;
  width: 16rem;
}

.load-research-items:hover {
  background: var(--white);
}

.loader-icon {
  animation: loader-opacity 0.3s forwards;
}

@keyframes loader-opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.footer-socials-head {
  align-items: center;
  display: flex;
  font-size: 22px;
  gap: 5px;
  line-height: 0;
}

.footer-socials-head span {
  padding-top: 8px;
}

.is-ltr .footer-socials-head span {
  padding-top: 10px;
}

.is-ltr .footer-socials-head {
  font-size: 18px;
}

/** HIDE Google reCaptcha */
.grecaptcha-badge {
  visibility: hidden;
}