@charset "UTF-8";
@font-face {
  font-family: "ABC Whyte";
  src: url("../fonts/ABC Whyte/ABCWhyte-Book.woff2") format("woff2"), url("../fonts/ABC Whyte/ABCWhyte-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ABC Whyte";
  src: url("../fonts/ABC Whyte/ABCWhyte-BookItalic.woff2") format("woff2"), url("../fonts/ABC Whyte/ABCWhyte-BookItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "ABC Whyte";
  src: url("../fonts/ABC Whyte/ABCWhyte-Bold.woff2") format("woff2"), url("../fonts/ABC Whyte/ABCWhyte-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ABC Whyte";
  src: url("../fonts/ABC Whyte/ABCWhyte-BoldItalic.woff2") format("woff2"), url("../fonts/ABC Whyte/ABCWhyte-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "ABC Whyte Inktrap";
  src: url("../fonts/ABC Whyte Inktrap/ABCWhyteInktrap-Regular.woff2") format("woff2"), url("../fonts/ABC Whyte Inktrap/ABCWhyteInktrap-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ABC Whyte Inktrap";
  src: url("../fonts/ABC Whyte Inktrap/ABCWhyteInktrap-Bold.woff2") format("woff2"), url("../fonts/ABC Whyte Inktrap/ABCWhyteInktrap-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ABC Whyte Inktrap";
  src: url("../fonts/ABC Whyte Inktrap/ABCWhyteInktrap-BoldItalic.woff2") format("woff2"), url("../fonts/ABC Whyte Inktrap/ABCWhyteInktrap-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Annette Bradford";
  src: url("../fonts/AnnetteBradford-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.fullwidth-reuseable-image {
  width: 100%;
  height: 700px;
  overflow: hidden;
}
.fullwidth-reuseable-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* Responsive */
@media (max-width: 1200px) {
  .fullwidth-reuseable-image {
    height: 550px;
  }
}
@media (max-width: 768px) {
  .fullwidth-reuseable-image {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .fullwidth-reuseable-image {
    height: 280px;
  }
}
.custom-form {
  min-height: 200px;
  margin-top: 20px !important;
}

.custom-font-1 {
  font-size: 36px;
  font-family: "Annette Bradford";
}

.site-header {
  width: 100%;
}
.site-header.scrolled .navbar::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.27);
  backdrop-filter: blur(10px);
  z-index: -1;
}
.site-header .navbar-collapse .navbar-nav .dropdown-menu {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.site-header .navbar {
  width: 100%;
  position: fixed;
  padding: 16px 0;
  z-index: 99999;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-header .navbar .navbar-brand,
.site-header .navbar .custom-logo-link {
  margin-right: 0;
  display: inline-block;
}
.site-header .navbar .navbar-brand img,
.site-header .navbar .custom-logo-link img {
  max-height: 60px;
  width: auto;
  display: block;
  image-rendering: -webkit-optimize-contrast;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.site-header .navbar .navbar-collapse .navbar-nav {
  gap: 0;
}
.site-header .navbar .navbar-collapse .navbar-nav .menu-item {
  position: relative;
}
.site-header .navbar .navbar-collapse .navbar-nav .menu-item.menu-item-has-children:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.site-header .navbar .navbar-collapse .navbar-nav .menu-item.menu-item-has-children:hover > a .dropdown-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.site-header .navbar .navbar-collapse .navbar-nav .menu-item a {
  color: #FFFFFF !important;
  padding: 0px 20px;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  opacity: 1;
}
.site-header .navbar .navbar-collapse .navbar-nav .menu-item a::after {
  display: none !important;
}
.site-header .navbar .navbar-collapse .navbar-nav .menu-item a .dropdown-arrow {
  font-size: 12px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.site-header .navbar .navbar-collapse .navbar-nav .dropdown-menu {
  position: absolute;
  top: 170%;
  left: 0;
  min-width: 240px;
  border: none;
  border-radius: 2px;
  padding: 12px 0;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  z-index: 1000;
  list-style: none;
  background-color: transparent;
  display: block !important;
}
.site-header .navbar .navbar-collapse .navbar-nav .dropdown-menu:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.27);
  backdrop-filter: blur(10px);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: none;
  transition: none;
  z-index: -1;
}
.site-header .navbar .navbar-collapse .navbar-nav .dropdown-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .navbar .navbar-collapse .navbar-nav .dropdown-menu .menu-item {
  position: relative;
}
.site-header .navbar .navbar-collapse .navbar-nav .dropdown-menu .menu-item.menu-item-has-children:hover > .dropdown-submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.site-header .navbar .navbar-collapse .navbar-nav .dropdown-menu .menu-item.menu-item-has-children:hover > a .dropdown-arrow-right {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.site-header .navbar .navbar-collapse .navbar-nav .dropdown-menu .menu-item a {
  color: #FFFFFF !important;
  padding: 10px 20px;
  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;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.site-header .navbar .navbar-collapse .navbar-nav .dropdown-menu .menu-item a .dropdown-arrow-right {
  font-size: 12px;
  margin-left: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.site-header .navbar .navbar-collapse .navbar-nav .dropdown-menu .menu-item a:hover {
  background: rgba(255, 255, 255, 0.08);
  padding-left: 25px;
}
.site-header .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 240px;
  background-color: transparent;
  border: none;
  border-radius: 2px;
  padding: 12px 0;
  margin-left: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  z-index: 1001;
  list-style: none;
}
.site-header .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-submenu:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.27);
  backdrop-filter: blur(10px);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: none;
  transition: none;
  z-index: -1;
}
.site-header .navbar .header-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 12.5px 20px;
  border: 0.4px solid #FFFFFF;
  border-radius: 1px;
  background: transparent;
}
.site-header .navbar .header-search.mobile-search {
  display: none;
}
.site-header .navbar .header-search i.bi-search {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 100;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.site-header .navbar .header-search .search-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  color: #fff !important;
  font-size: 16px !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 125px;
  font-family: inherit !important;
}
.site-header .navbar .header-search .search-input::-webkit-input-placeholder {
  color: #FFFFFF !important;
  font-size: 16px !important;
  opacity: 1 !important;
}
.site-header .navbar .header-search .search-input::-moz-placeholder {
  color: #FFFFFF !important;
  font-size: 16px !important;
  opacity: 1 !important;
}
.site-header .navbar .header-search .search-input:-ms-input-placeholder {
  color: #FFFFFF !important;
  font-size: 16px !important;
  opacity: 1 !important;
}
.site-header .navbar .header-search .search-input::-ms-input-placeholder {
  color: #FFFFFF !important;
  font-size: 16px !important;
  opacity: 1 !important;
}
.site-header .navbar .header-search .search-input::placeholder {
  color: #FFFFFF !important;
  font-size: 16px !important;
  opacity: 1 !important;
}
.site-header .navbar .offcanvas-end {
  padding-top: 9rem !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* OFFCANVAS */
.offcanvas-end {
  width: 100% !important;
  background: #FFFFFF;
  z-index: 999999;
  padding: 0;
}
.offcanvas-end .offcanvas-body {
  padding: 40px 25px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.offcanvas-end .head-offcanvas {
  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-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.offcanvas-end .head-offcanvas .navbar-brand,
.offcanvas-end .head-offcanvas .custom-logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.offcanvas-end .head-offcanvas .navbar-brand img,
.offcanvas-end .head-offcanvas .custom-logo-link img {
  max-height: 70px;
  width: auto;
}
.offcanvas-end .head-offcanvas .btn-close {
  -webkit-filter: invert(1);
          filter: invert(1);
  opacity: 1;
  width: 22px;
  height: 22px;
}
.offcanvas-end .navbar-nav {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
}
.offcanvas-end .navbar-nav .menu-item {
  position: relative;
}
.offcanvas-end .navbar-nav .menu-item.menu-item-has-children > a .dropdown-arrow {
  margin-left: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.offcanvas-end .navbar-nav .menu-item.menu-item-has-children.open > a .dropdown-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.offcanvas-end .navbar-nav .menu-item.menu-item-has-children.open > .dropdown-menu {
  display: block;
  max-height: 500px;
  opacity: 1;
  background: transparent;
  margin-top: 12px;
  border: none !important;
}
.offcanvas-end .navbar-nav .menu-item.menu-item-has-children > a {
  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;
  cursor: pointer;
}
.offcanvas-end .navbar-nav .menu-item a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF !important;
}
.offcanvas-end .navbar-nav .menu-item .dropdown-menu {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-left: 20px;
  margin-top: 0;
  list-style: none;
}
.offcanvas-end .navbar-nav .menu-item .dropdown-menu .menu-item {
  margin-bottom: 12px;
}
.offcanvas-end .navbar-nav .menu-item .dropdown-menu .menu-item.menu-item-has-children > a .dropdown-arrow-right {
  margin-left: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.offcanvas-end .navbar-nav .menu-item .dropdown-menu .menu-item.menu-item-has-children.open > a .dropdown-arrow-right {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.offcanvas-end .navbar-nav .menu-item .dropdown-menu .menu-item.menu-item-has-children.open > .dropdown-submenu {
  display: block;
  max-height: 500px;
  opacity: 1;
  margin-top: 8px;
}
.offcanvas-end .navbar-nav .menu-item .dropdown-menu .menu-item.menu-item-has-children > a {
  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;
}
.offcanvas-end .navbar-nav .menu-item .dropdown-menu .menu-item a {
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
}
.offcanvas-end .navbar-nav .menu-item .dropdown-submenu {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-left: 20px;
  margin-top: 0;
  list-style: none;
}
.offcanvas-end .navbar-nav .menu-item .dropdown-submenu .menu-item {
  margin-bottom: 10px;
}
.offcanvas-end .navbar-nav .menu-item .dropdown-submenu .menu-item a {
  font-size: 15px;
  font-weight: 300;
  opacity: 1;
}

/* Hamburger Icon */
.toggler-icon {
  width: 24px;
  height: 18px;
  position: relative;
  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;
}
.toggler-icon span {
  display: block;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.navbar-toggler.open .toggler-icon span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px);
}

.navbar-toggler.open .toggler-icon span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler.open .toggler-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
          transform: rotate(-45deg) translate(5px, -5px);
}

/* Gutenberg editor preview fix */
.editor-styles-wrapper .navbar {
  position: static;
}

/* 1200px */
@media (max-width: 1200px) {
  .navbar .menu-item a {
    padding: 8px 10px !important;
  }
}
/* TABLET */
@media (max-width: 992px) {
  .site-header .navbar {
    padding: 15px 0;
  }
  .site-header .navbar .navbar-brand img {
    max-height: 55px;
  }
  .offcanvas-end {
    background: rgba(0, 0, 0, 0.136);
    backdrop-filter: blur(10px);
  }
  .offcanvas-end .offcanvas-body {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 25px;
  }
  .offcanvas-end .offcanvas-body .desktop-search {
    display: none !important;
  }
  .offcanvas-end .offcanvas-body .mobile-search {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 10px;
    padding: 12.5px 20px;
    border: 0.4px solid #FFFFFF;
    border-radius: 1px;
    background: transparent;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .offcanvas-end .offcanvas-body .mobile-search i.bi-search {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 100;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .offcanvas-end .offcanvas-body .mobile-search .search-input {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    color: #fff !important;
    font-size: 16px !important;
    padding: 0 !important;
    width: 100% !important;
    font-family: inherit !important;
  }
  .offcanvas-end .offcanvas-body .mobile-search .search-input::-webkit-input-placeholder {
    color: #FFFFFF !important;
    font-size: 16px !important;
    opacity: 1 !important;
  }
  .offcanvas-end .offcanvas-body .mobile-search .search-input::-moz-placeholder {
    color: #FFFFFF !important;
    font-size: 16px !important;
    opacity: 1 !important;
  }
  .offcanvas-end .offcanvas-body .mobile-search .search-input:-ms-input-placeholder {
    color: #FFFFFF !important;
    font-size: 16px !important;
    opacity: 1 !important;
  }
  .offcanvas-end .offcanvas-body .mobile-search .search-input::-ms-input-placeholder {
    color: #FFFFFF !important;
    font-size: 16px !important;
    opacity: 1 !important;
  }
  .offcanvas-end .offcanvas-body .mobile-search .search-input::placeholder {
    color: #FFFFFF !important;
    font-size: 16px !important;
    opacity: 1 !important;
  }
  .offcanvas-end .navbar-nav a {
    padding-left: 20px;
    font-size: 14px;
    margin-top: 0px;
    color: #ffffff !important;
  }
}
/* MOBILE */
@media (max-width: 480px) {
  .site-header .navbar {
    padding: 12px 0;
  }
  .site-header .navbar .navbar-brand img {
    max-height: 45px;
  }
  .site-header .navbar .header-search {
    display: none;
  }
  .offcanvas-end {
    background: rgba(0, 0, 0, 0.136);
    backdrop-filter: blur(10px);
  }
  .offcanvas-end .offcanvas-body {
    padding: 12px !important;
  }
  .offcanvas-end .offcanvas-body .desktop-search {
    display: none !important;
  }
  .offcanvas-end .offcanvas-body .mobile-search {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 10px;
    padding: 12.5px 20px;
    border: 0.4px solid #FFFFFF;
    border-radius: 1px;
    background: transparent;
  }
  .offcanvas-end .offcanvas-body .mobile-search i.bi-search {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 100;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .offcanvas-end .offcanvas-body .mobile-search .search-input {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    color: #fff !important;
    font-size: 16px !important;
    padding: 0 !important;
    width: 100% !important;
    font-family: inherit !important;
  }
  .offcanvas-end .offcanvas-body .mobile-search .search-input::-webkit-input-placeholder {
    color: #FFFFFF !important;
    font-size: 16px !important;
    opacity: 1 !important;
  }
  .offcanvas-end .offcanvas-body .mobile-search .search-input::-moz-placeholder {
    color: #FFFFFF !important;
    font-size: 16px !important;
    opacity: 1 !important;
  }
  .offcanvas-end .offcanvas-body .mobile-search .search-input:-ms-input-placeholder {
    color: #FFFFFF !important;
    font-size: 16px !important;
    opacity: 1 !important;
  }
  .offcanvas-end .offcanvas-body .mobile-search .search-input::-ms-input-placeholder {
    color: #FFFFFF !important;
    font-size: 16px !important;
    opacity: 1 !important;
  }
  .offcanvas-end .offcanvas-body .mobile-search .search-input::placeholder {
    color: #FFFFFF !important;
    font-size: 16px !important;
    opacity: 1 !important;
  }
  .navbar-nav a {
    font-size: 14px;
    margin-top: 30px;
    color: #ffffff !important;
  }
}
.site-footer {
  background: rgb(39, 52, 58);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  color: #FFFFFF;
}
.site-footer .footer-container {
  padding: 85px 90px 0px 90px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% 40px 60%;
  grid-template-columns: 40% 60%;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  max-width: 1440px;
  margin: auto;
}
.site-footer {
  /* LEFT COLUMN */
}
.site-footer .footer-left {
  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;
  min-width: 0;
}
.site-footer .footer-left .footer-logo a {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.site-footer .footer-left .footer-logo img {
  width: 100%;
  max-width: 213px;
  height: auto;
  margin-bottom: 20px;
  display: block;
  image-rendering: -webkit-optimize-contrast;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.site-footer .footer-left .footer-left-links {
  margin-top: 30px;
}
.site-footer .footer-left .footer-left-links .footer-bottom-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-footer .footer-left .footer-left-links .footer-bottom-menu li a {
  color: #ccc;
  text-decoration: none;
}
.site-footer .footer-left .footer-left-links .footer-bottom-menu li a:hover {
  color: #fff;
}
.site-footer {
  /* RIGHT COLUMN */
}
.site-footer .footer-right .right-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.site-footer .footer-right .footer-col h3 {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 400;
}
.site-footer .footer-right .footer-contact .contact-line {
  margin-bottom: 16px;
  margin-right: 30px;
  font-size: 14px;
  line-height: 141%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.site-footer .footer-right .footer-contact .contact-line .contact-icon {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  image-rendering: -webkit-optimize-contrast;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.site-footer .footer-right .footer-contact .contact-line a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.site-footer .footer-right .footer-links .footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer .footer-right .footer-links .footer-menu li {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 141%;
}
.site-footer .footer-right .footer-links .footer-menu li a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.site-footer .footer-right .footer-certs h3 {
  margin-bottom: 8px !important;
}
.site-footer .footer-right .footer-certs .footer-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}
.site-footer .footer-right .footer-certs .footer-icons .cert-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  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;
  overflow: hidden;
}
.site-footer .footer-right .footer-certs .footer-icons .cert-circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.site-footer .footer-right .footer-certs .partner-icons .cert-circle:nth-child(2) {
  padding: 5px;
}
.site-footer .footer-right .footer-certs .partner-heading {
  margin-top: 40px;
  margin-bottom: 8px !important;
}
.site-footer {
  /* FOOTER BOTTOM */
}
.site-footer .footer-bottom {
  width: 100%;
  padding: 74px 90px 24px;
  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;
  max-width: 1440px;
  margin: auto;
}
.site-footer .footer-bottom .footer-bottom-left .footer-bottom-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-footer .footer-bottom .footer-bottom-left .footer-bottom-menu li a {
  color: #FFFFFF;
  font-size: 14px;
  text-decoration: none;
}
.site-footer .footer-bottom .footer-bottom-right .footer-bottom-powered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-footer .footer-bottom .footer-bottom-right .footer-bottom-powered li a {
  color: #FFFFFF;
  font-size: 14px;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .site-footer .footer-container {
    padding: 50px 40px;
    gap: 0px;
    -ms-grid-columns: 1fr 0px 2fr;
    grid-template-columns: 1fr 2fr;
  }
  .site-footer .footer-bottom {
    width: 100%;
    padding: 50px 40px 20px;
  }
}
@media (max-width: 992px) {
  .site-footer .footer-container {
    padding: 60px 40px 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .site-footer .footer-left .footer-logo img {
    max-width: 200px;
  }
  .site-footer .footer-left .footer-left-links {
    margin-top: 25px;
  }
  .site-footer .footer-left .footer-left-links .footer-bottom-menu {
    gap: 20px;
    font-size: 14px;
  }
  .site-footer .footer-right .right-grid {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .site-footer .footer-right .footer-col h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .site-footer .footer-right .footer-contact .contact-line {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .site-footer .footer-right .footer-certs .footer-icons img {
    width: 50px;
    height: 50px;
  }
  .site-footer .footer-bottom {
    padding: 25px 40px;
    font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .site-footer .footer-container {
    padding: 40px 20px 20px;
    gap: 30px;
    max-width: 540px;
  }
  .site-footer .footer-left .footer-logo img {
    max-width: 180px;
    margin-bottom: 15px;
  }
  .site-footer .footer-left .footer-left-links {
    margin-top: 20px;
  }
  .site-footer .footer-left .footer-left-links .footer-bottom-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    font-size: 13px;
  }
  .site-footer .footer-right .right-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .site-footer .footer-right .footer-col h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .site-footer .footer-right .footer-contact .contact-line {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .site-footer .footer-right .footer-links .footer-menu li {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .site-footer .footer-right .footer-certs .footer-icons {
    gap: 12px;
  }
  .site-footer .footer-right .footer-certs .footer-icons img {
    width: 45px;
    height: 45px;
  }
  .site-footer .footer-right .footer-certs .partner-heading {
    margin-top: 25px;
    font-size: 16px;
  }
  .site-footer .footer-bottom {
    padding: 20px;
    font-size: 13px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}
.error-404-section {
  min-height: 70vh;
  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;
  padding: 100px 20px 80px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(34, 87, 110)), to(rgb(239, 229, 138)));
  background: linear-gradient(90deg, rgb(34, 87, 110) 0%, rgb(239, 229, 138) 100%);
}
.error-404-section .error-404-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.error-404-section .error-404-content {
  margin-bottom: 60px;
}
.error-404-section .error-404-image {
  max-width: 720px;
  margin: 0 auto 24px;
}
.error-404-section .error-404-image img {
  width: 100%;
  height: auto;
  display: block;
}
.error-404-section .error-404-title {
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: 180px;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .error-404-section .error-404-title {
    font-size: 140px;
  }
}
@media (max-width: 480px) {
  .error-404-section .error-404-title {
    font-size: 100px;
  }
}
.error-404-section .error-404-subtitle {
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 32px;
  margin-bottom: 20px;
  color: #000000;
}
.error-404-section .error-404-text {
  font-size: 18px;
  line-height: 1.6;
  color: #373737;
  margin-bottom: 40px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 480px) {
  .error-404-section .error-404-text {
    font-size: 16px;
  }
}
.error-404-section .error-404-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.error-404-section .error-404-actions .btn-2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-decoration: none;
}
.error-404-section .error-404-actions .btn-2 i {
  font-size: 20px;
}
.error-404-section .error-404-search {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid rgba(34, 87, 110, 0.2);
}
.error-404-section .error-404-search h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #000000;
}

.page-template-page-legal .legal-page {
  padding: 0 0 50px;
  background: #FFFFFF;
}
.page-template-page-legal .legal-page__container {
  width: min(1100px, 100%);
  margin: 0 auto;
  padding: 0 20px;
}
.page-template-page-legal .legal-page__title {
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 32px;
  margin-bottom: 24px;
  color: #000000;
}
.page-template-page-legal .legal-page__content {
  color: rgba(0, 0, 0, 0.75);
  font-size: 16px;
  line-height: 1.75;
}
.page-template-page-legal .legal-page__content .wp-block-cover {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.page-template-page-legal .legal-page__content p {
  margin: 0 0 16px;
}
.page-template-page-legal .legal-page__content h2 {
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 32px;
  font-size: 24px;
  margin: 32px 0 12px;
  color: #000000;
}
.page-template-page-legal .legal-page__content h3 {
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin: 24px 0 10px;
  color: #000000;
}
.page-template-page-legal .legal-page__content a {
  color: rgb(5, 51, 74);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.page-template-page-legal .legal-page__content a:hover {
  text-decoration-thickness: 2px;
}
.page-template-page-legal .legal-page__content ul,
.page-template-page-legal .legal-page__content ol {
  padding-left: 18px;
  margin: 0 0 16px;
}
.page-template-page-legal .legal-page__content ul li,
.page-template-page-legal .legal-page__content ol li {
  margin: 0 0 8px;
}
.page-template-page-legal .legal-page__content blockquote {
  margin: 24px 0;
  padding: 16px 18px;
  border-left: 4px solid rgb(17, 17, 17);
  background: rgb(245, 245, 245);
}
.page-template-page-legal .legal-page__content blockquote p:last-child {
  margin-bottom: 0;
}
.page-template-page-legal .legal-page__content hr {
  margin: 28px 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
@media (max-width: 992px) {
  .page-template-page-legal .legal-page {
    padding: 60px 0;
  }
  .page-template-page-legal .legal-page__title {
    font-size: 36px;
    margin-bottom: 18px;
  }
  .page-template-page-legal .legal-page__content {
    font-size: 15px;
  }
  .page-template-page-legal .legal-page__content h2 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .page-template-page-legal .legal-page {
    padding: 40px 0;
  }
  .page-template-page-legal .legal-page__title {
    font-size: 28px;
  }
  .page-template-page-legal .legal-page__content {
    font-size: 14px;
  }
  .page-template-page-legal .legal-page__content h2 {
    font-size: 20px;
    margin-top: 24px;
  }
}

.hero-blog {
  position: relative;
  width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.hero-blog::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.hero-blog .hero-content {
  position: absolute;
  bottom: 40px;
  left: 40px;
  color: #FFFFFF;
  z-index: 1;
}
.hero-blog .hero-content .category a {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
}
.hero-blog .hero-content .blog-title {
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 32px;
  font-size: 64px;
}

.blog-content {
  max-width: 900px;
  margin: 60px auto;
}
.blog-content h1 {
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 32px;
  font-size: 36px !important;
  margin-bottom: 20px !important;
}
.blog-content .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 8px;
  color: rgb(91, 91, 91);
  text-transform: uppercase;
}
.blog-content .meta .reading-time {
  color: rgb(34, 87, 110);
}
.blog-content .content-body img {
  margin: 40px 0;
  width: 100%;
  border-radius: 2px;
}

.blog-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 900px;
  margin: 60px auto;
  width: 100%;
}
.blog-navigation .prev {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.blog-navigation .next {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
}
.blog-navigation a {
  text-decoration: none;
  color: black;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.blog-navigation .prev img {
  margin-right: 4px;
}
.blog-navigation .next img {
  margin-left: 4px;
}

/* =========================
   COMMENTS SECTION
========================= */
#comments {
  max-width: 900px;
  margin: 80px auto 0;
}

/* Title */
#comments-title,
.comments-title {
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 32px;
  font-size: 28px;
  margin-bottom: 32px;
}

/* Comment list */
.comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comment-list li {
  margin-bottom: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* Single comment */
.comment-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

/* Avatar */
.comment-author img {
  border-radius: 50%;
}

/* Comment content */
.comment-content p {
  margin: 12px 0;
  line-height: 1.6;
}

/* Author name + date */
.comment-meta {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(91, 91, 91);
}
.comment-meta a {
  text-decoration: none;
  color: inherit;
}

/* Reply link */
.reply a {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(34, 87, 110);
  text-decoration: none;
}
.reply a:hover {
  text-decoration: underline;
}

#comments {
  max-width: 900px;
  margin: 80px auto 0;
  padding-top: 60px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* Title */
.comments-title {
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 32px;
  font-size: 28px;
  margin-bottom: 40px;
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0 0 60px;
}
.comment-list li {
  margin-bottom: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.comment-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.comment-list .children {
  list-style: none;
  padding-left: 68px;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .comment-list .children {
    padding-left: 20px;
  }
}

.comment-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* Avatar */
.comment-author-avatar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.comment-author-avatar img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: block;
}

/* Comment details wrapper */
.comment-details {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

/* Author + meta */
.comment-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 12px;
  margin-bottom: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.comment-meta .comment-author-name {
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(34, 87, 110);
}
.comment-meta .comment-author-name a {
  text-decoration: none;
  color: inherit;
}
.comment-meta .comment-author-name a:hover {
  text-decoration: underline;
}
.comment-meta .comment-separator {
  color: rgba(91, 91, 91, 0.5);
}
.comment-meta .comment-date {
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
}

/* Comment text */
.comment-content {
  margin-bottom: 12px;
  max-height: 200px;
  overflow: hidden;
  position: relative;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.comment-content.expanded {
  max-height: none;
}
.comment-content.long-comment:not(.expanded)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.comment-content p {
  margin: 0 0 16px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.8);
}
.comment-content p:last-child {
  margin-bottom: 0;
}

.read-more-comment {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(5, 51, 74);
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  margin-top: 8px;
}
.read-more-comment:hover {
  text-decoration: underline;
}

/* Reply */
.comment-reply-link {
  text-decoration: none;
  border-radius: 1px;
  font-weight: 400;
  font-size: 16px;
  padding: 10px 20px !important;
  text-align: center;
  border: 0.4px solid rgb(17, 17, 17) !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comment-reply-link:hover {
  background-color: rgb(17, 17, 17);
  color: #FFFFFF !important;
  border-color: rgb(17, 17, 17) !important;
}
.comment-reply-link {
  color: black;
  padding: 6px 14px !important;
  margin-top: 10px !important;
}

/* No comments message */
.no-comments {
  font-style: italic;
  color: rgb(91, 91, 91);
  margin: 40px 0;
}

/* =========================
   COMMENT FORM
========================= */
#respond {
  margin-top: 40px;
}

#reply-title {
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 32px;
  font-size: 24px;
  margin-bottom: 24px;
}
#reply-title a {
  text-decoration: none;
  color: #212529;
  font-size: 24px;
}
#reply-title small a {
  text-decoration: none;
  font-size: 14px;
  color: rgb(5, 51, 74);
}
#reply-title small a:hover {
  text-decoration: underline;
}

/* Form */
.comment-form {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
.comment-form label {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
  display: block;
}
.comment-form input,
.comment-form textarea {
  width: 100%;
  padding: 14px 16px;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  font-family: inherit;
}
.comment-form input:focus,
.comment-form textarea:focus {
  outline: none;
  border-color: rgb(34, 87, 110);
}
.comment-form textarea {
  min-height: 160px;
}

/* Submit */
.form-submit input {
  border-radius: 1px;
  font-weight: 400;
  font-size: 16px;
  padding: 10px 20px !important;
  text-align: center;
  border: 0.4px solid rgb(17, 17, 17) !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-submit input:hover {
  background-color: rgb(17, 17, 17);
  color: #FFFFFF !important;
  border-color: rgb(17, 17, 17) !important;
}
.form-submit input {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: white;
}

/* Checkbox field */
.comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.comment-form-cookies-consent input[type=checkbox] {
  width: auto;
  margin: 0;
  cursor: pointer;
}
.comment-form-cookies-consent label {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  cursor: pointer;
}

/* Logged in user info */
.logged-in-as {
  font-size: 14px;
  margin-bottom: 20px;
}
.logged-in-as a {
  color: #000;
  text-decoration: none;
}
.logged-in-as a:hover {
  text-decoration: underline;
}

/* =========================
   RESPONSIVE STYLES
========================= */
/* Tablet */
@media (max-width: 992px) {
  .hero-blog {
    height: 450px;
  }
  .hero-blog .hero-content {
    bottom: 30px;
    left: 30px;
    right: 30px;
  }
  .hero-blog .hero-content .blog-title {
    font-size: 36px;
  }
  .blog-content {
    padding: 0 30px;
    margin: 40px auto;
  }
  .blog-content h1 {
    font-size: 28px !important;
  }
  .blog-navigation {
    padding: 0 30px;
    margin: 40px auto;
  }
  #comments {
    padding: 0 30px;
    margin: 60px auto 0;
  }
  .comments-title {
    font-size: 24px;
  }
  #reply-title {
    font-size: 20px;
  }
}
/* Mobile */
@media (max-width: 480px) {
  .hero-blog {
    height: 350px;
  }
  .hero-blog .hero-content {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
  .hero-blog .hero-content .category a {
    font-size: 12px;
  }
  .hero-blog .hero-content .blog-title {
    font-size: 24px;
  }
  .blog-content {
    padding: 0 20px;
    margin: 30px auto;
  }
  .blog-content h1 {
    font-size: 24px !important;
    margin-bottom: 16px !important;
  }
  .blog-content .meta {
    font-size: 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  .blog-content .content-body img {
    margin: 24px 0;
  }
  .blog-navigation {
    padding: 0 20px;
    margin: 30px auto;
  }
  #comments {
    padding: 0 20px;
    margin: 40px auto 0;
    padding-top: 40px;
  }
  .comments-title {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .comment-list {
    margin-bottom: 40px;
  }
  .comment-list li {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  .comment-body {
    gap: 12px;
  }
  .comment-author-avatar img {
    width: 40px;
    height: 40px;
  }
  .comment-meta {
    font-size: 11px;
    gap: 6px;
  }
  .comment-content {
    max-height: 150px;
  }
  .comment-content.long-comment:not(.expanded)::after {
    height: 40px;
  }
  #reply-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .comment-form {
    gap: 16px;
  }
  .comment-form label {
    font-size: 12px;
  }
  .comment-form input,
  .comment-form textarea {
    padding: 12px 14px;
    font-size: 13px;
  }
  .comment-form textarea {
    min-height: 120px;
  }
}
.hero-story {
  height: 550px;
}

.story-content {
  margin-top: 60px;
}

.story-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 900px;
  margin: 60px auto;
  width: 100%;
}
.story-navigation .prev {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.story-navigation .next {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
}
.story-navigation a {
  font-weight: 700;
  text-decoration: none;
  color: black;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.story-navigation .prev img {
  margin-right: 4px;
}
.story-navigation .next img {
  margin-left: 4px;
}

/* =========================
   RESPONSIVE STYLES
========================= */
/* Tablet */
@media (max-width: 992px) {
  .hero-story {
    height: 450px;
  }
  .story-content {
    margin-top: 40px;
    padding: 0 30px;
  }
  .story-navigation {
    padding: 0 30px;
  }
}
/* Mobile */
@media (max-width: 480px) {
  .hero-story {
    height: 350px;
  }
  .story-content {
    margin-top: 30px;
    padding: 0 20px;
  }
  .story-navigation {
    padding: 0 20px;
  }
}
.blog-hero {
  position: relative;
  height: 420px;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #FFFFFF;
}
.blog-hero .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}
.blog-hero .container {
  position: relative;
  padding-bottom: 40px;
}
.blog-hero .container .subheading {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 10px;
  display: block;
}
.blog-hero .container h1 {
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 32px;
  font-size: 96px;
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
}

.blog-editorial {
  padding: 60px 0;
}

.editorial-top-wrapper {
  margin-bottom: 80px;
}

.editorial-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgb(249, 250, 251);
  gap: 77px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.editorial-top .featured-post {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
  min-width: 0;
  padding: 75px 0;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.editorial-top .featured-post .featured-post-link {
  text-decoration: none;
  color: inherit;
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.editorial-top .featured-post .post-content {
  max-width: 405px;
  margin: auto;
}
.editorial-top .featured-post h2 {
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 32px;
  font-size: 54px;
  margin-bottom: 24px !important;
}
.editorial-top .featured-post .featured-meta {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.editorial-top .featured-post .featured-meta .date {
  color: rgb(91, 91, 91);
}
.editorial-top .featured-post .featured-meta .read-time {
  color: rgb(34, 87, 110);
}
.editorial-top .featured-post .featured-meta .dot {
  margin: 0 6px;
}
.editorial-top .featured-post p {
  font-size: 16px;
  line-height: 140%;
  color: rgb(91, 91, 91);
  margin-bottom: 24px;
}
.editorial-top .featured-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 55%;
          flex: 0 1 55%;
  min-width: 0;
  overflow: hidden;
  position: relative;
}
.editorial-top .featured-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
  display: block;
}

.editorial-bottom-wrapper {
  padding: 0;
}

.editorial-bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 20px 405px;
  grid-template-columns: minmax(0, 1fr) 405px;
  gap: 20px;
}

.post-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 40px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.post-grid .grid-card a {
  text-decoration: none;
  color: inherit;
  display: block;
}
.post-grid .grid-card a:hover h4 {
  text-decoration: underline;
}
.post-grid .grid-card img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
  border-radius: 0px;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.post-grid .grid-card:hover img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.post-grid .grid-card .date {
  font-size: 14px;
  font-weight: 700;
  color: rgb(91, 91, 91);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 8px;
}
.post-grid .grid-card h4 {
  font-family: "ABC Whyte Inktrap";
  margin: 0;
  font-size: 20px;
  line-height: 120%;
  font-weight: 400;
  color: #000000;
}

.sidebar {
  background: rgb(252, 251, 232);
  padding: 40px;
  border-radius: 2px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.sidebar h3 {
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: 400;
  font-family: "ABC Whyte Inktrap";
  color: #000000;
}
.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: sidebar-counter;
}
.sidebar ul li {
  margin-bottom: 16px;
  counter-increment: sidebar-counter;
  position: relative;
}
.sidebar ul li:last-child {
  margin-bottom: 0;
}
.sidebar ul li::before {
  content: counter(sidebar-counter);
  position: absolute;
  left: -10px;
  top: -10px;
  width: 20px;
  height: 20px;
  background: rgb(5, 51, 74);
  color: #FFFFFF;
  border-radius: 50%;
  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;
  font-size: 10px;
  z-index: 1;
}
.sidebar ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  text-decoration: none;
  color: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sidebar ul li img {
  width: 87px;
  height: 87px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.sidebar ul li img:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.sidebar ul li .sidebar-post-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sidebar ul li .sidebar-post-content h5 {
  font-size: 16px;
  font-family: "ABC Whyte Inktrap";
  font-weight: 400;
  line-height: 120%;
  margin: 0 0 8px;
  color: #000000;
}
.sidebar ul li .sidebar-post-content .sidebar-date {
  font-size: 14px;
  font-weight: 700;
  color: rgb(91, 91, 91);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.sidebar .quote-box {
  margin-top: 40px;
}
.sidebar .quote-box .quote-text {
  font-family: "Annette Bradford";
  font-size: 24px;
  line-height: 140%;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0 !important;
}

.blog-editorial .pagination {
  margin-top: 60px;
  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;
  gap: 16px;
  font-size: 14px;
  color: #999;
}
.blog-editorial .pagination.pagination-mobile-tab {
  display: none !important;
}
.blog-editorial .pagination .pagination-number {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-editorial .pagination .pagination-number:hover {
  color: #000;
}
.blog-editorial .pagination .pagination-number.active {
  color: #000;
  font-weight: 600;
}
.blog-editorial .pagination .pagination-ellipsis {
  color: #999;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.blog-editorial .pagination .pagination-arrow {
  cursor: pointer;
  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: 32px;
  height: 32px;
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-editorial .pagination .pagination-arrow i {
  font-size: 16px;
}
.blog-editorial .pagination .pagination-arrow:hover:not(.disabled) {
  opacity: 0.7;
}
.blog-editorial .pagination .pagination-arrow.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.blog-editorial .pagination.pagination-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .blog-hero {
    height: 350px;
  }
  .blog-hero .container h1 {
    font-size: 48px;
  }
  .blog-editorial {
    margin: 70px auto;
  }
  .editorial-top-wrapper {
    padding: 0 24px;
    margin-bottom: 60px;
  }
  .editorial-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
  .editorial-top .featured-image {
    aspect-ratio: 16/9;
  }
  .editorial-top .featured-post h2 {
    font-size: 32px;
  }
  .editorial-bottom-wrapper {
    padding: 0 24px;
  }
  .editorial-bottom {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .post-grid {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .sidebar {
    max-width: 600px;
    margin: 0 auto;
  }
  .pagination {
    margin-top: 40px;
    gap: 12px;
  }
  .blog-editorial .pagination.pagination-mobile-tab {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .blog-editorial .pagination.pagination-desktop {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .blog-hero {
    height: 280px;
  }
  .blog-hero .container {
    padding-bottom: 24px;
  }
  .blog-hero .container .subheading {
    font-size: 12px;
  }
  .blog-hero .container h1 {
    font-size: 34px;
  }
  .blog-editorial {
    margin: 0px auto;
  }
  .editorial-bottom-wrapper {
    padding: 0;
  }
  .editorial-top-wrapper {
    padding: 0 16px;
    margin-bottom: 50px;
  }
  .editorial-top {
    gap: 30px;
  }
  .editorial-top .featured-image {
    aspect-ratio: 4/3;
  }
  .editorial-top .featured-post {
    padding: 75px 15px 0px;
  }
  .editorial-top .featured-post h2 {
    font-size: 28px;
  }
  .editorial-top .featured-post p {
    font-size: 16px;
  }
  .post-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .sidebar {
    padding: 24px;
  }
  .sidebar .quote-box .quote-text {
    font-size: 18px;
  }
  .pagination {
    margin-top: 30px;
    gap: 10px;
    font-size: 12px;
  }
  .blog-editorial .pagination.pagination-mobile-tab {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .blog-editorial .pagination.pagination-desktop {
    display: none !important;
  }
}
.btn-2 {
  border-radius: 1px;
  font-weight: 400;
  font-size: 16px;
  padding: 10px 20px !important;
  text-align: center;
  border: 0.4px solid rgb(17, 17, 17) !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-2:hover {
  background-color: rgb(17, 17, 17);
  color: #FFFFFF !important;
  border-color: rgb(17, 17, 17) !important;
}
.btn-2 {
  text-decoration: none;
  color: #000000;
}

.view-btn {
  text-decoration: none;
  background-color: #000000;
  color: #ffffff;
}

.price-section {
  margin-top: 40px;
  padding: 25px;
  background: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #000000;
}
.price-section h3 {
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 32px;
  font-size: 28px;
  margin-bottom: 10px;
  color: #000000;
}
.price-section .price-amount {
  font-size: 28px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0;
}

.pdf-download-section {
  margin-top: 40px;
  padding: 30px;
  background: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #000000;
}
.pdf-download-section h3 {
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 32px;
  font-size: 28px;
  margin-bottom: 20px;
}
.pdf-download-section .btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pdf-download-section .file-info {
  margin-top: 15px;
  margin-bottom: 0;
  color: #6c757d;
  font-size: 14px;
}

/* =========================
   RESPONSIVE STYLES
========================= */
/* Tablet */
@media (max-width: 992px) {
  .price-section {
    margin-top: 30px;
    padding: 20px;
  }
  .price-section h3 {
    font-size: 24px;
  }
  .price-section .price-amount {
    font-size: 24px;
  }
  .pdf-download-section {
    margin-top: 30px;
    padding: 25px;
  }
  .pdf-download-section h3 {
    font-size: 24px;
  }
  .pdf-download-section .btn-wrapper {
    gap: 12px;
  }
}
/* Mobile */
@media (max-width: 480px) {
  .price-section {
    margin-top: 20px;
    padding: 16px;
    border-left-width: 3px;
  }
  .price-section h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .price-section .price-amount {
    font-size: 20px;
  }
  .pdf-download-section {
    margin-top: 20px;
    padding: 16px;
    border-left-width: 3px;
  }
  .pdf-download-section h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .pdf-download-section .btn-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .pdf-download-section .btn-wrapper .btn-2, .pdf-download-section .btn-wrapper .view-btn {
    width: 100%;
    text-align: center;
  }
  .pdf-download-section .file-info {
    font-size: 12px;
    margin-top: 12px;
  }
}
.hero {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100vh;
  min-height: 450px;
  color: #FFFFFF;
  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 .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}
.hero .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.hero .hero-content {
  margin-top: 140px;
  max-width: 880px;
}
.hero .hero-content .hero-sub {
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.hero .hero-content .hero-title {
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: 110px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 0;
}
.hero .hero-content .hero-title.hero-title-1 {
  text-align: left;
}
.hero .hero-content .hero-title.hero-title-2 {
  text-align: right;
}
.hero .hero-content .hero-desc {
  margin-top: 32px;
  text-align: left;
  font-size: 14px;
  max-width: 400px;
  margin-left: auto;
  font-weight: 350;
  line-height: 135%;
}

@-webkit-keyframes arrowBounce {
  0% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
    opacity: 0;
  }
}

@keyframes arrowBounce {
  0% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
    opacity: 0;
  }
}
@media (max-width: 992px) {
  .hero {
    height: 100vh;
  }
  .hero .hero-content {
    max-width: 600px;
    padding: 0 20px;
  }
  .hero .hero-content .hero-title {
    font-size: 73px;
  }
  .hero .hero-content .hero-desc {
    font-size: 0.9rem;
    max-width: 350px;
  }
  .hero .hero-scroll {
    bottom: 15px;
  }
  .hero .hero-scroll .arrow-wrap {
    width: 50px;
  }
}
@media (max-width: 480px) {
  .hero {
    height: 100vh;
  }
  .hero .hero-content {
    max-width: 90%;
    padding: 0 15px;
  }
  .hero .hero-content .hero-sub {
    font-size: 0.85rem;
    margin-bottom: 8px;
  }
  .hero .hero-content .hero-title {
    font-size: 46px !important;
  }
  .hero .hero-content .hero-desc {
    font-size: 0.85rem;
    max-width: 100%;
    margin-top: 15px;
  }
  .hero .hero-scroll {
    bottom: 10px;
    margin-top: 30px;
  }
  .hero .hero-scroll .scroll-text {
    font-size: 0.7rem;
    margin-bottom: 8px;
  }
  .hero .hero-scroll .arrow-wrap {
    width: 40px;
  }
}
.journey {
  padding: 120px 0 0;
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.journey .container {
  width: 100% !important;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  justify-items: end;
}
@media (max-width: 992px) {
  .journey .container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.journey .left-journey {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.journey .left-journey .content {
  max-width: 520px;
}
.journey .left-journey .content h1 {
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 32px;
  font-size: 48px;
  color: rgb(0, 0, 0);
}
@media (max-width: 768px) {
  .journey .left-journey .content h1 {
    font-size: 36px;
  }
}
.journey .left-journey .content p {
  font-size: 16px;
  line-height: 1.6;
  color: rgb(102, 102, 102);
}
.journey .left-journey .image-left1 {
  width: 100%;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.journey .left-journey .image-left1 img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 2px;
}
.journey .left-journey .image-left1 .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: height 0.8s ease-in-out;
  transition: height 0.8s ease-in-out;
}
.journey .left-journey .image-left1.reveal .overlay {
  height: 0%;
}
.journey .right-journey {
  max-width: 510px;
  height: 100%;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.journey .right-journey img {
  width: 100%;
  border-radius: 2px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.journey .right-journey .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: height 1.3s ease-in-out;
  transition: height 1.3s ease-in-out;
}
.journey .right-journey.reveal .overlay {
  height: 0%;
}

@media (max-width: 992px) {
  .journey {
    background-size: 150%;
    background-position: 50% -10% !important;
    height: auto !important;
    padding: 40px 0 !important;
    margin-bottom: 10px;
  }
  .journey .container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0 20px;
  }
  .journey .left-journey {
    height: auto;
    gap: 30px;
  }
  .journey .left-journey .content {
    max-width: 100% !important;
  }
  .journey .left-journey .content h1 {
    font-size: 40px;
  }
  .journey .left-journey .overlay {
    display: none;
  }
  .journey .right-journey {
    max-width: 100%;
    height: auto;
  }
  .journey .right-journey .overlay {
    display: none;
  }
}
@media (max-width: 480px) {
  .journey {
    padding: 30px 0 !important;
    margin-bottom: 0px;
  }
  .journey .container {
    gap: 25px;
    padding: 0 15px;
  }
  .journey .left-journey {
    gap: 25px;
  }
  .journey .left-journey .content h1 {
    font-size: 32px;
  }
  .journey .left-journey .content p {
    font-size: 12px;
  }
  .journey .left-journey .image-left1 img {
    max-height: 300px;
  }
  .journey .right-journey img {
    max-height: 350px;
    width: 400px;
  }
}
.lodges {
  padding: 60px 0 120px;
}
.lodges .title {
  margin-bottom: 40px;
}
.lodges .title h1 {
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 32px;
}

.lodges-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 100%;
}

.lodge-card {
  position: relative;
  -webkit-box-flex: 0.75;
      -ms-flex: 0.75;
          flex: 0.75;
  min-width: 0;
  height: 500px;
  overflow: hidden;
  -webkit-transition: -webkit-box-flex 0.5s ease;
  transition: -webkit-box-flex 0.5s ease;
  transition: flex 0.5s ease;
  transition: flex 0.5s ease, -webkit-box-flex 0.5s ease, -ms-flex 0.5s ease;
}
.lodge-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(35.56%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 35.56%, rgba(0, 0, 0, 0.4) 100%);
  pointer-events: none;
}
.lodge-card .lodge-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.lodge-card .lodge-content {
  position: absolute;
  bottom: 0;
  padding: 35px;
  width: 100%;
  max-width: 100%;
  z-index: 3;
  color: #fff;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
}
.lodge-card .lodge-content p {
  font-size: 16px;
  line-height: 135%;
  letter-spacing: -0.15px;
  font-weight: 400;
  margin-bottom: 8px;
}
.lodge-card .lodge-content .title-full,
.lodge-card .lodge-content p,
.lodge-card .lodge-content .btn-lodge {
  opacity: 0;
  -webkit-transform: translateY(35px);
          transform: translateY(35px);
  width: 100%;
}
.lodge-card .lodge-content .title-full {
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
}
.lodge-card .lodge-content .title-short {
  font-family: "ABC Whyte Inktrap", sans-serif;
  position: absolute;
  bottom: 0;
  margin-bottom: 50px;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  width: 100%;
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .lodge-card .lodge-content .title-short {
    font-size: 18px;
  }
}
@media (max-width: 1300px) {
  .lodge-card .lodge-content .title-short {
    font-size: 16px;
  }
}
.lodge-card .lodge-content .btn-lodge {
  border-radius: 1px;
  font-weight: 400;
  font-size: 16px;
  padding: 10px 20px !important;
  text-align: center;
  border: 0.4px solid rgb(17, 17, 17) !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lodge-card .lodge-content .btn-lodge:hover {
  background-color: rgb(17, 17, 17);
  color: #FFFFFF !important;
  border-color: rgb(17, 17, 17) !important;
}
.lodge-card .lodge-content .btn-lodge {
  color: #FFFFFF !important;
  padding: 12.5px 20px !important;
  margin-top: 8px !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 0.4px solid #FFFFFF !important;
}
.lodge-card .lodge-content .btn-lodge:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: none !important;
}
.lodge-card {
  /* -----------------------------------
     ACTIVE (OPEN) — SMOOTH ANIMATIONS
  ----------------------------------- */
}
.lodge-card.active {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.lodge-card.active .lodge-img {
  -webkit-transform: none !important;
          transform: none !important;
}
.lodge-card.active .lodge-content .title-full {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.55s ease-in-out, -webkit-transform 0.55s ease-in-out;
  transition: opacity 0.55s ease-in-out, -webkit-transform 0.55s ease-in-out;
  transition: opacity 0.55s ease-in-out, transform 0.55s ease-in-out;
  transition: opacity 0.55s ease-in-out, transform 0.55s ease-in-out, -webkit-transform 0.55s ease-in-out;
}
.lodge-card.active .lodge-content .title-short {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.lodge-card.active .lodge-content p {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.55s ease-in-out 0.1s, -webkit-transform 0.55s ease-in-out 0.1s;
  transition: opacity 0.55s ease-in-out 0.1s, -webkit-transform 0.55s ease-in-out 0.1s;
  transition: opacity 0.55s ease-in-out 0.1s, transform 0.55s ease-in-out 0.1s;
  transition: opacity 0.55s ease-in-out 0.1s, transform 0.55s ease-in-out 0.1s, -webkit-transform 0.55s ease-in-out 0.1s;
}
.lodge-card.active .lodge-content .btn-lodge {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.55s ease-in-out 0.15s, -webkit-transform 0.55s ease-in-out 0.15s;
  transition: opacity 0.55s ease-in-out 0.15s, -webkit-transform 0.55s ease-in-out 0.15s;
  transition: opacity 0.55s ease-in-out 0.15s, transform 0.55s ease-in-out 0.15s;
  transition: opacity 0.55s ease-in-out 0.15s, transform 0.55s ease-in-out 0.15s, -webkit-transform 0.55s ease-in-out 0.15s;
}
.lodge-card {
  /* -----------------------------------
     NOT ACTIVE (CLOSED) — INSTANT RESET
  ----------------------------------- */
}
@media (min-width: 769px) {
  .lodge-card:not(.active) .lodge-content .title-full,
  .lodge-card:not(.active) .lodge-content p,
  .lodge-card:not(.active) .lodge-content .btn-lodge {
    opacity: 0 !important;
    -webkit-transform: translateY(35px) !important;
            transform: translateY(35px) !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
  .lodge-card:not(.active) .lodge-content .title-short {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

@media (max-width: 992px) {
  .lodges {
    padding: 40px 0;
  }
  .lodges .title h1 {
    font-size: 40px;
  }
  .lodges-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .lodge-card {
    height: auto;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-transition: none !important;
    transition: none !important;
  }
  .lodge-card .lodge-img {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .lodge-card .lodge-content {
    gap: 14px;
    position: relative;
    padding: 25px;
    margin-top: -10px;
  }
  .lodge-card .lodge-content .title-short {
    display: none !important;
    opacity: 0 !important;
    margin: 0;
  }
  .lodge-card .lodge-content .title-full {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
    -webkit-transition: none !important;
    transition: none !important;
    font-size: 28px;
    margin: 0;
  }
  .lodge-card .lodge-content p {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
    -webkit-transition: none !important;
    transition: none !important;
    font-size: 14px;
    margin: 0;
  }
  .lodge-card .lodge-content .btn-lodge {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
    -webkit-transition: none !important;
    transition: none !important;
    font-size: 14px;
    margin: 0;
  }
  .lodge-card.active, .lodge-card:not(.active) {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }
  .lodge-card.active .lodge-img, .lodge-card:not(.active) .lodge-img {
    -webkit-transform: none !important;
            transform: none !important;
  }
  .lodge-card.active .lodge-content .title-full,
  .lodge-card.active .lodge-content p,
  .lodge-card.active .lodge-content .btn-lodge, .lodge-card:not(.active) .lodge-content .title-full,
  .lodge-card:not(.active) .lodge-content p,
  .lodge-card:not(.active) .lodge-content .btn-lodge {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
  .lodge-card.active .lodge-content .title-short, .lodge-card:not(.active) .lodge-content .title-short {
    display: none !important;
    opacity: 0 !important;
  }
}
@media (max-width: 480px) {
  .lodges {
    padding: 30px 0;
  }
  .lodges .title {
    margin-bottom: 25px;
  }
  .lodges .title h1 {
    font-size: 32px;
  }
  .lodges-container {
    gap: 12px;
  }
  .lodge-card {
    height: auto;
    -webkit-transition: none !important;
    transition: none !important;
  }
  .lodge-card .lodge-img {
    aspect-ratio: 4/3;
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .lodge-card .lodge-content {
    padding: 20px;
    margin-top: 0px;
  }
  .lodge-card .lodge-content .title-short {
    display: none !important;
    opacity: 0 !important;
  }
  .lodge-card .lodge-content .title-full {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
    -webkit-transition: none !important;
    transition: none !important;
    font-size: 22px;
  }
  .lodge-card .lodge-content p {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
    -webkit-transition: none !important;
    transition: none !important;
    font-size: 13px;
  }
  .lodge-card .lodge-content .btn-lodge {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
    -webkit-transition: none !important;
    transition: none !important;
    font-size: 13px;
    padding: 8px 16px !important;
  }
  .lodge-card.active, .lodge-card:not(.active) {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }
  .lodge-card.active .lodge-img, .lodge-card:not(.active) .lodge-img {
    -webkit-transform: none !important;
            transform: none !important;
  }
  .lodge-card.active .lodge-content .title-full,
  .lodge-card.active .lodge-content p,
  .lodge-card.active .lodge-content .btn-lodge, .lodge-card:not(.active) .lodge-content .title-full,
  .lodge-card:not(.active) .lodge-content p,
  .lodge-card:not(.active) .lodge-content .btn-lodge {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
  .lodge-card.active .lodge-content .title-short, .lodge-card:not(.active) .lodge-content .title-short {
    display: none !important;
    opacity: 0 !important;
  }
}
#vertical-slider.vertical-carousel {
  padding: 120px 0 60px;
}
#vertical-slider.vertical-carousel .title h1 {
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 32px;
}
#vertical-slider.vertical-carousel .carousel-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden;
}
#vertical-slider.vertical-carousel {
  /* LEFT SIDE MEDIA */
}
#vertical-slider.vertical-carousel .media-swiper {
  width: 67%;
  height: 100%;
}
#vertical-slider.vertical-carousel .media-swiper .swiper-slide {
  height: 100%;
}
#vertical-slider.vertical-carousel .media-swiper .media-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
#vertical-slider.vertical-carousel .media-swiper .media-slide video,
#vertical-slider.vertical-carousel .media-swiper .media-slide .bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-position: center;
}
#vertical-slider.vertical-carousel {
  /* RIGHT PANEL */
}
#vertical-slider.vertical-carousel .content-panel {
  width: 33%;
  padding: 40px;
  position: relative;
  overflow: hidden;
}
#vertical-slider.vertical-carousel .panel-item {
  position: absolute;
  inset: 0;
  padding: 40px;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  pointer-events: none;
}
#vertical-slider.vertical-carousel .panel-item.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
#vertical-slider.vertical-carousel .panel-item .logo {
  width: 66px;
}
#vertical-slider.vertical-carousel .panel-item h2 {
  margin: 105px 0 32px;
  font-size: 32px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: -0.3px;
  font-family: "ABC Whyte Inktrap", sans-serif;
}
#vertical-slider.vertical-carousel .panel-item p {
  max-width: 340px;
  font-size: 16px;
  letter-spacing: -0.15px;
  font-weight: 400;
  line-height: 135%;
}
#vertical-slider.vertical-carousel .panel-item .panel-btn {
  border-radius: 0px;
  font-weight: 400;
  font-size: 16px;
  padding: 0 0 4px 0 !important;
  border: none !important;
  background: transparent !important;
  position: relative;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
#vertical-slider.vertical-carousel .panel-item .panel-btn .btn-arrow {
  width: 20px;
  height: 20px;
}
#vertical-slider.vertical-carousel .panel-item .panel-btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 0;
  background: currentColor;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
#vertical-slider.vertical-carousel .panel-item .panel-btn:hover::after {
  width: 100%;
}
#vertical-slider.vertical-carousel .panel-item .panel-btn {
  text-decoration: none;
  display: inline-block;
  color: rgb(0, 0, 0) !important;
  margin-top: 24px;
}
#vertical-slider.vertical-carousel .panel-item.light {
  color: #ffffff !important;
}
#vertical-slider.vertical-carousel .panel-item.light h2 {
  color: #ffffff !important;
}
#vertical-slider.vertical-carousel .panel-item.light p {
  color: rgba(255, 255, 255, 0.8) !important;
}
#vertical-slider.vertical-carousel .panel-item.light .panel-btn {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
#vertical-slider.vertical-carousel .panel-item.light .panel-btn .btn-arrow {
  color: #ffffff !important;
}
#vertical-slider.vertical-carousel .panel-item.dark {
  color: rgb(0, 0, 0) !important;
}
#vertical-slider.vertical-carousel .panel-item.dark h2 {
  color: rgb(0, 0, 0) !important;
}
#vertical-slider.vertical-carousel .panel-item.dark p {
  color: rgb(0, 0, 0) !important;
}
@media (max-width: 1024px) {
  #vertical-slider.vertical-carousel .carousel-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  #vertical-slider.vertical-carousel .media-swiper {
    width: 100%;
    height: 60vh;
  }
  #vertical-slider.vertical-carousel .content-panel {
    width: 100%;
    height: auto;
    min-height: 400px;
  }
  #vertical-slider.vertical-carousel .panel-item {
    position: absolute;
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .panel-item h2 {
    margin: 35px 0 22px !important;
  }
  .panel-item p {
    max-width: 100% !important;
  }
}
@media (max-width: 992px) {
  #vertical-slider.vertical-carousel {
    padding: 40px 0;
  }
  #vertical-slider.vertical-carousel .title h1 {
    font-size: 40px;
  }
  #vertical-slider.vertical-carousel .carousel-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  #vertical-slider.vertical-carousel .media-swiper {
    width: 100%;
    height: 50vh;
  }
  #vertical-slider.vertical-carousel .content-panel {
    width: 100%;
    padding: 40px 30px;
  }
  #vertical-slider.vertical-carousel .panel-item {
    padding: 40px 30px;
  }
  #vertical-slider.vertical-carousel .panel-item .logo {
    width: 60px;
  }
  #vertical-slider.vertical-carousel .panel-item h2 {
    font-size: 32px;
    margin: 30px 0 8px;
  }
  #vertical-slider.vertical-carousel .panel-item p {
    max-width: 100%;
    font-size: 16px;
  }
  #vertical-slider.vertical-carousel .panel-item .btn {
    margin-top: 20px;
    font-size: 14px;
  }
  #vertical-slider.vertical-carousel .custom-bullets {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 12px;
    margin-top: 20px;
  }
  #vertical-slider.vertical-carousel .custom-bullets .bullet {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 480px) {
  #vertical-slider.vertical-carousel {
    padding: 30px 0;
  }
  #vertical-slider.vertical-carousel .title h1 {
    font-size: 32px;
  }
  #vertical-slider.vertical-carousel .carousel-wrapper {
    height: auto;
  }
  #vertical-slider.vertical-carousel .media-swiper {
    height: 40vh;
  }
  #vertical-slider.vertical-carousel .content-panel {
    padding: 30px 20px;
  }
  #vertical-slider.vertical-carousel .panel-item {
    padding: 30px 20px;
  }
  #vertical-slider.vertical-carousel .panel-item .logo {
    width: 50px;
    margin-bottom: 10px;
  }
  #vertical-slider.vertical-carousel .panel-item h2 {
    font-size: 26px;
    margin: 20px 0 8px;
  }
  #vertical-slider.vertical-carousel .panel-item p {
    font-size: 14px;
    line-height: 1.5;
  }
  #vertical-slider.vertical-carousel .panel-item .btn {
    margin-top: 15px;
    font-size: 13px;
    padding: 8px 18px;
  }
  #vertical-slider.vertical-carousel .custom-bullets {
    gap: 10px;
    margin-top: 15px;
  }
  #vertical-slider.vertical-carousel .custom-bullets .bullet {
    width: 10px;
    height: 10px;
  }
}
.highlights {
  padding: 75px 0;
  background-color: rgba(245, 245, 245, 0.6);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 33%;
  background-blend-mode: lighten;
}
.highlights .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.highlights .highlight-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
.highlights .highlight-item .icon {
  margin-bottom: 12px;
}
.highlights .highlight-item .icon img {
  width: 100px;
  height: 100px;
  image-rendering: -webkit-optimize-contrast;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.highlights .highlight-item h3 {
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: 32px;
  line-height: 100%;
  font-weight: 400;
  color: #1c2b33;
  margin-bottom: 6px;
  max-width: 300px !important;
}
.highlights .highlight-item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
  color: rgb(102, 102, 102);
  max-width: 300px !important;
}
.highlights .divider {
  width: 0.4px;
  background-color: rgba(0, 0, 0, 0.6);
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  margin-left: 90px;
  margin-right: 90px;
}
@media (max-width: 1200px) {
  .highlights .divider {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media (max-width: 992px) {
  .highlights .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
  .highlights .divider {
    display: none;
  }
}

@media (max-width: 992px) {
  .highlights {
    padding: 50px 0;
    margin-bottom: 40px;
  }
  .highlights .container {
    padding: 0 20px;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .highlights .highlight-item {
    text-align: center;
    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: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .highlights .highlight-item .icon img {
    width: 50px;
    height: 50px;
  }
  .highlights .highlight-item h3 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .highlights .highlight-item p {
    font-size: 16px;
    max-width: 350px !important;
  }
}
@media (max-width: 480px) {
  .highlights {
    padding: 40px 0;
    margin-bottom: 30px;
  }
  .highlights .container {
    padding: 0 15px;
    gap: 35px;
  }
  .highlights .highlight-item {
    text-align: center;
  }
  .highlights .highlight-item .icon {
    margin-bottom: 20px;
  }
  .highlights .highlight-item .icon img {
    width: 50px;
    height: 50px;
  }
  .highlights .highlight-item h3 {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .highlights .highlight-item p {
    font-size: 14px;
  }
}
.guide-section {
  padding: 70px 0;
}
.guide-section .guide-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.guide-section .guide-left {
  padding: 60px 0 0 0 !important;
  -webkit-box-flex: 0.7;
      -ms-flex: 0.7;
          flex: 0.7;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.guide-section .guide-left .text-top h1 {
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 32px;
  margin-bottom: 0;
}
.guide-section .guide-left .text-bottom p {
  font-size: 16px;
  color: rgb(102, 102, 102);
  margin-bottom: 0;
  line-height: 1.5;
  margin-top: 24px !important;
}
.guide-section .guide-right {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.66fr 20px 1.34fr;
  grid-template-columns: 0.66fr 1.34fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
  gap: 20px;
}
.guide-section .guide-right > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.guide-section .guide-right > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.guide-section .guide-right > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.guide-section .guide-right > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.guide-section .guide-right .img1 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.guide-section .guide-right .img2 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.guide-section .guide-right .img3 {
  grid-column: 1/-1;
  -ms-grid-row: 2;
  grid-row: 2;
}
.guide-section .guide-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.guide-section .guide-right .img1,
.guide-section .guide-right .img2 {
  height: 365px;
}
.guide-section .guide-right .img3 {
  height: 305px;
}

@media (max-width: 992px) {
  .guide-section {
    padding: 40px 0;
  }
  .guide-section .guide-wrapper {
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .guide-section .guide-left .text-top h1 {
    font-size: 40px;
  }
  .guide-section .guide-left .text-bottom p {
    font-size: 16px;
    max-width: 100%;
  }
  .guide-section .guide-right .img1,
  .guide-section .guide-right .img2 {
    height: 300px;
  }
  .guide-section .guide-right .img3 {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .guide-section {
    padding: 30px 0;
  }
  .guide-section .guide-wrapper {
    padding: 0 15px;
    gap: 20px;
  }
  .guide-section .guide-left {
    padding-top: 0 !important;
    gap: 15px;
  }
  .guide-section .guide-left .text-top h1 {
    font-size: 32px;
  }
  .guide-section .guide-left .text-bottom p {
    font-size: 14px;
  }
  .guide-section .paws {
    margin: auto !important;
  }
  .guide-section .guide-right {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .guide-section .guide-right .img1,
  .guide-section .guide-right .img2,
  .guide-section .guide-right .img3 {
    height: 250px;
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .guide-section .guide-right .img1 {
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .guide-section .guide-right .img2 {
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .guide-section .guide-right .img3 {
    -ms-grid-row: 3;
    grid-row: 3;
  }
}
.brand {
  padding: 56px 0;
}
.brand .brand-title {
  text-align: center;
  margin-bottom: 40px;
}
.brand .brand-title h1 {
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 32px;
}

.brand-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 88px 1fr 88px 1fr 88px 1fr 88px 1fr;
  grid-template-columns: repeat(5, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  gap: 88px;
}
.brand-grid .brand-item {
  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: 100%;
  height: 56px;
}
.brand-grid .brand-item a {
  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: 100%;
  height: 100%;
}
.brand-grid .brand-item img {
  max-height: 50px;
  max-width: 170px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.6;
  -webkit-transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
  transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
  transition: filter 0.3s ease, opacity 0.3s ease;
  transition: filter 0.3s ease, opacity 0.3s ease, -webkit-filter 0.3s ease;
}

/* --------------------------------------
   OLD ANIMATION SLIDER (fully commented)
-------------------------------------- */
/*

.slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 20px 0;

  .slide-track {
    display: flex;
    align-items: center;
    gap: 100px;
    animation: scroll 40s linear infinite;
    width: max-content;
  }

  .slide {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;

    img {
      height: 30px;
      width: auto;
      object-fit: contain;
      filter: grayscale(100%);
    }
  }
}

@keyframes scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

*/
@media (max-width: 1400px) {
  .brand-grid {
    gap: 0px;
  }
  .brand-grid .brand-item img {
    max-height: 60px;
    max-width: 135px;
  }
}
@media (max-width: 992px) {
  .brand {
    padding: 40px 0;
  }
  .brand .brand-title {
    margin-bottom: 35px;
  }
  .brand .brand-title h1 {
    font-size: 40px;
  }
  .brand-grid {
    -ms-grid-columns: 1fr 35px 1fr 35px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
  }
  .brand-grid .brand-item {
    height: 70px;
  }
  .brand-grid .brand-item img {
    max-height: 45px;
    max-width: 130px;
  }
}
@media (max-width: 480px) {
  .brand {
    padding: 30px 0;
  }
  .brand .brand-title {
    margin-bottom: 30px;
  }
  .brand .brand-title h1 {
    font-size: 32px;
  }
  .brand-grid {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .brand-grid .brand-item {
    height: 60px;
  }
  .brand-grid .brand-item img {
    max-height: 40px;
    max-width: 110px;
  }
  .brand-grid .brand-item:nth-child(5):last-child {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -ms-grid-column-align: center;
        justify-self: center;
  }
}
@media (max-width: 360px) {
  .brand {
    padding: 25px 0;
  }
  .brand .brand-title {
    margin-bottom: 25px;
  }
  .brand .brand-title h1 {
    font-size: 28px;
  }
  .brand-grid {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .brand-grid .brand-item {
    height: 55px;
  }
  .brand-grid .brand-item img {
    max-height: 35px;
    max-width: 100px;
  }
}
.testimonial-section {
  margin: 0 auto;
  padding: 73px 0 73px 90px;
  background-size: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: lighten;
  max-width: 1440px;
  margin: auto;
}

.head-testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}

.heading-row {
  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;
  gap: 20px;
  margin-bottom: 48px;
  padding-right: 90px;
}
.heading-row h1 {
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 32px;
  margin-bottom: 0 !important;
}

.google-badge {
  display: none !important;
  background: rgb(239, 229, 138);
  padding: 8px 16px;
  gap: 5px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}
.google-badge img {
  margin: auto 4px;
}

.heading-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.controller button {
  width: 40px;
  height: 40px;
  border: none;
  background: #FFFFFF;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.controller button i {
  font-size: 45px;
  color: #000000;
}
.controller button.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.testimonial-swiper {
  position: relative;
  padding-bottom: 18px;
  padding-right: 20px !important;
}
.testimonial-swiper .swiper-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}
.testimonial-swiper .swiper-slide {
  height: auto !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-right: 20px !important;
}

.quote-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.quote-img .quote-icon {
  width: 50px !important;
  height: 50px !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.testimonial-card {
  height: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 18px;
  padding: 32px 24px;
  border-radius: 0px;
  background: rgb(241, 241, 241);
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.testimonial-card img {
  width: 225px;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.testimonial-card .testimonial-content {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.testimonial-card .testimonial-content p {
  margin: 0 0 16px;
  line-height: 135%;
  font-size: 16px;
}
.testimonial-card .testimonial-content .testimonial-author {
  font-weight: 700;
  font-size: 20px;
  line-height: 135%;
}
.testimonial-card .testimonial-content .testimonial-country {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 135%;
}

.controls-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 48px;
}

.controls-placeholder {
  width: 88px;
}

.swiper-scrollbar {
  height: 6px;
  background: gray;
  border-radius: 6px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  width: 500px !important;
}
.swiper-scrollbar .swiper-scrollbar-drag {
  background: #22576e;
  border-radius: 6px;
}

@media (max-width: 1200px) {
  .testimonial-section {
    padding: 30px 20px;
  }
  .heading-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    margin-bottom: 25px;
    padding-right: 20px;
  }
  .heading-row h1 {
    font-size: 40px;
  }
  .head-testimonial {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .heading-controls {
    gap: 15px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .controller button {
    width: 40px;
    height: 40px;
  }
  .controller button i {
    font-size: 30px;
  }
  .testimonial-swiper {
    padding-right: 0px !important;
  }
  .testimonial-swiper .swiper-slide {
    margin-right: 20px !important;
  }
  .testimonial-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    gap: 15px;
  }
  .testimonial-card img {
    width: 100%;
    height: 200px;
  }
  .testimonial-card .testimonial-content {
    width: 100%;
  }
  .testimonial-card .testimonial-content p {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .testimonial-card .testimonial-content .testimonial-author {
    font-size: 18px;
  }
  .testimonial-card .testimonial-content .testimonial-country {
    font-size: 14px;
  }
  .quote-img .quote-icon {
    width: 40px !important;
    height: 40px !important;
  }
  .controls-row {
    margin-top: 30px;
  }
  .swiper-scrollbar {
    width: 60% !important;
  }
}
@media (max-width: 480px) {
  .testimonial-section {
    padding: 25px 15px;
  }
  .heading-row {
    gap: 12px;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .heading-row h1 {
    font-size: 32px;
  }
  .head-testimonial {
    -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;
    gap: 8px;
  }
  .google-badge {
    padding: 8px 14px;
    font-size: 14px;
  }
  .heading-controls {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .controller {
    gap: 8px;
  }
  .controller button {
    width: 36px;
    height: 36px;
  }
  .controller button i {
    font-size: 30px;
  }
  .testimonial-swiper .swiper-slide {
    margin-right: 15px !important;
    min-height: auto !important;
  }
  .testimonial-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 18px;
    gap: 15px;
  }
  .testimonial-card img {
    width: 100%;
    height: 220px;
  }
  .testimonial-card .testimonial-content p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .testimonial-card .testimonial-content .testimonial-author {
    font-size: 17px;
  }
  .testimonial-card .testimonial-content .testimonial-country {
    font-size: 13px;
    margin-top: 4px;
  }
  .quote-img .quote-icon {
    width: 35px !important;
    height: 35px !important;
  }
  .controls-row {
    margin-top: 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
  }
  .controls-placeholder {
    display: none;
  }
  .swiper-scrollbar {
    width: 100% !important;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 500px) {
  .testimonial-section .heading-controls {
    display: none;
  }
  .testimonial-section .testimonial-swiper .controls-row {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .testimonial-section .testimonial-swiper .swiper-scrollbar {
    width: 100% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
  .testimonial-section .testimonial-swiper .controls-placeholder {
    display: none !important;
  }
  .testimonial-section .testimonial-arrows-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 12px;
  }
}
.arctic-journal {
  padding: 60px 0 86px;
}
.arctic-journal .journal-cta {
  border-radius: 1px;
  font-weight: 400;
  font-size: 16px;
  padding: 10px 20px !important;
  text-align: center;
  border: 0.4px solid rgb(17, 17, 17) !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.arctic-journal .journal-cta:hover {
  background-color: rgb(17, 17, 17);
  color: #FFFFFF !important;
  border-color: rgb(17, 17, 17) !important;
}
.arctic-journal .journal-cta {
  color: rgb(0, 0, 0);
  text-decoration: none;
}
.arctic-journal .journal-cta--mobile {
  display: none;
}
.arctic-journal .journal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
}
.arctic-journal .journal-header .journal-title {
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 32px;
}
.arctic-journal .journal-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 45% 52px 50%;
  grid-template-columns: 45% 50%;
  gap: 52px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.arctic-journal {
  /* FEATURED POST */
}
.arctic-journal .journal-large .journal-featured-post {
  display: block;
}
.arctic-journal .journal-large .journal-featured-post .featured-image {
  overflow: hidden;
  display: block;
}
.arctic-journal .journal-large .journal-featured-post .featured-image:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.arctic-journal .journal-large .journal-featured-post .featured-image img {
  width: 100%;
  max-height: 463px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px;
  -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;
}
.arctic-journal .journal-large .journal-featured-post .featured-content {
  padding-top: 16px;
}
.arctic-journal .journal-large .journal-featured-post .featured-content .featured-title a {
  font-family: "ABC Whyte", sans-serif;
  font-size: 20px;
  font-weight: 700 !important;
  margin-bottom: 0px !important;
  line-height: 135%;
  text-decoration: none;
  color: #000000;
}
.arctic-journal .journal-large .journal-featured-post .featured-content .featured-excerpt {
  color: #000000;
  font-size: 16px;
  line-height: 135%;
  font-weight: 400;
}
.arctic-journal {
  /* SMALL POSTS */
}
.arctic-journal .journal-small-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.arctic-journal .journal-small-list .journal-small-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.arctic-journal .journal-small-list .journal-small-item .small-image {
  overflow: hidden;
  min-width: 305px !important;
  display: block;
}
.arctic-journal .journal-small-list .journal-small-item .small-image:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.arctic-journal .journal-small-list .journal-small-item .small-image img {
  max-width: 305px !important;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px;
  -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;
}
.arctic-journal .journal-small-list .journal-small-item .small-title a {
  text-decoration: none;
  font-family: "ABC Whyte", sans-serif;
  font-size: 20px;
  font-weight: 700 !important;
  color: #000;
  line-height: 135%;
}
.arctic-journal .journal-small-list .journal-small-item .small-excerpt {
  color: #000000;
  font-size: 16px;
  line-height: 135%;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .arctic-journal .journal-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .arctic-journal .journal-small-list .journal-small-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 100%;
  }
  .arctic-journal .journal-small-list .journal-small-item .small-image {
    width: 50%;
  }
  .arctic-journal .journal-small-list .journal-small-item .small-image img {
    min-width: 100%;
  }
  .arctic-journal .journal-small-list .journal-small-item .small-content {
    width: 50%;
  }
  .arctic-journal .journal-header .journal-title {
    font-size: 42px;
  }
}

@media (max-width: 992px) {
  .arctic-journal {
    padding: 0px 0 60px;
  }
  .arctic-journal .journal-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
    margin-bottom: 30px;
  }
  .arctic-journal .journal-header .journal-title {
    font-size: 40px;
  }
  .arctic-journal .journal-header .journal-cta {
    padding: 8px 22px;
    font-size: 14px;
  }
  .arctic-journal .journal-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .arctic-journal .journal-large .journal-featured-post .featured-image img {
    height: 400px;
  }
  .arctic-journal .journal-large .journal-featured-post .featured-content {
    padding-top: 18px;
  }
  .arctic-journal .journal-large .journal-featured-post .featured-content .featured-title a {
    font-size: 22px;
  }
  .arctic-journal .journal-large .journal-featured-post .featured-content .featured-excerpt {
    font-size: 16px;
  }
  .arctic-journal .journal-small-list {
    gap: 30px;
  }
  .arctic-journal .journal-small-list .journal-small-item .small-image img {
    width: 280px;
    height: 180px;
  }
  .arctic-journal .journal-small-list .journal-small-item .small-title a {
    font-size: 20px;
  }
  .arctic-journal .journal-small-list .journal-small-item .small-excerpt {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .arctic-journal {
    padding: 0px 0 40px;
  }
  .arctic-journal .journal-cta--desktop {
    display: none;
  }
  .arctic-journal .journal-cta--mobile {
    display: block;
    width: 100%;
    margin-top: 25px;
    text-align: center;
  }
  .arctic-journal .journal-header {
    gap: 12px;
    margin-bottom: 25px;
  }
  .arctic-journal .journal-header .journal-title {
    font-size: 32px;
    margin-bottom: 0px !important;
  }
  .arctic-journal .journal-header .journal-cta {
    font-size: 16px;
    width: 100%;
  }
  .arctic-journal .journal-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .arctic-journal .journal-large .journal-featured-post .featured-image img {
    height: 300px;
  }
  .arctic-journal .journal-large .journal-featured-post .featured-content {
    padding-top: 15px;
  }
  .arctic-journal .journal-large .journal-featured-post .featured-content .featured-title a {
    font-size: 20px;
  }
  .arctic-journal .journal-large .journal-featured-post .featured-content .featured-excerpt {
    font-size: 16px;
  }
  .arctic-journal .journal-small-list {
    gap: 25px;
  }
  .arctic-journal .journal-small-list .journal-small-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .arctic-journal .journal-small-list .journal-small-item .small-image {
    width: 100% !important;
  }
  .arctic-journal .journal-small-list .journal-small-item .small-image img {
    min-width: 100%;
    height: 220px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .arctic-journal .journal-small-list .journal-small-item .small-content {
    width: 100%;
  }
  .arctic-journal .journal-small-list .journal-small-item .small-excerpt {
    min-width: auto;
  }
}
@media (max-width: 360px) {
  .arctic-journal .journal-header .journal-title {
    font-size: 28px;
    line-height: 1.2;
  }
  .arctic-journal .journal-header .journal-cta {
    font-size: 16px;
    width: 100%;
  }
  .arctic-journal .journal-large .journal-featured-post .featured-image img {
    height: 250px;
  }
  .arctic-journal .journal-large .journal-featured-post .featured-content {
    padding-top: 12px;
  }
  .arctic-journal .journal-large .journal-featured-post .featured-content .featured-title a {
    font-size: 18px;
  }
  .arctic-journal .journal-large .journal-featured-post .featured-content .featured-excerpt {
    font-size: 14px;
    line-height: 1.5;
  }
  .arctic-journal .journal-small-list {
    gap: 20px;
  }
  .arctic-journal .journal-small-list .journal-small-item .small-image img {
    width: 100% !important;
    height: 200px;
  }
  .arctic-journal .journal-small-list .journal-small-item .small-title a {
    font-size: 17px;
  }
  .arctic-journal .journal-small-list .journal-small-item .small-excerpt {
    font-size: 13px;
    line-height: 1.5;
    min-width: auto;
  }
}
.north-lens-section {
  padding: 120px 0 62px;
}
.north-lens-section .north-lens-btn {
  display: inline-block;
  padding: 12.5px 20px;
  border: 0.4px solid #000000;
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.north-lens-section .north-lens-btn:hover {
  background: #000000;
  color: #FFFFFF;
}
.north-lens-section .north-lens-btn--mobile {
  display: none;
}
.north-lens-section .north-lens-header {
  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;
  margin-bottom: 40px;
}
.north-lens-section .north-lens-header .north-lens-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 20px;
}
.north-lens-section .north-lens-header .north-lens-title {
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 32px;
  margin-bottom: 0;
}
.north-lens-section .north-lens-header .north-lens-handle {
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: 20px;
  color: #000000;
  font-weight: 400;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .north-lens-section {
    padding-top: 60px !important;
  }
}
@media (max-width: 480px) {
  .north-lens-section .north-lens-btn--desktop {
    display: none;
  }
  .north-lens-section .north-lens-btn--mobile {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .north-lens-section .north-lens-header {
    -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;
    gap: 20px;
  }
  .north-lens-section .north-lens-header .north-lens-left {
    -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;
    gap: 8px;
  }
  .north-lens-section .north-lens-header .north-lens-btn {
    width: 100%;
    text-align: center;
  }
  .north-lens-section .north-lens-title {
    font-size: 36px !important;
  }
}

.quote {
  padding: 102px 0;
  background-color: rgba(245, 245, 245, 0.95);
  background-size: auto;
  background-position: right;
  background-repeat: no-repeat;
}
.quote .quote-container {
  margin: 0 auto;
}
.quote .quote-container .quote-content {
  max-width: 980px;
  margin: 0 auto;
  font-family: "Annette Bradford", sans-serif;
  font-weight: 400;
  line-height: 100%;
  color: rgb(2, 55, 69);
}
.quote .quote-container .quote-content h1 {
  font-size: 40px;
  white-space: normal;
}
.quote .quote-container .quote-content p {
  font-size: 32px;
  margin: 25px 0 0 0;
}

@media (max-width: 992px) {
  .quote {
    padding: 40px 0;
  }
  .quote-content h1 {
    font-size: 40px !important;
  }
  .quote-content p {
    font-size: 20px !important;
  }
}
@media (max-width: 480px) {
  .quote-content {
    padding-left: 15px;
  }
  .quote-content h1 {
    font-size: 32px !important;
  }
  .quote-content p {
    font-size: 16px !important;
  }
}
.amenities-section {
  padding: 110px 0 60px;
  background: #FFFFFF;
}
.amenities-section .container {
  margin: 0 auto;
}
.amenities-section h1 {
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 32px;
  margin-bottom: 40px;
}
.amenities-section .amenities-text-columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin-bottom: 32px;
}
.amenities-section .amenities-text-columns .amenities-col {
  font-size: 16px;
  line-height: 140%;
  color: rgb(64, 64, 64);
  font-weight: 400;
}
.amenities-section .amenities-text-columns .amenities-col p {
  margin-bottom: 0;
}
.amenities-section .amenities-text-columns .amenities-col p + p {
  margin-top: 16px;
}
.amenities-section .amenities-btn {
  border-radius: 0px;
  font-weight: 400;
  font-size: 16px;
  padding: 0 0 4px 0 !important;
  border: none !important;
  background: transparent !important;
  position: relative;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.amenities-section .amenities-btn .btn-arrow {
  width: 20px;
  height: 20px;
}
.amenities-section .amenities-btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 0;
  background: currentColor;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
.amenities-section .amenities-btn:hover::after {
  width: 100%;
}
.amenities-section .amenities-btn {
  color: rgb(17, 17, 17);
  text-decoration: none;
  margin-bottom: 32px;
}
.amenities-section .amenities-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
  padding-top: 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.amenities-section .amenities-icons .amenities-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.amenities-section .amenities-icons .amenities-item img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.amenities-section .amenities-icons .amenities-item span {
  font-size: 16px;
  color: rgb(0, 0, 0);
}
@media (max-width: 992px) {
  .amenities-section {
    padding: 60px 0;
  }
  .amenities-section .container {
    padding: 0 20px;
  }
  .amenities-section h1 {
    font-size: 40px;
    margin-bottom: 32px;
  }
  .amenities-section .amenities-text-columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 24px;
  }
  .amenities-section .amenities-btn {
    margin-bottom: 40px;
  }
  .amenities-section .amenities-icons {
    gap: 20px;
    padding-top: 40px;
  }
  .amenities-section .amenities-icons .amenities-item img {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 480px) {
  .amenities-section {
    padding: 40px 0;
  }
  .amenities-section .container {
    padding: 0 15px;
  }
  .amenities-section h1 {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .amenities-section .amenities-text-columns {
    font-size: 14px;
  }
  .amenities-section .amenities-icons {
    gap: 16px;
  }
  .amenities-section .amenities-icons .amenities-item img {
    width: 24px;
    height: 24px;
  }
}

.hero-reusable {
  position: relative;
  margin: 0;
  padding: 0 0 90px 0;
  height: 100vh;
  min-height: 450px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 4;
}
.hero-reusable[data-height="550px"] {
  height: 550px;
  min-height: 550px;
}
.hero-reusable .hero-reusable-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}
.hero-reusable .hero-reusable-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.hero-reusable .hero-reusable-content {
  margin-top: 140px;
}
.hero-reusable .hero-reusable-content .hero-reusable-sub {
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-left: 9px;
}
.hero-reusable .hero-reusable-content .hero-reusable-title {
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 100%;
  text-align: left;
}
.hero-reusable .hero-reusable-content .hero-reusable-title h1, .hero-reusable .hero-reusable-content .hero-reusable-title h2, .hero-reusable .hero-reusable-content .hero-reusable-title h3, .hero-reusable .hero-reusable-content .hero-reusable-title h4, .hero-reusable .hero-reusable-content .hero-reusable-title h5, .hero-reusable .hero-reusable-content .hero-reusable-title h6 {
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: 110px;
  font-weight: 400;
  line-height: 100%;
  margin: 0;
}
.hero-reusable .hero-reusable-content .hero-reusable-title p {
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: 110px;
  font-weight: 400;
  line-height: 100%;
  margin: 0;
}

@media (max-width: 992px) {
  .hero-reusable {
    height: 100vh;
  }
  .hero-reusable .hero-reusable-content {
    max-width: 600px;
    padding: 0 20px;
  }
  .hero-reusable .hero-reusable-content .hero-reusable-title {
    font-size: 60px;
  }
  .hero-reusable .hero-reusable-content .hero-reusable-title h1, .hero-reusable .hero-reusable-content .hero-reusable-title h2, .hero-reusable .hero-reusable-content .hero-reusable-title h3, .hero-reusable .hero-reusable-content .hero-reusable-title h4, .hero-reusable .hero-reusable-content .hero-reusable-title h5, .hero-reusable .hero-reusable-content .hero-reusable-title h6, .hero-reusable .hero-reusable-content .hero-reusable-title p {
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  .hero-reusable {
    height: 100vh;
  }
  .hero-reusable .hero-reusable-content {
    max-width: 95%;
    padding: 0;
  }
  .hero-reusable .hero-reusable-content .hero-reusable-sub {
    font-size: 0.85rem;
    margin-bottom: 16px;
  }
  .hero-reusable .hero-reusable-content .hero-reusable-title {
    font-size: 48px;
  }
  .hero-reusable .hero-reusable-content .hero-reusable-title h1, .hero-reusable .hero-reusable-content .hero-reusable-title h2, .hero-reusable .hero-reusable-content .hero-reusable-title h3, .hero-reusable .hero-reusable-content .hero-reusable-title h4, .hero-reusable .hero-reusable-content .hero-reusable-title h5, .hero-reusable .hero-reusable-content .hero-reusable-title h6, .hero-reusable .hero-reusable-content .hero-reusable-title p {
    font-size: 48px;
  }
}
.text-image-block {
  padding: 100px 0;
  background: rgb(255, 255, 255);
}
.text-image-block .ti-container {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 125px;
  z-index: 99;
  position: relative;
  background-color: rgb(255, 255, 255);
  overflow: visible;
}
.text-image-block[data-layout=image-left] .ti-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .text-image-block[data-layout=image-left] .ti-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.text-image-block .ti-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 55%;
          flex: 0 1 55%;
  height: 500px;
  min-width: 0;
  position: relative;
  overflow: visible;
}
.text-image-block .ti-image.has-decorative-line::after {
  content: "";
  position: absolute;
  width: 240px;
  height: 265px;
  background-image: var(--decorative-line-url);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  bottom: -256px;
  right: -208px;
  z-index: 0;
}
.text-image-block .ti-image.has-long-line::before {
  content: "";
  position: absolute;
  width: 425px;
  height: 382px;
  background-image: var(--long-line-url);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: -210px;
  left: -100px;
  z-index: 0;
}
.text-image-block .ti-image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  z-index: 2;
  position: relative;
}
.text-image-block[data-layout=image-left] .ti-image.has-decorative-line::after {
  left: -120px !important;
}
.text-image-block .ti-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 45%;
          flex: 1 1 45%;
  min-width: 0;
}
.text-image-block .ti-text h1 {
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 32px;
  color: rgb(0, 0, 0);
}
.text-image-block .ti-text .ti-content {
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  color: rgb(64, 64, 64);
}
.text-image-block .ti-text .ti-content p + p {
  margin-top: 16px;
}
.text-image-block .ti-text .ti-content ul {
  list-style: none;
  padding-left: 0;
  margin: 16px 0;
}
.text-image-block .ti-text .ti-content ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
}
.text-image-block .ti-text .ti-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 12px;
  height: 12px;
  background-image: url("../../assets/images/unordered-list.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.text-image-block .ti-text .ti-content ol {
  list-style: none;
  counter-reset: custom-counter;
  padding-left: 0;
  margin: 16px 0;
}
.text-image-block .ti-text .ti-content ol li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 24px;
  counter-increment: custom-counter;
}
.text-image-block .ti-text .ti-content ol li::before {
  content: counter(custom-counter) ".";
  position: absolute;
  left: 0;
  color: rgba(34, 87, 110, 0.8) !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .text-image-block {
    padding: 60px 0;
  }
  .text-image-block .ti-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding: 0 20px;
  }
  .text-image-block .ti-image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
    height: 400px;
  }
  .text-image-block .ti-image.has-decorative-line::after {
    display: none;
  }
  .text-image-block .ti-image.has-long-line::before {
    display: none;
  }
  .text-image-block .ti-text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
  }
  .text-image-block .ti-text h1 {
    font-size: 40px;
    margin-bottom: 24px;
  }
  .text-image-block .ti-text .ti-content {
    font-size: 16px;
  }
  .text-image-block[data-layout=image-left] .ti-image.has-decorative-line::after {
    left: -90px !important;
  }
}
@media (max-width: 480px) {
  .text-image-block {
    padding: 40px 0;
  }
  .text-image-block .ti-container {
    gap: 30px;
    padding: 0 15px;
  }
  .text-image-block .ti-image {
    height: 300px;
  }
  .text-image-block .ti-image.has-decorative-line::after {
    width: 120px;
    height: 140px;
    bottom: -120px;
    right: -80px;
  }
  .text-image-block .ti-image.has-long-line::before {
    display: none;
  }
  .text-image-block .ti-text h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .text-image-block .ti-text .ti-content {
    font-size: 14px;
    line-height: 150%;
  }
  .text-image-block .ti-text .ti-content ul li {
    margin-bottom: 10px;
    padding-left: 20px;
  }
  .text-image-block .ti-text .ti-content ul li::before {
    width: 10px;
    height: 10px;
  }
  .text-image-block .ti-text .ti-content ol li {
    margin-bottom: 20px;
    padding-left: 22px;
  }
  .text-image-block[data-layout=image-left] .ti-image.has-decorative-line::after {
    left: -60px !important;
  }
}
.text-image-block.is-about-page {
  position: relative;
}
.text-image-block.is-about-page::before {
  content: "";
  position: absolute;
  top: -28%;
  right: 0;
  width: 500px;
  height: 500px;
  background-image: var(--about-bg-url);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 1;
  pointer-events: none;
}
.text-image-block.is-about-page .ti-container {
  max-width: 1046px;
  gap: 40px;
  z-index: 2;
}
.text-image-block.is-about-page .ti-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  height: 400px;
}
@media (max-width: 992px) {
  .text-image-block.is-about-page::before {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 480px) {
  .text-image-block.is-about-page::before {
    width: 200px;
    height: 200px;
  }
}

.image-carousel-section {
  margin: 0 auto;
  padding: 120px 0px 66px 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 1440px;
  margin: auto;
}
.image-carousel-section.white-theme h1, .image-carousel-section.white-theme .slide-title, .image-carousel-section.white-theme .slide-subtitle {
  color: #ffffff !important;
}
.image-carousel-section.white-theme .swiper-scrollbar {
  background: rgba(0, 0, 0, 0.3) !important;
}
.image-carousel-section.white-theme .carousel-controller button {
  background: transparent !important;
}
.image-carousel-section.white-theme .carousel-controller button i {
  color: white !important;
}
.image-carousel-section.white-theme .carousel-controller button.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.image-carousel-section.black-theme h1 {
  color: #000000 !important;
}
.image-carousel-section.black-theme .carousel-controller button {
  background: transparent !important;
}
.image-carousel-section.black-theme .carousel-controller button i {
  color: #000000 !important;
}
.image-carousel-section.black-theme .carousel-controller button.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.image-carousel-section .carousel-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.image-carousel-section .carousel-heading-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding-right: 90px;
}
.image-carousel-section .carousel-heading-row h1 {
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 32px;
}
.image-carousel-section .carousel-heading-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.image-carousel-section .carousel-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.image-carousel-section .carousel-controller button {
  width: 40px;
  height: 40px;
  border: none;
  background: #FFFFFF;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.image-carousel-section .carousel-controller button i {
  font-size: 45px;
}
.image-carousel-section .carousel-controller button.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.image-carousel-section .image-carousel-swiper {
  position: relative;
  padding-bottom: 18px;
}
.image-carousel-section .image-carousel-swiper .swiper-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}
.image-carousel-section .image-carousel-swiper .swiper-slide {
  height: auto !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.image-carousel-section .carousel-image-card {
  height: 100% !important;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 2px;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.image-carousel-section .carousel-image-card:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
.image-carousel-section .carousel-image-card img {
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px;
}
.image-carousel-section .carousel-text-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
}
.image-carousel-section .carousel-text-overlay .slide-title {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 4px 0;
  line-height: 120%;
}
.image-carousel-section .carousel-text-overlay .slide-subtitle {
  color: rgb(217, 217, 217);
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 120%;
}
.image-carousel-section .carousel-controls-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 40px;
}
.image-carousel-section .carousel-controls-placeholder {
  width: 88px;
}
.image-carousel-section .swiper-scrollbar {
  height: 6px;
  background: rgb(240, 240, 240);
  border-radius: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  width: 405px !important;
  left: auto !important;
}
.image-carousel-section .swiper-scrollbar .swiper-scrollbar-drag {
  background: rgb(34, 87, 110);
  border-radius: 1px;
}

@media (min-width: 993px) {
  .image-carousel-section .swiper-slide {
    width: 407px !important;
  }
}
@media (max-width: 992px) {
  .image-carousel-section {
    padding: 30px 0px;
  }
  .carousel-heading-row {
    -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;
    gap: 15px;
    margin-bottom: 25px;
    padding-right: 0;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .carousel-heading-row h1 {
    font-size: 40px !important;
  }
  .carousel-head {
    width: 100%;
  }
  .carousel-heading-controls {
    gap: 15px;
    width: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .carousel-controller button {
    width: 40px;
    height: 40px;
  }
  .carousel-controller button i {
    font-size: 26px;
  }
  .image-carousel-swiper {
    padding-right: 0px !important;
  }
  .carousel-image-card img {
    height: 300px;
  }
  .carousel-controls-row {
    margin-top: 30px;
  }
  .swiper-scrollbar {
    width: 60% !important;
  }
}
@media (max-width: 480px) {
  .image-carousel-section {
    padding: 25px 15px;
  }
  .carousel-heading-row {
    gap: 0px !important;
    margin-bottom: 20px;
    padding-right: 0 !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .carousel-heading-row h1 {
    font-size: 28px !important;
    margin-bottom: 0 !important;
  }
  .carousel-head {
    width: 100%;
  }
  .carousel-heading-controls {
    width: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
  .carousel-controller {
    gap: 8px;
  }
  .carousel-controller button {
    width: 36px;
    height: 36px;
  }
  .carousel-controller button i {
    font-size: 22px;
  }
  .image-carousel-swiper .swiper-slide {
    min-height: auto !important;
  }
  .carousel-image-card img {
    height: 250px;
  }
  .carousel-controls-row {
    margin-top: 25px;
  }
  .carousel-controls-placeholder {
    width: 68px;
  }
  .swiper-scrollbar {
    width: 100% !important;
  }
}
@media (max-width: 500px) {
  .image-carousel-section .carousel-heading-controls {
    display: none;
  }
  .image-carousel-section .carousel-arrows-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 12px;
  }
}
.adventure-svalbard {
  padding: 120px 0 0 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.adventure-svalbard.white-theme h2, .adventure-svalbard.white-theme .adventure-text, .adventure-svalbard.white-theme .adventure-cta {
  color: #ffffff !important;
}
.adventure-svalbard.white-theme .carousel-controller button {
  background: #ffffff;
}
.adventure-svalbard.white-theme .carousel-controller button i {
  color: #000000;
}
.adventure-svalbard.black-theme h2, .adventure-svalbard.black-theme .adventure-text {
  color: #000000 !important;
}
.adventure-svalbard.black-theme .adventure-cta {
  color: #000000 !important;
}
.adventure-svalbard.black-theme .carousel-controller button {
  background: #000000;
}
.adventure-svalbard.black-theme .carousel-controller button i {
  color: #ffffff;
}

.adventure-svalbard h2 {
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 32px;
  font-size: 48px;
  margin-bottom: 32px !important;
}

/* OVERLAY IMAGE */
.adventure-overlay-image {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 50%;
  height: auto;
  z-index: 1;
  pointer-events: none;
}
.adventure-overlay-image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.adventure-svalbard .container {
  position: relative;
  z-index: 2;
}

/* GRID */
.adventure-svalbard-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.75fr 20px 0.55fr 20px 1fr;
  grid-template-columns: 0.75fr 0.55fr 1fr;
  gap: 20px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

/* IMAGES */
.adventure-image-large {
  height: 500px;
}

.adventure-image-small {
  height: 375px;
}

.adventure-image-large img,
.adventure-image-small img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 2px;
}

/* RIGHT CONTENT */
.adventure-content {
  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-left: 12px !important;
}

.adventure-text {
  max-width: 100%;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 32px;
}

.adventure-cta {
  border-radius: 0px;
  font-weight: 400;
  font-size: 16px;
  padding: 0 0 4px 0 !important;
  border: none !important;
  background: transparent !important;
  position: relative;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.adventure-cta .btn-arrow {
  width: 20px;
  height: 20px;
}
.adventure-cta::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 0;
  background: currentColor;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
.adventure-cta:hover::after {
  width: 100%;
}
.adventure-cta {
  text-decoration: none;
  color: #000000;
}

/* MAP */
.adventure-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.adventure-map img {
  width: 215px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .adventure-svalbard {
    padding: 60px 24px 0;
  }
  .adventure-svalbard-grid {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .adventure-image-large {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    height: 400px;
  }
  .adventure-image-small {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    height: 400px;
  }
  .adventure-content {
    grid-column: 1/-1;
    -ms-grid-row: 2;
    grid-row: 2;
    padding-left: 0 !important;
  }
}
@media (max-width: 480px) {
  .adventure-svalbard {
    padding: 50px 0 0 !important;
  }
  .adventure-svalbard h2 {
    font-size: 28px !important;
  }
  .adventure-svalbard-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .adventure-image-large,
  .adventure-image-small {
    grid-column: auto;
    grid-row: auto;
    height: auto;
  }
  .adventure-content {
    grid-column: auto;
    grid-row: auto;
  }
}
.journey-grid-section {
  padding: 80px 0px 100px;
  text-align: center;
  background: rgb(251, 250, 238);
  position: relative;
  background-repeat: no-repeat;
  background-position: top left, top right;
  background-size: 500px auto, 800px auto;
}

.journey-grid-content {
  margin-bottom: 70px;
}

.journey-grid-heading {
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 32px;
  font-size: 48px;
  margin-bottom: 16px !important;
  line-height: 1.2;
}

.journey-grid-description {
  max-width: 800px;
  margin: 0 auto 24px;
  font-size: 16px;
  color: rgb(64, 64, 64);
  line-height: 1.6;
}

.journey-grid-btn {
  border-radius: 1px;
  font-weight: 400;
  font-size: 16px;
  padding: 10px 20px !important;
  text-align: center;
  border: 0.4px solid rgb(17, 17, 17) !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.journey-grid-btn:hover {
  background-color: rgb(17, 17, 17);
  color: #FFFFFF !important;
  border-color: rgb(17, 17, 17) !important;
}
.journey-grid-btn {
  text-decoration: none;
  font-size: 16px !important;
  color: #000;
  background: transparent;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.journey-grid-btn:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.journey-grid {
  max-width: 1025px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px 20px 405px 20px 300px;
  grid-template-columns: 300px 405px 300px;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.journey-grid-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.journey-grid-item {
  width: 100%;
  overflow: hidden;
  border-radius: 2px;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.journey-grid-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.journey-grid-item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.journey-grid-item--left,
.journey-grid-item--right {
  height: 400px;
}

.journey-grid-item--top,
.journey-grid-item--bottom {
  height: 240px;
  width: 100%;
}

@media (max-width: 1100px) {
  .journey-grid {
    max-width: 90%;
    -ms-grid-columns: minmax(250px, 300px) 15px minmax(340px, 405px) 15px minmax(250px, 300px);
    grid-template-columns: minmax(250px, 300px) minmax(340px, 405px) minmax(250px, 300px);
    gap: 15px;
  }
  .journey-grid-heading {
    font-size: 40px;
  }
  .journey-grid-item {
    border-radius: 2px;
  }
  .journey-grid-item--left,
  .journey-grid-item--right {
    height: 350px;
  }
  .journey-grid-item--top,
  .journey-grid-item--bottom {
    height: 200px;
  }
}
@media (max-width: 992px) {
  .journey-grid-section {
    background-size: 300px auto, 500px auto;
  }
  .journey-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 500px;
  }
  .journey-grid-col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15px;
  }
  .journey-grid-item--left,
  .journey-grid-item--right {
    height: 300px;
  }
  .journey-grid-item--top,
  .journey-grid-item--bottom {
    height: 300px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .journey-grid-section {
    padding: 60px 0px 80px;
  }
  .journey-grid-content {
    margin-bottom: 50px;
  }
  .journey-grid-heading {
    font-size: 32px;
  }
  .journey-grid-description {
    font-size: 16px;
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .journey-grid-section {
    background-size: 225px auto, 290px auto;
  }
  .journey-grid {
    max-width: 100%;
    padding: 0 20px;
    gap: 15px;
  }
  .journey-grid-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .journey-grid-heading {
    font-size: 28px;
  }
  .journey-grid-btn {
    font-size: 14px !important;
    padding: 10px 24px;
  }
  .journey-grid-item--left,
  .journey-grid-item--right {
    height: 250px;
  }
  .journey-grid-item--top,
  .journey-grid-item--bottom {
    height: 200px;
  }
}
.split-bg-section {
  position: relative;
  width: 100%;
  padding: 120px 0;
  overflow: hidden;
}

.split-bg {
  position: absolute;
  top: 0;
  z-index: 99;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.split-left {
  left: 0;
  width: 40%;
}

.split-right {
  right: 0;
  width: 60%;
}

.split-content {
  font-family: "ABC Whyte Inktrap";
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(5px);
}

.text-content p {
  margin: 0 0 1em;
  font-size: 32px;
  line-height: 140%;
}
.text-content p:last-child {
  margin-bottom: 0;
}
.text-content h1, .text-content h2, .text-content h3, .text-content h4, .text-content h5, .text-content h6 {
  margin: 0 0 0.75em;
  line-height: 140%;
}
.text-content h1:last-child, .text-content h2:last-child, .text-content h3:last-child, .text-content h4:last-child, .text-content h5:last-child, .text-content h6:last-child {
  margin-bottom: 0;
}
.text-content h2 {
  font-size: 32px;
}
.text-content h3 {
  font-size: 24px;
}

@media (max-width: 1024px) {
  .split-bg-section {
    min-height: 280px;
  }
  .split-content {
    max-width: 90%;
    padding: 60px 24px;
  }
}
@media (max-width: 768px) {
  .split-bg-section {
    min-height: 240px;
  }
  .split-bg {
    width: 100%;
  }
  .split-left {
    height: 50%;
  }
  .split-right {
    top: 50%;
    height: 50%;
  }
  .split-content {
    max-width: 95%;
    padding: 48px 20px;
  }
  .text-content p {
    font-size: 15px;
    line-height: 1.6;
  }
  .text-content h2 {
    font-size: 28px;
  }
  .text-content h3 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .split-bg-section {
    padding: 0 !important;
  }
  .split-content {
    max-width: 100%;
    padding: 40px 16px;
  }
  .text-content p {
    font-size: 14px;
    line-height: 1.5;
  }
  .text-content h2 {
    font-size: 24px;
  }
  .text-content h3 {
    font-size: 20px;
  }
}
.room-hero-section {
  padding: 40px 0 0px;
}
.room-hero-section .room-hero-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  min-height: 520px;
}
.room-hero-section .room-hero-row .room-hero-image {
  position: relative;
  overflow: hidden;
}
.room-hero-section .room-hero-row .room-hero-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.room-hero-section .room-hero-row .room-hero-content {
  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: 100px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
.room-hero-section .room-hero-row .room-hero-content h2 {
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 32px;
  font-size: 40px;
  max-width: 406px;
  width: 100%;
}
.room-hero-section .room-hero-row .room-hero-content p {
  font-size: 16px;
  line-height: 1.6;
  max-width: 406px;
  width: 100%;
}
@media (max-width: 1024px) {
  .room-hero-section {
    padding: 0px 0 0;
  }
  .room-hero-section .room-hero-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .room-hero-section .room-hero-row .room-hero-image {
    max-height: 350px;
  }
  .room-hero-section .room-hero-row .room-hero-content {
    padding: 60px 30px;
  }
  .room-hero-section .room-hero-row .room-hero-content h2 {
    font-size: 32px;
  }
  .room-hero-section .room-hero-row .room-hero-content p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .room-hero-section {
    padding: 0px 0 0;
  }
  .room-hero-section .room-hero-row .room-hero-image {
    min-height: 280px;
  }
  .room-hero-section .room-hero-row .room-hero-content {
    padding: 40px 20px;
  }
  .room-hero-section .room-hero-row .room-hero-content h2 {
    font-size: 28px;
    max-width: 100%;
  }
  .room-hero-section .room-hero-row .room-hero-content p {
    font-size: 14px;
    max-width: 100%;
  }
}

.room-gallery-section {
  padding: 120px 0 0 0;
}
@media (min-width: 1300px) {
  .room-gallery-section .container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 0px;
  }
  .room-gallery-section .room-gallery-heading {
    margin: 0 auto;
    padding: 0 75px;
  }
}
.room-gallery-section .room-gallery-heading {
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 32px;
  font-size: 48px;
  margin-bottom: 32px;
  text-align: left;
}
.room-gallery-section .room-gallery-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(14, 1fr);
  gap: 16px;
  grid-auto-rows: 400px;
}
.room-gallery-section .room-gallery-grid .room-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  cursor: pointer;
}
.room-gallery-section .room-gallery-grid .room-gallery-item:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 3px;
}
.room-gallery-section .room-gallery-grid .room-gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -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;
}
.room-gallery-section .room-gallery-grid .room-gallery-item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.room-gallery-section .room-gallery-grid .room-gallery-item.has-more::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 2;
}
.room-gallery-section .room-gallery-grid .room-gallery-item.has-more::after {
  content: attr(data-more);
  position: absolute;
  inset: 0;
  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;
  color: #fff;
  font-size: 48px;
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-weight: 400;
  letter-spacing: -0.02em;
  z-index: 3;
}
.room-gallery-section .room-gallery-grid .room-gallery-item.has-more img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.room-gallery-section .room-gallery-grid .room-gallery-item:nth-child(1) {
  -ms-grid-column-span: 4;
  grid-column: span 4;
  -ms-grid-row-span: 1;
  grid-row: span 1;
}
.room-gallery-section .room-gallery-grid .room-gallery-item:nth-child(2) {
  -ms-grid-column-span: 6;
  grid-column: span 6;
  -ms-grid-row-span: 1;
  grid-row: span 1;
}
.room-gallery-section .room-gallery-grid .room-gallery-item:nth-child(3) {
  -ms-grid-column-span: 4;
  grid-column: span 4;
  -ms-grid-row-span: 1;
  grid-row: span 1;
}
.room-gallery-section .room-gallery-grid .room-gallery-item:nth-child(4) {
  -ms-grid-column-span: 6;
  grid-column: span 6;
  -ms-grid-row-span: 1;
  grid-row: span 1;
}
.room-gallery-section .room-gallery-grid .room-gallery-item:nth-child(5) {
  -ms-grid-column-span: 3;
  grid-column: span 3;
  -ms-grid-row-span: 1;
  grid-row: span 1;
}
.room-gallery-section .room-gallery-grid .room-gallery-item:nth-child(6) {
  -ms-grid-column-span: 5;
  grid-column: span 5;
  -ms-grid-row-span: 1;
  grid-row: span 1;
}
.room-gallery-section .room-gallery-lightbox {
  z-index: 99999;
}
@media (max-width: 1024px) {
  .room-gallery-section {
    padding: 80px 0;
  }
  .room-gallery-section .room-gallery-heading {
    font-size: 36px;
    margin-bottom: 32px;
  }
  .room-gallery-section .room-gallery-grid {
    -ms-grid-columns: 1fr 0 1fr;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 10px;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
@media (max-width: 480px) {
  .room-gallery-section {
    padding: 60px 0;
  }
  .room-gallery-section .room-gallery-heading {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .room-gallery-section .room-gallery-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 12px;
    grid-auto-rows: 280px;
  }
  .room-gallery-section .room-gallery-grid .room-gallery-item {
    -ms-grid-column-span: 1 !important;
    grid-column: span 1 !important;
    -ms-grid-row-span: 1 !important;
    grid-row: span 1 !important;
  }
}

.arctic-carousel-section {
  padding: 60px 0;
  background-color: rgb(245, 245, 245);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.carousel-top {
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.carousel-top .carousel-heading {
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 32px;
  font-size: 48px;
}

.carousel-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.carousel-controls button {
  width: 40px;
  height: 40px;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.carousel-controls button i {
  font-size: 45px;
}
.carousel-controls button.disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.carousel-controls button.carousel-toggle-compact {
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.carousel-controls button.carousel-toggle-compact:hover {
  opacity: 1;
}
.carousel-controls button.carousel-toggle-compact.active {
  opacity: 1;
  color: #000000;
}
.carousel-controls .arrow {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.carousel-controls .arrow.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slide-inner {
  position: relative;
  width: 100%;
  min-height: 680px;
  height: auto;
}

.slide-image {
  position: absolute;
  left: 0;
  top: 20px;
  width: 65%;
  height: 88%;
}
.slide-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slide-content-card {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 65%;
  height: auto;
  background: #FFFFFF;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.slide-content-card h3 {
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 32px;
  font-size: 48px;
  margin-bottom: 16px;
}
.slide-content-card .lead {
  font-size: 16px;
  color: rgb(64, 64, 64);
  line-height: 140%;
}

.slide-content-card__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.slide-content-card__footer {
  margin-top: 16px;
}

.info-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 24px;
  margin: 24px 0;
  padding: 32px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 16px;
}
.info-item img {
  width: 40px !important;
  height: 40px !important;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 !important;
  border-radius: 0 !important;
}

.cta-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btn-light {
  border-radius: 1px;
  font-weight: 400;
  font-size: 16px;
  padding: 10px 20px !important;
  text-align: center;
  border: 0.4px solid rgb(17, 17, 17) !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-light:hover {
  background-color: rgb(17, 17, 17);
  color: #FFFFFF !important;
  border-color: rgb(17, 17, 17) !important;
}
.btn-light {
  background: #FFFFFF;
  font-size: 16px;
  text-decoration: none;
  color: #000000;
  display: inline-block;
}

.btn-dark {
  border-radius: 1px;
  font-weight: 400;
  font-size: 16px;
  padding: 10px 20px !important;
  text-align: center;
  border: 0.4px solid rgb(17, 17, 17) !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-dark:hover {
  background-color: rgb(17, 17, 17);
  color: #FFFFFF !important;
  border-color: rgb(17, 17, 17) !important;
}
.btn-dark {
  background: #000000;
  color: #FFFFFF;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.price {
  margin-left: 16px !important;
  text-transform: uppercase;
  font-size: 14px !important;
  color: rgba(17, 17, 17, 0.6);
}
.price span {
  font-family: "ABC Whyte Inktrap";
  font-weight: 400 !important;
  font-size: 24px !important;
  color: rgb(17, 17, 17);
}

.departure {
  text-transform: uppercase;
  margin-left: auto;
  font-size: 14px !important;
  color: rgba(17, 17, 17, 0.6);
}
.departure span {
  font-family: "ABC Whyte Inktrap";
  font-weight: 400 !important;
  font-size: 24px !important;
  color: rgb(196, 73, 63);
}

.arctic-carousel-section.compact-mode {
  padding: 40px 0;
}
.arctic-carousel-section.compact-mode .carousel-top {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.arctic-carousel-section.compact-mode .carousel-top .carousel-heading {
  font-size: 36px;
}
.arctic-carousel-section.compact-mode .slide-inner {
  height: auto !important;
}
.arctic-carousel-section.compact-mode .slide-image {
  position: relative;
  width: 100%;
  height: 300px;
  top: 0;
}
.arctic-carousel-section.compact-mode .slide-image img {
  border-radius: 4px;
}
.arctic-carousel-section.compact-mode .slide-content-card {
  position: relative;
  width: 100%;
  height: auto;
  padding: 30px;
  margin-top: 0;
  border-radius: 4px;
}
.arctic-carousel-section.compact-mode .slide-content-card h3 {
  font-size: 32px;
}
.arctic-carousel-section.compact-mode .slide-content-card .lead {
  font-size: 16px;
}
.arctic-carousel-section.compact-mode .info-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 16px;
  margin: 24px 0;
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.arctic-carousel-section.compact-mode .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 16px;
}
.arctic-carousel-section.compact-mode .info-item img {
  width: 40px !important;
  height: 40px !important;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 !important;
  border-radius: 0 !important;
}
.arctic-carousel-section.compact-mode .cta-row {
  gap: 12px;
}
.arctic-carousel-section.compact-mode .price {
  margin-left: auto;
}

@media (max-width: 1200px) {
  .arctic-carousel-section {
    padding: 40px 0;
  }
  .carousel-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .carousel-top .carousel-heading {
    font-size: 36px;
  }
  .slide-inner {
    height: auto;
  }
  .slide-image {
    position: relative;
    width: 100%;
    height: 300px;
    top: 0;
  }
  .slide-image img {
    border-radius: 4px;
  }
  .slide-content-card {
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px;
    margin-top: 0;
    border-radius: 4px;
  }
  .slide-content-card h3 {
    font-size: 32px;
  }
  .slide-content-card .lead {
    font-size: 16px;
  }
  .info-grid {
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    row-gap: 16px;
    padding: 20px 0;
  }
  .cta-row {
    gap: 12px;
  }
  .price {
    margin-left: auto;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  .cta-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 16px;
  }
  .price,
  .departure {
    margin-left: 0 !important;
    width: calc(50% - 8px);
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .btn-light,
  .btn-dark {
    width: calc(50% - 8px);
    text-align: center;
  }
}
@media (max-width: 480px) {
  .arctic-carousel-section {
    padding: 30px 0;
  }
  .carousel-top {
    margin-bottom: 20px;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 0px !important;
  }
  .carousel-top .carousel-heading {
    font-size: 28px;
    margin-bottom: 8px !important;
  }
  .carousel-controls button {
    width: 35px;
    height: 35px;
  }
  .carousel-controls button i {
    font-size: 38px;
  }
  .slide-image {
    height: 240px;
  }
  .slide-content-card {
    padding: 20px;
  }
  .slide-content-card h3 {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .slide-content-card .lead {
    font-size: 14px;
  }
  .info-grid {
    -ms-grid-columns: 1fr 12px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 16px 0;
  }
  .info-item {
    font-size: 14px;
  }
  .info-item img {
    width: 32px !important;
    height: 32px !important;
  }
  .cta-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 10px;
  }
  .btn-light,
  .btn-dark {
    width: 100%;
    text-align: center;
  }
  .price {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
    margin-left: 0 !important;
    font-size: 12px !important;
  }
  .price span {
    font-size: 20px !important;
  }
  .departure {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
    margin-left: 0 !important;
    font-size: 12px !important;
  }
  .departure span {
    font-size: 20px !important;
  }
}
.arctic-journal-section {
  padding: 100px 0;
  background-color: #FFFFFF;
}

.explore-more-btn {
  border-radius: 1px;
  font-weight: 400;
  font-size: 16px;
  padding: 10px 20px !important;
  text-align: center;
  border: 0.4px solid rgb(17, 17, 17) !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.explore-more-btn:hover {
  background-color: rgb(17, 17, 17);
  color: #FFFFFF !important;
  border-color: rgb(17, 17, 17) !important;
}
.explore-more-btn {
  background: #FFFFFF;
  color: #000000;
  text-decoration: none;
  padding: 12px 28px !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.explore-more-btn:hover {
  background: #000000;
  color: #FFFFFF;
}

.room-journal-header {
  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;
  margin-bottom: 33px;
}
.room-journal-header .room-journal-heading {
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 32px;
  font-size: 48px;
  margin-bottom: 0;
}

.room-journal-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.room-journal-footer {
  display: none;
  margin-top: 30px;
}
.room-journal-footer .explore-more-btn--mobile {
  width: 100%;
  text-align: center;
}

.room-journal-card {
  position: relative;
  background: #FFFFFF;
  overflow: hidden !important;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  text-decoration: none;
  display: block;
}
.room-journal-card:hover .room-journal-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.room-journal-card:hover .room-journal-title {
  color: rgb(34, 87, 110) !important;
}
.room-journal-card:hover .room-journal-title a {
  color: rgb(34, 87, 110) !important;
}
.room-journal-card .room-journal-image {
  width: 100%;
  height: 400px;
  overflow: hidden !important;
}
.room-journal-card .room-journal-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -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;
}
.room-journal-card .room-journal-content {
  padding: 24px 0 0 0;
}
.room-journal-card .room-journal-content .room-journal-title {
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
  color: #000000;
  margin: 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.room-journal-card .room-journal-content .room-journal-title a {
  text-decoration: none;
  color: inherit;
}

@media (max-width: 992px) {
  .arctic-journal-section {
    padding: 70px 0;
  }
  .room-journal-header {
    margin-bottom: 36px;
  }
  .room-journal-header .room-journal-heading {
    font-size: 36px;
  }
  .room-journal-header .explore-more-btn {
    padding: 10px 24px !important;
    font-size: 16px;
  }
  .room-journal-grid {
    gap: 24px;
  }
  .room-journal-card .room-journal-image {
    height: 320px;
  }
  .room-journal-card .room-journal-content {
    padding: 20px 0 0 0;
  }
  .room-journal-card .room-journal-content .room-journal-title {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .arctic-journal-section {
    padding: 50px 0;
  }
  .room-journal-header {
    -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;
    gap: 20px;
    margin-bottom: 30px;
  }
  .room-journal-header .room-journal-heading {
    font-size: 28px;
  }
  .room-journal-header .explore-more-btn {
    display: none;
  }
  .room-journal-footer {
    display: block;
  }
  .room-journal-footer .explore-more-btn--mobile {
    padding: 10px 20px !important;
    font-size: 14px;
    display: block;
    width: 100%;
  }
  .room-journal-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .room-journal-card .room-journal-image {
    height: 260px;
  }
  .room-journal-card .room-journal-content {
    padding: 16px 0 0 0;
  }
  .room-journal-card .room-journal-content .room-journal-title {
    font-size: 18px;
  }
}
.map-section {
  padding: 0px 0;
  text-align: center;
}

.map-container {
  position: relative;
  margin: 0 auto;
}

.map-image {
  width: 100%;
  height: auto;
  display: block;
  border: solid 1px rgb(245, 245, 245);
  padding: 10px;
}

.map-image--mobile {
  display: none;
}

/* Hotspot circles */
.map-point {
  position: absolute;
  top: var(--top);
  left: var(--left);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid rgb(238, 191, 186);
  background: rgb(202, 226, 232);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  z-index: 2;
}
.map-point::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
}
.map-point:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.15);
          transform: translate(-50%, -50%) scale(1.15);
  background: rgb(227, 154, 145);
}
.map-point.active {
  background: #D76D60;
  border-color: #EEBFBA;
}

.map-caption {
  margin-top: 24px;
  font-size: 24px;
  color: #333;
  line-height: 1.6;
}

@media (max-width: 992px) {
  .map-section {
    padding: 0px 0;
  }
  .map-point {
    width: 16px;
    height: 16px;
  }
  .map-point::after {
    inset: -6px;
  }
  .map-caption {
    font-size: 14px;
    margin-top: 20px;
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .map-section {
    padding: 0px 0;
  }
  .map-image {
    height: 300px;
    -o-object-fit: unset;
       object-fit: unset;
  }
  .map-section--has-mobile-image .map-image--desktop {
    display: none;
  }
  .map-section--has-mobile-image .map-image--mobile {
    display: block;
  }
  .map-point {
    top: var(--top-mobile, var(--top));
    left: var(--left-mobile, var(--left));
  }
  .map-point {
    width: 10px !important;
    height: 10px !important;
  }
  .map-point::after {
    inset: -5px;
  }
  .map-caption {
    font-size: 13px;
    margin-top: 16px;
    padding: 0 16px;
  }
}
.basecamp-intro {
  padding: 80px 0 0px;
  background-size: contain;
  background-position: -55% 50%;
  background-repeat: no-repeat;
  position: relative;
  min-height: 950px;
}
@media (min-width: 1500px) {
  .basecamp-intro {
    background-position: 50% 50%;
  }
}

.intro-inner {
  position: relative;
  margin: 0 auto;
  min-height: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.intro-content {
  position: relative;
  z-index: 2;
  width: 52%;
  background: rgb(244, 244, 242);
  padding: 48px;
}
.intro-content h2 {
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 32px;
  font-size: 48px;
  color: #000000;
  margin-bottom: 24px;
}
.intro-content .story-text p {
  font-size: 16px;
  line-height: 170%;
  color: rgb(68, 68, 68);
  margin-bottom: 16px;
}
.intro-content .story-text p:last-child {
  margin-bottom: 0;
}

.intro-image {
  position: absolute;
  right: 0;
  top: 75%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  width: 58%;
  height: auto;
  min-height: 420px;
}
.intro-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media (max-width: 1025px) {
  .basecamp-intro {
    background-position: center 56%;
  }
  .intro-content {
    width: 75%;
  }
  .intro-image {
    top: 85%;
  }
}
@media (max-width: 992px) {
  .basecamp-intro {
    background-position: center 61%;
    padding: 70px 0 0;
  }
  .intro-inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .intro-content {
    padding: 36px;
    max-width: 100%;
  }
  .intro-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .intro-content .story-text p {
    font-size: 14px;
  }
  .intro-image {
    top: 100%;
    margin-left: 0;
    margin-top: 24px;
    min-height: 350px;
  }
}
@media (max-width: 480px) {
  .basecamp-intro {
    padding: 20px 0;
    min-height: auto;
    background-image: none;
  }
  .basecamp-intro::after {
    content: "";
    display: block;
    width: 100%;
    height: 215px;
    background-image: inherit;
    background-size: 138%;
    background-position: 36% 124%;
    background-repeat: no-repeat;
  }
  .intro-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: auto;
  }
  .intro-content {
    width: 100%;
    padding: 24px;
    position: static;
  }
  .intro-content h2 {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .intro-content .story-text p {
    font-size: 13px;
    line-height: 160%;
    margin-bottom: 14px;
  }
  .intro-image {
    position: static;
    width: 100%;
    -webkit-transform: none;
            transform: none;
    margin-top: 20px;
    min-height: 200px;
  }
  .intro-image img {
    -o-object-position: center center;
       object-position: center center;
  }
}
@media (max-width: 400px) {
  .basecamp-intro::after {
    height: 215px !important;
    background-size: 150% !important;
    background-position: 30% 168% !important;
  }
  .intro-content {
    padding: 20px;
  }
  .intro-content h2 {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .intro-content .story-text p {
    font-size: 13px;
    margin-bottom: 12px;
  }
  .intro-image {
    min-height: 180px !important;
    margin-top: 16px;
  }
}
@media (min-width: 375px) and (max-width: 480px) {
  .basecamp-intro::after {
    background-position: 30% 132% !important;
  }
  .intro-image {
    min-height: 220px !important;
  }
}
.staff-hero {
  position: relative;
  height: 420px;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #fff;
}
.staff-hero .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}
.staff-hero .container {
  position: relative;
  padding-bottom: 40px;
}
.staff-hero .container .subheading {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 10px;
  display: block;
}
.staff-hero .container h1 {
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 32px;
  font-size: 96px;
  margin-bottom: 20px !important;
}

.staff-section {
  padding: 90px 0;
  background: rgb(237, 237, 237);
}

.staff-title {
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 32px;
  font-size: 48px;
  margin-bottom: 24px !important;
}

.staff-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.staff-tabs::-webkit-scrollbar {
  height: 2px;
}
.staff-tabs::-webkit-scrollbar-track {
  background: rgb(237, 237, 237);
}
.staff-tabs::-webkit-scrollbar-thumb {
  background: rgb(34, 87, 110);
  border-radius: 2px;
}

.staff-tab {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  color: rgba(29, 65, 80, 0.4);
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
}
.staff-tab.active {
  color: rgb(34, 87, 110);
}
.staff-tab.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: rgb(34, 87, 110);
}

/* GRID */
.staff-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 28px 1fr 28px 1fr 28px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.staff-card {
  position: relative;
  background: #FFFFFF;
  cursor: pointer;
  overflow: hidden;
}

.staff-image {
  height: 330px;
  overflow: hidden;
}
.staff-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.4s ease, -webkit-transform 0.4s ease;
  transition: -webkit-filter 0.4s ease, -webkit-transform 0.4s ease;
  transition: filter 0.4s ease, transform 0.4s ease;
  transition: filter 0.4s ease, transform 0.4s ease, -webkit-filter 0.4s ease, -webkit-transform 0.4s ease;
}

.staff-card:hover img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

/* NAME TAG */
.staff-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  padding: 16px;
  background: #FFFFFF;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.staff-name {
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 32px;
  font-size: 24px;
  margin: 0 !important;
}

.staff-read-more {
  border-radius: 0px;
  font-weight: 400;
  font-size: 16px;
  padding: 0 0 4px 0 !important;
  border: none !important;
  background: transparent !important;
  position: relative;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.staff-read-more .btn-arrow {
  width: 20px;
  height: 20px;
}
.staff-read-more::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 0;
  background: currentColor;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
.staff-read-more:hover::after {
  width: 100%;
}
.staff-read-more {
  margin-top: 10px;
  font-size: 16px;
  color: rgb(17, 17, 17);
  opacity: 0;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}

.staff-card:hover .staff-info {
  height: 92px;
}

.staff-card:hover .staff-read-more {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* MODAL */
.staff-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 100000;
  overflow-y: auto;
  padding: 40px 20px;
}
.staff-modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.staff-modal-box {
  background: #fff;
  max-width: 1290px;
  width: 100%;
  padding: 60px 210px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto 32px 1fr 32px auto;
  grid-template-rows: auto 1fr auto;
  gap: 32px;
  position: relative;
  margin: auto 0;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
}

.staff-modal-box > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.staff-modal-box > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.staff-modal-box > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.staff-modal-box > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.staff-modal-box > *:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.staff-modal-box > *:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.staff-modal-box .staff-modal-header {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.staff-modal-box .staff-modal-content {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}
.staff-modal-box .staff-modal-image {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
.staff-modal-box .staff-contact-btn {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
}
.staff-modal-box .staff-modal-navigation {
  grid-column: 1/-1;
  -ms-grid-row: 4;
  grid-row: 4;
}

.staff-modal-close {
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 40px;
  background: none;
  border: none;
  cursor: pointer;
}
.staff-modal-close:hover {
  opacity: 0.7;
}

.staff-modal-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 8px;
  font-size: 14px;
  text-transform: uppercase;
  color: rgb(91, 91, 91);
}
.staff-modal-meta .staff-separator {
  color: rgb(91, 91, 91);
}

.staff-modal-box h2 {
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 32px;
  font-size: 32px;
  margin: 0 0 !important;
}

.staff-modal-content #staffModalText {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 24px;
}
.staff-modal-content #staffModalText p {
  margin-bottom: 16px;
}
.staff-modal-content #staffModalText p:last-child {
  margin-bottom: 0;
}

.staff-contact-btn {
  border-radius: 1px;
  font-weight: 400;
  font-size: 16px;
  padding: 10px 20px !important;
  text-align: center;
  border: 0.4px solid rgb(17, 17, 17) !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.staff-contact-btn:hover {
  background-color: rgb(17, 17, 17);
  color: #FFFFFF !important;
  border-color: rgb(17, 17, 17) !important;
}
.staff-contact-btn {
  text-decoration: none;
  color: #000000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.staff-modal-image img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.staff-modal-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
  margin-top: 20px;
}

.staff-nav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  background: none;
  border: none;
  color: #111;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.staff-nav-btn:hover:not(:disabled) {
  opacity: 0.7;
}
.staff-nav-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.staff-nav-btn svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  stroke: #111;
}
.staff-nav-btn.staff-prev:hover:not(:disabled) svg {
  -webkit-transform: translateX(-4px);
          transform: translateX(-4px);
}
.staff-nav-btn.staff-next:hover:not(:disabled) svg {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

/* RESPONSIVE */
@media (max-width: 1400px) {
  .staff-grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .staff-hero {
    height: 350px;
  }
  .staff-hero .container h1 {
    font-size: 48px;
  }
  .staff-section {
    padding: 60px 0;
  }
  .staff-title {
    font-size: 36px;
  }
  .staff-tabs {
    gap: 20px;
  }
  .staff-tab {
    font-size: 14px;
  }
  .staff-grid {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .staff-image {
    height: 280px;
  }
  .staff-modal-box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 24px auto 24px auto 24px auto;
    grid-template-rows: auto auto auto auto;
    padding: 40px 60px;
    gap: 24px;
    max-height: calc(100vh - 80px);
  }
  .staff-modal-box > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .staff-modal-box > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .staff-modal-box > *:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .staff-modal-box > *:nth-child(4) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .staff-modal-box .staff-modal-header {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .staff-modal-box .staff-modal-content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .staff-modal-box .staff-modal-image {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .staff-modal-box .staff-contact-btn {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .staff-modal-box .staff-modal-navigation {
    -ms-grid-column: 1;
    grid-column: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .staff-modal-close {
    top: 30px;
    right: 30px;
    font-size: 32px;
  }
  .staff-modal-image img {
    min-height: 300px;
  }
  .staff-modal-box h2 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .staff-hero {
    height: 280px;
  }
  .staff-hero .container {
    padding-bottom: 24px;
  }
  .staff-hero .container .subheading {
    font-size: 12px;
  }
  .staff-hero .container h1 {
    font-size: 34px;
  }
  .staff-section {
    padding: 50px 0;
  }
  .staff-title {
    font-size: 28px;
  }
  .staff-tabs {
    gap: 16px;
    margin-bottom: 20px;
    padding-bottom: 4px;
  }
  .staff-tab {
    font-size: 13px;
    padding: 0 0 0px 0;
    margin-bottom: 10px;
  }
  .staff-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .staff-image {
    height: 320px;
  }
  .staff-info {
    height: 52px;
    padding: 12px;
  }
  .staff-name {
    font-size: 20px;
  }
  .staff-card:hover .staff-info {
    height: 80px;
  }
  .staff-read-more {
    font-size: 14px;
    margin-top: 8px;
  }
  .staff-modal {
    padding: 20px 16px;
  }
  .staff-modal-box {
    padding: 30px 20px;
    gap: 20px;
    max-height: calc(100vh - 40px);
  }
  .staff-modal-close {
    top: 16px;
    right: 16px;
    font-size: 28px;
  }
  .staff-modal-meta {
    font-size: 12px;
    gap: 12px;
  }
  .staff-modal-box h2 {
    font-size: 24px;
  }
  .staff-modal-content #staffModalText {
    font-size: 14px;
    line-height: 1.6;
  }
  .staff-modal-image img {
    min-height: 250px;
  }
  .staff-modal-navigation {
    padding-top: 16px;
    margin-top: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
  .staff-nav-btn {
    font-size: 13px;
    width: 100%;
  }
  .staff-nav-btn.staff-prev {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .staff-nav-btn.staff-next {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.itinerary-timeline {
  margin-top: 120px;
  padding: 80px 0;
  background-color: rgb(247, 251, 253);
  position: relative;
  overflow: hidden;
}
.itinerary-timeline .bg-image {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.itinerary-timeline .bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.itinerary-timeline .bg-image.bg-top-right {
  top: 0;
  right: 0;
  width: 1000px;
  height: 500px;
}
.itinerary-timeline .bg-image.bg-bottom-left {
  top: 0;
  left: 0;
  width: 600px;
  height: 600px;
}
.itinerary-timeline .container {
  position: relative;
  z-index: 1;
}
.itinerary-timeline .timeline {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 120px 1fr;
  grid-template-columns: 1fr 120px 1fr;
  row-gap: 160px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.itinerary-timeline .timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2px;
  top: 0;
  bottom: 0;
  background: repeating-linear-gradient(to bottom, rgb(216, 235, 243), rgb(216, 235, 243) 6px, transparent 6px, transparent 12px);
}
.itinerary-timeline .timeline--mobile {
  display: none;
  --dot-size: 24px;
  --gutter: 16px;
  --image-height: 213px;
  --row-gap: 16px;
  position: relative;
}
.itinerary-timeline .timeline--mobile::before {
  content: "";
  position: absolute;
  left: calc(var(--dot-size) / 2);
  top: calc(var(--image-height) + var(--row-gap) + var(--dot-size) / 2);
  bottom: 0;
  width: 2px;
  background: repeating-linear-gradient(to bottom, rgb(216, 235, 243), rgb(216, 235, 243) 6px, transparent 6px, transparent 12px);
  z-index: 0;
}
.itinerary-timeline .timeline-mobile-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.itinerary-timeline .timeline-mobile-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.itinerary-timeline .timeline-mobile-head .dot {
  margin-left: calc(-1 * (var(--dot-size) + var(--gutter)));
}
.itinerary-timeline .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.itinerary-timeline .item.left {
  -ms-grid-column: 1;
  grid-column: 1;
  text-align: right;
}
.itinerary-timeline .item.right {
  -ms-grid-column: 3;
  grid-column: 3;
}
.itinerary-timeline .dot {
  -ms-grid-column: 2;
  grid-column: 2;
  width: 24px;
  height: 24px;
  background: rgb(216, 235, 243);
  border: 0.4px solid rgb(34, 87, 110);
  border-radius: 50%;
  margin: 0 auto;
  -ms-grid-row-align: center;
      align-self: center;
  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;
  position: relative;
  z-index: 2;
}
.itinerary-timeline .image {
  width: 100%;
  height: 213px;
  background: #ddd;
  border-radius: 2px;
}
.itinerary-timeline .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 2px;
}
.itinerary-timeline .day {
  font-family: "ABC Whyte Inktrap";
  font-size: 24px;
  letter-spacing: 0.5px;
  color: #000000;
  margin: 0;
}
.itinerary-timeline .text {
  font-size: 16px;
  line-height: 140%;
  color: rgb(77, 77, 77);
}
.itinerary-timeline .text p {
  margin: 0 0 12px 0;
}
.itinerary-timeline .text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .itinerary-timeline {
    margin-top: 60px !important;
    padding: 60px 0;
  }
  .itinerary-timeline .timeline--desktop {
    display: none;
  }
  .itinerary-timeline .timeline--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    --dot-size: 35px;
  }
  .itinerary-timeline .timeline-mobile-row {
    padding-left: calc(var(--dot-size) + var(--gutter));
  }
  .itinerary-timeline .timeline-mobile-head .dot {
    width: 35px;
    height: 35px;
    margin-left: calc(-1 * (var(--dot-size) + var(--gutter))) !important;
    margin-right: 0;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
  .itinerary-timeline .timeline {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 50px;
  }
  .itinerary-timeline .timeline::before {
    left: 20px;
  }
  .itinerary-timeline .item.left {
    text-align: left;
  }
  .itinerary-timeline .item.left,
  .itinerary-timeline .item.right {
    -ms-grid-column: 1;
    grid-column: 1;
    padding-left: 48px;
  }
  .itinerary-timeline .dot {
    -ms-grid-column: 1;
    grid-column: 1;
    margin-left: 3px;
    width: 35px;
    height: 35px;
  }
  .itinerary-timeline .dot span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .itinerary-timeline {
    padding: 40px 0;
  }
  .itinerary-timeline .timeline--mobile {
    gap: 32px;
    --dot-size: 30px;
  }
  .itinerary-timeline .timeline-mobile-head .dot {
    margin-left: calc(-1 * (var(--dot-size) + 16px));
  }
  .itinerary-timeline .timeline {
    row-gap: 40px;
  }
  .itinerary-timeline .day {
    font-size: 20px;
  }
  .itinerary-timeline .text {
    font-size: 14px;
  }
  .itinerary-timeline .dot {
    width: 30px;
    height: 30px;
    margin-left: 6px !important;
  }
  .itinerary-timeline .dot span {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .itinerary-timeline .timeline--mobile {
    gap: 28px;
    --dot-size: 28px;
    --row-gap: 14px;
  }
  .itinerary-timeline .timeline-mobile-row {
    gap: 14px;
  }
  .itinerary-timeline .timeline-mobile-head {
    gap: 10px;
  }
  .itinerary-timeline .timeline-mobile-head .dot {
    margin-left: calc(-1 * (var(--dot-size) + 16px));
  }
  .itinerary-timeline .day {
    font-size: 18px;
  }
  .itinerary-timeline .text {
    font-size: 13px;
  }
  .itinerary-timeline .dot {
    width: 28px;
    height: 28px;
  }
  .itinerary-timeline .dot span {
    font-size: 12px;
  }
}

.adventure-amenities-cards {
  background: rgb(245, 245, 245);
  padding: 110px 0;
  position: relative;
  overflow: hidden;
}
.adventure-amenities-cards__bg {
  position: absolute;
  top: 0;
  width: 65%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.adventure-amenities-cards__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.adventure-amenities-cards__bg--right {
  right: 15px;
}
.adventure-amenities-cards__bg--left {
  left: 15px;
  width: 40% !important;
}

.adventure-amenities-cards__inner {
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 240px));
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}

.adventure-amenities-card {
  background: #FFFFFF;
  border-radius: 2px;
  padding: 40px;
  text-align: center;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.adventure-amenities-card__icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgb(239, 247, 250);
  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;
  font-size: 30px;
}
.adventure-amenities-card__icon img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.adventure-amenities-card p {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  margin: 0;
  line-height: 1.4;
}

@media (max-width: 1200px) and (min-width: 1025px) {
  .adventure-amenities-cards {
    padding: 80px 0;
  }
  .adventure-amenities-cards__inner {
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
    grid-template-columns: repeat(3, 1fr);
    place-items: center;
    gap: 16px;
  }
  .adventure-amenities-card {
    padding: 32px;
  }
  .adventure-amenities-card__icon {
    width: 70px;
    height: 70px;
  }
  .adventure-amenities-card__icon img {
    width: 35px;
    height: 35px;
  }
  .adventure-amenities-card p {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .adventure-amenities-cards {
    padding: 70px 0;
  }
  .adventure-amenities-cards__inner {
    -ms-grid-columns: 1fr 18px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    max-width: 580px;
  }
  .adventure-amenities-card {
    width: 100%;
    padding: 28px;
  }
  .adventure-amenities-card__icon {
    width: 65px;
    height: 65px;
  }
  .adventure-amenities-card__icon img {
    width: 32px;
    height: 32px;
  }
  .adventure-amenities-card p {
    font-size: 17px;
  }
}
@media (max-width: 992px) {
  .adventure-amenities-cards {
    padding: 60px 0;
  }
  .adventure-amenities-cards__inner {
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    max-width: 500px;
  }
  .adventure-amenities-card {
    width: 100%;
    padding: 24px;
  }
  .adventure-amenities-card__icon {
    width: 60px;
    height: 60px;
  }
  .adventure-amenities-card__icon img {
    width: 30px;
    height: 30px;
  }
  .adventure-amenities-card p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .adventure-amenities-cards {
    padding: 40px 0;
  }
  .adventure-amenities-cards__inner {
    place-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .adventure-amenities-card {
    padding: 20px;
  }
  .adventure-amenities-card__icon {
    width: 50px;
    height: 50px;
  }
  .adventure-amenities-card__icon img {
    width: 25px;
    height: 25px;
  }
  .adventure-amenities-card p {
    font-size: 14px;
  }
}
.adventure-details {
  padding: 120px 0 100px 0;
  background: #fff;
}
.adventure-details .adventure-left h2 {
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 32px;
  font-size: 48px !important;
  margin-bottom: 0px;
  color: #000000;
}
.adventure-details .adventure-left .contact-btn {
  margin-top: 24px !important;
  border-radius: 1px;
  font-weight: 400;
  font-size: 16px;
  padding: 10px 20px !important;
  text-align: center;
  border: 0.4px solid rgb(17, 17, 17) !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.adventure-details .adventure-left .contact-btn:hover {
  background-color: rgb(17, 17, 17);
  color: #FFFFFF !important;
  border-color: rgb(17, 17, 17) !important;
}
.adventure-details .adventure-left .contact-btn {
  background-color: #FFFFFF;
  text-decoration: none;
  color: #000000;
  display: inline-block;
  border: none;
  cursor: pointer;
}
.adventure-details .accordion-item {
  margin-top: 20px;
  border: none;
  border-bottom: 1px solid rgb(204, 204, 204);
  background: transparent;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  border-radius: 0 !important;
}
.adventure-details .accordion-item:has(.accordion-button:not(.collapsed)) {
  background: #f8f8f8;
  border-radius: 0px;
  border: none;
}
.adventure-details .accordion-item h5 {
  font-size: 18px;
  color: #000000;
}
.adventure-details .accordion-button {
  font-size: 24px;
  padding: 20px;
  padding-right: 64px;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  outline: none;
  color: #000000;
  font-weight: 400;
  border-radius: 0 !important;
}
.adventure-details .accordion-button:focus, .adventure-details .accordion-button:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent !important;
  color: #000000;
}
.adventure-details .accordion-button:not(.collapsed) {
  color: #000000;
  background: transparent !important;
}
.adventure-details .accordion-button::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.adventure-details .accordion-button:not(.collapsed)::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/minus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.adventure-details .accordion-body {
  color: rgb(77, 77, 77);
  padding: 0 20px 20px 20px;
  font-size: 16px !important;
  line-height: 1.7;
}
@media (max-width: 992px) {
  .adventure-details {
    padding: 60px 0;
  }
  .adventure-details .adventure-left h2 {
    font-size: 40px !important;
  }
  .adventure-details .accordion-button {
    font-size: 20px;
    padding: 16px;
    padding-right: 56px;
  }
  .adventure-details .accordion-button::after, .adventure-details .accordion-button:not(.collapsed)::after {
    right: 16px;
    width: 22px;
    height: 22px;
  }
  .adventure-details .accordion-body {
    font-size: 16px !important;
    padding: 0 16px 16px 16px;
  }
}
@media (max-width: 767px) {
  .adventure-details {
    padding: 40px 0;
  }
  .adventure-details .row {
    gap: 2rem !important;
  }
  .adventure-details .adventure-left {
    text-align: center;
  }
  .adventure-details .adventure-left h2 {
    font-size: 32px !important;
  }
  .adventure-details .adventure-left .contact-btn {
    margin-top: 20px !important;
  }
  .adventure-details .accordion-button {
    font-size: 18px;
    padding: 14px;
    padding-right: 50px;
  }
  .adventure-details .accordion-button::after, .adventure-details .accordion-button:not(.collapsed)::after {
    width: 20px;
    height: 20px;
    right: 14px;
  }
  .adventure-details .accordion-body {
    font-size: 14px !important;
    padding: 0 14px 14px 14px;
  }
}
@media (max-width: 576px) {
  .adventure-details .row {
    gap: 0 !important;
  }
  .adventure-details .adventure-left h2 {
    font-size: 28px !important;
  }
  .adventure-details .accordion-button {
    font-size: 16px;
    padding: 12px;
    padding-right: 45px;
  }
  .adventure-details .accordion-body {
    font-size: 13px !important;
  }
}

.about-story-section {
  padding: 20px 0;
  background: #fff;
  position: relative;
}
.about-story-section::before {
  content: "";
  position: absolute;
  top: -300px;
  left: 0;
  width: 800px;
  height: 600px;
  background-image: var(--bg-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 999;
  pointer-events: none;
}

.about-story-frame {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  z-index: 1000;
}

.about-story-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.about-story-left {
  width: 62%;
  height: 500px;
  margin-top: 40px;
  position: relative;
  z-index: 9999;
}

.about-story-left-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.about-story-right {
  padding-left: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}

.about-story-text {
  width: 300px;
  text-align: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about-story-paragraph {
  margin-bottom: 16px !important;
  font-size: 16px !important;
  line-height: 140%;
  color: rgb(64, 64, 64);
}
.about-story-paragraph p + p {
  margin-top: 16px;
}

.about-story-quote {
  max-width: 219px;
  color: rgb(34, 87, 110);
  font-size: 24px;
  line-height: 120%;
  font-family: "Annette Bradford", serif;
  margin-top: 64px;
  margin-bottom: 0 !important;
  position: relative;
  z-index: 6;
}

.about-story-image-wrapper {
  width: 400px;
  height: 400px;
  position: relative;
}
.about-story-image-wrapper::before {
  content: "";
  position: absolute;
  width: 240px;
  height: 120px;
  background-image: var(--top-image);
  background-size: 38%;
  background-repeat: no-repeat;
  background-position: center;
  top: -120px;
  right: 105px;
  z-index: 3;
}
.about-story-image-wrapper::after {
  content: "";
  position: absolute;
  width: 790px;
  height: 120px;
  background-image: var(--bottom-image);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 160%;
  bottom: -120px;
  right: 59px;
  z-index: 0;
}

.about-story-right-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: relative;
  z-index: 2;
}

@media (max-width: 992px) {
  .about-story-section {
    padding: 60px 0;
  }
  .about-story-section::before {
    display: none;
  }
  .about-story-frame {
    max-width: 100%;
  }
  .about-story-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-story-left {
    width: 100%;
    height: 350px;
    margin-top: 0;
    padding: 0 20px;
  }
  .about-story-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding: 40px 20px 0;
  }
  .about-story-text {
    width: 100%;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about-story-image-wrapper {
    width: 100%;
    height: 350px;
  }
  .about-story-image-wrapper::before {
    display: none;
  }
  .about-story-image-wrapper::after {
    display: none;
  }
  .about-story-quote {
    max-width: 100%;
    margin-top: 32px;
  }
}
@media (max-width: 480px) {
  .about-story-section {
    padding: 50px 0;
  }
  .about-story-section::before {
    display: none;
  }
  .about-story-left {
    height: 250px;
    padding: 0 16px;
  }
  .about-story-right {
    padding: 30px 16px 0;
    gap: 30px;
  }
  .about-story-paragraph {
    font-size: 14px !important;
  }
  .about-story-quote {
    font-size: 18px;
    margin-top: 24px;
  }
  .about-story-image-wrapper {
    height: 300px;
  }
  .about-story-image-wrapper::before {
    display: none;
  }
  .about-story-image-wrapper::after {
    display: none;
  }
}
.hosts-slider-section {
  padding: 100px 0 90px 90px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, rgb(237, 237, 237)));
  background: linear-gradient(to bottom, #fff 50%, rgb(237, 237, 237) 50%);
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .hosts-slider-section .container {
    max-width: 100% !important;
    padding: 0;
    margin: 0;
  }
}

.hosts-title {
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 32px;
  font-size: 48px;
  margin-bottom: 24px !important;
}

.hosts-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.hosts-tabs::-webkit-scrollbar {
  height: 2px;
}
.hosts-tabs::-webkit-scrollbar-track {
  background: rgb(237, 237, 237);
}
.hosts-tabs::-webkit-scrollbar-thumb {
  background: rgb(34, 87, 110);
  border-radius: 2px;
}

.hosts-tab {
  background: none;
  border: none;
  font-size: 16px;
  color: rgba(29, 65, 80, 0.4);
  cursor: pointer;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.hosts-tab:hover {
  color: rgba(34, 87, 110, 0.7);
}
.hosts-tab.active {
  color: rgb(34, 87, 110);
}
.hosts-tab.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 2px;
  background: rgb(34, 87, 110);
}

.hosts-slider-section .about-carousel-heading-controls {
  position: absolute;
  top: 90px;
  right: 90px;
  z-index: 10;
}
.hosts-slider-section .about-carousel-heading-controls.hidden {
  display: none;
}

.hosts-slider-section .about-carousel-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.hosts-slider-section .about-carousel-controller button {
  width: 40px;
  height: 40px;
  border: none;
  background: #FFFFFF;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hosts-slider-section .about-carousel-controller button i {
  font-size: 45px;
  color: #000000;
}
.hosts-slider-section .about-carousel-controller button:hover:not(.swiper-button-disabled) {
  opacity: 0.8;
}
.hosts-slider-section .about-carousel-controller button.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.hostsSwiper {
  padding-bottom: 40px;
  overflow: visible;
  min-height: 300px;
}

.hostsSwiper .swiper-slide {
  width: 300px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.hostsSwiper .swiper-slide.visible {
  opacity: 1;
}

.hosts-card {
  background: #FFFFFF;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.hosts-image {
  height: 330px;
  overflow: hidden;
}
.hosts-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.4s ease, -webkit-transform 0.4s ease;
  transition: -webkit-filter 0.4s ease, -webkit-transform 0.4s ease;
  transition: filter 0.4s ease, transform 0.4s ease;
  transition: filter 0.4s ease, transform 0.4s ease, -webkit-filter 0.4s ease, -webkit-transform 0.4s ease;
}

.hosts-card:hover .hosts-image img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.hosts-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  padding: 16px;
  background: #FFFFFF;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.hosts-name {
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 32px;
  font-size: 24px;
  color: #000000;
  margin: 0 !important;
}

.hosts-read-more {
  border-radius: 0px;
  font-weight: 400;
  font-size: 16px;
  padding: 0 0 4px 0 !important;
  border: none !important;
  background: transparent !important;
  position: relative;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.hosts-read-more .btn-arrow {
  width: 20px;
  height: 20px;
}
.hosts-read-more::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 0;
  background: currentColor;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
.hosts-read-more:hover::after {
  width: 100%;
}
.hosts-read-more {
  margin-top: 10px;
  font-size: 16px;
  color: rgb(17, 17, 17);
  opacity: 0;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}

.hosts-card:hover .hosts-info {
  height: 92px;
}

.hosts-card:hover .hosts-read-more {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.hosts-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 100000;
  overflow-y: auto;
  padding: 40px 20px;
}
.hosts-modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hosts-modal-box {
  background: #fff;
  max-width: 1290px;
  width: 100%;
  padding: 60px 210px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto 32px 1fr 32px auto;
  grid-template-rows: auto 1fr auto;
  gap: 32px;
  position: relative;
  margin: auto 0;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
}

.hosts-modal-box > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.hosts-modal-box > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.hosts-modal-box > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.hosts-modal-box > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.hosts-modal-box > *:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.hosts-modal-box > *:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.hosts-modal-box .hosts-modal-header {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.hosts-modal-box .hosts-modal-content {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}
.hosts-modal-box .hosts-modal-image {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
.hosts-modal-box .hosts-contact-btn {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
}
.hosts-modal-box .hosts-modal-navigation {
  grid-column: 1/-1;
  -ms-grid-row: 4;
  grid-row: 4;
}

.hosts-modal-close {
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 40px;
  background: none;
  border: none;
  cursor: pointer;
  color: #111;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.hosts-modal-close:hover {
  opacity: 0.7;
}

.hosts-modal-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 8px;
  font-size: 14px;
  text-transform: uppercase;
  color: rgb(91, 91, 91);
}
.hosts-modal-meta .hosts-separator {
  color: rgb(91, 91, 91);
}

.hosts-modal-box h2 {
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 32px;
  font-size: 32px;
  margin: 0 !important;
}

.hosts-modal-content #hostsModalText {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 24px;
}
.hosts-modal-content #hostsModalText p {
  margin-bottom: 16px;
}
.hosts-modal-content #hostsModalText p:last-child {
  margin-bottom: 0;
}

.hosts-contact-btn {
  border-radius: 1px;
  font-weight: 400;
  font-size: 16px;
  padding: 10px 20px !important;
  text-align: center;
  border: 0.4px solid rgb(17, 17, 17) !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hosts-contact-btn:hover {
  background-color: rgb(17, 17, 17);
  color: #FFFFFF !important;
  border-color: rgb(17, 17, 17) !important;
}
.hosts-contact-btn {
  text-decoration: none;
  color: #000000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.hosts-modal-image img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.hosts-modal-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
  margin-top: 20px;
}

.hosts-nav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  background: none;
  border: none;
  color: #111;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.hosts-nav-btn:hover:not(:disabled) {
  opacity: 0.7;
}
.hosts-nav-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.hosts-nav-btn svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  stroke: #111;
}
.hosts-nav-btn.hosts-prev-modal:hover:not(:disabled) svg {
  -webkit-transform: translateX(-4px);
          transform: translateX(-4px);
}
.hosts-nav-btn.hosts-next-modal:hover:not(:disabled) svg {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

@media (max-width: 1400px) {
  .hosts-slider-section .about-carousel-heading-controls {
    right: 60px;
  }
}
@media (max-width: 992px) {
  .hosts-slider-section {
    padding: 60px 0;
  }
  .hosts-title {
    font-size: 36px;
  }
  .hosts-tabs {
    gap: 20px;
    margin-bottom: 28px;
  }
  .hosts-tab {
    font-size: 14px;
  }
  .hosts-name {
    font-size: 20px;
  }
  .hosts-slider-section .about-carousel-heading-controls {
    position: relative;
    top: auto;
    right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 16px;
    margin-bottom: 0;
  }
  .hosts-slider-section .about-carousel-controller button {
    width: 40px;
    height: 40px;
    background: transparent;
  }
  .hostsSwiper .swiper-slide {
    width: 260px;
  }
  .hostsSwiper {
    padding-bottom: 16px;
  }
  .hosts-image {
    height: 300px;
  }
  .hosts-modal-box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 24px auto 24px auto 24px auto;
    grid-template-rows: auto auto auto auto;
    padding: 40px 60px;
    gap: 24px;
    max-height: calc(100vh - 80px);
  }
  .hosts-modal-box > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .hosts-modal-box > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .hosts-modal-box > *:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .hosts-modal-box > *:nth-child(4) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .hosts-modal-box .hosts-modal-header {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .hosts-modal-box .hosts-modal-content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .hosts-modal-box .hosts-modal-image {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .hosts-modal-box .hosts-contact-btn {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .hosts-modal-box .hosts-modal-navigation {
    -ms-grid-column: 1;
    grid-column: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .hosts-modal-close {
    top: 30px;
    right: 30px;
    font-size: 32px;
  }
  .hosts-modal-image img {
    min-height: 300px;
  }
  .hosts-modal-box h2 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .hosts-slider-section {
    padding: 50px 0;
  }
  .hosts-title {
    font-size: 28px;
  }
  .hosts-tabs {
    gap: 16px;
    margin-bottom: 20px;
    padding-bottom: 4px;
  }
  .hosts-tab {
    font-size: 13px;
    padding: 0 0 8px 0;
  }
  .hosts-slider-section .about-carousel-heading-controls {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0px;
    margin-bottom: 0;
  }
  .hosts-slider-section .about-carousel-controller {
    gap: 12px;
  }
  .hosts-slider-section .about-carousel-controller button {
    width: 36px;
    height: 36px;
    background: transparent;
  }
  .hosts-slider-section .about-carousel-controller button i {
    font-size: 40px;
  }
  .hostsSwiper .swiper-slide {
    width: 240px;
  }
  .hostsSwiper {
    padding-bottom: 12px;
  }
  .hosts-image {
    height: 280px;
  }
  .hosts-info {
    height: 52px;
    padding: 12px;
  }
  .hosts-name {
    font-size: 20px;
  }
  .hosts-card:hover .hosts-info {
    height: 80px;
  }
  .hosts-read-more {
    font-size: 14px;
    margin-top: 8px;
  }
  .hosts-modal {
    padding: 20px 16px;
  }
  .hosts-modal-box {
    padding: 30px 20px;
    gap: 20px;
    max-height: calc(100vh - 40px);
  }
  .hosts-modal-close {
    top: 16px;
    right: 16px;
    font-size: 28px;
  }
  .hosts-modal-meta {
    font-size: 12px;
    gap: 12px;
  }
  .hosts-modal-box h2 {
    font-size: 24px;
  }
  .hosts-modal-content #hostsModalText {
    font-size: 14px;
    line-height: 1.6;
  }
  .hosts-modal-image img {
    min-height: 250px;
  }
  .hosts-modal-navigation {
    padding-top: 16px;
    margin-top: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
  .hosts-nav-btn {
    font-size: 13px;
    width: 100%;
  }
  .hosts-nav-btn.hosts-prev-modal {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .hosts-nav-btn.hosts-next-modal {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.staff-card:hover .staff-read-more {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* NAV */
.staff-nav {
  position: absolute;
  top: 10px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.staff-nav button {
  background: none;
  border: 1px solid #999;
  padding: 6px 10px;
  cursor: pointer;
}

.gallery-section {
  background: #fff;
  padding: 60px 0;
}

.gallery-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 250px 20px 250px 20px 250px;
  grid-template-rows: repeat(3, 250px);
  gap: 20px;
}

.gallery-grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.gallery-grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.gallery-grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.gallery-grid > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.gallery-grid > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.gallery-grid > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.gallery-grid > *:nth-child(7) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.gallery-grid > *:nth-child(8) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}

.gallery-grid > *:nth-child(9) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}

.gallery-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.gallery-item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/* Layout mapping */
.item-1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}

.item-2 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}

.item-3 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}

.item-4 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2/4;
}

.item-5 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
}

.item-6 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
}

/* Pagination */
.pagination {
  margin-top: 40px;
  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;
  gap: 16px;
  font-size: 14px;
  color: #999;
}
.pagination .pagination-number {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination .pagination-number:hover {
  color: #000;
}
.pagination .pagination-number.active {
  color: #000;
  font-weight: 600;
}
.pagination .pagination-ellipsis {
  color: #999;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.pagination .pagination-arrow {
  cursor: pointer;
  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: 32px;
  height: 32px;
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination .pagination-arrow i {
  font-size: 16px;
}
.pagination .pagination-arrow:hover:not(.disabled) {
  opacity: 0.7;
}
.pagination .pagination-arrow.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

/* Responsive */
@media (max-width: 992px) {
  .gallery-section {
    padding: 40px 0;
  }
  .gallery-grid {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 200px 15px 200px 15px 200px;
    grid-template-rows: repeat(3, 200px);
    gap: 15px;
  }
  .gallery-grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .gallery-grid > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .gallery-grid > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .gallery-grid > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .gallery-grid > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .gallery-grid > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  /* Reset layout for 2 columns */
  .item-1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .item-2 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .item-3 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  .item-4 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  .item-5 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }
  .item-6 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }
  .pagination {
    margin-top: 30px;
    gap: 12px;
  }
}
@media (max-width: 480px) {
  .gallery-section {
    padding: 30px 0;
  }
  .gallery-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 12px;
  }
  .gallery-grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .gallery-item {
    height: 250px;
  }
  /* Reset all items to single column */
  .gallery-item {
    -ms-grid-column: 1 !important;
    -ms-grid-column-span: 1 !important;
    grid-column: 1/2 !important;
    grid-row: auto !important;
  }
  .pagination {
    margin-top: 24px;
    gap: 10px;
    font-size: 12px;
  }
}
/* Gallery Lightbox */
.gallery-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  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;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.gallery-lightbox.active {
  opacity: 1;
  visibility: visible;
}
.gallery-lightbox.active .lightbox-content {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.lightbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(10px);
}

.lightbox-content {
  position: relative;
  width: 90%;
  max-width: 1200px;
  height: 90vh;
  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-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s ease;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.lightbox-image-container {
  max-width: 100%;
  max-height: 100%;
  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;
}
.lightbox-image-container img {
  max-width: 100%;
  max-height: 80vh;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  -webkit-animation: imageAppear 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
          animation: imageAppear 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@-webkit-keyframes imageAppear {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes imageAppear {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  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;
  font-size: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  z-index: 10;
}
.lightbox-close:hover {
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform: rotate(90deg) scale(1.1);
          transform: rotate(90deg) scale(1.1);
  border-color: rgba(255, 255, 255, 0.5);
}
.lightbox-close i {
  pointer-events: none;
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  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;
  font-size: 28px;
  -webkit-transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  backdrop-filter: blur(10px);
  z-index: 10;
}
.lightbox-nav:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.6);
  -webkit-transform: translateY(-50%) scale(1.15);
          transform: translateY(-50%) scale(1.15);
}
.lightbox-nav:active {
  -webkit-transform: translateY(-50%) scale(0.95);
          transform: translateY(-50%) scale(0.95);
}
.lightbox-nav i {
  pointer-events: none;
}
.lightbox-nav.lightbox-prev {
  left: 20px;
}
.lightbox-nav.lightbox-prev:hover {
  -webkit-transform: translateY(-50%) translateX(-5px) scale(1.15);
          transform: translateY(-50%) translateX(-5px) scale(1.15);
}
.lightbox-nav.lightbox-next {
  right: 20px;
}
.lightbox-nav.lightbox-next:hover {
  -webkit-transform: translateY(-50%) translateX(5px) scale(1.15);
          transform: translateY(-50%) translateX(5px) scale(1.15);
}

.lightbox-counter {
  position: absolute;
  bottom: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.23);
  color: #fff;
  padding: 12px 24px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  z-index: 10;
}

/* Responsive lightbox */
@media (max-width: 992px) {
  .lightbox-content {
    width: 95%;
    height: 85vh;
  }
  .lightbox-image-container img {
    max-height: 70vh;
  }
  .lightbox-close {
    top: 10px;
    right: 10px;
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
  .lightbox-nav {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
  .lightbox-nav.lightbox-prev {
    left: 10px;
  }
  .lightbox-nav.lightbox-next {
    right: 10px;
  }
  .lightbox-counter {
    bottom: 20px;
    padding: 10px 20px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .lightbox-image-container img {
    max-height: 60vh;
    border-radius: 4px;
  }
  .lightbox-close {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .lightbox-nav {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
  .lightbox-counter {
    bottom: 15px;
    padding: 8px 16px;
    font-size: 13px;
  }
}
.curator-slider-section {
  background: rgb(255, 255, 255);
  padding: 120px 0 120px 90px;
  max-width: 1440px;
  margin: auto;
}
.curator-slider-section .curator-section-header {
  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;
  margin-bottom: 32px;
  width: calc(100% - 90px);
}
.curator-slider-section .curator-section-header h2 {
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 32px;
  font-size: 48px;
  color: rgb(0, 0, 0);
  margin: 0;
}
.curator-slider-section .curator-nav-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.curator-slider-section .curator-nav-arrows button {
  border: none;
  background: none;
  font-size: 40px;
  color: #000;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.curator-slider-section .curator-nav-arrows button:hover {
  opacity: 0.7 !important;
}
.curator-slider-section {
  /* Swiper */
}
.curator-slider-section .curator-swiper {
  overflow: hidden;
}
.curator-slider-section .swiper-wrapper {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}
.curator-slider-section .swiper-slide {
  height: auto !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.curator-slider-section .curator-slide-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 375px 80px 1fr;
  grid-template-columns: 375px 1fr;
  gap: 80px;
  padding: 16px;
  background: rgb(245, 245, 245);
  background-size: 65%;
  background-position: right 10%;
  background-repeat: no-repeat;
  width: 100%;
}
.curator-slider-section .curator-slide-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 430px;
  min-height: 535px;
}
.curator-slider-section .curator-slide-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.curator-slider-section .curator-slide-content {
  padding: 40px 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;
  min-height: 316px;
}
.curator-slider-section .curator-slide-content .curator-handwritten {
  font-family: "Annette Bradford";
  color: rgb(0, 0, 0);
  font-size: 40px;
  margin-bottom: 40px;
  line-height: 1.3;
}
.curator-slider-section .curator-slide-content p {
  font-size: 16px;
  color: rgb(64, 64, 64);
  line-height: 1.6;
  max-width: 420px;
  margin: 0;
}
.curator-slider-section .curator-slide-content .curator-author {
  margin-top: 8px;
  font-size: 16px;
}
.curator-slider-section .curator-slide-content .curator-meta {
  margin-top: 40px;
  font-size: 16px;
  color: rgb(64, 64, 64);
}
@media (max-width: 992px) {
  .curator-slider-section {
    padding: 60px 20px 60px 20px;
  }
  .curator-slider-section .curator-section-header {
    width: calc(100% - 20px);
    margin-bottom: 24px;
  }
  .curator-slider-section .curator-section-header h2 {
    font-size: 32px;
  }
  .curator-slider-section .curator-nav-arrows button {
    font-size: 32px;
  }
  .curator-slider-section .curator-slide-inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 12px;
  }
  .curator-slider-section .curator-slide-image {
    height: 260px;
    min-height: 260px;
  }
  .curator-slider-section .curator-slide-image img {
    height: 260px;
  }
  .curator-slider-section .curator-slide-content {
    padding: 20px 0;
    min-height: auto;
  }
  .curator-slider-section .curator-slide-content .curator-handwritten {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .curator-slider-section .curator-slide-content p {
    max-width: 100%;
    font-size: 14px;
  }
  .curator-slider-section .curator-slide-content .curator-meta {
    margin-top: 24px;
    font-size: 14px;
  }
  .curator-slider-section .curator-slide-content .curator-meta span {
    color: rgb(34, 87, 110);
  }
}
@media (max-width: 767px) {
  .curator-slider-section {
    padding: 40px 20px 40px 20px;
  }
  .curator-slider-section .curator-section-header {
    -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;
    gap: 20px;
    margin-bottom: 20px;
  }
  .curator-slider-section .curator-section-header h2 {
    font-size: 24px;
  }
  .curator-slider-section .curator-nav-arrows button {
    font-size: 28px;
  }
  .curator-slider-section .curator-slide-inner {
    padding: 8px;
    gap: 16px;
  }
  .curator-slider-section .curator-slide-image {
    height: 200px;
    min-height: 200px;
  }
  .curator-slider-section .curator-slide-image img {
    height: 200px;
  }
  .curator-slider-section .curator-slide-content {
    padding: 16px 0;
  }
  .curator-slider-section .curator-slide-content .curator-handwritten {
    font-size: 22px;
    margin-bottom: 16px;
    padding-left: 10px;
  }
  .curator-slider-section .curator-slide-content p {
    font-size: 13px;
    line-height: 1.5;
  }
  .curator-slider-section .curator-slide-content .curator-author {
    font-size: 13px;
  }
  .curator-slider-section .curator-slide-content .curator-meta {
    margin-top: 16px;
    font-size: 12px;
  }
}

.story-journal-section {
  padding: 0px 0 120px 0;
  background: rgb(255, 255, 255);
}

.story-journal-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
  margin: 0 auto;
  width: 100%;
}

.story-journal-card {
  text-decoration: none;
  color: inherit;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.story-journal-card:hover .story-journal-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.story-journal-image {
  width: 100%;
  height: 280px;
  overflow: hidden;
  border-radius: 2px;
  background: #f5f5f5;
}
.story-journal-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.story-journal-content {
  margin-top: 16px;
}

.story-journal-date {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(91, 91, 91);
  margin-bottom: 8px;
}

.story-journal-title {
  font-family: "ABC Whyte Inktrap";
  font-size: 20px;
  line-height: 120%;
  color: rgb(17, 17, 17);
  margin: 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.story-journal-card:hover .story-journal-title {
  text-decoration: underline;
}

@media (max-width: 992px) {
  .story-journal-section {
    padding: 60px 0;
  }
  .story-journal-grid {
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
  }
  .story-journal-title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .story-journal-section {
    padding: 40px 0;
  }
  .story-journal-section .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .story-journal-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .story-journal-image {
    aspect-ratio: 16/9;
    height: auto;
  }
  .story-journal-title {
    font-size: 20px;
  }
}
/* Pagination */
.story-journal-section .pagination {
  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;
  gap: 12px;
  margin-top: 60px;
}
.story-journal-section .pagination .pagination-number {
  width: 40px;
  height: 40px;
  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;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: rgb(0, 0, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.story-journal-section .pagination .pagination-number:hover {
  color: rgba(0, 0, 0, 0.6);
}
.story-journal-section .pagination .pagination-number.active {
  color: rgb(0, 0, 0);
  font-weight: 700;
}
.story-journal-section .pagination .pagination-ellipsis {
  width: 40px;
  height: 40px;
  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;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
}
.story-journal-section .pagination .pagination-arrow {
  width: 40px;
  height: 40px;
  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;
  cursor: pointer;
  font-size: 16px;
  color: rgb(0, 0, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.story-journal-section .pagination .pagination-arrow:hover:not(.disabled) {
  color: rgba(0, 0, 0, 0.6);
}
.story-journal-section .pagination .pagination-arrow.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

@media (max-width: 768px) {
  .story-journal-section .pagination {
    gap: 8px;
    margin-top: 40px;
  }
  .story-journal-section .pagination .pagination-number,
  .story-journal-section .pagination .pagination-arrow,
  .story-journal-section .pagination .pagination-ellipsis {
    width: 32px;
    height: 32px;
    font-size: 13px;
  }
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
html {
  width: 100%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-family: "ABC Whyte", sans-serif;
}
body::-moz-selection, html::-moz-selection {
  background: rgb(2, 55, 69);
  color: #FFFFFF;
}
body::selection,
html::selection {
  background: rgb(2, 55, 69);
  color: #FFFFFF;
}