/*!********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/app.scss ***!
  \********************************************************************************************************************************************************/
@font-face {
  font-family: 'Sen';
  src: url(../woff/sen-extrabold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Sen';
  src: url(../woff/sen-bold.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Sen';
  src: url(../woff/sen-regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url(../woff/poppins-semibold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url(../woff/poppins-medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url(../woff/poppins-black.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'TTHovesProTriExp';
  src: url(../woff/poppins-black.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url(../woff/poppins-regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url(../woff/poppins-regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

a {
  color: #3078cc;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none; }
  a:hover {
    color: #134868; }

input {
  outline: none; }

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

button {
  cursor: pointer; }

picture {
  display: block; }

iframe {
  max-width: 100%; }

input,
select,
textarea,
button,
option {
  font-family: "Poppins", "Sen", "Arial", sans-serif; }

textarea:focus-visible {
  outline: 0; }

html {
  font-size: 16px; }
  @media only screen and (min-width: 992px) {
    html {
      font-size: 1.3vw; } }
  @media only screen and (min-width: 1200px) {
    html {
      font-size: 1.155234vw; } }
  @media only screen and (min-width: 1800px) {
    html {
      font-size: 0.95vw; } }
  @media only screen and (max-width: 359px) {
    html {
      font-size: 14px; } }

body {
  position: relative;
  margin: auto;
  font-family: "Poppins", "Sen", "Arial", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: #000; }

.container {
  width: 100%;
  max-width: 85.5rem;
  margin: 0 auto;
  padding: 0 3rem; }
  @media only screen and (max-width: 991px) {
    .container {
      padding: 0 1.0625rem; } }

[class*="__container"] {
  width: 100%;
  max-width: 85.5rem;
  margin: 0 auto;
  padding: 0 3rem; }
  @media only screen and (max-width: 991px) {
    [class*="__container"] {
      padding: 0 1.0625rem; } }

.colored-wrapper {
  background-color: #f7f3ef; }

.fh-icon--cal {
  display: none; }

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  padding-inline: 1.125rem;
  height: 2.875rem;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 2rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: none;
  border: none; }
  .button-border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 2rem;
    z-index: 1; }
  @media only screen and (min-width: 1800px) {
    .button-border {
      border-width: 0.125rem; } }
  .button:hover {
    color: #000; }
    .button:hover:before {
      top: 0; }
    .button:hover:after {
      -webkit-animation: arrow-animation 0.3s ease;
              animation: arrow-animation 0.3s ease;
      background-image: url(../svg/arrow-right-black.svg); }
  .button:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: #fff;
    top: 105%;
    left: 0; }
  .button:after {
    content: "";
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 2rem;
    height: 1.25rem;
    z-index: 2;
    -webkit-transition: background 0.8s ease;
    transition: background 0.8s ease;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../svg/arrow-right-white.svg); }
  .button-text {
    display: block;
    position: relative;
    z-index: 2; }
  .button-centered {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .button-short {
    font-size: 0.6875rem;
    height: 1.9375rem; }
  .button-large:after {
    margin-left: 2rem; }
  .button-black {
    color: #000; }
  .button-black .button-border {
    border-color: #000; }
  .button-black:before {
    background-color: #000; }
  .button-black:after {
    background-image: url(../svg/arrow-right-black.svg); }
  .button-black:hover {
    color: #fff; }
    .button-black:hover:after {
      background-image: url(../svg/arrow-right-white.svg); }

.safari-browser .button {
  top: -1px;
  left: -1px;
  -webkit-transform: translate(1px);
      -ms-transform: translate(1px);
          transform: translate(1px); }
  .safari-browser .button:after {
    -webkit-transition: unset;
    transition: unset; }

@-webkit-keyframes arrow-animation {
  0% {
    background-position: 50%; }
  33% {
    background-position: 1.25rem; }
  65% {
    background-position: 1.25rem; }
  66% {
    background-position: -1.25rem; }
  100% {
    background-position: 50%; } }

@keyframes arrow-animation {
  0% {
    background-position: 50%; }
  33% {
    background-position: 1.25rem; }
  65% {
    background-position: 1.25rem; }
  66% {
    background-position: -1.25rem; }
  100% {
    background-position: 50%; } }

.scroll-bar {
  position: fixed;
  left: 2.5rem;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotateZ(-90deg);
      -ms-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotateZ(-90deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  @media only screen and (max-width: 1199px) {
    .scroll-bar {
      left: 1.5625rem; } }
  .scroll-bar__text {
    font-size: 0.5rem;
    letter-spacing: calc(0.0875em * 5);
    font-weight: 600;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .scroll-bar__text.white {
      color: #fff; }
  @media only screen and (max-width: 991px) {
    .scroll-bar {
      display: none; } }
  .scroll-bar.hiddenBySections, .scroll-bar.hidden {
    opacity: 0;
    pointer-events: none; }
  .scroll-bar__progress {
    width: 11.5625rem;
    height: 0.125rem;
    position: relative;
    min-height: 2px;
    background-color: #a9a5a3; }
  .scroll-bar__line {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #3078cc;
    border-radius: 0.125rem; }
  .scroll-bar_light .scroll-bar__text {
    color: #f7f3ef; }

.label-section {
  color: #0f4769;
  font-size: 0.87687rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1; }

.heading-h2 {
  font-size: 2.89375rem;
  line-height: calc(48.39 / 46.3);
  font-weight: 400;
  letter-spacing: -0.025em; }
  @media only screen and (max-width: 767px) {
    .heading-h2 {
      font-size: 2.375rem; } }

.accordion-content {
  max-height: 0;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }

.hero-modal {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  background-color: #0b2228;
  -webkit-transition: 0.7s;
  transition: 0.7s; }
  .hero-modal.active {
    opacity: 1;
    pointer-events: visible; }
  .hero-modal__wrapper {
    min-height: 100svh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .hero-modal__video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
    .hero-modal__video video,
    .hero-modal__video iframe {
      width: 80vw;
      height: 65vh; }

body.js-mvideo-open {
  overflow: hidden; }

.js-mvideo-closed {
  position: absolute;
  right: 3.125rem;
  top: 3.125rem;
  width: 1.875rem;
  height: 1.875rem;
  border: none;
  background-color: transparent;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media only screen and (max-width: 767px) {
    .js-mvideo-closed {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .js-mvideo-closed:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(0) rotate(45deg);
        -ms-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg); }
  .js-mvideo-closed:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .js-mvideo-closed:hover {
    cursor: pointer; }

.icon-radio {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0.0625rem solid transparent;
  margin-right: 0.625rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  .icon-radio:before {
    content: "";
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 100%;
    background-color: #d9d9d9; }
  .icon-radio.checked {
    border-color: #0f4769; }
    .icon-radio.checked:before {
      background-color: #0f4769; }

.dropdown {
  position: relative; }
  .dropdown__inner {
    margin: 0.625rem 0;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    display: -ms-grid;
    display: grid;
    border: 1px solid transparent;
    border-radius: 0.3125rem;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 5;
    opacity: 0; }
    .dropdown__inner_top {
      top: auto;
      bottom: 100%; }
    .dropdown__inner_active {
      opacity: 1;
      border-color: #000;
      background-color: #f7f3ef; }
  .dropdown__menu {
    list-style: none;
    overflow-y: hidden; }
  .dropdown__item:last-child .dropdown__link {
    border-bottom: none; }
  .dropdown a.dropdown__link {
    padding: 0.3125rem;
    display: block;
    color: #000;
    font-size: 0.875rem;
    font-weight: 600;
    border-bottom: 1px solid #000; }
    .dropdown a.dropdown__link:hover {
      color: #f7f3ef;
      background-color: #0c2228;
      opacity: 1; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1024;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  background: rgba(3, 15, 17, 0.37); }
  .header.scrollingDown {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }
  .header .container {
    max-width: 100%; }
    @media only screen and (min-width: 992px) {
      .header .container {
        padding-left: 2.25rem; } }
  .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 991px) {
      .header__inner {
        height: 4.5625rem; } }
  .header__logo {
    position: relative;
    z-index: 10;
    -webkit-transition: -webkit-filter 0.4s ease;
    transition: -webkit-filter 0.4s ease;
    transition: filter 0.4s ease;
    transition: filter 0.4s ease, -webkit-filter 0.4s ease; }
    .header__logo a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .header__logo a img {
        width: auto;
        height: 1.8125rem; }
        .header__logo a img.dark {
          display: none; }
      .header__logo a:hover {
        opacity: 0.75; }
  .header.dark .header__logo img.dark {
    display: block; }
  .header.dark .header__logo img.light {
    display: none; }
  .header__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    @media only screen and (max-width: 991px) {
      .header__mobile {
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: 0fr;
        grid-template-rows: 0fr;
        pointer-events: none;
        position: fixed;
        z-index: 9;
        height: 0vh;
        width: 100%;
        left: 0;
        top: 0;
        padding: 0 1rem;
        background-color: rgba(250, 250, 250, 0.5);
        overflow: hidden;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease; }
        .header__mobile:before {
          content: "";
          position: fixed;
          top: 0;
          left: 1rem;
          width: calc(100% - 2rem);
          height: 4.5625rem;
          border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.5);
          z-index: 1; }
        .header__mobile:after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          -webkit-backdrop-filter: blur(1.25rem);
                  backdrop-filter: blur(1.25rem); }
        .header__mobile.active {
          padding-top: 4.5rem;
          padding-bottom: 5rem;
          height: 100vh;
          -ms-grid-rows: 1fr;
          grid-template-rows: 1fr;
          pointer-events: auto; } }
    @media only screen and (max-width: 991px) and (max-width: 991px) {
      .header__mobile.active {
        padding-bottom: 7rem; } }
    @media only screen and (max-width: 991px) and (-webkit-min-device-pixel-ratio: 0), only screen and (max-width: 991px) and (min-resolution: 0.001dpcm) {
      @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        .header__mobile.active {
          -webkit-backdrop-filter: blur(1.25rem);
                  backdrop-filter: blur(1.25rem); } } }
  .header__menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-column-gap: 1.5625rem;
       -moz-column-gap: 1.5625rem;
            column-gap: 1.5625rem; }
    @media only screen and (max-width: 991px) {
      .header__menu-list {
        padding-top: 3.75rem; } }
  .header__menu li {
    overflow: hidden; }
  .header__menu li a,
  .header__menu li button {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.6875rem;
    padding: 1.125rem 0 1.0625rem;
    letter-spacing: 0.073em;
    text-align: left;
    display: block;
    position: relative;
    background: none;
    border: none;
    z-index: 1; }
    @media only screen and (max-width: 991px) {
      .header__menu li a.header__menu-item-link,
      .header__menu li button.header__menu-item-link {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        color: #0c2c40;
        font-size: 2.8125rem;
        font-weight: 400;
        line-height: 1;
        text-transform: uppercase;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        -webkit-transform: translateY(100%);
            -ms-transform: translateY(100%);
                transform: translateY(100%); }
        .header__menu li a.header__menu-item-link:hover,
        .header__menu li button.header__menu-item-link:hover {
          color: #0c2c40;
          opacity: 0.5; }
          .header__menu li a.header__menu-item-link:hover:after,
          .header__menu li button.header__menu-item-link:hover:after {
            display: none; } }
    .header__menu li a:after,
    .header__menu li button:after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 100%;
      min-height: 1px;
      height: 0.0625rem;
      background-color: transparent;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .header__menu li a:hover,
    .header__menu li button:hover {
      color: rgba(255, 255, 255, 0.6); }
      .header__menu li a:hover:after,
      .header__menu li button:hover:after {
        background-color: #fff; }
  @media only screen and (max-width: 991px) {
    .header__menu {
      width: 100%;
      padding-top: 0.9375rem;
      max-height: calc(100svh - 9.5rem);
      overflow-y: auto;
      overflow-x: hidden;
      height: 100%; }
      .header__menu-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        height: 100%; }
        .header__menu-list li {
          width: 100%; }
          .header__menu-list li:last-child {
            border-bottom: none; }
          .header__menu-list li a,
          .header__menu-list li button {
            font-size: 1.0625rem;
            padding: 0.9375rem 0;
            width: 100%; } }
  .header__login {
    padding-right: 0.875rem; }
    @media only screen and (max-width: 991px) {
      .header__login {
        position: relative;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0 1rem;
        width: 100%; } }
    .header__login .button {
      text-transform: uppercase;
      letter-spacing: 0.0875em; }
      @media only screen and (max-width: 991px) {
        .header__login .button:before {
          display: none; } }
      .header__login .button:after {
        display: none; }
      @media only screen and (max-width: 991px) {
        .header__login .button {
          width: 100%;
          height: 2.875rem;
          font-size: 0.875rem; } }
      @media only screen and (max-width: 991px) {
        .header__login .button-border {
          border-color: #0c2c40; } }
      @media only screen and (max-width: 991px) {
        .header__login .button-text {
          color: #0c2c40; } }
  .header__trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1.875rem;
    height: 1.875rem;
    position: relative;
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .header__trigger:hover {
      opacity: 0.75; }
    .header__trigger span {
      width: 100%;
      position: relative;
      height: 0.0625rem;
      min-height: 1px;
      background-color: #fff;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .header__trigger span:before, .header__trigger span:after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 0.0625rem;
        min-height: 1px;
        background-color: #fff;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -webkit-transform: rotateZ(0deg);
            -ms-transform: rotate(0deg);
                transform: rotateZ(0deg); }
      .header__trigger span:before {
        bottom: calc(100% + 0.4rem); }
      .header__trigger span:after {
        top: calc(100% + 0.4rem); }
    .header__trigger.active span {
      background-color: transparent; }
      .header__trigger.active span:before {
        bottom: 0;
        -webkit-transform: rotateZ(45deg);
            -ms-transform: rotate(45deg);
                transform: rotateZ(45deg); }
      .header__trigger.active span:after {
        top: 0;
        -webkit-transform: rotateZ(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotateZ(-45deg); }
    @media only screen and (min-width: 992px) {
      .header__trigger {
        display: none; } }
  .header__dropdown {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 0fr;
    grid-template-rows: 0fr;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0vh;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    overflow-y: hidden; }
    @media only screen and (min-width: 992px) {
      .header__dropdown {
        background-color: rgba(250, 250, 250, 0.5); } }
    @media only screen and (max-width: 991px) {
      .header__dropdown {
        z-index: 3; } }
    .header__dropdown .header__dropdown-link {
      color: #0c2c40;
      -webkit-transform: translateY(100%);
          -ms-transform: translateY(100%);
              transform: translateY(100%); }
      .header__dropdown .header__dropdown-link:hover {
        color: #0c2c40;
        opacity: 0.5; }
    .header__dropdown_active {
      padding-top: 6.25rem;
      height: 100vh;
      -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-backdrop-filter: blur(1.25rem);
              backdrop-filter: blur(1.25rem); }
  .header button.header__dropdown-close {
    margin: 0 0 1rem auto;
    padding: 0;
    width: 1.5625rem;
    height: 1.5625rem;
    -webkit-transition: -webkit-transform 750ms ease;
    transition: -webkit-transform 750ms ease;
    transition: transform 750ms ease;
    transition: transform 750ms ease, -webkit-transform 750ms ease;
    -o-object-position: center;
       object-position: center; }
    .header button.header__dropdown-close:after {
      display: none !important; }
    .header button.header__dropdown-close svg {
      pointer-events: none; }
    @media only screen and (max-width: 991px) {
      .header button.header__dropdown-close {
        display: none; } }
    .header button.header__dropdown-close:hover {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .header__dropdown-list {
    padding-bottom: 1.875rem;
    max-height: calc(100vh - 8.813rem);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: auto; }
  .header__dropdown-item {
    overflow: hidden; }
  .header a.header__dropdown-link {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 4.375rem;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase; }
    @media only screen and (max-width: 991px) {
      .header a.header__dropdown-link {
        font-size: 2.8125rem; } }
  .header button.header__dropdown-back {
    margin: 1.25rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #0c2c40; }
    .header button.header__dropdown-back:hover {
      color: #0c2c40; }
    .header button.header__dropdown-back:after {
      display: none; }
    @media only screen and (min-width: 992px) {
      .header button.header__dropdown-back {
        display: none; } }
    .header button.header__dropdown-back svg {
      margin-right: 0.625rem; }

html:has(body.overflow-hidden) {
  height: 100vh;
  overflow: hidden; }

.overflow-hidden {
  overflow-y: hidden; }

.footer {
  background-color: #184967;
  background-image: url(../jpg/footer-bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding-block: 6.75rem 0.75rem; }
  @media only screen and (max-width: 991px) {
    .footer {
      background-position: 0 70%; } }
  @media only screen and (max-width: 767px) {
    .footer {
      background-position: 0 80%; } }
  @media only screen and (max-width: 575px) {
    .footer {
      background-image: none; } }
  .footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .footer-inner-top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-column-gap: 3.75rem;
         -moz-column-gap: 3.75rem;
              column-gap: 3.75rem;
      -webkit-margin-after: 6.5625rem;
              margin-block-end: 6.5625rem; }
      @media only screen and (max-width: 767px) {
        .footer-inner-top {
          -webkit-column-gap: 2.5rem;
             -moz-column-gap: 2.5rem;
                  column-gap: 2.5rem; } }
      @media only screen and (max-width: 575px) {
        .footer-inner-top {
          -webkit-padding-after: 2.5rem;
                  padding-block-end: 2.5rem;
          -webkit-margin-after: 0;
                  margin-block-end: 0;
          border-bottom: 2px solid rgba(158, 179, 192, 0.47);
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          row-gap: 1.875rem;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    .footer-inner-bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-column-gap: 3.75rem;
         -moz-column-gap: 3.75rem;
              column-gap: 3.75rem;
      color: #9eb3c0; }
      @media only screen and (max-width: 575px) {
        .footer-inner-bottom {
          -webkit-padding-before: 1.875rem;
                  padding-block-start: 1.875rem;
          text-align: center;
          font-size: 0.875rem; } }
  .footer-logo img {
    display: block;
    width: 16.5625rem; }
    @media only screen and (max-width: 767px) {
      .footer-logo img {
        width: 12.5rem; } }
  .footer-menus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem; }
    @media only screen and (max-width: 767px) {
      .footer-menus {
        -webkit-column-gap: 1.875rem;
           -moz-column-gap: 1.875rem;
                column-gap: 1.875rem; } }
  .footer-list {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .footer-list a {
      color: #fff;
      font-weight: 500;
      text-transform: uppercase;
      font-size: 0.9375rem; }
      .footer-list a:hover {
        color: #3078cc; }

.hero {
  top: 0;
  position: sticky; }
  .hero__trigger {
    height: 100svh;
    pointer-events: none;
    position: absolute;
    top: 100svh;
    visibility: hidden;
    width: 100%;
    z-index: -1; }
  .hero .hero-progress {
    position: absolute;
    right: 2.0625rem;
    top: 0;
    height: 100%;
    width: 0.0625rem;
    min-width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 3;
    visibility: hidden; }
    .hero .hero-progress.visible {
      visibility: visible; }
    @media only screen and (max-width: 991px) {
      .hero .hero-progress {
        right: 0.5625rem; } }
    .hero .hero-progress-value {
      width: 0.0625rem;
      height: 0%;
      background-color: #fff;
      min-width: 1px; }
  .hero .container {
    position: relative;
    z-index: 2; }
  .hero-cut, .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1; }
  @media only screen and (max-width: 1199px) {
    .hero-bg {
      -o-object-position: right;
         object-position: right; } }
  @media only screen and (max-width: 575px) {
    .hero-bg {
      -o-object-position: 85% 0;
         object-position: 85% 0; } }
  .hero-cut {
    z-index: 5;
    pointer-events: none;
    top: 9%;
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7); }
    @media only screen and (max-width: 1199px) {
      .hero-cut {
        -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
                transform: scale(0.9); } }
    @media only screen and (max-width: 991px) {
      .hero-cut {
        top: 7%;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); } }
    @media only screen and (max-width: 767px) {
      .hero-cut {
        top: 5%; } }
  .hero-inner {
    min-height: 100vh;
    padding-top: 3.4375rem;
    padding-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media only screen and (max-width: 991px) {
      .hero-inner {
        padding-top: 4.625rem; } }
    .hero-inner-top {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-block: 2.5rem; }
    .hero-inner-bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-transition: all 1s ease;
      transition: all 1s ease;
      -webkit-transform: translateY(1rem);
          -ms-transform: translateY(1rem);
              transform: translateY(1rem);
      opacity: 0; }
  .hero-label {
    font-weight: 600;
    color: #fff;
    font-size: 2rem;
    letter-spacing: 0.0735em;
    text-transform: uppercase;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: translateY(1rem);
        -ms-transform: translateY(1rem);
            transform: translateY(1rem);
    opacity: 0; }
    @media only screen and (max-width: 991px) {
      .hero-label {
        font-size: 1.375rem; } }
    @media only screen and (max-width: 767px) {
      .hero-label {
        font-size: 1.125rem; } }
    @media only screen and (max-width: 575px) {
      .hero-label {
        font-size: 0.75rem; } }
  .hero-title {
    display: block;
    font-size: 11.25rem;
    color: #fff;
    line-height: 0.6;
    text-indent: -0.8125rem;
    letter-spacing: 0.0075em;
    text-transform: uppercase;
    text-shadow: 0 4.375rem rgba(255, 255, 255, 0.2);
    text-wrap: balance;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: translateY(1rem);
        -ms-transform: translateY(1rem);
            transform: translateY(1rem);
    opacity: 0; }
    @media only screen and (max-width: 991px) {
      .hero-title {
        font-size: 7.75rem;
        line-height: 0.65;
        text-indent: -0.5rem;
        text-shadow: 0 3.125rem rgba(255, 255, 255, 0.2); } }
    @media only screen and (max-width: 767px) {
      .hero-title {
        font-size: 5.75rem;
        text-indent: -0.375rem;
        text-shadow: 0 2.5rem rgba(255, 255, 255, 0.2); } }
    @media only screen and (max-width: 575px) {
      .hero-title {
        font-size: 3.625rem;
        line-height: 0.7;
        text-indent: -0.1875rem;
        text-shadow: 0 1.875rem rgba(255, 255, 255, 0.2); } }
  .hero-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 0.6875rem;
       -moz-column-gap: 0.6875rem;
            column-gap: 0.6875rem; }
    .hero-buttons .button {
      min-width: 9.375rem;
      font-size: 0.75rem;
      text-transform: uppercase;
      letter-spacing: calc(0.0875em * 4); }
  .hero-slider {
    margin-top: 1.25rem;
    height: 4.375rem;
    width: 1.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }
    .hero-slider:after {
      content: "";
      width: 0.0625rem;
      height: 100%;
      min-width: 1px;
      position: absolute;
      background: #fff; }
    .hero-slider-box {
      display: block;
      position: absolute;
      top: 0.625rem;
      width: 1.5625rem;
      height: 1.5625rem;
      border-radius: 0.3125rem;
      border: 0.0625rem solid #fff;
      -webkit-animation: hero-slider 1.6s ease-in infinite;
              animation: hero-slider 1.6s ease-in infinite; }

.swiper-slide-active .hero-label {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s; }

.swiper-slide-active .hero-title {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s; }

.swiper-slide-active .hero-inner-bottom {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s; }
  @media only screen and (max-width: 991px) {
    .swiper-slide-active .hero-inner-bottom {
      margin-bottom: 3.125rem; } }

.swiper-slide-active .hero-label,
.swiper-slide-active .hero-title,
.swiper-slide-active .hero-inner-bottom {
  -webkit-transform: translateY(0rem);
      -ms-transform: translateY(0rem);
          transform: translateY(0rem);
  opacity: 1; }

@-webkit-keyframes hero-slider {
  0% {
    top: 10px; }
  5% {
    top: 11px; }
  8% {
    top: 11px; }
  10% {
    top: 14px; }
  15% {
    top: 16px; }
  20% {
    top: 18px; }
  25% {
    top: 22px; }
  30% {
    top: 26px; }
  35% {
    top: 28px; }
  40% {
    top: 32px; }
  50% {
    top: 35px; }
  55% {
    top: 32px; }
  60% {
    top: 28px; }
  65% {
    top: 26px; }
  70% {
    top: 22px; }
  75% {
    top: 18px; }
  80% {
    top: 16px; }
  85% {
    top: 14px; }
  90% {
    top: 11px; }
  95% {
    top: 10px; }
  100% {
    top: 10px; } }

@keyframes hero-slider {
  0% {
    top: 10px; }
  5% {
    top: 11px; }
  8% {
    top: 11px; }
  10% {
    top: 14px; }
  15% {
    top: 16px; }
  20% {
    top: 18px; }
  25% {
    top: 22px; }
  30% {
    top: 26px; }
  35% {
    top: 28px; }
  40% {
    top: 32px; }
  50% {
    top: 35px; }
  55% {
    top: 32px; }
  60% {
    top: 28px; }
  65% {
    top: 26px; }
  70% {
    top: 22px; }
  75% {
    top: 18px; }
  80% {
    top: 16px; }
  85% {
    top: 14px; }
  90% {
    top: 11px; }
  95% {
    top: 10px; }
  100% {
    top: 10px; } }

.intro {
  position: relative;
  z-index: 2;
  -webkit-backdrop-filter: blur(1.25rem);
          backdrop-filter: blur(1.25rem);
  background-color: rgba(250, 250, 250, 0.8); }
  .intro-inner {
    padding: 5.9375rem 11.875rem 5.9375rem 7.8125rem;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 6.5625rem;
       -moz-column-gap: 6.5625rem;
            column-gap: 6.5625rem; }
    @media only screen and (max-width: 1199px) {
      .intro-inner {
        padding: 5rem 0; } }
    @media only screen and (max-width: 991px) {
      .intro-inner {
        padding: 3.125rem 0;
        -webkit-column-gap: 3.125rem;
           -moz-column-gap: 3.125rem;
                column-gap: 3.125rem;
        min-height: 0; } }
    @media only screen and (max-width: 767px) {
      .intro-inner {
        row-gap: 1.875rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .intro-image {
    min-width: 26.5625rem;
    width: 26.5625rem; }
    .intro-image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      display: block; }
    @media only screen and (max-width: 991px) {
      .intro-image {
        min-width: 18.75rem; } }
    @media only screen and (max-width: 767px) {
      .intro-image {
        width: 100%; } }
  .intro-content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .intro-content-title {
      font-size: 2.6875rem;
      font-weight: 400;
      letter-spacing: -0.03675em;
      line-height: calc(48 / 46);
      margin-bottom: 3.3125rem; }
    .intro-content-text {
      font-weight: 500;
      line-height: calc(21 / 17);
      margin-bottom: 3.3125rem; }
    .intro-content-buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    @media only screen and (max-width: 767px) {
      .intro-content-text, .intro-content-title {
        margin-bottom: 1.875rem; }
      .intro-content-title {
        font-size: 2.375rem; } }
    @media only screen and (max-width: 575px) {
      .intro-content-title {
        font-size: 2rem; } }
  .intro_short-indent .intro-content-title {
    margin-bottom: 1.1875rem; }
  .intro_short-indent .intro-content-text {
    margin-bottom: 2.375rem; }

.safari-browser .intro-image-item {
  aspect-ratio: unset;
  width: 26.5625rem;
  height: 33.4375rem; }
  @media only screen and (max-width: 767px) {
    .safari-browser .intro-image-item {
      width: 100%;
      height: auto; }
      .safari-browser .intro-image-item:after {
        content: "";
        display: block;
        padding-bottom: 110%; }
      .safari-browser .intro-image-item img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; } }
  @media only screen and (max-width: 575px) {
    .safari-browser .intro-image-item:after {
      padding-bottom: 120%; } }

.split {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .split a {
    color: #fff; }
    .split a:hover {
      opacity: 0.6; }
  .split_colored {
    background-color: #f7f3ef; }
  .split-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 991px) {
      .split-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .split-center {
    min-width: 6.25rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media only screen and (max-width: 991px) {
      .split-center {
        margin-top: -4.375rem;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media only screen and (max-width: 767px) {
      .split-center {
        margin-top: -2.5rem; } }
    .split-center .split-middle-boat {
      pointer-events: none; }
      @media only screen and (min-width: 992px) {
        .split-center .split-middle-boat {
          max-height: 14.5625rem; }
          .split-center .split-middle-boat:has(+ .split-content-buttons) {
            margin-top: 5.0625rem; } }
      @media only screen and (max-width: 991px) {
        .split-center .split-middle-boat {
          max-width: 5rem;
          width: 100%;
          max-height: none; } }
    .split-center .split-content-buttons {
      margin: 3.1875rem 0; }
      @media only screen and (max-width: 991px) {
        .split-center .split-content-buttons {
          margin: -1.875rem 0 0; } }
  .split-right, .split-left {
    width: 50%;
    position: relative;
    aspect-ratio: calc(685 / 820);
    padding-block: 5.3125rem 3.125rem;
    padding-inline: 5.3125rem; }
    @media only screen and (max-width: 991px) {
      .split-right, .split-left {
        width: 100%;
        padding-block: 5.3125rem; } }
    @media only screen and (max-width: 767px) {
      .split-right, .split-left {
        padding-block: 3.125rem;
        padding-inline: 1.0625rem; } }
  @media only screen and (min-width: 992px) {
    .split-left {
      padding-right: 0; } }
  @media only screen and (max-width: 767px) {
    .split-left {
      padding-block: 3.125rem 5rem; } }
  @media only screen and (min-width: 992px) {
    .split-right {
      padding-left: 0; } }
  @media only screen and (max-width: 767px) {
    .split-right {
      padding-block: 5rem 3.125rem; } }
  .split-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1; }
  .split-middle-boat {
    pointer-events: none;
    position: absolute;
    left: 100%;
    bottom: 8.125rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 4; }
    @media only screen and (max-width: 991px) {
      .split-middle-boat {
        -webkit-transform: translate(-50%, 50%) rotate(90deg);
            -ms-transform: translate(-50%, 50%) rotate(90deg);
                transform: translate(-50%, 50%) rotate(90deg);
        left: 50%;
        bottom: 0; } }
  .split-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    position: relative;
    z-index: 2;
    background-color: rgba(12, 44, 64, 0.77);
    padding-block: 5rem 3.125rem;
    padding-inline: 4.6875rem;
    color: #fff; }
    @media only screen and (min-width: 992px) {
      .split-content {
        min-height: 42.1875rem; } }
    .split-content-right {
      border-radius: 0rem 3.125rem 3.125rem 0rem;
      padding-inline: 5rem; }
      @media only screen and (max-width: 991px) {
        .split-content-right {
          border-radius: 3.125rem; } }
      @media only screen and (max-width: 767px) {
        .split-content-right {
          padding-inline: 2.125rem; } }
    .split-content-left {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      border-radius: 3.125rem 0rem 0rem 3.125rem;
      padding-inline: 3.75rem 4.375rem; }
      @media only screen and (max-width: 991px) {
        .split-content-left {
          border-radius: 3.125rem; } }
      @media only screen and (max-width: 767px) {
        .split-content-left {
          padding-inline: 2.125rem; } }
    @media only screen and (max-width: 767px) {
      .split-content {
        padding-block: 3.125rem; } }
    .split-content-label {
      font-weight: 600;
      font-size: 1.125rem;
      text-transform: uppercase;
      line-height: 1;
      letter-spacing: calc(0.0875em * 4);
      margin-bottom: 2.375rem; }
      @media only screen and (max-width: 575px) {
        .split-content-label {
          margin-bottom: 1.25rem; } }
    .split-content-title {
      font-size: 4.0625rem;
      line-height: calc(58 / 55);
      margin-bottom: 1.5625rem;
      letter-spacing: -0.02em;
      font-weight: 600; }
      @media only screen and (min-width: 1200px) {
        .split-content-title {
          max-width: 85%; } }
      @media only screen and (max-width: 767px) {
        .split-content-title {
          font-size: 3.25rem; } }
      @media only screen and (max-width: 575px) {
        .split-content-title {
          font-size: 2.375rem; } }
    .split-content-text {
      font-size: 1rem;
      line-height: calc(21 / 16);
      margin-bottom: 2.375rem; }
      .split-content-text ul {
        padding-left: 0.375rem;
        list-style: none; }
      .split-content-text li {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 1.125rem;
        font-weight: 600;
        line-height: 21px;
        letter-spacing: 0.0125rem; }
        .split-content-text li:before {
          content: "";
          margin: 4px 17px 0 0;
          display: block;
          position: relative;
          width: 14px;
          height: 14px;
          border-radius: 100%;
          border: 1px solid #a6cfff;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
        .split-content-text li:after {
          content: "";
          position: absolute;
          top: 7px;
          left: 3px;
          display: block;
          width: 8px;
          height: 8px;
          border-radius: 100%;
          background-color: #a6cfff;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
    .split-content-buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: auto;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
  @media only screen and (max-width: 991px) {
    .split_mono .button {
      margin-bottom: 3.5rem; } }
  .split_mono.split .split-left .split-content,
  .split_mono.split .split-right .split-content {
    background-color: #0b3744; }
    .split_mono.split .split-left .split-content:before,
    .split_mono.split .split-right .split-content:before {
      display: none; }
  .split_mono.split .split-left .split-content-title,
  .split_mono.split .split-right .split-content-title {
    margin-bottom: 1rem;
    letter-spacing: 0.0125rem; }
  .split_mono.split .split-content-title {
    max-width: none; }
  .split_mono.split .split-left .split-content,
  .split_mono.split .split-right .split-content {
    padding-top: 5.0625rem;
    padding-bottom: 1.375rem; }
  .split_mono.split .split-left .split-content {
    padding-left: 4.75rem;
    padding-right: 1.875rem; }
    @media only screen and (max-width: 991px) {
      .split_mono.split .split-left .split-content {
        padding-bottom: 0; } }
    @media only screen and (max-width: 767px) {
      .split_mono.split .split-left .split-content {
        padding-left: 2.125rem; } }
  .split_mono.split .split-right .split-content {
    padding-left: 6.0625rem;
    padding-right: 1.875rem; }
    @media only screen and (max-width: 991px) {
      .split_mono.split .split-right .split-content {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 4.75rem; } }
    @media only screen and (max-width: 767px) {
      .split_mono.split .split-right .split-content {
        padding-left: 2.125rem; } }
  .split_mono.split .split-middle-boat {
    pointer-events: none;
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -o-object-fit: contain;
       object-fit: contain; }
    @media only screen and (max-width: 991px) {
      .split_mono.split .split-middle-boat {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); } }
  .split_mono.split .split-inner {
    background-color: #0b3744;
    overflow: hidden; }
  .split_mono.split .split-left .split-content:after,
  .split_mono.split .split-right .split-content:after {
    display: none; }
  .split_regular .split__head {
    margin-left: auto;
    margin-right: auto;
    max-width: 34.375rem; }
  .split_regular.lifestyle-split .split__head {
    margin-bottom: 3.875rem; }
  .split_regular .split-content-title {
    max-width: 33.75rem;
    font-size: 2.875rem;
    letter-spacing: -0.0625rem;
    line-height: 3rem;
    font-weight: 400; }
  .split_regular .split-content .split-content-title {
    font-weight: 600; }
  .split_regular .split-content-text {
    font-weight: 400; }
  .split_regular .split-left .split-content {
    padding-right: 1.5625rem; }
  .split.split_bg {
    padding-bottom: 7.0625rem; }
    .split.split_bg:before {
      content: "";
      display: block;
      width: 100vw;
      height: 45rem;
      position: absolute;
      bottom: 0;
      left: 0;
      background-image: url(../png/buy-map.png);
      background-size: cover;
      pointer-events: none;
      mix-blend-mode: multiply; }

.waiting {
  padding-block: 9.0625rem 5.625rem;
  overflow: hidden; }
  @media only screen and (max-width: 991px) {
    .waiting {
      padding-block: 5rem; } }
  @media only screen and (max-width: 767px) {
    .waiting {
      padding-block: 3.75rem; } }
  .waiting__marquee-wrapper {
    position: relative; }
    .waiting__marquee-wrapper .swiper-button-prev,
    .waiting__marquee-wrapper .swiper-button-next {
      color: #0c2c40;
      -webkit-transition: opacity 300ms ease;
      transition: opacity 300ms ease; }
      .waiting__marquee-wrapper .swiper-button-prev:hover,
      .waiting__marquee-wrapper .swiper-button-next:hover {
        opacity: 0.7; }
    @media only screen and (min-width: 992px) {
      .waiting__marquee-wrapper .swiper-button-prev {
        left: 6.25rem; } }
    @media only screen and (min-width: 992px) {
      .waiting__marquee-wrapper .swiper-button-next {
        right: 6.25rem; } }
  .waiting [home-waiting-slider] {
    overflow: visible; }
    .waiting [home-waiting-slider]:before {
      content: "";
      position: absolute;
      top: 0;
      right: 100%;
      display: block;
      width: 50vw;
      height: 100%;
      background-color: #fff;
      z-index: 2; }
  .waiting-heading {
    padding-inline: 2.5rem 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 7.1875rem; }
    .waiting-heading-title {
      font-size: 4.0625rem;
      font-weight: 600;
      letter-spacing: -0.02em;
      line-height: calc(60 / 65);
      max-width: 31.25rem; }
      @media only screen and (max-width: 991px) {
        .waiting-heading-title {
          font-size: 3.4375rem; } }
      @media only screen and (max-width: 767px) {
        .waiting-heading-title {
          font-size: 3rem; } }
      @media only screen and (max-width: 575px) {
        .waiting-heading-title {
          font-size: 2rem; } }
    .waiting-heading-text {
      font-weight: 600;
      line-height: calc(21 / 17);
      max-width: 29.6875rem; }
    @media only screen and (max-width: 991px) {
      .waiting-heading {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        margin-bottom: 5rem; }
        .waiting-heading-title {
          margin-bottom: 2rem; } }
    @media only screen and (max-width: 991px) {
      .waiting-heading {
        padding-inline: 2.5rem;
        margin-bottom: 3.75rem; } }
    @media only screen and (max-width: 767px) {
      .waiting-heading {
        padding-inline: 0; } }
  .waiting-item {
    margin-right: 1.25rem;
    width: 32.25rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .waiting-item-name {
      font-weight: 600;
      font-size: 1.375rem;
      line-height: calc(30 / 22);
      color: #172334;
      text-transform: uppercase;
      letter-spacing: calc(0.0875em * 4);
      padding-left: 1.125rem;
      margin-bottom: 0.625rem; }
      @media only screen and (max-width: 767px) {
        .waiting-item-name {
          font-size: 1.25rem; } }
      @media only screen and (max-width: 575px) {
        .waiting-item-name {
          font-size: 1.125rem; } }
    .waiting-item-image {
      aspect-ratio: calc(516 / 547);
      margin-bottom: 1.75rem;
      position: relative;
      overflow: hidden; }
      .waiting-item-image img {
        height: 100%;
        width: 100%;
        display: block;
        -o-object-fit: cover;
           object-fit: cover;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .waiting-item-buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      pointer-events: none; }
    .waiting-item:hover .button {
      color: #fff; }
      .waiting-item:hover .button-border {
        border-color: #0c2228; }
      .waiting-item:hover .button:before {
        top: 0;
        background-color: #0c2228; }
      .waiting-item:hover .button:after {
        -webkit-animation: arrow-animation 0.3s ease;
                animation: arrow-animation 0.3s ease;
        background-image: url(../svg/arrow-right-white.svg); }
    .waiting-item:hover .waiting-item-image img {
      -webkit-transition: all 2s ease-in-out;
      transition: all 2s ease-in-out;
      -webkit-transform: translate(-50%, -50%) scale(1.2);
          -ms-transform: translate(-50%, -50%) scale(1.2);
              transform: translate(-50%, -50%) scale(1.2); }
  .waiting_column-content {
    padding-bottom: 2.375rem; }
    .waiting_column-content .waiting-heading {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .waiting_column-content .waiting-heading-title,
    .waiting_column-content .waiting-heading-text {
      max-width: none; }
    .waiting_column-content .waiting-heading-title {
      margin-bottom: 0.6875rem; }
  .waiting_bg {
    position: relative; }
    .waiting_bg:before {
      content: "";
      display: block;
      width: 100vw;
      height: 45rem;
      position: absolute;
      top: 3.75rem;
      left: 0;
      background-image: url(../png/buy-map.png);
      background-size: cover;
      pointer-events: none;
      mix-blend-mode: multiply; }
      @media only screen and (max-width: 991px) {
        .waiting_bg:before {
          top: 1.875rem; } }
      @media only screen and (max-width: 767px) {
        .waiting_bg:before {
          top: -6.25rem; } }

@keyframes arrow-animation {
  0% {
    background-position: 50%; }
  33% {
    background-position: 20px; }
  65% {
    background-position: 20px; }
  66% {
    background-position: -20px; }
  100% {
    background-position: 50%; } }

.safari-browser .waiting-item-image {
  width: 100%;
  height: 34.1875rem;
  aspect-ratio: unset; }
  @media only screen and (max-width: 767px) {
    .safari-browser .waiting-item-image {
      height: auto; }
      .safari-browser .waiting-item-image:after {
        content: "";
        display: block;
        padding-bottom: 120%; } }
  @media only screen and (max-width: 575px) {
    .safari-browser .waiting-item-image:after {
      padding-bottom: 120%; } }

.testimonies {
  font-family: "Sen", sans-serif;
  padding-block: 7.8125rem 4.375rem; }
  @media only screen and (max-width: 991px) {
    .testimonies {
      padding-block: 5.3125rem 4.375rem; } }
  .testimonies-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    margin-bottom: 2.1875rem;
    padding-inline: 2.5rem 1.25rem; }
    @media only screen and (max-width: 991px) {
      .testimonies-heading {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        row-gap: 1.5625rem; } }
    @media only screen and (max-width: 767px) {
      .testimonies-heading {
        padding-inline: 0; } }
    .testimonies-heading-title {
      font-weight: 400;
      font-size: 4.0625rem;
      line-height: calc(62/65);
      letter-spacing: -0.022em;
      max-width: 53.125rem;
      position: relative; }
      .testimonies-heading-title > div {
        overflow: hidden;
        line-height: 1.2; }
        .testimonies-heading-title > div:not(:first-child) {
          margin-top: -0.5rem; }
        @media only screen and (min-width: 992px) {
          .testimonies-heading-title > div:not(:first-child) {
            margin-top: -1rem; } }
      .testimonies-heading-title:before {
        content: '';
        position: absolute;
        bottom: calc(100% + 3.75rem);
        left: 1.5625rem;
        background-color: #bbbbbb;
        width: 2.5rem;
        height: 0.0625rem;
        min-height: 1px; }
      @media only screen and (max-width: 991px) {
        .testimonies-heading-title:before {
          bottom: calc(100% + 2rem); } }
      @media only screen and (max-width: 767px) {
        .testimonies-heading-title {
          font-size: 3.125rem; }
          .testimonies-heading-title:before {
            left: 0.9375rem; } }
      @media only screen and (max-width: 575px) {
        .testimonies-heading-title {
          font-size: 2.5rem; } }
    .testimonies-heading-label {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 0.875rem;
      letter-spacing: calc(0.0875em * 4);
      color: #172334;
      opacity: 0.5; }
      .testimonies-heading-label > div {
        overflow: hidden; }
      @media only screen and (max-width: 767px) {
        .testimonies-heading-label {
          font-size: 0.75rem; } }
    .testimonies-heading-quote {
      position: absolute;
      left: 50%;
      bottom: 0.3125rem;
      width: 17.625rem;
      height: 14.875rem;
      pointer-events: none; }
      @media only screen and (max-width: 767px) {
        .testimonies-heading-quote {
          right: 0;
          left: unset; } }
  .testimonies-slider {
    padding-block: 1.875rem;
    border: solid #7f7e7b;
    border-width: 1px 0;
    position: relative; }
    @media only screen and (min-width: 1800px) {
      .testimonies-slider {
        border-width: 0.0625rem 0; } }
    .testimonies-slider-nav {
      bottom: 2.1875rem;
      right: 0;
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 0.5rem;
      z-index: 10; }
      @media only screen and (max-width: 991px) {
        .testimonies-slider-nav {
          display: none; } }
    .testimonies-slider-pagination {
      position: static;
      padding-block: 1.25rem 0; }
      .testimonies-slider-pagination .swiper-pagination-bullet {
        border-radius: 1.25rem;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .testimonies-slider-pagination .swiper-pagination-bullet-active {
          background-color: #3078cc;
          width: 0.9375rem; }
      @media only screen and (min-width: 992px) {
        .testimonies-slider-pagination {
          display: none; } }
    .testimonies-slider-button {
      border-radius: 50%;
      border: 0.0625rem solid #000;
      width: 2.5625rem;
      height: 2.5625rem;
      background: transparent;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .testimonies-slider-button svg {
        width: 0.5625rem;
        height: 0.8125rem; }
      .testimonies-slider-button:hover {
        opacity: 0.25; }
  .testimonies-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 991px) {
      .testimonies-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .testimonies-item-image {
      min-width: 39.0625rem;
      width: 39.0625rem;
      overflow: hidden;
      position: relative;
      aspect-ratio: calc(625/415); }
      @media only screen and (max-width: 991px) {
        .testimonies-item-image {
          width: 100%;
          min-width: 0; } }
      .testimonies-item-image img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        position: absolute;
        left: 0;
        top: 0; }
    .testimonies-item-caption {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-inline: 2rem;
      padding-block: 0.9375rem 0.3125rem; }
      @media only screen and (max-width: 991px) {
        .testimonies-item-caption {
          padding-inline: 0;
          padding-block: 1.5625rem 0.3125rem;
          row-gap: 1.25rem; } }
    .testimonies-item-text {
      font-size: 2.125rem;
      line-height: calc(36/34);
      letter-spacing: -0.022em;
      -webkit-transition: all 1s ease;
      transition: all 1s ease;
      -webkit-transform: translateY(1rem);
          -ms-transform: translateY(1rem);
              transform: translateY(1rem);
      opacity: 0; }
      .testimonies-item-text > div {
        line-height: 1.15;
        overflow: hidden; }
        @media only screen and (min-width: 992px) {
          .testimonies-item-text > div:not(:first-child) {
            margin-top: -0.25rem; } }
      @media only screen and (max-width: 991px) {
        .testimonies-item-text {
          font-size: 1.875rem; } }
      @media only screen and (max-width: 767px) {
        .testimonies-item-text {
          font-size: 1.625rem; } }
      @media only screen and (max-width: 575px) {
        .testimonies-item-text {
          font-size: 1.375rem; } }
    .testimonies-item-author {
      font-weight: 500;
      letter-spacing: calc(0.0875em * 4);
      line-height: calc(21/14);
      font-size: 0.875rem;
      text-transform: uppercase;
      -webkit-transition: all 1s ease;
      transition: all 1s ease;
      -webkit-transform: translateY(-1rem);
          -ms-transform: translateY(-1rem);
              transform: translateY(-1rem);
      opacity: 0; }
      .testimonies-item-author > div {
        overflow: hidden; }
      @media only screen and (max-width: 767px) {
        .testimonies-item-author {
          font-size: 0.875rem; } }
  .testimonies_bg {
    background-color: #f7f3ef; }
    .testimonies_bg .container {
      margin-top: -2.5rem; }

.swiper-slide-active .testimonies-item-text {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s; }

.swiper-slide-active .testimonies-item-author {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s; }

.swiper-slide-active .testimonies-item-text,
.swiper-slide-active .testimonies-item-author {
  -webkit-transform: translateY(0rem);
      -ms-transform: translateY(0rem);
          transform: translateY(0rem);
  opacity: 1; }

.safari-browser .testimonies-item-image {
  height: 25.9375rem; }
  @media only screen and (max-width: 991px) {
    .safari-browser .testimonies-item-image {
      height: auto; }
      .safari-browser .testimonies-item-image:after {
        content: '';
        display: block;
        width: 100%;
        padding-bottom: 56%; } }

.about {
  background-color: #f7f3ef;
  padding-block: 4.375rem 4.6875rem; }
  .about-inner {
    padding-inline: 8.75rem 4.375rem; }
    @media only screen and (min-width: 992px) {
      .about-inner {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        -webkit-column-gap: 1.875rem;
           -moz-column-gap: 1.875rem;
                column-gap: 1.875rem; } }
    @media only screen and (max-width: 991px) {
      .about-inner {
        padding-inline: 0; } }
  .about-content {
    position: relative;
    z-index: 2; }
  .about-label {
    font-family: "Sen", sans-serif;
    font-weight: 400;
    font-size: 2.875rem;
    line-height: calc(48 / 46);
    margin-bottom: 0.625rem; }
    @media only screen and (max-width: 991px) {
      .about-label {
        font-size: 2.5rem; } }
    @media only screen and (max-width: 767px) {
      .about-label {
        font-size: 2rem; } }
    @media only screen and (max-width: 575px) {
      .about-label {
        font-size: 1.5rem; } }
  .about-title {
    font-family: "TTHovesProTriExp", sans-serif;
    font-size: 4.375rem;
    line-height: 0.75;
    color: #134868;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 2.1875rem;
    text-indent: -0.5rem; }
    @media only screen and (max-width: 991px) {
      .about-title {
        font-size: 4.0625rem; } }
    @media only screen and (max-width: 767px) {
      .about-title {
        margin-bottom: 0.625rem;
        font-size: 2.8125rem; } }
  .about-text {
    font-family: "Sen", sans-serif;
    font-weight: 500;
    max-width: 21.5625rem;
    line-height: calc(21 / 17);
    margin-bottom: 1.5625rem; }
    @media only screen and (max-width: 767px) {
      .about-text {
        max-width: 100%; } }
  .about-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .about-image img {
    position: relative;
    z-index: 1;
    max-width: 100%;
    width: 100%;
    bottom: 0;
    -webkit-transform: translateY(6.875rem);
        -ms-transform: translateY(6.875rem);
            transform: translateY(6.875rem); }
    @media only screen and (max-width: 767px) {
      .about-image img {
        position: static; } }

.about-hero {
  min-height: 31.1875rem;
  position: relative;
  overflow: hidden;
  color: #fff;
  padding-top: 12.25rem;
  padding-bottom: 1.25rem; }
  .about-hero:not(.about-hero_extended) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .about-hero:not(.about-hero_extended) .about-hero__display {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .about-hero:not(.about-hero_extended) .about-hero__container {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .about-hero:not(.about-hero_extended) .hero-slider {
      margin-top: auto; }
      @media only screen and (max-width: 991px) {
        .about-hero:not(.about-hero_extended) .hero-slider {
          margin-bottom: 3.125rem; } }
  .about-hero__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
    .about-hero__background img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      position: relative;
      z-index: 0; }
    .about-hero__background:after {
      content: "";
      display: block;
      background-color: #000;
      opacity: 0.25;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
  .about-hero__display {
    position: relative;
    z-index: 1; }
  .about-hero__container {
    max-width: 74.5rem; }
  .about-hero__main {
    max-width: 33.25rem; }
  .about-hero__title {
    font-size: 4.08875rem;
    letter-spacing: -0.025em;
    line-height: calc(58 / 65.42);
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    -webkit-transform: translateY(1rem);
        -ms-transform: translateY(1rem);
            transform: translateY(1rem);
    opacity: 0; }
    @media only screen and (max-width: 767px) {
      .about-hero__title {
        font-size: 3rem; } }
    .is-visible .about-hero__title {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      opacity: 1; }
  .about-hero__description {
    line-height: calc(21 / 17);
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    margin-top: 1.125rem;
    padding-left: 0.3125rem;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
    -webkit-transform: translateY(1rem);
        -ms-transform: translateY(1rem);
            transform: translateY(1rem);
    opacity: 0; }
    .is-visible .about-hero__description {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      opacity: 1; }
  .about-hero .hero-slider {
    margin-inline: auto;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
    -webkit-transform: translateY(1rem);
        -ms-transform: translateY(1rem);
            transform: translateY(1rem);
    opacity: 0; }
  .about-hero.is-visible .hero-slider {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  .about-hero__buttons {
    margin-top: 1.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .about-hero_sticky {
    position: sticky;
    top: 0; }
  .about-hero_extended {
    padding-top: 0;
    min-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    @media only screen and (max-width: 991px) {
      .about-hero_extended {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media only screen and (min-width: 992px) {
      .about-hero_extended .hero-slider {
        position: absolute;
        right: 2.1875rem;
        bottom: 1.875rem;
        z-index: 3; } }
    .about-hero_extended .about-hero__title {
      margin-top: 1.25rem;
      font-size: 5.0625rem;
      letter-spacing: -0.125rem;
      line-height: 4.5rem; }
    .about-hero_extended .about-hero__description {
      margin-top: 1.25rem;
      padding-left: 0;
      font-size: 1.3125rem;
      font-weight: 600;
      line-height: 1;
      letter-spacing: 0.03125rem; }
    .about-hero_extended .about-hero__display {
      width: 100%;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      @media only screen and (min-width: 992px) {
        .about-hero_extended .about-hero__display {
          max-width: 46.25rem;
          background-color: #17232b; } }
      @media only screen and (max-width: 991px) {
        .about-hero_extended .about-hero__display {
          height: 37.5rem; } }
      .about-hero_extended .about-hero__display .about-hero__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 100%; }
    .about-hero_extended .about-hero__main {
      position: relative;
      z-index: 1;
      max-width: none; }
    .about-hero_extended .about-hero__container {
      position: relative; }
      @media only screen and (min-width: 992px) {
        .about-hero_extended .about-hero__container {
          padding: 0 1.25rem 0 9rem; } }
      @media only screen and (min-width: 992px) {
        .about-hero_extended .about-hero__container:before {
          content: "";
          display: block;
          width: 6.625rem;
          height: 19.375rem;
          position: absolute;
          top: 50%;
          left: 6.875rem;
          background-image: url(../png/boat-icon.png);
          background-size: cover;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          z-index: 1; } }
      @media only screen and (min-width: 992px) {
        .about-hero_extended .about-hero__container:after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 4.625rem;
          background-color: #162630; } }
    @media only screen and (min-width: 992px) {
      .about-hero_extended .about-hero__background {
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media only screen and (min-width: 992px) {
      .about-hero_extended .about-hero__background:after {
        display: none; } }
  .about-hero_bold .about-hero__description {
    margin-top: 1.25rem;
    font-size: 1.375rem;
    letter-spacing: 0.01875rem;
    line-height: 1; }
  .about-hero_full-height {
    padding: 0;
    height: 100vh; }
    .about-hero_full-height .about-hero__display {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .about-hero_full-height .hero-slider {
      position: absolute;
      bottom: 2.5rem;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      -webkit-transition: none;
      transition: none; }

.about-story {
  padding-top: 6.625rem;
  padding-bottom: 5.25rem; }
  .about-story__container {
    max-width: 70.625rem; }
  .about-story_reverse .about-story__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    @media only screen and (max-width: 1199px) {
      .about-story_reverse .about-story__wrapper {
        padding-left: 0; } }
    @media only screen and (max-width: 767px) {
      .about-story_reverse .about-story__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .about-story_reverse .about-story__left {
    width: 100%;
    padding-left: 0.9375rem;
    max-width: 27.875rem; }
    @media only screen and (max-width: 767px) {
      .about-story_reverse .about-story__left {
        padding-left: 0; } }
  .about-story_reverse .about-story__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 29rem; }
    @media only screen and (max-width: 767px) {
      .about-story_reverse .about-story__right {
        padding-left: 0;
        max-width: none;
        margin-top: 1.875rem; } }
  .about-story_up {
    padding-top: 5.25rem;
    background-color: #f7f3ef; }
    .about-story_up .about-story__left {
      margin-top: -7.875rem; }
  .about-story__wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 3.5rem; }
    @media only screen and (max-width: 1199px) {
      .about-story__wrapper {
        padding-left: 0; } }
    @media only screen and (max-width: 767px) {
      .about-story__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .about-story__left {
    width: 100%;
    max-width: 29rem; }
  .about-story__picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0; }
    .about-story__picture img {
      width: 100%; }
  .about-story__right {
    width: 100%;
    padding-left: 0.9375rem;
    max-width: 27.875rem; }
    @media only screen and (max-width: 767px) {
      .about-story__right {
        padding-left: 0;
        max-width: none;
        margin-top: 1.875rem; } }
  .about-story__label {
    margin-bottom: 2.5625rem; }
  .about-story__title {
    font-size: 2.89375rem;
    line-height: calc(48.39 / 46.3);
    font-weight: 400;
    letter-spacing: -0.025em; }
    @media only screen and (max-width: 767px) {
      .about-story__title {
        font-size: 2.375rem; } }
  .about-story__content {
    font-size: 1rem;
    line-height: calc(21 / 16);
    font-weight: 500;
    margin-top: 1.375rem;
    padding-left: 0.1875rem; }
    .about-story__content p {
      margin-bottom: 1.3125rem; }
  .about-story__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  @media only screen and (min-width: 768px) {
    .about-story.reverse .about-story__wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }

@media only screen and (min-width: 768px) {
  .page-lifestyle .about-story__container {
    max-width: 71.625rem; }
  .page-lifestyle .about-story__wrapper {
    margin-top: 0.3125rem; }
  .page-lifestyle .about-story__left {
    margin: 0 2.5rem; }
  .page-lifestyle .about-story__right {
    padding-left: 0;
    max-width: 26.875rem;
    margin-top: 2.625rem; }
  .page-lifestyle .about-story__title {
    margin-bottom: 1.8125rem; } }

.about-electric {
  background-color: #f7f3ef;
  padding-top: 7.1875rem;
  padding-bottom: 7.1875rem; }
  .about-electric__container {
    max-width: 68.75rem; }
  .about-electric__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 1.1875rem; }
    @media only screen and (max-width: 1199px) {
      .about-electric__wrapper {
        padding-left: 0; } }
    @media only screen and (max-width: 767px) {
      .about-electric__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .about-electric__left {
    width: 100%;
    max-width: 26.875rem; }
    @media only screen and (max-width: 767px) {
      .about-electric__left {
        max-width: none; } }
  .about-electric__right {
    width: 100%;
    max-width: 31.5625rem;
    padding-left: 0.9375rem; }
    @media only screen and (max-width: 767px) {
      .about-electric__right {
        padding-left: 0;
        max-width: none;
        margin-top: 2rem; } }
  .about-electric__content {
    font-size: 1rem;
    line-height: calc(21 / 16);
    font-weight: 500; }
    .about-electric__content p {
      margin-bottom: 1.3125rem; }
  .about-electric__action {
    margin-top: 2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    .about-electric__action .button {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
  .about-electric__swiper {
    margin-top: 4.25rem; }
    .about-electric__swiper .swiper-wrapper {
      -webkit-transition-timing-function: linear !important;
              transition-timing-function: linear !important;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .about-electric__swiper .swiper-wrapper .swiper-slide {
        width: auto; }

        .about-electric__swiper .swiper-wrapper .swiper-slide img {
          -o-object-fit: cover;
             object-fit: cover;
          width: 400px;
			height: 400px;
          max-width: 400px;
          aspect-ratio: 1/1 auto; }




          @media only screen and (max-width: 767px) {
            .about-electric__swiper .swiper-wrapper .swiper-slide img {
              max-width: 70vw; } }
  .about-electric__clone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none;
    -webkit-animation: marquee 40s linear infinite;
            animation: marquee 40s linear infinite; }
    .about-electric__clone li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      height: 100%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin-right: 6.25rem; }
      .about-electric__clone li img {
        height: 100%; }
  .about-electric_no-margin {
    padding: 1.1875rem 0 0; }
    .about-electric_no-margin .about-electric__swiper {
      margin: 0; }
  .about-electric_no-bg {
    background: none; }
  .about-electric_map {
    position: relative; }
    .about-electric_map:after {
      content: "";
      position: absolute;
      top: -1.25rem;
      left: 0;
      display: block;
      max-height: 56.9375rem;
      width: 100%;
      height: 100%;
      background-image: url(../png/map-bg.png);
      background-size: cover;
      mix-blend-mode: multiply;
      pointer-events: none; }

.about-years {
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 767px) {
    .about-years {
      height: auto;
      min-height: calc(var(--vh, 1vh) * 100);
      padding: 4.375rem 0; } }
  .about-years__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 8.4375rem;
    width: 100%; }
    @media only screen and (max-width: 1199px) {
      .about-years__wrapper {
        padding-left: 2.8125rem;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media only screen and (max-width: 991px) {
      .about-years__wrapper {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    @media only screen and (max-width: 767px) {
      .about-years__wrapper {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .about-years__main {
    width: 100%;
    max-width: 27.1875rem;
    padding-top: 13.0625rem;
    padding-right: 0.9375rem; }
    @media only screen and (max-width: 1199px) {
      .about-years__main {
        padding-top: 0; } }
  .about-years__title {
    font-size: 3.56438rem;
    line-height: calc(59.6 / 57.03);
    font-weight: 500; }
    @media only screen and (max-width: 1199px) {
      .about-years__title {
        font-size: 2.375rem; } }
  .about-years__contents {
    margin-top: 2.1875rem; }
  .about-years__annum {
    font-size: 2.8825rem;
    font-weight: 400;
    line-height: calc(48.2 / 46.12);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .about-years__text {
    margin-top: 1.125rem;
    padding-left: 2.0625rem;
    font-size: 1rem;
    line-height: calc(21 / 16);
    font-weight: 500;
    max-width: 16.25rem; }
  .about-years__thumbs {
    height: 2.5rem;
    overflow: visible;
    margin-top: 15.625rem; }
    @media only screen and (max-width: 1199px) {
      .about-years__thumbs {
        padding-right: 0.9375rem;
        margin-top: 0; } }
    @media only screen and (max-width: 767px) {
      .about-years__thumbs {
        opacity: 0;
        overflow: hidden; } }
    .about-years__thumbs .swiper-slide {
      height: auto;
      font-size: 0.85938rem;
      color: #d9d9d9;
      line-height: 1;
      font-weight: 600;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media only screen and (max-width: 767px) {
        .about-years__thumbs .swiper-slide {
          width: auto;
          padding-right: 1.875rem; } }
      .about-years__thumbs .swiper-slide:hover {
        cursor: pointer; }
      .about-years__thumbs .swiper-slide-active {
        color: #0f4769; }
        .about-years__thumbs .swiper-slide-active .icon-radio {
          border-color: #0f4769; }
          .about-years__thumbs .swiper-slide-active .icon-radio:before {
            background-color: #0f4769; }
        .about-years__thumbs .swiper-slide-active:hover {
          cursor: default;
          pointer-events: none; }
  .about-years__swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .about-years__swiper-content {
    max-height: 31.25rem;
    height: 100%;
    overflow: hidden; }
  .about-years__pictures {
    width: 100%;
    max-width: 34.5625rem;
    margin: 0; }
    @media only screen and (max-width: 1199px) {
      .about-years__pictures {
        -ms-flex-item-align: stretch;
            -ms-grid-row-align: stretch;
            align-self: stretch; } }
    @media only screen and (max-width: 767px) {
      .about-years__pictures {
        max-width: none; } }
    .about-years__pictures .swiper-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .about-years__pictures .swiper-slide img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }

.about-quote {
  background-color: #0b2228;
  color: #fff;
  position: relative;
  padding-top: 7.1875rem;
  padding-bottom: 4.875rem; }
  .about-quote__picture {
    width: 100%;
    max-width: 8.875rem;
    max-height: 25.8125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    position: absolute;
    top: 11%;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    pointer-events: none;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: translateY(6.25rem);
        -ms-transform: translateY(6.25rem);
            transform: translateY(6.25rem);
    opacity: 0; }
    .is-visible .about-quote__picture {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      opacity: 1; }
  .about-quote__display {
    position: relative;
    z-index: 1; }
  .about-quote__container {
    max-width: 74.5rem; }
  .about-quote__title {
    text-align: center; }
  .about-quote__group {
    margin-top: 5.6875rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 5.5rem;
    grid-row-gap: 1.6875rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    visibility: hidden; }
    @media only screen and (max-width: 767px) {
      .about-quote__group {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; } }
    .about-quote__group_active {
      visibility: visible; }
  .about-quote__col {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 1.6875rem; }
  .about-quote__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 6.25rem; }
    @media only screen and (max-width: 575px) {
      .about-quote__action {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .about-quote__action .button {
      margin: 0 0.9375rem;
      font-size: 0.85938rem;
      font-weight: 600; }
      @media only screen and (max-width: 575px) {
        .about-quote__action .button {
          margin: 0 0 1.875rem 0; } }

.quote-accordion {
  position: relative;
  border-bottom: 0.0625rem solid currentColor;
  padding: 0.25rem 0 0.875rem 3.75rem; }
  .quote-accordion__header:hover {
    cursor: pointer; }
  .quote-accordion__icon {
    width: 2.3125rem;
    height: 2.3125rem;
    background-color: currentColor;
    border-radius: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    left: 0;
    top: 0; }
    .quote-accordion__icon:before {
      content: "+";
      font-weight: 400;
      color: #000;
      position: relative;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      .open .quote-accordion__icon:before {
        content: "-";
        font-size: 1.1875rem;
        -webkit-transform: rotate(180deg) translateY(-2px);
            -ms-transform: rotate(180deg) translateY(-2px);
                transform: rotate(180deg) translateY(-2px); }
  .quote-accordion__title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: calc(28.41 / 24); }
  .quote-accordion__inner {
    padding-top: 0.875rem; }
  .quote-accordion__content {
    font-size: 0.875rem;
    line-height: calc(20.96 / 14); }

.about-contact {
  padding: 4.375rem 0;
  position: relative;
  background-color: #fff;
  color: #fff;
  text-align: center;
  min-height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2; }
  .about-contact__media {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(3% 0%, 97% 0%, 97% 100%, 3% 100%);
            clip-path: polygon(3% 0%, 97% 0%, 97% 100%, 3% 100%);
    overflow: hidden;
    border-radius: 0.625rem; }
    .about-contact__media picture, .about-contact__media img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      position: relative;
      z-index: 0; }
    .about-contact__media:after {
      content: "";
      display: block;
      background-color: #0c2d41;
      opacity: 0.29;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
  .about-contact__display {
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(30%);
        -ms-transform: translateY(30%);
            transform: translateY(30%);
    z-index: 2; }
  .about-contact__main {
    max-width: 30.625rem;
    margin-inline: auto; }
  .about-contact__title {
    font-size: 3.56438rem;
    line-height: calc(59.6 / 57.03);
    font-weight: 500; }
    @media only screen and (max-width: 767px) {
      .about-contact__title {
        font-size: 2.375rem; } }
  .about-contact__content {
    font-weight: bold;
    font-size: 1rem;
    line-height: calc(20.96 / 16);
    letter-spacing: -0.025em;
    margin-top: 1.9375rem; }
  .about-contact__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2.25rem; }
  .about-contact__split {
    margin-top: 3.125rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (14.0625rem)[2];
    grid-template-columns: repeat(2, 14.0625rem);
    grid-column-gap: 3.875rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media only screen and (max-width: 991px) {
      .about-contact__split {
        margin-top: 1.25rem;
        -ms-grid-columns: (14.0625rem)[1];
        grid-template-columns: repeat(1, 14.0625rem);
        grid-column-gap: 0; } }
  .about-contact__subtitle {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5625rem;
    letter-spacing: -0.0625rem; }
    @media only screen and (max-width: 991px) {
      .about-contact__subtitle {
        margin: 1.25rem 0 -1.25rem; } }
  .about-contact_large .about-contact__main {
    max-width: 36rem; }
  .about-contact_super-large .about-contact__main {
    max-width: 55.0625rem; }
  .about-contact_super-large .about-contact__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 36rem; }
  .about-contact_grey {
    background-color: #c3c5c9; }
  .about-contact_colored {
    background-color: #f7f3ef; }

.faq-questions {
  padding: 4.9375rem 0;
  background-color: #f7f3ef; }
  @media only screen and (max-width: 991px) {
    .faq-questions {
      padding: 3.125rem 0; } }
  .faq-questions__container {
    max-width: 81.25rem;
    padding: 0 0 0 1rem; }
    @media only screen and (max-width: 1440px) {
      .faq-questions__container {
        padding-left: 3.75rem; } }
    @media only screen and (max-width: 1199px) {
      .faq-questions__container {
        padding-right: 2.5rem; } }
    @media only screen and (max-width: 991px) {
      .faq-questions__container {
        padding-left: 1.0625rem;
        padding-right: 1.0625rem; } }
  .faq-questions__title {
    margin-bottom: 4.8125rem;
    padding: 0 2.125rem;
    font-size: 5.875rem;
    line-height: 5.5rem;
    letter-spacing: -0.125rem; }
    @media only screen and (max-width: 991px) {
      .faq-questions__title {
        margin-bottom: 1.875rem;
        padding: 0 0.9375rem;
        font-size: 4.375rem;
        line-height: 1; } }
    @media only screen and (max-width: 575px) {
      .faq-questions__title {
        font-size: 3.125rem; } }
  .faq-questions__item {
    padding-top: 1.25rem;
    border-top: 1px solid #4e4e4e;
    list-style-type: none; }
    .faq-questions__item:last-child {
      border-bottom: 1px solid #4e4e4e; }
    .faq-questions__item.open {
      padding-bottom: 3.125rem; }
      .faq-questions__item.open .faq-questions__sub-title {
        padding-bottom: 1.8125rem; }
  .faq-questions__sub-title {
    padding-bottom: 1.8125rem;
    font-family: 'Poppins', sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 3rem;
    letter-spacing: -0.05312rem;
    cursor: pointer; }
    @media only screen and (max-width: 991px) {
      .faq-questions__sub-title {
        font-size: 1.5625rem;
        line-height: 1.875rem; } }
  .faq-questions__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 43.75rem 1fr;
    grid-template-columns: 43.75rem 1fr;
    -webkit-column-gap: 3.4375rem;
       -moz-column-gap: 3.4375rem;
            column-gap: 3.4375rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media only screen and (max-width: 1199px) {
      .faq-questions__content {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; } }
  .faq-questions__text {
    padding: 3.4375rem 2.9375rem 0 0; }
    @media only screen and (max-width: 991px) {
      .faq-questions__text {
        padding: 1.875rem 0 0; } }
    .faq-questions__text p {
      margin-bottom: 1.25rem;
      font-weight: 500;
      line-height: 1.3125rem;
      letter-spacing: -0.02369rem; }
  .faq-questions__img-wrapper img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain; }
  .faq-questions__button {
    margin-top: 1.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.difference {
  background-color: #f7f3ef;
  padding: 4.75rem 0 3rem;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .difference {
      margin-top: 5.625rem; } }
  .difference_grey {
    background-color: #c3c5c9; }
    .difference_grey .difference__block {
      background-color: #c3c5c9;
      border-top-color: #5a5b5b; }
  .difference .container {
    position: relative;
    z-index: 2; }
  .difference__head {
    padding-bottom: 5.5rem;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .difference__head {
        padding: 0 1.875rem 8rem 2.625rem; } }
    .difference__head:after {
      content: "";
      display: block;
      max-height: 38.5625rem;
      width: 100%;
      height: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      background-image: url(../png/map-bg.png);
      background-size: cover;
      pointer-events: none;
      mix-blend-mode: multiply; }
    @media only screen and (min-width: 768px) {
      .difference__head__text {
        max-width: 37%;
        margin-left: auto;
        margin-top: 3.875rem; } }
    @media only screen and (max-width: 767px) {
      .difference__head__text {
        margin-top: 2.25rem; } }
  .difference__title {
    font-size: 5.89313rem;
    font-weight: 400;
    line-height: 0.93;
    letter-spacing: -0.16875rem;
    max-width: 60%; }
    @media only screen and (max-width: 767px) {
      .difference__title {
        font-size: 3rem; } }
    .difference__title mark {
      color: #134868; }
  .difference p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3; }
    .difference p:not(:last-child) {
      margin-bottom: 1.5625rem; }
  .difference ol,
  .difference ul {
    margin-bottom: 1.25rem; }
    .difference ol li,
    .difference ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 1rem;
      font-weight: 500;
      line-height: 21px; }
  .difference ul {
    list-style: none; }
    .difference ul li {
      position: relative; }
      .difference ul li:before {
        content: "";
        margin: 4px 15px 0 0;
        display: block;
        position: relative;
        width: 14px;
        height: 14px;
        border-radius: 100%;
        border: 1px solid #134868;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
      .difference ul li:after {
        content: "";
        position: absolute;
        top: 7px;
        left: 3px;
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 100%;
        background-color: #134868;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  @media only screen and (max-width: 1199px) {
    .difference__body {
      height: auto !important; } }
  .difference__block {
    border-top: 0.0625rem solid #4e4e4e;
    padding-top: 0.875rem;
    padding-bottom: 3.125rem; }
    @media only screen and (min-width: 1200px) {
      .difference__block {
        background-color: #f7f3ef;
        -webkit-transform: translateY(100%);
            -ms-transform: translateY(100%);
                transform: translateY(100%); } }
    @media only screen and (max-width: 1199px) {
      .difference__block {
        -webkit-transform: translate(0, 0) translate3d(0, 0, 0) !important;
                transform: translate(0, 0) translate3d(0, 0, 0) !important; } }
    @media only screen and (min-width: 1200px) {
      .difference__block:first-child {
        background-color: transparent;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); } }
    .difference__block:last-child {
      border-bottom: 0.0625rem solid #4e4e4e; }
    .difference__block__top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .difference__block__number {
      display: block;
      margin: -5rem 0 1.5rem;
      color: #c1c6c8;
      font-size: 5.4375rem;
      line-height: 0.64;
      text-align: right;
      text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; }
      @media only screen and (max-width: 767px) {
        .difference__block__number {
          margin-top: -4.1875rem;
          font-size: 3.75rem; } }
    .difference__block__title {
      font-size: 2.89375rem;
      line-height: 1.2;
      font-weight: 400;
      letter-spacing: -0.075rem;
      margin-bottom: 1.5rem; }
      @media only screen and (max-width: 767px) {
        .difference__block__title {
          font-size: 2.375rem; } }
    @media only screen and (min-width: 768px) {
      .difference__block__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media only screen and (min-width: 768px) {
      .difference__block__content_reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; } }
    @media only screen and (min-width: 768px) {
      .difference__block__content_reverse .difference__block__text {
        padding-left: 0; } }
    @media only screen and (min-width: 768px) {
      .difference__block__content_reverse .difference__block__media {
        padding-left: 5%; } }
    @media only screen and (min-width: 768px) {
      .difference__block__media {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 60.5%;
                flex: 0 0 60.5%;
        max-width: 60.5%; } }
    @media only screen and (max-width: 767px) {
      .difference__block__media {
        margin-bottom: 1.5rem; } }
    @media only screen and (min-width: 768px) {
      .difference__block__text {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 36.5%;
                flex: 0 0 36.5%;
        max-width: 36.5%;
        padding-left: 5%; } }
    .difference__block__button {
      margin-bottom: 1.25rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .difference picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  @media only screen and (min-width: 992px) {
    .difference_extended {
      padding-top: 8.75rem; } }
  @media only screen and (max-width: 991px) {
    .difference_extended {
      margin-top: 0; } }
  .difference_extended .difference__title {
    font-family: "Sen", sans-serif;
    font-size: 2.875rem;
    letter-spacing: -0.0625rem;
    text-transform: uppercase; }
    .difference_extended .difference__title mark {
      font-family: "TTHovesProTriExp", sans-serif;
      font-size: 6.1875rem;
      letter-spacing: -0.25rem; }
    @media only screen and (max-width: 991px) {
      .difference_extended .difference__title {
        margin-bottom: 1.25rem;
        width: auto; }
        .difference_extended .difference__title mark {
          font-size: 3.75rem; } }
    @media only screen and (max-width: 767px) {
      .difference_extended .difference__title mark {
        font-size: 2.875rem; } }
  .difference_extended .difference__head__text {
    max-width: 36.1875rem; }
  @media only screen and (min-width: 768px) {
    .difference_extended .difference__block__text, .difference_extended .difference__block__top {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 57.5%;
              flex: 0 0 57.5%;
      max-width: 57.5%; } }
  @media only screen and (max-width: 767px) {
    .difference_extended .difference__block__text, .difference_extended .difference__block__top {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 80%;
              flex: 0 0 80%;
      max-width: 80%; } }
  @media only screen and (min-width: 768px) {
    .difference_extended .difference__block__media {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 42.5%;
              flex: 0 0 42.5%;
      max-width: 42.5%;
      max-height: 20.625rem; }
      .difference_extended .difference__block__media picture:first-child {
        margin-top: -4.375rem; } }

mark {
  background: transparent; }

.full-height-section {
  background-color: #f7f3ef;
  min-height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  position: relative;
  z-index: 2; }
  .full-height-section__bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 102%;
    height: 100%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-clip-path: polygon(3% 0%, 97% 0%, 97% 100%, 3% 100%);
            clip-path: polygon(3% 0%, 97% 0%, 97% 100%, 3% 100%); }
    .full-height-section__bg img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: right center;
         object-position: right center; }
  .full-height-section__block {
    position: absolute;
    left: 3.375rem;
    bottom: 4.5rem;
    z-index: 2;
    color: #fff;
    max-width: 29.0625rem; }
    @media only screen and (max-width: 767px) {
      .full-height-section__block {
        left: 0;
        bottom: 2.5rem;
        padding: 1.25rem; } }
    .full-height-section__block .heading-h2 {
      margin-bottom: 0.875rem; }
    .full-height-section__block p {
      font-size: 1rem;
      font-weight: 500;
      line-height: 1.3;
      letter-spacing: 0.0125rem; }

@media (orientation: portrait) {
  .landscape-view {
    display: none; } }

@media (orientation: landscape) {
  .tablet-views {
    display: none; } }

.lifestyle-split {
  padding: 7.125rem 0 3.3125rem; }
  @media only screen and (max-width: 991px) {
    .lifestyle-split {
      padding-top: 3.3125rem; } }
  .lifestyle-split .container {
    max-width: 81.75rem; }
  .lifestyle-split .split__head {
    text-align: center;
    margin-bottom: 2.125rem; }
    .lifestyle-split .split__head .split-content-title {
      color: #0e2a3b;
      margin: 0 auto; }
  .lifestyle-split .split-inner {
    border-radius: 3.125rem; }
  @media only screen and (max-width: 767px) {
    .lifestyle-split .split-left .split-content {
      padding-bottom: 5.625rem; } }
  @media only screen and (max-width: 575px) {
    .lifestyle-split .split-left .split-content {
      padding-bottom: 7.5rem; } }
  @media only screen and (max-width: 767px) {
    .lifestyle-split .split-right .split-content {
      padding-top: 5.625rem; } }
  @media only screen and (max-width: 575px) {
    .lifestyle-split .split-right .split-content {
      padding-top: 7.5rem; } }
  .lifestyle-split .split-left {
    z-index: 3; }
    .lifestyle-split .split-left .split-content:before,
    .lifestyle-split .split-left .split-content:after,
    .lifestyle-split .split-left .split-bg {
      border-radius: 3.125rem 0 0 3.125rem; }
      @media only screen and (max-width: 991px) {
        .lifestyle-split .split-left .split-content:before,
        .lifestyle-split .split-left .split-content:after,
        .lifestyle-split .split-left .split-bg {
          border-radius: 3.125rem 3.125rem 0 0; } }
  .lifestyle-split .split-right .split-content:before,
  .lifestyle-split .split-right .split-content:after,
  .lifestyle-split .split-right .split-bg {
    border-radius: 0 3.125rem 3.125rem 0; }
    @media only screen and (max-width: 991px) {
      .lifestyle-split .split-right .split-content:before,
      .lifestyle-split .split-right .split-content:after,
      .lifestyle-split .split-right .split-bg {
        border-radius: 0 0 3.125rem 3.125rem; } }
  .lifestyle-split .split-right,
  .lifestyle-split .split-left {
    aspect-ratio: initial;
    padding-block: 0;
    padding-inline: 0; }
    .lifestyle-split .split-right .split-content,
    .lifestyle-split .split-left .split-content {
      min-height: auto;
      background: none; }
      .lifestyle-split .split-right .split-content > *,
      .lifestyle-split .split-left .split-content > * {
        position: relative;
        z-index: 1; }
      @media only screen and (min-width: 768px) {
        .lifestyle-split .split-right .split-content,
        .lifestyle-split .split-left .split-content {
          padding: 4.75rem 4.25rem 3.25rem; } }
      .lifestyle-split .split-right .split-content:before,
      .lifestyle-split .split-left .split-content:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: rgba(12, 44, 64, 0.6);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.6s opacity, 0.6s visibility;
        transition: 0.6s opacity, 0.6s visibility;
        z-index: 1; }
      .lifestyle-split .split-right .split-content:after,
      .lifestyle-split .split-left .split-content:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(63, 106, 142, 0.85); }
      .lifestyle-split .split-right .split-content:hover:before,
      .lifestyle-split .split-left .split-content:hover:before {
        opacity: 1;
        visibility: visible; }
    @media only screen and (min-width: 768px) {
      .lifestyle-split .split-right .split-content-text,
      .lifestyle-split .split-left .split-content-text {
        max-width: 85%;
        margin-bottom: 3.5rem; } }
    .lifestyle-split .split-right .split-content-title,
    .lifestyle-split .split-left .split-content-title {
      margin-bottom: 2.5rem; }
  .lifestyle-split .split-content-left,
  .lifestyle-split .split-content-right {
    border-radius: 0; }
  .lifestyle-split .split-middle-boat {
    pointer-events: none; }
    @media only screen and (min-width: 992px) {
      .lifestyle-split .split-middle-boat {
        bottom: 50%;
        -webkit-transform: translate(-50%, 54%);
            -ms-transform: translate(-50%, 54%);
                transform: translate(-50%, 54%); } }

.contact-us__section {
  padding-top: 12.8125rem; }
  @media only screen and (max-width: 991px) {
    .contact-us__section {
      padding-top: 9.375rem; } }
  @media only screen and (max-width: 575px) {
    .contact-us__section {
      padding-top: 6.25rem; } }

.contact-us__wrapper {
  position: relative;
  background-color: #0c2228; }
  @media only screen and (min-width: 992px) {
    .contact-us__wrapper {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 47.8125rem 1fr;
      grid-template-columns: 47.8125rem 1fr;
      -webkit-column-gap: 0;
         -moz-column-gap: 0;
              column-gap: 0; } }

.contact-us__inner {
  padding-left: 10.0625rem; }
  @media only screen and (max-width: 991px) {
    .contact-us__inner {
      padding: 0 2.5rem; } }
  @media only screen and (max-width: 575px) {
    .contact-us__inner {
      padding: 1.25rem; } }

.contact-us__content {
  position: relative;
  width: 100%; }

.contact-us__top {
  position: relative; }
  .contact-us__top .hero-slider {
    position: absolute;
    bottom: 1.4375rem;
    left: calc(100% - 11px);
    z-index: 1; }
    @media only screen and (max-width: 575px) {
      .contact-us__top .hero-slider {
        left: 90%; } }

.contact-us__sticky-wrapper {
  position: relative;
  padding-left: 2rem; }

.contact-us__sticky {
  position: sticky;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }
  @media only screen and (max-width: 991px) {
    .contact-us__sticky {
      display: none; } }

.contact-us__sticky-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }
  .contact-us__sticky-image img {
    width: auto;
    max-height: 47.25rem;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.contact-us__heading {
  margin-bottom: 1.9375rem;
  color: #fff;
  font-size: 6.0625rem;
  letter-spacing: -0.21875rem;
  line-height: 5.375rem; }
  @media only screen and (max-width: 575px) {
    .contact-us__heading {
      margin-bottom: 1.25rem;
      font-size: 3.4375rem;
      line-height: 3.4375rem;
      letter-spacing: -0.09375rem; } }
  .contact-us__heading_dark {
    color: #134868; }

.contact-us__description {
  margin-bottom: 5.5rem;
  padding-left: 0.3125rem;
  max-width: 29.375rem;
  color: #fff;
  font-size: 1.0625rem;
  letter-spacing: 0.025rem;
  line-height: 1.3125rem; }
  @media only screen and (max-width: 575px) {
    .contact-us__description {
      margin-bottom: 2.5rem; } }
  .contact-us__description_dark {
    margin-bottom: 2.4375rem;
    padding-left: 0.5rem;
    max-width: 25rem;
    color: #000;
    letter-spacing: 0.03125rem; }
    @media only screen and (max-width: 575px) {
      .contact-us__description_dark {
        margin-bottom: 1.25rem; } }

.contact-us__list {
  margin-bottom: 7.25rem;
  padding-left: 0.625rem;
  color: #fff;
  list-style: none; }
  @media only screen and (max-width: 575px) {
    .contact-us__list {
      margin-bottom: 3.125rem; } }

.contact-us__item {
  padding-bottom: 1.8125rem;
  border-bottom: 1px solid #025172; }
  @media only screen and (min-width: 576px) {
    .contact-us__item {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }
  .contact-us__item:not(:last-child) {
    margin-bottom: 1.625rem; }

.contact-us__item-title {
  font-size: 1.375rem;
  letter-spacing: -0.01875rem;
  line-height: 1.375rem; }
  @media only screen and (max-width: 575px) {
    .contact-us__item-title {
      margin-bottom: 1.25rem; } }

.contact-us__sub-title {
  font-size: 0.9375rem;
  letter-spacing: 0.0125rem;
  line-height: 1.5rem; }

.contact-us__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 0.9375rem;
  letter-spacing: 0.0125rem;
  line-height: 1.125rem; }
  .contact-us__item-info > div:not(:last-child) {
    margin-bottom: 0.4375rem; }
  @media only screen and (min-width: 992px) {
    .contact-us__item-info {
      padding: 0.25rem 0 0 1.875rem; } }
  .contact-us__item-info .button {
    margin-top: 1.125rem;
    padding: 0 0.3125rem 0 1.4375rem;
    height: 2.375rem;
    font-size: 0.6875rem; }
    .contact-us__item-info .button:after {
      -webkit-transform: scale(0.5);
          -ms-transform: scale(0.5);
              transform: scale(0.5); }

.contact-us__info-title {
  color: #fff;
  letter-spacing: 0.01875rem; }
  .contact-us__info-title:hover {
    color: #fff;
    opacity: 0.6; }

.contact-us__form-section {
  position: relative; }
  @media only screen and (min-width: 992px) {
    .contact-us__form-section {
      padding-top: 8.75rem; } }
  .contact-us__form-section:before {
    content: "";
    display: block;
    width: calc(100vw - 10rem);
    height: 45rem;
    position: absolute;
    bottom: 55%;
    left: -10rem;
    background-image: url(../png/map-bg.png);
    background-size: cover;
    pointer-events: none;
    mix-blend-mode: multiply; }
    @media only screen and (max-width: 991px) {
      .contact-us__form-section:before {
        left: -2.5rem;
        bottom: 75%;
        width: calc(100vw - 2.5rem); } }
    @media only screen and (max-width: 575px) {
      .contact-us__form-section:before {
        left: -1.25rem;
        width: calc(100vw - 1.25rem); } }

.contact-us__form {
  padding: 0 0 5.875rem 0.3125rem; }
  @media only screen and (min-width: 992px) {
    .contact-us__form {
      max-width: 24.125rem; } }
  @media only screen and (max-width: 575px) {
    .contact-us__form {
      padding: 0 0 3.125rem; } }
  .contact-us__form .button {
    margin-top: 1.125rem;
    padding: 0 0.625rem 0 1.8125rem;
    max-width: 11.5625rem;
    width: 100%;
    height: 2.375rem;
    font-size: 0.6875rem;
    letter-spacing: 0.0125rem; }
    .contact-us__form .button:after {
      -webkit-transform: scale(0.5);
          -ms-transform: scale(0.5);
              transform: scale(0.5); }

.contact-us__form-group {
  margin-bottom: 0.625rem; }

.contact-us__form-field:not(:last-child) {
  margin-bottom: 1.125rem; }

.contact-us__form-field span {
  margin: 0;
  display: block;
  width: 100%; }

.contact-us__form-field input,
.contact-us__form-field .wpcf7-list-item-label {
  padding-bottom: 0.8125rem;
  width: 100%;
  color: #134868;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.125rem;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(11, 33, 39, 0.18); }
  .contact-us__form-field input::-webkit-input-placeholder, .contact-us__form-field .wpcf7-list-item-label::-webkit-input-placeholder {
    color: #ccc6bf; }
  .contact-us__form-field input::-moz-placeholder, .contact-us__form-field .wpcf7-list-item-label::-moz-placeholder {
    color: #ccc6bf; }
  .contact-us__form-field input:-ms-input-placeholder, .contact-us__form-field .wpcf7-list-item-label:-ms-input-placeholder {
    color: #ccc6bf; }
  .contact-us__form-field input::-ms-input-placeholder, .contact-us__form-field .wpcf7-list-item-label::-ms-input-placeholder {
    color: #ccc6bf; }
  .contact-us__form-field input::placeholder,
  .contact-us__form-field .wpcf7-list-item-label::placeholder {
    color: #ccc6bf; }
  .contact-us__form-field input.wpcf7-not-valid,
  .contact-us__form-field .wpcf7-list-item-label.wpcf7-not-valid {
    border-color: #dc3232; }

.contact-us__form-field .wpcf7-not-valid-tip {
  display: none; }

.contact-us__form-field .wpcf7-checkbox {
  position: relative; }
  .contact-us__form-field .wpcf7-checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer; }
    .contact-us__form-field .wpcf7-checkbox input:checked + .wpcf7-list-item-label {
      color: #134868; }
      .contact-us__form-field .wpcf7-checkbox input:checked + .wpcf7-list-item-label:after {
        content: url("data:image/svg+xml,%3Csvg width=%2719%27 height=%2714%27 preserveAspectRatio=%27none%27 viewBox=%270 0 19 14%27 xmlns=%27http://www.w3.org/2000/svg%27 style=%27fill: %23134868; width: 16.8889px; height: 12.4444px;%27%3E%3Cpath d=%27M6.657 10.9L17.263.292a1 1 0 1 1 1.415 1.414L7.364 13.021a.997.997 0 0 1-1.414 0L.293 7.364A1 1 0 1 1 1.707 5.95l4.95 4.95z%27 fill-rule=%27evenodd%27%3E%3C/path%3E%3C/svg%3E");
        opacity: 1; }

.contact-us__form-field .wpcf7-list-item-label {
  display: block;
  color: #ccc6bf; }
  .contact-us__form-field .wpcf7-list-item-label:after {
    content: url("data:image/svg+xml,%3Csvg width=%2719%27 height=%2714%27 preserveAspectRatio=%27none%27 viewBox=%270 0 19 14%27 xmlns=%27http://www.w3.org/2000/svg%27 style=%27fill: rgb%280, 0, 0%29; width: 16.8889px; height: 12.4444px;%27%3E%3Cpath d=%27M6.657 10.9L17.263.292a1 1 0 1 1 1.415 1.414L7.364 13.021a.997.997 0 0 1-1.414 0L.293 7.364A1 1 0 1 1 1.707 5.95l4.95 4.95z%27 fill-rule=%27evenodd%27%3E%3C/path%3E%3C/svg%3E");
    position: absolute;
    top: 0.28125rem;
    right: 0;
    pointer-events: none;
    opacity: 0.2; }

.contact-us__form-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .contact-us__form-action p {
    width: 100%; }
  .contact-us__form-action input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    cursor: pointer; }
  .contact-us__form-action .button:after,
  .contact-us__form-action .button span {
    pointer-events: none; }

.contact-us__boat {
  width: 6.625rem;
  height: 19.375rem;
  position: fixed;
  bottom: 0;
  background-image: url(../svg/boat.svg);
  background-size: cover;
  opacity: 0.3;
  z-index: 3;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%); }
  @media only screen and (max-width: 1199px) {
    .contact-us__boat {
      display: none; } }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #ffffffe1;
  z-index: 9999;
  overflow-y: auto; }
  .popup:not(.popup_opened) {
    display: none; }
  .popup__wrapper {
    margin: 0 auto;
    padding: 1.875rem 0.9375rem;
    max-width: 61.25rem; }
  .popup__inner {
    padding: 0.9375rem;
    background-color: #fff;
    min-height: 500px;
    border-radius: 0.3125rem;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25); }
  .popup__close {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: none;
    border: none; }
  .popup__content {
    margin-top: 0.9375rem; }

.body_hidden {
  overflow-y: hidden; }

.service-links {
  padding: 9.0625rem 0;
  background-image: url(../png/service-map.png);
  background-size: cover;
  background-position: center; }
  @media only screen and (max-width: 991px) {
    .service-links {
      padding: 5.3125rem 0; } }
  .service-links__container {
    max-width: 70.625rem; }
  .service-links__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 29.9375rem;
    grid-template-columns: 1fr 29.9375rem;
    grid-column-gap: 7.4375rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 991px) {
      .service-links__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-column-gap: 0; } }
  .service-links__title {
    margin-bottom: 1.125rem;
    color: #fff; }
    @media only screen and (max-width: 991px) {
      .service-links__title {
        margin-bottom: 1.25rem;
        font-size: 2.5rem; } }
  .service-links__list {
    list-style-type: none; }
  .service-links__link {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.375rem;
    text-decoration: underline; }
    .service-links__link:hover {
      color: #fff; }
    @media only screen and (max-width: 991px) {
      .service-links__link {
        font-size: 1.125rem; } }
  @media only screen and (max-width: 991px) {
    .service-links__image {
      margin-top: 1.875rem; } }
  .service-links__image img {
    width: 100%;
    height: auto; }

.care-intro {
  padding-top: 6.625rem;
  background-color: #f7f3ef; }
  @media only screen and (min-width: 992px) {
    .care-intro {
      margin-bottom: -8.75rem; } }
  @media only screen and (max-width: 991px) {
    .care-intro {
      padding-bottom: 5.25rem; } }
  .care-intro__container {
    max-width: 70.625rem; }
  .care-intro__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 39.25rem 27.6875rem;
    grid-template-columns: 39.25rem 27.6875rem;
    grid-column-gap: 2.0625rem; }
    @media only screen and (max-width: 991px) {
      .care-intro__wrapper {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 0; } }
  .care-intro__title {
    margin-bottom: 3.6875rem;
    font-size: 2.875rem;
    letter-spacing: -0.0625rem;
    line-height: 3rem; }
  .care-intro__left {
    max-width: 39.25rem; }
  .care-intro__right {
    font-size: 1rem;
    line-height: calc(21 / 16);
    font-weight: 500;
    margin-top: 1.375rem;
    padding-left: 0.1875rem; }
    .care-intro__right p {
      margin-bottom: 1.3125rem; }
  .care-intro__image {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto; }
    @media only screen and (min-width: 992px) {
      .care-intro__image {
        margin-left: 5.375rem;
        max-width: 30.8125rem; } }
  .care-intro__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.rent-details {
  padding: 5.75rem 0 10.75rem;
  position: relative;
  background-color: #f7f3ef; }
  @media only screen and (max-width: 767px) {
    .rent-details {
      padding: 4.375rem 0; } }
  .rent-details:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../png/map-bg.png);
    background-size: cover;
    mix-blend-mode: multiply; }
  .rent-details__container {
    position: relative;
    max-width: 75rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    z-index: 1; }
    @media only screen and (max-width: 575px) {
      .rent-details__container {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
        -webkit-column-gap: 0;
           -moz-column-gap: 0;
                column-gap: 0;
        row-gap: 3.125rem; } }
  .rent-details__left {
    padding-left: 8.125rem; }
    @media only screen and (max-width: 991px) {
      .rent-details__left {
        padding-left: 4.375rem; } }
    @media only screen and (max-width: 767px) {
      .rent-details__left {
        padding-left: 0; } }
  .rent-details__title {
    font-size: 2.6875rem;
    font-weight: 400;
    letter-spacing: -0.03675em;
    line-height: calc(48 / 46);
    margin-bottom: 2.1875rem; }
  .rent-details__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .rent-details__list {
    list-style: none; }
  .rent-details__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.125rem;
    line-height: 21px;
    position: relative; }
    .rent-details__item:before {
      content: "";
      margin: 4px 15px 0 0;
      display: block;
      position: relative;
      width: 14px;
      height: 14px;
      border-radius: 100%;
      border: 1px solid #134868;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .rent-details__item:after {
      content: "";
      position: absolute;
      top: 7px;
      left: 3px;
      display: block;
      width: 8px;
      height: 8px;
      border-radius: 100%;
      background-color: #134868;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.custom-select {
  position: relative;
  font-size: 1.0625rem;
  font-weight: 600; }
  .custom-select select {
    display: none; }
  .custom-select .select-selected {
    padding-bottom: 0.8125rem;
    line-height: 1.125rem; }
    .custom-select .select-selected:after {
      position: absolute;
      content: url("data:image/svg+xml,%3Csvg version=%271.2%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 17 9%27 width=%2717%27 height=%279%27%3E%3Cdefs%3E%3Cimage width=%2717%27 height=%279%27 id=%27img1%27 href=%27data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAJCAMAAADjNjc+AAAAAXNSR0IB2cksfwAAAG9QTFRFzMa/zMa/zMa/zMa/zMa/zMa/zMa/zMa/zMa/zMa/zMa/zMa/zMa/zMa/zMa/zMa/zMa/zMa/zMa/zMa/zMa/zMa/zMa/zMa/zMa/zMa/zMa/zMa/zMa/zMa/zMa/zMa/zMa/zMa/zMa/zMa/zMa/m8FLQQAAACV0Uk5T0qkFAEDrVPymP/K4UacGPve2C1L/BPm0CvMM/QE7+Lfws1Dqr/xad+AAAABkSURBVHicRczBCsIwEITh+SnEBC3m4N33f7QSGohWhObSjbFkTzsfwyBA4yw52AdZYgrV8fnDjSaKbHPujRmSiYLfXGu5+LoUNVGobcs27ou6KPr1AW+KTrGtK3yThugJufy+A3T7FD5gxmcDAAAAAElFTkSuQmCC%27/%3E%3C/defs%3E%3Cstyle%3E%3C/style%3E%3Cuse href=%27%23img1%27 x=%270%27 y=%270%27/%3E%3C/svg%3E");
      top: 0;
      right: 0.9375rem;
      -webkit-transition: -webkit-transform 300ms ease;
      transition: -webkit-transform 300ms ease;
      transition: transform 300ms ease;
      transition: transform 300ms ease, -webkit-transform 300ms ease; }
    .custom-select .select-selected.select-arrow-active:after {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }

.select-items div,
.select-selected {
  color: #ccc6bf;
  border-bottom: 1px solid rgba(11, 33, 39, 0.18);
  cursor: pointer; }

.select-items {
  position: absolute;
  background-color: #faf9f5;
  top: 100%;
  left: 0;
  right: 0;
  font-size: 0.9375rem;
  z-index: 99;
  -webkit-box-shadow: 0 0 0.625rem #d8d7d2;
          box-shadow: 0 0 0.625rem #d8d7d2; }
  .select-items div {
    padding: 0.25rem; }
  .select-items .same-as-selected {
    color: #000; }

.select-hide {
  display: none; }

.select-items div:hover,
.same-as-selected {
  color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.specifications__section {
  margin-bottom: 8.625rem; }
  @media only screen and (max-width: 991px) {
    .specifications__section {
      margin-bottom: 5rem; } }

.specifications__top {
  margin-bottom: 1.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media only screen and (max-width: 991px) {
    .specifications__top {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .specifications__top .button {
    margin: 0 0 1.25rem 1.25rem;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media only screen and (max-width: 991px) {
      .specifications__top .button {
        margin: 1.25rem 0 2.5rem; } }

.specifications__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 39.125rem;
  grid-template-columns: 1fr 39.125rem;
  -webkit-column-gap: 5.625rem;
     -moz-column-gap: 5.625rem;
          column-gap: 5.625rem; }
  @media only screen and (max-width: 991px) {
    .specifications__content {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }

.specifications__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 575px) {
    .specifications__actions {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .specifications__actions .button:not(:last-child) {
    margin-right: 0.875rem; }
    @media only screen and (max-width: 575px) {
      .specifications__actions .button:not(:last-child) {
        margin: 0 0 1.25rem; } }

.specifications__title {
  font-size: 7.0625rem;
  letter-spacing: -0.25rem;
  line-height: 1;
  text-transform: uppercase;
  color: #134868; }
  @media only screen and (max-width: 1199px) {
    .specifications__title {
      font-size: 5rem; } }
  @media only screen and (max-width: 767px) {
    .specifications__title {
      font-size: 3.75rem; } }
  @media only screen and (max-width: 575px) {
    .specifications__title {
      font-size: 2.5rem; } }

.specifications__subtitle {
  margin-bottom: 2.8125rem;
  font-size: 2.875rem;
  font-weight: 400;
  letter-spacing: -0.0625rem;
  line-height: 3rem;
  font-family: "Sen", sans-serif; }

.specifications__list, .specifications__value-list {
  list-style: none; }

.specifications__list {
  margin-bottom: 2.5rem; }

.specifications__item {
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.9375rem;
  line-height: 1rem;
  font-weight: 500;
  border-bottom: 1px solid #b8b8b8; }
  .specifications__item:not(:last-child) {
    margin-bottom: 1.0625rem; }

.specifications__item-name {
  color: #a4a4a4;
  text-transform: uppercase; }

.specifications__item-value {
  color: #0c2228;
  text-align: right; }

.specifications__value-item:not(:last-child) {
  margin-bottom: 0.5625rem; }

.specifications__img {
  margin-bottom: 1.875rem; }

.functionality__section {
  margin-bottom: 8.125rem; }
  .functionality__section h3,
  .functionality__section .specifications__subtitle {
    margin-bottom: 1rem; }

.functionality__container {
  padding: 0 1rem;
  max-width: 71.875rem;
  width: 100%; }

.functionality__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 5.6875rem;
     -moz-column-gap: 5.6875rem;
          column-gap: 5.6875rem; }
  @media only screen and (max-width: 991px) {
    .functionality__content {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      row-gap: 3.75rem; } }

.functionality__left {
  margin-top: 3.125rem; }

.functionality__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 21px; }
  .functionality__text p:not(:last-child), .functionality__text ul:not(:last-child) {
    margin-bottom: 1rem; }
  .functionality__text ul {
    list-style: none; }
    .functionality__text ul li {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .functionality__text ul li:before {
        content: "";
        margin: 4px 15px 0 0;
        display: block;
        position: relative;
        width: 14px;
        height: 14px;
        border-radius: 100%;
        border: 1px solid #134868;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
      .functionality__text ul li:after {
        content: "";
        position: absolute;
        top: 7px;
        left: 3px;
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 100%;
        background-color: #134868;
        -ms-flex-negative: 0;
            flex-shrink: 0; }

.article__section {
  padding: 7.5rem 0; }
  .article__section h1,
  .article__section h2,
  .article__section h3,
  .article__section h4,
  .article__section .wp-block-heading,
  .article__section .wp-block-image,
  .article__section p,
  .article__section ul,
  .article__section ol {
    margin-bottom: 0.9375rem; }
  .article__section h1 {
    margin-bottom: 1rem;
    color: #234090;
    font-size: 2rem;
    text-transform: uppercase; }
  .article__section ul {
    list-style: none; }

