@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}/* latin */
@font-face {
  font-family: "AmayoDisplay";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manjari/v14/k3kQo8UPMOBO2w1UfdnoLmvDIaI.woff2) format("woff2");
}
/* latin */
@font-face {
  font-family: "AmayoDisplay";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manjari/v14/k3kVo8UPMOBO2w1UdWLNO0bhLIiP-Q8.woff2) format("woff2");
}
:root {
  --color-primary: #000000;
  --color-accent: #9F1915;
  --color-bg: white;
  --color-bg-light: #F4F0E2;
  --color-bg-dark: #000000;
  --color-text: #9F1915;
  --color-line: rgba(0,0,0,0.15);
  --font-body: 'AmayoDisplay';
  --font-title: 'AmayoDisplay';
  --text-tiny: clamp(12px, 1.5vw, 15px);
  --text-sm: clamp(14px, 1.5vw, 16px);
  --text-btn: clamp(16px, 1.6vw, 18px);
  --text-base: clamp(16px, 2vw, 20px);
  --text-lg: clamp(16px, 2vw, 20px);
  --text-h5: clamp(18px, 2vw, 25px);
  --text-h4: clamp(20px, 2.5vw, 30px);
  --text-h3: clamp(25px, 3vw, 35px);
  --text-h2: clamp(30px, 4vw, 50px);
  --text-h1b: clamp(30px, 4vw, 70px);
  --text-h1: clamp(40px, 7vw, 80px);
  --tracking-tight: clamp(-1px, -0.2vw, -0.5px);
  --tracking-normal: clamp(-0.5px, -0.1vw, -0px);
  --gap-sm: clamp(10px, 2vw, 20px);
  --gap-md: clamp(20px, 5vw, 50px);
  --gap-lg: clamp(30px, 5vw, 100px);
  --wrapper-max: 1800px;
  --wrapper-pad: clamp(20px, 10vw, 120px);
  --wrapper-pad-lg: clamp(20px, 5vw, 100px);
  --wrapper-pad-md: clamp(20px, 4vw, 75px);
  --trans: all 0.3s ease-in-out;
  --section-padding: clamp(50px, 8vw, 120px);
  --inner-padding: clamp(20px, 5vw, 100px);
  --panel-padding: clamp(20px, 5vw, 50px);
  --card-padding: clamp(20px, 3vw, 30px);
  --btn-padding: clamp(13px, 1.5vw, 16px) clamp(15px, 2vw, 20px);
  --btn-radius: 0;
  --card-radius: 0;
  --img-radius: 0;
}

body.scheme--red {
  --color-primary: #5C1A2E;
  --color-accent: #A63250;
  --color-bg: white;
  --color-bg-light: #F2E0E5;
}
body.scheme--red .gform_wrapper.gravity-theme form .gform_body .gform_fields select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23A63250' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
}

body.scheme--teal {
  --color-primary: #31574D;
  --color-accent: #579BA4;
  --color-bg: white;
  --color-bg-light: #DFEAEC;
}
body.scheme--teal .gform_wrapper.gravity-theme form .gform_body .gform_fields select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23579BA4' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
}

body.scheme--gold {
  --color-primary: #4A3800;
  --color-accent: #C9A227;
  --color-bg: white;
  --color-bg-light: #FFF8D6;
}
body.scheme--gold .gform_wrapper.gravity-theme form .gform_body .gform_fields select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23C9A227' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
}

body.scheme--forest {
  --color-primary: #1A3D2B;
  --color-accent: #3D8C5F;
  --color-bg: white;
  --color-bg-light: #D8EFE3;
}
body.scheme--forest .gform_wrapper.gravity-theme form .gform_body .gform_fields select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%233D8C5F' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
}

body.scheme--navy {
  --color-primary: #010227;
  --color-accent: #7FBADC;
  --color-bg: white;
  --color-bg-light: #D9E8F4;
}
body.scheme--navy .gform_wrapper.gravity-theme form .gform_body .gform_fields select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%237FBADC' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
}

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

html {
  width: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--text-colour);
  background-color: var(--background-colour);
  text-rendering: optimizeLegibility;
}

body.active {
  overflow: hidden;
}

nav ul,
nav ol,
.ui-list {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
video {
  width: 100%;
  height: auto;
  display: block;
}

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

button {
  cursor: pointer;
  background: none;
  border: none;
}

.img:not(.fit) picture,
.img:not(.fit) img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.skip-link {
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 9999;
  padding: 10px 20px;
  background: var(--color-accent);
  color: var(--color-accent);
  font-size: 16px;
  transition: none;
}
.skip-link:focus {
  top: 0;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

h1, h2, h3, h4, h5,
.h1, .h1b, .h2, .h3, .h4, .h5 {
  font-weight: 700;
  font-family: var(--font-title);
  color: var(--color-text);
  text-transform: uppercase;
}
h1:last-child, h1:only-child, h2:last-child, h2:only-child, h3:last-child, h3:only-child, h4:last-child, h4:only-child, h5:last-child, h5:only-child,
.h1:last-child,
.h1:only-child, .h1b:last-child, .h1b:only-child, .h2:last-child, .h2:only-child, .h3:last-child, .h3:only-child, .h4:last-child, .h4:only-child, .h5:last-child, .h5:only-child {
  margin: 0;
}

h1, .h1 {
  font-size: var(--text-h1);
  margin-bottom: clamp(20px, 2vw, 30px);
  line-height: 1;
}

.h1b {
  font-family: var(--font-title);
  font-size: var(--text-h1b);
  margin-bottom: clamp(20px, 2vw, 25px);
  line-height: 1;
}

h2, .h2 {
  font-size: var(--text-h2);
  margin-bottom: clamp(20px, 2vw, 25px);
  line-height: 0.9;
}

h3, .h3 {
  font-size: var(--text-h3);
  margin-bottom: clamp(15px, 2vw, 15px);
  line-height: 1.3;
}

h4, .h4 {
  font-size: var(--text-h4);
  margin-bottom: clamp(10px, 1vw, 15px);
  line-height: 1.3;
}

h5, .h5 {
  font-size: var(--text-h5);
  margin-bottom: clamp(10px, 1vw, 15px);
  line-height: 1.3;
}

p, ul, ol {
  margin-bottom: clamp(10px, 2vw, 20px);
}
p:last-child, p:only-child, ul:last-child, ul:only-child, ol:last-child, ol:only-child {
  margin: 0;
}
p + .btn, p + .buttons, ul + .btn, ul + .buttons, ol + .btn, ol + .buttons {
  margin-top: 10px;
}

p, .p, li {
  font-size: var(--text-base);
  line-height: 1.4;
  font-weight: 400;
  color: var(--color-text);
}

span, a, b {
  font-family: inherit;
  font-weight: inherit;
}

strong {
  font-weight: normal;
}

em {
  font-family: var(--font-body);
  font-style: italic;
  font-weight: normal;
}

.small-text, .h5, h5 {
  font-size: var(--text-base);
  margin-bottom: clamp(5px, 1vw, 10px);
  color: var(--color-accent);
}

.content h1 {
  font-size: var(--text-h1b);
  margin-bottom: clamp(30px, 4vw, 50px);
}
.content h2 {
  font-size: var(--text-h3);
  margin-top: clamp(30px, 4vw, 50px);
}
.content h3 {
  font-size: var(--text-h4);
  margin-top: clamp(20px, 3vw, 35px);
}
.content h4 {
  margin-top: clamp(15px, 2vw, 25px);
}
.content p {
  font-size: var(--text-base);
  line-height: 1.4;
}
.content a {
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: var(--trans);
}
.content a:hover {
  text-decoration-thickness: 2px;
}
.content ul, .content ol {
  padding-left: 1.5em;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.content ul li, .content ol li {
  line-height: 1.7;
  padding-left: 0.5em;
}
.content ul li {
  list-style: disc;
}
.content ul li::marker {
  color: var(--color-accent);
}
.content ol li {
  list-style: decimal;
}
.content ul ul, .content ol ol, .content ul ol, .content ol ul {
  margin-top: 8px;
  margin-bottom: 0;
}
.content blockquote {
  margin: clamp(20px, 3vw, 40px) 0;
  padding: var(--gap-sm) var(--gap-md);
  border-left: 4px solid var(--color-accent);
  background: rgba(0, 0, 0, 0.03);
  border-radius: 0 var(--card-radius) var(--card-radius) 0;
}
.content blockquote p {
  color: var(--color-primary);
  margin: 0;
}
.content img {
  width: 100%;
  height: auto;
  border-radius: var(--card-radius);
  margin: clamp(20px, 3vw, 40px) 0;
}
.content figcaption {
  font-size: var(--text-sm);
  color: var(--color-primary);
  opacity: 0.6;
  text-align: center;
  margin-top: -20px;
  margin-bottom: clamp(20px, 3vw, 40px);
}
.content hr {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: clamp(20px, 3vw, 40px) 0;
}
.content table {
  width: 100%;
  border-collapse: collapse;
  font-size: var(--text-sm);
  margin-bottom: clamp(20px, 3vw, 40px);
}
@media (max-width: 750px) {
  .content table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
}
.content table th, .content table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.content table th {
  color: var(--color-primary);
  background: rgba(0, 0, 0, 0.03);
}
.content table tr:last-child td {
  border-bottom: none;
}
.content code {
  font-family: monospace;
  font-size: 0.9em;
  background: rgba(0, 0, 0, 0.06);
  padding: 2px 6px;
  border-radius: 4px;
  color: var(--color-primary);
}
.content pre {
  background: var(--color-primary);
  color: var(--color-bg);
  padding: var(--gap-sm);
  border-radius: var(--card-radius);
  overflow-x: auto;
  margin-bottom: clamp(20px, 3vw, 40px);
}
.content pre code {
  background: none;
  padding: 0;
  color: inherit;
}
.content .company-address p, .content .opening-hours p {
  margin: 0;
  line-height: 1.5;
}

#smooth-wrapper {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#smooth-content {
  overflow: visible;
  width: 100%;
}

.wrapper {
  margin: auto;
  width: 100%;
  padding: 0 var(--wrapper-pad);
  max-width: var(--wrapper-max);
}
@media (max-width: 1600px) {
  .wrapper {
    padding: 0 var(--wrapper-pad-md);
  }
}

.text-wrapper {
  max-width: 1000px;
  padding: 0 var(--wrapper-pad-md);
}

.hero-wrapper {
  max-width: 1200px;
}
@media (max-width: 1200px) {
  .hero-wrapper {
    max-width: 75vw;
  }
}

.text-block-wrapper {
  max-width: 1000px;
}

.wide-wrapper {
  padding: 0 var(--wrapper-pad-md);
}

.img:not(.fit) {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: var(--img-radius);
  overflow: hidden;
}
.img:not(.fit).bgrd-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: unset;
}
.img:not(.fit).overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background: rgba(0, 0, 0, 0.35);
}
.img:not(.fit).landscape {
  aspect-ratio: 5/4;
}
.img:not(.fit).portrait {
  aspect-ratio: 8/10;
}
.img:not(.fit).square {
  aspect-ratio: 1/1;
}
.img:not(.fit).circle {
  aspect-ratio: 1/1;
  border-radius: 100%;
  overflow: hidden;
}
.img:not(.fit).half, .img:not(.fit).google-map {
  aspect-ratio: 2/1;
}
.img:not(.fit).quarter {
  aspect-ratio: 5/2;
}
@media (max-width: 950px) {
  .img:not(.fit).quarter {
    aspect-ratio: 5/3;
  }
}
.img:not(.fit).hero {
  aspect-ratio: 5/3;
}
.img:not(.fit).aspect-169 {
  aspect-ratio: 16/9;
}
.img:not(.fit).banner {
  aspect-ratio: 10/7;
}
.img:not(.fit).rec {
  aspect-ratio: 6/5;
}
.img:not(.fit) img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

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

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.align-top {
  align-items: flex-start;
}

.grid-auto {
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
}

.grid-2, [data-columns="2"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 950px) {
  .grid-2, [data-columns="2"] {
    grid-template-columns: minmax(0, 1fr);
  }
}

.grid-3, [data-columns="3"] {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 950px) {
  .grid-3, [data-columns="3"] {
    grid-template-columns: minmax(0, 1fr);
  }
}

.grid-4, [data-columns="4"] {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 1200px) {
  .grid-4, [data-columns="4"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 750px) {
  .grid-4, [data-columns="4"] {
    grid-template-columns: minmax(0, 1fr);
  }
}

.grid-5, [data-columns="5"] {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media (min-width: 950px) {
  .grid-12 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  }
}

.gap-100 {
  gap: clamp(var(--gap-sm), 6vw, var(--gap-lg));
}

.gap-50 {
  gap: clamp(var(--gap-sm), 4vw, var(--gap-md));
}

.gap-30 {
  gap: clamp(var(--gap-sm), 3vw, 30px);
}

.gap-20 {
  gap: var(--gap-sm);
}

.jetpack-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.jetpack-video-wrapper iframe,
.jetpack-video-wrapper object,
.jetpack-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: var(--color-accent);
  border-radius: 50%;
  pointer-events: none;
  z-index: 999999;
  transform: translate(-50%, -50%);
  transition: width 0.3s ease, height 0.3s ease, background 0.3s ease, border-color 0.3s ease;
  will-change: transform;
}
.cursor.hover {
  width: 50px;
  height: 50px;
}
.cursor.hidden {
  opacity: 0;
}

@media (hover: none) {
  .cursor__dot,
  .cursor__circle {
    display: none;
  }
  * {
    cursor: auto;
  }
}
@media (min-width: 950px) {
  .hide-desktop {
    display: none;
  }
}

@media (max-width: 950px) {
  .hide-mobile {
    display: none;
  }
}

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

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

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

.yellow {
  color: var(--color-accent);
}

.text {
  display: flex;
  flex-direction: column;
  gap: clamp(15px, 3vw, 30px);
}
.text p a {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: var(--color-accent);
}
.text p a:hover {
  text-decoration-thickness: 2px;
}

.overlay {
  position: relative;
}
.overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

@keyframes heroZoom {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.hero-zoom .bgrd-img {
  overflow: hidden;
}
.hero-zoom .bgrd-img img {
  animation: heroZoom 5s forwards;
}

.animate {
  transition: all 0.5s ease-in-out;
  position: relative;
}
.animate:last-child > *:last-child {
  margin-bottom: 0;
}
.animate.slow {
  transition: all 1s ease-in-out;
}
.animate.fast {
  transition: all 0.3s ease-in-out;
}
.animate.interval:nth-child(1) {
  transition-delay: 0s;
}
.animate.interval:nth-child(2) {
  transition-delay: 0.1s;
}
.animate.interval:nth-child(3) {
  transition-delay: 0.2s;
}
.animate.interval:nth-child(4) {
  transition-delay: 0.3s;
}
.animate.interval:nth-child(5) {
  transition-delay: 0.4s;
}
.animate.interval:nth-child(6) {
  transition-delay: 0.5s;
}
.animate.interval:nth-child(7) {
  transition-delay: 0.6s;
}
.animate.interval:nth-child(8) {
  transition-delay: 0.7s;
}
.animate.interval:nth-child(9) {
  transition-delay: 0.8s;
}
.animate.interval:nth-child(10) {
  transition-delay: 0.9s;
}
.animate.interval:nth-child(11) {
  transition-delay: 1s;
}
.animate.interval:nth-child(12) {
  transition-delay: 1.1s;
}
.animate.interval:nth-child(13) {
  transition-delay: 1.2s;
}
.animate.interval:nth-child(14) {
  transition-delay: 1.3s;
}
.animate.interval:nth-child(15) {
  transition-delay: 1.4s;
}
.animate.interval:nth-child(16) {
  transition-delay: 1.5s;
}
.animate.interval:nth-child(17) {
  transition-delay: 1.6s;
}
.animate.interval:nth-child(18) {
  transition-delay: 1.7s;
}
.animate.interval:nth-child(19) {
  transition-delay: 1.8s;
}
.animate.interval:nth-child(20) {
  transition-delay: 1.9s;
}
.animate.interval:nth-child(21) {
  transition-delay: 2s;
}
.animate.interval:nth-child(22) {
  transition-delay: 2.1s;
}
.animate.interval:nth-child(23) {
  transition-delay: 2.2s;
}
.animate.interval:nth-child(24) {
  transition-delay: 2.3s;
}
.animate.interval:nth-child(25) {
  transition-delay: 2.4s;
}
.animate.interval:nth-child(26) {
  transition-delay: 2.5s;
}
.animate.interval:nth-child(27) {
  transition-delay: 2.6s;
}
.animate.interval:nth-child(28) {
  transition-delay: 2.7s;
}
.animate.interval:nth-child(29) {
  transition-delay: 2.8s;
}
.animate.interval:nth-child(30) {
  transition-delay: 2.9s;
}
.animate.interval:nth-child(31) {
  transition-delay: 3s;
}
.animate.interval:nth-child(32) {
  transition-delay: 3.1s;
}
.animate.interval:nth-child(33) {
  transition-delay: 3.2s;
}
.animate.interval:nth-child(34) {
  transition-delay: 3.3s;
}
.animate.interval:nth-child(35) {
  transition-delay: 3.4s;
}
.animate.interval:nth-child(36) {
  transition-delay: 3.5s;
}
.animate.interval:nth-child(37) {
  transition-delay: 3.6s;
}
.animate.interval:nth-child(38) {
  transition-delay: 3.7s;
}
.animate.interval:nth-child(39) {
  transition-delay: 3.8s;
}
.animate.interval:nth-child(40) {
  transition-delay: 3.9s;
}
.animate.interval:nth-child(41) {
  transition-delay: 4s;
}

.waypoint.fade, .waypoint .fade {
  opacity: 0;
}
.waypoint.slide-up, .waypoint .slide-up {
  transform: translateY(50px) translateZ(0);
  opacity: 0;
}
.waypoint.slide-down, .waypoint .slide-down {
  transform: translateY(-50px) translateZ(0);
  opacity: 0;
}
.waypoint.slide-left, .waypoint .slide-left {
  transform: translateX(50px) translateZ(0);
  opacity: 0;
}
.waypoint.slide-right, .waypoint .slide-right {
  transform: translateX(-50px) translateZ(0);
  opacity: 0;
}
.waypoint.zoom-in, .waypoint .zoom-in {
  transform: scale(0.9) translateZ(0);
  opacity: 0;
}
.waypoint.clip-slide, .waypoint .clip-slide {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  transition: all 0.6s;
}
.waypoint.clip-slide-zoom, .waypoint .clip-slide-zoom {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  transition: all 0.6s;
  overflow: hidden;
}
.waypoint.clip-slide-zoom > *, .waypoint .clip-slide-zoom > * {
  transform: scale(1.5);
  transition: all 0.6s;
}
.waypoint.zoom, .waypoint .zoom {
  overflow: hidden;
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  transition: all 0.5s ease-in-out;
}
.waypoint.zoom > *, .waypoint .zoom > * {
  transform: scale(1.1);
  transition: all 1s ease-in-out;
}
@media (max-width: 750px) {
  .waypoint.zoom, .waypoint .zoom {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    transition: all 0.6s;
  }
  .waypoint.zoom > *, .waypoint .zoom > * {
    transform: scale(1.5);
    transition: all 0.6s;
  }
}
.waypoint.active.fade, .waypoint.active .fade {
  opacity: 1;
}
.waypoint.active.slide-up, .waypoint.active .slide-up {
  transform: translateY(0);
  opacity: 1;
}
.waypoint.active.slide-down, .waypoint.active .slide-down {
  transform: translateY(0);
  opacity: 1;
}
.waypoint.active.slide-left, .waypoint.active .slide-left {
  transform: translateX(0);
  opacity: 1;
}
.waypoint.active.slide-right, .waypoint.active .slide-right {
  transform: translateX(0);
  opacity: 1;
}
.waypoint.active.zoom-in, .waypoint.active .zoom-in {
  transform: scale(1);
  opacity: 1;
}
.waypoint.active.clip-slide, .waypoint.active .clip-slide {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.waypoint.active.clip-slide-zoom, .waypoint.active .clip-slide-zoom {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.waypoint.active.clip-slide-zoom > *, .waypoint.active .clip-slide-zoom > * {
  transform: scale(1);
}
.waypoint.active.zoom, .waypoint.active .zoom {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.waypoint.active.zoom > *, .waypoint.active .zoom > * {
  transform: scale(1);
}

section[data-padding=none] {
  padding: 0;
}

section[data-padding=top_only] {
  padding: var(--section-padding) 0 0;
}

section[data-padding=bottom_only] {
  padding: 0 0 var(--section-padding);
}

section[data-padding=top_and_bottom] {
  padding: var(--section-padding) 0;
}

section, article {
  position: relative;
  padding: var(--section-padding) 0;
  background-color: var(--background-colour);
  color: var(--text-colour);
}
section[style*="--background-image"], article[style*="--background-image"] {
  background-image: var(--background-image);
  background-size: cover;
  background-position: center;
}
section[style*="--background-image"]::before, article[style*="--background-image"]::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
section[style*="--background-image"] > *, article[style*="--background-image"] > * {
  position: relative;
  z-index: 1;
}
section[style*="--text-colour"] .section-title h2, section[style*="--text-colour"] .section-title h3, section[style*="--text-colour"] .section-title h4, section[style*="--text-colour"] .section-title p, section[style*="--text-colour"] .section-title ul, section[style*="--text-colour"] .section-title ol, section[style*="--text-colour"] .text h2, section[style*="--text-colour"] .text h3, section[style*="--text-colour"] .text h4, section[style*="--text-colour"] .text p, section[style*="--text-colour"] .text ul, section[style*="--text-colour"] .text ol, article[style*="--text-colour"] .section-title h2, article[style*="--text-colour"] .section-title h3, article[style*="--text-colour"] .section-title h4, article[style*="--text-colour"] .section-title p, article[style*="--text-colour"] .section-title ul, article[style*="--text-colour"] .section-title ol, article[style*="--text-colour"] .text h2, article[style*="--text-colour"] .text h3, article[style*="--text-colour"] .text h4, article[style*="--text-colour"] .text p, article[style*="--text-colour"] .text ul, article[style*="--text-colour"] .text ol {
  color: var(--text-colour, var(--color-primary));
}
section[style*="--text-colour"] .btn--outline, article[style*="--text-colour"] .btn--outline {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  color: white;
}
section[style*="--text-colour"] .btn--outline:hover, article[style*="--text-colour"] .btn--outline:hover {
  background: white;
  color: var(--color-accent);
}
section[data-text-align=center], article[data-text-align=center] {
  text-align: center;
}
section[data-text-align=center] .buttons, article[data-text-align=center] .buttons {
  justify-content: center;
}
section[data-text-position=left] .content, article[data-text-position=left] .content {
  margin-left: 0;
  max-width: none;
  width: 50%;
}
@media (max-width: 950px) {
  section[data-text-position=left] .content, article[data-text-position=left] .content {
    width: 100%;
  }
}
section[data-text-position=right] .content, article[data-text-position=right] .content {
  margin-right: 0;
  max-width: none;
  width: 50%;
}
@media (max-width: 950px) {
  section[data-text-position=right] .content, article[data-text-position=right] .content {
    width: 100%;
  }
}
section[data-text-align=left], article[data-text-align=left] {
  text-align: left;
}

.section-title {
  margin-bottom: var(--gap-lg);
}
.section-title:not(.flex) {
  margin-left: auto;
  margin-right: auto;
}
.section-title.flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.section-title.flex h2, .section-title.flex h3 {
  margin: 0;
}

.section-footer {
  margin-top: var(--gap-lg);
  display: flex;
  justify-content: center;
}

:root {
  --wp-adminbar-h: var(--wp-admin--admin-bar--height, 0px);
  --header-bg: #F7EFDF;
  --header-text: #B4231F;
}

.site-header {
  position: relative;
  z-index: 99;
  width: 100%;
  top: var(--wp-adminbar-h);
}
@media (max-width: 600px) {
  .site-header {
    top: 0;
  }
}
.site-header__inner {
  background: var(--header-bg);
  will-change: transform;
  transition: transform 0.3s ease-in-out;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: clamp(20px, 4vw, 60px);
  padding: clamp(10px, 2vw, 24px) clamp(20px, 5vw, 50px);
  z-index: 2;
  position: relative;
}
@media (max-width: 950px) {
  .site-header__inner {
    grid-template-columns: 1fr auto 1fr;
  }
}
.site-header__logo {
  grid-column: 2;
  display: flex;
  justify-content: center;
  width: clamp(90px, 11vw, 140px);
  z-index: 5;
}
.site-header__logo svg, .site-header__logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.site-header__menu {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3.5vw, 55px);
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 950px) {
  .site-header__menu {
    display: none;
  }
}
.site-header__menu--left {
  grid-column: 1;
  justify-content: center;
}
.site-header__menu--right {
  grid-column: 3;
  justify-content: center;
}
.site-header__menu a {
  display: inline-block;
  color: var(--header-text);
  font-family: var(--font-title);
  font-size: var(--text-base);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  font-weight: 700;
  white-space: nowrap;
  transition: opacity 0.4s ease-in-out;
}
.site-header__menu a:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
}
.site-header__menu .current-menu-item > a,
.site-header__menu .current-page-ancestor > a {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.site-header.hide .site-header__inner {
  transform: translateY(calc(-100% - var(--admin-h, 0px)));
}

.menu-btn {
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 40px;
  z-index: 999;
  background: transparent;
  border: none;
  display: none;
  justify-self: end;
}
@media (max-width: 950px) {
  .menu-btn {
    display: block;
  }
}
.menu-btn span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 2px;
  background: var(--color-accent);
  transition: var(--trans);
}
.menu-btn span:nth-of-type(1) {
  top: 5px;
}
.menu-btn span:nth-of-type(2) {
  top: 20px;
}
.menu-btn span:nth-of-type(3) {
  top: 35px;
}
.menu-btn.active span {
  background: var(--color-accent);
}
.menu-btn.active span:nth-of-type(1) {
  top: 20px;
  transform: rotateZ(45deg);
}
.menu-btn.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-btn.active span:nth-of-type(3) {
  top: 20px;
  transform: rotateZ(135deg);
}
@media (max-width: 550px) {
  .menu-btn {
    width: 30px;
    height: 30px;
  }
  .menu-btn span {
    width: 30px;
  }
  .menu-btn span:nth-of-type(1) {
    top: 5px;
  }
  .menu-btn span:nth-of-type(2) {
    top: 15px;
  }
  .menu-btn span:nth-of-type(3) {
    top: 25px;
  }
  .menu-btn.active span:nth-of-type(1), .menu-btn.active span:nth-of-type(3) {
    top: 15px;
  }
}

.site-nav {
  position: fixed;
  inset: 0;
  top: 0;
  height: calc(100dvh - var(--wp-adminbar-h));
  background: var(--header-bg);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(80px, 15vh, 140px) clamp(24px, 8vw, 60px) clamp(40px, 8vh, 80px);
  overflow-y: auto;
  overscroll-behavior: contain;
  transform: translateY(-100%);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  pointer-events: none;
}
.site-nav.active {
  transform: translateY(0);
  pointer-events: all;
}
.site-nav.active li:nth-child(1) {
  transition-delay: 0.31s;
  opacity: 1;
  transform: translateY(0);
}
.site-nav.active li:nth-child(2) {
  transition-delay: 0.37s;
  opacity: 1;
  transform: translateY(0);
}
.site-nav.active li:nth-child(3) {
  transition-delay: 0.43s;
  opacity: 1;
  transform: translateY(0);
}
.site-nav.active li:nth-child(4) {
  transition-delay: 0.49s;
  opacity: 1;
  transform: translateY(0);
}
.site-nav.active li:nth-child(5) {
  transition-delay: 0.55s;
  opacity: 1;
  transform: translateY(0);
}
.site-nav.active li:nth-child(6) {
  transition-delay: 0.61s;
  opacity: 1;
  transform: translateY(0);
}
.site-nav.active li:nth-child(7) {
  transition-delay: 0.67s;
  opacity: 1;
  transform: translateY(0);
}
.site-nav.active li:nth-child(8) {
  transition-delay: 0.73s;
  opacity: 1;
  transform: translateY(0);
}
.site-nav.active li:nth-child(9) {
  transition-delay: 0.79s;
  opacity: 1;
  transform: translateY(0);
}
.site-nav.active li:nth-child(10) {
  transition-delay: 0.85s;
  opacity: 1;
  transform: translateY(0);
}
.site-nav ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(20px, 4vh, 36px);
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.site-nav li {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  text-align: center;
}
.site-nav a {
  display: inline-block;
  color: var(--header-text);
  font-family: var(--font-title);
  font-size: clamp(28px, 6vw, 44px);
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: opacity 0.25s ease;
}
.site-nav a:hover, .site-nav a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 2px;
}
.site-nav .current-menu-item > a,
.site-nav .current-page-ancestor > a {
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 2px;
}

.site-footer {
  background: var(--color-accent);
  --color-text: white;
}
.site-footer .wrapper > .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(30px, 5vw, 80px);
  padding: clamp(50px, 7vw, 100px) 0;
  align-items: start;
}
@media (max-width: 950px) {
  .site-footer .wrapper > .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 550px) {
  .site-footer .wrapper > .grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.site-footer__col h5 {
  text-transform: uppercase;
  margin-bottom: clamp(16px, 2vw, 24px);
  color: var(--color-text);
}
.site-footer__col p, .site-footer__col li {
  line-height: 1.4;
  margin-bottom: 1em;
}
.site-footer__col strong {
  font-weight: 600;
}
.site-footer__col a:not(.btn):hover {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.site-footer__col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer__col ul li {
  margin-bottom: 8px;
}
.site-footer__col .buttons {
  margin-top: clamp(16px, 2vw, 24px);
}
.site-footer .social {
  display: flex;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin-top: 30px;
}
.site-footer .social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--color-text);
  border-radius: 50%;
  transition: var(--trans);
}
.site-footer .social li a svg {
  width: 20px;
  height: 20px;
}
.site-footer .social li a svg path, .site-footer .social li a svg polygon {
  fill: var(--color-text);
}
.site-footer .social li a:hover {
  background: white;
}
.site-footer .social li a:hover svg path, .site-footer .social li a:hover svg polygon {
  fill: var(--color-accent);
}
.site-footer__bar {
  padding: 24px 0 40px;
}
.site-footer__bar .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--gap-sm);
}
@media (max-width: 550px) {
  .site-footer__bar .wrapper {
    flex-direction: column;
    text-align: center;
  }
}
.site-footer__bar p, .site-footer__bar a {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.site-footer__bar a:hover {
  color: white;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.site-footer__bar nav ul {
  display: flex;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.btn,
input[type=button],
input[type=submit] {
  font-size: var(--text-btn);
  height: 55px;
  color: white;
  font-family: var(--font-title);
  padding: var(--btn-padding);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  appearance: none;
  transition: var(--trans);
  background: var(--color-accent);
  font-weight: bold;
  border-radius: var(--btn-radius);
  outline: none;
  border: 1px solid var(--color-accent);
  line-height: 1 !important;
  min-height: 0;
  flex-shrink: 0;
  text-transform: uppercase;
  padding-bottom: 9px;
}
@media (max-width: 750px) {
  .btn,
  input[type=button],
  input[type=submit] {
    height: 50px;
  }
}
.btn:hover,
input[type=button]:hover,
input[type=submit]:hover {
  background: color-mix(in srgb, var(--color-accent) 75%, black);
  border-color: color-mix(in srgb, var(--color-accent) 75%, black);
}
.btn.filter--btn,
input[type=button].filter--btn,
input[type=submit].filter--btn {
  gap: 15px;
}
.btn.filter--btn svg,
input[type=button].filter--btn svg,
input[type=submit].filter--btn svg {
  color: var(--color-accent);
  transition: var(--trans);
}
.btn.filter--btn:hover svg,
input[type=button].filter--btn:hover svg,
input[type=submit].filter--btn:hover svg {
  color: currentColor;
}
.btn.btn--outline, .btn.outlineBtn,
input[type=button].btn--outline,
input[type=button].outlineBtn,
input[type=submit].btn--outline,
input[type=submit].outlineBtn {
  background: transparent;
  color: var(--color-text);
  border: 1px solid var(--color-text);
}
.btn.btn--outline:hover, .btn.outlineBtn:hover,
input[type=button].btn--outline:hover,
input[type=button].outlineBtn:hover,
input[type=submit].btn--outline:hover,
input[type=submit].outlineBtn:hover {
  background: var(--color-text);
  border-color: var(--color-text);
  color: var(--color-accent);
}

.buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.buttons.buttons--center {
  justify-content: center;
}

body img.gform_ajax_spinner {
  display: none !important;
}

label,
.gform_wrapper.gravity-theme form .gform_body .gfield_label {
  font-size: var(--text-tiny);
  line-height: 1.4;
  margin: 0 0 10px;
  color: var(--color-primary);
  font-family: var(--font-body);
}
label.gfield_consent_label,
.gform_wrapper.gravity-theme form .gform_body .gfield_label.gfield_consent_label {
  display: inline;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=search],
input[type=password],
select,
.gform_wrapper.gravity-theme form .gform_body .gform_fields input[type=text],
.gform_wrapper.gravity-theme form .gform_body .gform_fields input[type=email],
.gform_wrapper.gravity-theme form .gform_body .gform_fields input[type=tel],
.gform_wrapper.gravity-theme form .gform_body .gform_fields select {
  width: 100%;
  font-size: var(--text-btn);
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--color-primary);
  background: white;
  height: 50px;
  line-height: 1 !important;
  min-height: 0 !important;
  padding: var(--btn-padding);
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
  border-radius: var(--btn-radius);
  box-shadow: none;
  appearance: none;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 750px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=number],
  input[type=search],
  input[type=password],
  select,
  .gform_wrapper.gravity-theme form .gform_body .gform_fields input[type=text],
  .gform_wrapper.gravity-theme form .gform_body .gform_fields input[type=email],
  .gform_wrapper.gravity-theme form .gform_body .gform_fields input[type=tel],
  .gform_wrapper.gravity-theme form .gform_body .gform_fields select {
    height: 45px;
  }
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=search]::placeholder,
input[type=password]::placeholder,
select::placeholder,
.gform_wrapper.gravity-theme form .gform_body .gform_fields input[type=text]::placeholder,
.gform_wrapper.gravity-theme form .gform_body .gform_fields input[type=email]::placeholder,
.gform_wrapper.gravity-theme form .gform_body .gform_fields input[type=tel]::placeholder,
.gform_wrapper.gravity-theme form .gform_body .gform_fields select::placeholder {
  color: rgba(55, 55, 55, 0.5);
}
input[type=text]:focus, input[type=text]:focus-visible,
input[type=email]:focus,
input[type=email]:focus-visible,
input[type=tel]:focus,
input[type=tel]:focus-visible,
input[type=number]:focus,
input[type=number]:focus-visible,
input[type=search]:focus,
input[type=search]:focus-visible,
input[type=password]:focus,
input[type=password]:focus-visible,
select:focus,
select:focus-visible,
.gform_wrapper.gravity-theme form .gform_body .gform_fields input[type=text]:focus,
.gform_wrapper.gravity-theme form .gform_body .gform_fields input[type=text]:focus-visible,
.gform_wrapper.gravity-theme form .gform_body .gform_fields input[type=email]:focus,
.gform_wrapper.gravity-theme form .gform_body .gform_fields input[type=email]:focus-visible,
.gform_wrapper.gravity-theme form .gform_body .gform_fields input[type=tel]:focus,
.gform_wrapper.gravity-theme form .gform_body .gform_fields input[type=tel]:focus-visible,
.gform_wrapper.gravity-theme form .gform_body .gform_fields select:focus,
.gform_wrapper.gravity-theme form .gform_body .gform_fields select:focus-visible {
  outline: 1px solid var(--color-accent);
  border: 1px solid var(--color-accent);
}

.gform_wrapper.gravity-theme form .gform_body .gform_fields select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23579BA4' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 50px;
}

textarea,
.gform_wrapper.gravity-theme form .gform_body .gform_fields textarea {
  width: 100%;
  font-size: var(--text-btn);
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--color-primary);
  background: white;
  line-height: 1.6;
  padding: 15px 20px;
  height: 150px;
  min-block-size: unset;
  margin: 0;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: var(--btn-radius);
  box-shadow: none;
  appearance: none;
}
textarea::placeholder,
.gform_wrapper.gravity-theme form .gform_body .gform_fields textarea::placeholder {
  color: rgba(55, 55, 55, 0.5);
}
textarea:focus, textarea:focus-visible,
.gform_wrapper.gravity-theme form .gform_body .gform_fields textarea:focus,
.gform_wrapper.gravity-theme form .gform_body .gform_fields textarea:focus-visible {
  outline: none;
  border: 1px solid var(--color-primary);
}

select,
.gform_wrapper select {
  cursor: pointer;
}

input[type=file] {
  width: 100%;
  font-size: 18px;
  font-family: var(--font-body);
  margin: 0;
  border: none;
}

input[type=checkbox] {
  margin: 5px 10px 0 0;
  display: inline-block;
}

.ginput_container_consent,
.ginput_container_checkbox {
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
}
.ginput_container_consent input,
.ginput_container_checkbox input {
  margin: 0 10px 0 0;
  height: auto;
  width: auto;
  flex-shrink: 0;
}
.ginput_container_consent .gfield_checkbox,
.ginput_container_checkbox .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
}
.ginput_container_consent .gchoice,
.ginput_container_checkbox .gchoice {
  width: 100%;
  margin: 0 0 10px;
  display: flex;
  align-items: flex-start;
}
.ginput_container_consent label,
.ginput_container_checkbox label {
  display: inline-block !important;
  line-height: 1.2;
  margin: 0;
  font-weight: 400;
  padding-left: 5px;
}

.gfield_consent_description {
  border: none;
  padding: 0;
  font-size: 16px;
  color: rgba(55, 55, 55, 0.5);
}

.gfield_description {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.25px;
}

.hide_summary {
  display: none;
}

.gform_confirmation_wrapper .gform_confirmation_message {
  font-size: var(--text-base);
  color: var(--color-text);
}

.gform_wrapper form,
.gform_wrapper.gravity-theme form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.gform_wrapper .gform_required_legend,
.gform_wrapper .gform_validation_errors,
.gform_wrapper.gravity-theme .gform_required_legend,
.gform_wrapper.gravity-theme .gform_validation_errors {
  display: none;
}
.gform_wrapper form .gform_body .gform_fields,
.gform_wrapper.gravity-theme form .gform_body .gform_fields {
  gap: 20px;
}
@media (max-width: 550px) {
  .gform_wrapper form .gform_body .gform_fields,
  .gform_wrapper.gravity-theme form .gform_body .gform_fields {
    gap: 10px;
  }
}
.gform_wrapper form .gform_body .gform_fields .gfield,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield {
  position: relative;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_error input, .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error textarea, .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error select,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield.gfield_error input,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield.gfield_error textarea,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield.gfield_error select {
  border: 2px solid red;
}
.gform_wrapper form .gform_body .gform_fields .gfield .gfield_description,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .gfield_description {
  position: absolute;
  top: 6px;
  right: 0;
  z-index: 555;
  padding: 0 20px;
  border: 0;
  width: auto;
  font-size: 14px;
  color: var(--color-accent);
  display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent:first-of-type,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield.gfield--type-consent:first-of-type {
  padding: 10px 0 0;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .gfield_label, .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-checkbox .gfield_label,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield.gfield--type-consent .gfield_label,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield.gfield--type-checkbox .gfield_label {
  display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent, .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container_consent,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container_consent {
  margin-top: 0;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent input[type=checkbox], .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container_consent input[type=checkbox],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent input[type=checkbox],
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container_consent input[type=checkbox] {
  width: 18px;
  height: 18px;
  accent-color: var(--color-accent);
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent a, .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container_consent a,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent a,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container_consent a {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: var(--color-accent);
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent a:hover, .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container_consent a:hover,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent a:hover,
.gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield.gfield--type-checkbox .ginput_container_consent a:hover {
  text-decoration-thickness: 2px;
}
.gform_wrapper form .gform_footer,
.gform_wrapper.gravity-theme form .gform_footer {
  padding: 0;
  margin: 0;
}

.site-footer__newsletter .gform_wrapper.gravity-theme form {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}
.site-footer__newsletter .gform_wrapper.gravity-theme form .gfield_label {
  display: none;
}
.site-footer__newsletter .gform_wrapper.gravity-theme form .gform-body {
  margin: 0;
  flex-grow: 1;
}
.site-footer__newsletter .gform_wrapper.gravity-theme form .gform-body .gform_fields {
  display: flex;
  flex-direction: column;
}
.site-footer__newsletter .gform_wrapper.gravity-theme form .gform-body .gform_fields .gfield--type-email {
  margin: 0;
}
.site-footer__newsletter .gform_wrapper.gravity-theme form .gform-body .gform_fields .gfield--type-email .gfield_label {
  display: none;
}
.site-footer__newsletter .gform_wrapper.gravity-theme form .gform-body .gform_fields .gfield--type-consent {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
.site-footer__newsletter .gform_wrapper.gravity-theme form .gform-body .gform_fields .gfield--type-consent legend {
  display: none;
}
.site-footer__newsletter .gform_wrapper.gravity-theme form .gform-body .gform_fields .gfield--type-consent .ginput_container_consent {
  justify-content: center;
}
.site-footer__newsletter .gform_wrapper.gravity-theme form .gform-body .gform_fields .gfield--type-consent .ginput_container_consent input[type=checkbox] {
  width: 18px;
  height: 18px;
  accent-color: var(--color-accent);
}
.site-footer__newsletter .gform_wrapper.gravity-theme form .gform-body .gform_fields .gfield--type-consent .ginput_container_consent label {
  color: var(--color-text);
  font-size: var(--text-btn);
  margin: 0;
  font-weight: 400;
}
.site-footer__newsletter .gform_wrapper.gravity-theme form .gform-body .gform_fields .gfield--type-consent .ginput_container_consent a {
  color: var(--color-text);
}

.form-container {
  background: white;
  padding: var(--panel-padding);
  border-radius: var(--card-radius);
}

.content-newsletter {
  background: var(--color-bg-light);
  border-radius: var(--card-radius);
  padding: var(--gap-md);
  margin: var(--gap-md) 0;
  text-align: center;
}
.content-newsletter .gform_title {
  font-size: var(--text-h4);
  color: var(--color-primary);
  margin-top: 0;
  margin-bottom: var(--gap-sm);
  font-family: var(--font-title);
}
.content-newsletter .gform_wrapper.gravity-theme form {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-direction: row;
  gap: 10px;
  padding-bottom: 40px;
  max-width: 550px;
  margin: 0 auto;
}
@media (max-width: 550px) {
  .content-newsletter .gform_wrapper.gravity-theme form {
    flex-direction: column;
  }
}
.content-newsletter .gform_wrapper.gravity-theme .gform-body {
  flex-grow: 1;
  margin: 0;
  width: 100%;
}
.content-newsletter .gform_wrapper.gravity-theme .gform-body .gform_fields {
  display: flex;
  flex-direction: column;
}
.content-newsletter .gform_wrapper.gravity-theme .gform-body .gform_fields .gfield--type-email {
  margin: 0;
  width: 100%;
}
.content-newsletter .gform_wrapper.gravity-theme .gform-body .gform_fields .gfield--type-email .ginput_container_email {
  width: 100%;
}
.content-newsletter .gform_wrapper.gravity-theme .gform-body .gform_fields .gfield--type-email .gfield_label {
  display: none;
}
.content-newsletter .gform_wrapper.gravity-theme .gform-body .gform_fields .gfield--type-consent {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
.content-newsletter .gform_wrapper.gravity-theme .gform-body .gform_fields .gfield--type-consent legend {
  display: none;
}
.content-newsletter .gform_wrapper.gravity-theme .gform-body .gform_fields .gfield--type-consent .ginput_container_consent {
  justify-content: center;
}
.content-newsletter .gform_wrapper.gravity-theme .gform-body .gform_fields .gfield--type-consent .ginput_container_consent input[type=checkbox] {
  width: 18px;
  height: 18px;
  accent-color: var(--color-accent);
}
.content-newsletter .gform_wrapper.gravity-theme .gform-body .gform_fields .gfield--type-consent .ginput_container_consent label {
  color: var(--color-primary);
  font-size: var(--text-btn);
  margin: 0;
  font-weight: 400;
}
.content-newsletter .gform_wrapper.gravity-theme .gform-body .gform_fields .gfield--type-consent .ginput_container_consent a {
  color: var(--color-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.content-newsletter .gform_wrapper.gravity-theme form .gform_footer {
  padding: 0;
  margin: 0;
  flex-shrink: 0;
}
@media (max-width: 550px) {
  .content-newsletter .gform_wrapper.gravity-theme form .gform_footer {
    width: 100%;
  }
  .content-newsletter .gform_wrapper.gravity-theme form .gform_footer input[type=submit] {
    width: 100%;
  }
}
.content-newsletter--sidebar {
  margin: 0;
}
.content-newsletter--sidebar .gform_wrapper.gravity-theme form {
  flex-direction: column;
}
.content-newsletter--sidebar .gform_wrapper.gravity-theme form .gform_footer input[type=submit] {
  width: 100%;
}

.social {
  position: relative;
  display: flex;
  gap: 20px;
  margin-top: 30px !important;
}
.social li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.social li a {
  display: flex;
  transition: all 0.3s ease-in-out;
}
.social li a svg {
  max-width: 24px;
  max-height: 24px;
  display: block;
  margin: auto;
  color: var(--color-primary);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 750px) {
  .social li a svg {
    max-width: 20px;
    max-height: 20px;
  }
}

.blog-article__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--gap-md);
  max-width: 1200px;
  margin: auto;
}
@media (min-width: 950px) {
  .blog-article__grid {
    grid-template-columns: 1fr 400px;
  }
}
.blog-article__grid:has(> div:only-child) {
  grid-template-columns: minmax(0, 1fr);
  max-width: 900px;
  margin: auto;
}
.blog-article__main {
  min-width: 0;
}
@media (max-width: 949px) {
  .blog-article__sidebar {
    order: 2;
  }
}
.blog-article__sticky {
  transition: var(--trans);
}
@media (min-width: 950px) {
  .blog-article__sticky {
    position: sticky;
    top: calc(var(--header-h) + var(--gap-md));
  }
}
@media (min-width: 950px) {
  .blog-article .content-newsletter--inline {
    display: none;
  }
}
.blog-article .blog-article__sidebar {
  margin: 0;
}
@media (max-width: 949px) {
  .blog-article .blog-article__sidebar {
    display: none;
  }
}
.blog-article .blog-article__image {
  margin: var(--section-padding) 0;
}
.blog-article .share-article {
  margin-top: var(--gap-md);
}
.blog-article .share-article .social li a {
  border: 1px solid var(--color-line);
}
.blog-article .share-article .social li a:hover {
  background: var(--color-accent);
}
.blog-article .share-article .social li a:hover svg {
  color: white;
}

.splide__pagination {
  bottom: 0;
}

.splide__arrow {
  width: 50px;
  height: 50px;
  border-radius: var(--btn-radius);
  background: transparent;
  border: 1px solid var(--text-colour, var(--color-accent));
  cursor: pointer;
  transition: var(--trans);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
@media (max-width: 550px) {
  .splide__arrow {
    width: 40px;
    height: 40px;
  }
}
.splide__arrow.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow svg {
  width: 14px;
  fill: var(--text-colour, var(--color-accent));
  transition: var(--trans);
}
.splide__arrow:hover {
  background: var(--text-colour, var(--color-accent));
}
.splide__arrow:hover svg {
  fill: var(--background-colour, var(--color-bg));
}
.splide__arrow:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.splide__arrow--prev {
  left: -60px;
}
.splide__arrow--next {
  right: -60px;
}

.splide__pagination {
  gap: 8px;
  margin-top: var(--gap-sm);
}
.splide__pagination__page {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: transparent;
  border: none;
  padding: 8px;
  position: relative;
  opacity: 1;
}
.splide__pagination__page::after {
  content: "";
  position: absolute;
  inset: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--text-colour, var(--color-accent));
  opacity: 1;
}
.splide__pagination__page.is-active {
  transform: scale(1.2);
  background: transparent;
}
.splide__pagination__page.is-active::after {
  opacity: 1;
  background: var(--background-colour);
  outline: 2px solid var(--text-colour, var(--color-accent));
}

.imgSlide .splide__slide {
  padding: 50px;
}

.centered-text .text {
  max-width: 1000px;
  margin: auto;
}
.centered-text[data-section-style=banner] {
  background: transparent;
}
.centered-text[data-section-style=banner]:before {
  display: none;
}
.centered-text[data-section-style=banner] .inner {
  background: var(--background-colour);
  border-radius: var(--img-radius);
  overflow: hidden;
  gap: 0;
}
.centered-text[data-section-style=banner] .inner .text {
  padding: var(--inner-padding);
}
.centered-text[style*="--background-image"] .inner {
  background-image: var(--background-image);
  background-size: cover;
  background-position: center;
  position: relative;
}
.centered-text[style*="--background-image"] .inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.centered-text[style*="--background-image"] .inner .text {
  position: relative;
  z-index: 1;
}

.gallery {
  padding: 0;
  position: relative;
  --color-text: white;
}
.gallery .splide__track {
  margin: 0;
}
.gallery .splide__arrows .splide__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 55;
}
.gallery .splide__arrows .splide__arrow svg {
  display: none;
}
.gallery .splide__arrows .splide__arrow--prev {
  left: clamp(20px, 5vw, 50px);
  background: url(../assets/img/arrow-left.svg) no-repeat center/20px var(--color-accent);
}
.gallery .splide__arrows .splide__arrow--next {
  right: clamp(20px, 5vw, 50px);
  background: url(../assets/img/arrow-right.svg) no-repeat center/20px var(--color-accent);
}
.gallery .splide__pagination {
  position: absolute;
  bottom: clamp(20px, 5vw, 50px);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 55;
}
.gallery .img {
  max-height: clamp(600px, 75vw, 75vh);
  height: 100vw;
  aspect-ratio: auto;
  object-fit: cover;
  min-height: 500px;
}
.gallery__content {
  position: absolute;
  inset: 0;
  z-index: 50;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 4vw, 40px);
  padding-inline: clamp(20px, 5vw, 80px);
  text-align: center;
  pointer-events: none;
}
.gallery__content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.35));
  z-index: -1;
}
.gallery__title {
  margin: 0;
  text-wrap: balance;
}
.gallery .buttons {
  pointer-events: auto;
}

.map #map {
  overflow: hidden;
  position: relative;
  aspect-ratio: 16/6;
}
@media (max-width: 950px) {
  .map #map {
    aspect-ratio: 4/3;
  }
}
.map__info {
  font-family: var(--font-body);
  padding: 4px 8px;
}
.map__info h5 {
  display: block;
  margin-bottom: 4px;
  color: var(--color-accent);
}
.map__info p {
  margin: 0;
  font-size: var(--text-sm);
}

.image-grid .grid {
  display: grid;
}
.image-grid .grid.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.image-grid .grid.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.image-grid .grid.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 950px) {
  .image-grid .grid.grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.image-grid__slider {
  position: relative;
}
.image-grid__slider .splide__track {
  margin: 0;
}
.image-grid__slider .splide__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3/4;
}
.image-grid__slider .splide__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: transparent;
  opacity: 1;
  transition: var(--trans);
  --arrow-colour: white;
  color: var(--arrow-colour);
  border: 1px solid currentColor;
}
@media (max-width: 550px) {
  .image-grid__slider .splide__arrow {
    width: 45px;
    height: 45px;
  }
}
.image-grid__slider .splide__arrow::after {
  content: "";
  width: 30px;
  height: 30px;
  background-color: currentColor;
}
@media (max-width: 550px) {
  .image-grid__slider .splide__arrow::after {
    width: 20px;
    height: 20px;
  }
}
.image-grid__slider .splide__arrow::after {
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
.image-grid__slider .splide__arrow--prev {
  left: clamp(20px, 4vw, 50px);
}
.image-grid__slider .splide__arrow--prev::after {
  mask-image: url(../assets/img/arrow-left.svg);
  -webkit-mask-image: url(../assets/img/arrow-left.svg);
}
.image-grid__slider .splide__arrow--next {
  right: clamp(20px, 4vw, 50px);
}
.image-grid__slider .splide__arrow--next::after {
  mask-image: url(../assets/img/arrow-right.svg);
  -webkit-mask-image: url(../assets/img/arrow-right.svg);
}
.image-grid__slider .splide__arrow svg {
  display: none;
}
.image-grid__slider .splide__arrow:hover {
  background-color: var(--color-accent);
  border-color: var(--color-accent);
}
.image-grid__slider .splide__arrow:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

.text-with-image .glightbox {
  display: block;
  cursor: zoom-in;
}
.text-with-image .glightbox img {
  transition: var(--trans);
}
.text-with-image .glightbox:hover img {
  transform: scale(1.02);
}
@media all and (min-width: 750px) {
  .text-with-image[data-align=right] .img {
    order: 2;
  }
}
.text-with-image .text {
  max-width: 900px;
}
.text-with-image .grid {
  grid-template-columns: 1fr 1fr;
  gap: var(--gap-lg);
  align-items: center;
}
@media (max-width: 750px) {
  .text-with-image .grid {
    grid-template-columns: none;
  }
}
.text-with-image .splide__track {
  margin: 0;
  overflow: hidden;
}
.text-with-image .splide__arrows {
  display: flex;
  gap: 10px;
}
.text-with-image .splide__arrow {
  position: static;
  transform: none;
  inset: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  transition: var(--trans);
}
@media (max-width: 550px) {
  .text-with-image .splide__arrow {
    width: 45px;
    height: 45px;
  }
}
.text-with-image .splide__arrow {
  color: var(--color-accent);
  border: 1px solid currentColor;
}
.text-with-image .splide__arrow::after {
  content: "";
  width: 30px;
  height: 30px;
  background-color: currentColor;
}
@media (max-width: 550px) {
  .text-with-image .splide__arrow::after {
    width: 20px;
    height: 20px;
  }
}
.text-with-image .splide__arrow::after {
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
.text-with-image .splide__arrow--prev::after {
  mask-image: url(../assets/img/arrow-left.svg);
  -webkit-mask-image: url(../assets/img/arrow-left.svg);
}
.text-with-image .splide__arrow--next::after {
  mask-image: url(../assets/img/arrow-right.svg);
  -webkit-mask-image: url(../assets/img/arrow-right.svg);
}
.text-with-image .splide__arrow svg {
  display: none;
}
.text-with-image .splide__arrow:hover {
  background: var(--color-accent);
  border-color: var(--color-accent);
  color: white;
}
.text-with-image .splide__arrow:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

.text-block .content {
  max-width: 800px;
  margin: auto;
}

.faqs__title {
  text-align: center;
  margin-bottom: clamp(40px, 6vw, 80px);
}
.faqs__list {
  max-width: 800px;
  margin-inline: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.faq {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.faq__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(20px, 2.5vw, 28px) 0;
  cursor: pointer;
  list-style: none;
  color: var(--color-text);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: var(--font-title);
  font-size: var(--text-lg);
  font-weight: 700;
  line-height: 1.2;
}
.faq__q::-webkit-details-marker {
  display: none;
}
.faq__q:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 4px;
}
.faq__icon {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}
.faq[open] .faq__icon {
  transform: rotate(180deg);
}
.faq__a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
}
.faq[open] .faq__a {
  grid-template-rows: 1fr;
}
.faq__a-inner {
  overflow: hidden;
}
.faq__a-inner > *:first-child {
  margin-top: 0;
}
.faq__a-inner > *:last-child {
  margin-bottom: 0;
}
.faq__a-inner p, .faq__a-inner li {
  line-height: 1.5;
  padding-bottom: clamp(20px, 2.5vw, 28px);
  color: rgba(0, 0, 0, 0.75);
}

@media (prefers-reduced-motion: reduce) {
  .faq__a,
  .faq__icon {
    transition: none;
  }
}
.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 0;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  -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;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom, .glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left, .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe, .gslide video {
  outline: 0 !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: 0;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-bottom .gslide-image img, .desc-top .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img, .desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto;
}

.gslide-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.desc-bottom .gslide-media, .desc-top .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.gslide-description.description-left, .gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom, .gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: 700;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gclose, .gnext, .gprev {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gclose svg, .gnext svg, .gprev svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gclose.disabled, .gnext.disabled, .gprev.disabled {
  opacity: 0.1;
}

.gclose .garrow, .gnext .garrow, .gprev .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gclose, .glightbox-closing .gnext, .glightbox-closing .gprev {
  opacity: 0 !important;
}

.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: 400;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gclose path, .glightbox-clean .gnext path, .glightbox-clean .gprev path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image, .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left, .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner, .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gclose:hover, .glightbox-clean .gnext:hover, .glightbox-clean .gprev:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}