@charset "UTF-8";
/*!
  Theme Name: Keats House Dental Surgery Theme
  Version: 1.0
  Author: Dental Design
  Author URI: https://dental-design.marketing/
*/
:root {
  --white: #ffffff;
  --black: #1b1b1b;
  --grey: #eaeaea;
  --grey-dark: #272727;
  --green: #567e5e;
  --green-dark: #3f5d45;
  --green-light: #d3ebd8;
  --danger: #b81c23;
  --body-font: 'stolzl';
  --header-font: 'richmond-display';
  --body-bg: var(--white);
  --main-bg: var(--green-dark);
  --light: 200;
  --book: 300;
  --regular: 400;
  --h1: clamp(3.4rem, 1.5vw + 2.68rem, 5rem);
  --h2: clamp(2.8rem, 1.31vw + 2.17rem, 4.2rem);
  --h3: clamp(2.5rem, 1.4vw + 1.83rem, 4rem);
  --h4: clamp(2rem, 0.56vw + 1.73rem, 2.6rem);
  --h5: clamp(1.8rem, 0.28vw + 1.67rem, 2.1rem);
  --h6: clamp(1.5rem, 0.28vw + 1.37rem, 1.8rem);
  --body-size: clamp(1.4rem, 0.28vw + 1.27rem, 1.7rem);
  --space-y: clamp(3rem, 6.54vw + -0.14rem, 10rem);
  --space-x: clamp(2rem, 5.61vw + -0.69rem, 8rem);
  --space-x-sm: clamp(2rem, 3.74vw + 0.21rem, 6rem);
  --space-btn: clamp(2rem, 2.8vw + 0.65rem, 5rem);
  --gutter-xs: 1rem;
  --gutter-sm: 2rem;
  --gutter-md: 3rem;
  --gutter-lg: 4rem;
  --gutter-xl: 7rem;
  --header-y-xs: 1.5rem;
  --header-x-xs: 1.5rem;
  --header-y-sm: 2.2rem;
  --header-x-sm: 2.4rem;
  --header-y-lg: 2.5rem;
  --header-x-lg: 5rem;
  --nav-gap-sm: 1.7rem;
  --nav-gap-md: 2rem;
  --nav-gap-lg: 4rem
}
.color--white {
  color: #fff
}
.color--black {
  color: #1b1b1b
}
.color--grey {
  color: #eaeaea
}
.color--grey-dark {
  color: #272727
}
.color--green {
  color: #567e5e
}
.color--green-dark {
  color: #3f5d45
}
.color--green-light {
  color: #d3ebd8
}
.color--danger {
  color: #b81c23
}
@media (min-width:480px) {
  .hidden-xs {
    display: none!important
  }
}
@media (min-width:768px) {
  .hidden-sm {
    display: none!important
  }
}
@media (min-width:992px) {
  .hidden-md {
    display: none!important
  }
}
@media (min-width:1180px) {
  .hidden-lg {
    display: none!important
  }
}
@media (min-width:1280px) {
  .hidden-xl {
    display: none!important
  }
}
@media (min-width:1550px) {
  .hidden-xxl {
    display: none!important
  }
}
@media (max-width:479px) {
  .visible-xs {
    display: none!important
  }
}
@media (max-width:767px) {
  .visible-sm {
    display: none!important
  }
}
@media (max-width:991px) {
  .visible-md {
    display: none!important
  }
}
@media (max-width:1179px) {
  .visible-lg {
    display: none!important
  }
}
@media (max-width:1279px) {
  .visible-xl {
    display: none!important
  }
}
@media (max-width:1549px) {
  .visible-xxl {
    display: none!important
  }
}
.hidden {
  display: none
}
.fixed {
  position: relative;
  width: 100%;
  max-width: 100%;
  max-width: 150rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--space-x)
}
html {
  font-size: 62.5%;
  line-height: 1.5;
  overflow-x: hidden;
  box-sizing: border-box;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}
*,
:after,
:before {
  box-sizing: inherit
}
* {
  padding: 0;
  margin: 0
}
@-ms-viewport {
  width: device-width
}
a,
b,
blockquote,
canvas,
caption,
code,
em,
embed,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
i,
iframe,
img,
label,
li,
object,
ol,
p,
pre,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
video {
  border: 0;
  font: inherit;
  vertical-align: baseline
}
body {
  font-family: sans-serif;
  font-family: var(--body-font);
  font-size: var(--body-size);
  line-height: 1.5;
  letter-spacing: .05rem;
  font-weight: var(--book);
  color: var(--black);
  background: var(--body-bg);
  text-align: left;
  text-wrap: pretty
}
@media (max-width:991px) {
  body {
    overflow-x: clip
  }
}
:focus {
  outline: 0;
  outline: 0;
  outline: -webkit-focus-ring-color 0;
  border-color: inherit;
  box-shadow: none
}
[tabindex="-1"]:focus {
  outline: 0!important
}
:focus:not(:focus-visable) {
  outline: 0
}
[hidden] {
  display: none!important
}
article,
aside,
dialog,
div,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block
}
blockquote {
  margin: 0
}
blockquote,
q {
  quotes: none
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
th {
  text-align: inherit
}
caption {
  display: table-caption;
  text-align: inherit
}
small {
  display: inline-block;
  font-size: 70%
}
a:active,
a:hover {
  outline-width: 0
}
[role=button],
a,
area,
button,
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace
}
input {
  -webkit-appearance: none;
  border-radius: 0
}
[disabled] {
  cursor: default
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
textarea {
  overflow: auto;
  resize: vertical
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}
button {
  -webkit-text-decoration: none;
  text-decoration: none;
  outline: 0;
  border: 0;
  background: 0 0
}
[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  color: inherit
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button
}
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none
}
select {
  -moz-appearance: none;
  -webkit-appearance: none
}
select::-ms-expand {
  display: none
}
select::-ms-value {
  color: currentColor
}
output {
  display: inline-block
}
summary {
  display: list-item
}
template {
  display: none
}
strong {
  font-weight: var(--regular)
}
strong > a {
  font-weight: var(--regular)
}
address {
  font-style: normal
}
ul {
  list-style: disc
}
ol,
ul {
  list-style-position: inside
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}
li {
  margin: 0
}
dt {
  font-weight: var(--regular)
}
dd,
dl {
  margin: 0
}
dl dd + dt {
  margin-top: 1rem
}
i {
  font-style: normal
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
img {
  max-width: 100%;
  height: auto
}
@media screen {
  [hidden~=screen] {
    display: inherit
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute!important;
    clip: rect(0 0 0 0)!important
  }
}
[aria-busy=true] {
  cursor: progress
}
[aria-controls] {
  cursor: pointer
}
[aria-disabled] {
  cursor: default
}
::selection {
  background-color: var(--grey-dark);
  color: var(--white)
}
a,
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}
a:focus,
a:hover,
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
  outline: 0;
  outline-width: 0;
  background-color: transparent
}
a:focus,
a:not([href]):not([tabindex]):focus {
  outline: 0
}
a[x-apple-data-detectors] {
  color: inherit!important;
  text-decoration: none!important;
  font-size: inherit!important;
  font-family: inherit!important;
  font-weight: inherit!important;
  line-height: inherit!important
}
a[href^=tel] {
  color: inherit;
  text-decoration: none
}
a:not([class]) {
  text-decoration-skip-ink: auto
}
.select2-container--default.select2-container--focus .select2-selection--single,
a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: .1rem dotted var(--grey-dark);
  text-decoration: none;
  outline-offset: .1rem
}
p {
  margin-top: var(--gutter-sm);
  margin-bottom: 1.8rem
}
@media (min-width:992px) {
  p {
    margin-top: var(--gutter-sm);
    margin-bottom: 2.5rem
  }
}
p:first-child {
  margin-top: 0
}
p:last-child {
  margin-bottom: 0
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--regular);
  line-height: 1.2;
  color: inherit;
  word-break: break-word;
  margin-top: var(--gutter-lg);
  margin-bottom: var(--gutter-xs)
}
@media (min-width:992px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: var(--gutter-lg);
    margin-bottom: 2.5rem
  }
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: var(--green)
}
.h1,
h1 {
  font-family: var(--header-font);
  font-size: var(--h1)
}
.h2,
h2 {
  font-family: var(--header-font);
  font-size: var(--h2)
}
.h3,
h3 {
  font-family: var(--header-font);
  font-size: var(--h3)
}
.h4,
h4 {
  font-weight: var(--book);
  font-size: var(--h4)
}
.h5,
h5 {
  font-weight: var(--book);
  font-size: var(--h5)
}
@media (min-width:992px) {
  .h5,
  h5 {
    margin-top: var(--gutter-lg)
  }
}
.h5:first-child,
h5:first-child {
  margin-top: 0
}
.h5:last-child,
h5:last-child {
  margin-bottom: 0
}
h6 {
  font-weight: var(--book);
  font-size: var(--h6)
}
a {
  color: var(--green);
  font-weight: var(--book);
  transition: all .3s cubic-bezier(.5,0,.5,1)
}
a:hover {
  color: var(--black)
}
.link--green {
  color: var(--green-light)!important
}
.link--green:hover {
  color: var(--white)!important
}
ol,
ul:not(.list--exempt) {
  margin-top: var(--gutter-sm);
  margin-bottom: 1.8rem
}
@media (min-width:768px) {
  ol,
  ul:not(.list--exempt) {
    margin-top: var(--gutter-sm);
    margin-bottom: 2.5rem
  }
}
ol:first-child,
ul:not(.list--exempt):first-child {
  margin-top: 0
}
ol:last-child,
ul:not(.list--exempt):last-child {
  margin-bottom: 0
}
ol li::marker,
ul:not(.list--exempt) li::marker {
  color: var(--green);
  font-size: 3rem;
  line-height: 1.2;
  margin: 0 3rem 0 0
}
.list--unstyled:not(.list--exempt) {
  list-style: none;
  padding-left: 0
}
.list--unstyled:not(.list--exempt) li {
  margin: 0
}
.list--unstyled:not(.list--exempt) li::marker {
  display: none
}
.list--bullet:not(.list--exempt) {
  list-style: none;
  padding-left: 2rem
}
@media (min-width:480px) {
  .list--bullet:not(.list--exempt) {
    padding-left: 3rem
  }
}
.list--bullet:not(.list--exempt) li {
  position: relative;
  margin: 0
}
.list--bullet:not(.list--exempt) li::marker {
  display: none
}
.list--bullet:not(.list--exempt) li:not(:last-child) {
  margin-bottom: 1rem
}
.list--bullet:not(.list--exempt) li::before {
  position: absolute;
  top: .6rem;
  left: -2rem;
  display: block;
  content: "";
  width: .6rem;
  height: .6rem;
  background: var(--green);
  border-radius: 50%
}
@media (min-width:480px) {
  .list--bullet:not(.list--exempt) li::before {
    top: .7rem;
    left: -3rem;
    width: .8rem;
    height: .8rem
  }
}
.list--number {
  padding-left: 3rem;
  counter-reset: custom-counter;
  list-style: none
}
.list--number li {
  position: relative;
  margin: 0;
  counter-increment: custom-counter
}
.list--number li::marker {
  display: none
}
.list--number li:not(:last-child) {
  margin-bottom: .5rem
}
.list--number li::before {
  position: absolute;
  left: -3rem;
  top: 0;
  display: block;
  content: counter(custom-counter) ".";
  font-weight: var(--regular);
  color: var(--green)
}
.list--inline {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(1rem,1.87vw + .1rem,3rem)
}
.list--inline li {
  display: block
}
blockquote {
  border-left: .5rem solid var(--green);
  padding-left: var(--gutter-lg);
  margin-left: 0;
  margin-top: var(--gutter-sm);
  margin-bottom: 1.8rem
}
@media (min-width:768px) {
  blockquote {
    margin-top: var(--gutter-sm);
    margin-bottom: 2.5rem
  }
}
blockquote:first-child {
  margin-top: 0
}
blockquote:last-child {
  margin-bottom: 0
}
figure.quote {
  border-left: .5rem solid var(--green);
  padding-left: var(--gutter-lg);
  margin-left: 0;
  margin-top: var(--gutter-sm);
  margin-bottom: 1.8rem
}
@media (min-width:768px) {
  figure.quote {
    margin-top: var(--gutter-sm);
    margin-bottom: 2.5rem
  }
}
figure.quote:first-child {
  margin-top: 0
}
figure.quote:last-child {
  margin-bottom: 0
}
figure.quote blockquote {
  border: 0;
  padding: 0;
  margin: 0
}
figure.quote figcaption {
  margin-top: 1rem
}
.icon {
  display: inline-block;
  vertical-align: middle;
  position: relative
}
.icon svg {
  display: block;
  width: 100%;
  height: 100%
}
.icon--cross {
  width: 3rem;
  aspect-ratio: 1/1
}
.icon--plus {
  width: 3rem;
  aspect-ratio: 1/1
}
.icon--minus {
  width: 3rem;
  aspect-ratio: 1/1
}
.icon--arrow {
  width: 2.8rem;
  aspect-ratio: 1/1
}
@media (min-width:768px) {
  .icon--arrow {
    width: 3rem
  }
}
.icon--chevron {
  width: 3rem;
  aspect-ratio: 1/1
}
.icon--heart {
  width: 2rem;
  aspect-ratio: 1/1
}
.icon--facebook {
  width: 3.2rem;
  aspect-ratio: 1/1
}
.icon--instagram {
  width: 3.2rem;
  aspect-ratio: 1/1
}
.icon--tiktok {
  width: 3.2rem;
  aspect-ratio: 1/1
}
.icon--whatsapp {
  width: 3.2rem;
  aspect-ratio: 1/1
}
.icon--twitter {
  width: 3.2rem;
  aspect-ratio: 1/1
}
.icon--pin {
  width: 3rem;
  aspect-ratio: 1/1
}
.icon--tel {
  width: 2.4rem;
  aspect-ratio: 1/1
}
@media (max-width:679px) {
  .icon--tel {
    width: 2.6rem
  }
}
.icon--mail {
  width: 2.5rem;
  aspect-ratio: 8/7
}
@media (max-width:679px) {
  .icon--mail {
    width: 2.7rem
  }
}
.icon--calendar {
  width: 2.5rem;
  aspect-ratio: 1/1
}
.icon--clock {
  width: 3rem;
  aspect-ratio: 1/1
}
.icon--loader {
  width: 2rem;
  aspect-ratio: 1/1
}
img {
  display: block;
  margin-top: var(--gutter-md);
  margin-bottom: var(--gutter-md)
}
@media (min-width:992px) {
  img {
    margin-top: var(--gutter-lg);
    margin-bottom: var(--gutter-lg)
  }
}
img:first-child {
  margin-top: 0
}
img:last-child {
  margin-bottom: 0
}
.img--fluid {
  width: 100%
}
.img--fit {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%
}
@-webkit-keyframes navFadeIn {
  0% {
    opacity: 0;
    margin-top: -2rem;
    visibility: hidden;
    display: none
  }
  100% {
    opacity: 1;
    margin-top: 0;
    visibility: visible;
    display: block
  }
}
@-moz-keyframes navFadeIn {
  0% {
    opacity: 0;
    margin-top: -2rem;
    visibility: hidden;
    display: none
  }
  100% {
    opacity: 1;
    margin-top: 0;
    visibility: visible;
    display: block
  }
}
@-o-keyframes navFadeIn {
  0% {
    opacity: 0;
    margin-top: -2rem;
    visibility: hidden;
    display: none
  }
  100% {
    opacity: 1;
    margin-top: 0;
    visibility: visible;
    display: block
  }
}
@keyframes navFadeIn {
  0% {
    opacity: 0;
    margin-top: -2rem;
    visibility: hidden;
    display: none
  }
  100% {
    opacity: 1;
    margin-top: 0;
    visibility: visible;
    display: block
  }
}
@-webkit-keyframes navFadeOut {
  0% {
    opacity: 1;
    margin-top: 0;
    visibility: visible;
    display: block
  }
  100% {
    opacity: 0;
    margin-top: -2rem;
    visibility: hidden;
    display: none
  }
}
@-moz-keyframes navFadeOut {
  0% {
    opacity: 1;
    margin-top: 0;
    visibility: visible;
    display: block
  }
  100% {
    opacity: 0;
    margin-top: -2rem;
    visibility: hidden;
    display: none
  }
}
@-o-keyframes navFadeOut {
  0% {
    opacity: 1;
    margin-top: 0;
    visibility: visible;
    display: block
  }
  100% {
    opacity: 0;
    margin-top: -2rem;
    visibility: hidden;
    display: none
  }
}
@keyframes navFadeOut {
  0% {
    opacity: 1;
    margin-top: 0;
    visibility: visible;
    display: block
  }
  100% {
    opacity: 0;
    margin-top: -2rem;
    visibility: hidden;
    display: none
  }
}
@-webkit-keyframes heartbeat {
  0% {
    transform: scale(.8)
  }
  20% {
    transform: scale(1)
  }
  40% {
    transform: scale(.8)
  }
  60% {
    transform: scale(1)
  }
  80% {
    transform: scale(.8)
  }
  100% {
    transform: scale(.8)
  }
}
@-moz-keyframes heartbeat {
  0% {
    transform: scale(.8)
  }
  20% {
    transform: scale(1)
  }
  40% {
    transform: scale(.8)
  }
  60% {
    transform: scale(1)
  }
  80% {
    transform: scale(.8)
  }
  100% {
    transform: scale(.8)
  }
}
@-o-keyframes heartbeat {
  0% {
    transform: scale(.8)
  }
  20% {
    transform: scale(1)
  }
  40% {
    transform: scale(.8)
  }
  60% {
    transform: scale(1)
  }
  80% {
    transform: scale(.8)
  }
  100% {
    transform: scale(.8)
  }
}
@keyframes heartbeat {
  0% {
    transform: scale(.8)
  }
  20% {
    transform: scale(1)
  }
  40% {
    transform: scale(.8)
  }
  60% {
    transform: scale(1)
  }
  80% {
    transform: scale(.8)
  }
  100% {
    transform: scale(.8)
  }
}
@-webkit-keyframes loaderSpin {
  100% {
    transform: rotate(360deg)
  }
}
@-moz-keyframes loaderSpin {
  100% {
    transform: rotate(360deg)
  }
}
@-o-keyframes loaderSpin {
  100% {
    transform: rotate(360deg)
  }
}
@keyframes loaderSpin {
  100% {
    transform: rotate(360deg)
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  user-select: none;
  vertical-align: middle;
  font-size: clamp(1.4rem,.37vw + 1.22rem,1.8rem);
  font-weight: var(--book);
  line-height: 1.3;
  background-color: transparent;
  border-width: .2rem;
  border-style: solid;
  border-color: transparent;
  border-radius: 0;
  padding: 1.25rem 2rem 1.3rem;
  width: 100%;
  transition: all .3s cubic-bezier(.5,0,.5,1)
}
@media (min-width:480px) {
  .btn {
    width: fit-content
  }
}
@media (min-width:1180px) {
  .btn {
    padding: 1.5rem 2.8rem 1.3rem
  }
}
.btn--lg {
  font-size: clamp(1.7rem,.28vw + 1.57rem,2rem)
}
.btn--100 {
  width: 100%
}
.btn:after {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  height: 2.1rem;
  aspect-ratio: 5/8;
  margin: 0 0 0 1rem;
  transition: all .3s cubic-bezier(.5,0,.5,1)
}
@media (min-width:1180px) {
  .btn:after {
    height: 2.5rem
  }
}
@media (min-width:1280px) {
  .btn:after {
    height: 2.7rem
  }
}
.btn--sm {
  font-size: clamp(1.4rem,.19vw + 1.31rem,1.6rem)
}
.btn--sm:after {
  height: 2rem
}
@media (min-width:1180px) {
  .btn--sm:after {
    height: 2.2rem
  }
}
@media (min-width:1280px) {
  .btn--sm:after {
    height: 2.4rem
  }
}
.btn--edit {
  color: var(--white);
  background: var(--grey-dark);
  border-color: var(--grey-dark);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  padding: 2rem 2.5rem 1.5rem
}
.btn--edit::after {
  display: none
}
.btn--edit:focus,
.btn--edit:hover {
  color: var(--grey-dark);
  background: var(--white);
  border-color: var(--grey-dark)
}
.btn--black {
  color: var(--white);
  background: var(--black);
  border-color: var(--black)
}
.btn--black:focus,
.btn--black:hover {
  color: var(--black);
  background: 0 0;
  border-color: var(--black)
}
.btn--white {
  color: var(--green);
  background: var(--white);
  border-color: var(--white)
}
.btn--white::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 15 24' fill='%239cc0a3' %3E%3Cpath d='M2.8,22.9l-1.5-1.5,9.3-9.3L1.3,2.7l1.5-1.5,10.9,10.9L2.8,22.9Z'/%3E%3C/svg%3E")
}
.btn--white:focus,
.btn--white:hover {
  color: var(--white);
  background: var(--green);
  border-color: var(--green)
}
.btn--white:focus::after,
.btn--white:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 15 24' fill='%23ffffff' %3E%3Cpath d='M2.8,22.9l-1.5-1.5,9.3-9.3L1.3,2.7l1.5-1.5,10.9,10.9L2.8,22.9Z'/%3E%3C/svg%3E")
}
.btn--white-outline {
  color: var(--white);
  background: 0 0;
  border-color: var(--white)
}
.btn--white-outline::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 15 24' fill='%23ffffff' %3E%3Cpath d='M2.8,22.9l-1.5-1.5,9.3-9.3L1.3,2.7l1.5-1.5,10.9,10.9L2.8,22.9Z'/%3E%3C/svg%3E")
}
.btn--white-outline:focus,
.btn--white-outline:hover {
  color: var(--green);
  background: var(--white);
  border-color: var(--white)
}
.btn--white-outline:focus::after,
.btn--white-outline:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 15 24' fill='%239cc0a3' %3E%3Cpath d='M2.8,22.9l-1.5-1.5,9.3-9.3L1.3,2.7l1.5-1.5,10.9,10.9L2.8,22.9Z'/%3E%3C/svg%3E")
}
.btn--green {
  color: var(--white);
  background: var(--green);
  border-color: var(--green)
}
.btn--green::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 15 24' fill='%23ffffff' %3E%3Cpath d='M2.8,22.9l-1.5-1.5,9.3-9.3L1.3,2.7l1.5-1.5,10.9,10.9L2.8,22.9Z'/%3E%3C/svg%3E")
}
.btn--green:focus,
.btn--green:hover {
  color: var(--black);
  background: 0 0;
  border-color: var(--green)
}
.btn--green:focus::after,
.btn--green:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 15 24' fill='%239cc0a3' %3E%3Cpath d='M2.8,22.9l-1.5-1.5,9.3-9.3L1.3,2.7l1.5-1.5,10.9,10.9L2.8,22.9Z'/%3E%3C/svg%3E")
}
.btn--green-outline {
  color: var(--white);
  background: 0 0;
  border-color: var(--green)
}
.btn--green-outline::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 15 24' fill='%239cc0a3' %3E%3Cpath d='M2.8,22.9l-1.5-1.5,9.3-9.3L1.3,2.7l1.5-1.5,10.9,10.9L2.8,22.9Z'/%3E%3C/svg%3E")
}
.btn--green-outline:focus,
.btn--green-outline:hover {
  color: var(--green);
  background: var(--white);
  border-color: var(--white)
}
.btn--green-outline:focus::after,
.btn--green-outline:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 15 24' fill='%239cc0a3' %3E%3Cpath d='M2.8,22.9l-1.5-1.5,9.3-9.3L1.3,2.7l1.5-1.5,10.9,10.9L2.8,22.9Z'/%3E%3C/svg%3E")
}
.btn--green-light-outline {
  color: var(--white);
  background: 0 0;
  border-color: var(--green-light)
}
.btn--green-light-outline::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 15 24' fill='%23d3ebd8' %3E%3Cpath d='M2.8,22.9l-1.5-1.5,9.3-9.3L1.3,2.7l1.5-1.5,10.9,10.9L2.8,22.9Z'/%3E%3C/svg%3E")
}
.btn--green-light-outline:focus,
.btn--green-light-outline:hover {
  color: var(--white);
  background: var(--green);
  border-color: var(--green)
}
.btn--green-light-outline:focus::after,
.btn--green-light-outline:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 15 24' fill='%23ffffff' %3E%3Cpath d='M2.8,22.9l-1.5-1.5,9.3-9.3L1.3,2.7l1.5-1.5,10.9,10.9L2.8,22.9Z'/%3E%3C/svg%3E")
}
.btn--space {
  margin-top: var(--space-btn)
}
.btn--space:has(+.btn--space) + .btn--space {
  margin-top: var(--gutter-sm)
}
.btn--inline {
  display: inline-flex;
  margin-top: var(--space-btn)
}
.btn--inline:not(:last-child) {
  margin-right: var(--gutter-sm)
}
@media (min-width:768px) {
  .btn--inline:not(:last-child) {
    margin-right: var(--gutter-md)
  }
}
.btn__icon {
  display: inline-block
}
.btn__icon svg {
  fill: var(--white);
  transition: all .3s cubic-bezier(.5,0,.5,1)
}
.btn--submit {
  display: flex;
  justify-content: center;
  align-items: center
}
.btn--submit .btn__icon {
  display: none
}
.btn--submit .btn__icon .icon {
  margin: 0 0 0 .5rem;
  -webkit-animation: loaderSpin 2s linear infinite;
  -moz-animation: loaderSpin 2s linear infinite;
  -o-animation: loaderSpin 2s linear infinite;
  animation: loaderSpin 2s linear infinite
}
.btn--sending {
  cursor: not-allowed;
  color: var(--white);
  background: var(--grey-dark);
  border-color: var(--grey-dark);
  opacity: .5
}
.btn--sending:focus,
.btn--sending:hover {
  color: var(--white);
  background: var(--grey-dark);
  border-color: var(--grey-dark)
}
.btn--sending .btn__icon {
  display: block
}
.btn--sending .btn__text {
  display: none
}
.btn--more {
  margin: 2rem auto
}
@media (min-width:768px) {
  .btn--more {
    margin: 3rem auto 0
  }
}
.btn--more:after {
  transform: rotate(90deg)
}
.form {
  margin-top: var(--gutter-sm);
  margin-bottom: var(--gutter-md)
}
@media (min-width:992px) {
  .form {
    margin-top: var(--gutter-lg);
    margin-bottom: var(--gutter-lg)
  }
}
.form:first-child {
  margin-top: 0
}
.form:last-child {
  margin-bottom: 0
}
.form__row {
  display: grid;
  grid-template-columns: auto;
  gap: 1rem
}
@media (min-width:992px) {
  .form__row {
    gap: 2rem
  }
}
@media (min-width:780px) and (max-width:1100px) {
  .form__row {
    grid-template-columns: repeat(2,1fr)
  }
}
@media (min-width:1470px) {
  .form__row {
    grid-template-columns: repeat(2,1fr)
  }
}
.form__row--margin {
  margin: 3rem 0 0;
  gap: 3rem
}
@media (min-width:1470px) {
  .form__row--margin {
    gap: 10rem
  }
}
@media (min-width:780px) and (max-width:1100px) {
  .form__row--full {
    height: 100%
  }
}
@media (min-width:1100px) {
  .form__row--full {
    height: 100%
  }
}
.form__row--footer {
  margin: 2rem 0 0;
  gap: 2rem
}
@media (min-width:992px) {
  .form__row--footer {
    margin: 3rem 0 0;
    gap: 3rem
  }
}
@media (min-width:780px) and (max-width:1100px) {
  .form__row--footer {
    grid-template-columns: 1fr auto
  }
}
@media (min-width:1470px) {
  .form__row--footer {
    grid-template-columns: 1fr auto;
    gap: 5rem
  }
}
.form__row--footer a:not(.btn) {
  color: var(--grey-dark);
  text-decoration: underline
}
.form__row--footer a:not(.btn):focus,
.form__row--footer a:not(.btn):hover {
  color: var(--green);
  text-decoration: none
}
.form__row--banner {
  grid-template-columns: auto;
  gap: 3rem;
  margin: 3rem 0 0
}
.form__row--banner a:not(.btn) {
  color: var(--grey-dark);
  text-decoration: underline
}
.form__row--banner a:not(.btn):focus,
.form__row--banner a:not(.btn):hover {
  color: var(--green);
  text-decoration: none
}
.form__cell {
  position: relative;
  max-width: 100%
}
@media (min-width:780px) and (max-width:1100px) {
  .form__cell--full {
    grid-column: span 2
  }
}
@media (min-width:1470px) {
  .form__cell--full {
    grid-column: span 2
  }
}
.form__cell--flex {
  flex: 1 0 0;
  width: auto
}
.form__cell--frame {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 1.5rem 2rem;
  border-width: .2rem;
  border-style: solid;
  border-color: var(--green);
  border-radius: 0;
  gap: 4rem
}
@media (min-width:992px) {
  .form__cell--frame {
    padding: 1.8rem 2.3rem
  }
}
.form__cell--frame:has(+.form__cell--frame) {
  margin-bottom: 2rem
}
.form__cell--frame label {
  margin: 0!important
}
.form__cell--frame > .form__cell {
  display: flex;
  column-gap: 2rem
}
.form__cell--frame:has(.form__error) {
  border-color: var(--danger)
}
.form__cell--frame .form__error {
  margin-top: 1rem;
}
.form__input {
  position: relative;
  display: flex;
  flex-direction: column
}
.form__input--textarea {
  height: 100%
}
.form__input--checkbox {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center
}
input:not([type=submit],[type=radio],[type=checkbox]),
textarea {
  display: block;
  width: 100%;
  padding: 2.5rem 2rem 1rem;
  font-size: clamp(1.3rem,.28vw + 1.17rem,1.6rem);
  font-weight: var(--book);
  line-height: 1.4;
  color: var(--black);
  background-color: #f5f5f5;
  background-clip: padding-box;
  border-width: 0 0 .2rem;
  border-style: solid;
  border-color: var(--green);
  border-radius: 0;
  transition: border .3s ease-in-out,background-color .3s ease-in-out
}
@media (min-width:1280px) {
  input:not([type=submit],[type=radio],[type=checkbox]),
  textarea {
    padding: 2.5rem 2rem 1rem
  }
}
input:not([type=submit],[type=radio],[type=checkbox]):focus,
input:not([type=submit],[type=radio],[type=checkbox]):focus:active,
textarea:focus,
textarea:focus:active {
  border-color: var(--green-dark)
}
.form__input:not(.form__input--focus) input:not([type=submit],[type=radio],[type=checkbox]),
.form__input:not(.form__input--focus) textarea {
  padding: 1.8rem 2rem
}
@media (min-width:1280px) {
  .form__input:not(.form__input--focus) input:not([type=submit],[type=radio],[type=checkbox]),
  .form__input:not(.form__input--focus) textarea {
    padding: 1.8rem 2rem
  }
}
.form__input--focus input:not([type=submit],[type=radio],[type=checkbox]),
.form__input--focus textarea {
  padding: 2.5rem 2rem 1rem
}
@media (min-width:1280px) {
  .form__input--focus input:not([type=submit],[type=radio],[type=checkbox]),
  .form__input--focus textarea {
    padding: 2.5rem 2rem 1rem
  }
}
textarea {
  min-height: 18rem;
  height: 100%;
  overflow: auto;
  resize: vertical
}
legend {
  display: block;
  width: 100%;
  font-size: var(--h4);
  line-height: 1.4;
  font-weight: var(--regular);
  color: var(--green);
  margin-top: var(--gutter-lg);
  margin-bottom: var(--gutter-xs)
}
@media (min-width:992px) {
  legend {
    margin-top: var(--gutter-lg);
    margin-bottom: 2.5rem
  }
}
legend:first-child {
  margin-top: 0
}
legend:last-child {
  margin-bottom: 0
}
fieldset:not(:last-child) {
  margin-bottom: var(--gutter-md);
  border-bottom: .2rem solid var(--grey);
  padding-bottom: var(--gutter-lg)
}
.form__input:not(.form__input--focus) .label,
.form__input:not(.form__input--focus) label {
  display: block;
  font-size: clamp(1.3rem,.37vw + 1.12rem,1.7rem);
  font-weight: var(--book);
  margin: .5rem 0 1rem;
  z-index: 2;
  transition: all .3s ease-in-out
}
.form__input--focus .label,
.form__input--focus label {
  display: block;
  font-size: 1.1rem;
  font-weight: var(--book);
  color: var(--grey-dark);
  position: absolute;
  top: .4rem;
  left: .8rem;
  opacity: .6;
  z-index: 2;
  pointer-events: none;
  transition: all .3s ease-in-out
}
@media (min-width:1550px) {
  .form__input--focus .label,
  .form__input--focus label {
    top: .5rem;
    font-size: 1.2rem
  }
}
.form__input--focus .label--sm,
.form__input--focus label--sm {
  position: relative;
  top: 0;
  left: 0;
  position: relative;
  flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
  font-size: 1rem
}
@media (min-width:992px) {
  .form__input--focus .label--sm,
  .form__input--focus label--sm {
    font-size: 1.2rem
  }
}
.form__input--focus input[type=email]::placeholder,
.form__input--focus input[type=number]::placeholder,
.form__input--focus input[type=phone]::placeholder,
.form__input--focus input[type=text]::placeholder,
.form__input--focus select::placeholder,
.form__input--focus textarea::placeholder {
  opacity: 1;
  transition: all .2s;
  color: var(--grey-dark)
}
.form__input--focus input[type=email]:placeholder-shown:not(:focus),
.form__input--focus input[type=number]:placeholder-shown:not(:focus),
.form__input--focus input[type=phone]:placeholder-shown:not(:focus),
.form__input--focus input[type=text]:placeholder-shown:not(:focus),
.form__input--focus select:placeholder-shown:not(:focus),
.form__input--focus textarea:placeholder-shown:not(:focus) {
  background-color: #f5f5f5
}
.form__input--focus input[type=email]:placeholder-shown:not(:focus)::placeholder,
.form__input--focus input[type=number]:placeholder-shown:not(:focus)::placeholder,
.form__input--focus input[type=phone]:placeholder-shown:not(:focus)::placeholder,
.form__input--focus input[type=text]:placeholder-shown:not(:focus)::placeholder,
.form__input--focus select:placeholder-shown:not(:focus)::placeholder,
.form__input--focus textarea:placeholder-shown:not(:focus)::placeholder {
  opacity: 0
}
.form__input--focus input[type=email]:placeholder-shown:not(:focus) ~ label,
.form__input--focus input[type=number]:placeholder-shown:not(:focus) ~ label,
.form__input--focus input[type=phone]:placeholder-shown:not(:focus) ~ label,
.form__input--focus input[type=text]:placeholder-shown:not(:focus) ~ label,
.form__input--focus select:placeholder-shown:not(:focus) ~ label,
.form__input--focus textarea:placeholder-shown:not(:focus) ~ label {
  left: 2rem;
  color: var(--black);
  opacity: 1;
  font-weight: var(--book);
  font-size: clamp(1.3rem,.28vw + 1.17rem,1.6rem)
}
@media (min-width:1550px) {
  .form__input--focus input[type=email]:placeholder-shown:not(:focus) ~ label,
  .form__input--focus input[type=number]:placeholder-shown:not(:focus) ~ label,
  .form__input--focus input[type=phone]:placeholder-shown:not(:focus) ~ label,
  .form__input--focus input[type=text]:placeholder-shown:not(:focus) ~ label,
  .form__input--focus select:placeholder-shown:not(:focus) ~ label,
  .form__input--focus textarea:placeholder-shown:not(:focus) ~ label {
    left: 2rem
  }
}
.form__input--focus input[type=email]:placeholder-shown:not(:focus) ~ label,
.form__input--focus input[type=number]:placeholder-shown:not(:focus) ~ label,
.form__input--focus input[type=phone]:placeholder-shown:not(:focus) ~ label,
.form__input--focus input[type=text]:placeholder-shown:not(:focus) ~ label,
.form__input--focus select:placeholder-shown:not(:focus) ~ label,
.form__input--focus textarea:placeholder-shown:not(:focus) ~ label {
  top: 50%;
  transform: translateY(-50%)
}
.form__input--focus textarea:placeholder-shown:not(:focus) ~ label {
  top: 2.8rem
}
input[type=checkbox],
input[type=radio] {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  height: 2.3rem;
  width: 2.3rem;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 1rem;
  padding: 0;
  border: 0;
  border-radius: 0
}
input[type=checkbox]::after,
input[type=radio]::after {
  position: relative;
  content: "";
  display: block;
  background-color: #f5f5f5;
  background-clip: padding-box;
  border-width: 0;
  border-style: solid;
  border-color: var(--green);
  border-radius: 0;
  transition: border .3s ease-in-out,background-color .3s ease-in-out;
  width: 2.3rem;
  aspect-ratio: 1/1
}
input[type=checkbox]::before,
input[type=radio]::before {
  position: absolute;
  top: .2rem;
  left: .2rem;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24' fill='%23233046' %3E%3Cpath d='M9.9997 15.1709L19.1921 5.97852L20.6063 7.39273L9.9997 17.9993L3.63574 11.6354L5.04996 10.2212L9.9997 15.1709Z'/%3E%3C/svg%3E");
  display: block;
  width: 2rem;
  aspect-ratio: 1/1;
  color: transparent;
  z-index: 1;
  opacity: 0
}
input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: 0;
  outline-offset: 0
}
input[type=checkbox]:focus::after,
input[type=radio]:focus::after {
  border-color: var(--green-dark)
}
input[type=checkbox]:checked::before,
input[type=radio]:checked::before {
  opacity: 1
}
input[type=checkbox] ~ label,
input[type=radio] ~ label {
  font-size: clamp(1.3rem,.28vw + 1.17rem,1.6rem);
  position: relative;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 0;
  display: block;
  flex: 1 0 0
}
.form__input--checkbox input[type=checkbox],
.form__input--checkbox input[type=radio] {
  flex: 0 0 auto;
  width: auto;
  display: block
}
.form__input--checkbox input[type=checkbox] ~ label,
.form__input--checkbox input[type=radio] ~ label {
  flex: 1 0 0%;
  width: auto
}
.form__input--checkbox input[type=checkbox] ~ label a,
.form__input--checkbox input[type=radio] ~ label a {
  text-decoration: underline
}
.form__input--upload .upload {
  width: .01rem;
  height: .01rem;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1
}
.form__input--upload .upload ~ label {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  text-overflow: ellipsis;
  cursor: pointer;
  display: block;
  overflow: hidden;
  font-weight: var(--book);
  line-height: 1.4;
  color: var(--black);
  background-color: #f5f5f5;
  background-clip: padding-box;
  border-width: 0 0 .2rem;
  border-style: solid;
  border-color: var(--green);
  border-radius: 0;
  transition: border .3s ease-in-out,background-color .3s ease-in-out;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column
}
@media (min-width:768px) {
  .form__input--upload .upload ~ label {
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-direction: row
  }
}
.form__input--upload .upload ~ label .upload__file {
  position: relative;
  flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
  min-height: .1rem;
  display: block;
  overflow: hidden;
  text-align: left;
  font-size: clamp(1.3rem,.28vw + 1.17rem,1.6rem);
  padding: 1.8rem 2rem
}
@media (min-width:768px) {
  .form__input--upload .upload ~ label .upload__file {
    text-overflow: ellipsis;
    white-space: nowrap
  }
}
.form__input--upload .upload ~ label .upload__button {
  position: relative;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  text-align: center;
  padding: 1rem 2rem;
  letter-spacing: 0;
  font-size: clamp(1.3rem,.28vw + 1.17rem,1.6rem);
  font-weight: var(--book);
  line-height: 1.3;
  transition: all .3s ease-out;
  border-radius: 0;
  color: var(--white);
  background: var(--black)
}
.form__input--upload .upload ~ label .upload__button:focus,
.form__input--upload .upload ~ label .upload__button:hover {
  color: var(--white);
  background: var(--black)
}
@media (min-width:768px) {
  .form__input--upload .upload ~ label .upload__button {
    padding: 1.8rem 4rem
  }
}
.form__input--upload .upload ~ label * {
  pointer-events: none
}
.form__input--upload .upload:focus ~ label,
.form__input--upload .upload:focus:active ~ label {
  border-color: var(--black)
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}
input[type=number] {
  -moz-appearance: textfield
}
/* .select2-container.error,
input[type=email].error,
input[type=number].error,
input[type=phone].error,
input[type=text].error,
select.error,
textarea.error {
  border-color: var(--danger)
}
.select2-container.error .select2-selection--single,
input[type=email].error .select2-selection--single,
input[type=number].error .select2-selection--single,
input[type=phone].error .select2-selection--single,
input[type=text].error .select2-selection--single,
select.error .select2-selection--single,
textarea.error .select2-selection--single {
  border-color: var(--danger)
}
input[type=email].error:placeholder-shown:not(:focus) ~ label,
input[type=number].error:placeholder-shown:not(:focus) ~ label,
input[type=phone].error:placeholder-shown:not(:focus) ~ label,
input[type=text].error:placeholder-shown:not(:focus) ~ label,
select.error:placeholder-shown:not(:focus) ~ label {
  top: 33%
}
textarea.error:placeholder-shown:not(:focus) ~ label {
  top: 2.7rem
} */
/* input[type=checkbox].error,
input[type=radio].error {
  order: 1
}
input[type=checkbox].error::after,
input[type=radio].error::after {
  border-color: var(--danger)
}
input[type=checkbox].error ~ label,
input[type=radio].error ~ label {
  left: 0;
  position: relative;
  flex: 1 0 0%;
  width: auto;
  font-size: 1.5rem;
  order: 2
}
input[type=checkbox] ~ strong.error,
input[type=radio] ~ strong.error {
  display: flex;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
  top: 0;
  margin: 2rem 0 0 0;
  order: 3
} */
.form__input--upload {
  display: flex;
  flex-direction: column
}
.form__remove {
  display: none;
  font-size: 90%;
  color: var(--grey-dark);
}
.form__cell:has(.form__remove) {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
}
/* .form__input--upload .upload.error ~ strong.error {
  display: flex;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
  top: 0;
  order: 2
}
.form__input--upload .upload.error ~ label {
  order: 1;
  opacity: 1;
  border-color: var(--danger)
}
.form__input--upload .upload.error ~ label .upload__button {
  background: var(--danger)
} */
.form__input--error .radio,
.form__input--error .select2-container--default .select2-selection--single,
.form__input--error input:not([type=submit],[type=radio],[type=checkbox]),
.form__input--error input:not([type=submit],[type=radio],[type=checkbox]):focus,
.form__input--error textarea,
.form__input--error textarea:focus,
.form__input--error.form__input--option {
  border-radius: var(--input-radius) var(--input-radius) 0 0;
  border-color: var(--danger)
}
/* strong.error {
  display: block;
  font-size: 1.2rem;
  color: var(--white);
  background: var(--danger);
  font-weight: var(--light);
  z-index: 1;
  width: 100%;
  padding: .3rem .8rem;
  text-align: left;
  order: 3
}
strong.error::before {
  display: inline-block;
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23ffffff;%7D%0A%3C/style%3E%3Cpath class='st0' d='M256,32c14.2,0,27.3,7.5,34.5,19.8l216,368c7.3,12.4,7.3,27.7,0.2,40.1S486.3,480,472,480H40 c-14.3,0-27.6-7.7-34.7-20.1s-7-27.8,0.2-40.1l216-368C228.7,39.5,241.8,32,256,32z M256,160c-13.3,0-24,10.7-24,24v112 c0,13.3,10.7,24,24,24c13.3,0,24-10.7,24-24V184C280,170.7,269.3,160,256,160z M288,384c0-17.7-14.3-32-32-32s-32,14.3-32,32 s14.3,32,32,32S288,401.7,288,384z'/%3E%3C/svg%3E%0A");
  margin-right: .8rem;
  height: 1.4rem;
  width: 1.4rem;
  vertical-align: middle
} */
.form__error {
  display: block;
  font-size: 1.1rem;
  color: var(--white);
  background-color: var(--danger);
  padding: .7rem .9rem;
  font-weight: var(--regular);
  width: 100%
}
@media (min-width:768px) {
  .form__error {
    font-size: 1.2rem
  }
}
.form__input--upload .form__error {
  position: relative;
  margin-top: -1.5rem;
  z-index: 2;
}
/* input[type=checkbox].error,
input[type=radio].error {
  order: 1
}
input[type=checkbox].error::after,
input[type=radio].error::after {
  border-color: var(--danger)
}
input[type=checkbox].error ~ label,
input[type=radio].error ~ label {
  left: 0;
  position: relative;
  flex: 1 0 0%;
  width: auto;
  font-size: 1.5rem;
  order: 2
}
input[type=checkbox] ~ strong.error,
input[type=radio] ~ strong.error {
  display: flex;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
  top: 0;
  margin: 2rem 0 0 0;
  order: 3
} */
.form__input--upload {
  display: flex;
  flex-direction: column
}
.form__input--upload .upload.error ~ strong.error {
  display: flex;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
  top: 0;
  margin: 1rem 0 0 0;
  order: 2
}
.form__input--upload .upload.error ~ label {
  order: 1;
  opacity: 1;
  border-color: var(--danger)
}
.form__input--upload .upload.error ~ label .upload__button {
  background: var(--danger)
}
.form__input--error input[type=email]:placeholder-shown:not(:focus) ~ label,
.form__input--error input[type=number]:placeholder-shown:not(:focus) ~ label,
.form__input--error input[type=phone]:placeholder-shown:not(:focus) ~ label,
.form__input--error input[type=text]:placeholder-shown:not(:focus) ~ label,
.form__input--error select:placeholder-shown:not(:focus) ~ label {
  top: 38%
}
.form__input--error textarea:placeholder-shown:not(:focus) ~ label {
  top: 2.7rem
}
.grecaptcha-badge {
  display: none!important
}
table {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  margin-top: var(--gutter-md);
  margin-bottom: var(--gutter-md)
}
@media (min-width:992px) {
  table {
    margin-top: var(--gutter-lg);
    margin-bottom: var(--gutter-lg)
  }
}
table:first-child {
  margin-top: 0
}
table:last-child {
  margin-bottom: 0
}
table thead th {
  text-align: left
}
table thead th:nth-child(even) {
  text-align: left
}
table tbody td {
  text-align: left
}
table tbody td:nth-child(even) {
  text-align: left
}
table td,
table th {
  vertical-align: top;
  padding: 1.3rem 1.3rem 1.3rem 1.3rem
}
@media (min-width:768px) {
  table td,
  table th {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem
  }
}
table tbody td,
table tbody th {
  border-width: .1rem;
  border-style: solid;
  border-color: var(--green)
}
table thead th {
  vertical-align: top;
  border-width: .1rem;
  border-style: solid;
  border-color: var(--green);
  font-weight: var(--regular);
  background: var(--green);
  color: var(--white);
  line-height: 1.2
}
table thead th:nth-child(1) {
  width: 30%
}
table thead th:nth-child(2),
table thead th:nth-child(3) {
  width: 20%
}
table thead th:not(:last-child) {
  border-color: var(--green) var(--green-light) var(--green) var(--green)
}
table td {
  color: var(--black);
  background: var(--white)
}
table td ul:not(.list--exempt) {
  list-style: none;
  padding-left: 2rem
}
@media (min-width:480px) {
  table td ul:not(.list--exempt) {
    padding-left: 3rem
  }
}
table td ul:not(.list--exempt) li {
  position: relative;
  margin: 0
}
table td ul:not(.list--exempt) li::marker {
  display: none
}
table td ul:not(.list--exempt) li:not(:last-child) {
  margin-bottom: 1rem
}
table td ul:not(.list--exempt) li::before {
  position: absolute;
  top: .6rem;
  left: -2rem;
  display: block;
  content: "";
  width: .6rem;
  height: .6rem;
  background: var(--green);
  border-radius: 50%
}
@media (min-width:480px) {
  table td ul:not(.list--exempt) li::before {
    top: .7rem;
    left: -3rem;
    width: .8rem;
    height: .8rem
  }
}
table td ol {
  padding-left: 3rem;
  counter-reset: custom-counter;
  list-style: none
}
table td ol li {
  position: relative;
  margin: 0;
  counter-increment: custom-counter
}
table td ol li::marker {
  display: none
}
table td ol li:not(:last-child) {
  margin-bottom: .5rem
}
table td ol li::before {
  position: absolute;
  left: -3rem;
  top: 0;
  display: block;
  content: counter(custom-counter) ".";
  font-weight: var(--regular);
  color: var(--green)
}
.table-responsive {
  margin-top: var(--gutter-lg);
  margin-bottom: var(--gutter-lg)
}
@media (max-width:767px) {
  .table-responsive {
    margin-top: var(--gutter-md);
    margin-bottom: var(--gutter-md)
  }
  .table-responsive table {
    margin: 0
  }
  .table-responsive caption,
  .table-responsive table,
  .table-responsive tbody,
  .table-responsive td,
  .table-responsive th,
  .table-responsive thead,
  .table-responsive tr {
    display: block
  }
  .table-responsive thead tr {
    position: absolute;
    top: -999.9rem;
    left: -999.9rem
  }
  .table-responsive tbody {
    border-top: .1rem solid var(--green-light)
  }
  .table-responsive tbody td,
  .table-responsive tbody th {
    border-width: 0 .1rem .1rem;
    border-style: solid;
    border-color: var(--green);
    position: relative;
    white-space: normal;
    text-align: left;
    padding: 1.3rem 1.3rem
  }
  .table-responsive tbody td:before,
  .table-responsive tbody th:before {
    top: 1.3rem;
    left: 1.3rem;
    width: 100%;
    display: block;
    white-space: nowrap;
    font-weight: var(--regular);
    content: attr(data-title)
  }
  .table-responsive tbody td:first-child {
    font-weight: var(--regular);
    background: var(--green);
    color: var(--white)
  }
}
.table--open {
  display: block;
  text-align: left;
  max-width: 36rem;
  width: 100%;
  margin: 0 auto;
  background: 0 0
}
.table--open tbody {
  display: grid;
  grid-template-columns: repeat(2,auto);
  grid-column-gap: 2rem;
  justify-content: space-between
}
.table--open tr {
  display: block
}
.table--open tbody td,
.table--open tbody th {
  display: block;
  border: 0;
  padding: .2rem 0;
  color: inherit;
  white-space: nowrap
}
.table--open tbody td:nth-child(even),
.table--open tbody th:nth-child(even) {
  color: var(--green)
}
hr {
  display: block;
  border-width: .2rem 0 0;
  border-style: solid;
  border-color: var(--green);
  margin-top: var(--gutter-md);
  margin-bottom: var(--gutter-md)
}
@media (min-width:992px) {
  hr {
    margin-top: var(--gutter-lg);
    margin-bottom: var(--gutter-lg)
  }
}
.select2-hidden-accessible {
  border: 0!important;
  clip: rect(0 0 0 0)!important;
  -webkit-clip-path: inset(50%)!important;
  clip-path: inset(50%)!important;
  height: .1rem!important;
  overflow: hidden!important;
  padding: 0!important;
  position: absolute!important;
  width: .1rem!important;
  white-space: nowrap!important
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100%!important
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  user-select: none;
  -webkit-user-select: none
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.select2-container--default .select2-selection--single {
  display: block;
  width: 100%;
  padding: 1.8rem 2rem;
  font-size: clamp(1.3rem,.28vw + 1.17rem,1.6rem);
  font-weight: var(--book);
  line-height: 1.4;
  color: var(--black);
  background-color: #f5f5f5;
  background-clip: padding-box;
  border-width: 0 0 .2rem;
  border-style: solid;
  border-color: var(--green);
  border-radius: 0;
  transition: border .3s ease-in-out,background-color .3s ease-in-out
}
.select2-container--default .select2-selection--single:focus {
  border-color: var(--green-dark)
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 6rem;
  height: 100%;
  display: flex;
  justify-content: center
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0
}
.select2-container--default .select2-selection--single .select2-selection__arrow b::after {
  display: block;
  width: 2rem;
  aspect-ratio: 1/1;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24' fill='%239cc0a3' %3E%3Cpath d='M12,13.6l7.4-7.4,2.1,2.1-9.5,9.5L2.5,8.3l2.1-2.1,7.4,7.4Z'/%3E%3C/svg%3E")
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24' fill='%239cc0a3' %3E%3Cpath d='M12,10.4l-7.4,7.4-2.1-2.1L12,6.2l9.5,9.5-2.1,2.1-7.4-7.4Z'/%3E%3C/svg%3E")
}
.select2-container--default.select2-container--focus .select2-selection--single {
  background: #f5f5f5
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.select2-dropdown {
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100rem;
  width: 100%;
  z-index: 5000;
  font-size: clamp(1.3rem,.28vw + 1.17rem,1.6rem);
  font-weight: var(--book);
  line-height: 1.4;
  color: var(--white);
  background-color: var(--green-dark);
  background-clip: padding-box;
  border-width: 0 0 .2rem;
  border-style: solid;
  border-color: var(--green);
  transition: border .3s ease-in-out,background-color .3s ease-in-out;
  box-shadow: 0 .2rem .3rem rgba(var(--grey-dark),.2)
}
.select2-container--open .select2-dropdown {
  left: 0
}
.select2-search--dropdown {
  display: block;
  padding: .4rem
}
.select2-search--dropdown.select2-search--hide {
  display: none
}
.select2-container--open .select2-dropdown--below {
  margin-top: -.2rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.select2-container--open .select2-dropdown--above {
  margin-bottom: .2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}
.select2-results {
  display: block
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: clamp(1.3rem,.28vw + 1.17rem,1.6rem)
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 20rem;
  overflow-y: auto
}
.select2-results__option {
  padding: .8rem 1.5rem;
  user-select: none;
  -webkit-user-select: none
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0
}
.select2-results__option[aria-selected] {
  cursor: pointer
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: var(--grey-dark)
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--green);
  color: var(--white)
}
.currency-select {
  position: relative;
  z-index: 10
}
.currency-select .select2-container--default .select2-selection--single {
  background-color: transparent;
  border-width: 0;
  color: var(--white);
  font-size: 1.3rem;
  line-height: 2.5rem;
  font-weight: var(--light)
}
@media (min-width:992px) {
  .currency-select .select2-container--default .select2-selection--single {
    font-size: 1.5rem
  }
}
.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 .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .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: 16.5rem;
  -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: var(--grey);
  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: var(--white);
  text-align: left;
  max-height: calc(100vh - 4rem);
  overflow: auto;
  max-width: 100%;
  margin: auto
}
.gslide-inline .ginlined-content {
  padding: 2rem;
  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: 1.2rem
}
.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: 1.9rem 1.1rem;
  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,.75)));
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.75) 100%);
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
  padding-bottom: 5rem
}
.glightbox-mobile .glightbox-container .gslide-title {
  color: var(--white);
  font-size: 1.4rem
}
.glightbox-mobile .glightbox-container .gslide-desc {
  color: var(--grey)
}
.glightbox-mobile .glightbox-container .gslide-desc a {
  color: var(--white);
  font-weight: var(--semibold)
}
.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit
}
.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: var(--white);
  opacity: .4
}
.gdesc-open .gslide-media {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: .4
}
.gdesc-open .gdesc-inner {
  padding-bottom: 3rem
}
.gdesc-closed .gslide-media {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 1
}
.greset {
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}
.gabsolute {
  position: absolute
}
.grelative {
  position: relative
}
.glightbox-desc {
  display: none!important
}
.glightbox-open {
  overflow: hidden
}
.gloader {
  height: 2.5rem;
  width: 2.5rem;
  -webkit-animation: lightboxLoader .8s infinite linear;
  animation: lightboxLoader .8s infinite linear;
  border: .1rem solid var(--white);
  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 + .1rem);
  position: fixed;
  top: -1px;
  left: 0;
  background: var(--black);
  will-change: opacity
}
.glightbox-mobile .goverlay {
  background: var(--black)
}
.gclose,
.gnext,
.gprev {
  z-index: 99999;
  cursor: pointer;
  width: 2.6rem;
  height: 4.4rem;
  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: 2.5rem;
  height: auto;
  margin: 0;
  padding: 0
}
.gclose.disabled,
.gnext.disabled,
.gprev.disabled {
  opacity: .1
}
.gclose .garrow,
.gnext .garrow,
.gprev .garrow {
  stroke: var(--white)
}
.gbtn.focused {
  outline: .2rem solid var(--purple-pale)
}
iframe.wait-autoplay {
  opacity: 0
}
.glightbox-closing .gclose,
.glightbox-closing .gnext,
.glightbox-closing .gprev {
  opacity: 0!important
}
.glightbox-clean .gslide-description {
  background: var(--white)
}
.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: .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,.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 .5s ease;
  animation: gfadeIn .5s ease
}
.gfadeOut {
  -webkit-animation: gfadeOut .5s ease;
  animation: gfadeOut .5s ease
}
.gslideOutLeft {
  -webkit-animation: gslideOutLeft .3s ease;
  animation: gslideOutLeft .3s ease
}
.gslideInLeft {
  -webkit-animation: gslideInLeft .3s ease;
  animation: gslideInLeft .3s ease
}
.gslideOutRight {
  -webkit-animation: gslideOutRight .3s ease;
  animation: gslideOutRight .3s ease
}
.gslideInRight {
  -webkit-animation: gslideInRight .3s ease;
  animation: gslideInRight .3s ease
}
.gzoomIn {
  -webkit-animation: gzoomIn .5s ease;
  animation: gzoomIn .5s ease
}
.gzoomOut {
  -webkit-animation: gzoomOut .5s ease;
  animation: gzoomOut .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(.3,.3,.3);
    transform: scale3d(.3,.3,.3)
  }
  to {
    opacity: 1
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3)
  }
  to {
    opacity: 1
  }
}
@-webkit-keyframes gzoomOut {
  from {
    opacity: 1
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3)
  }
  to {
    opacity: 0
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.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,.92)
  }
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0 rgba(0,0,0,.65);
    box-shadow: 1px 2px 9px 0 rgba(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,.32)
  }
  .glightbox-clean .gclose:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gprev:hover {
    background-color: rgba(0,0,0,.7)
  }
  .glightbox-clean .gprev {
    top: 45%
  }
  .glightbox-clean .gnext {
    top: 45%
  }
}
@media (min-width:992px) {
  .glightbox-clean .gclose {
    opacity: .7;
    right: 20px
  }
}
@media screen and (max-height:420px) {
  .goverlay {
    background: #000
  }
}
.wow {
  visibility: hidden
}
.grecaptcha-badge {
  display: none!important
}
.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--black);
  color: var(--white);
  -webkit-box-shadow: 0 0 2rem rgba(27,27,27,.5);
  -moz-box-shadow: 0 0 2rem rgba(27,27,27,.5);
  box-shadow: 0 0 2rem rgba(27,27,27,.5);
  z-index: 11
}
.header__list {
  list-style: none;
  padding: 0;
  margin: 0!important;
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
  gap: var(--nav-gap-sm)
}
@media (max-width:679px) {
  .header__list {
    display: none
  }
}
@media (min-width:480px) {
  .header__list {
    gap: var(--nav-gap-md)
  }
}
@media (min-width:992px) {
  .header__list {
    font-size: clamp(1.2rem,.84vw + .8rem,2.1rem);
    gap: var(--nav-gap-lg)
  }
}
@media (min-width:1180px) {
  .header__list {
    gap: var(--nav-gap-md)
  }
}
@media (min-width:1800px) {
  .header__list {
    gap: var(--nav-gap-lg)
  }
}
@media (max-width:374px) {
  .header__list li:last-child {
    display: none
  }
}
@media (min-width:1180px) and (max-width:1399px) {
  .header__list li:last-child {
    display: none
  }
}
.header__list li a {
  color: var(--white)
}
.header__list li a:focus,
.header__list li a:hover {
  color: var(--green-light)
}
@media (min-width:820px) {
  .header__list li a span:nth-child(1) {
    display: none
  }
}
@media (max-width:819px) {
  .header__list li a {
    display: grid;
    width: 5rem;
    aspect-ratio: 1/1;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: var(--green)
  }
  .header__list li a svg {
    fill: var(--white)
  }
  .header__list li a span:nth-child(2) {
    display: none
  }
}
@media (max-width:679px) {
  .header__list li a {
    width: 4.1rem;
    background: var(--white)
  }
  .header__list li a svg {
    fill: var(--green)
  }
}
.header__row {
  display: flex;
  flex-wrap: wrap
}
.header__one {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  align-items: center;
  padding: var(--header-y-xs) var(--header-x-xs)
}
@media (min-width:480px) {
  .header__one {
    padding: var(--header-y-sm) var(--header-x-sm)
  }
}
@media (min-width:1180px) {
  .header__one {
    padding: var(--header-y-sm) 0 var(--header-y-sm) var(--header-x-sm)
  }
}
@media (min-width:1800px) {
  .header__one {
    padding: var(--header-y-lg) 0 var(--header-y-lg) var(--header-x-lg)
  }
}
.header__two {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center
}
@media (min-width:1180px) {
  .header__two {
    flex: 1 0 0%;
    width: 100%;
    padding: var(--header-y-sm) var(--header-x-sm)
  }
}
@media (min-width:1800px) {
  .header__two {
    padding: var(--header-y-lg) var(--header-x-lg)
  }
}
.header__three {
  position: relative;
  display: flex;
  flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  background-color: var(--green-dark);
  padding: var(--header-y-sm) var(--header-x-sm)
}
@media (min-width:1180px) {
  .header__three {
    flex: 0 0 auto;
    width: auto;
    padding: var(--header-y-sm) var(--header-x-sm)
  }
}
@media (min-width:1800px) {
  .header__three {
    padding: var(--header-y-lg) var(--header-x-lg)
  }
}
@media (max-width:679px) {
  .header__three {
    display: none
  }
}
.header__four {
  position: relative;
  display: flex;
  flex: 1 0 0;
  width: auto;
  max-width: 100%;
  align-items: center;
  justify-content: space-between;
  background-color: var(--green);
  padding: var(--header-y-xs) var(--header-x-xs)
}
.header__four .btn {
  white-space: nowrap
}
@media (min-width:480px) {
  .header__four {
    padding: var(--header-y-sm) var(--header-x-sm)
  }
}
@media (min-width:680px) {
  .header__four .header__list {
    display: none
  }
}
@media (min-width:1180px) {
  .header__four {
    flex: 0 0 auto
  }
}
@media (min-width:1800px) {
  .header__four {
    padding: var(--header-y-lg) var(--header-x-lg)
  }
}
@media (max-width:679px) {
  .header__four {
    justify-content: flex-end
  }
  .header__four .btn {
    display: none
  }
}
.logo {
  position: relative;
  display: block;
  width: 16rem;
  transition: all .5s cubic-bezier(.5,0,.5,1)
}
.logo:focus,
.logo:hover {
  opacity: .5
}
@media (min-width:1180px) {
  .logo {
    width: 18rem
  }
}
@media (min-width:1400px) {
  .logo {
    width: 20rem
  }
}
@media (min-width:1800px) {
  .logo {
    width: 25rem
  }
}
.logo img {
  width: 100%
}
.main {
  position: relative;
  background: var(--main-bg)
}
.main__overlay {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background: var(--green-light);
  z-index: 10;
  transition: all .5s ease-out
}
@media (max-width:1179px) {
  html.js-nav-active .main__overlay {
    opacity: .8;
    visibility: visible
  }
}
.footer {
  position: relative;
  background: var(--body-bg);
  padding: 0 0 var(--gutter-lg);
  line-height: 1.6
}
.footer__map {
  height: 40rem
}
@media (min-width:1180px) {
  .footer__map {
    height: 40vw;
    max-height: 55rem;
    min-height: 60rem
  }
}
@media (min-width:1280px) {
  .footer__map {
    height: 50vw
  }
}
.footer__fixed {
  position: relative;
  width: 100%;
  max-width: 100%;
  max-width: 150rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--space-x);
  margin-top: -10rem;
  z-index: 1
}
.footer__row {
  position: relative;
  display: grid;
  background: var(--white);
  -webkit-box-shadow: 0 0 2rem rgba(27,27,27,.4);
  -moz-box-shadow: 0 0 2rem rgba(27,27,27,.4);
  box-shadow: 0 0 2rem rgba(27,27,27,.4)
}
@media (min-width:1100px) {
  .footer__row {
    grid-template-columns: repeat(2,1fr)
  }
}
@media (min-width:1280px) {
  .footer__row {
    grid-template-columns: 1fr 47rem
  }
}
.footer__row--columns {
  grid-template-columns: auto
}
.footer__one {
  position: relative;
  padding: var(--space-x-sm)
}
.footer__two {
  position: relative;
  background: var(--green-dark);
  color: var(--white);
  padding: var(--space-x-sm) var(--space-x-sm) 6rem
}
@media (min-width:680px) {
  .footer__two {
    padding: var(--space-x-sm)
  }
}
.footer__details {
  display: grid;
  gap: 4rem
}
@media (min-width:780px) and (max-width:1100px) {
  .footer__details:not(.footer__details--columns) {
    grid-template-columns: repeat(2,1fr)
  }
}
@media (min-width:780px) {
  .footer__details--columns {
    grid-template-columns: repeat(2,1fr)
  }
}
.footer__meta {
  display: grid;
  gap: var(--gutter-md)
}
@media (min-width:1280px) {
  .footer__meta--columns {
    grid-template-columns: repeat(2,1fr)
  }
}
.footer__nav {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem
}
.footer__nav li {
  display: block;
  font-weight: var(--book)
}
@media (max-width:1179px) {
  .footer__nav li {
    display: block
  }
}
@media (min-width:1180px) {
  .footer__nav li {
    display: inline-block
  }
  .footer__nav li:not(:last-child)::after {
    margin: 0 1.5rem;
    content: "|";
    color: var(--grey)
  }
}
@media (max-width:991px) {
  .footer__nav li {
    margin: 0 0 1rem
  }
}
.footer__list {
  list-style: none;
  padding: 0;
  margin: 0
}
@media (max-width:991px) {
  .footer__list li:not(:last-child) {
    margin: 0 0 1rem
  }
}
.footer__social {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 2rem
}
.footer__social li {
  display: block
}
.footer__social li a {
  display: block;
  background: var(--white);
  padding: .5rem;
  border-radius: .5rem
}
.footer__social li a svg {
  fill: var(--green-dark);
  transition: all .3s cubic-bezier(.5,0,.5,1)
}
.footer__social li a:focus,
.footer__social li a:hover {
  background: var(--green)
}
.footer__social li a:focus svg,
.footer__social li a:hover svg {
  fill: var(--white)
}
.footer strong {
  font-weight: var(--book)
}
.footer a {
  color: var(--white);
  font-weight: var(--book)
}
.footer a:focus,
.footer a:hover {
  color: var(--green-light)
}
.footer .icon--heart svg {
  fill: var(--white)
}
.footer h4 {
  color: var(--green-light);
  margin-top: var(--gutter-md);
  margin-bottom: var(--gutter-sm)
}
.footer h4:first-child {
  margin-top: 0
}
.footer h4:last-child {
  margin-bottom: 0
}
html.js-nav-active {
  overflow: hidden
}
@media (max-width:1179px) {
  html {
    scrollbar-width: none;
    -ms-overflow-style: none
  }
  html::-webkit-scrollbar {
    width: 0
  }
}
@media (min-width:1180px) {
  .navigation {
    position: relative!important
  }
  .navigation ul {
    list-style: none;
    margin: 0;
    padding: 0
  }
  .navigation ul li {
    position: relative;
    white-space: nowrap;
    padding: 1.5rem 0;
    line-height: 1;
    transition: all .3s ease-out
  }
  .navigation ul li .dropdown-toggle,
  .navigation ul li:before {
    display: none
  }
  .navigation ul li > ul {
    -webkit-animation: navFadeOut .3s;
    -moz-animation: navFadeOut .3s;
    -o-animation: navFadeOut .3s;
    animation: navFadeOut .3s
  }
  .navigation ul li:focus-within > ul,
  .navigation ul li:hover > ul {
    visibility: visible;
    display: block;
    -webkit-animation: navFadeIn .3s;
    -moz-animation: navFadeIn .3s;
    -o-animation: navFadeIn .3s;
    animation: navFadeIn .3s
  }
  .navigation ul li a {
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-weight: var(--book);
    padding: .4rem;
    transition: all .3s cubic-bezier(.5,0,.5,1)
  }
  .navigation ul li.menu-item-has-children {
    padding: 0
  }
  .navigation ul li.menu-item-has-children > a {
    gap: .5rem
  }
  .navigation ul li.menu-item-has-children > a::after {
    display: block;
    content: "";
    aspect-ratio: 1/1;
    background-repeat: no-repeat;
    transition: all .3s cubic-bezier(.5,0,.5,1)
  }
  .navigation ul li ul,
  .navigation ul li ul ul {
    position: absolute;
    display: none;
    visibility: hidden;
    width: 100%;
    width: fit-content;
    z-index: 99999;
    text-align: left;
    -webkit-box-shadow: 0 0 1rem .05rem rgba(27,27,27,.2);
    -moz-box-shadow: 0 0 1rem .05rem rgba(27,27,27,.2);
    box-shadow: 0 0 1rem .05rem rgba(27,27,27,.2)
  }
  .navigation ul li ul li,
  .navigation ul li ul ul li {
    display: block;
    height: auto;
    width: 100%;
    border: 0;
    padding: 0;
    line-height: 1
  }
  .navigation ul li ul li a,
  .navigation ul li ul ul li a {
    width: 100%;
    min-width: 26rem;
    min-height: 5rem;
    font-weight: var(--book);
    font-size: 1.5rem;
    border-top: 0;
    padding: 1.1rem 2rem;
    justify-content: space-between
  }
  .navigation ul li ul li:focus-within > a,
  .navigation ul li ul li:hover > a,
  .navigation ul li ul ul li:focus-within > a,
  .navigation ul li ul ul li:hover > a {
    text-decoration: none
  }
  .navigation ul li ul li.menu-item-has-children,
  .navigation ul li ul ul li.menu-item-has-children {
    padding: 0
  }
  .navigation ul li ul li.menu-item-has-children > a::after,
  .navigation ul li ul ul li.menu-item-has-children > a::after {
    width: 2rem
  }
  .navigation > ul {
    display: flex;
    align-items: baseline;
    gap: var(--nav-gap-sm)
  }
}
@media (min-width:1180px) and (min-width:1280px) {
  .navigation > ul {
    gap: var(--nav-gap-md)
  }
}
@media (min-width:1180px) and (min-width:1800px) {
  .navigation > ul {
    gap: var(--nav-gap-lg)
  }
}
@media (min-width:1180px) {
  .navigation > ul > li {
    display: block
  }
  .navigation > ul > li > a {
    font-size: clamp(1.2rem,.84vw + .8rem,2.1rem);
    flex-direction: column;
    color: var(--white)
  }
  .navigation > ul > li > a:focus,
  .navigation > ul > li > a:hover {
    color: var(--green-light)
  }
  .navigation > ul > li.menu-item-has-children > a::after {
    width: 2.2rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24' fill='%239cc0a3' %3E%3Cpath d='M12,13.6l7.4-7.4,2.1,2.1-9.5,9.5L2.5,8.3l2.1-2.1,7.4,7.4Z'/%3E%3C/svg%3E")
  }
  .navigation > ul > li.menu-item-has-children:focus-within > a::after,
  .navigation > ul > li.menu-item-has-children:hover > a::after {
    transform: rotate(180deg)
  }
  .navigation > ul > li.current-menu-item > a {
    color: var(--grey)
  }
  .navigation > ul > li.current-menu-item:focus-within > a,
  .navigation > ul > li.current-menu-item:hover > a {
    color: var(--grey)
  }
  .navigation > ul > li > ul {
    top: 100%;
    left: 0;
    padding: 1rem 0 0
  }
  .navigation > ul > li > ul > li {
    padding: 0
  }
  .navigation > ul > li > ul > li > a {
    color: var(--white);
    background-color: var(--green)
  }
  .navigation > ul > li > ul > li:not(:last-child) > a {
    border-bottom: .1rem solid var(--green-dark)
  }
  .navigation > ul > li > ul > li:focus-within > a,
  .navigation > ul > li > ul > li:hover > a {
    color: var(--white);
    background-color: var(--green-dark);
    border-color: var(--green-dark)
  }
  .navigation > ul > li > ul > li.menu-item-has-children > a::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24' fill='%23ffffff' %3E%3Cpath d='M14.3,12l-7.4-7.4,2.1-2.1,9.5,9.5-9.5,9.5-2.1-2.1,7.4-7.4Z'/%3E%3C/svg%3E")
  }
  .navigation > ul > li > ul > li.menu-item-has-children:focus-within > a::after,
  .navigation > ul > li > ul > li.menu-item-has-children:hover > a::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24' fill='%23ffffff' %3E%3Cpath d='M14.3,12l-7.4-7.4,2.1-2.1,9.5,9.5-9.5,9.5-2.1-2.1,7.4-7.4Z'/%3E%3C/svg%3E")
  }
  .navigation > ul > li > ul > li.current-menu-item > a {
    color: var(--white);
    background-color: rgb(19.35,19.35,19.35);
    border-color: rgb(19.35,19.35,19.35)
  }
  .navigation > ul > li > ul > li.current-menu-item > a::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24' fill='%23ffffff' %3E%3Cpath d='M14.3,12l-7.4-7.4,2.1-2.1,9.5,9.5-9.5,9.5-2.1-2.1,7.4-7.4Z'/%3E%3C/svg%3E")
  }
  .navigation > ul > li > ul > li.current-menu-item:focus-within > a,
  .navigation > ul > li > ul > li.current-menu-item:hover > a {
    color: var(--white);
    background-color: rgb(19.35,19.35,19.35);
    border-color: rgb(19.35,19.35,19.35)
  }
  .navigation > ul > li > ul > li.current-menu-item:focus-within > a::after,
  .navigation > ul > li > ul > li.current-menu-item:hover > a::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24' fill='%23ffffff' %3E%3Cpath d='M14.3,12l-7.4-7.4,2.1-2.1,9.5,9.5-9.5,9.5-2.1-2.1,7.4-7.4Z'/%3E%3C/svg%3E")
  }
  .navigation > ul > li > ul > li > ul {
    top: 0;
    left: 100%
  }
  .navigation > ul > li > ul > li > ul > li > a {
    color: var(--black);
    background-color: rgb(208.5,208.5,208.5)
  }
  .navigation > ul > li > ul > li > ul > li:not(:last-child) > a {
    border-bottom: .1rem solid var(--grey-dark)
  }
  .navigation > ul > li > ul > li > ul > li:focus-within > a,
  .navigation > ul > li > ul > li > ul > li:hover > a {
    color: var(--white);
    background-color: var(--grey-dark);
    border-color: var(--grey-dark)
  }
  .navigation > ul > li > ul > li > ul > li.current-menu-item > a {
    color: var(--white);
    background-color: rgb(19.35,19.35,19.35);
    border-color: rgb(19.35,19.35,19.35)
  }
  .navigation > ul > li > ul > li > ul > li.current-menu-item:focus-within > a,
  .navigation > ul > li > ul > li > ul > li.current-menu-item:hover > a {
    color: var(--white);
    background-color: rgb(19.35,19.35,19.35);
    border-color: rgb(19.35,19.35,19.35)
  }
  .navigation > ul > li.menu-item-has-children:last-child > ul {
    left: auto;
    right: 0
  }
}
@media (max-width:1179px) {
  .navigation {
    position: fixed!important;
    left: -30rem;
    width: 30rem;
    top: var(--header-height);
    bottom: 0;
    z-index: 1000;
    background-color: var(--grey-dark);
    height: 100vh;
    overflow-x: hidden;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    transition: all .3s cubic-bezier(.5,0,.5,1)
  }
  .navigation.opened {
    left: 0
  }
  .navigation ul {
    list-style: none;
    margin: 0;
    padding: 0
  }
  .navigation ul li {
    position: relative;
    display: block;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    line-height: 1;
    text-align: left
  }
  .navigation ul li:before {
    display: none
  }
  .navigation ul li a {
    display: block;
    font-size: 1.7rem;
    padding: 2rem
  }
  .navigation ul li ul {
    display: none
  }
  .navigation ul li ul.toggled {
    display: block
  }
  .navigation ul li ul li a {
    font-size: 1.6rem
  }
  .navigation > ul {
    padding-bottom: 20rem
  }
  .navigation > ul > li {
    border-bottom: .1rem solid rgb(13.5,13.5,13.5)
  }
  .navigation > ul > li > a {
    color: var(--white);
    background-color: var(--grey-dark)
  }
  .navigation > ul > li.current-menu-item > a {
    color: var(--white);
    background-color: var(--black)
  }
  .navigation > ul > li > ul > li:not(:last-child) {
    border-bottom: .1rem solid rgb(208.5,208.5,208.5)
  }
  .navigation > ul > li > ul > li > a {
    color: var(--black);
    background-color: rgb(221.25,221.25,221.25)
  }
  .navigation > ul > li > ul > li.current-menu-item > a {
    color: var(--white);
    background-color: var(--black)
  }
  .navigation > ul > li > ul > li > ul > li:not(:last-child) {
    border-bottom: .1rem solid rgb(208.5,208.5,208.5)
  }
  .navigation > ul > li > ul > li > ul > li > a {
    color: var(--black);
    background-color: var(--white)
  }
  .navigation > ul > li > ul > li > ul > li.current-menu-item > a {
    color: var(--white);
    background-color: var(--black)
  }
}
.dropdown-toggle {
  position: absolute;
  top: .8rem;
  right: 1.5rem;
  content: "";
  height: 4rem;
  width: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  color: var(--grey);
  background-color: var(--green);
  padding: 0;
  margin: 0;
  line-height: 1;
  transition: all .3s cubic-bezier(.5,0,.5,1);
  border-radius: .5rem;
  cursor: pointer;
  outline: 0
}
.dropdown-toggle::after {
  position: relative;
  display: block;
  top: .2rem;
  width: 2.8rem;
  aspect-ratio: 1/1;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24' fill='%23ffffff' %3E%3Cpath d='M11 11V5H13V11H19V13H13V19H11V13H5V11H11Z'/%3E%3C/svg%3E")
}
.dropdown-toggle.toggled::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24' fill='%23ffffff' %3E%3Cpath d='M5 11V13H19V11H5Z'/%3E%3C/svg%3E")
}
.burger {
  position: relative;
  display: inline-block;
  background: transancestor;
  border: 0;
  cursor: pointer;
  margin: 0 0 0 2rem;
  vertical-align: middle
}
@media (min-width:1180px) {
  .burger {
    display: none
  }
}
.burger__inner {
  display: flex;
  align-items: center
}
.burger__trigger {
  position: relative;
  height: 2.2rem;
  display: flex;
  align-items: center;
  margin: 0 1rem 0 0
}
.burger__icon,
.burger__icon::after,
.burger__icon::before {
  display: block;
  width: 2.3rem;
  height: .3rem;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  background-color: var(--white)
}
.burger__icon {
  position: relative
}
.burger__icon::after,
.burger__icon::before {
  position: absolute
}
.burger__icon {
  transition-timing-function: cubic-bezier(.55,.055,.675,.19);
  transition-duration: 75ms
}
.burger__icon::after,
.burger__icon::before {
  display: block;
  content: ""
}
.burger__icon::before {
  top: -.8rem;
  transition: top 75ms ease .12s,opacity 75ms ease
}
.burger__icon::after {
  bottom: -.8rem;
  transition: bottom 75ms ease .12s;
  transform: 75ms cubic-bezier(.55,.055,.675,.19)
}
.burger__text {
  line-height: 1;
  font-weight: var(--book)
}
.burger.active .burger__icon {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transform: rotate(45deg)
}
.burger.active .burger__icon::before {
  top: 0;
  opacity: 0;
  transition: top 75ms ease,opacity 75ms ease .12s
}
.burger.active .burger__icon::after {
  bottom: 0;
  transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
  transform: rotate(-90deg)
}
.banner {
  position: relative;
  background: var(--white)
}
.banner__row {
  display: grid;
  grid-template-columns: auto
}
@media (min-width:992px) {
  .banner__row {
    grid-template-columns: repeat(2,1fr);
    min-height: calc(var(--vh,1vh) * 100 - var(--header-height))
  }
}
@media (min-width:992px) {
  .banner__row--full {
    grid-template-columns: auto;
    min-height: auto
  }
}
.banner__one {
  position: relative
}
.banner__two {
  position: relative;
  align-self: center;
  padding: var(--space-y) 0;
  overflow: hidden
}
.banner__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.banner__media::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27,27,27,.8);
  content: "";
  z-index: 1
}
.banner img,
.banner video {
  width: 100%;
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0
}
.banner img {
  -o-object-position: center;
  object-position: center
}
.banner video {
  -o-object-position: center;
  object-position: center
}
.banner__masthead {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--white);
  text-align: center;
  z-index: 2
}
.banner__masthead a:not(.btn) {
  color: var(--white)
}
.banner__masthead a:not(.btn):hover {
  color: var(--green)
}
.banner__emblem {
  width: 10rem
}
@media (min-width:992px) {
  .banner__emblem {
    width: 12rem
  }
}
@media (min-width:1280px) {
  .banner__emblem {
    width: 15rem
  }
}
.banner__emblem--home {
  width: 18rem
}
@media (min-width:768px) {
  .banner__emblem--home {
    width: 25rem
  }
}
@media (min-width:1280px) {
  .banner__emblem--home {
    width: 30rem
  }
}
.banner__heading {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  gap: var(--gutter-sm);
  padding: var(--space-y) var(--gutter-lg)
}
@media (min-width:768px) {
  .banner__heading {
    gap: var(--gutter-md)
  }
}
@media (min-width:992px) {
  .banner__heading {
    gap: var(--gutter-lg)
  }
}
@media (min-width:1280px) {
  .banner__heading {
    width: 60rem
  }
}
.banner__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  gap: 1rem
}
@media (min-width:768px) {
  .banner__list {
    gap: var(--nav-gap-sm)
  }
}
@media (min-width:1280px) {
  .banner__list {
    gap: var(--nav-gap-md)
  }
}
@media (min-width:1800px) {
  .banner__list {
    gap: var(--nav-gap-lg)
  }
}
.banner__list li {
  display: block
}
@media (max-width:479px) {
  .banner__list li {
    width: 100%
  }
}
.banner__list li .btn {
  width: 100%;
  white-space: nowrap
}
.banner__title {
  margin-top: var(--gutter-sm);
  margin-bottom: var(--gutter-sm)
}
@media (min-width:768px) {
  .banner__title {
    margin-top: var(--gutter-md);
    margin-bottom: var(--gutter-md)
  }
}
@media (min-width:1280px) {
  .banner__title {
    margin-top: var(--gutter-lg);
    margin-bottom: var(--gutter-lg)
  }
}
.banner__intro {
  margin: 0 auto;
  padding: 0 var(--space-x);
  font-size: var(--h6);
  max-width: 75rem
}
.banner__intro a:not(.btn) {
  color: var(--green);
  font-weight: var(--regular)
}
.banner__intro a:not(.btn):hover {
  color: var(--green-dark)
}
.banner__intro ul:not(.list--exempt) {
  list-style: none;
  padding-left: 2rem
}
@media (min-width:480px) {
  .banner__intro ul:not(.list--exempt) {
    padding-left: 3rem
  }
}
.banner__intro ul:not(.list--exempt) li {
  position: relative;
  margin: 0
}
.banner__intro ul:not(.list--exempt) li::marker {
  display: none
}
.banner__intro ul:not(.list--exempt) li:not(:last-child) {
  margin-bottom: 1rem
}
.banner__intro ul:not(.list--exempt) li::before {
  position: absolute;
  top: .6rem;
  left: -2rem;
  display: block;
  content: "";
  width: .6rem;
  height: .6rem;
  background: var(--green);
  border-radius: 50%
}
@media (min-width:480px) {
  .banner__intro ul:not(.list--exempt) li::before {
    top: .7rem;
    left: -3rem;
    width: .8rem;
    height: .8rem
  }
}
.banner__intro ol {
  padding-left: 3rem;
  counter-reset: custom-counter;
  list-style: none
}
.banner__intro ol li {
  position: relative;
  margin: 0;
  counter-increment: custom-counter
}
.banner__intro ol li::marker {
  display: none
}
.banner__intro ol li:not(:last-child) {
  margin-bottom: .5rem
}
.banner__intro ol li::before {
  position: absolute;
  left: -3rem;
  top: 0;
  display: block;
  content: counter(custom-counter) ".";
  font-weight: var(--regular);
  color: var(--green)
}
.banner__intro .btn {
  color: var(--white);
  background: var(--green);
  border-color: var(--green)
}
.banner__intro .btn::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 15 24' fill='%23ffffff' %3E%3Cpath d='M2.8,22.9l-1.5-1.5,9.3-9.3L1.3,2.7l1.5-1.5,10.9,10.9L2.8,22.9Z'/%3E%3C/svg%3E")
}
.banner__intro .btn:focus,
.banner__intro .btn:hover {
  color: var(--black);
  background: 0 0;
  border-color: var(--green)
}
.banner__intro .btn:focus::after,
.banner__intro .btn:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 15 24' fill='%239cc0a3' %3E%3Cpath d='M2.8,22.9l-1.5-1.5,9.3-9.3L1.3,2.7l1.5-1.5,10.9,10.9L2.8,22.9Z'/%3E%3C/svg%3E")
}
.banner__meta {
  list-style: none;
  margin: 0
}
.banner__categories {
  list-style: none;
  margin: 0
}
.banner__date {
  font-size: 85%;
  vertical-align: middle
}
.banner__date .icon {
  margin: 0 1rem 0 0
}
.banner__cta {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%
}
.banner__cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.5rem,.28vw + 1.37rem,1.8rem);
  padding: var(--gutter-sm);
  background-color: rgba(86,126,94,.6)
}
.banner__cta a:after {
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24' fill='%23ffffff' %3E%3Cpath d='M14.3,12l-7.4-7.4,2.1-2.1,9.5,9.5-9.5,9.5-2.1-2.1,7.4-7.4Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 2rem;
  aspect-ratio: 1/1;
  margin: -.1rem 0 0 1rem;
  transition: all .3s cubic-bezier(.5,0,.5,1)
}
.banner__cta a:hover {
  color: var(--white)!important;
  background-color: var(--green)!important
}
.banner__cta a:hover:after {
  margin: -.1rem 0 0 2rem
}
.banner--home .banner__heading {
  gap: clamp(2.5rem,4.21vw + .48rem,7rem)
}
.banner--home .banner__intro {
  margin: 0;
  max-width: none
}
.banner--home.banner--fade .banner__emblem--home img,
.banner--home.banner--fade .banner__media::before {
  transition: opacity 1.5s cubic-bezier(.5,0,.5,1)
}
.banner--home.banner--fade .banner__emblem--home img {
  opacity: 0
}
.banner--home.banner--fade .banner__media::before {
  opacity: .3
}
@media (min-width:780px) and (max-width:1100px) {
  .banner .form__row {
    grid-template-columns: auto
  }
}
.banner .finance__links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: var(--gutter-md)
}
@media (max-width:479px) {
  .banner .finance__links {
    flex-direction: column;
    row-gap: 2.5rem
  }
}
@media (min-width:992px) {
  .banner .finance__links {
    margin-top: var(--gutter-lg)
  }
}
.banner .finance__links img {
  width: 10rem
}
@media (min-width:768px) {
  .banner .finance__links img {
    width: 15rem
  }
}
.offer {
  display: block;
  width: 100%;
  border: .2rem solid var(--green-light);
  padding: var(--gutter-md) var(--gutter-lg);
  margin-top: var(--gutter-sm)
}
.offer__heading {
  font-size: var(--h4);
  font-family: var(--body-font);
  font-weight: var(--book);
  margin-bottom: 1.5rem;
  color: var(--green-light);
  transition: all .3s cubic-bezier(.5,0,.5,1)
}
.offer p {
  margin: 0
}
.offer:focus,
.offer:hover {
  background: var(--white);
  border-color: var(--white)
}
.offer:focus .offer__heading,
.offer:hover .offer__heading {
  color: var(--green)
}
.loop {
  list-style: none;
  display: grid;
  grid-template-columns: auto;
  gap: clamp(1rem,1.87vw + .1rem,3rem)
}
@media (min-width:768px) {
  .loop {
    grid-template-columns: repeat(3,1fr)
  }
}
.post {
  display: block;
  background: var(--grey);
  color: var(--green);
  font-weight: var(--light);
  height: 100%
}
.post__row {
  display: flex;
  flex-wrap: wrap;
  height: 100%
}
@media (max-width:1549px) {
  .post__row {
    flex-direction: column
  }
}
.post__one {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%
}
@media (max-width:1549px) {
  .post__one {
    aspect-ratio: 16/10
  }
}
@media (min-width:1550px) {
  .post__one {
    width: 40%
  }
}
.post__two {
  position: relative;
  flex: 1 0 0%;
  width: 100%;
  max-width: 100%
}
.post img {
  margin: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}
.post .btn {
  margin-top: 0;
  color: var(--white);
  background: var(--green);
  border-color: var(--green)
}
.post__body {
  padding: var(--gutter-md);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%
}
@media (min-width:992px) {
  .post__body {
    padding: var(--gutter-lg)
  }
}
.post__heading {
  line-height: 1.2;
  margin-bottom: var(--gutter-md)
}
.post:focus,
.post:hover {
  color: var(--white);
  background: var(--green)
}
.post:focus .btn,
.post:hover .btn {
  color: var(--white);
  background: var(--green);
  border-color: var(--green)
}
.post .btn {
  margin-top: var(--gutter-lg)
}
.post .btn:focus,
.post .btn:hover {
  color: var(--green);
  background: var(--white);
  border-color: var(--white)
}
.section--top {
  padding-bottom: clamp(2rem,3.74vw + .21rem,6rem)
}
.section--center {
  text-align: center
}
.section__heading {
  font-size: var(--h2)
}
.section__lead {
  font-size: var(--h6);
  max-width: 80%;
  margin: 2rem auto 0
}
.content {
  position: relative
}
.content--top {
  padding-top: var(--space-y)
}
.content--bottom {
  padding-bottom: var(--space-y)
}
.content:first-of-type {
  z-index: 1
}
.content__fixed {
  position: relative;
  width: 100%;
  max-width: 100%;
  max-width: 150rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--space-x)
}
.content__row {
  display: grid
}
.content__row--one {
  grid-template-columns: auto
}
@media (min-width:1180px) {
  .content__row--one {
    grid-template-columns: repeat(2,1fr)
  }
}
.content__row--two {
  grid-template-columns: auto
}
@media (min-width:1180px) {
  .content__row--two {
    grid-template-columns: repeat(5,1fr)
  }
}
@media (min-width:1180px) {
  .content__row--two.content__row--left .content__column:nth-child(1) {
    grid-column: span 3/span 3
  }
  .content__row--two.content__row--left .content__column:nth-child(2) {
    grid-column: span 2/span 2;
    grid-column-start: 4
  }
}
@media (min-width:1180px) {
  .content__row--two.content__row--right .content__column:nth-child(1) {
    grid-column: span 3/span 3
  }
  .content__row--two.content__row--right .content__column:nth-child(2) {
    grid-column: span 2/span 2
  }
}
.content__row--full,
.content__row--page {
  grid-template-columns: auto
}
@media (max-width:1179px) {
  .content__row--left .content__column:nth-child(1) {
    order: 2
  }
  .content__row--left .content__column:nth-child(2) {
    order: 1
  }
}
.content__row--right .content__column:nth-child(1) {
  order: 2
}
.content__row--right .content__column:nth-child(2) {
  order: 1
}
.content__column {
  display: grid
}
@media (min-width:1180px) {
  .content__column {
    position: relative
  }
}
.content__column--sticky {
  position: relative
}
.content__column--sticky .content__media {
  position: sticky;
  top: 17rem;
  z-index: 1
}
@media (min-width:1180px) {
  .content__column--sticky .content__media--img,
  .content__column--sticky .content__media--video {
    height: 35vw;
    min-height: none
  }
}
.content__media {
  position: relative;
  width: 100%
}
.content__media--img,
.content__media--video {
  z-index: 1
}
@media (max-width:1179px) {
  .content__media--img,
  .content__media--video {
    max-height: 55rem;
    aspect-ratio: 7/5
  }
}
@media (min-width:1180px) {
  .content__media--img,
  .content__media--video {
    height: 100%;
    min-height: 32vw
  }
}
.content__media img {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0
}
@media (min-width:1180px) {
  .content__media img {
    position: absolute;
    top: 0;
    left: 0
  }
}
.content__media--cover img {
  -o-object-fit: cover;
  object-fit: cover
}
.content__media--contain img {
  -o-object-fit: contain;
  object-fit: contain
}
.content__media--video img {
  -o-object-fit: cover;
  object-fit: cover
}
.content__media--top img {
  -o-object-position: top;
  object-position: top
}
.content__media--center img {
  -o-object-position: center;
  object-position: center
}
.content__media--bottom img {
  -o-object-position: bottom;
  object-position: bottom
}
.content__body {
  position: relative;
  padding: var(--space-x);
  align-self: center
}
.content__body ul:not(.list--exempt) {
  list-style: none;
  padding-left: 2rem
}
@media (min-width:480px) {
  .content__body ul:not(.list--exempt) {
    padding-left: 3rem
  }
}
.content__body ul:not(.list--exempt) li {
  position: relative;
  margin: 0
}
.content__body ul:not(.list--exempt) li::marker {
  display: none
}
.content__body ul:not(.list--exempt) li:not(:last-child) {
  margin-bottom: 1rem
}
.content__body ul:not(.list--exempt) li::before {
  position: absolute;
  top: .6rem;
  left: -2rem;
  display: block;
  content: "";
  width: .6rem;
  height: .6rem;
  background: var(--green);
  border-radius: 50%
}
@media (min-width:480px) {
  .content__body ul:not(.list--exempt) li::before {
    top: .7rem;
    left: -3rem;
    width: .8rem;
    height: .8rem
  }
}
.content__body ol {
  padding-left: 3rem;
  counter-reset: custom-counter;
  list-style: none
}
.content__body ol li {
  position: relative;
  margin: 0;
  counter-increment: custom-counter
}
.content__body ol li::marker {
  display: none
}
.content__body ol li:not(:last-child) {
  margin-bottom: .5rem
}
.content__body ol li::before {
  position: absolute;
  left: -3rem;
  top: 0;
  display: block;
  content: counter(custom-counter) ".";
  font-weight: var(--regular);
  color: var(--green)
}
.content__row--full .content__body {
  width: 100%;
  max-width: 110rem;
  text-align: center;
  margin: 0 auto
}
.content__row--full .content__text p:not(p+.btn) {
  text-align: left
}
.content__row--full .content__text p + p:has(.btn) .btn {
  margin-top: 0
}
.content__row--full .content__text h4,
.content__row--full .content__text ul {
  text-align: left
}
.content__row--full .content__text hr {
  width: 100%
}
.content__row--full .btn:not(.btn--inline) {
  margin-left: auto;
  margin-right: auto
}
.content__floret {
  display: inline-block;
  margin: 0;
  width: 28vw;
  max-width: 32rem;
  min-width: 15rem
}
.content__heading {
  margin-top: 1.5rem;
  margin-bottom: 1.8rem
}
@media (min-width:480px) {
  .content__heading {
    margin-top: 1.8rem;
    margin-bottom: 2rem
  }
}
@media (min-width:1180px) {
  .content__heading {
    margin-top: 2.8rem;
    margin-bottom: 3rem
  }
}
.content--white {
  background: var(--grey-dark)
}
.content--white .content__row {
  background: var(--white)
}
.content--white h4 strong {
  color: var(--green)
}
.content--white .btn {
  color: var(--white);
  background: var(--green);
  border-color: var(--green)
}
.content--white .btn::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 15 24' fill='%23ffffff' %3E%3Cpath d='M2.8,22.9l-1.5-1.5,9.3-9.3L1.3,2.7l1.5-1.5,10.9,10.9L2.8,22.9Z'/%3E%3C/svg%3E")
}
.content--white .btn:focus,
.content--white .btn:hover {
  color: var(--black);
  background: 0 0;
  border-color: var(--green)
}
.content--white .btn:focus::after,
.content--white .btn:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 15 24' fill='%239cc0a3' %3E%3Cpath d='M2.8,22.9l-1.5-1.5,9.3-9.3L1.3,2.7l1.5-1.5,10.9,10.9L2.8,22.9Z'/%3E%3C/svg%3E")
}
.content--green {
  background: var(--grey-dark)
}
.content--green .content__row {
  color: var(--white);
  background: var(--green)
}
.content--green h2,
.content--green h3,
.content--green h4 {
  color: var(--white)
}
.content--green a:not(.btn,.smiles__edit) {
  color: var(--white)
}
.content--green a:not(.btn,.smiles__edit):focus,
.content--green a:not(.btn,.smiles__edit):hover {
  color: var(--white)
}
.content--green .content__body ul:not(.list--exempt) li::before {
  background: var(--white)
}
.content--green .btn {
  color: var(--white);
  background: 0 0;
  border-color: var(--white)
}
.content--green .btn::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 15 24' fill='%23ffffff' %3E%3Cpath d='M2.8,22.9l-1.5-1.5,9.3-9.3L1.3,2.7l1.5-1.5,10.9,10.9L2.8,22.9Z'/%3E%3C/svg%3E")
}
.content--green .btn:focus,
.content--green .btn:hover {
  color: var(--green);
  background: var(--white);
  border-color: var(--white)
}
.content--green .btn:focus::after,
.content--green .btn:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 15 24' fill='%239cc0a3' %3E%3Cpath d='M2.8,22.9l-1.5-1.5,9.3-9.3L1.3,2.7l1.5-1.5,10.9,10.9L2.8,22.9Z'/%3E%3C/svg%3E")
}
.content--small {
  font-size: 75%;
  padding-top: var(--space-btn)
}
.page-id-324 .content .content__column iframe {
  height: 30rem
}
@media (min-width:992px) {
  .page-id-324 .content .content__column iframe {
    height: 50rem
  }
}
.team {
  position: relative;
  background: var(--grey-dark);
  color: var(--white);
  padding: var(--space-y) 0;
  z-index: 2
}
.team__fixed {
  position: relative;
  width: 100%;
  max-width: 100%;
  max-width: 150rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--space-x);
  z-index: 1
}
.team__list {
  list-style: none;
  display: grid;
  grid-template-columns: auto;
  gap: clamp(1rem,1.87vw + .1rem,3rem)
}
.member {
  position: relative;
  color: var(--black);
  transition: all .3s cubic-bezier(.5,0,.5,1)
}
.member__anchor {
  position: absolute;
  top: -20rem;
  left: 0
}
.member__body {
  display: grid;
  grid-template-columns: auto;
  text-align: center;
  overflow: hidden
}
@media (min-width:768px) {
  .member__body {
    grid-template-columns: repeat(12,1fr);
    gap: clamp(1rem,1.87vw + .1rem,3rem)
  }
}
@media (min-width:768px) {
  .member:nth-child(odd) .member__one {
    order: 2
  }
  .member:nth-child(odd) .member__two {
    order: 1
  }
}
.member:nth-child(even) .member__one {
  order: 1
}
.member:nth-child(even) .member__two {
  order: 2
}
.member [data-open] {
  cursor: pointer
}
.member__one {
  position: relative;
  height: auto;
  overflow: hidden;
  grid-column: auto
}
@media (min-width:768px) {
  .member__one {
    grid-column: span 5/span 5
  }
}
@media (max-width:767px) {
  .member__one {
    aspect-ratio: 16/10
  }
}
.member__two {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--white);
  grid-column: auto;
  padding: var(--space-x-sm)
}
@media (min-width:768px) {
  .member__two {
    grid-column: span 7/span 7
  }
}
.member__three {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--gutter-sm) 0 0
}
@media (min-width:768px) {
  .member__three {
    padding: var(--gutter-lg) 0 0
  }
}
.member__media {
  position: relative;
  width: 100%;
  height: 100%
}
.member__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  transition: all .6s cubic-bezier(.5,0,.5,1)
}
.member__body:has(.btn) .member__media img:focus,
.member__body:has(.btn) .member__media img:hover {
  transform: scale(1.1)
}
.member__floret {
  margin: 0;
  width: 28vw;
  max-width: 32rem;
  min-width: 20rem
}
.member__heading {
  font-family: var(--body-font);
  font-weight: var(--light);
  margin-top: 2rem!important;
  margin-bottom: 0
}
@media (min-width:992px) {
  .member__heading {
    margin-top: 3rem!important
  }
}
.member__meta {
  list-style: none;
  padding-left: 0;
  margin: 1.5rem 0 2.5rem
}
.member__meta li {
  margin: 0
}
.member__meta li::marker {
  display: none
}
.member__meta li:not(:first-child) {
  margin-top: 1rem
}
.member__job {
  font-weight: var(--regular)
}
.member__edit {
  display: block;
  margin: 2rem auto 0;
  width: fit-content
}
html.js-slideout-active {
  overflow: hidden
}
.slideout {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999999;
  visibility: hidden;
  opacity: 0;
  transition: all .3s cubic-bezier(.5,0,.5,1)
}
.slideout__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  background: var(--green-light);
  visibility: hidden;
  opacity: 0;
  transition: all .3s cubic-bezier(.5,0,.5,1)
}
.slideout__row {
  display: flex;
  height: 100%;
  justify-content: flex-end
}
.slideout__body {
  position: relative;
  display: block;
  width: 100%;
  max-width: 60rem;
  overflow-y: scroll;
  background: var(--white);
  margin-top: var(--header-height);
  padding: var(--gutter-md) var(--gutter-md) 8rem;
  z-index: 2;
  right: -100%;
  transition: right .7s cubic-bezier(.5,0,.5,1)
}
@media (min-width:768px) {
  .slideout__body {
    padding: var(--gutter-lg)
  }
}
.slideout__body .btn {
  color: var(--white);
  background: var(--green);
  border-color: var(--green)
}
.slideout__body .btn::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 15 24' fill='%23ffffff' %3E%3Cpath d='M2.8,22.9l-1.5-1.5,9.3-9.3L1.3,2.7l1.5-1.5,10.9,10.9L2.8,22.9Z'/%3E%3C/svg%3E")
}
.slideout__body .btn:focus,
.slideout__body .btn:hover {
  color: var(--black);
  background: 0 0;
  border-color: var(--green)
}
.slideout__body .btn:focus::after,
.slideout__body .btn:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 15 24' fill='%239cc0a3' %3E%3Cpath d='M2.8,22.9l-1.5-1.5,9.3-9.3L1.3,2.7l1.5-1.5,10.9,10.9L2.8,22.9Z'/%3E%3C/svg%3E")
}
.slideout__media {
  max-width: 35rem;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  aspect-ratio: 7/6
}
.slideout__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}
.slideout__heading {
  color: var(--green);
  font-size: clamp(2.2rem,.93vw + 1.75rem,3.2rem);
  font-family: var(--body-font);
  font-weight: var(--light);
  margin-top: var(--gutter-lg)
}
.slideout__meta {
  list-style: none;
  padding-left: 0;
  margin-bottom: var(--gutter-xs)
}
@media (min-width:992px) {
  .slideout__meta {
    margin-bottom: 2.5rem
  }
}
.slideout__meta li {
  margin: 0
}
.slideout__meta li::marker {
  display: none
}
.slideout__meta li:not(:first-child) {
  margin-top: 1rem
}
.slideout__job {
  font-size: var(--h6);
  font-weight: var(--regular)
}
.slideout__creds {
  color: #8f8f8f;
  margin-bottom: 2rem
}
.slideout__creds p {
  margin: 1rem 0;
  font-size: 90%
}
.slideout__creds p:first-child {
  margin-top: 0
}
.slideout__creds p:last-child {
  margin-bottom: 0
}
.slideout__close {
  position: absolute;
  top: 2rem;
  left: 2rem;
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  background: var(--green);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24' fill='%23ffffff' %3E%3Cpath d='M11.9997 10.5865L16.9495 5.63672L18.3637 7.05093L13.4139 12.0007L18.3637 16.9504L16.9495 18.3646L11.9997 13.4149L7.04996 18.3646L5.63574 16.9504L10.5855 12.0007L5.63574 7.05093L7.04996 5.63672L11.9997 10.5865Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  border: 0;
  z-index: 1;
  transition: all .3s cubic-bezier(.5,0,.5,1);
  cursor: pointer
}
.slideout--open {
  visibility: visible;
  opacity: 1
}
.slideout--open .slideout__backdrop {
  visibility: visible;
  opacity: .8
}
.slideout--open .slideout__body {
  right: 0
}
html.js-dialog-active {
  overflow: hidden
}
#videoToggle {
  cursor: pointer
}
.dialog {
  position: fixed;
  height: 100%;
  width: 100%;
  display: block;
  left: 0;
  top: 0;
  z-index: 999999;
  padding: 2.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: all .3s cubic-bezier(.5,0,.5,1)
}
@media (min-width:1280px) {
  .dialog {
    padding: 0 var(--space-x)
  }
}
.dialog__overlay {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--black);
  opacity: 0;
  cursor: pointer
}
.dialog__inner {
  position: relative;
  width: 90rem;
  max-width: 100%;
  z-index: 5;
  margin: 0 auto var(--space-x);
  -webkit-box-shadow: 0 0 5rem .2rem rgba(1.5,1.5,1.5,.2);
  -moz-box-shadow: 0 0 5rem .2rem rgba(1.5,1.5,1.5,.2);
  box-shadow: 0 0 5rem .2rem rgba(1.5,1.5,1.5,.2)
}
@media (min-width:1280px) {
  .dialog__inner {
    margin: var(--space-x) auto
  }
}
.dialog__slot a {
  display: block
}
.dialog iframe,
.dialog video {
  position: relative;
  z-index: 10;
  box-shadow: 0 0 19px rgba(0,0,0,.16);
  width: 100%;
  height: auto;
  max-height: 85vh;
  display: block
}
.dialog video {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}
.dialog__close {
  position: absolute;
  right: -1.5rem;
  top: -1.5rem;
  display: block;
  width: 4rem;
  height: 4rem;
  background-color: var(--green);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24' fill='%23ffffff' %3E%3Cpath d='M11.9997 10.5865L16.9495 5.63672L18.3637 7.05093L13.4139 12.0007L18.3637 16.9504L16.9495 18.3646L11.9997 13.4149L7.04996 18.3646L5.63574 16.9504L10.5855 12.0007L5.63574 7.05093L7.04996 5.63672L11.9997 10.5865Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  border-radius: .5rem;
  border: 0;
  z-index: 1;
  transition: all .3s cubic-bezier(.5,0,.5,1);
  cursor: pointer;
  z-index: 150
}
.dialog__close:focus,
.dialog__close:hover {
  background-color: var(--black)
}
.dialog--active {
  opacity: 1;
  visibility: visible
}
.dialog--active .dialog__overlay {
  opacity: .8
}
.breadcrumb {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  font-size: clamp(1.2rem,.56vw + .93rem,1.8rem);
  padding: var(--gutter-sm);
  background-color: rgba(86,126,94,.6)
}
.breadcrumb .icon--chevron {
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24' fill='%23ffffff' %3E%3Cpath d='M14.3,12l-7.4-7.4,2.1-2.1,9.5,9.5-9.5,9.5-2.1-2.1,7.4-7.4Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 1.5rem;
  aspect-ratio: 1/1
}
@media (min-width:768px) {
  .breadcrumb .icon--chevron {
    width: 2rem
  }
}
.breadcrumb a {
  color: var(--white)
}
.breadcrumb a:hover {
  color: var(--green-light)!important
}
.quicklinks {
  position: relative;
  padding-left: var(--space-x);
  padding-right: var(--space-x)
}
.quicklinks--top {
  padding-top: var(--space-y)
}
.quicklinks--bottom {
  padding-bottom: var(--space-y)
}
.quicklinks--white {
  background: var(--white)
}
.quicklinks--white .section .btn {
  color: var(--white);
  background: var(--black);
  border-color: var(--black)
}
.quicklinks--white .section .btn:focus,
.quicklinks--white .section .btn:hover {
  color: var(--black);
  background: 0 0;
  border-color: var(--black)
}
.quicklinks--green {
  background: var(--green);
  color: var(--white)
}
.quicklinks--green .section h2,
.quicklinks--green .section h3,
.quicklinks--green .section h4 {
  color: var(--white)
}
.quicklinks--green .section .btn {
  color: var(--green);
  background: var(--white);
  border-color: var(--white)
}
.quicklinks--green .section .btn::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 15 24' fill='%239cc0a3' %3E%3Cpath d='M2.8,22.9l-1.5-1.5,9.3-9.3L1.3,2.7l1.5-1.5,10.9,10.9L2.8,22.9Z'/%3E%3C/svg%3E")
}
.quicklinks--green .section .btn:focus,
.quicklinks--green .section .btn:hover {
  color: var(--white);
  background: var(--green);
  border-color: var(--green)
}
.quicklinks--green .section .btn:focus::after,
.quicklinks--green .section .btn:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 15 24' fill='%23ffffff' %3E%3Cpath d='M2.8,22.9l-1.5-1.5,9.3-9.3L1.3,2.7l1.5-1.5,10.9,10.9L2.8,22.9Z'/%3E%3C/svg%3E")
}
.quicklinks--grey {
  background: var(--grey)
}
.quicklinks--grey .section .btn {
  color: var(--white);
  background: var(--black);
  border-color: var(--black)
}
.quicklinks--grey .section .btn:focus,
.quicklinks--grey .section .btn:hover {
  color: var(--black);
  background: 0 0;
  border-color: var(--black)
}
.quicklinks:first-of-type {
  z-index: 1
}
.quicklinks__list {
  list-style: none;
  display: grid;
  grid-template-columns: auto
}
@media (min-width:768px) {
  .quicklinks__list {
    grid-template-columns: repeat(2,1fr)
  }
}
.accordion {
  list-style: none;
  margin-top: var(--gutter-sm);
  margin-bottom: var(--gutter-md);
  border-bottom: .2rem solid var(--green)
}
@media (min-width:992px) {
  .accordion {
    margin-top: var(--gutter-lg);
    margin-bottom: var(--gutter-lg)
  }
}
.accordion:first-child {
  margin-top: 0
}
.accordion:last-child {
  margin-bottom: 0
}
.accordion__item {
  display: block;
  margin: 0
}
.accordion__toggle {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--h6);
  font-weight: var(--book);
  line-height: 1.3;
  letter-spacing: .08rem;
  border-top: .2rem solid var(--green);
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 1rem 0;
  transition: all .3s cubic-bezier(.5,0,.5,1)
}
@media (min-width:768px) {
  .accordion__toggle {
    padding: 2rem 0
  }
}
.accordion__toggle:hover {
  color: var(--green)
}
.accordion__toggle span:not(.icon,.btn) {
  flex: 1 0 0;
  padding: 0 2rem 0 0
}
.accordion__toggle .icon {
  transition: all .3s cubic-bezier(.5,0,.5,1)
}
.accordion__toggle .icon svg {
  fill: var(--green);
  position: absolute;
  top: 0;
  left: 0
}
.accordion__description {
  display: none;
  margin: 0;
  padding: 0;
  font-size: clamp(1.3rem,.28vw + 1.17rem,1.6rem)
}
.accordion__description h5 {
  color: var(--green)
}
.accordion__description h5 ~ .table-responsive {
  margin-top: 0
}
.accordion__content {
  padding: 0 0 1rem
}
@media (min-width:768px) {
  .accordion__content {
    padding: 0 0 3rem
  }
}
.accordion__content p {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem
}
.accordion__content p:first-child {
  margin-top: 0
}
.accordion__content p:last-child {
  margin-bottom: 0
}
.accordion__item--open .accordion__toggle .icon {
  transform: rotate(180deg)
}
.content--green .accordion__toggle {
  color: var(--white)
}
.content--green .accordion__toggle span:not(.icon) {
  font-size: var(--h5)
}
.filter__nav {
  padding: 0 var(--space-x) var(--gutter-sm);
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch
}
@media (min-width:768px) {
  .filter__nav {
    padding: 0 var(--space-x) var(--gutter-md)
  }
}
.filter__nav::-webkit-scrollbar {
  display: none
}
.filter__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 2rem
}
@media (min-width:768px) {
  .filter__list {
    gap: 3rem
  }
}
@media (min-width:1180px) {
  .filter__list {
    gap: 2rem
  }
}
@media (min-width:1550px) {
  .filter__list {
    gap: 4rem
  }
}
.filter__item {
  display: block
}
.filter__item:last-child {
  padding-right: 2rem
}
@media (min-width:768px) {
  .filter__item:last-child {
    padding-right: 3rem
  }
}
@media (min-width:1180px) {
  .filter__item:last-child {
    padding-right: 2rem
  }
}
@media (min-width:1550px) {
  .filter__item:last-child {
    padding-right: 4rem
  }
}
.filter__btn {
  font-size: clamp(1.4rem,.37vw + 1.22rem,1.8rem);
  padding-bottom: .5rem
}
.filter__btn:hover {
  color: var(--green);
  transition: all .3s cubic-bezier(.5,0,.5,1)
}
.filter__btn--active {
  color: var(--green);
  border-bottom: .3rem solid var(--green)
}
.filter__feed {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  column-gap: 2rem;
  padding-right: 2rem;
  transition: opacity .3s cubic-bezier(.5,0,.5,1)
}
@media (min-width:992px) {
  .filter__feed {
    column-gap: 3rem;
    padding-right: 3rem
  }
}
@media (min-width:1550px) {
  .filter__feed {
    column-gap: 4rem;
    padding-right: 4rem
  }
}
.filter__feed::-webkit-scrollbar {
  display: none
}
.filter__feed--loading {
  opacity: .5
}
.filter__feed:hover {
  cursor: grab;
  cursor: -webkit-grab
}
.filter__feed--active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
  user-select: none;
  -webkit-user-select: none
}
.filter__feed--active:hover {
  cursor: grabbing;
  cursor: -webkit-grabbing
}
.filter__control {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: var(--gutter-sm) var(--space-x) 0
}
@media (min-width:768px) {
  .filter__control {
    padding: var(--gutter-md) var(--space-x) 0
  }
}
.filter__control--fixed {
  position: relative;
  width: 100%;
  max-width: 100%;
  max-width: 150rem;
  margin-right: auto;
  margin-left: auto
}
.filter__indicate {
  display: flex;
  gap: .3rem
}
.filter__direction {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 2.5rem;
  aspect-ratio: 1/1;
  transition: all .3s cubic-bezier(.5,0,.5,1)
}
.filter__direction--prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24' fill='%23C9C9C9' %3E%3Cpath d='M10.4,12l7.4,7.4-2.1,2.1L6.2,12,15.7,2.5l2.1,2.1-7.4,7.4Z'/%3E%3C/svg%3E")
}
.filter__direction--prev:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24' fill='%23d3ebd8' %3E%3Cpath d='M10.4,12l7.4,7.4-2.1,2.1L6.2,12,15.7,2.5l2.1,2.1-7.4,7.4Z'/%3E%3C/svg%3E")
}
.filter__direction--next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24' fill='%239cc0a3' %3E%3Cpath d='M14.3,12l-7.4-7.4,2.1-2.1,9.5,9.5-9.5,9.5-2.1-2.1,7.4-7.4Z'/%3E%3C/svg%3E")
}
.filter__direction--next:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24' fill='%23d3ebd8' %3E%3Cpath d='M14.3,12l-7.4-7.4,2.1-2.1,9.5,9.5-9.5,9.5-2.1-2.1,7.4-7.4Z'/%3E%3C/svg%3E")
}
.filter__scroll {
  position: relative;
  flex: 1 0 0
}
.filter__track {
  width: 100%;
  height: .6rem;
  border-bottom: .2rem solid var(--grey-dark)
}
.filter__thumb {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20rem;
  height: 100%;
  background-color: var(--green)
}
.filter__thumb:hover {
  cursor: grab;
  cursor: -webkit-grab
}
.filter__thumb--active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
  user-select: none;
  -webkit-user-select: none
}
.filter__thumb--active:hover {
  cursor: grabbing;
  cursor: -webkit-grabbing
}
.home .filter {
  padding: var(--gutter-lg) 0 0
}
.result {
  flex: 0 0 auto;
  width: 28rem;
  max-width: 100%;
  padding: 1.5rem 0
}
.result:first-child {
  margin-left: var(--space-x)
}
.result:last-child {
  margin-right: calc(var(--space-x) - 2rem)
}
@media (min-width:992px) {
  .result:last-child {
    margin-right: calc(var(--space-x) - 3rem)
  }
}
@media (min-width:1550px) {
  .result:last-child {
    margin-right: calc(var(--space-x) - 4rem)
  }
}
.result__link {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: var(--black);
  background: var(--white);
  font-weight: var(--book);
  height: 100%;
  padding: 2rem;
  -webkit-box-shadow: 0 0 1rem .2rem rgba(27,27,27,.2);
  -moz-box-shadow: 0 0 1rem .2rem rgba(27,27,27,.2);
  box-shadow: 0 0 1rem .2rem rgba(27,27,27,.2)
}
.result__media {
  position: relative;
  aspect-ratio: 15/11
}
.result__media img {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  pointer-events: none
}
.result__body {
  padding-top: 2rem
}
.result__title {
  font-family: var(--body-font);
  font-size: clamp(1.6rem,.19vw + 1.51rem,1.8rem);
  font-weight: var(--book);
  margin-bottom: 1.5rem;
  white-space: nowrap
}
.result__title:after {
  display: inline-block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24' fill='%239cc0a3' %3E%3Cpath d='M14.3,12l-7.4-7.4,2.1-2.1,9.5,9.5-9.5,9.5-2.1-2.1,7.4-7.4Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 2rem;
  aspect-ratio: 1/1;
  margin: -.1rem 0 0 .5rem;
  transition: all .3s cubic-bezier(.5,0,.5,1);
  vertical-align: middle
}
.result__title:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24' fill='%23d3ebd8' %3E%3Cpath d='M14.3,12l-7.4-7.4,2.1-2.1,9.5,9.5-9.5,9.5-2.1-2.1,7.4-7.4Z'/%3E%3C/svg%3E");
  margin: -.1rem 0 0 1.2rem
}
.result__excerpt {
  font-size: clamp(1.4rem,.19vw + 1.31rem,1.6rem);
  color: #797979;
  transition: color .3s cubic-bezier(.5,0,.5,1)
}
.column__row {
  display: grid
}
@media (min-width:992px) {
  .column__row {
    grid-template-columns: repeat(2,1fr)
  }
}
@media (min-width:1180px) {
  .column__row {
    grid-template-columns: repeat(3,1fr)
  }
}
.column__col {
  position: relative
}
@media (max-width:1179px) {
  .column__col--media {
    display: none
  }
}
@media (max-width:991px) {
  .column__col--2 {
    order: 2
  }
}
@media (max-width:991px) {
  .column__col--3 {
    order: 1
  }
}
.column__body {
  display: flex;
  height: 100%;
  background: var(--white);
  padding: var(--space-y) var(--space-x)
}
.column__body--white {
  background: var(--white)
}
.column__body--white .btn {
  color: var(--white);
  background: var(--green);
  border-color: var(--green)
}
.column__body--white .btn::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 15 24' fill='%23ffffff' %3E%3Cpath d='M2.8,22.9l-1.5-1.5,9.3-9.3L1.3,2.7l1.5-1.5,10.9,10.9L2.8,22.9Z'/%3E%3C/svg%3E")
}
.column__body--white .btn:focus,
.column__body--white .btn:hover {
  color: var(--black);
  background: 0 0;
  border-color: var(--green)
}
.column__body--white .btn:focus::after,
.column__body--white .btn:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 15 24' fill='%239cc0a3' %3E%3Cpath d='M2.8,22.9l-1.5-1.5,9.3-9.3L1.3,2.7l1.5-1.5,10.9,10.9L2.8,22.9Z'/%3E%3C/svg%3E")
}
.column__body--green {
  background: var(--green);
  color: var(--white)
}
.column__body--green .btn {
  color: var(--white);
  background: 0 0;
  border-color: var(--white)
}
.column__body--green .btn::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 15 24' fill='%23ffffff' %3E%3Cpath d='M2.8,22.9l-1.5-1.5,9.3-9.3L1.3,2.7l1.5-1.5,10.9,10.9L2.8,22.9Z'/%3E%3C/svg%3E")
}
.column__body--green .btn:focus,
.column__body--green .btn:hover {
  color: var(--green);
  background: var(--white);
  border-color: var(--white)
}
.column__body--green .btn:focus::after,
.column__body--green .btn:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 15 24' fill='%239cc0a3' %3E%3Cpath d='M2.8,22.9l-1.5-1.5,9.3-9.3L1.3,2.7l1.5-1.5,10.9,10.9L2.8,22.9Z'/%3E%3C/svg%3E")
}
.column__body--grey {
  background: var(--grey)
}
.column__body--grey .btn {
  color: var(--white);
  background: var(--green);
  border-color: var(--green)
}
.column__body--grey .btn::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 15 24' fill='%23ffffff' %3E%3Cpath d='M2.8,22.9l-1.5-1.5,9.3-9.3L1.3,2.7l1.5-1.5,10.9,10.9L2.8,22.9Z'/%3E%3C/svg%3E")
}
.column__body--grey .btn:focus,
.column__body--grey .btn:hover {
  color: var(--black);
  background: 0 0;
  border-color: var(--green)
}
.column__body--grey .btn:focus::after,
.column__body--grey .btn:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 15 24' fill='%239cc0a3' %3E%3Cpath d='M2.8,22.9l-1.5-1.5,9.3-9.3L1.3,2.7l1.5-1.5,10.9,10.9L2.8,22.9Z'/%3E%3C/svg%3E")
}
.column__text {
  align-self: center
}
.column__text--center {
  display: flex;
  align-items: center;
  flex-direction: column
}
.column__text .comparison {
  margin-top: 0;
  margin-bottom: 1.8rem
}
@media (min-width:768px) {
  .column__text .comparison {
    margin-top: 0;
    margin-bottom: 2.5rem
  }
}
.column__text .comparison:last-child {
  margin-bottom: 0
}
.column__text:has(.comparison) {
  width: 100%
}
.column__text:has(.comparison) .comparison {
  width: 100%
}
.column__text:has(.comparison) p {
  display: none
}
.column__media {
  position: relative;
  height: 100%
}
.column__media img {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}
@media (min-width:1180px) {
  .column__media img {
    position: absolute;
    top: 0;
    left: 0
  }
}
.values {
  position: relative;
  padding: var(--space-y) 0;
  background: var(--grey-dark)
}
.values__fixed {
  position: relative;
  width: 100%;
  max-width: 100%;
  max-width: 150rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--space-x);
  z-index: 1
}
.values__row {
  display: grid;
  gap: clamp(4rem,3.74vw + 2.21rem,8rem);
  justify-content: center
}
@media (min-width:480px) {
  .values__row {
    grid-template-columns: repeat(2,1fr)
  }
}
@media (min-width:1100px) {
  .values__row {
    grid-template-columns: repeat(4,1fr)
  }
}
.values__card {
  position: relative
}
.values__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--white)
}
.values__body p {
  margin: 0
}
.values__icon {
  width: 13rem;
  aspect-ratio: 1/1;
  margin: 0
}
@media (min-width:480px) {
  .values__icon {
    width: 16rem
  }
}
@media (min-width:992px) {
  .values__icon {
    width: 20rem
  }
}
.values__title {
  font-family: var(--body-font);
  font-weight: var(--book);
  font-size: var(--h4);
  color: var(--green-light);
  margin-top: 2.3rem!important;
  margin-bottom: var(--gutter-sm)
}
@media (min-width:480px) {
  .values__title {
    margin-top: 3rem!important
  }
}
.quality {
  position: relative;
  padding: var(--space-y) 0;
  background: var(--green-dark)
}
.quality__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0
}
.quality__media img,
.quality__media video {
  width: 100%;
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0
}
.quality__fixed {
  position: relative;
  width: 100%;
  max-width: 100%;
  max-width: 150rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--space-x);
  z-index: 1
}
.quality__row {
  display: grid;
  gap: clamp(1rem,1.87vw + .1rem,3rem)
}
@media (min-width:768px) {
  .quality__row {
    grid-template-columns: repeat(3,1fr)
  }
}
@media (min-width:1280px) {
  .quality__row {
    grid-template-columns: repeat(4,1fr)
  }
}
.quality__card {
  position: relative
}
.quality__link {
  display: block;
  background: var(--white);
  padding: 2rem;
  height: 100%;
  -webkit-box-shadow: 0 0 2rem rgba(27,27,27,.4);
  -moz-box-shadow: 0 0 2rem rgba(27,27,27,.4);
  box-shadow: 0 0 2rem rgba(27,27,27,.4)
}
@media (min-width:992px) {
  .quality__link {
    padding: 4rem
  }
}
.quality__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--green-dark)
}
.quality__body p {
  margin-bottom: 2rem
}
.quality__icon {
  width: 12rem;
  aspect-ratio: 1/1;
  margin: 0
}
@media (min-width:480px) {
  .quality__icon {
    width: 14rem
  }
}
@media (min-width:992px) {
  .quality__icon {
    width: 18rem
  }
}
.quality__title {
  font-family: var(--body-font);
  font-size: var(--h5);
  font-weight: var(--book);
  margin-top: 2rem!important;
  margin-bottom: 1.5rem
}
@media (min-width:992px) {
  .quality__title {
    margin-top: 3rem!important;
    margin-bottom: 2rem
  }
}
.quality__title:after {
  display: inline-block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24' fill='%239cc0a3' %3E%3Cpath d='M14.3,12l-7.4-7.4,2.1-2.1,9.5,9.5-9.5,9.5-2.1-2.1,7.4-7.4Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 2rem;
  aspect-ratio: 1/1;
  margin: -.1rem 0 0 .5rem;
  transition: all .3s cubic-bezier(.5,0,.5,1);
  vertical-align: middle
}
.quality__link:hover {
  background: var(--grey)
}
.quality__link:hover .quality__title:after {
  margin: -.1rem 0 0 1.2rem
}
.grid {
  background: var(--grey-dark)
}
.grid--top {
  padding-top: var(--space-y)
}
.grid--bottom {
  padding-bottom: var(--space-y)
}
.grid__fixed {
  position: relative;
  width: 100%;
  max-width: 100%;
  max-width: 150rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--space-x);
  display: grid;
  gap: clamp(1rem,1.87vw + .1rem,3rem);
  z-index: 1
}
.grid__row {
  display: grid;
  grid-template-columns: repeat(12,1fr);
  gap: clamp(1rem,1.87vw + .1rem,3rem)
}
.grid__row--one .grid__col--media {
  grid-column: span 12
}
@media (min-width:768px) {
  .grid__row--one .grid__col--media {
    grid-column: span 5
  }
}
.grid__row--one .grid__col--text {
  grid-column: span 12
}
@media (min-width:768px) {
  .grid__row--one .grid__col--text {
    grid-column: span 7
  }
}
.grid__row--one.grid__row--reverse .grid__col--media {
  order: 2
}
@media (min-width:768px) {
  .grid__row--one.grid__row--reverse .grid__col--media {
    order: 1
  }
}
.grid__row--one.grid__row--reverse .grid__col--text {
  order: 1
}
@media (min-width:768px) {
  .grid__row--one.grid__row--reverse .grid__col--text {
    order: 2
  }
}
.grid__row--two .grid__col--1 {
  grid-column: span 12
}
@media (min-width:768px) {
  .grid__row--two .grid__col--1 {
    grid-column: span 3
  }
}
@media (max-width:767px) {
  .grid__row--two .grid__col--1 {
    display: none
  }
}
.grid__row--two .grid__col--2 {
  grid-column: span 12
}
@media (min-width:768px) {
  .grid__row--two .grid__col--2 {
    grid-column: span 6
  }
}
.grid__row--two .grid__col--3 {
  grid-column: span 12
}
@media (min-width:768px) {
  .grid__row--two .grid__col--3 {
    grid-column: span 3
  }
}
.grid__row--three .grid__col--1 {
  grid-column: span 12
}
@media (min-width:768px) {
  .grid__row--three .grid__col--1 {
    grid-column: span 6
  }
}
.grid__row--three .grid__col--2 {
  grid-column: span 3
}
@media (max-width:767px) {
  .grid__row--three .grid__col--2 {
    display: none
  }
}
.grid__row--three .grid__col--3 {
  grid-column: span 12
}
@media (min-width:768px) {
  .grid__row--three .grid__col--3 {
    grid-column: span 3
  }
}
.grid__row--four .grid__col--1 {
  grid-column: span 12
}
@media (max-width:767px) {
  .grid__row--four .grid__col--1 {
    order: 2
  }
}
@media (min-width:768px) {
  .grid__row--four .grid__col--1 {
    grid-column: span 3
  }
}
.grid__row--four .grid__col--2 {
  grid-column: span 3
}
@media (max-width:767px) {
  .grid__row--four .grid__col--2 {
    display: none
  }
}
.grid__row--four .grid__col--3 {
  grid-column: span 12
}
@media (max-width:767px) {
  .grid__row--four .grid__col--3 {
    order: 1
  }
}
@media (min-width:768px) {
  .grid__row--four .grid__col--3 {
    grid-column: span 6
  }
}
@media (max-width:767px) {
  .grid__row--four .grid__col--2.grid__col--media {
    display: none
  }
}
.grid__col {
  position: relative
}
.grid__col--1 {
  grid-column: span 2/span 2
}
.grid__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: var(--space-x-sm)
}
.grid__body ul {
  text-align: left;
  margin-top: 0
}
.grid__body .btn {
  margin-top: 3rem
}
@media (min-width:992px) {
  .grid__body .btn {
    margin-top: 3.5rem
  }
}
.grid__body--white {
  background: var(--white)
}
.grid__body--white .btn {
  color: var(--white);
  background: var(--green);
  border-color: var(--green)
}
.grid__body--white .btn::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 15 24' fill='%23ffffff' %3E%3Cpath d='M2.8,22.9l-1.5-1.5,9.3-9.3L1.3,2.7l1.5-1.5,10.9,10.9L2.8,22.9Z'/%3E%3C/svg%3E")
}
.grid__body--white .btn:focus,
.grid__body--white .btn:hover {
  color: var(--black);
  background: 0 0;
  border-color: var(--green)
}
.grid__body--white .btn:focus::after,
.grid__body--white .btn:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 15 24' fill='%239cc0a3' %3E%3Cpath d='M2.8,22.9l-1.5-1.5,9.3-9.3L1.3,2.7l1.5-1.5,10.9,10.9L2.8,22.9Z'/%3E%3C/svg%3E")
}
.grid__body--green {
  background: var(--green);
  color: var(--white)
}
.grid__body--green .btn {
  color: var(--white);
  background: 0 0;
  border-color: var(--white)
}
.grid__body--green .btn::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 15 24' fill='%23ffffff' %3E%3Cpath d='M2.8,22.9l-1.5-1.5,9.3-9.3L1.3,2.7l1.5-1.5,10.9,10.9L2.8,22.9Z'/%3E%3C/svg%3E")
}
.grid__body--green .btn:focus,
.grid__body--green .btn:hover {
  color: var(--green);
  background: var(--white);
  border-color: var(--white)
}
.grid__body--green .btn:focus::after,
.grid__body--green .btn:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 15 24' fill='%239cc0a3' %3E%3Cpath d='M2.8,22.9l-1.5-1.5,9.3-9.3L1.3,2.7l1.5-1.5,10.9,10.9L2.8,22.9Z'/%3E%3C/svg%3E")
}
.grid__body--green ol li::marker, 
.grid__body--green ul:not(.list--exempt) li::marker {
  color: var(--white);
}
.grid__body--grey {
  background: var(--grey);
  color: var(--green-dark)
}
.grid__body--grey .btn {
  color: var(--white);
  background: var(--green);
  border-color: var(--green)
}
.grid__body--grey .btn::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 15 24' fill='%23ffffff' %3E%3Cpath d='M2.8,22.9l-1.5-1.5,9.3-9.3L1.3,2.7l1.5-1.5,10.9,10.9L2.8,22.9Z'/%3E%3C/svg%3E")
}
.grid__body--grey .btn:focus,
.grid__body--grey .btn:hover {
  color: var(--black);
  background: 0 0;
  border-color: var(--green)
}
.grid__body--grey .btn:focus::after,
.grid__body--grey .btn:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 15 24' fill='%239cc0a3' %3E%3Cpath d='M2.8,22.9l-1.5-1.5,9.3-9.3L1.3,2.7l1.5-1.5,10.9,10.9L2.8,22.9Z'/%3E%3C/svg%3E")
}
.grid__floret {
  margin: 0;
  width: 28vw;
  max-width: 32rem;
  min-width: 20rem
}
.grid__title {
  font-family: var(--body-font);
  font-weight: var(--light);
  margin-top: 2rem!important;
  margin-bottom: 1.5rem
}
@media (min-width:992px) {
  .grid__title {
    margin-top: 3rem!important;
    margin-bottom: 2rem
  }
}
.grid__media {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10
}
@media (min-width:768px) {
  .grid__media {
    width: 100%;
    height: 100%;
    aspect-ratio: auto
  }
}
.grid__media img {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}
@media (min-width:1180px) {
  .grid__media img {
    position: absolute;
    top: 0;
    left: 0
  }
}
.opening {
  display: grid;
  gap: 3rem;
  max-width: 45rem;
  margin: 0 auto
}
.faq {
  position: relative;
  padding: var(--space-y) 0 0;
  background: var(--green-dark);
  overflow: hidden
}
.faq__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0
}
.faq__media img,
.faq__media video {
  width: 100%;
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0
}
.faq__fixed {
  position: relative;
  width: 100%;
  max-width: 100%;
  max-width: 150rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--space-x);
  z-index: 1
}
.faq__inner {
  display: grid;
  grid-template-columns: repeat(5,1fr)
}
.faq__body {
  background: var(--white);
  padding: var(--space-x-sm);
  grid-column: span 5;
  -webkit-box-shadow: 0 0 2rem rgba(27,27,27,.3);
  -moz-box-shadow: 0 0 2rem rgba(27,27,27,.3);
  box-shadow: 0 0 2rem rgba(27,27,27,.3)
}
@media (min-width:992px) {
  .faq__body {
    grid-column: span 3
  }
}
.steps {
  background: var(--white);
  padding: var(--space-y) 0
}
.steps .section--top {
  padding-left: var(--space-x);
  padding-right: var(--space-x);
  max-width: 120rem;
  margin: 0 auto
}
.steps ol {
  counter-reset: custom-counter
}
.steps__description ul:not(.list--exempt) {
  list-style: none;
  padding-left: 2rem
}
@media (min-width:480px) {
  .steps__description ul:not(.list--exempt) {
    padding-left: 3rem
  }
}
.steps__description ul:not(.list--exempt) li {
  position: relative;
  margin: 0
}
.steps__description ul:not(.list--exempt) li::marker {
  display: none
}
.steps__description ul:not(.list--exempt) li:not(:last-child) {
  margin-bottom: 1rem
}
.steps__description ul:not(.list--exempt) li::before {
  position: absolute;
  top: .6rem;
  left: -2rem;
  display: block;
  content: "";
  width: .6rem;
  height: .6rem;
  background: var(--green);
  border-radius: 50%
}
@media (min-width:480px) {
  .steps__description ul:not(.list--exempt) li::before {
    top: .7rem;
    left: -3rem;
    width: .8rem;
    height: .8rem
  }
}
.stage {
  flex: 1 0 0%;
  width: auto;
  max-width: 100%;
  padding: 1.5rem 0;
  counter-increment: custom-counter
}
.stage:first-child {
  margin-left: 2rem
}
@media (min-width:992px) {
  .stage:first-child {
    margin-left: 3rem
  }
}
@media (min-width:1550px) {
  .stage:first-child {
    margin-left: 4rem
  }
}
.stage__inner {
  display: flex;
  flex-direction: column;
  color: var(--black);
  background: var(--white);
  font-weight: var(--book);
  height: 100%;
  padding: 2rem;
  -webkit-box-shadow: 0 0 1rem .2rem rgba(27,27,27,.2);
  -moz-box-shadow: 0 0 1rem .2rem rgba(27,27,27,.2);
  box-shadow: 0 0 1rem .2rem rgba(27,27,27,.2)
}
@media (min-width:992px) {
  .stage__inner {
    padding: 3rem
  }
}
@media (min-width:1550px) {
  .stage__inner {
    padding: 4rem
  }
}
.stage__media {
  position: relative;
  aspect-ratio: 15/11;
  height: 16vw;
  min-height: 20rem
}
.stage__media img {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  pointer-events: none
}
.stage__body {
  padding-top: 3rem
}
.stage__title {
  font-family: var(--body-font);
  font-size: clamp(1.8rem,.84vw + 1.4rem,2.7rem);
  font-weight: var(--light);
  margin-bottom: 1.5rem;
  color: var(--green)
}
.stage__title::before {
  display: inline-block;
  content: counter(custom-counter) ".";
  margin: 0 .5rem 0 0
}
.stage__excerpt {
  font-size: clamp(1.4rem,.19vw + 1.31rem,1.6rem);
  color: var(--grey-dark);
  transition: color .3s cubic-bezier(.5,0,.5,1)
}
.stage__link:hover {
  color: var(--white);
  background: var(--green)
}
.stage__link:hover .stage__title:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24' fill='%23d3ebd8' %3E%3Cpath d='M14.3,12l-7.4-7.4,2.1-2.1,9.5,9.5-9.5,9.5-2.1-2.1,7.4-7.4Z'/%3E%3C/svg%3E");
  margin: -.1rem 0 0 1.2rem
}
.stage__link:hover .stage__excerpt {
  color: var(--white);
  opacity: .6
}
.gallery {
  position: relative;
  padding: var(--space-y) 0
}
.gallery__fixed {
  position: relative;
  width: 100%;
  max-width: 100%;
  max-width: 150rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--space-x);
  z-index: 1
}
.gallery__heading {
  padding: 0 var(--space-x)
}
.gallery__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: clamp(1rem,1.87vw + .1rem,3rem)
}
@media (min-width:1280px) {
  .gallery__list {
    grid-template-columns: repeat(3,1fr)
  }
}
.gallery__list:hover > * {
  opacity: .5;
  transition: all .3s cubic-bezier(.5,0,.5,1)
}
.gallery__list:hover > :hover {
  opacity: 1
}
.gallery__item {
  position: relative;
  aspect-ratio: 16/12;
  border-radius: var(--border-radius);
  overflow: hidden
}
.gallery img {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}
.smiles {
  list-style: none;
  display: grid;
  grid-template-columns: auto;
  gap: clamp(1rem,1.87vw + .1rem,3rem)
}
@media (min-width:768px) {
  .smiles {
    grid-template-columns: repeat(2,1fr)
  }
}
@media (min-width:1550px) {
  .smiles {
    grid-template-columns: repeat(3,1fr)
  }
}
.smiles__item {
  position: relative;
  aspect-ratio: 16/10
}
.smiles__shortcode {
  height: 100%
}
.smiles__edit {
  display: block;
  width: 100%;
  background: var(--white);
  color: var(--black);
  padding: 1rem 2rem;
  font-size: 70%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 6
}
.smiles__edit:focus,
.smiles__edit:hover {
  background: var(--black);
  color: var(--white)
}
.testimonials__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: clamp(1rem,1.87vw + .1rem,3rem)
}
@media (min-width:992px) {
  .testimonials__list {
    grid-template-columns: repeat(2,1fr)
  }
}
.testimonials__item {
  background: var(--white);
  padding: var(--gutter-md)
}
@media (min-width:992px) {
  .testimonials__item {
    padding: var(--gutter-lg)
  }
}
figure.quote {
  font-size: var(--h6);
  font-style: italic;
  border-left: 0;
  padding-left: 0
}
@media (min-width:768px) {
  figure.quote {
    display: grid;
    grid-template-columns: auto 1fr;
    height: 100%;
    gap: 3rem
  }
}
figure.quote .icon {
  display: block;
  width: 5rem;
  height: 5rem;
  padding: .5rem;
  background: var(--green-light);
  transition: background .3s cubic-bezier(.5,0,.5,1)
}
@media (max-width:767px) {
  figure.quote .icon {
    float: left;
    margin: 0 2rem 0 0
  }
}
@media (min-width:768px) {
  figure.quote .icon {
    width: 6rem;
    height: 100%;
    padding: 1rem
  }
}
figure.quote .icon svg {
  width: 4rem;
  height: 4rem;
  fill: var(--white);
  transition: fill .3s cubic-bezier(.5,0,.5,1)
}
figure.quote blockquote {
  border: 0;
  padding: 0;
  margin: 0
}
figure.quote figcaption {
  margin-top: 1rem;
  font-size: var(--body-size);
  font-style: normal;
  font-weight: var(--bold)
}
.action {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5
}
@media (min-width:680px) {
  .action {
    display: none
  }
}
.action__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  border-top: .3rem solid var(--green-light)
}
.action__item {
  flex: 1 0 0;
  width: auto;
  max-width: 100%
}
.action__item:nth-child(even) .action__link {
  background: var(--green-dark)
}
.action__item:nth-child(odd) .action__link {
  background: var(--green)
}
.action__link {
  position: relative;
  display: inline-flex;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  color: var(--white);
  text-align: center;
  font-size: 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 1rem
}
.action__link:focus,
.action__link:hover {
  color: var(--white);
  background: var(--green-light)
}
.action__link .icon svg {
  fill: var(--white)
}