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

* {
  margin: 0; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none; }

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords; } }

body {
  line-height: 1.4;
  -webkit-font-smoothing: antialiased; }

:target {
  scroll-margin-block: 4em; }

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%; }

input,
button,
textarea,
select {
  font: inherit; }

textarea:not([rows]) {
  min-height: 10em;
  box-sizing: content-box; }

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word; }

h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
label {
  text-wrap: balance;
  overflow-wrap: break-word;
  line-height: 1.1; }

p {
  text-wrap: pretty; }

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor; }

a {
  display: inline-block;
  text-decoration: none;
  color: inherit; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

body {
  background-color: #ffffff;
  color: #2F8FA3;
  font-family: "Cera Pro", sans-serif;
  font-size: clamp(1rem, calc(0.875rem + 0.55vw), 1.25rem);
  overflow-x: hidden; }
  body section {
    background-color: #ffffff;
    overflow: hidden; }

body.noscroll,
body.menu-open {
  overflow: hidden; }

iframe {
  height: auto;
  vertical-align: top; }

h1 {
  font-weight: 400;
  font-family: "Cera Pro", serif; }

h2,
h3,
h4,
h5 {
  font-weight: 500; }

.h1 {
  font-size: clamp(2.5rem, calc(2rem + 2.5vw), 6rem); }

.h2 {
  font-size: clamp(2rem, calc(1.8rem + 1vw), 3.6rem);
  font-family: "Cera Pro", serif; }

.h3 {
  font-size: clamp(1.25rem, calc(1.2rem + 0.4vw), 2rem);
  font-family: "Cera Pro", serif; }

.h4 {
  font-size: clamp(1.3125rem, calc(1.275rem + 0.1875vw), 1.5rem); }

.subheading {
  display: block;
  font-size: clamp(1.3125rem, calc(1.275rem + 0.1875vw), 1.5rem);
  max-width: 20ch;
  text-transform: uppercase;
  font-weight: bold; }

/*Custom Scrollbar*/
/* width */
::-webkit-scrollbar {
  width: 7px;
  -webkit-transition: background-color 0.35s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: background-color 0.35s cubic-bezier(0.47, 0, 0.745, 0.715); }

/* Track */
::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 0px; }

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #04343F;
  border-radius: 0px; }

/* Handle on hover */
#cookie-notice {
  background-color: #ffffff !important;
  max-width: 50% !important;
  display: block;
  min-width: unset !important;
  margin: auto;
  left: 0px !important;
  right: 0px; }
  @media (max-width: 991px) {
    #cookie-notice {
      max-width: 100% !important; } }
  #cookie-notice .cn-close-icon {
    right: 15px;
    top: 30px;
    padding: 0px;
    width: 30px;
    height: 30px;
    transition: all 0.7s cubic-bezier(0.65, 0, 0.35, 1); }
    #cookie-notice .cn-close-icon::after, #cookie-notice .cn-close-icon::before {
      height: 25px; }
  #cookie-notice .cookie-notice-container {
    padding: 2rem; }
    #cookie-notice .cookie-notice-container #cn-notice-text {
      font-family: "Cera Pro", serif;
      font-size: 17px;
      font-weight: 400;
      line-height: 1.6;
      color: #000000;
      width: 100%;
      margin-bottom: 25px; }
      #cookie-notice .cookie-notice-container #cn-notice-text p {
        margin: auto; }
      #cookie-notice .cookie-notice-container #cn-notice-text h4 {
        font-size: 40px;
        margin: auto;
        margin-bottom: 25px;
        font-family: "Cera Pro", serif !important; }
    @media (max-width: 991px) {
      #cookie-notice .cookie-notice-container #cn-notice-buttons {
        display: flex !important; } }
    @media (max-width: 450px) {
      #cookie-notice .cookie-notice-container #cn-notice-buttons {
        flex-direction: column !important; } }
    #cookie-notice .cookie-notice-container a {
      background-color: #ffffff !important;
      border-radius: 0px !important;
      color: #ffffff !important;
      font-size: 18px !important;
      padding: 15px !important;
      text-transform: uppercase !important;
      font-family: "Cera Pro", serif !important;
      transition: all 0.7s cubic-bezier(0.65, 0, 0.35, 1) !important; }
      #cookie-notice .cookie-notice-container a:hover {
        background-color: #000000 !important; }
      @media (max-width: 991px) {
        #cookie-notice .cookie-notice-container a {
          display: block !important;
          margin: auto !important;
          max-width: none; } }
      @media (max-width: 450px) {
        #cookie-notice .cookie-notice-container a {
          margin: 10px auto !important;
          width: 75% !important; } }

.arrow-right-svg {
  width: 90px; }

.grecaptcha-badge {
  visibility: hidden !important; }

@font-face {
  font-family: 'Cera Pro';
  src: url(../fonts/CeraProMedium.otf) format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Cera Pro';
  src: url(../fonts/CeraProBold.otf) format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

.clickable_card {
  position: relative; }
  .clickable_card .link::after,
  .clickable_card .clickable_card__heading a::after {
    content: '';
    position: absolute;
    inset: 0;
    display: flex;
    z-index: 1; }
  .clickable_card .clickable_card__link::after {
    content: '';
    position: absolute;
    inset: 0;
    display: flex;
    z-index: 1; }

.hidden {
  display: none !important; }

.wrapper {
  max-width: 1560px;
  width: 100%;
  margin-inline: auto; }
  @media (max-width: 1600px) {
    .wrapper {
      padding-inline: 1%; } }
  @media (max-width: 1560px) {
    .wrapper {
      padding-inline: 5%; } }
  @media (max-width: 1280px) {
    .wrapper {
      padding-inline: 3.5%; } }

.col-row {
  display: flex;
  flex-wrap: wrap; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.main-cont {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box; }

.gray {
  color: #000000; }
  .gray p {
    color: #000000; }

.black {
  color: #000000; }
  .black p {
    color: #000000; }

.white {
  color: #ffffff; }
  .white p {
    color: #ffffff; }

.bg_gray {
  background-color: #000000; }

.bg_white {
  background-color: #ffffff; }

.bg_black {
  background-color: #000000; }

.pos_rel {
  position: relative; }

.fullheight {
  height: 100vh; }

.width100 {
  width: 100%; }

.flex {
  display: flex;
  align-items: center; }

/*-- text utilities --*/
.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left; }
  .text-sm-right {
    text-align: right; }
  .text-sm-center {
    text-align: center; } }

@media (min-width: 992px) {
  .text-md-left {
    text-align: left; }
  .text-md-right {
    text-align: right; }
  .text-md-center {
    text-align: center; } }

@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left; }
  .text-lg-right {
    text-align: right; }
  .text-lg-center {
    text-align: center; } }

@-webkit-keyframes mask-play {
  0% {
    -webkit-mask-position: 100% 0;
            mask-position: 100% 0; }
  100% {
    -webkit-mask-position: 0% 0;
            mask-position: 0% 0; } }

@keyframes mask-play {
  0% {
    -webkit-mask-position: 100% 0;
            mask-position: 100% 0; }
  100% {
    -webkit-mask-position: 0% 0;
            mask-position: 0% 0; } }

.headermenu {
  overflow: hidden;
  position: fixed;
  background-color: transparent;
  inset: 0;
  display: flex;
  z-index: 9;
  transform: translateY(-100%);
  transition: transform 0.5s 1s cubic-bezier(0.65, 0, 0.35, 1); }
  @media (max-width: 991px) {
    .headermenu {
      width: 200vw; }
      .headermenu.is-active.sub-open {
        transform: translateX(-100vw); } }
  .headermenu .headermenu_right {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative; }
    .headermenu .headermenu_right::after {
      content: '';
      position: absolute;
      inset: 0;
      z-index: 0;
      background-color: #ffffff;
      display: block;
      margin: auto;
      max-width: 100%;
      margin-left: 0px;
      transform: translateY(-120%);
      transition: transform 1s 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
    @media (max-width: 991px) {
      .headermenu .headermenu_right {
        width: 100vw; } }
  .headermenu .headermenu_left {
    width: 50%;
    position: relative; }
    .headermenu .headermenu_left::after {
      content: '';
      width: 100%;
      height: 100%;
      background-color: #ffffff;
      opacity: 0;
      position: absolute;
      left: 0;
      top: 0;
      transition: opacity 0.5s 1s cubic-bezier(0.65, 0, 0.35, 1); }
    .headermenu .headermenu_left::before {
      content: '';
      width: 50%;
      aspect-ratio: 3 / 4;
      margin: auto;
      background-image: var(--bg-image);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      left: 50%;
      top: 50%;
      opacity: 0;
      z-index: 1;
      transform: translate(-50%, -50%);
      transition: opacity 1s 1s cubic-bezier(0.65, 0, 0.35, 1); }
    @media (max-width: 991px) {
      .headermenu .headermenu_left {
        width: 100vw; } }
  .headermenu.is-active {
    transform: translateY(0%);
    transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
    .headermenu.is-active:has(.menu-item-has-children.sub-active) .headermenu_left::before {
      opacity: 0.17;
      transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1); }
    .headermenu.is-active .headermenu_right::after,
    .headermenu.is-active .headermenu_left::after {
      transform: translateY(0%); }
    .headermenu.is-active .headermenu_left::before {
      transition: opacity 1s 1.3s cubic-bezier(0.65, 0, 0.35, 1); }
    .headermenu.is-active .headermenu_left::before,
    .headermenu.is-active .headermenu_left::after {
      opacity: 1; }
    .headermenu.is-active .headermenu_left::after {
      transform: unset; }
    .headermenu.is-active .headermenu_right div ul {
      opacity: 1;
      transition: opacity 1s 1s cubic-bezier(0.65, 0, 0.35, 1); }
    .headermenu.is-active img {
      opacity: 1;
      transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715); }
  .headermenu .headermenu_right div {
    margin: auto;
    display: flex;
    width: 100%;
    position: relative;
    z-index: 3; }
    .headermenu .headermenu_right div ul {
      display: flex;
      gap: 1rem;
      flex-direction: column;
      margin: auto;
      opacity: 0;
      padding: 0;
      transition: all 0.8s cubic-bezier(0.39, 0.575, 0.565, 1); }
      @media (max-width: 991px) {
        .headermenu .headermenu_right div ul {
          padding-inline: 2rem; } }
      .headermenu .headermenu_right div ul li {
        font-size: clamp(1.25rem, calc(1.2rem + 0.4vw), 2rem);
        font-family: "Cera Pro", serif;
        list-style-type: none;
        width: 100%;
        color: #04343F; }
        @media (max-width: 768px) {
          .headermenu .headermenu_right div ul li {
            font-size: clamp(1.125rem, calc(1.05rem + 0.375vw), 1.3rem); } }
        @media (hover: hover) {
          .headermenu .headermenu_right div ul li.menu-item-has-children:hover > a {
            transform: translateX(10px); } }
        .headermenu .headermenu_right div ul li.menu-item-has-children.sub-active > a {
          transform: translateX(10px); }
        .headermenu .headermenu_right div ul li.menu-item-has-children.sub-active, .headermenu .headermenu_right div ul li:hover {
          cursor: pointer;
          opacity: 1;
          color: #2F8FA3;
          transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715); }
        .headermenu .headermenu_right div ul li a {
          position: relative;
          transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1); }
        .headermenu .headermenu_right div ul li.menu-item-has-children > a::after {
          content: '';
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          height: 2px;
          width: 0px;
          background-color: #2F8FA3;
          left: calc(100% + 20px);
          transition: all 0.3s 0.1s cubic-bezier(0.65, 0, 0.35, 1); }
          @media (max-width: 991px) {
            .headermenu .headermenu_right div ul li.menu-item-has-children > a::after {
              opacity: 0;
              content: 'back';
              font-size: clamp(1rem, calc(0.875rem + 0.55vw), 1.25rem);
              display: flex;
              left: calc(100vw + 20px); } }
          @media (max-width: 768px) {
            .headermenu .headermenu_right div ul li.menu-item-has-children > a::after {
              left: calc(100vw - 20vw); } }
        .headermenu .headermenu_right div ul li.menu-item-has-children:hover > a::after,
        .headermenu .headermenu_right div ul li.menu-item-has-children.sub-active > a::after {
          transition: all 0.5s 0.2s cubic-bezier(0.65, 0, 0.35, 1);
          width: 80px; }
          @media (max-width: 991px) {
            .headermenu .headermenu_right div ul li.menu-item-has-children:hover > a::after,
            .headermenu .headermenu_right div ul li.menu-item-has-children.sub-active > a::after {
              opacity: 1;
              width: 60px; } }
          @media (max-width: 768px) {
            .headermenu .headermenu_right div ul li.menu-item-has-children:hover > a::after,
            .headermenu .headermenu_right div ul li.menu-item-has-children.sub-active > a::after {
              width: 50px; } }
        .headermenu .headermenu_right div ul li.menu-item-has-children.sub-active .sub-menu {
          opacity: 1; }
        .headermenu .headermenu_right div ul li.menu-item-has-children .sub-menu {
          text-align: center;
          position: absolute;
          align-items: flex-start;
          right: -50%;
          top: 50%;
          gap: 1.2rem;
          transform: translate(50%, -50%);
          opacity: 0;
          padding: 0;
          transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715); }
          .headermenu .headermenu_right div ul li.menu-item-has-children .sub-menu li {
            color: #2F8FA3;
            font-size: clamp(1.125rem, calc(1.05rem + 0.375vw), 1.3rem);
            white-space: nowrap; }
            .headermenu .headermenu_right div ul li.menu-item-has-children .sub-menu li a {
              transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715); }
            .headermenu .headermenu_right div ul li.menu-item-has-children .sub-menu li:hover a {
              text-decoration: underline;
              text-underline-offset: 3px; }
          @media (max-width: 768px) {
            .headermenu .headermenu_right div ul li.menu-item-has-children .sub-menu {
              opacity: 1; } }
  .headermenu img {
    filter: saturate(0);
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: auto;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 1s cubic-bezier(0.65, 0, 0.35, 1);
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left; }

.header_wrapper {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-block: 1.4rem;
  padding-inline: 8.5%;
  display: flex;
  gap: 1em;
  align-items: center;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
  @media (max-width: 1280px) {
    .header_wrapper {
      padding-inline: 2.5rem; } }
  @media (max-width: 1024px) {
    .header_wrapper {
      padding-inline: 30px; } }
  @media (max-width: 991px) {
    .header_wrapper {
      padding-block: 3.5%;
      padding-inline: 25px; } }
  @media (max-width: 768px) {
    .header_wrapper {
      padding-block: 3.5%;
      padding-inline: 15px; } }
  .header_wrapper .languages {
    color: #000000; }
    .header_wrapper .languages a {
      color: white; }
      .header_wrapper .languages a:hover {
        border-bottom-color: #000000; }
  .header_wrapper .menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-basis: 33.333%;
    gap: 1.5em;
    color: #ffffff; }
    @media (max-width: 768px) {
      .header_wrapper .menu {
        flex-basis: 27%; } }
    .header_wrapper .menu .text {
      font-size: clamp(1.125rem, calc(1.05rem + 0.375vw), 1.3rem);
      z-index: -1;
      transition: transform 0.3s 0.4s cubic-bezier(0.65, 0, 0.35, 1), opacity 0.4s 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
      @media (max-width: 991px) {
        .header_wrapper .menu .text {
          display: none; } }
    .header_wrapper .menu .menu-toggle {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background: transparent;
      border: none;
      padding: 0;
      width: 38px;
      height: -webkit-max-content;
      height: -moz-max-content;
      height: max-content;
      display: flex;
      gap: 0.35em;
      flex-direction: column;
      justify-content: center;
      cursor: pointer; }
      @media (max-width: 768px) {
        .header_wrapper .menu .menu-toggle {
          width: 30px; } }
      .header_wrapper .menu .menu-toggle > span {
        width: 100%;
        height: 2px;
        display: block;
        background: #ffffff;
        transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1); }
      .header_wrapper .menu .menu-toggle:not(.is-active):hover span:nth-child(2) {
        width: 65%; }
    .header_wrapper .menu:has(.is-active) .menu-toggle {
      aspect-ratio: 1;
      scale: 1.3;
      transition: scale 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
      .header_wrapper .menu:has(.is-active) .menu-toggle span {
        background: #04343F; }
    .header_wrapper .menu:has(.is-active) .menu-toggle span:nth-child(1) {
      translate: 0 calc(0.35em - 2px);
      rotate: -45deg; }
    .header_wrapper .menu:has(.is-active) .menu-toggle span:nth-child(2) {
      translate: 0 calc(-0.35em + 2px);
      rotate: 45deg; }
    .header_wrapper .menu:has(.is-active) .text {
      color: #04343F;
      opacity: 0;
      transform: translateX(-100%);
      transition: transform 0.3s 0.35s cubic-bezier(0.65, 0, 0.35, 1), opacity 0.2s 0.35s cubic-bezier(0.65, 0, 0.35, 1); }
  .header_wrapper.down {
    transform: translateY(-200%); }
  .header_wrapper.scrolled {
    background-color: #ffffff;
    padding: 1rem 5.5%; }
    .header_wrapper.scrolled .header_right .languages .language {
      color: #04343F; }
    .header_wrapper.scrolled .header_right .languages:hover .lang {
      transform: translateY(75%); }
    .header_wrapper.scrolled .header_logo svg {
      max-width: 180px; }
    .header_wrapper.scrolled .header_logo [data-logo] img {
      width: 180px;
      max-height: 52px; }
      @media (max-width: 768px) {
        .header_wrapper.scrolled .header_logo [data-logo] img {
          width: 150px; } }
      .header_wrapper.scrolled .header_logo [data-logo] img.scrolled-image {
        opacity: 1;
        transform: translateY(0px);
        transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1); }
      .header_wrapper.scrolled .header_logo [data-logo] img.visible-image {
        opacity: 0;
        transform: translateY(-100px);
        transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1); }
    .header_wrapper.scrolled:not(.openmenu) .menu {
      color: #04343F;
      transition: color 0.4s cubic-bezier(0.39, 0.575, 0.565, 1); }
      .header_wrapper.scrolled:not(.openmenu) .menu .menu-toggle span {
        background-color: #04343F; }
    .header_wrapper.scrolled .book_link {
      color: #04343F; }
  .header_wrapper.openmenu {
    top: 0px;
    background-color: transparent; }
    .header_wrapper.openmenu .header_right,
    .header_wrapper.openmenu .header_logo {
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.5s cubic-bezier(0.47, 0, 0.745, 0.715); }
    .header_wrapper.openmenu .languages {
      opacity: 0;
      display: flex;
      margin: auto;
      margin-left: 30px;
      color: #ffffff;
      position: relative; }
      @media (max-width: 768px) {
        .header_wrapper.openmenu .languages {
          margin-left: 10px; } }
      .header_wrapper.openmenu .languages a {
        max-width: none;
        width: auto;
        border-bottom-color: transparent;
        color: #ffffff;
        line-height: 1;
        font-size: 20px;
        font-weight: 400;
        text-transform: uppercase;
        margin: auto;
        font-family: "Cera Pro", serif;
        padding-bottom: 2px; }
        @media (max-width: 768px) {
          .header_wrapper.openmenu .languages a {
            font-size: 15px; } }
        @media (max-width: 450px) {
          .header_wrapper.openmenu .languages a {
            font-size: 13px; } }
        .header_wrapper.openmenu .languages a:hover {
          border-bottom-color: #ffffff; }
      .header_wrapper.openmenu .languages .lang {
        position: absolute;
        bottom: -10px;
        transform: translateY(0%);
        opacity: 0;
        transition: opacity 0.4s cubic-bezier(0.65, 0, 0.35, 1), transform 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
        @media (max-width: 768px) {
          .header_wrapper.openmenu .languages .lang {
            transform: translateY(100%); } }
      .header_wrapper.openmenu .languages:hover .lang {
        opacity: 1;
        transform: translateY(100%); }
  .header_wrapper .header_logo {
    display: flex;
    margin: auto;
    flex-basis: 33.333%;
    justify-content: center;
    transition: opacity 1.2s 0.5s cubic-bezier(0.39, 0.575, 0.565, 1); }
    @media (max-width: 768px) {
      .header_wrapper .header_logo {
        flex-basis: 54%; } }
    .header_wrapper .header_logo img {
      width: 100%;
      max-width: 330px;
      max-height: 130px;
      -o-object-fit: contain;
         object-fit: contain; }
    .header_wrapper .header_logo [data-logo] {
      display: grid;
      place-content: center;
      align-items: center;
      justify-items: center; }
      .header_wrapper .header_logo [data-logo] > * {
        grid-area: 1 / -1; }
      .header_wrapper .header_logo [data-logo] img.visible-image {
        opacity: 1;
        transition: 0.2s cubic-bezier(0.65, 0, 0.35, 1); }
      .header_wrapper .header_logo [data-logo] img.scrolled-image {
        opacity: 0;
        transform: translateY(100px);
        transition: 0.2s cubic-bezier(0.65, 0, 0.35, 1); }
  .header_wrapper .header_right {
    margin: auto;
    flex-basis: 33.333%;
    margin-right: 0px;
    display: flex;
    align-items: center;
    gap: 3em;
    justify-content: flex-end;
    font-size: clamp(1.125rem, calc(1.05rem + 0.375vw), 1.3rem);
    transition: opacity 1.2s 0.5s cubic-bezier(0.39, 0.575, 0.565, 1); }
    @media (max-width: 768px) {
      .header_wrapper .header_right {
        gap: 1em;
        flex-basis: 27%; } }
    .header_wrapper .header_right a {
      color: #ffffff; }
    .header_wrapper .header_right .phone {
      margin: auto;
      margin-right: 50px; }
      @media (max-width: 1024px) {
        .header_wrapper .header_right .phone {
          display: none; } }
    .header_wrapper .header_right .languages {
      display: flex;
      color: #ffffff;
      position: relative; }
      @media (max-width: 768px) {
        .header_wrapper .header_right .languages {
          margin-left: 10px; } }
      .header_wrapper .header_right .languages a {
        max-width: none;
        width: auto;
        border-bottom-color: transparent;
        font-size: clamp(1.125rem, calc(1.05rem + 0.375vw), 1.3rem);
        font-weight: 400;
        text-transform: uppercase;
        margin: auto;
        transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
      .header_wrapper .header_right .languages .lang {
        position: absolute;
        bottom: -10px;
        transform: translateY(0%);
        opacity: 0;
        transition: opacity 0.4s cubic-bezier(0.65, 0, 0.35, 1), transform 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
        @media (max-width: 768px) {
          .header_wrapper .header_right .languages .lang {
            transform: translateY(100%); } }
      .header_wrapper .header_right .languages:hover .lang {
        opacity: 1;
        transform: translateY(100%); }
        .header_wrapper .header_right .languages:hover .lang:nth-child(2) {
          transform: translateY(200%); }
  .header_wrapper .menu_open {
    margin: auto;
    flex-basis: 33.333%;
    margin-left: 0px;
    display: flex; }

body.dark-header .header_logo [data-logo] img.visible-image {
  opacity: 0;
  transform: translateY(-100px); }

body.dark-header .header_logo [data-logo] img.scrolled-image {
  opacity: 1;
  transform: translateY(0px); }

body.dark-header .header_logo img {
  max-height: 52px; }

body.dark-header .header_wrapper:not(.openmenu) .menu,
body.dark-header .header_wrapper:not(.openmenu) .header_right a {
  color: #04343F; }

body.dark-header .header_wrapper:not(.openmenu) .menu .menu-toggle > span {
  background: #04343F; }

footer.site-footer {
  background-color: #04343F;
  color: #2F8FA3;
  padding-block: 7rem 3rem;
  font-size: clamp(1rem, calc(0.875rem + 0.55vw), 1.25rem); }
  @media (max-width: 1024px) {
    footer.site-footer {
      padding-block: 5rem 3rem; } }
  @media (max-width: 991px) {
    footer.site-footer {
      padding-block: 4.5rem 2.5rem; } }
  @media (max-width: 768px) {
    footer.site-footer {
      padding-block: 3rem 1rem; } }
  footer.site-footer .footer_wrapper {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 768px) {
      footer.site-footer .footer_wrapper {
        flex-direction: column; } }
    footer.site-footer .footer_wrapper .footer-top {
      display: flex;
      justify-content: space-between;
      width: 100%;
      flex-wrap: wrap;
      gap: 20px 40px; }
      @media (max-width: 1024px) {
        footer.site-footer .footer_wrapper .footer-top {
          flex-direction: column;
          gap: 40px; } }
      footer.site-footer .footer_wrapper .footer-top a:not(.logo-link) {
        position: relative; }
        footer.site-footer .footer_wrapper .footer-top a:not(.logo-link)::after {
          content: '';
          position: absolute;
          left: 0;
          bottom: 0;
          background-color: currentColor;
          width: 0;
          height: 1px;
          transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
        footer.site-footer .footer_wrapper .footer-top a:not(.logo-link):hover::after {
          width: 100%; }
      footer.site-footer .footer_wrapper .footer-top ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 0.4em; }
      footer.site-footer .footer_wrapper .footer-top .general-info h4 {
        margin-bottom: 40px;
        font-size: clamp(1.3125rem, calc(1.275rem + 0.1875vw), 1.5rem);
        font-weight: 600; }
        @media (max-width: 1024px) {
          footer.site-footer .footer_wrapper .footer-top .general-info h4 {
            margin-bottom: 10px; } }
      footer.site-footer .footer_wrapper .footer-top .telephones-info > ul {
        gap: unset; }
      footer.site-footer .footer_wrapper .footer-top .telephones-info h4 {
        margin-block: 30px 10px;
        font-size: clamp(1.3125rem, calc(1.275rem + 0.1875vw), 1.5rem);
        font-weight: 600; }
        footer.site-footer .footer_wrapper .footer-top .telephones-info h4:first-of-type {
          margin-top: unset; }
      footer.site-footer .footer_wrapper .footer-top .socials a {
        font-weight: 600;
        font-size: clamp(1.3125rem, calc(1.275rem + 0.1875vw), 1.5rem); }
    footer.site-footer .footer_wrapper a.logo-link img {
      width: auto;
      max-width: 170px;
      -o-object-fit: contain;
         object-fit: contain; }
      @media (max-width: 768px) {
        footer.site-footer .footer_wrapper a.logo-link img {
          max-width: 150px; } }
    footer.site-footer .footer_wrapper .footer_info {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: space-between;
      width: 100%;
      gap: 1em;
      margin-top: 100px; }
      @media (max-width: 768px) {
        footer.site-footer .footer_wrapper .footer_info {
          margin-top: 60px; } }
      footer.site-footer .footer_wrapper .footer_info .socials {
        display: flex;
        padding: 0;
        margin: 0;
        list-style: none;
        width: 100%;
        justify-content: flex-end;
        flex-wrap: wrap;
        gap: 3rem; }
        @media (max-width: 768px) {
          footer.site-footer .footer_wrapper .footer_info .socials {
            justify-content: flex-start; } }
        footer.site-footer .footer_wrapper .footer_info .socials > li {
          text-transform: uppercase; }
      footer.site-footer .footer_wrapper .footer_info .footer_copyright {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 1em;
        width: 100%; }
        @media (max-width: 1024px) {
          footer.site-footer .footer_wrapper .footer_info .footer_copyright {
            justify-content: flex-start; } }
        footer.site-footer .footer_wrapper .footer_info .footer_copyright .menu {
          list-style: none;
          padding: 0;
          display: flex;
          justify-content: flex-end;
          gap: 0.8em; }
          @media (max-width: 768px) {
            footer.site-footer .footer_wrapper .footer_info .footer_copyright .menu {
              justify-content: flex-start; } }
          footer.site-footer .footer_wrapper .footer_info .footer_copyright .menu li {
            position: relative; }
          footer.site-footer .footer_wrapper .footer_info .footer_copyright .menu li:not(:last-child)::after {
            content: '/';
            right: 0;
            translate: calc(0.4em + 50%) 0;
            position: absolute; }
          footer.site-footer .footer_wrapper .footer_info .footer_copyright .menu li a {
            text-decoration: underline;
            text-decoration: underline;
            text-underline-offset: 4px; }
        @media (max-width: 768px) {
          footer.site-footer .footer_wrapper .footer_info .footer_copyright {
            margin: auto; } }
        footer.site-footer .footer_wrapper .footer_info .footer_copyright a,
        footer.site-footer .footer_wrapper .footer_info .footer_copyright p {
          color: #2F8FA3;
          text-align: end; }
          @media (max-width: 768px) {
            footer.site-footer .footer_wrapper .footer_info .footer_copyright a,
            footer.site-footer .footer_wrapper .footer_info .footer_copyright p {
              text-align: center; } }
    footer.site-footer .footer_wrapper .footer_newsletter {
      margin: auto;
      display: flex;
      flex-direction: column;
      margin-top: 0px;
      margin-bottom: 0px; }
      footer.site-footer .footer_wrapper .footer_newsletter .site-info {
        color: #000000;
        text-align: right;
        font-family: "Cera Pro", serif;
        font-size: 16px; }
        @media (max-width: 768px) {
          footer.site-footer .footer_wrapper .footer_newsletter .site-info {
            text-align: center; } }
        footer.site-footer .footer_wrapper .footer_newsletter .site-info .menu-footer-menu-container #menu-footer-menu {
          display: flex;
          list-style: none;
          gap: 20px;
          padding: 0;
          margin: 0;
          justify-content: flex-end; }
          footer.site-footer .footer_wrapper .footer_newsletter .site-info .menu-footer-menu-container #menu-footer-menu li {
            text-transform: uppercase; }
            footer.site-footer .footer_wrapper .footer_newsletter .site-info .menu-footer-menu-container #menu-footer-menu li a {
              font-size: 21px; }
      footer.site-footer .footer_wrapper .footer_newsletter #newsletter_form {
        display: flex;
        flex-direction: column;
        justify-content: flex-start; }
        footer.site-footer .footer_wrapper .footer_newsletter #newsletter_form .newsletter_input_wrapper {
          position: relative;
          margin-bottom: 10px; }
          footer.site-footer .footer_wrapper .footer_newsletter #newsletter_form .newsletter_input_wrapper input#newsletter_email {
            color: #ffffff;
            font-family: "Cera Pro", serif;
            width: 100%;
            background-color: transparent;
            border: none;
            border-bottom: 1px solid #ffffff;
            padding: 10px 0px;
            font-size: clamp(1.3125rem, calc(1.275rem + 0.1875vw), 1.5rem); }
            footer.site-footer .footer_wrapper .footer_newsletter #newsletter_form .newsletter_input_wrapper input#newsletter_email::-moz-placeholder {
              font-family: "Cera Pro", serif;
              color: #000000 !important; }
            footer.site-footer .footer_wrapper .footer_newsletter #newsletter_form .newsletter_input_wrapper input#newsletter_email:-ms-input-placeholder {
              font-family: "Cera Pro", serif;
              color: #000000 !important; }
            footer.site-footer .footer_wrapper .footer_newsletter #newsletter_form .newsletter_input_wrapper input#newsletter_email::placeholder {
              font-family: "Cera Pro", serif;
              color: #000000 !important; }
            @media (max-width: 768px) {
              footer.site-footer .footer_wrapper .footer_newsletter #newsletter_form .newsletter_input_wrapper input#newsletter_email {
                font-size: 18px; } }
            footer.site-footer .footer_wrapper .footer_newsletter #newsletter_form .newsletter_input_wrapper input#newsletter_email:focus-visible {
              outline: none; }
          footer.site-footer .footer_wrapper .footer_newsletter #newsletter_form .newsletter_input_wrapper button {
            border: none;
            outline: none;
            background-color: transparent;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer; }
            footer.site-footer .footer_wrapper .footer_newsletter #newsletter_form .newsletter_input_wrapper button img {
              height: 40px;
              width: 40px; }
        footer.site-footer .footer_wrapper .footer_newsletter #newsletter_form .round-checkbox {
          display: flex;
          align-items: center; }
          footer.site-footer .footer_wrapper .footer_newsletter #newsletter_form .round-checkbox input {
            display: none; }
          footer.site-footer .footer_wrapper .footer_newsletter #newsletter_form .round-checkbox label {
            width: 30px;
            height: 30px;
            border: 1px solid #ffffff;
            background-color: transparent;
            border-radius: 100%;
            display: block;
            position: relative; }
            footer.site-footer .footer_wrapper .footer_newsletter #newsletter_form .round-checkbox label::after {
              content: '';
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              width: 0px;
              height: 0px;
              background-color: #ffffff;
              border-radius: 100%;
              opacity: 0;
              transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
            footer.site-footer .footer_wrapper .footer_newsletter #newsletter_form .round-checkbox label:hover {
              cursor: pointer; }
          footer.site-footer .footer_wrapper .footer_newsletter #newsletter_form .round-checkbox input[type='checkbox']:checked + label:after {
            opacity: 1;
            width: 15px;
            height: 15px; }
          footer.site-footer .footer_wrapper .footer_newsletter #newsletter_form .round-checkbox small {
            margin-left: 10px; }
      footer.site-footer .footer_wrapper .footer_newsletter .footer_menu {
        display: flex;
        flex-direction: column;
        margin-bottom: 0px;
        width: 100%; }
        footer.site-footer .footer_wrapper .footer_newsletter .footer_menu h2.logo-name {
          font-size: 32px;
          color: #000000;
          display: flex;
          flex-direction: column;
          align-items: flex-end;
          gap: 5px; }
          footer.site-footer .footer_wrapper .footer_newsletter .footer_menu h2.logo-name > span {
            font-size: 14px; }
        footer.site-footer .footer_wrapper .footer_newsletter .footer_menu ul {
          padding: 0px;
          display: flex;
          justify-content: flex-end;
          margin-bottom: 6px; }
          @media (max-width: 768px) {
            footer.site-footer .footer_wrapper .footer_newsletter .footer_menu ul {
              margin-bottom: 12px;
              justify-content: center;
              gap: 20px; } }
          @media (max-width: 450px) {
            footer.site-footer .footer_wrapper .footer_newsletter .footer_menu ul {
              flex-direction: column;
              gap: 6px; } }
          footer.site-footer .footer_wrapper .footer_newsletter .footer_menu ul li {
            list-style-type: none;
            transform: none !important;
            opacity: 1 !important;
            transition: all 0s cubic-bezier(0.65, 0, 0.35, 1) !important;
            pointer-events: all !important; }
            @media (min-width: 768px) {
              footer.site-footer .footer_wrapper .footer_newsletter .footer_menu ul li {
                margin-left: 20px; } }
            @media (max-width: 768px) {
              footer.site-footer .footer_wrapper .footer_newsletter .footer_menu ul li:first-of-type {
                padding: 10px; } }
            @media (max-width: 768px) {
              footer.site-footer .footer_wrapper .footer_newsletter .footer_menu ul li:nth-of-type(2) {
                padding: 10px; } }
            @media (max-width: 768px) {
              footer.site-footer .footer_wrapper .footer_newsletter .footer_menu ul li:last-of-type {
                padding: 10px; } }
            @media (max-width: 450px) {
              footer.site-footer .footer_wrapper .footer_newsletter .footer_menu ul li {
                padding: unset !important; } }
            footer.site-footer .footer_wrapper .footer_newsletter .footer_menu ul li a {
              font-family: "Cera Pro", serif;
              font-size: 16px; }

.clearfix {
  overflow: hidden; }
  .clearfix fieldset.hidden-fields-container {
    border: none; }
  .clearfix::after {
    content: '';
    clear: both;
    display: table; }

#contact_content {
  display: flex;
  align-items: center;
  margin-top: 190px; }
  @media (max-width: 768px) {
    #contact_content {
      margin-top: 120px;
      flex-direction: column; } }
  #contact_content .contact_info {
    width: 50%;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    display: flex; }
    @media (max-width: 768px) {
      #contact_content .contact_info {
        width: 100%;
        order: 2;
        padding: 50px 0px; } }
    #contact_content .contact_info .info {
      max-width: 90%;
      margin: auto;
      display: flex;
      flex-direction: column;
      gap: 1em; }
      #contact_content .contact_info .info > * {
        color: #2F8FA3;
        max-width: 900px; }
      #contact_content .contact_info .info p,
      #contact_content .contact_info .info ol,
      #contact_content .contact_info .info ul {
        text-align: start !important;
        list-style: none;
        padding: 0;
        display: flex;
        gap: 0.4em;
        flex-direction: column; }
        #contact_content .contact_info .info p li,
        #contact_content .contact_info .info ol li,
        #contact_content .contact_info .info ul li {
          font-size: clamp(1.125rem, calc(1.05rem + 0.375vw), 1.3rem); }
      #contact_content .contact_info .info br {
        display: none; }
      @media (max-width: 1024px) {
        #contact_content .contact_info .info {
          max-width: 100%;
          padding: 0px 30px;
          width: 100%; } }
      #contact_content .contact_info .info h2,
      #contact_content .contact_info .info h3,
      #contact_content .contact_info .info h4,
      #contact_content .contact_info .info h5,
      #contact_content .contact_info .info h6 {
        font-size: clamp(1.25rem, calc(1.2rem + 0.4vw), 2rem);
        text-transform: uppercase;
        margin: auto;
        margin-bottom: 40px; }
        @media (max-width: 768px) {
          #contact_content .contact_info .info h2,
          #contact_content .contact_info .info h3,
          #contact_content .contact_info .info h4,
          #contact_content .contact_info .info h5,
          #contact_content .contact_info .info h6 {
            margin-bottom: 25px;
            font-size: 30px; } }
        @media (max-width: 450px) {
          #contact_content .contact_info .info h2,
          #contact_content .contact_info .info h3,
          #contact_content .contact_info .info h4,
          #contact_content .contact_info .info h5,
          #contact_content .contact_info .info h6 {
            margin-bottom: 20px;
            font-size: 25px; } }
      #contact_content .contact_info .info .tel-title {
        font-size: clamp(1.3125rem, calc(1.275rem + 0.1875vw), 1.5rem);
        margin-bottom: 10px;
        width: 100%;
        margin-top: 40px; }
        @media (max-width: 768px) {
          #contact_content .contact_info .info .tel-title {
            margin-top: 20px; } }
      #contact_content .contact_info .info .socials {
        margin-top: 40px; }
        @media (max-width: 768px) {
          #contact_content .contact_info .info .socials {
            margin-top: 20px; } }
  #contact_content #map {
    width: 50%;
    height: calc(100vh - 160px); }
    @media (max-width: 768px) {
      #contact_content #map {
        height: 60vh;
        width: 100%; } }

#form {
  background-color: #2F8FA3;
  color: #ffffff;
  padding: 150px 0px; }
  @media (max-width: 768px) {
    #form {
      padding: 100px 0px; } }
  @media (max-width: 450px) {
    #form {
      padding: 50px 0px; } }
  #form .wrapper p {
    font-family: "Cera Pro", serif;
    font-size: clamp(1.3125rem, calc(1.275rem + 0.1875vw), 1.5rem);
    text-align: center;
    text-transform: uppercase;
    margin: auto;
    margin-bottom: 60px; }
    @media (max-width: 768px) {
      #form .wrapper p {
        margin-bottom: 30px; } }
  #form .wrapper .screen-reader-response {
    display: none; }
  #form .wrapper .contact_form {
    max-width: 80%;
    margin: auto; }
    @media (max-width: 768px) {
      #form .wrapper .contact_form {
        max-width: 100%;
        width: 100%; } }
    #form .wrapper .contact_form .wpcf7-not-valid-tip,
    #form .wrapper .contact_form .wpcf7-response-output {
      color: red; }
    #form .wrapper .contact_form ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      font-family: "Cera Pro", serif;
      font-size: clamp(1rem, calc(0.875rem + 0.55vw), 1.25rem);
      font-weight: 300;
      text-align: center; }
    #form .wrapper .contact_form ::-moz-placeholder {
      /* Firefox 19+ */
      font-family: "Cera Pro", serif;
      font-size: clamp(1rem, calc(0.875rem + 0.55vw), 1.25rem);
      font-weight: 300;
      text-align: center; }
    #form .wrapper .contact_form :-ms-input-placeholder {
      /* IE 10+ */
      font-family: "Cera Pro", serif;
      font-size: clamp(1rem, calc(0.875rem + 0.55vw), 1.25rem);
      font-weight: 300;
      text-align: center; }
    #form .wrapper .contact_form :-moz-placeholder {
      /* Firefox 18- */
      font-family: "Cera Pro", serif;
      font-size: clamp(1rem, calc(0.875rem + 0.55vw), 1.25rem);
      font-weight: 300;
      text-align: center; }
    #form .wrapper .contact_form .wpcf7-spinner:empty {
      display: none; }
    #form .wrapper .contact_form .field-wrapper {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      #form .wrapper .contact_form .field-wrapper:has(input[type='submit']) {
        flex-direction: row; }
    #form .wrapper .contact_form label {
      font-family: "Cera Pro", sans-serif;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0.8px;
      line-height: 36px;
      text-align: center;
      text-transform: uppercase;
      display: block; }
    #form .wrapper .contact_form input[type='submit'] {
      cursor: pointer; }
      #form .wrapper .contact_form input[type='submit']:hover {
        color: #04343F; }
    #form .wrapper .contact_form input:not([type='submit']) {
      margin-bottom: 15px;
      height: 70px;
      border: none;
      box-shadow: none;
      width: 100%;
      border-bottom: 1px solid #ffffff;
      outline: 0;
      box-shadow: none;
      background-color: transparent;
      font-family: "Cera Pro", serif;
      padding: 0px;
      text-align: center; }
      #form .wrapper .contact_form input:not([type='submit']).wpcf7-submit {
        height: auto;
        width: auto;
        display: block;
        font-size: clamp(1rem, calc(0.875rem + 0.55vw), 1.25rem);
        font-weight: 700;
        font-style: normal;
        letter-spacing: 1.05px;
        line-height: 36px;
        text-transform: uppercase;
        font-family: "Cera Pro", sans-serif;
        display: block;
        margin: auto;
        margin-right: 0px;
        margin-top: 50px;
        border-bottom: 0px;
        cursor: pointer;
        transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
    #form .wrapper .contact_form textarea {
      margin-bottom: 15px;
      height: 170px;
      border: none;
      box-shadow: none;
      width: 100%;
      border-bottom: 1px solid #ffffff;
      outline: 0;
      box-shadow: none;
      background-color: transparent;
      padding: 0px;
      text-align: center;
      font-family: "Cera Pro", serif; }
    #form .wrapper .contact_form input::-moz-placeholder, #form .wrapper .contact_form textarea::-moz-placeholder {
      color: #04343F;
      opacity: 0.8; }
    #form .wrapper .contact_form input:-ms-input-placeholder, #form .wrapper .contact_form textarea:-ms-input-placeholder {
      color: #04343F;
      opacity: 0.8; }
    #form .wrapper .contact_form input::placeholder, #form .wrapper .contact_form textarea::placeholder {
      color: #04343F;
      opacity: 0.8; }

#contact_content p {
  font-size: 20px; }

#welcome-text {
  background-color: #ffffff;
  padding: 150px 0px; }
  @media (max-width: 1024px) {
    #welcome-text {
      padding: 100px 0px; } }
  @media (max-width: 991px) {
    #welcome-text {
      padding: 50px 0px; } }
  #welcome-text .wrapper {
    text-align: center;
    color: #000000; }
    #welcome-text .wrapper h3:first-child {
      color: #ffffff;
      font-size: 23px;
      font-family: "Cera Pro", serif;
      font-weight: 400;
      text-transform: uppercase;
      line-height: 1.15; }
      @media (max-width: 1024px) {
        #welcome-text .wrapper h3:first-child {
          font-size: 20px; } }
      @media (max-width: 991px) {
        #welcome-text .wrapper h3:first-child {
          font-size: 18px; } }
    #welcome-text .wrapper p {
      margin-top: 20px;
      max-width: 900px;
      margin-inline: auto; }

.page-template-tmpl_suggestions #inforows-slider .inforows-slider:nth-child(even) {
  flex-direction: row-reverse; }
  @media (max-width: 1024px) {
    .page-template-tmpl_suggestions #inforows-slider .inforows-slider:nth-child(even) {
      flex-direction: column-reverse; } }

.page-template-tmpl_suggestions #inforows-slider .inforows-slider:nth-child(odd) {
  flex-direction: row; }
  @media (max-width: 1024px) {
    .page-template-tmpl_suggestions #inforows-slider .inforows-slider:nth-child(odd) {
      flex-direction: column; } }

.page-template-tmpl_property #accommodation {
  /*No slider*/ }
  .page-template-tmpl_property #accommodation .hidden_content {
    background-color: #000000; }
    .page-template-tmpl_property #accommodation .hidden_content #information {
      background-color: #000000; }
      .page-template-tmpl_property #accommodation .hidden_content #information .information_wrapper {
        display: block !important; }
        .page-template-tmpl_property #accommodation .hidden_content #information .information_wrapper p {
          padding-bottom: 5px; }
  .page-template-tmpl_property #accommodation .col-row .col {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
    overflow: hidden;
    flex: 0 0 50%; }
    .page-template-tmpl_property #accommodation .col-row .col::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #000000;
      opacity: 0.22; }
    @media (max-width: 768px) {
      .page-template-tmpl_property #accommodation .col-row .col {
        flex: 0 0 100%;
        height: 75vw; } }
    @media (max-width: 450px) {
      .page-template-tmpl_property #accommodation .col-row .col {
        height: 100vw; } }
    .page-template-tmpl_property #accommodation .col-row .col .title {
      position: absolute;
      top: 10%;
      left: 0;
      width: 100%;
      z-index: 2; }
      @media (max-width: 1024px) {
        .page-template-tmpl_property #accommodation .col-row .col .title {
          top: 30px;
          left: 0px; } }
      @media (max-width: 991px) {
        .page-template-tmpl_property #accommodation .col-row .col .title {
          top: 45px;
          left: 0px; } }
      .page-template-tmpl_property #accommodation .col-row .col .title p {
        color: #ffffff;
        font-family: "Cera Pro", serif;
        font-size: 23px;
        font-weight: 400;
        letter-spacing: 1.15px;
        text-transform: uppercase;
        margin: auto;
        margin-bottom: 50px; }
        @media (max-width: 768px) {
          .page-template-tmpl_property #accommodation .col-row .col .title p {
            font-size: 20px;
            margin-bottom: 30px; } }
        @media (max-width: 450px) {
          .page-template-tmpl_property #accommodation .col-row .col .title p {
            font-size: 18px; } }
      .page-template-tmpl_property #accommodation .col-row .col .title h2 {
        color: #ffffff;
        font-weight: 200;
        margin: unset;
        font-family: "Cera Pro", sans-serif;
        margin-bottom: 10px;
        font-size: 64px;
        text-align: left; }
        @media (max-width: 1024px) {
          .page-template-tmpl_property #accommodation .col-row .col .title h2 {
            font-size: 36px; } }
      .page-template-tmpl_property #accommodation .col-row .col .title span {
        color: #ffffff;
        text-transform: uppercase;
        font-size: 22px; }
        @media (max-width: 1024px) {
          .page-template-tmpl_property #accommodation .col-row .col .title span {
            font-size: 18px; } }
      .page-template-tmpl_property #accommodation .col-row .col .title a {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 0 60px; }
        @media (max-width: 991px) {
          .page-template-tmpl_property #accommodation .col-row .col .title a {
            margin: 0 30px; } }
        .page-template-tmpl_property #accommodation .col-row .col .title a img {
          margin-top: 40px;
          width: 90px; }
    .page-template-tmpl_property #accommodation .col-row .col .hidden_content {
      background-color: #000000;
      padding: 0% 10%;
      box-sizing: border-box;
      position: absolute;
      bottom: 0px;
      left: 0px;
      right: 0px;
      transform: translateY(100%);
      transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1); }
      .page-template-tmpl_property #accommodation .col-row .col .hidden_content p {
        color: #ffffff;
        font-size: 26px;
        font-weight: 300;
        line-height: 1.5;
        text-align: left;
        position: relative; }
        @media (max-width: 768px) {
          .page-template-tmpl_property #accommodation .col-row .col .hidden_content p {
            font-size: 22px;
            line-height: 1.5; } }
        @media (max-width: 450px) {
          .page-template-tmpl_property #accommodation .col-row .col .hidden_content p {
            font-size: 20px; } }
        .page-template-tmpl_property #accommodation .col-row .col .hidden_content p::after {
          content: '';
          position: absolute;
          left: -30px;
          height: 2px;
          background-color: #ffffff;
          width: 25px;
          display: block;
          margin: auto;
          z-index: 1;
          top: 0px;
          bottom: 0px; }
    .page-template-tmpl_property #accommodation .col-row .col:hover .hidden_content {
      transform: translateY(0%); }

.single-apartment #inforows-slider .inforows-slider.inforows:nth-child(odd) {
  flex-direction: row !important; }
  @media (max-width: 1024px) {
    .single-apartment #inforows-slider .inforows-slider.inforows:nth-child(odd) {
      flex-direction: column-reverse !important; } }
  .single-apartment #inforows-slider .inforows-slider.inforows:nth-child(odd) .inner_info * {
    color: inherit !important; }

.single-apartment #inforows-slider .inforows-slider.inforows:nth-child(even) {
  flex-direction: row-reverse !important; }
  @media (max-width: 1024px) {
    .single-apartment #inforows-slider .inforows-slider.inforows:nth-child(even) {
      flex-direction: column-reverse !important; } }
  .single-apartment #inforows-slider .inforows-slider.inforows:nth-child(even) .inner_info * {
    color: inherit !important; }

#gallery-page {
  position: relative;
  padding-block: 200px; }
  @media (max-width: 768px) {
    #gallery-page {
      padding-block: 150px; } }
  @media (max-width: 768px) {
    #gallery-page {
      padding-block: 120px; } }
  #gallery-page::before {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 50%;
    z-index: 0;
    background-size: 250px;
    opacity: 0.05;
    background-position: center; }
  #gallery-page .container-page {
    padding: 0 100px; }
    @media (max-width: 768px) {
      #gallery-page .container-page {
        padding: 0 60px; } }
    #gallery-page .container-page h1 {
      padding: 60px 0;
      text-align: center;
      margin: auto; }
    #gallery-page .container-page .gallery-wrapper {
      -moz-columns: 400px;
           columns: 400px;
      -moz-column-gap: 30px;
           column-gap: 30px; }
      #gallery-page .container-page .gallery-wrapper .single-image {
        margin: 0;
        transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
        #gallery-page .container-page .gallery-wrapper .single-image:not(:first-child) {
          margin-top: 30px; }
        #gallery-page .container-page .gallery-wrapper .single-image:hover {
          filter: brightness(0.7); }
        #gallery-page .container-page .gallery-wrapper .single-image a {
          width: 100%;
          position: relative;
          display: inline-block; }
          #gallery-page .container-page .gallery-wrapper .single-image a img {
            width: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
            #gallery-page .container-page .gallery-wrapper .single-image a img:hover {
              background-color: black;
              opacity: 0.7; }

.awards-wrapper {
  margin-block: 120px 80px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center; }
  @media (max-width: 1024px) {
    .awards-wrapper {
      margin-block: 80px 60px; } }
  .awards-wrapper .award {
    max-width: 150px;
    max-height: 200px; }
    .awards-wrapper .award img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }

.booking-form {
  position: absolute;
  z-index: 2;
  bottom: 12rem; }
  @media (max-width: 1024px) {
    .booking-form {
      bottom: 10rem; } }
  @media (max-width: 991px) {
    .booking-form {
      bottom: 8rem; } }
  @media (max-width: 768px) {
    .booking-form {
      bottom: 6rem; } }
  .booking-form form {
    display: flex;
    gap: 2em; }
    .booking-form form input,
    .booking-form form textarea,
    .booking-form form select {
      background-color: transparent;
      border: none;
      padding: 0.3em 0.8em;
      border-bottom: 2px solid #ffffff; }
      .booking-form form input::-moz-placeholder, .booking-form form textarea::-moz-placeholder, .booking-form form select::-moz-placeholder {
        color: #ffffff;
        opacity: 1; }
      .booking-form form input:-ms-input-placeholder, .booking-form form textarea:-ms-input-placeholder, .booking-form form select:-ms-input-placeholder {
        color: #ffffff;
        opacity: 1; }
      .booking-form form input::placeholder,
      .booking-form form textarea::placeholder,
      .booking-form form select::placeholder {
        color: #ffffff;
        opacity: 1; }

.link {
  color: #ffffff !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding: 10px 24px;
  border: 2px solid #ffffff !important;
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1) !important;
  font-weight: 600;
  text-transform: uppercase; }
  .link:hover {
    color: #2F8FA3 !important;
    background-color: #ffffff !important; }
  .link.link-blue {
    color: #2F8FA3 !important;
    border: 2px solid #2F8FA3 !important; }
    .link.link-blue:hover {
      color: #ffffff !important;
      background-color: #2F8FA3 !important; }
  .link[type='submit'] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    background-color: transparent;
    font-family: "Cera Pro", serif; }

.book_link {
  transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  position: relative;
  text-transform: uppercase; }
  .book_link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: currentColor;
    width: 0;
    height: 1px;
    transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
  .book_link:hover::after {
    width: 100%; }

#landing {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden; }
  @media (max-width: 1024px) {
    #landing {
      min-height: 95vh; } }
  @media (max-width: 991px) {
    #landing {
      min-height: 90vh; } }
  @media (max-width: 768px) {
    #landing {
      min-height: 85vh; } }
  #landing .featured-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  #landing.filter img.featured-image {
    filter: brightness(0.5); }
  #landing .title {
    position: relative;
    z-index: 2; }
    #landing .title h1 {
      color: #ffffff;
      text-wrap: balance;
      max-width: 80ch;
      overflow-wrap: normal;
      text-align: center; }
  #landing span.type {
    -webkit-padding-before: 1rem;
            padding-block-start: 1rem;
    margin: auto;
    text-align: center;
    color: #ffffff; }

#about.three-columns {
  padding-block: 11rem;
  background-color: #2F8FA3; }
  @media (max-width: 1024px) {
    #about.three-columns {
      padding-block: 8rem; } }
  @media (max-width: 991px) {
    #about.three-columns {
      padding-block: 7rem; } }
  @media (max-width: 768px) {
    #about.three-columns {
      padding-block: 5rem; } }

#about.three-columns .columns {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 1440px) {
    #about.three-columns .columns {
      gap: 3rem; } }
  @media (max-width: 1024px) {
    #about.three-columns .columns {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 3rem 1.5rem; }
      #about.three-columns .columns > .image-big {
        grid-row: 2; }
      #about.three-columns .columns > .about-content {
        grid-row: 1;
        grid-column: span 2; }
      #about.three-columns .columns > .small-big {
        grid-row: 2; } }

#about.three-columns .about-content {
  display: flex;
  gap: 2em;
  color: #ffffff;
  flex-direction: column;
  justify-content: space-between; }
  @media (min-width: 1024px) {
    #about.three-columns .about-content {
      max-width: 575px; } }

#about.three-columns .about-content .subheading {
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    #about.three-columns .about-content .subheading {
      margin-top: 30px; } }
  @media (max-width: 768px) {
    #about.three-columns .about-content .subheading {
      margin-top: 20px; } }

#about.three-columns .about-content h2 {
  margin-bottom: 25px; }

#about.three-columns .about-content .link {
  margin-top: 80px; }
  @media (max-width: 991px) {
    #about.three-columns .about-content .link {
      margin-top: 60px; } }
  @media (max-width: 768px) {
    #about.three-columns .about-content .link {
      margin-top: 40px; } }

#about.three-columns .image-container.image-big {
  max-width: 400px;
  max-height: 550px;
  width: 100%;
  aspect-ratio: 3 / 4; }

#about.three-columns .image-container.image-small {
  max-width: 250px;
  width: 100%;
  aspect-ratio: 3 / 4;
  margin-bottom: auto;
  margin-top: -50px; }
  @media (max-width: 1024px) {
    #about.three-columns .image-container.image-small {
      margin-top: 30px; } }
  @media (max-width: 768px) {
    #about.three-columns .image-container.image-small {
      margin-top: 40px; } }

#about.three-columns .image-container {
  position: relative; }
  @media (max-width: 1280px) {
    #about.three-columns .image-container {
      order: 3; } }
  #about.three-columns .image-container > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.content-read {
  padding-block: 3rem; }
  .content-read * {
    color: #04343F; }
  .content-read .wrapper {
    margin-top: 200px; }
  .content-read .text {
    max-width: 70ch;
    margin-inline: auto; }
    .content-read .text h1,
    .content-read .text h2,
    .content-read .text h3,
    .content-read .text h4,
    .content-read .text h5,
    .content-read .text h6,
    .content-read .text strong {
      font-family: "Cera Pro", sans-serif;
      font-weight: 500; }
    .content-read .text h1 {
      font-size: clamp(1.25rem, calc(1.2rem + 0.4vw), 2rem);
      color: #2F8FA3; }
    .content-read .text h2,
    .content-read .text h3 {
      font-size: clamp(1.3125rem, calc(1.275rem + 0.1875vw), 1.5rem);
      color: #2F8FA3; }
    .content-read .text h4,
    .content-read .text h5,
    .content-read .text h6 {
      font-size: clamp(1.125rem, calc(1.05rem + 0.375vw), 1.3rem);
      color: #2F8FA3; }
    .content-read .text p {
      --spacing: 0.6em; }
  .content-read .text > * + * {
    margin-top: var(--spacing, 1.6em); }
  .content-read a {
    text-decoration: underline; }

#gallery {
  position: relative; }
  #gallery::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    transition: all 1s 0.6s cubic-bezier(0.65, 0, 0.35, 1);
    background-color: #ffffff;
    z-index: 1; }
  #gallery .gallery_swipe {
    background-color: #ffffff; }
    #gallery .gallery_swipe .swiper-slide {
      width: 100%; }
      #gallery .gallery_swipe .swiper-slide a.single-image {
        display: block;
        min-width: 100%; }
        #gallery .gallery_swipe .swiper-slide a.single-image img {
          display: block;
          height: 80vh;
          margin: auto;
          width: 80%;
          -o-object-fit: contain;
             object-fit: contain; }
          @media (max-width: 991px) {
            #gallery .gallery_swipe .swiper-slide a.single-image img {
              height: 100vw; } }
    #gallery .gallery_swipe .swiper-buttons-nav .swiper-button-next,
    #gallery .gallery_swipe .swiper-buttons-nav .swiper-button-prev {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      top: 50%;
      bottom: auto;
      translate: 0 -50%;
      transition: transform 0.3s, opacity 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
      @media (max-width: 991px) {
        #gallery .gallery_swipe .swiper-buttons-nav .swiper-button-next.swiper-button-disabled,
        #gallery .gallery_swipe .swiper-buttons-nav .swiper-button-prev.swiper-button-disabled {
          transform: scale(0.8); } }
      #gallery .gallery_swipe .swiper-buttons-nav .swiper-button-next::after,
      #gallery .gallery_swipe .swiper-buttons-nav .swiper-button-prev::after {
        content: unset; }
      #gallery .gallery_swipe .swiper-buttons-nav .swiper-button-next > svg,
      #gallery .gallery_swipe .swiper-buttons-nav .swiper-button-prev > svg {
        width: 50px; }
        @media (max-width: 991px) {
          #gallery .gallery_swipe .swiper-buttons-nav .swiper-button-next > svg,
          #gallery .gallery_swipe .swiper-buttons-nav .swiper-button-prev > svg {
            width: 35px; } }
      #gallery .gallery_swipe .swiper-buttons-nav .swiper-button-next > svg path,
      #gallery .gallery_swipe .swiper-buttons-nav .swiper-button-prev > svg path {
        fill: #04343F; }
    #gallery .gallery_swipe .swiper-buttons-nav .swiper-button-next {
      right: 13%; }
    #gallery .gallery_swipe .swiper-buttons-nav .swiper-button-prev {
      left: 13%; }
  #gallery.aos-animate::after {
    width: 0%; }

#welcome-content {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center; }
  #welcome-content .wrapper {
    color: inherit;
    max-width: 80ch;
    margin-inline: auto;
    text-align: center; }
    #welcome-content .wrapper > * + * {
      margin-top: 1.87em; }
    #welcome-content .wrapper p,
    #welcome-content .wrapper ol,
    #welcome-content .wrapper ul {
      text-align: center; }
    #welcome-content .wrapper .link {
      margin-inline: auto; }

#accommodations {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-block: 250px; }
  #accommodations .accommodation-swiper {
    overflow: hidden;
    position: relative; }
    #accommodations .accommodation-swiper .swiper-slide {
      transition: transform 0.3s, opacity 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
    #accommodations .accommodation-swiper .swiper-slide:not(.swiper-slide-active) {
      transform: scale(0.55); }
    #accommodations .accommodation-swiper .swiper-slide:not(.swiper-slide-active) .info {
      opacity: 0; }
    #accommodations .accommodation-swiper .swiper-slide img.accommodation-image {
      max-width: 420px;
      aspect-ratio: 3 / 4;
      width: 100%;
      height: auto;
      margin: auto;
      -o-object-fit: cover;
         object-fit: cover; }
    #accommodations .accommodation-swiper .swiper-slide .info {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin-inline: auto;
      padding-block: 2.7rem 3.3rem;
      display: flex;
      gap: 2.3rem;
      flex-direction: column; }
      #accommodations .accommodation-swiper .swiper-slide .info .title {
        text-align: center; }
    #accommodations .accommodation-swiper .swiper-button-next,
    #accommodations .accommodation-swiper .swiper-button-prev {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      top: auto;
      bottom: 0;
      transition: transform 0.3s, opacity 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
      @media (max-width: 991px) {
        #accommodations .accommodation-swiper .swiper-button-next.swiper-button-disabled,
        #accommodations .accommodation-swiper .swiper-button-prev.swiper-button-disabled {
          transform: scale(0.8); } }
      #accommodations .accommodation-swiper .swiper-button-next::after,
      #accommodations .accommodation-swiper .swiper-button-prev::after {
        content: unset; }
      #accommodations .accommodation-swiper .swiper-button-next > svg,
      #accommodations .accommodation-swiper .swiper-button-prev > svg {
        width: 50px; }
        @media (max-width: 991px) {
          #accommodations .accommodation-swiper .swiper-button-next > svg,
          #accommodations .accommodation-swiper .swiper-button-prev > svg {
            width: 35px; } }
      #accommodations .accommodation-swiper .swiper-button-next > svg path,
      #accommodations .accommodation-swiper .swiper-button-prev > svg path {
        fill: #04343F; }
    #accommodations .accommodation-swiper .swiper-button-next {
      right: 13%; }
    #accommodations .accommodation-swiper .swiper-button-prev {
      left: 13%; }
    #accommodations .accommodation-swiper .swiper-pagination {
      --swiper-pagination-color: #2F8FA3;
      --swiper-pagination-bullet-width: 77px;
      --swiper-pagination-bullet-height: 2px;
      left: 50%;
      bottom: 0;
      transform: translate(-50%, 0); }
      @media (max-width: 1024px) {
        #accommodations .accommodation-swiper .swiper-pagination {
          --swiper-pagination-bullet-width: 65px; } }
      @media (max-width: 768px) {
        #accommodations .accommodation-swiper .swiper-pagination {
          --swiper-pagination-bullet-width: 50px; } }
      #accommodations .accommodation-swiper .swiper-pagination .swiper-pagination-bullet {
        border-radius: 0; }

#content-info {
  background-color: #04343F;
  padding-block: 2em; }
  #content-info ul {
    display: flex;
    justify-content: space-around;
    gap: 1rem;
    list-style: none;
    font-size: clamp(1.125rem, calc(1.05rem + 0.375vw), 1.3rem);
    color: #ffffff;
    padding: unset;
    margin: unset; }

#accommodations-v2 {
  min-height: 100vh;
  align-items: center;
  padding-block: 250px; }
  @media (max-width: 1024px) {
    #accommodations-v2 {
      padding-block: 160px; } }
  @media (max-width: 768px) {
    #accommodations-v2 {
      padding-block: 80px; } }
  #accommodations-v2 .subheading {
    text-align: center;
    margin-inline: auto;
    margin-bottom: 100px; }
    @media (max-width: 1024px) {
      #accommodations-v2 .subheading {
        margin-bottom: 80px; } }
    @media (max-width: 768px) {
      #accommodations-v2 .subheading {
        margin-bottom: 60px; } }
  #accommodations-v2 .accommodation-v2-swiper {
    overflow: hidden;
    position: relative;
    max-width: 1200px;
    padding-inline: 1%; }
    @media (max-width: 1024px) {
      #accommodations-v2 .accommodation-v2-swiper {
        padding-inline: 3%; } }
    @media (max-width: 768px) {
      #accommodations-v2 .accommodation-v2-swiper {
        padding-inline: 2%; } }
    @media (max-width: 450px) {
      #accommodations-v2 .accommodation-v2-swiper {
        padding-inline: 3%; } }
    #accommodations-v2 .accommodation-v2-swiper .swiper-slide {
      transition: transform 0.3s, opacity 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
      #accommodations-v2 .accommodation-v2-swiper .swiper-slide:hover .img .content-info {
        transform: translateY(0);
        transition: transform 0.3s cubic-bezier(0.47, 0, 0.745, 0.715); }
    #accommodations-v2 .accommodation-v2-swiper .swiper-slide .img {
      height: 400px;
      width: 100%;
      margin: auto;
      position: relative;
      overflow: hidden; }
      @media (max-width: 1024px) {
        #accommodations-v2 .accommodation-v2-swiper .swiper-slide .img {
          height: 350px; } }
      #accommodations-v2 .accommodation-v2-swiper .swiper-slide .img .content-info {
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: #04343F;
        width: 50%;
        padding-block: 3em;
        padding-inline: 2.5em; }
        @media (max-width: 768px) {
          #accommodations-v2 .accommodation-v2-swiper .swiper-slide .img .content-info {
            padding-block: 1em;
            padding-inline: 1.2em; } }
        @media (min-width: 768px) and (hover: hover) {
          #accommodations-v2 .accommodation-v2-swiper .swiper-slide .img .content-info {
            transform: translateY(100%);
            transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1); } }
        #accommodations-v2 .accommodation-v2-swiper .swiper-slide .img .content-info ul {
          padding: 0;
          gap: 3rem;
          -webkit-padding-start: 1.1em;
                  padding-inline-start: 1.1em; }
        #accommodations-v2 .accommodation-v2-swiper .swiper-slide .img .content-info ul li {
          font-size: clamp(1rem, calc(0.875rem + 0.55vw), 1.25rem);
          list-style: none;
          position: relative;
          color: #ffffff;
          text-transform: capitalize; }
          #accommodations-v2 .accommodation-v2-swiper .swiper-slide .img .content-info ul li:not(:first-child) {
            margin-top: 0.5em; }
        #accommodations-v2 .accommodation-v2-swiper .swiper-slide .img .content-info ul li::after {
          content: '';
          position: absolute;
          width: 0.8em;
          height: 1px;
          background: #ffffff;
          left: -0.3em;
          top: 50%;
          translate: -100% -50%; }
    #accommodations-v2 .accommodation-v2-swiper .swiper-slide img.accommodation-image {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    #accommodations-v2 .accommodation-v2-swiper .swiper-slide .info {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin-inline: auto;
      padding-block: 2rem 3.3rem;
      display: flex;
      gap: 1.8rem;
      flex-direction: column; }
      #accommodations-v2 .accommodation-v2-swiper .swiper-slide .info * {
        color: #2F8FA3; }
      #accommodations-v2 .accommodation-v2-swiper .swiper-slide .info ul {
        list-style: none;
        margin: unset;
        padding: unset;
        display: flex;
        gap: 4px 30px;
        flex-wrap: wrap;
        padding-left: 20px;
        margin-top: 12px; }
        #accommodations-v2 .accommodation-v2-swiper .swiper-slide .info ul li::marker {
          content: '-  '; }
      #accommodations-v2 .accommodation-v2-swiper .swiper-slide .info .title {
        font-size: 48px; }
        @media (max-width: 1440px) {
          #accommodations-v2 .accommodation-v2-swiper .swiper-slide .info .title {
            font-size: 40px; } }
        @media (max-width: 1024px) {
          #accommodations-v2 .accommodation-v2-swiper .swiper-slide .info .title {
            font-size: 32px; } }
        @media (max-width: 768px) {
          #accommodations-v2 .accommodation-v2-swiper .swiper-slide .info .title {
            font-size: 28px; } }
    #accommodations-v2 .accommodation-v2-swiper .swiper-button-next,
    #accommodations-v2 .accommodation-v2-swiper .swiper-button-prev {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      top: auto;
      bottom: -10px;
      transition: transform 0.3s, opacity 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
      @media (max-width: 991px) {
        #accommodations-v2 .accommodation-v2-swiper .swiper-button-next.swiper-button-disabled,
        #accommodations-v2 .accommodation-v2-swiper .swiper-button-prev.swiper-button-disabled {
          transform: scale(0.8); } }
      #accommodations-v2 .accommodation-v2-swiper .swiper-button-next::after,
      #accommodations-v2 .accommodation-v2-swiper .swiper-button-prev::after {
        content: unset; }
      #accommodations-v2 .accommodation-v2-swiper .swiper-button-next > svg,
      #accommodations-v2 .accommodation-v2-swiper .swiper-button-prev > svg {
        width: 50px; }
        @media (max-width: 991px) {
          #accommodations-v2 .accommodation-v2-swiper .swiper-button-next > svg,
          #accommodations-v2 .accommodation-v2-swiper .swiper-button-prev > svg {
            width: 35px; } }
      #accommodations-v2 .accommodation-v2-swiper .swiper-button-next > svg path,
      #accommodations-v2 .accommodation-v2-swiper .swiper-button-prev > svg path {
        fill: #04343F; }

#halfhalf article.column-2 {
  display: flex;
  min-height: 100vh; }
  #halfhalf article.column-2:nth-child(1n) {
    color: #ffffff;
    background-color: #2F8FA3; }
  #halfhalf article.column-2:nth-child(2n) {
    background-color: #ffffff;
    color: #2F8FA3; }
    #halfhalf article.column-2:nth-child(2n) .link {
      color: #2F8FA3;
      border: 2px solid #2F8FA3; }
      #halfhalf article.column-2:nth-child(2n) .link:hover {
        color: #ffffff;
        background-color: #2F8FA3; }
  @media (min-width: 1024px) {
    #halfhalf article.column-2:nth-child(odd) {
      flex-direction: row-reverse; }
      #halfhalf article.column-2:nth-child(odd) .content {
        margin-left: auto; }
    #halfhalf article.column-2:nth-child(even) .content {
      margin-right: auto; } }
  @media (max-width: 1024px) {
    #halfhalf article.column-2 {
      flex-direction: column; } }
  #halfhalf article.column-2 .image-container {
    position: relative;
    width: 50%;
    margin: 0; }
    @media (max-width: 1024px) {
      #halfhalf article.column-2 .image-container {
        min-height: 50svh;
        width: 100%; } }
    @media (max-width: 1024px) {
      #halfhalf article.column-2 .image-container.swiper {
        height: 50svh;
        width: 100%; } }
    #halfhalf article.column-2 .image-container > img.single-img {
      position: absolute;
      inset: 0;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%; }
  #halfhalf article.column-2 .image-container.swiper .swiper-slide {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  #halfhalf article.column-2 .image-container.swiper .swiper-pagination {
    --swiper-pagination-color: #2F8FA3;
    --swiper-pagination-bullet-width: 77px;
    --swiper-pagination-bullet-height: 3px;
    bottom: 0;
    z-index: 2;
    transform: translate(-50%, -40px);
    left: 50%;
    display: flex; }
    @media (max-width: 1024px) {
      #halfhalf article.column-2 .image-container.swiper .swiper-pagination {
        --swiper-pagination-bullet-width: 65px; } }
    @media (max-width: 768px) {
      #halfhalf article.column-2 .image-container.swiper .swiper-pagination {
        --swiper-pagination-bullet-width: 50px; } }
    #halfhalf article.column-2 .image-container.swiper .swiper-pagination .swiper-pagination-bullet {
      border-radius: 0; }
  #halfhalf article.column-2 .content {
    display: flex;
    padding-inline: 8rem 12rem;
    padding-block: 2rem;
    flex-direction: column;
    justify-content: center;
    gap: 2em;
    width: 50%;
    max-width: 80ch; }
    @media (max-width: 1440px) {
      #halfhalf article.column-2 .content {
        padding-inline: 5rem 8rem; } }
    @media (max-width: 1280px) {
      #halfhalf article.column-2 .content {
        padding-inline: 4rem 5rem; } }
    @media (max-width: 1024px) {
      #halfhalf article.column-2 .content {
        padding-inline: 4rem 4rem;
        padding-block: 3rem;
        min-height: 50svh;
        width: 100%; } }
    @media (max-width: 991px) {
      #halfhalf article.column-2 .content {
        padding-inline: 3rem 3rem; } }
    @media (max-width: 768px) {
      #halfhalf article.column-2 .content {
        padding-inline: 2rem 2rem; } }
  #halfhalf article.column-2 .content .subheading {
    margin-bottom: 50px; }
    @media (max-width: 991px) {
      #halfhalf article.column-2 .content .subheading {
        margin-top: 30px; } }
    @media (max-width: 768px) {
      #halfhalf article.column-2 .content .subheading {
        margin-top: 20px; } }
  #halfhalf article.column-2 .content .h2 {
    overflow-wrap: normal; }
  #halfhalf article.column-2 .content .link {
    margin-top: 40px; }
    @media (max-width: 768px) {
      #halfhalf article.column-2 .content .link {
        margin-top: 20px; } }

#halfhalf.reversed article.column-2:nth-child(1n) {
  background-color: #ffffff;
  color: #2F8FA3; }
  #halfhalf.reversed article.column-2:nth-child(1n) .link {
    color: #2F8FA3;
    border: 2px solid #2F8FA3; }
    #halfhalf.reversed article.column-2:nth-child(1n) .link:hover {
      color: #ffffff;
      background-color: #2F8FA3; }

#halfhalf.reversed article.column-2:nth-child(2n) {
  color: #ffffff;
  background-color: #2F8FA3; }

@media (min-width: 1024px) {
  #halfhalf.reversed article.column-2:nth-child(even) {
    flex-direction: row-reverse; }
    #halfhalf.reversed article.column-2:nth-child(even) .content {
      margin-left: auto; }
  #halfhalf.reversed article.column-2:nth-child(odd) {
    flex-direction: row-reverse; }
    #halfhalf.reversed article.column-2:nth-child(odd) .content {
      margin-right: auto; } }

.map-content {
  height: 450px; }
  @media (max-width: 1024px) {
    .map-content {
      height: 350px; } }
  @media (max-width: 768px) {
    .map-content {
      height: 300px; } }
  .map-content #map {
    height: 100%;
    width: 100%; }

#inforows article.column-2 {
  display: flex;
  min-height: 100vh; }
  #inforows article.column-2:nth-child(1n) {
    background-color: #ffffff;
    color: #2F8FA3; }
  #inforows article.column-2:nth-child(2n) {
    color: #ffffff;
    background-color: #2F8FA3; }
  #inforows article.column-2 .content {
    margin-right: auto; }
  #inforows article.column-2 .content .paragraph ul {
    padding: 0;
    -moz-columns: 2;
         columns: 2;
    gap: 3rem;
    -webkit-padding-start: 1.1em;
            padding-inline-start: 1.1em; }
  #inforows article.column-2 .content .paragraph ul li {
    font-size: clamp(1.125rem, calc(1.05rem + 0.375vw), 1.3rem);
    list-style: none;
    position: relative;
    text-transform: capitalize; }
    #inforows article.column-2 .content .paragraph ul li:not(:first-child) {
      margin-top: 0.5em; }
  #inforows article.column-2 .content .paragraph ul li::after {
    content: '';
    position: absolute;
    width: 0.8em;
    height: 1px;
    background: currentColor;
    left: -0.3em;
    top: 50%;
    translate: -100% -50%; }
  @media (min-width: 1024px) {
    #inforows article.column-2:nth-child(odd) {
      flex-direction: row-reverse; } }
  @media (max-width: 1024px) {
    #inforows article.column-2 {
      flex-direction: column; } }
  #inforows article.column-2 .image-container {
    position: relative;
    width: 40%;
    margin: 0; }
    @media (max-width: 1024px) {
      #inforows article.column-2 .image-container {
        min-height: 50svh;
        width: 100%; } }
    @media (max-width: 1024px) {
      #inforows article.column-2 .image-container.swiper {
        height: 50svh;
        width: 100%; } }
    #inforows article.column-2 .image-container > img.single-img {
      position: absolute;
      inset: 0;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%; }
  #inforows article.column-2 .image-container.swiper .swiper-slide {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  #inforows article.column-2 .image-container.swiper .swiper-pagination {
    --swiper-pagination-color: #2F8FA3;
    --swiper-pagination-bullet-width: 77px;
    --swiper-pagination-bullet-height: 3px;
    bottom: 0;
    z-index: 2;
    transform: translate(-50%, -40px);
    left: 50%;
    display: flex; }
    @media (max-width: 1024px) {
      #inforows article.column-2 .image-container.swiper .swiper-pagination {
        --swiper-pagination-bullet-width: 65px; } }
    @media (max-width: 768px) {
      #inforows article.column-2 .image-container.swiper .swiper-pagination {
        --swiper-pagination-bullet-width: 50px; } }
    #inforows article.column-2 .image-container.swiper .swiper-pagination .swiper-pagination-bullet {
      border-radius: 0; }
  #inforows article.column-2 .content {
    display: flex;
    padding-inline: 8rem 12rem;
    padding-block: 2rem;
    flex-direction: column;
    justify-content: center;
    gap: 2em;
    width: 60%;
    max-width: 100ch; }
    @media (max-width: 1440px) {
      #inforows article.column-2 .content {
        padding-inline: 5rem 8rem; } }
    @media (max-width: 1280px) {
      #inforows article.column-2 .content {
        padding-inline: 4rem 5rem; } }
    @media (max-width: 1024px) {
      #inforows article.column-2 .content {
        padding-block: 3rem;
        padding-inline: 4rem 4rem;
        min-height: 50svh;
        width: 100%; } }
    @media (max-width: 991px) {
      #inforows article.column-2 .content {
        padding-inline: 3rem 3rem; } }
    @media (max-width: 768px) {
      #inforows article.column-2 .content {
        padding-inline: 2rem 2rem; } }
    #inforows article.column-2 .content:has(.paragraph ul) {
      max-width: 120ch; }
  #inforows article.column-2 .content .subheading {
    margin-bottom: 50px; }
    @media (max-width: 991px) {
      #inforows article.column-2 .content .subheading {
        margin-top: 30px; } }
    @media (max-width: 768px) {
      #inforows article.column-2 .content .subheading {
        margin-top: 20px; } }
  #inforows article.column-2 .content .h3 {
    margin-bottom: 5rem; }
    @media (max-width: 991px) {
      #inforows article.column-2 .content .h3 {
        margin-bottom: 3rem; } }
    @media (max-width: 768px) {
      #inforows article.column-2 .content .h3 {
        margin-bottom: 2rem; } }
  #inforows article.column-2 .content .link {
    margin-top: 80px; }
    @media (max-width: 991px) {
      #inforows article.column-2 .content .link {
        margin-top: 60px; } }
    @media (max-width: 768px) {
      #inforows article.column-2 .content .link {
        margin-top: 40px; } }

#location.location-swiper {
  display: flex;
  min-height: 95vh; }
  @media (max-width: 1024px) {
    #location.location-swiper {
      min-height: 90vh; } }
  #location.location-swiper .swiper-button-next,
  #location.location-swiper .swiper-button-prev {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    top: 50%;
    bottom: auto;
    transition: transform 0.3s, opacity 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
    @media (max-width: 991px) {
      #location.location-swiper .swiper-button-next,
      #location.location-swiper .swiper-button-prev {
        top: auto;
        bottom: 30px; }
        #location.location-swiper .swiper-button-next.swiper-button-disabled,
        #location.location-swiper .swiper-button-prev.swiper-button-disabled {
          transform: scale(0.8); } }
    #location.location-swiper .swiper-button-next::after,
    #location.location-swiper .swiper-button-prev::after {
      content: unset; }
    #location.location-swiper .swiper-button-next > svg,
    #location.location-swiper .swiper-button-prev > svg {
      width: 50px; }
      @media (max-width: 991px) {
        #location.location-swiper .swiper-button-next > svg,
        #location.location-swiper .swiper-button-prev > svg {
          width: 35px; } }
    #location.location-swiper .swiper-button-next > svg path,
    #location.location-swiper .swiper-button-prev > svg path {
      fill: #ffffff; }
  #location.location-swiper .swiper-button-next {
    right: 13%; }
    @media (max-width: 1024px) {
      #location.location-swiper .swiper-button-next {
        right: 8%; } }
    @media (max-width: 991px) {
      #location.location-swiper .swiper-button-next {
        right: 5%; } }
  #location.location-swiper .swiper-button-prev {
    left: 13%; }
    @media (max-width: 1024px) {
      #location.location-swiper .swiper-button-prev {
        left: 8%; } }
    @media (max-width: 991px) {
      #location.location-swiper .swiper-button-prev {
        left: 5%; } }
  #location.location-swiper .swiper-wrapper {
    height: auto; }
    #location.location-swiper .swiper-wrapper .swiper-slide {
      position: relative;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      display: flex;
      justify-content: center; }
      #location.location-swiper .swiper-wrapper .swiper-slide.filter {
        position: relative; }
        #location.location-swiper .swiper-wrapper .swiper-slide.filter::after {
          content: '';
          position: absolute;
          inset: 0;
          background-color: rgba(47, 143, 163, 0.65);
          z-index: 0; }
    #location.location-swiper .swiper-wrapper .swiper-slide.filter::after {
      background-color: rgba(47, 143, 163, 0.5); }
  #location.location-swiper .swiper-wrapper .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2em;
    max-width: 80ch;
    z-index: 2;
    text-align: center;
    padding-block: 5%;
    color: #ffffff; }
    @media (min-width: 1280px) {
      #location.location-swiper .swiper-wrapper .content {
        width: 50%; } }
  #location.location-swiper .swiper-wrapper .content .centered-info {
    display: flex;
    gap: 5rem;
    flex-direction: column; }
  #location.location-swiper .swiper-wrapper .content .link {
    margin-inline: auto; }
  #location.location-swiper .swiper-wrapper .content .subheading,
  #location.location-swiper .swiper-wrapper .content .h2 {
    color: #ffffff;
    margin-inline: auto; }
  #location.location-swiper .swiper-wrapper .content .h2 {
    overflow-wrap: normal; }


/*# sourceMappingURL=theme.css.map*/