html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

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

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap; }

.hidden {
  display: none !important; }

textarea,
input,
button,
select {
  font-family: inherit;
  font-size: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none; }

input,
textarea,
input::placeholder,
textarea::placeholder {
  background: inherit;
  color: inherit;
  border: none;
  padding: 0;
  outline: inherit;
  opacity: 1; }

textarea {
  resize: none; }

input:not([type="submit"]),
textarea {
  display: block;
  width: 100%;
  border-radius: 0; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none; }

input[type="number"] {
  -moz-appearance: textfield; }

select {
  background: none;
  width: 100%;
  cursor: pointer;
  border: none;
  outline: none;
  border-radius: 0;
  color: var(--fg);
  margin: 0;
  padding: 0; }

select option {
  color: var(--fg);
  margin: 0;
  padding: 0;
  background: var(--bg); }

select:focus {
  outline: none; }

ul,
li {
  text-decoration: none;
  list-style: none; }

/* Input Elements */
button,
input[type="submit"],
input[type="reset"],
div[role="button"] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  -webkit-appearance: none;
  border-radius: 0; }

input[type="button"],
input[type="button"]:focus {
  outline: none; }

a:link,
a:visited,
a:link span,
a:visited span {
  color: inherit;
  cursor: pointer;
  text-decoration: none; }

@font-face {
  font-family: 'Light';
  src: url("../fonts/BeausiteClassic-Light.eot");
  src: url("../fonts/BeausiteClassic-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/BeausiteClassicWeb-Light.woff2") format("woff2"), url("../fonts/BeausiteClassicWeb-Light.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Bold';
  src: url("../fonts/DenimINK-Medium.eot");
  src: url("../fonts/DenimINK-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/DenimINK-Medium.woff2") format("woff2"), url("../fonts/DenimINK-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

/* Root Elements */
:root {
  --Fb: 1rem;
  --black: #000000;
  --white: #ffffff;
  --off-white: #EBEBEB;
  --dark-grey: #C8C8C8;
  --warm-grey: #B5B5B5;
  --black-90: #838483F2;
  --light-grey: #cdcecd;
  --soft-grey: #f1f1f1;
  --dark-brown: #271916;
  --light-brown: #3A2B25;
  --green: #BEDBC9;
  --black-20: #0000003a;
  --light-green:#BEDBC9;
  --red: #DF2817;
  --olive: #60593E;
  --fg: var(--dark-brown);
  --bg: var(--off-white);
  --fc: var(--off-white);
  --hc: var(--off-white);
  --Psmall: 4px;
  --Plarge: 80px;
  --Pm: 20px;
  --Pg: 20px;
  --gap: 24px;
  --negPg: -20px;
  --Ps: 15px;
  --Ph: calc(0.5 * var(--Pm));
  --Pq: calc(0.2 * var(--Ph));
  --Pd: calc(2 * var(--Pm));
  --Hh: 68px;
  --Hs: calc(100vh - var(--Hh));
  --Wf: calc(100% + (2 * var(--Pm)));
  --Wg: calc(100% + var(--Pm));
  --Ml: calc(-1 * var(--Pm));
  --size: var(--fs);
  --fxs: 12px;
  --fs: 14px;
  --fp: 16px;
  --fh6: 18px;
  --fh5: 21px;
  --fh4: 26px;
  --fh3: 37px;
  --fh2: 48px;
  --fh1: 54px; }

@media screen and (max-width: 960px) {
  :root {
    --Pm: 20px;
    --Pg: 12px;
    --negPg: -12px; } }

.px {
  padding-left: var(--Pg);
  padding-right: var(--Pg); }

.py, .accordians-block .accordian .dropdown .aspectholder {
  padding-top: var(--Pm);
  padding-bottom: var(--Pm); }

.ptl, .place-learnings .single_learnings, .place-learnings-list.solo-dolo, .place-learnings .learn-swiper.solo-dolo {
  padding-top: var(--Plarge); }

.pbl {
  padding-bottom: var(--Plarge); }

.pt {
  padding-top: var(--Pm); }

.pb {
  padding-bottom: var(--Pm); }

.pr {
  padding-right: var(--Pm); }

.pl {
  padding-left: var(--Pm); }

.pxs {
  padding-left: var(--Ph);
  padding-right: var(--Ph); }

.pys {
  padding-top: var(--Ph);
  padding-bottom: var(--Ph); }

.pts {
  padding-top: var(--Ph); }

.pbs {
  padding-bottom: var(--Ph); }

.prs {
  padding-right: var(--Ph); }

.pls {
  padding-left: var(--Ph); }

.ptd {
  padding-top: var(--Pd); }

.indent {
  text-indent: var(--Pg); }

html {
  font-size: var(--size);
  font-weight: 400;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Light', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 142.857%;
  overflow-x: hidden;
  height: auto;
  background-color: var(--bg);
  color: var(--fg); }

.bold, header nav, strong {
  font-family: 'Bold', Helvetica, sans-serif; }

.fxs {
  font-size: var(--fxs);
  font-style: normal;
  line-height: 142.857%; }

.fs, .places-grid.small li .card-place-data {
  font-size: var(--fs);
  font-style: normal;
  line-height: 142.857%; }

.fp {
  font-size: var(--fp);
  font-style: normal;
  line-height: 142.857%; }

.fh1 {
  font-size: var(--fh1);
  font-style: normal;
  line-height: 118.519%; }

.fh2 {
  font-size: var(--fh2);
  font-style: normal;
  line-height: 118.519%; }

.fh3 {
  font-size: var(--fh3);
  font-style: normal;
  line-height: 118.919%; }

.fh4 {
  font-size: var(--fh4);
  font-style: normal;
  line-height: 118.519%; }

.fh5 {
  font-size: var(--fh5);
  font-style: normal;
  line-height: 118.519%; }

.fh6, .place-next-card span, .place-next-card .card-place-data, .places-grid.large li .card-place-data {
  font-size: var(--fh6);
  font-style: normal;
  line-height: 118.519%; }

@media screen and (max-width: 960px) {
  .fh3 {
    font-size: 28px;
    font-style: normal;
    line-height: 112%; }
  .fh5 {
    font-size: 17px;
    font-style: normal;
    line-height: 141%; } }

.opacity {
  opacity: 0.7; }

body.no-scroll {
  height: 100vh;
  overflow: hidden; }

main {
  min-height: 100vh; }

.object-fit, .hero-block .aspectholder {
  width: 100%;
  height: 100%; }
  .object-fit *, .hero-block .aspectholder * {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.block {
  display: block; }

.visaully-hidden {
  visibility: hidden;
  position: absolute;
  z-index: -10;
  display: none; }

.enter {
  opacity: 0;
  transform: translateY(0);
  transition: opacity 1s ease 0.2s, transform 1s ease 0.2s; }

.enter.entered {
  transform: translateY(0);
  opacity: 1; }

/* Details Elements */
summary,
summary:focus {
  outline: none;
  list-style-type: none;
  position: relative;
  cursor: pointer;
  transition: all 0.3s; }

details summary::marker,
details summary::-webkit-details-marker {
  content: "";
  visibility: hidden;
  position: absolute;
  z-index: -10;
  list-style-type: none;
  display: none; }

summary > * {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between; }

summary > *::after {
  content: "+";
  margin-left: var(--Pm); }

@media (hover: hover) and (pointer: fine) {
  details summary:hover {
    opacity: 0.5; } }

details[open] summary > *::after {
  content: "-"; }

details[open] summary ~ * {
  animation: appear 0.4s ease-in;
  -webkit-animation: appear 0.4s ease-in; }

details.closing summary ~ * {
  animation: close 0.4s ease-out; }

@keyframes appear {
  0% {
    opacity: 0;
    max-height: 0; }
  100% {
    opacity: 1;
    max-height: calc(var(--vh, 1vh) * 100); } }

@keyframes close {
  0% {
    opacity: 1;
    max-height: calc(var(--vh, 1vh) * 100); }
  100% {
    opacity: 0;
    max-height: 0; } }

/* Image/Video Elements */
.aspectholder > * {
  display: block; }

.vsc-controller {
  height: 0 !important;
  width: 0 !important;
  object-fit: unset !important; }

.grid-8 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-auto-rows: minmax(min-content, max-content);
  column-gap: var(--Pg);
  row-gap: var(--Pm);
  width: 100%; }

.grid-7 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-auto-rows: minmax(min-content, max-content);
  column-gap: var(--Pg);
  row-gap: var(--Pm);
  width: 100%; }

.p-gutter {
  padding-left: var(--Pg);
  padding-right: var(--Pg); }

.p-gutter-y {
  padding-top: var(--Pg);
  padding-bottom: var(--Pg); }

svg path, svg polygon, svg polyline, svg rect {
  fill: var(--fg); }

.grid-24 {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-auto-rows: minmax(min-content, max-content);
  column-gap: var(--Pg);
  row-gap: var(--Pm);
  width: 100%; }

.grid-18 {
  display: grid;
  grid-template-columns: repeat(18, 1fr);
  grid-auto-rows: minmax(min-content, max-content);
  column-gap: var(--Pg);
  width: 100%; }

.grid-14 {
  display: grid;
  grid-template-columns: repeat(14, 1fr);
  grid-auto-rows: minmax(min-content, max-content);
  column-gap: var(--Pg);
  row-gap: var(--Pm);
  width: 100%; }

.grid-12 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: minmax(min-content, max-content);
  column-gap: var(--Pg);
  row-gap: var(--Pm);
  width: 100%; }

.grid-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: minmax(min-content, max-content);
  column-gap: var(--Pg);
  row-gap: var(--Pm);
  width: 100%; }

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(min-content, max-content);
  column-gap: var(--Pg);
  row-gap: var(--Pm);
  width: 100%; }

.ticker-holder {
  width: 100vw;
  padding: 8px 0;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  column-gap: var(--Ph);
  background-color: var(--bg);
  color: var(--black); }
  .ticker-holder .ticker {
    overflow: hidden;
    display: flex;
    column-gap: var(--Hh); }
  .ticker-holder .ticker-content {
    display: inline-block;
    white-space: nowrap;
    animation: ticker-animation 20s linear infinite;
    /* Adjust the animation duration as needed */
    display: flex;
    padding: 0 var(--Pd); }

@keyframes ticker-animation {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(-100%); } }

header {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  z-index: 100;
  --fg: var(--hc);
  color: var(--fg);
  transition: transform 1s ease, background-color 0.15s ease; }
  header.shade {
    --fg: var(--fg);
    background-color: var(--bg);
    transform: translateY(-36px);
    transition: transform 0.5s ease, background-color 1s ease; }
    header.shade .burger {
      --fg: var(--black); }
  header.black {
    --fg: var(--black);
    background-color: transparent;
    backdrop-filter: blur(0); }
    header.black .burger {
      --fg: var(--black); }
  header .header-header {
    padding: 6px 20px 6px 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    header .header-header a.active {
      position: relative; }
      header .header-header a.active:after {
        content: "";
        height: 2px;
        width: 100%;
        bottom: 0;
        position: absolute;
        left: 0;
        background-color: var(--black); }
  header .burger {
    display: none;
    position: absolute;
    top: calc(var(--Pg));
    right: calc(var(--Pm));
    width: 36px;
    height: 11px; }
    header .burger:before, header .burger:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 2px;
      left: 0; }
    header .burger:before {
      top: 0;
      transition: top 0.4s ease, rotate 0.4s ease 0.3s; }
    header .burger:after {
      top: 100%;
      transition: top 0.4s ease, rotate 0.4s ease 0.3s; }
    header .burger.active:before, header .burger.active:after {
      transition: top 0.4s ease, rotate 0.4s ease 0.3s;
      top: 5px;
      rotate: 45deg; }
    header .burger.active:after {
      rotate: -45deg; }
  header.move {
    transform: translateY(-100%); }
  header .home-icon {
    width: fit-content;
    height: var(--Hh);
    max-height: 56px;
    display: block;
    grid-column: 1/5; }
    header .home-icon .aspectholder {
      height: 100%;
      width: fit-content; }
      header .home-icon .aspectholder svg path {
        fill: var(--fg);
        transition: fill 0.3s ease; }
      header .home-icon .aspectholder * {
        height: 100%; }
  header .burger:before, header .burger:after {
    --fg: var(--black);
    background-color: var(--fg);
    transition: background-color 0.3s ease; }
  header.home-page .burger:before, header.home-page .burger:after {
    --fg: unset;
    background-color: var(--fg); }
  header nav {
    display: flex;
    flex-direction: row;
    column-gap: var(--Pm);
    grid-column: 13/25;
    justify-content: flex-end;
    padding-top: 0;
    line-height: 1;
    position: relative;
    transition: color 0.3s ease; }
    header nav a {
      height: fit-content;
      transition: opacity 0.15s ease;
      opacity: 0.2; }
      header nav a:hover, header nav a.active {
        opacity: 1; }
  header .current {
    grid-column: span 4;
    padding-top: 4px; }
  header nav {
    grid-column: 5/17;
    justify-content: flex-start; }

.anchor-menu-holder {
  position: fixed;
  width: 100vw;
  z-index: 11;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 12px var(--Pm);
  top: var(--Hh);
  background-color: var(--warm-grey); }
  .anchor-menu-holder .back {
    transition: opacity 0.15s ease; }
    .anchor-menu-holder .back:hover {
      opacity: 0.5; }

.anchor-menu {
  display: flex;
  flex-direction: row;
  column-gap: var(--Pm); }
  .anchor-menu .number {
    display: none; }
  .anchor-menu a {
    transition: opacity 0.15s ease;
    display: flex; }
    .anchor-menu a:hover {
      opacity: 1; }

.mobile-menu {
  display: block;
  position: fixed;
  height: 100vh;
  height: 100dvh;
  width: 100vw;
  background-color: var(--dark-grey);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding-top: 60px;
  transition: opacity 0.4s ease, visibility 0.3s ease; }
  .mobile-menu nav {
    font-size: 28px;
    font-style: normal;
    line-height: 112%;
    font-family: 'Bold', Helvetica, sans-serif;
    display: flex;
    flex-direction: column;
    padding: var(--Hh) var(--Pg);
    row-gap: 8px;
    position: absolute;
    bottom: var(--Pm);
    padding-bottom: 0;
    left: 50%;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 56px;
    /* 116.667% */
    opacity: 0;
    transition: opacity 0.8s ease; }
    .mobile-menu nav a {
      transition: opacity 0.5s ease 0.15s; }
      .mobile-menu nav a:hover {
        opacity: 0.5;
        transition: opacity 0.15s ease; }
  .mobile-menu .anchor-menu {
    display: none; }
  .mobile-menu .menu-data {
    position: absolute;
    bottom: var(--Pm);
    left: var(--Pg);
    opacity: 0;
    transition: opacity 0.8s ease; }
  .mobile-menu.active {
    opacity: 1;
    visibility: visible; }
    .mobile-menu.active nav {
      opacity: 1;
      transition: opacity 0.8s ease 0.4s; }
    .mobile-menu.active .menu-data {
      opacity: 1;
      transition: opacity 0.8s ease 0.4s; }

footer {
  min-height: 600px;
  background-color: var(--fc);
  position: relative; }
  footer .b-corp-logo {
    position: absolute;
    left: var(--Pm);
    bottom: var(--Ph);
    width: 60px;
    display: flex;
    align-items: baseline; }
    footer .b-corp-logo svg {
      width: 100%; }
  footer .hr {
    grid-column: 1/25;
    height: 1px;
    width: 100%;
    background-color: var(--fg); }
  footer .footer-stats {
    grid-column: 1/12; }
    footer .footer-stats .label {
      padding-left: 10px; }
    footer .footer-stats-li {
      border-bottom: 1px solid var(--fg); }
      footer .footer-stats-li .fh1 {
        letter-spacing: -3px; }
  footer .footer-col-contact {
    grid-column: 17/21;
    display: flex;
    flex-direction: column;
    row-gap: var(--Pm); }
    footer .footer-col-contact ul {
      display: flex;
      flex-direction: column; }
  footer .footer-col-last {
    grid-column: 21/25;
    display: flex;
    flex-direction: column;
    row-gap: var(--Pm); }
    footer .footer-col-last nav {
      display: flex;
      flex-direction: column; }
  footer .footer-bottom {
    grid-column: 13/25;
    padding-top: var(--Pm); }
    footer .footer-bottom .footer_form {
      grid-column: 5/13; }
    footer .footer-bottom .copyright {
      grid-column: 5/8;
      display: flex;
      flex-direction: column;
      row-gap: 2px;
      align-items: flex-start;
      justify-content: flex-end; }
      footer .footer-bottom .copyright a {
        opacity: 0.4;
        transition: opacity 0.15s ease;
        padding-bottom: 5px; }
        footer .footer-bottom .copyright a:hover {
          opacity: 1; }
    footer .footer-bottom a {
      grid-column: 8/13; }
      footer .footer-bottom a svg path {
        fill: var(--fg); }

.klaviyo-form input {
  padding: 0 !important;
  border-bottom: 1px solid var(--black) !important; }

.klaviyo-form button {
  padding: 0 !important; }

section {
  position: relative;
  background-color: var(--bg);
  color: var(--fg); }

.hero-block {
  height: 100vh;
  width: 100vw; }
  .hero-block.natural {
    height: auto; }
  .hero-block-caption {
    height: 100svh;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end; }
  .hero-block__arrow-wrapper {
    width: 100vw;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 20px; }
    .hero-block__arrow-wrapper svg path {
      stroke: currentColor; }

.graph-block .graph-holder {
  grid-column: 1/19; }
  .graph-block .graph-holder-title {
    grid-column: 1/-1; }
  .graph-block .graph-holder .y-axis {
    display: flex;
    flex-direction: column;
    grid-column: span 1; }
    .graph-block .graph-holder .y-axis-item {
      height: 44px;
      display: flex;
      flex-direction: column;
      /* align-items: flex-end; */
      justify-content: flex-end; }
  .graph-block .graph-holder .graph {
    grid-column: span 17;
    position: relative; }
    .graph-block .graph-holder .graph .h-lines {
      display: flex;
      flex-direction: column;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      opacity: 0.5; }
      .graph-block .graph-holder .graph .h-lines-line {
        margin-bottom: 8px;
        width: 100%;
        height: 50px;
        padding-bottom: 5px;
        border-bottom: 1px solid var(--black-20); }
        .graph-block .graph-holder .graph .h-lines-line-average {
          height: 1px;
          background-color: var(--fg);
          width: 100%;
          position: absolute;
          left: 0; }
    .graph-block .graph-holder .graph .graph-bars {
      width: 100%;
      margin-top: 36px;
      height: calc(100% - 36px);
      display: flex;
      padding-bottom: 8px;
      flex-direction: row;
      column-gap: var(--Pm); }
      .graph-block .graph-holder .graph .graph-bars .bar-holder {
        flex: 1;
        height: 100%;
        display: flex;
        align-items: flex-end; }
        .graph-block .graph-holder .graph .graph-bars .bar-holder .bar {
          height: 0;
          transition: height 0.8s ease;
          width: calc((100% - var(--Ph)) / 2); }
  .graph-block .graph-holder .x-axis {
    display: flex;
    grid-column: 2/19;
    column-gap: var(--Pm); }
    .graph-block .graph-holder .x-axis li {
      flex: 1; }

.graph-block .graph-data {
  grid-column: 20/25;
  display: flex;
  flex-direction: column;
  margin-top: var(--Pm);
  row-gap: calc(var(--Pm) * 4); }
  .graph-block .graph-data li {
    display: flex;
    flex-direction: row;
    align-items: center; }
  .graph-block .graph-data .color-block {
    display: block;
    width: 22px;
    height: 12px;
    margin-right: 12px; }
  .graph-block .graph-data .stats {
    display: flex;
    flex-direction: column;
    row-gap: var(--Pm); }
    .graph-block .graph-data .stats .stat {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      white-space: nowrap; }
      .graph-block .graph-data .stats .stat .row {
        display: flex;
        align-items: flex-end; }
        .graph-block .graph-data .stats .stat .row span:last-of-type {
          margin-bottom: 4px;
          margin-left: 8px; }

.text-images-block .ti-item-text {
  height: 95%;
  display: flex;
  flex-direction: column;
  row-gap: var(--gap); }
  .text-images-block .ti-item-text.bottom {
    justify-content: flex-end; }
  .text-images-block .ti-item-text-copy {
    max-width: 650px; }

.text-images-block .ti-item-media .aspectholder {
  width: 100%;
  height: 100%; }
  .text-images-block .ti-item-media .aspectholder img, .text-images-block .ti-item-media .aspectholder video {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.text-images-block .ti-item-media.w-caption .aspectholder {
  height: 95%; }

@media screen and (max-width: 960px) {
  .text-images-block .ti-item-media.small {
    width: 40%; } }

.feature-articles-block .card-article {
  grid-column: span 8;
  padding-bottom: var(--Pm); }

.feature-places-block {
  display: flex;
  flex-direction: column;
  row-gap: var(--Pd); }
  .feature-places-block .feature-places-item-media {
    grid-column: 1/13;
    display: flex;
    flex-direction: column;
    row-gap: 8px; }
    .feature-places-block .feature-places-item-media .aspectholder {
      width: 100%;
      aspect-ratio: 1.5;
      overflow: hidden; }
      .feature-places-block .feature-places-item-media .aspectholder * {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.4s ease; }
    .feature-places-block .feature-places-item-media .hover-item {
      opacity: 0;
      transition: opacity 0.4s ease; }
    .feature-places-block .feature-places-item-media:hover .aspectholder * {
      transform: scale(1.02); }
    .feature-places-block .feature-places-item-media:hover .hover-item {
      opacity: 0.5; }
  .feature-places-block .feature-places-item-text {
    grid-column: 15/ 23; }
    .feature-places-block .feature-places-item-text .fs, .feature-places-block .feature-places-item-text .places-grid.small li .card-place-data, .places-grid.small li .feature-places-block .feature-places-item-text .card-place-data {
      padding-bottom: var(--Ps); }
    .feature-places-block .feature-places-item-text .fh5 {
      padding-bottom: var(--Pm); }

.feature-place-block .lm-b {
  opacity: 0;
  transition: opacity 0.15s ease;
  display: flex;
  align-items: center; }
  .feature-place-block .lm-b svg {
    margin-bottom: 2px;
    margin-right: 5px; }

.feature-place-block:hover .lm-b {
  opacity: 1; }

.feature-place-block-media {
  grid-column: 1/16; }
  .feature-place-block-media .aspectholder {
    width: 100%;
    aspect-ratio: 1.35; }
    .feature-place-block-media .aspectholder * {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.feature-place-block-data {
  grid-column: 17/25;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.feature-place-block .place-data-list-item .light .name:last-of-type .comma {
  display: none; }

.feature-place-block .place-data-list-item:last-of-type {
  border-bottom: none; }

.accordians-block .headline, .accordians-block .accordian {
  grid-column: 1/-1; }

.accordians-block .accordian .trigger {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid var(--fg); }
  .accordians-block .accordian .trigger .plus-minus {
    top: 6px;
    position: relative;
    display: block;
    height: 15px;
    width: 15px; }
    .accordians-block .accordian .trigger .plus-minus:before, .accordians-block .accordian .trigger .plus-minus:after {
      content: '';
      position: absolute;
      background-color: var(--fg);
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: height 0.15s ease; }
    .accordians-block .accordian .trigger .plus-minus:before {
      width: 100%;
      height: 2px; }
    .accordians-block .accordian .trigger .plus-minus:after {
      height: 100%;
      width: 2px; }

.accordians-block .accordian .dropdown {
  height: 0;
  overflow: hidden; }
  .accordians-block .accordian .dropdown .aspectholder {
    grid-column: 1/3;
    aspect-ratio: 0,.75; }
    .accordians-block .accordian .dropdown .aspectholder * {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .accordians-block .accordian .dropdown-list {
    grid-column: 5/9; }
    .accordians-block .accordian .dropdown-list-item {
      border-bottom: 1px solid var(--fg);
      display: flex; }
      .accordians-block .accordian .dropdown-list-item .title {
        width: 30%; }
      .accordians-block .accordian .dropdown-list-item ul {
        width: 70%; }
        .accordians-block .accordian .dropdown-list-item ul li {
          border-bottom: 1px solid var(--black-20); }
          .accordians-block .accordian .dropdown-list-item ul li:last-of-type {
            border: none; }

.accordians-block .accordian.open {
  border-bottom: 1px solid var(--fg); }
  .accordians-block .accordian.open .trigger .plus-minus:after {
    height: 0; }

.text-block {
  scroll-margin-top: 110px; }
  .text-block.subheading {
    padding-top: calc(150px + var(--Hh)); }
  .text-block-heading {
    width: 100%;
    border-bottom: 1px solid var(--fg);
    margin-bottom: var(--Pm); }
  .text-block-data {
    row-gap: var(--gap); }
  .text-block-text {
    grid-column: 1/12; }
  .text-block-cta-holder {
    grid-column: 1/12; }
    .text-block-cta-holder a {
      opacity: 0.5;
      transition: opacity 0.3s ease; }
      .text-block-cta-holder a:hover {
        opacity: 1; }

.strat-block-partners {
  grid-column: 1/17; }
  .strat-block-partners-icons li {
    grid-column: span 2; }
    .strat-block-partners-icons li img {
      width: 100%;
      max-width: 150px; }

.strat-block-strategy {
  grid-column: 17/25; }

.strat-block p {
  max-width: 80%; }

.strat-block form input {
  border-bottom: 1px solid var(--fg); }

.strat-block form input, .strat-block form button {
  transition: opacity 0.3s ease; }
  .strat-block form input:hover, .strat-block form button:hover {
    opacity: 1; }

::placeholder {
  opacity: 0.4 !important; }

.feature-blocks-block {
  display: flex;
  flex-direction: row;
  gap: var(--Pm); }
  .feature-blocks-block .fp-holder {
    flex: 1;
    display: flex;
    flex-direction: column;
    row-gap: var(--Ph); }
    .feature-blocks-block .fp-holder.max {
      flex: unset;
      max-width: calc(33.333% - var(--Ph)); }
    .feature-blocks-block .fp-holder a {
      transition: opacity 0.3s ease; }
      .feature-blocks-block .fp-holder a:hover {
        opacity: 0.7; }
    .feature-blocks-block .fp-holder .aspectholder {
      width: 100%; }
      .feature-blocks-block .fp-holder .aspectholder * {
        width: 100%;
        aspect-ratio: 0.8;
        object-fit: cover; }

.sticky-block {
  position: relative;
  transition: background-color 0.5s ease; }
  .sticky-block .sticky-block-heading {
    padding-top: 130px; }
  .sticky-block .sticky-block-sct .sticky-block-sct-data {
    grid-column: 1/8;
    position: relative; }
    .sticky-block .sticky-block-sct .sticky-block-sct-data .sticky-container {
      top: 190px; }
  .sticky-block-heading {
    position: sticky;
    top: 0;
    bottom: var(--Pm);
    display: flex;
    padding-left: var(--Pg);
    padding-right: var(--Pg);
    transition: padding-top 0.3s ease, background-color 0.5s ease;
    z-index: 10; }
    .sticky-block-heading .item {
      --fg: var(--black-90);
      border-bottom: 1px solid var(--fg);
      padding-right: var(--Pm);
      color: var(--fg);
      transition: color 0.5s ease, border-bottom 0.5s ease; }
      .sticky-block-heading .item:last-of-type {
        padding-right: 0; }
      .sticky-block-heading .item.active {
        --fg: var(--black); }
  .sticky-block-sct-data {
    grid-column: 1/8;
    position: relative; }
    .sticky-block-sct-data .sticky-container {
      position: sticky;
      top: 90px;
      display: flex;
      flex-direction: column;
      row-gap: var(--Pm);
      transition: top 0.3s ease; }
      .sticky-block-sct-data .sticky-container a {
        display: flex;
        align-items: center;
        column-gap: 5px;
        transition: opacity 0.15s ease; }
        .sticky-block-sct-data .sticky-container a:hover {
          opacity: 0.5; }
  .sticky-block-sct-media {
    grid-column: 9/25; }
    .sticky-block-sct-media .aspectholder {
      width: 100%;
      aspect-ratio: 1.3; }
      .sticky-block-sct-media .aspectholder * {
        width: 100%;
        height: 100%;
        object-fit: cover; }

.statistics-block .statistic {
  grid-column: span 12;
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid var(--fg);
  line-height: 1; }
  .statistics-block .statistic .title {
    padding-bottom: 8px; }
  .statistics-block .statistic div {
    flex: 1;
    line-height: 1;
    display: flex;
    align-items: baseline; }
  .statistics-block .statistic .metric {
    align-self: flex-end;
    padding-bottom: 2px; }

.icon-grid-block {
  column-gap: var(--Pm);
  row-gap: var(--Pd); }
  .icon-grid-block img {
    margin: auto; }

.detail-tabs-block-list {
  grid-column: 1/6; }
  .detail-tabs-block-list li button {
    opacity: 0.5;
    transition: opacity 0.15s ease; }
    .detail-tabs-block-list li button.active, .detail-tabs-block-list li button:hover {
      opacity: 1; }

.detail-tabs-block-data {
  grid-column: 9/16; }
  .detail-tabs-block-data-item {
    display: none;
    flex-direction: column;
    row-gap: var(--Pd); }
    .detail-tabs-block-data-item.active {
      display: flex; }
    .detail-tabs-block-data-item ul {
      border-top: 1px solid var(--black-20); }
    .detail-tabs-block-data-item li {
      display: flex;
      border-bottom: 1px solid var(--black-20);
      padding-top: 4px;
      padding-bottom: 4px;
      align-items: center; }
      .detail-tabs-block-data-item li span {
        flex: 1; }

.detail-tabs-block-media {
  grid-column: 17/25; }
  .detail-tabs-block-media-item {
    display: none; }
    .detail-tabs-block-media-item.active {
      display: flex; }
    .detail-tabs-block-media-item .aspectholder {
      width: 100%;
      aspect-ratio: 0.8; }
      .detail-tabs-block-media-item .aspectholder * {
        width: 100%;
        height: 100%;
        object-fit: cover; }

.page-heading {
  padding-top: 280px; }

.places-topper .filter-list .filter-item {
  opacity: 0.5;
  transition: opacity 0.2s ease; }
  .places-topper .filter-list .filter-item:hover {
    opacity: 1; }
  .places-topper .filter-list .filter-item.active {
    opacity: 1;
    position: relative; }
    .places-topper .filter-list .filter-item.active:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: var(--fg); }

.filters-btn {
  border-top: 1px solid var(--fg);
  border-bottom: 1px solid var(--fg);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .filters-btn .plus-minus {
    position: relative;
    display: block;
    width: 10px;
    height: 10px; }
    .filters-btn .plus-minus:before, .filters-btn .plus-minus:after {
      position: absolute;
      content: '';
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: var(--fg);
      height: 1px;
      width: 100%;
      transition: height 0.15s ease, width 0.15s ease; }
    .filters-btn .plus-minus:after {
      height: 100%;
      width: 1px; }
  .filters-btn.open .plus-minus:after {
    height: 0;
    width: 0; }

.filters .filters-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 40px;
  padding-top: 8px; }
  .filters .filters-container.active {
    padding-bottom: 0px;
    border-top: none;
    padding-top: 0px; }
  .filters .filters-container-col-one {
    grid-column: 1 / span 4;
    display: flex;
    flex-direction: column;
    row-gap: var(--Pm); }
  .filters .filters-container-col-two {
    grid-column: 5 / span 4;
    display: flex;
    flex-direction: column;
    row-gap: var(--Pm); }
  .filters .filters-container-col-two-three {
    grid-column: 9 / span 4;
    display: flex;
    flex-direction: column;
    row-gap: var(--Pm); }
  .filters .filters-container-col-three {
    grid-column: 13 / span 4;
    display: flex;
    flex-direction: column;
    row-gap: var(--Pm); }
  .filters .filters-container-col-four {
    grid-column: 17 / span 4;
    display: flex;
    flex-direction: column;
    row-gap: var(--Pm); }

.filters .filter-list {
  display: flex;
  flex-direction: column; }
  .filters .filter-list li {
    border-bottom: 1px solid var(--black-20);
    padding-top: 4px;
    padding-bottom: 4px; }
  .filters .filter-list-heading {
    color: var(--black-20);
    display: flex;
    justify-content: space-between; }
  .filters .filter-list .filter-item {
    position: relative;
    padding-left: 20px;
    transition: opacity 0.15s ease; }
    .filters .filter-list .filter-item:before {
      position: absolute;
      content: '';
      width: 6px;
      height: 6px;
      background-color: var(--fg);
      left: 4px;
      top: 50%;
      transform: translateY(-50%);
      opacity: 0;
      transition: opacity 0.15s ease; }
    .filters .filter-list .filter-item:hover:before, .filters .filter-list .filter-item.active:before {
      opacity: 1; }
    .filters .filter-list .filter-item:hover {
      opacity: 0.6 !important; }

.card-article {
  display: flex;
  flex-direction: column; }
  .card-article .aspectholder {
    width: 100%;
    transition: opacity 0.3s ease; }
    .card-article .aspectholder * {
      width: 100%;
      aspect-ratio: 0.85;
      object-fit: cover; }
  .card-article .learn-more {
    padding-top: var(--Ph);
    display: flex;
    align-items: center;
    column-gap: 5px;
    opacity: 0;
    transition: opacity 0.15s ease; }
  .card-article-data {
    max-width: 90%; }
  .card-article:hover .aspectholder {
    opacity: 0.7; }
  .card-article:hover .learn-more {
    opacity: 1; }

.card-article-featured .learn-more {
  padding-top: var(--Pm);
  display: flex;
  align-items: center;
  column-gap: 5px;
  transition: opacity 0.15s ease; }

.card-article-featured:hover .learn-more {
  opacity: 0.5; }

.card-place {
  display: flex;
  flex-direction: column;
  transition: opacity 0.15s ease; }
  .card-place:hover {
    opacity: 0.8; }
  .card-place .aspectholder {
    width: 100%;
    aspect-ratio: 1.4; }
    .card-place .aspectholder * {
      width: 100%;
      aspect-ratio: 1.4;
      object-fit: cover; }

.places-topper {
  display: flex;
  column-gap: var(--Pm);
  padding-bottom: 40px; }
  .places-topper .filters-container-top, .places-topper .headlines {
    flex: 1; }
  .places-topper .filter-list-heading {
    padding-bottom: 8px; }

.places-grid {
  padding-top: 0;
  padding-bottom: 140px; }
  .places-grid.large li {
    grid-column: span 6; }
    .places-grid.large li:nth-of-type(6n + 1), .places-grid.large li:nth-of-type(6n + 6) {
      grid-column: span 12; }
  .places-grid.small li {
    grid-column: span 6; }

.place-heading .aspectholder {
  width: 100vw;
  aspect-ratio: 1.8; }
  .place-heading .aspectholder * {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.sct-heading {
  grid-column: 1/25;
  border-bottom: 1px solid var(--fg);
  margin-bottom: var(--Plarge); }

.place-data {
  grid-column: span 7;
  display: flex;
  flex-direction: column;
  row-gap: var(--Pm); }
  .place-data .place-data-list {
    border-top: 1px solid var(--black-20); }
  .place-data .place-data-list-item {
    border-bottom: 1px solid var(--black-20);
    padding: 6px 0;
    line-height: 1; }
    .place-data .place-data-list-item .bold, .place-data .place-data-list-item header nav, header .place-data .place-data-list-item nav {
      grid-column: span 2; }
    .place-data .place-data-list-item .light {
      grid-column: span 5; }
  .place-data-initial {
    grid-column: 13/24;
    display: flex;
    flex-direction: column;
    row-gap: var(--Pm); }
    .place-data-initial a {
      width: fit-content;
      display: flex;
      align-items: center;
      transition: opacity 0.15s ease; }
      .place-data-initial a svg {
        margin-right: 4px; }
      .place-data-initial a:hover {
        opacity: 1; }

.place-overview {
  margin-bottom: var(--Plarge);
  scroll-margin-top: 100px; }
  .place-overview .place-before-after {
    grid-column: 1/25;
    padding-top: 200px; }
    .place-overview .place-before-after-left {
      grid-column: 1/7;
      display: flex;
      flex-direction: column;
      row-gap: var(--Plarge); }
      .place-overview .place-before-after-left .btn-holder {
        display: flex;
        flex-direction: column;
        row-gap: var(--Ph); }
        .place-overview .place-before-after-left .btn-holder .swiper-pagination {
          position: relative;
          bottom: 0;
          text-align: left; }
        .place-overview .place-before-after-left .btn-holder .button-next {
          display: flex;
          align-items: center;
          font: unset;
          width: fit-content; }
          .place-overview .place-before-after-left .btn-holder .button-next:hover {
            opacity: 0.5; }
          .place-overview .place-before-after-left .btn-holder .button-next svg {
            margin-right: var(--Psmall); }
    .place-overview .place-before-after-before {
      grid-column: 9/14;
      pointer-events: none; }
    .place-overview .place-before-after-after {
      grid-column: 14/25;
      pointer-events: none; }
    .place-overview .place-before-after .mySwiper {
      overflow: hidden; }
      .place-overview .place-before-after .mySwiper .swiper-wrapper {
        width: 100%;
        aspect-ratio: 0.8; }
        .place-overview .place-before-after .mySwiper .swiper-wrapper .swiper-slide {
          width: 100%;
          aspect-ratio: 0.8; }
          .place-overview .place-before-after .mySwiper .swiper-wrapper .swiper-slide .aspectholder {
            width: 100%;
            height: 100%;
            overflow: hidden; }
            .place-overview .place-before-after .mySwiper .swiper-wrapper .swiper-slide .aspectholder * {
              width: 100%;
              height: 100%;
              object-fit: cover; }
  .place-overview .place-gallery {
    grid-column: 1/25; }
    .place-overview .place-gallery .place-gallery-topper {
      grid-column: 1/25;
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
    .place-overview .place-gallery .gallery-button {
      aspect-ratio: 1;
      grid-column: span 3; }
      .place-overview .place-gallery .gallery-button.hide {
        display: none; }
      .place-overview .place-gallery .gallery-button .aspectholder {
        height: 100%;
        width: 100%; }
        .place-overview .place-gallery .gallery-button .aspectholder * {
          object-fit: cover;
          width: 100%;
          height: 100%;
          filter: grayscale(0);
          transition: filter 0.15s ease; }
      .place-overview .place-gallery .gallery-button:hover .aspectholder * {
        filter: grayscale(0.9); }
  .place-overview .option-btns.hide {
    display: none; }

.carousel-block {
  position: relative; }
  .carousel-block .swiper-slide {
    display: flex;
    flex-direction: column;
    padding-right: 10%;
    row-gap: var(--Ps);
    transition: opacity 0.3s ease; }
    .carousel-block .swiper-slide-medias {
      display: flex;
      flex-direction: row;
      column-gap: var(--Pm); }
      .carousel-block .swiper-slide-medias .before {
        flex: 1;
        display: flex;
        flex-direction: column;
        row-gap: 8px; }
        .carousel-block .swiper-slide-medias .before .aspectholder {
          aspect-ratio: 3/4;
          opacity: 1; }
      .carousel-block .swiper-slide-medias .after {
        flex: 3;
        display: flex;
        flex-direction: column;
        row-gap: 8px; }
        .carousel-block .swiper-slide-medias .after .aspectholder {
          aspect-ratio: 4/3;
          opacity: 1; }
      .carousel-block .swiper-slide-medias .aspectholder * {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 1; }
    .carousel-block .swiper-slide-active {
      opacity: 1; }
  .carousel-block .button-next {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    cursor: e-resize;
    height: 100%;
    width: 300px;
    background: var(--one);
    background: linear-gradient(270deg, var(--one) 40%, rgba(255, 255, 255, 0) 80%); }

.places-grid-block .places-grid {
  column-gap: 8px;
  row-gap: 8px;
  padding-top: 0;
  padding-bottom: 0; }
  .places-grid-block .places-grid .place-last {
    display: block;
    width: 100%;
    aspect-ratio: 4/3;
    grid-column: span 3;
    background-color: var(--soft-grey);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease; }
    .places-grid-block .places-grid .place-last:hover {
      background-color: var(--light-grey); }
  .places-grid-block .places-grid .place-item {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
    grid-column: span 3; }
    .places-grid-block .places-grid .place-item .aspectholder {
      width: 100%;
      height: 100%;
      transition: transform 0.8s ease; }
      .places-grid-block .places-grid .place-item .aspectholder * {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .places-grid-block .places-grid .place-item:hover .aspectholder {
      transform: scale(1.05);
      transition: transform 0.3s ease; }

.gallery-lightbox {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--black-90);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease; }
  .gallery-lightbox.open {
    opacity: 1;
    visibility: visible; }
  .gallery-lightbox .close-lightbox {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: var(--Pm);
    z-index: 1001;
    transition: opacity 0.15s ease; }
    .gallery-lightbox .close-lightbox:hover {
      opacity: 0.5; }
  .gallery-lightbox .swiper-wrapper {
    width: 100vw;
    height: 100vh; }
    .gallery-lightbox .swiper-wrapper .swiper-slide {
      width: 100%;
      height: 100%;
      padding: var(--Pm);
      display: flex;
      justify-content: center;
      align-items: center; }
      .gallery-lightbox .swiper-wrapper .swiper-slide .aspectholder {
        height: 100%;
        aspect-ratio: 1; }
        .gallery-lightbox .swiper-wrapper .swiper-slide .aspectholder * {
          height: 100%;
          width: 100%;
          object-fit: contain; }
  .gallery-lightbox .lightbox-button-prev, .gallery-lightbox .lightbox-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    padding: var(--Pm);
    z-index: 1001;
    transition: opacity 0.15s ease; }
    .gallery-lightbox .lightbox-button-prev:hover, .gallery-lightbox .lightbox-button-next:hover {
      opacity: 0.5; }
    .gallery-lightbox .lightbox-button-prev svg, .gallery-lightbox .lightbox-button-next svg {
      width: 16px;
      height: 20px; }
  .gallery-lightbox .lightbox-button-prev svg {
    transform: rotate(180deg); }
  .gallery-lightbox .lightbox-button-next {
    right: 0; }

.place-rs {
  scroll-margin-top: 100px;
  background-color: var(--green); }
  .place-rs .col {
    grid-column: span 12;
    display: flex;
    flex-direction: column;
    row-gap: var(--Plarge); }
  .place-rs .place-responsibility-data {
    display: flex;
    flex-direction: column;
    row-gap: var(--Pm); }
    .place-rs .place-responsibility-data.list {
      row-gap: var(--Ph); }
    .place-rs .place-responsibility-data .place-responsibility-text {
      max-width: 390px; }
    .place-rs .place-responsibility-data .aspectholder {
      width: 90%; }
      .place-rs .place-responsibility-data .aspectholder * {
        width: 100%;
        object-fit: cover; }
    .place-rs .place-responsibility-data li {
      display: flex;
      column-gap: var(--Ph);
      width: 100%;
      align-items: baseline;
      border-bottom: 1px solid var(--black-20); }
      .place-rs .place-responsibility-data li .label {
        display: block;
        width: 33.333%; }
      .place-rs .place-responsibility-data li .stat {
        width: 66.666%; }
        .place-rs .place-responsibility-data li .stat .fh3 {
          margin-right: 6px; }

.place-learnings {
  background-color: var(--white);
  scroll-margin-top: 100px; }
  .place-learnings-text {
    grid-column: 1/12; }
  .place-learnings .learn-swiper {
    grid-column: 1/-1;
    width: 100%; }
    .place-learnings .learn-swiper .swiper-wrapper {
      width: 100%;
      justify-content: flex-end; }
      @media screen and (min-width: 960px) {
        .place-learnings .learn-swiper .swiper-wrapper {
          margin-left: var(--Pm); } }
    .place-learnings .learn-swiper .swiper-slide {
      width: 100%; }
  .place-learnings-list, .place-learnings .learn-swiper {
    grid-column: 1/25; }
    .place-learnings-list-item, .place-learnings .learn-swiper-item {
      grid-column: span 8;
      display: flex;
      flex-direction: column;
      row-gap: var(--Ps); }
      .place-learnings-list-item .aspectholder, .place-learnings .learn-swiper-item .aspectholder {
        width: 100%;
        aspect-ratio: 0.9; }
        .place-learnings-list-item .aspectholder *, .place-learnings .learn-swiper-item .aspectholder * {
          object-fit: cover;
          width: 100%;
          aspect-ratio: 0.9; }
      .place-learnings-list-item-data, .place-learnings .learn-swiper-item-data {
        display: flex;
        flex-direction: column;
        row-gap: var(--Psmall); }
    .place-learnings-list.solo-dolo, .place-learnings .learn-swiper.solo-dolo {
      grid-column: 17/25; }
      .place-learnings-list.solo-dolo .place-learnings-list-item, .place-learnings .learn-swiper.solo-dolo .place-learnings-list-item {
        grid-column: 1/-1; }
  .place-learnings .single_learnings {
    grid-column: 17/25;
    display: flex;
    flex-direction: column;
    row-gap: var(--Pm); }
    .place-learnings .single_learnings .place-learnings-list-item-data {
      width: 100%; }
    .place-learnings .single_learnings .aspectholder {
      width: 100%;
      aspect-ratio: 0.8; }
      .place-learnings .single_learnings .aspectholder * {
        width: 100%;
        aspect-ratio: 0.8;
        object-fit: cover; }
    @media screen and (max-width: 990px) {
      .place-learnings .single_learnings {
        grid-column: 1/25;
        max-width: 400px;
        padding-top: var(--Pm); } }
.place-additional {
  background-color: var(--black-90);
  padding-bottom: var(--Pd);
  scroll-margin-top: 100px; }
  .place-additional .related-swiper {
    grid-column: 16/25;
    width: 100%; }
    .place-additional .related-swiper .header {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      padding-top: 4px;
      padding-bottom: 4px;
      border-bottom: 1px solid var(--black-20); }
      .place-additional .related-swiper .header * {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        column-gap: var(--Pm); }
    .place-additional .related-swiper .swiper-wrapper {
      height: 100%; }
  .place-additional-list {
    display: flex;
    flex-direction: column; }
    .place-additional-list.delivery {
      grid-column: 1 / 7; }
    .place-additional-list.pro {
      grid-column: 9 / 16; }
    .place-additional-list li {
      border-bottom: 1px solid var(--black-20);
      padding-top: 4px;
      padding-bottom: 4px;
      display: flex;
      flex-direction: column; }
      .place-additional-list li div {
        display: flex;
        column-gap: var(--Ps); }
        .place-additional-list li div a {
          display: flex;
          align-items: center;
          column-gap: var(--Psmall); }
          .place-additional-list li div a:hover {
            opacity: 1; }
        .place-additional-list li div svg {
          width: 12px; }
    .place-additional-list .people-images {
      margin-top: var(--Pm);
      border: none;
      aspect-ratio: 1;
      position: relative;
      width: 50%; }
      .place-additional-list .people-images .person-image {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        transition: opacity 0.15s ease; }
        .place-additional-list .people-images .person-image.active {
          opacity: 1; }
        .place-additional-list .people-images .person-image .aspectholder {
          width: 100%;
          aspect-ratio: 1; }
          .place-additional-list .people-images .person-image .aspectholder * {
            width: 100%;
            height: 100%;
            object-fit: cover;
            filter: grayscale(1); }

.place-next {
  background-color: var(--fc); }
  .place-next .sct-heading {
    margin-bottom: 0; }
  .place-next-heading {
    grid-column: 1/8;
    display: flex;
    flex-direction: column;
    row-gap: var(--Pm); }
    .place-next-heading .back-btn {
      display: flex;
      align-items: center;
      transition: opacity 0.15s ease;
      width: fit-content; }
      .place-next-heading .back-btn svg {
        height: 16px;
        width: 16px;
        transform: rotate(225deg); }
      .place-next-heading .back-btn:hover {
        opacity: 0.5; }
  .place-next-card {
    grid-column: 13/25; }
    .place-next-card .excerpt {
      opacity: 0;
      padding-top: 4px;
      transition: opacity 0.15s ease; }
    .place-next-card:hover .excerpt {
      opacity: 1; }

.people-hero-text {
  grid-column: 1/21; }

.people-hero-media {
  grid-column: 1/-1; }
  .people-hero-media .aspectholder {
    width: 100%;
    aspect-ratio: 1.8; }
    .people-hero-media .aspectholder * {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.people-people {
  margin-bottom: var(--Plarge); }
  .people-people-heading {
    grid-column: 1/-1;
    border-bottom: 1px solid var(--fg); }
  .people-people .people-people-title-text {
    grid-column: 1/12; }
  .people-people .people-people-title-filters {
    grid-column: 21/25; }
    .people-people .people-people-title-filters .clear-btn {
      transition: opacity 0.15s ease;
      visibility: hidden; }
      .people-people .people-people-title-filters .clear-btn.on {
        visibility: visible; }
      .people-people .people-people-title-filters .clear-btn:hover {
        opacity: 1; }
  .people-people-grid-person {
    grid-column: span 4; }

.person-card {
  grid-column: span 4;
  transition: opacity 0.15s ease; }
  .person-card .aspectholder {
    width: 100%;
    aspect-ratio: 0.9; }
    .person-card .aspectholder * {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .person-card:hover {
    opacity: 0.8; }
  .person-card.disabled {
    display: none;
    pointer-events: none; }

.person-mask {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background-color: var(--bg);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease; }
  .person-mask.active {
    opacity: 0.5;
    visibility: visible; }

.person-modal {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 850px;
  height: 100vh;
  background-color: var(--yellow);
  z-index: 100;
  overflow: scroll;
  transform: translateX(100%);
  transition: transform 0.5s ease;
  z-index: 1000;
  row-gap: var(--Pd);
  padding-bottom: 80px; }
  .person-modal.active {
    transform: translateX(0%); }
  .person-modal-close {
    position: absolute;
    top: var(--Pm);
    right: var(--Pm); }
  .person-modal-header {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column; }
  .person-modal-data {
    grid-column: 1 / 6; }
    .person-modal-data ul {
      display: flex;
      flex-direction: column;
      border-top: 1px solid var(--black-20); }
      .person-modal-data ul li {
        border-bottom: 1px solid var(--black-20);
        padding-top: 4px;
        padding-bottom: 4px;
        display: flex;
        flex-direction: row; }
        .person-modal-data ul li span, .person-modal-data ul li a {
          display: block;
          flex: 1; }
    .person-modal-data .aspectholder {
      width: 100%;
      aspect-ratio: 0.9; }
      .person-modal-data .aspectholder * {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .person-modal-bio {
    grid-column: 7 / 15; }
  .person-modal-places {
    grid-column: 1 / -1;
    border-top: 1px solid var(--black-20); }
    .person-modal-places-left {
      grid-column: 1 / 6;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .person-modal-places-left .places-swiper-btns {
        position: relative; }
        .person-modal-places-left .places-swiper-btns-nav {
          display: flex;
          column-gap: var(--Ph); }
        .person-modal-places-left .places-swiper-btns .swiper-pagination {
          position: relative;
          text-align: left; }
    .person-modal-places-right {
      grid-column: 7 / 15; }
      .person-modal-places-right .single {
        width: 75%; }

.articles-grid li {
  grid-column: span 8; }

.card-article-featured .aspectholder {
  grid-column: 1/11; }
  .card-article-featured .aspectholder * {
    width: 100%;
    aspect-ratio: 0.85;
    object-fit: cover; }

.card-article-featured .card-article-data {
  grid-column: 13/21;
  max-width: unset; }

.article-hero {
  padding-top: 250px;
  padding-bottom: 80px; }
  .article-hero-data {
    grid-column: 1 / 11;
    display: flex;
    flex-direction: column;
    row-gap: var(--Pm); }
  .article-hero-media {
    grid-column: 13 / 25; }
    .article-hero-media .aspectholder {
      width: 100%;
      aspect-ratio: 0.85; }
      .article-hero-media .aspectholder * {
        width: 100%;
        height: 100%;
        object-fit: cover; }

.clear-filters {
  visibility: hidden; }
  .clear-filters.active {
    visibility: visible; }

.article-text {
  padding-bottom: var(--Pd); }
  .article-text-heading {
    grid-column: 1/9; }
  .article-text-body {
    grid-column: 13/25;
    display: flex;
    flex-direction: column;
    row-gap: var(--Pg); }
    .article-text-body.true {
      grid-column: 14/25; }
    .article-text-body ul {
      display: flex;
      flex-direction: column;
      row-gap: 5px; }
      .article-text-body ul li {
        position: relative;
        left: 9%;
        padding-left: 16px;
        width: 85%; }
        .article-text-body ul li:before {
          content: '';
          position: absolute;
          left: 0;
          top: 11px;
          transform: translateY(-50%);
          width: 5px;
          height: 5px;
          background-color: var(--fg); }

.article-media {
  row-gap: var(--Ph);
  padding-bottom: calc(var(--Pd) * 2);
  padding-top: var(--Pd); }
  .article-media.half .aspectholder, .article-media.half .caption {
    grid-column: 9/25; }
  .article-media.full .aspectholder, .article-media.full .caption {
    grid-column: 1/-1; }
  .article-media.landscape .aspectholder {
    aspect-ratio: 1.5; }
  .article-media.portrait .aspectholder {
    aspect-ratio: 0.7; }
  .article-media .aspectholder * {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.article-swiper {
  padding-bottom: calc(var(--Pd) * 2);
  padding-top: var(--Pd); }
  .article-swiper-media {
    grid-column: 1/16; }
    .article-swiper-media .aspectholder {
      aspect-ratio: 1.5;
      width: 100%; }
      .article-swiper-media .aspectholder * {
        object-fit: cover;
        width: 100%;
        height: 100%; }
  .article-swiper-data {
    grid-column: 17/24;
    position: relative; }
    .article-swiper-data .text-swiper {
      width: 100%;
      overflow: hidden; }
    .article-swiper-data .btn-holder {
      padding-top: var(--Pm);
      display: flex;
      flex-direction: column; }
      .article-swiper-data .btn-holder .swiper-pagination {
        position: relative;
        bottom: 0;
        text-align: left;
        font-size: var(--fp); }
      .article-swiper-data .btn-holder .button-next {
        display: flex;
        align-items: center;
        font: unset;
        font-size: var(--fp);
        width: fit-content; }
        .article-swiper-data .btn-holder .button-next:hover {
          opacity: 0.5; }
        .article-swiper-data .btn-holder .button-next svg {
          margin-right: var(--Psmall); }

.article-next .sct-heading {
  margin-bottom: 0; }

.article-next .article-next-heading {
  grid-column: 1/8;
  display: flex;
  flex-direction: column;
  row-gap: var(--Pm); }
  .article-next .article-next-heading .back-btn {
    display: flex;
    align-items: center;
    transition: opacity 0.15s ease;
    width: fit-content; }
    .article-next .article-next-heading .back-btn svg {
      height: 16px;
      width: 16px;
      transform: rotate(225deg); }
    .article-next .article-next-heading .back-btn:hover {
      opacity: 0.5; }

.article-next-card {
  grid-column: 18/25; }

.contact-hero h2 {
  grid-column: 1/18; }

.contact-hero .contact-item {
  grid-column: span 6; }
  .contact-hero .contact-item:first-of-type {
    grid-column: 1/6; }

.contact-map-data {
  grid-column: 1/7; }
  .contact-map-data ul {
    display: flex;
    flex-direction: column; }

.contact-map #map {
  grid-column: 7/25;
  aspect-ratio: 1.5; }
  .contact-map #map .mapboxgl-control-container {
    display: none; }

.contact-form-text {
  grid-column: 1/10;
  padding-top: var(--Pm); }

.contact-form-form {
  grid-column: 13/21; }

.process-block .processes {
  grid-column: 1/-1;
  display: flex;
  column-gap: var(--Pm); }
  .process-block .processes .process-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    row-gap: calc(var(--Ph) * 3); }

.process-card {
  display: flex;
  flex-direction: column;
  row-gap: var(--Ph); }
  .process-card-header {
    padding-bottom: calc(var(--Pm) / 2);
    border-bottom: 1px solid var(--fg); }
  .process-card .aspectholder {
    width: 100%;
    aspect-ratio: 4/3; }
    .process-card .aspectholder * {
      width: 100%;
      aspect-ratio: 4/3;
      object-fit: cover; }

.awards-block .headline {
  grid-column: 1/-1;
  padding-bottom: var(--Ph);
  display: block;
  margin-bottom: 0; }

.awards-block .awards-grid {
  grid-column: 1/-1;
  height: auto;
  overflow: hidden; }

.awards-block .awards-btn {
  grid-column: 1 / span 6;
  width: fit-content;
  transition: all 0.3s ease;
  opacity: 0.5; }
  .awards-block .awards-btn:hover {
    opacity: 1; }

.awards-card {
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  row-gap: var(--Ph); }
  .awards-card .aspectholder {
    width: 100%;
    aspect-ratio: 1; }
    .awards-card .aspectholder * {
      width: 100%;
      aspect-ratio: 1;
      object-fit: cover; }
