@charset "UTF-8";
/*
Theme Name: Equiton Developments
Description: Description: Custom WordPress Theme for Equiton Developments.
Author: 52 Pick-up Inc.
Author URI: http://52pick-up.com
Version: 2.0.0
*/
/*-------------------------------
>>> VARIABLES:
-------------------------------*/
/*-------------------------------
>>> THEME SCSS:
-------------------------------*/
/*--------------------------------------------------------------
THEME / BOOTSTRAP
--------------------------------------------------------------*/
@import "css/bootstrap/bootstrap.min.css";
/*--------------------------------------------------------------
THEME / MIXINS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
THEME / SPLIDE
--------------------------------------------------------------*/
@import "css/splide/splide-core.min.css";
/*--------------------------------------------------------------
THEME / TYPOGRAPHY
--------------------------------------------------------------*/
@font-face {
  font-family: "DentonCondensed-Thin";
  src: url("fonts/Denton-Condensed/DentonCondensed-Thin.woff2") format("woff2"), url("fonts/Denton-Condensed/DentonCondensed-Thin.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AeonikFono-Regular";
  src: url("fonts/AeonikFono-Regular-Web/AeonikFono-Regular.woff2") format("woff2"), url("fonts/AeonikFono-Regular-Web/AeonikFono-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik-Regular";
  src: url("fonts/Aeonik-Regular-Web/Aeonik-Regular.woff2") format("woff2"), url("fonts/Aeonik-Regular-Web/Aeonik-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik-Medium";
  src: url("fonts/Aeonik-Medium-Web/Aeonik-Medium.woff2") format("woff2"), url("fonts/Aeonik-Medium-Web/Aeonik-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik-Bold";
  src: url("fonts/Aeonik-Bold-Web/Aeonik-Bold.woff2") format("woff2"), url("fonts/Aeonik-Bold-Web/Aeonik-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
h4, h5, h6 {
  font-family: "DentonCondensed-Thin", serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
h4 *, h5 *, h6 * {
  font-family: "DentonCondensed-Thin", serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

h1 {
  font-family: "DentonCondensed-Thin", serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 64px;
}
h1 * {
  font-family: "DentonCondensed-Thin", serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@media (max-width: 991.98px) {
  h1 {
    font-size: 52px;
  }
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 48px;
  }
}
@media (max-width: 375px) {
  h1 {
    font-size: 44px;
  }
}
@media (max-width: 349px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-family: "DentonCondensed-Thin", serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 60px;
  margin-bottom: 40px;
  line-height: 1.142857;
}
h2 * {
  font-family: "DentonCondensed-Thin", serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

h3 {
  font-family: "DentonCondensed-Thin", serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 24px;
  margin-bottom: 15px;
}
h3 * {
  font-family: "DentonCondensed-Thin", serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

p, li {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.4;
}
p *, li * {
  font-size: 18px;
  line-height: 1.4;
}
p:last-child, li:last-child {
  margin-bottom: 0;
}

li {
  margin-bottom: 0;
}

strong {
  font-family: "Aeonik-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
strong * {
  font-family: "Aeonik-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  font-family: "Aeonik-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #000000;
}

/*--------------------------------------------------------------
THEME / ANIMATIONS
--------------------------------------------------------------*/
.animate, .animate-container {
  will-change: opacity;
}
.animate .animate.contained, .animate-container .animate.contained {
  opacity: 1;
}
.animate.active, .animate-container.active {
  opacity: 1;
}
.animate.sequence-up, .animate-container.sequence-up {
  transform: translateY(16px);
  opacity: 0;
  transition: all 1.6s cubic-bezier(0.56, 0, 0.24, 1);
}
.animate.sequence-up.active, .animate-container.sequence-up.active {
  opacity: 1;
  transform: translateY(0);
}
.animate.slide-image, .animate-container.slide-image {
  overflow: hidden;
  position: relative;
  opacity: 1;
}
.animate.slide-image div, .animate-container.slide-image div {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  transform: translate(0%, 0%);
  background: #F3EEE9;
  -webkit-transition: transform 1.6s cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: transform 1.6s cubic-bezier(0.56, 0, 0.24, 1);
  transition: transform 1.6s cubic-bezier(0.56, 0, 0.24, 1);
}
.animate.slide-image.active div, .animate-container.slide-image.active div {
  transform: translate(0%, -100%);
}
.animate.slide-image-right, .animate-container.slide-image-right {
  overflow: hidden;
  position: relative;
  opacity: 1;
}
.animate.slide-image-right div, .animate-container.slide-image-right div {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  transform: translate(0%, 0%);
  background: #F3EEE9;
  -webkit-transition: transform 1.6s cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: transform 1.6s cubic-bezier(0.56, 0, 0.24, 1);
  transition: transform 1.6s cubic-bezier(0.56, 0, 0.24, 1);
}
.animate.slide-image-right.active div, .animate-container.slide-image-right.active div {
  transform: translate(100%, 0%);
}
.animate.fadeUp, .animate-container.fadeUp {
  transform: translateY(200px);
  transition: opacity 1.5s ease, transform 2.5s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: opacity, transform;
}
.animate.fadeUp.active, .animate-container.fadeUp.active {
  transform: translateY(0);
}
.animate.fadeLeft, .animate-container.fadeLeft {
  transform: translateX(200px);
  transition: opacity 1.5s ease, transform 1.5s ease;
  will-change: opacity, transform;
}
.animate.fadeLeft.active, .animate-container.fadeLeft.active {
  transform: translateX(0);
}
.animate.fadeRight, .animate-container.fadeRight {
  transform: translateX(-200px);
  transition: opacity 1.5s ease, transform 1.5s ease;
  will-change: opacity, transform;
}
.animate.fadeRight.active, .animate-container.fadeRight.active {
  transform: translateX(0);
}
.animate.scaleUp, .animate-container.scaleUp {
  transform: scale(0.5);
  transition: opacity 1.5s ease, transform 2.5s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: opacity, transform;
}
.animate.scaleUp.active, .animate-container.scaleUp.active {
  transform: scale(1);
}
.animate.bg-cover, .animate-container.bg-cover {
  position: relative;
  opacity: 1;
  overflow: hidden;
}
.animate.bg-cover:after, .animate-container.bg-cover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}
.animate.bg-cover.active:after, .animate-container.bg-cover.active:after {
  transform: translateX(100%);
}
.animate.delay1, .animate-container.delay1 {
  transition-delay: 0.8s;
}
.animate.delay2, .animate-container.delay2 {
  transition-delay: 1.6s;
}
.animate.delay3, .animate-container.delay3 {
  transition-delay: 2.4s;
}

@-webkit-keyframes fadeOutDown {
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@keyframes fadeOutDown {
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  50% {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-opacity: 1.2;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-moz-keyframes fadeInUp {
  0% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-webkit-keyframes bounce {
  0% {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  25% {
    -moz-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  50% {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  75% {
    -moz-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  100% {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-moz-keyframes bounce {
  0% {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  25% {
    -moz-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  50% {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  75% {
    -moz-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  100% {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes bounce {
  0% {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  25% {
    -moz-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  50% {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  75% {
    -moz-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  100% {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes bounceHorz {
  0% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  25% {
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  50% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  75% {
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-moz-keyframes bounceHorz {
  0% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  25% {
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  50% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  75% {
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes bounceHorz {
  0% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  25% {
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  50% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  75% {
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  to {
    -webkit-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  to {
    -ms-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -webkit-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(-90deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-90deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-90deg);
  }
}
/*--------------------------------------------------------------
THEME / COMMON
--------------------------------------------------------------*/
@keyframes scrollDown {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(40px);
  }
}
.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.editor-content ul {
  padding-left: 18px;
  padding-bottom: 20px;
}
.editor-content ul li {
  margin-bottom: 5px;
}
.editor-content a {
  cursor: pointer;
  border: none;
  background: none;
  color: #000000;
  font-family: "Aeonik-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  text-decoration: none !important;
  -webkit-transition: opacity 0.24s cubic-bezier(0.64, 0.04, 0.32, 1);
  -moz-transition: opacity 0.24s cubic-bezier(0.64, 0.04, 0.32, 1);
  -ms-transition: opacity 0.24s cubic-bezier(0.64, 0.04, 0.32, 1);
  -o-transition: opacity 0.24s cubic-bezier(0.64, 0.04, 0.32, 1);
  transition: opacity 0.24s cubic-bezier(0.64, 0.04, 0.32, 1);
  font-family: "Aeonik-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  -webkit-transition: opacity 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: opacity 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: opacity 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: opacity 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: opacity 0.256s cubic-bezier(0, 0, 0.56, 1);
}
@media (min-width: 992px) {
  .editor-content a {
    -webkit-transition: color 250ms ease;
    -moz-transition: color 250ms ease;
    -ms-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    transition: color 250ms ease;
  }
}
.editor-content a.external {
  cursor: pointer;
  border: none;
  background: none;
  color: #000000;
  font-family: "Aeonik-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  text-decoration: none !important;
  -webkit-transition: opacity 0.24s cubic-bezier(0.64, 0.04, 0.32, 1);
  -moz-transition: opacity 0.24s cubic-bezier(0.64, 0.04, 0.32, 1);
  -ms-transition: opacity 0.24s cubic-bezier(0.64, 0.04, 0.32, 1);
  -o-transition: opacity 0.24s cubic-bezier(0.64, 0.04, 0.32, 1);
  transition: opacity 0.24s cubic-bezier(0.64, 0.04, 0.32, 1);
  font-family: "Aeonik-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  position: relative;
  display: inline-block;
  background-color: transparent !important;
  background-image: url(img/icons/arrow-right-up-dark.svg);
  background-position: bottom 8px right;
  background-repeat: no-repeat;
  background-size: 12px;
  -webkit-transition: opacity 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: opacity 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: opacity 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: opacity 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: opacity 0.256s cubic-bezier(0, 0, 0.56, 1);
}
@media (min-width: 992px) {
  .editor-content a.external {
    -webkit-transition: color 250ms ease;
    -moz-transition: color 250ms ease;
    -ms-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    transition: color 250ms ease;
  }
}
.editor-content a.external svg {
  display: none;
}
.editor-content a.external svg {
  position: absolute;
  right: 0;
  bottom: 9px;
  width: 10px;
}
.editor-content a.external svg .stroke {
  stroke: #000000;
  -webkit-transition: stroke 250ms ease;
  -moz-transition: stroke 250ms ease;
  -ms-transition: stroke 250ms ease;
  -o-transition: stroke 250ms ease;
  transition: stroke 250ms ease;
}
@media (min-width: 992px) {
  .editor-content a.external:hover svg .stroke, .editor-content a.external:focus svg .stroke {
    stroke: #000000;
  }
}
@media (min-width: 992px) {
  .editor-content a {
    -webkit-transition: opacity 0.256s cubic-bezier(0, 0, 0.56, 1) !important;
    -moz-transition: opacity 0.256s cubic-bezier(0, 0, 0.56, 1) !important;
    -ms-transition: opacity 0.256s cubic-bezier(0, 0, 0.56, 1) !important;
    -o-transition: opacity 0.256s cubic-bezier(0, 0, 0.56, 1) !important;
    transition: opacity 0.256s cubic-bezier(0, 0, 0.56, 1) !important;
  }
  .editor-content a:hover {
    opacity: 0.72;
  }
}
.editor-content img {
  height: auto;
  width: auto;
  max-width: 100%;
}
.editor-content blockquote {
  margin-top: 50px;
  margin-bottom: 50px;
  border-left: 2px solid #F26660;
  padding-left: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.editor-content blockquote p {
  font-family: "Aeonik-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.editor-content blockquote cite {
  font-style: normal;
}
.editor-content .wrap {
  padding-bottom: 24px;
  display: inline-block;
  width: 100%;
}
@media (min-width: 992px) {
  .editor-content .wrap > ul {
    width: 50%;
    float: left;
  }
}
@media (max-width: 991.98px) {
  .editor-content .wrap > ul {
    width: 100%;
  }
}
.editor-content .wrap > ul > ul {
  width: 100%;
}

.post-date span {
  line-height: 1.2;
  margin: 0 !important;
  display: block;
}
.post-date span:first-child {
  color: #4d5b66;
  font-size: 14px;
}
.post-date span:last-child {
  font-family: "Aeonik-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.post-source {
  margin-top: 40px;
}
.post-source span {
  line-height: 1.2;
  margin: 0 !important;
  display: block;
}
.post-source span:first-child {
  color: #4d5b66;
  font-size: 14px;
}
.post-source a {
  font-family: "Aeonik-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  color: #000000;
  text-decoration: none !important;
}
@media (min-width: 992px) {
  .post-source a {
    -webkit-transition: opacity 250ms ease;
    -moz-transition: opacity 250ms ease;
    -ms-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
  }
  .post-source a:hover {
    opacity: 0.72;
  }
}

.social-media .links {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.social-media span {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  font-family: "Aeonik-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  margin-bottom: 20px !important;
}
.social-media .links {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: left;
  -moz-box-pack: left;
  -ms-flex-pack: left;
  -webkit-justify-content: left;
  justify-content: left;
}
.social-media .links .social-link {
  background-color: #ffffff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-decoration: none !important;
  -webkit-transition: background-color 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: background-color 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: background-color 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: background-color 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: background-color 0.256s cubic-bezier(0, 0, 0.56, 1);
}
.social-media .links .social-link:not(:last-child) {
  margin-right: 12px;
}
.social-media .links .social-link svg {
  height: 18px;
  width: auto;
}
.social-media .links .social-link svg path {
  fill: #000000;
  -webkit-transition: fill 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: fill 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: fill 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: fill 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: fill 0.256s cubic-bezier(0, 0, 0.56, 1);
}
@media (min-width: 992px) {
  .social-media .links .social-link:hover, .social-media .links .social-link:focus {
    background-color: #DFDACD;
  }
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.bg-image.bg-fade {
  opacity: 0 !important;
  -webkit-transition: opacity 250ms ease;
  -moz-transition: opacity 250ms ease;
  -ms-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
.bg-image.bg-fade.active {
  opacity: 1 !important;
}

.youtube-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.youtube-embed iframe, .youtube-embed object, .youtube-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.share-links > span {
  display: block;
  margin-bottom: 16px;
  font-family: "DentonCondensed-Thin", serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 24px;
  line-height: 1;
}
.share-links nav {
  margin-bottom: 8px;
}
.share-links nav > div {
  margin-bottom: 4px;
}
.share-links nav > div .icon-link {
  position: relative;
  padding-left: 30px;
  text-decoration: none !important;
  opacity: 1;
  -webkit-transition: opacity 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: opacity 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: opacity 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: opacity 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: opacity 0.256s cubic-bezier(0, 0, 0.56, 1);
}
.share-links nav > div .icon-link svg {
  position: absolute;
  height: 18px;
  width: auto;
  left: 0;
  top: 0;
}
.share-links nav > div .icon-link svg path {
  -webkit-transition: fill 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: fill 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: fill 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: fill 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: fill 0.256s cubic-bezier(0, 0, 0.56, 1);
  fill: #292929;
}
.share-links nav > div .icon-link span {
  color: #292929;
  font-family: "AeonikFono-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  font-size: 14px;
  -webkit-transition: color 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: color 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: color 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: color 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: color 0.256s cubic-bezier(0, 0, 0.56, 1);
}
.share-links nav > div .icon-link:hover {
  opacity: 0.72;
}

.edge-images {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
}
.edge-images.right-edge {
  left: 0;
  right: unset;
}

.modal {
  background-color: #243646;
  position: fixed;
  display: none;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  top: 0;
  left: 0;
  z-index: 200;
  opacity: 0;
  -webkit-transition: opacity 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: opacity 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: opacity 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: opacity 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
.modal .modal-close {
  top: 20px;
  right: 20px;
  z-index: 2;
  position: relative;
  padding-right: 26px;
  -webkit-transition: color 250ms ease;
  -moz-transition: color 250ms ease;
  -ms-transition: color 250ms ease;
  -o-transition: color 250ms ease;
  transition: color 250ms ease;
  position: fixed;
}
.modal .modal-close span {
  color: #ffffff;
  -webkit-transition: opacity 250ms ease;
  -moz-transition: opacity 250ms ease;
  -ms-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
.modal .modal-close span:first-child {
  position: absolute;
  left: -40px;
  bottom: 0;
}
.modal .modal-close span:nth-child(2) {
  opacity: 0;
}
.modal .modal-close div {
  position: absolute;
  background-color: #ffffff;
  background-image: url(img/icons/close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 9px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  right: 0;
  bottom: 4px;
  -webkit-transition: background-color 250ms ease;
  -moz-transition: background-color 250ms ease;
  -ms-transition: background-color 250ms ease;
  -o-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}
.modal .modal-close div:before, .modal .modal-close div:after {
  content: "";
  position: absolute;
  background: #292929;
  width: 12px;
  height: 1px;
  top: 9px;
  right: 50%;
  margin-right: -6px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 250ms ease;
  -moz-transition: opacity 250ms ease;
  -ms-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
.modal .modal-close div:before {
  -ms-transform: rotate(-45deg); /* IE 9 */
  -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.modal .modal-close div:after {
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.modal .modal-close.active span:first-child {
  opacity: 0;
}
.modal .modal-close.active span:nth-child(2) {
  opacity: 1;
}
.modal .modal-close.active div:before, .modal .modal-close.active div:after {
  opacity: 0.75;
}
.modal.active {
  opacity: 1;
}

.notran {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.instagram-feed {
  overflow: hidden;
}
.instagram-feed .feed a {
  position: relative;
  display: block;
}
.instagram-feed .feed a .instagram-logo {
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: 16px;
  z-index: 1;
}
.instagram-feed .feed a .instagram-logo path {
  fill: #ffffff;
}
.instagram-feed .feed a > div {
  background-color: #292929;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  padding-bottom: 100%;
}

.stripe-menu .stripe-menu-inner {
  border: 1px solid #000000;
  border-radius: 50px;
  height: 50px;
}
.stripe-menu ul {
  margin: 0;
  padding: 0;
  padding-top: 4px;
  padding-left: 4px;
  padding-right: 4px;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.stripe-menu ul li a {
  display: inline-block;
  height: 40px;
  border-radius: 40px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-decoration: none !important;
  -webkit-transition: background-color 0.256s cubic-bezier(0, 0, 0.56, 1), color 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: background-color 0.256s cubic-bezier(0, 0, 0.56, 1), color 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: background-color 0.256s cubic-bezier(0, 0, 0.56, 1), color 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: background-color 0.256s cubic-bezier(0, 0, 0.56, 1), color 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: background-color 0.256s cubic-bezier(0, 0, 0.56, 1), color 0.256s cubic-bezier(0, 0, 0.56, 1);
}
.stripe-menu ul li a.active {
  background-color: #DFDACD;
}
.stripe-menu ul li a:hover {
  background-color: #000000;
  color: #ffffff;
}
.stripe-menu.dark .stripe-menu-inner {
  background-color: #2D3494;
  border: 1px solid #2D3494;
}
.stripe-menu.dark ul li a {
  color: #ffffff;
}
.stripe-menu.dark ul li a.active {
  background-color: #ffffff;
  color: #000000;
}

.post-details {
  order: 1;
}
.post-details .date {
  display: inline-block;
  position: relative;
  top: -6px;
  font-size: 12px;
  font-family: "AeonikFono-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  min-width: 86px;
}
.post-details .category {
  display: inline-block;
  outline: none !important;
  text-decoration: none !important;
  color: #ffffff;
  padding: 0px 8px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  font-family: "AeonikFono-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  z-index: 1;
  background: none;
  border: 1px solid #B8AF9A;
  color: #000000;
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
}
.post-details .category:focus {
  outline: none !important;
}
.post-details .category:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
.post-details .category:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #DFDACD;
  z-index: -1;
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transform: translateY(100%);
}
.post-details .category:hover {
  color: #000000;
  background: #DFDACD;
}
.post-details .category:hover:before {
  transform: translateY(0%);
}
.post-details .category:hover span {
  color: #000000;
}

button {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  outline: none !important;
}
button:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
button.scroll-down {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
button.scroll-down > div {
  background-color: rgba(255, 255, 255, 0.24);
  height: 44px;
  width: 1px;
  overflow: hidden;
  margin-right: 20px;
  position: relative;
}
button.scroll-down > div > div {
  animation-name: scrollDown;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);
  width: 1px;
  height: 24px;
}
button.scroll-down span {
  font-size: 14px;
}

.button-icon {
  position: relative;
  border: 1px solid #000000;
  border-radius: 25px;
  text-align: right;
  font-family: "AeonikFono-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  height: 48px;
  display: inline-block;
  text-decoration: none !important;
  -webkit-transition: border 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: border 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: border 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: border 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: border 0.256s cubic-bezier(0, 0, 0.56, 1);
}
.button-icon span {
  position: relative;
  line-height: 46px;
  color: #000000;
  z-index: 1;
  font-family: "AeonikFono-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  -webkit-transition: color 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: color 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: color 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: color 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: color 0.256s cubic-bezier(0, 0, 0.56, 1);
}
.button-icon div {
  position: absolute;
  background: #000000;
  top: 3px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
}
.button-icon svg {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 11px;
  height: auto;
  z-index: 1;
}
.button-icon svg path {
  -webkit-transition: stroke 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: stroke 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: stroke 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: stroke 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: stroke 0.256s cubic-bezier(0, 0, 0.56, 1);
}
.button-icon:not(.reverse) span {
  margin-left: 32px;
  margin-right: 64px;
}
.button-icon:not(.reverse) div {
  right: 3px;
  margin-left: 18px;
}
.button-icon:not(.reverse) svg {
  right: 16px;
}
.button-icon.reverse span {
  margin-left: 64px;
  margin-right: 32px;
}
.button-icon.reverse div {
  left: 3px;
  margin-right: 18px;
}
.button-icon.reverse svg {
  left: 16px;
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.button-icon.directions svg {
  top: 15px;
  right: 15px;
  width: 16px;
}
.button-icon:disabled {
  border: 1px solid #CCCCCC;
  cursor: default !important;
}
.button-icon:disabled span {
  color: #CCCCCC;
}
.button-icon:disabled div {
  background: #CCCCCC;
}
.button-icon:disabled svg path {
  stroke: #ffffff !important;
}
.button-icon:hover:not(:disabled):not(.reverse) div {
  right: 0;
}
.button-icon:hover:not(:disabled).reverse div {
  left: 0;
}
.button-icon:hover:not(:disabled) span {
  color: #ffffff;
}
.button-icon:hover:not(:disabled) div {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  top: 0;
}

img {
  width: 100%;
}

figcaption {
  margin-top: 10px;
  color: #4d5b66;
  font-size: 13px;
}

hr {
  border-top: 1px solid #3D3D3D;
  margin-top: 30px;
  margin-bottom: 30px;
}

table, tr, td {
  border: 1px solid #b1b2b7;
}

td {
  padding: 5px 10px;
}

p img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
p.embed-p {
  max-width: 1080px;
  margin-top: 60px;
  margin-bottom: 60px;
}

a {
  cursor: pointer;
}
a:focus {
  outline: none !important;
}
a:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}

.b-lazy {
  -webkit-transition: opacity 350ms ease;
  -moz-transition: opacity 350ms ease;
  -ms-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  opacity: 0;
}
.b-lazy.b-loaded {
  opacity: 1;
}
.b-lazy.full-opacity {
  opacity: 1;
}

.animate-image-clip {
  height: 100%;
  overflow: hidden;
}
.animate-image-clip > div, .animate-image-clip > img {
  opacity: 0;
  clip-path: inset(100% 0px 0px 0px);
  -webkit-clip-path: inset(100% 0px 0px 0px);
  transform: scale(1.08);
  transition-delay: 0.2s;
  -webkit-transition: all 2.4s cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: all 2.4s cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: all 2.4s cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: all 2.4s cubic-bezier(0.56, 0, 0.24, 1);
  transition: all 2.4s cubic-bezier(0.56, 0, 0.24, 1);
}
.animate-image-clip.animate-image-clip-slower > div, .animate-image-clip.animate-image-clip-slower > img {
  -webkit-transition: all 4s cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: all 4s cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: all 4s cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: all 4s cubic-bezier(0.56, 0, 0.24, 1);
  transition: all 4s cubic-bezier(0.56, 0, 0.24, 1);
}
.animate-image-clip.active > div, .animate-image-clip.active > img {
  opacity: 1;
  transform: scale(1);
  clip-path: inset(0px 0px 0px 0px);
  -webkit-clip-path: inset(0px 0px 0px 0px);
}

.animate-container .animate-image-clip > div.animate.contained, .animate-container .animate-image-clip > img.animate.contained {
  opacity: 0;
}

.animate-container.active .animate-image-clip > div, .animate-container.active .animate-image-clip > img {
  clip-path: inset(0px 0px 0px 0px);
  -webkit-clip-path: inset(0px 0px 0px 0px);
  transform: scale(1);
}
.animate-container.active .animate-image-clip > div.animate.contained, .animate-container.active .animate-image-clip > img.animate.contained {
  opacity: 1;
}

.accordion-items .inner {
  position: relative;
}
@media (max-width: 991.98px) {
  .accordion-items .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.accordion-items .inner .items {
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}
@media (max-width: 1199.98px) {
  .accordion-items .inner .items {
    position: relative;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .accordion-items .inner .items {
    order: 1;
  }
}
.accordion-items .inner .items .inside .label button {
  position: relative;
  width: 100%;
  text-align: left;
}
.accordion-items .inner .items .inside .label button:focus {
  outline: none !important;
}
.accordion-items .inner .items .inside .label button:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
.accordion-items .inner .items .inside .label button span.label-span {
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  top: 18px;
  right: 0px;
  background: #000000;
  border-radius: 50%;
}
.accordion-items .inner .items .inside .label button h2, .accordion-items .inner .items .inside .label button h3, .accordion-items .inner .items .inside .label button h4 {
  position: relative;
  color: #000000;
  font-family: "DentonCondensed-Thin", serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 32px;
  font-style: normal;
  font-weight: 100;
  line-height: 1;
  text-transform: unset;
  margin-top: 24px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .accordion-items .inner .items .inside .label button h2, .accordion-items .inner .items .inside .label button h3, .accordion-items .inner .items .inside .label button h4 {
    font-size: 24px;
  }
}
.accordion-items .inner .items .inside .label button.active h2:after, .accordion-items .inner .items .inside .label button.active h3:after, .accordion-items .inner .items .inside .label button.active h4:after {
  -ms-transform: rotate(0deg); /* IE 9 */
  -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
}
.accordion-items .inner .items .inside .editor-content {
  overflow: hidden;
  height: 1px;
  padding-right: 56px;
  -webkit-transition: height 750ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: height 750ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: height 750ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: height 750ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: height 750ms cubic-bezier(0.77, 0, 0.175, 1);
}
.accordion-items .inner .items .inside .editor-content a:hover {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.accordion-items .inner .items .inside .editor-content ul li {
  list-style: none;
}
.accordion-items .inner .items .inside .editor-content ul li:before {
  content: "•";
  color: #000000;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.accordion-items .inner .items .inside .editor-content ul li > ul li {
  position: relative;
}
.accordion-items .inner .items .inside .editor-content ul li > ul li:before {
  content: "";
  position: absolute;
  background-color: #000000;
  width: 8px;
  height: 1px;
  left: 0;
  top: 12px;
}
.accordion-items .inner .items .item .label {
  position: relative;
}
.accordion-items .inner .items .item .label button span.label-span {
  -webkit-transition: all 0.24s ease;
  -moz-transition: all 0.24s ease;
  -ms-transition: all 0.24s ease;
  -o-transition: all 0.24s ease;
  transition: all 0.24s ease;
}
.accordion-items .inner .items .item .label button:before, .accordion-items .inner .items .item .label button:after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 16px;
  height: 1px;
  top: 38px;
  right: 12px;
  z-index: 2;
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
}
.accordion-items .inner .items .item .label button:after {
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.24s ease;
  -moz-transition: all 0.24s ease;
  -ms-transition: all 0.24s ease;
  -o-transition: all 0.24s ease;
  transition: all 0.24s ease;
}
.accordion-items .inner .items .item .label:hover button:before, .accordion-items .inner .items .item .label:hover button:after {
  background-color: #000000;
}
.accordion-items .inner .items .item .label:hover button span.label-span {
  background: #fff;
}
.accordion-items .inner .items .item .label.active button:before, .accordion-items .inner .items .item .label.active button:after {
  background-color: #000000;
}
.accordion-items .inner .items .item .label.active button span.label-span {
  background: #fff;
}
.accordion-items .inner .items .item .label.active button:after {
  -ms-transform: rotate(0deg); /* IE 9 */
  -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
}
.accordion-items .inner .items .item .editor-content {
  position: relative;
}
.accordion-items .inner .items .item .editor-content:after {
  content: "";
  position: absolute;
  background: #000000;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0;
}
.accordion-items .inner .items .item:first-of-type .label:after {
  content: none;
}

body.single-post.media {
  display: block;
}

/*--------------------------------------------------------------
THEME / LAYOUT
--------------------------------------------------------------*/
.container {
  max-width: 100% !important;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 350px) {
  .container {
    padding-left: 24px;
  }
}
@media (min-width: 576px) {
  .container {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-left: 48px;
  }
}
@media (min-width: 350px) {
  .container {
    padding-right: 24px;
  }
}
@media (min-width: 576px) {
  .container {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-right: 48px;
  }
}

@media (min-width: 1480px) {
  .container {
    max-width: 1300px;
  }
}
@media (max-width: 479px) {
  .container {
    max-width: 460px;
  }
}
.animateletter .word {
  opacity: 0;
  transform: translateY(5px);
  display: inline-block;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.animateletter.active .word {
  transform: translateY(0px);
  opacity: 1;
}

body {
  position: relative;
}
body.blog, body.category {
  background-color: #DFDACD;
}
body.blog main, body.blog header .site-nav#primary-nav, body.blog header div.menu-button button,
body.blog header .site-nav#primary-nav .register-button-header, body.category main, body.category header .site-nav#primary-nav, body.category header div.menu-button button,
body.category header .site-nav#primary-nav .register-button-header {
  background-color: #DFDACD;
}
body.blog header .site-nav#primary-nav.dark,
body.blog header .site-nav#primary-nav.dark div.menu-button button,
body.blog header .site-nav#primary-nav.dark .register-button-header, body.category header .site-nav#primary-nav.dark,
body.category header .site-nav#primary-nav.dark div.menu-button button,
body.category header .site-nav#primary-nav.dark .register-button-header {
  background-color: #000000;
}
body.blog header .site-nav#primary-nav .logo .main-logo a:hover img.beige, body.category header .site-nav#primary-nav .logo .main-logo a:hover img.beige {
  opacity: 0;
}
body.blog header .site-nav#primary-nav .logo .main-logo a:hover img.light, body.category header .site-nav#primary-nav .logo .main-logo a:hover img.light {
  opacity: 1;
}
body.blog .header, body.category .header {
  padding-top: 100px;
  margin-bottom: 72px;
}
@media (max-width: 991.98px) {
  body.blog .header, body.category .header {
    padding-top: 60px;
  }
}
@media (max-width: 767.98px) {
  body.blog .header, body.category .header {
    padding-top: 40px;
  }
}
@media (max-width: 767.98px) {
  body.blog .header, body.category .header {
    margin-bottom: 52px;
  }
}
body.blog .header .col, body.category .header .col {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1200px) {
  body.blog .header .col, body.category .header .col {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
}
@media (max-width: 1199.98px) {
  body.blog .header .col, body.category .header .col {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
body.blog .header .intro, body.category .header .intro {
  max-width: 500px;
}
body.blog .header .intro h1, body.category .header .intro h1 {
  font-size: 60px;
  line-height: 1.0666666667;
}
@media (max-width: 1199.98px) {
  body.blog .header .intro h1, body.category .header .intro h1 {
    font-size: 56px;
  }
}
@media (max-width: 991.98px) {
  body.blog .header .intro h1, body.category .header .intro h1 {
    font-size: 52px;
  }
}
@media (max-width: 767.98px) {
  body.blog .header .intro h1, body.category .header .intro h1 {
    font-size: 48px;
  }
}
@media (max-width: 575.98px) {
  body.blog .header .intro h1, body.category .header .intro h1 {
    font-size: 44px;
  }
}
@media (max-width: 349px) {
  body.blog .header .intro h1, body.category .header .intro h1 {
    font-size: 40px;
  }
}
body.blog .header .categories, body.category .header .categories {
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  body.blog .header .categories, body.category .header .categories {
    padding-left: 20px;
  }
}
@media (max-width: 1199.98px) {
  body.blog .header .categories, body.category .header .categories {
    margin-top: 20px;
  }
}
body.blog .header .categories a, body.category .header .categories a {
  outline: none !important;
  text-decoration: none !important;
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  font-family: "AeonikFono-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  z-index: 1;
  background: none;
  color: #000000;
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  display: inline-block;
  margin-top: 4px;
}
body.blog .header .categories a:focus, body.category .header .categories a:focus {
  outline: none !important;
}
body.blog .header .categories a:focus-visible, body.category .header .categories a:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
body.blog .header .categories a:hover, body.category .header .categories a:hover {
  color: #ffffff;
  background: #000000;
}
body.blog .header .categories a:hover:before, body.category .header .categories a:hover:before {
  transform: translateY(0%);
}
body.blog .header .categories a:hover span, body.category .header .categories a:hover span {
  color: #000000;
}
body.blog .header .categories a.active, body.category .header .categories a.active {
  background: #ffffff;
}
body.blog .header .categories a.active:hover, body.category .header .categories a.active:hover {
  color: #000000;
  background: #ffffff;
}
body.blog .posts, body.category .posts {
  padding-bottom: 180px;
}
@media (max-width: 991.98px) {
  body.blog .posts, body.category .posts {
    padding-bottom: 140px;
  }
}
@media (max-width: 767.98px) {
  body.blog .posts, body.category .posts {
    padding-bottom: 100px;
  }
}
body.blog .posts article.col, body.category .posts article.col {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
body.blog .posts article.col .article, body.category .posts article.col .article {
  width: 100%;
}
body.blog .posts article.col .col.image-col .image, body.category .posts article.col .col.image-col .image {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  padding-bottom: 62%;
}
@media (max-width: 767.98px) {
  body.blog .posts article.col .col.image-col, body.category .posts article.col .col.image-col {
    display: none;
  }
}
body.blog .posts article.col .col.content-col .content, body.category .posts article.col .col.content-col .content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  body.blog .posts article.col .col.content-col .content, body.category .posts article.col .col.content-col .content {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  body.blog .posts article.col .col.content-col .content, body.category .posts article.col .col.content-col .content {
    padding-right: 40px;
  }
}
body.blog .posts article.col .col.content-col .content h2, body.category .posts article.col .col.content-col .content h2 {
  order: 1;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  body.blog .posts article.col .col.content-col .content h2, body.category .posts article.col .col.content-col .content h2 {
    font-size: 36px;
  }
}
@media (max-width: 991.98px) {
  body.blog .posts article.col .col.content-col .content h2, body.category .posts article.col .col.content-col .content h2 {
    font-size: 32px;
  }
}
body.blog .posts article.col .col.content-col .content .details, body.category .posts article.col .col.content-col .content .details {
  order: 2;
}
body.blog .posts article.col .col.content-col .content .image, body.category .posts article.col .col.content-col .content .image {
  display: none;
  order: 3;
}
@media (max-width: 767.98px) {
  body.blog .posts article.col .col.content-col .content .image, body.category .posts article.col .col.content-col .content .image {
    display: block;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    padding-bottom: 64%;
    margin-top: 16px;
  }
}
body.blog .posts article.col .col.content-col .content .preview, body.category .posts article.col .col.content-col .content .preview {
  order: 4;
  font-size: 20px;
  line-height: 1.4;
  margin-top: 30px;
}
@media (max-width: 1199.98px) {
  body.blog .posts article.col .col.content-col .content .preview, body.category .posts article.col .col.content-col .content .preview {
    display: none;
  }
}
body.blog .posts article.col .col.content-col .content .preview a, body.category .posts article.col .col.content-col .content .preview a {
  display: none;
}
body.blog .posts article.col .col.content-col .content .read, body.category .posts article.col .col.content-col .content .read {
  order: 5;
  margin-top: 30px;
}
body.blog .posts article.col .col.content-col .content .read a, body.category .posts article.col .col.content-col .content .read a {
  outline: none !important;
  text-decoration: none !important;
  color: #ffffff;
  padding: 12px 32px;
  background: #000000;
  border-radius: 64px;
  position: relative;
  overflow: hidden;
  font-family: "AeonikFono-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  z-index: 1;
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  display: inline-block;
}
body.blog .posts article.col .col.content-col .content .read a:focus, body.category .posts article.col .col.content-col .content .read a:focus {
  outline: none !important;
}
body.blog .posts article.col .col.content-col .content .read a:focus-visible, body.category .posts article.col .col.content-col .content .read a:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
body.blog .posts article.col .col.content-col .content .read a:before, body.category .posts article.col .col.content-col .content .read a:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #DFDACD;
  z-index: -1;
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transform: translateY(100%);
}
body.blog .posts article.col .col.content-col .content .read a span, body.category .posts article.col .col.content-col .content .read a span {
  font-family: "AeonikFono-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
}
body.blog .posts article.col .col.content-col .content .read a:hover, body.category .posts article.col .col.content-col .content .read a:hover {
  color: #000000;
  background: #DFDACD;
}
body.blog .posts article.col .col.content-col .content .read a:hover:before, body.category .posts article.col .col.content-col .content .read a:hover:before {
  transform: translateY(0%);
}
body.blog .posts article.col .col.content-col .content .read a:hover span, body.category .posts article.col .col.content-col .content .read a:hover span {
  color: #000000;
}
body.blog .posts article.col .col.content-col .content .read a:before, body.category .posts article.col .col.content-col .content .read a:before {
  background: #ffffff;
}
body.blog .posts article.col .article, body.category .posts article.col .article {
  display: inline-block;
  border-bottom: 1px solid #000000;
  text-decoration: none !important;
  padding-bottom: 40px;
}
body.blog .posts article.col:not(:last-child), body.category .posts article.col:not(:last-child) {
  margin-bottom: 40px;
}
body.blog .page, body.category .page {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
body.blog .page .page-numbers, body.category .page .page-numbers {
  padding: 8px 12px;
}
body.blog .page .page-numbers:not(.dots):not(.current), body.category .page .page-numbers:not(.dots):not(.current) {
  outline: none !important;
  text-decoration: none !important;
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  font-family: "AeonikFono-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  z-index: 1;
  background: none;
  color: #000000;
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  padding: 8px 12px;
}
body.blog .page .page-numbers:not(.dots):not(.current):focus, body.category .page .page-numbers:not(.dots):not(.current):focus {
  outline: none !important;
}
body.blog .page .page-numbers:not(.dots):not(.current):focus-visible, body.category .page .page-numbers:not(.dots):not(.current):focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
body.blog .page .page-numbers:not(.dots):not(.current):hover, body.category .page .page-numbers:not(.dots):not(.current):hover {
  color: #ffffff;
  background: #000000;
}
body.blog .page .page-numbers:not(.dots):not(.current):hover:before, body.category .page .page-numbers:not(.dots):not(.current):hover:before {
  transform: translateY(0%);
}
body.blog .page .page-numbers:not(.dots):not(.current):hover span, body.category .page .page-numbers:not(.dots):not(.current):hover span {
  color: #000000;
}
body.blog .page .page-numbers:not(.dots):not(.current).active, body.category .page .page-numbers:not(.dots):not(.current).active {
  background: #ffffff;
}
body.blog .page .page-numbers:not(.dots):not(.current).active:hover, body.category .page .page-numbers:not(.dots):not(.current).active:hover {
  color: #000000;
  background: #ffffff;
}
body.blog .page .page-numbers.current, body.category .page .page-numbers.current {
  opacity: 0.4;
}
@media (max-width: 767.98px) {
  body.blog .page .page-numbers:not(.prev):not(.next), body.category .page .page-numbers:not(.prev):not(.next) {
    display: none;
  }
}
body.single-post {
  background-color: #DFDACD;
}
body.single-post main, body.single-post header .site-nav#primary-nav, body.single-post header div.menu-button button,
body.single-post header .site-nav#primary-nav .register-button-header {
  background-color: #DFDACD;
}
body.single-post header .site-nav#primary-nav.dark,
body.single-post header .site-nav#primary-nav.dark div.menu-button button,
body.single-post header .site-nav#primary-nav.dark .register-button-header {
  background-color: #000000;
}
body.single-post header .site-nav#primary-nav .logo .main-logo a:hover img.beige {
  opacity: 0;
}
body.single-post header .site-nav#primary-nav .logo .main-logo a:hover img.light {
  opacity: 1;
}
body.single-post .page {
  padding-top: 100px;
}
@media (max-width: 991.98px) {
  body.single-post .page {
    padding-top: 60px;
  }
}
@media (max-width: 767.98px) {
  body.single-post .page {
    padding-top: 40px;
  }
}
body.single-post .page .container > .row {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
body.single-post .page .container > .row .col.main {
  position: relative;
  z-index: 1;
  order: 2;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
@media (max-width: 1199.98px) {
  body.single-post .page .container > .row .col.main {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body.single-post .page .container > .row .col.main .header {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
body.single-post .page .container > .row .col.main .header > .col {
  -ms-flex: 0 0 79.1666666667%;
  flex: 0 0 79.1666666667%;
  max-width: 79.1666666667%;
}
@media (max-width: 767.98px) {
  body.single-post .page .container > .row .col.main .header > .col {
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
}
@media (max-width: 575.98px) {
  body.single-post .page .container > .row .col.main .header > .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body.single-post .page .container > .row .col.main .header h1 {
  font-size: 48px;
  line-height: 1.1666666667;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  body.single-post .page .container > .row .col.main .header h1 {
    font-size: 44px;
  }
}
@media (max-width: 767.98px) {
  body.single-post .page .container > .row .col.main .header h1 {
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  body.single-post .page .container > .row .col.main .header h1 {
    font-size: 36px;
  }
}
@media (max-width: 349px) {
  body.single-post .page .container > .row .col.main .header h1 {
    font-size: 32px;
  }
}
body.single-post .page .container > .row .col.main .image {
  margin-bottom: 90px;
}
@media (max-width: 575.98px) {
  body.single-post .page .container > .row .col.main .image {
    margin-bottom: 60px;
  }
}
body.single-post .page .container > .row .col.main .editor-content {
  margin-bottom: 100px;
}
@media (max-width: 1199.98px) {
  body.single-post .page .container > .row .col.main .editor-content {
    margin-bottom: 44px;
  }
}
@media (max-width: 767.98px) {
  body.single-post .page .container > .row .col.main .editor-content {
    margin-bottom: 30px;
  }
}
body.single-post .page .container > .row .col.main .editor-content h2 {
  font-family: "Aeonik-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.4;
}
body.single-post .page .container > .row .col.main .editor-content .wp-block-columns {
  margin-top: 90px;
  margin-bottom: 90px;
  gap: 1.25em;
}
@media (max-width: 575.98px) {
  body.single-post .page .container > .row .col.main .editor-content .wp-block-columns {
    gap: 24px;
  }
}
@media (max-width: 349px) {
  body.single-post .page .container > .row .col.main .editor-content .wp-block-columns {
    gap: 15px;
  }
}
body.single-post .page .container > .row .col.main .editor-content .wp-block-columns figure {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  body.single-post .page .container > .row .col.main .editor-content .wp-block-columns {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
body.single-post .page .container > .row .col.main .editor-content .col h2 {
  margin-bottom: 20px;
}
body.single-post .page .container > .row .col.main .editor-content .col > p a {
  font-size: 20px;
  line-height: 1.4;
}
@media (max-width: 349px) {
  body.single-post .page .container > .row .col.main .editor-content .col > p a {
    font-size: 18px;
  }
}
body.single-post .page .container > .row .col.main .editor-content .col > p {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 20px;
}
body.single-post .page .container > .row .col.main .editor-content .col .wp-block-quote {
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 0;
  border: none;
}
@media (max-width: 575.98px) {
  body.single-post .page .container > .row .col.main .editor-content .col .wp-block-quote {
    margin-top: 109px;
  }
}
body.single-post .page .container > .row .col.main .editor-content .col .wp-block-quote > svg {
  position: absolute;
  top: -14px;
  left: -54px;
  width: 32px;
}
@media (max-width: 575.98px) {
  body.single-post .page .container > .row .col.main .editor-content .col .wp-block-quote > svg {
    top: -44px;
    left: 0;
  }
}
body.single-post .page .container > .row .col.main .editor-content .col .wp-block-quote > p {
  font-family: "DentonCondensed-Thin", serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 32px;
  line-height: 1.25;
}
@media (max-width: 349px) {
  body.single-post .page .container > .row .col.main .editor-content .col .wp-block-quote > p {
    font-size: 28px;
  }
}
body.single-post .page .container > .row .col.main .editor-content .col .wp-block-quote cite {
  font-size: 16px;
  line-height: 1.4;
}
body.single-post .page .container > .row .col.main .editor-content .col > p, body.single-post .page .container > .row .col.main .editor-content .col .wp-block-quote, body.single-post .page .container > .row .col.main .editor-content .col > h2 {
  -ms-flex: 0 0 79.1666666667%;
  flex: 0 0 79.1666666667%;
  max-width: 79.1666666667%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  body.single-post .page .container > .row .col.main .editor-content .col > p, body.single-post .page .container > .row .col.main .editor-content .col .wp-block-quote, body.single-post .page .container > .row .col.main .editor-content .col > h2 {
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
}
@media (max-width: 575.98px) {
  body.single-post .page .container > .row .col.main .editor-content .col > p, body.single-post .page .container > .row .col.main .editor-content .col .wp-block-quote, body.single-post .page .container > .row .col.main .editor-content .col > h2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body.single-post .article-info {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  body.single-post .article-info {
    margin-top: 80px;
  }
}
@media (max-width: 1199.98px) {
  body.single-post .article-info {
    position: relative;
  }
}
body.single-post .article-info.stay {
  position: absolute;
  top: unset;
  bottom: 160px;
}
body.single-post .article-info .side {
  order: 1;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
@media (min-width: 1200px) {
  body.single-post .article-info .side {
    padding-top: 100px;
  }
}
@media (min-width: 1200px) and (max-width: 991.98px) {
  body.single-post .article-info .side {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 767.98px) {
  body.single-post .article-info .side {
    padding-top: 40px;
  }
}
@media (max-width: 1199.98px) {
  body.single-post .article-info .side {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.single-post .article-info .side .inner-wrap {
    -ms-flex: 0 0 79.1666666667%;
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991.98px) {
  body.single-post .article-info .side {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  body.single-post .article-info .side .inner-wrap {
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
}
@media (max-width: 575.98px) {
  body.single-post .article-info .side .inner-wrap {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body.single-post .article-info .side .date .day {
  display: block;
  font-family: "AeonikFono-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 2px;
}
body.single-post .article-info .side .date .month-year {
  font-size: 12px;
}
body.single-post .article-info .side .category {
  margin-top: 8px;
}
body.single-post .article-info .side .category a {
  display: inline-block;
  outline: none !important;
  text-decoration: none !important;
  color: #ffffff;
  padding: 0px 8px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  font-family: "AeonikFono-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  z-index: 1;
  background: none;
  border: 1px solid #B8AF9A;
  color: #000000;
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
}
body.single-post .article-info .side .category a:focus {
  outline: none !important;
}
body.single-post .article-info .side .category a:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
body.single-post .article-info .side .category a:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #DFDACD;
  z-index: -1;
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transform: translateY(100%);
}
body.single-post .article-info .side .category a:hover {
  color: #000000;
  background: #DFDACD;
}
body.single-post .article-info .side .category a:hover:before {
  transform: translateY(0%);
}
body.single-post .article-info .side .category a:hover span {
  color: #000000;
}
body.single-post .article-info .side .category a:hover {
  color: #fff;
}
body.single-post .article-info .side .category a:hover:before {
  background: #000000;
}
body.single-post .article-info .side .share-links {
  position: relative;
  margin-top: 16px;
  padding-top: 20px;
}
body.single-post .article-info .side .share-links:before {
  content: "";
  position: absolute;
  background: #ffffff;
  width: 160px;
  height: 1px;
  top: 0;
  left: 0;
}
body.single-post .related-posts {
  padding-bottom: 180px;
}
@media (max-width: 991.98px) {
  body.single-post .related-posts {
    padding-bottom: 140px;
  }
}
@media (max-width: 767.98px) {
  body.single-post .related-posts {
    padding-bottom: 100px;
  }
}
body.single-post .related-posts .row.hr {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
body.single-post .related-posts .row.hr .col {
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
@media (max-width: 1199.98px) {
  body.single-post .related-posts .row.hr .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 52px;
  }
}
@media (max-width: 575.98px) {
  body.single-post .related-posts .row.hr .col {
    margin-top: 0;
  }
}
body.single-post .related-posts .row.hr .col hr {
  border-top: 1px solid #ffffff;
  margin-top: 0;
  margin-bottom: 50px;
}
body.single-post .related-posts .row.related {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
body.single-post .related-posts .row.related > .col {
  margin-left: 0 !important;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
@media (min-width: 992px) {
  body.single-post .related-posts .row.related > .col {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1479px) {
  body.single-post .related-posts .row.related > .col {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 1199.98px) {
  body.single-post .related-posts .row.related > .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body.single-post .related-posts .row.related > .col > h2 {
  font-size: 40px;
}
@media (min-width: 1480px) {
  body.single-post .related-posts .row.related > .col > h2 {
    -webkit-flex-basis: 280px;
    flex-basis: 280px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
  }
}
body.single-post .related-posts .row.related > .col .article {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  body.single-post .related-posts .row.related > .col .article {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
body.single-post .related-posts .row.related > .col .article:hover, body.single-post .related-posts .row.related > .col .article:focus {
  text-decoration: none !important;
}
body.single-post .related-posts .row.related > .col .article .image {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 280px;
  height: 210px;
}
@media (min-width: 768px) {
  body.single-post .related-posts .row.related > .col .article .image {
    -webkit-flex-basis: 320px;
    flex-basis: 320px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
  }
}
@media (max-width: 767.98px) {
  body.single-post .related-posts .row.related > .col .article .image {
    padding-bottom: 64%;
    width: 100%;
    margin-bottom: 30px;
  }
}
body.single-post .related-posts .row.related > .col .article .content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  body.single-post .related-posts .row.related > .col .article .content {
    padding-left: 30px;
  }
}
body.single-post .related-posts .row.related > .col .article .content h3 {
  order: 2;
  margin-top: 12px;
  color: #000000;
  font-size: 24px;
  line-height: 1.3333333333 !important;
  font-family: "DentonCondensed-Thin", serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  margin-bottom: 0;
}
body.single-post .related-posts .row.related .back {
  display: inline-block;
  margin-top: 30px;
}
body.single-post .related-posts .row.related .back a {
  outline: none !important;
  text-decoration: none !important;
  color: #ffffff;
  padding: 12px 32px;
  background: #000000;
  border-radius: 64px;
  position: relative;
  overflow: hidden;
  font-family: "AeonikFono-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  z-index: 1;
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
}
body.single-post .related-posts .row.related .back a:focus {
  outline: none !important;
}
body.single-post .related-posts .row.related .back a:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
body.single-post .related-posts .row.related .back a:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #DFDACD;
  z-index: -1;
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transform: translateY(100%);
}
body.single-post .related-posts .row.related .back a span {
  font-family: "AeonikFono-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
}
body.single-post .related-posts .row.related .back a:hover {
  color: #000000;
  background: #DFDACD;
}
body.single-post .related-posts .row.related .back a:hover:before {
  transform: translateY(0%);
}
body.single-post .related-posts .row.related .back a:hover span {
  color: #000000;
}
body.single-post .related-posts .row.related .back a:hover {
  background-color: #ffffff;
}
body.page-template-default .default-container {
  padding-bottom: 100px;
  padding-top: 180px;
}
@media (max-width: 991.98px) {
  body.page-template-default .default-container {
    padding-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  body.page-template-default .default-container {
    padding-bottom: 60px;
  }
}
@media (max-width: 375px) {
  body.page-template-default .default-container {
    padding-bottom: 44px;
  }
}
@media (max-width: 991.98px) {
  body.page-template-default .default-container {
    padding-top: 164px;
  }
}
body.page-template-default .default-container > .row {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
body.page-template-default .default-container > .row > .col {
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
@media (max-width: 1479px) {
  body.page-template-default .default-container > .row > .col {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media (max-width: 1199.98px) {
  body.page-template-default .default-container > .row > .col {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (max-width: 991.98px) {
  body.page-template-default .default-container > .row > .col {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}
@media (max-width: 767.98px) {
  body.page-template-default .default-container > .row > .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body.blog, body.category, body.single {
  margin-top: 80px;
}
@media (max-width: 991.98px) {
  body.blog, body.category, body.single {
    margin-top: 64px;
  }
}

main {
  background: #ffffff;
  position: relative;
  z-index: 2;
}

#content-layout > section:first-of-type:not(.hero) {
  margin-top: 80px;
}
@media (max-width: 991.98px) {
  #content-layout > section:first-of-type:not(.hero) {
    margin-top: 64px;
  }
}

.register-popup-overlay,
.team-popup-overlay {
  backdrop-filter: blur(16px);
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  -moz-transition: opacity 0.8s ease;
  -ms-transition: opacity 0.8s ease;
  -o-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.register-popup-overlay.layer,
.team-popup-overlay.layer {
  z-index: 101;
}
.register-popup-overlay.active,
.team-popup-overlay.active {
  opacity: 1;
  -webkit-transition: opacity 0.8s ease;
  -moz-transition: opacity 0.8s ease;
  -ms-transition: opacity 0.8s ease;
  -o-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}

.register-popup {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  z-index: 111;
  display: flex;
  justify-content: right;
  transform: translateX(100%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transition-delay: 0.8s;
}
.register-popup.active {
  transform: translateX(0%);
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
.register-popup.active .popup-inner {
  transform: translateX(0%);
}
@media (max-width: 1199.98px) {
  .register-popup {
    width: 75%;
  }
}
@media (max-width: 991.98px) {
  .register-popup {
    width: 75%;
  }
}
@media (max-width: 767.98px) {
  .register-popup {
    width: 100%;
  }
}
.register-popup .register-popup-inner {
  padding: 112px 96px;
  width: 100%;
  background: #DFDACD;
  overflow-y: scroll;
  position: relative;
  transform: translateX(100%);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.register-popup .register-popup-inner > div {
  align-items: center;
  display: flex;
  min-height: 100%;
}
.register-popup .register-popup-inner h2 {
  color: #000;
  font-family: "DentonCondensed-Thin", serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  text-transform: unset;
  font-size: 60px;
  font-style: normal;
  font-weight: 100;
  line-height: 1.2; /* 120% */
}
@media (max-width: 991.98px) {
  .register-popup .register-popup-inner h2 {
    font-size: 48px;
  }
}
.register-popup .register-popup-inner .close-register {
  position: absolute;
  top: 16px;
  right: 48px;
}
.register-popup .register-popup-inner .close-register svg path, .register-popup .register-popup-inner .close-register svg rect {
  transform-origin: center;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.register-popup .register-popup-inner .close-register #hover-rect {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  transform: translateY(100%);
}
.register-popup .register-popup-inner .close-register:hover #hover-rect {
  transform: translateY(0%);
}
.register-popup .register-popup-inner .close-register:hover svg path {
  transform: rotate(-90deg);
  fill: #000;
}
.register-popup .register-popup-inner .col-form {
  padding-left: 0px;
  padding-right: 0px;
}
.register-popup .register-popup-inner div.wpforms-container-full {
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (max-width: 1199.98px) {
  .register-popup .register-popup-inner {
    padding: 96px 80px;
  }
}
@media (max-width: 991.98px) {
  .register-popup .register-popup-inner {
    padding: 80px 48px;
  }
}
@media (max-width: 767.98px) {
  .register-popup .register-popup-inner {
    padding: 64px 24px;
  }
  .register-popup .register-popup-inner .close-register {
    right: 24px;
  }
}

.team-popup {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  z-index: 111;
  display: flex;
  justify-content: right;
  transform: translateX(100%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transition-delay: 0.8s;
}
.team-popup.active {
  transform: translateX(0%);
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
.team-popup.active .popup-inner {
  transform: translateX(0%);
}
@media (max-width: 1199.98px) {
  .team-popup {
    width: 75%;
  }
}
@media (max-width: 991.98px) {
  .team-popup {
    width: 75%;
  }
}
@media (max-width: 767.98px) {
  .team-popup {
    width: 100%;
  }
}
.team-popup .team-popup-inner {
  padding: 96px 48px;
  width: 100%;
  background: #ffffff;
  overflow-y: scroll;
  position: relative;
  transform: translateX(100%);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.team-popup .team-popup-inner > div {
  align-items: center;
  display: flex;
  min-height: 100%;
}
.team-popup .team-popup-inner .team-inner-flex {
  position: relative;
  padding-bottom: 120px;
}
.team-popup .team-popup-inner .col-team-popup-bio .row-image {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  margin-left: 0px;
  margin-right: 0px;
}
.team-popup .team-popup-inner .col-team-popup-bio .row-image .col:first-child {
  padding-left: 0px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 32px;
  border-right: 1px solid #000000;
}
.team-popup .team-popup-inner .col-team-popup-bio .row-image .col:first-child img {
  background: #DFDACD;
}
.team-popup .team-popup-inner .col-team-popup-bio .row-image .col:last-child {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 0px;
  padding-left: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.team-popup .team-popup-inner .col-team-popup-bio .row-image h3 {
  color: #000;
  font-family: "DentonCondensed-Thin", serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 60px;
  font-style: normal;
  font-weight: 100;
  line-height: 0.8; /* 80% */
}
.team-popup .team-popup-inner .col-team-popup-bio .row-image h4 {
  color: #000;
  font-family: "Aeonik-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4; /* 140% */
}
.team-popup .team-popup-inner .col-team-popup-bio .row-bio {
  padding-top: 32px;
  padding-bottom: 32px;
}
.team-popup .team-popup-inner .col-team-popup-bio .row-bio * {
  color: #000000;
  font-family: "Aeonik-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.team-popup .team-popup-inner .col-team-popup-bio .linkedin {
  display: inline-block;
}
.team-popup .team-popup-inner .col-team-popup-bio button {
  color: #000;
  font-family: "Aeonik-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  position: absolute;
}
.team-popup .team-popup-inner .col-team-popup-bio button svg {
  border: 1px solid #000;
  border-radius: 50%;
  overflow: hidden;
}
.team-popup .team-popup-inner .col-team-popup-bio button svg .hover-circle {
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transform: translateY(100%);
}
.team-popup .team-popup-inner .col-team-popup-bio button:hover svg .hover-circle {
  transform: translateY(0%);
}
.team-popup .team-popup-inner .col-team-popup-bio button:hover svg path {
  stroke: #ffffff;
}
.team-popup .team-popup-inner .col-team-popup-bio button.team-prev {
  bottom: 0px;
  left: 0px;
}
.team-popup .team-popup-inner .col-team-popup-bio button.team-prev svg {
  margin-right: 8px;
}
.team-popup .team-popup-inner .col-team-popup-bio button.team-next {
  left: auto;
  right: 0px;
  bottom: 0px;
}
.team-popup .team-popup-inner .col-team-popup-bio button.team-next svg {
  margin-left: 8px;
}
.team-popup .team-popup-inner .close-team {
  position: absolute;
  top: 16px;
  right: 48px;
  top: -64px;
  right: 0px;
}
.team-popup .team-popup-inner .close-team svg path, .team-popup .team-popup-inner .close-team svg rect {
  transform-origin: center;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.team-popup .team-popup-inner .close-team #hover-rect {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  transform: translateY(100%);
}
.team-popup .team-popup-inner .close-team:hover #hover-rect {
  transform: translateY(0%);
}
.team-popup .team-popup-inner .close-team:hover svg path {
  transform: rotate(-90deg);
  fill: #000;
}
@media (max-width: 1199.98px) {
  .team-popup .team-popup-inner {
    padding: 96px 56px;
  }
  .team-popup .team-popup-inner .team-inner-flex {
    padding-bottom: 48px;
  }
  .team-popup .team-popup-inner .col-team-popup-bio .row-image .col:first-child {
    border-right: 0px;
    border-top: 0px;
  }
  .team-popup .team-popup-inner .col-team-popup-bio .row-image .col, .team-popup .team-popup-inner .col-team-popup-bio .row-image .col:first-child, .team-popup .team-popup-inner .col-team-popup-bio .row-image .col:last-child {
    padding-right: 0px;
    padding-left: 0px;
  }
  .team-popup .team-popup-inner .col-team-popup-bio .row-image .col:last-child {
    padding-top: 0px;
  }
  .team-popup .team-popup-inner .col-team-popup-bio .row-image h3 {
    font-size: 48px;
  }
}
@media (max-width: 991.98px) {
  .team-popup .team-popup-inner {
    padding: 80px 48px;
  }
  .team-popup .team-popup-inner .col-team-popup-bio .row-image h3 {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .team-popup .team-popup-inner {
    padding: 80px 24px 64px 24px;
  }
  .team-popup .team-popup-inner .col-team-popup-bio .row-image .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .team-popup .team-popup-inner .close-register {
    right: 24px;
  }
}

footer {
  overflow: hidden;
  background-color: #000000;
  padding: 64px 0px;
  position: sticky;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 991.98px) {
  footer {
    position: relative;
  }
}
footer * {
  color: #ffffff;
}
footer .row-top {
  margin-bottom: 72px;
}
footer .row-top .heading {
  margin-bottom: 8px;
  display: block;
  color: #FFF;
  font-family: "Aeonik-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
footer .row-top a, footer .row-top span {
  color: #A4A4A4;
  font-family: "AeonikFono-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 18px;
  font-size: min(1.04vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.33333;
}
footer .row-top a {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
footer .row-top a:hover {
  text-decoration: none;
  color: #fff;
}
footer .row-top .col-tf-1 {
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
footer .row-top .col-tf-2 {
  -ms-flex: 0 0 29.1666666667%;
  flex: 0 0 29.1666666667%;
  max-width: 29.1666666667%;
}
footer .row-top .col-tf-3 {
  margin-left: 4.1666666667%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
footer .row-top .col-tf-4 {
  margin-left: 8.3333333333%;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
footer .row-bottom {
  display: flex;
  align-items: flex-end;
}
footer .row-bottom a {
  color: #A4A4A4;
  font-family: "AeonikFono-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
}
footer .row-bottom a:hover {
  text-decoration: none;
  color: #fff;
}
footer .row-bottom span {
  color: #A4A4A4;
  font-family: "Aeonik-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
footer .row-bottom .col-bf-1 {
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
footer .row-bottom .col-bf-1 img {
  max-width: 175px;
}
footer .row-bottom .col-bf-2 {
  -ms-flex: 0 0 29.1666666667%;
  flex: 0 0 29.1666666667%;
  max-width: 29.1666666667%;
}
footer .row-bottom .col-bf-2 .legal span {
  display: block;
}
footer .row-bottom .col-bf-3 {
  margin-left: 4.1666666667%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
footer .row-bottom .col-bf-4 {
  margin-left: 8.3333333333%;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
footer .row-disclaimer {
  margin-top: 48px;
}
footer .row-disclaimer .col {
  margin-left: 16.6666666667%;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
footer .row-disclaimer .col span {
  font-family: "Aeonik-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #7a7a7a;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}
@media (max-width: 1199.98px) {
  footer .row-top a {
    font-size: 14px;
  }
  footer .row-top .col-tf-1 {
    -ms-flex: 0 0 20.8333333333%;
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  footer .row-top .col-tf-2 {
    -ms-flex: 0 0 29.1666666667%;
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  footer .row-top .col-tf-3 {
    margin-left: 0%;
    -ms-flex: 0 0 29.1666666667%;
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  footer .row-top .col-tf-4 {
    margin-left: 0%;
    -ms-flex: 0 0 20.8333333333%;
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  footer .row-bottom .col-bf-1 {
    -ms-flex: 0 0 20.8333333333%;
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  footer .row-bottom .col-bf-2 {
    -ms-flex: 0 0 29.1666666667%;
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  footer .row-bottom .col-bf-3 {
    margin-left: 0%;
    -ms-flex: 0 0 29.1666666667%;
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  footer .row-bottom .col-bf-4 {
    margin-left: 0%;
    -ms-flex: 0 0 20.8333333333%;
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  footer .row-disclaimer .col {
    margin-left: 20.8333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media (max-width: 991.98px) {
  footer {
    padding: 48px 0px;
  }
  footer .row-top {
    margin-bottom: 24px;
  }
  footer .row-top a {
    font-size: 14px;
  }
  footer .row-top .col-tf-1 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 24px;
  }
  footer .row-top .col-tf-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 24px;
  }
  footer .row-top .col-tf-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  footer .row-top .col-tf-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  footer .row-bottom .col-bf-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 24px;
  }
  footer .row-bottom .col-bf-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  footer .row-bottom .col-bf-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  footer .row-bottom .col-bf-4 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  footer .row-disclaimer {
    margin-top: 24px;
  }
  footer .row-disclaimer .col {
    margin-left: 0%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  footer .row-top .col-tf-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 24px;
  }
  footer .row-top .col-tf-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  footer .row-top .col-tf-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 24px;
  }
  footer .row-top .col-tf-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 24px;
  }
  footer .row-bottom .col-bf-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 24px;
  }
  footer .row-bottom .col-bf-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 24px;
  }
  footer .row-bottom .col-bf-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  footer .row-bottom .col-bf-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

#cover {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 1000;
  opacity: 1;
}
#cover.fade-out {
  opacity: 0;
  -webkit-transition: opacity 100ms ease;
  -moz-transition: opacity 100ms ease;
  -ms-transition: opacity 100ms ease;
  -o-transition: opacity 100ms ease;
  transition: opacity 100ms ease;
}

/*--------------------------------------------------------------
THEME / NAVIGATION
--------------------------------------------------------------*/
header div.language-button {
  margin-right: 16px;
}
header div.language-button select {
  width: 100%;
  padding: 12px 32px 12px 12px;
  background: transparent;
  color: #000000;
  font-family: "Aeonik-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 100% */
  border-radius: 64px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  height: 50px;
  width: 100%;
  border: 1px solid #000000;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 1L8 8L1 1' stroke='black' stroke-width='1.2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  background-position: calc(100% - 12px);
  background-repeat: no-repeat;
  -webkit-transition: all 250ms 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 250ms 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 250ms 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 250ms 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 250ms 0.256s cubic-bezier(0, 0, 0.56, 1);
}
header div.language-button select:hover {
  background: #000000;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 1L8 8L1 1' stroke='white' stroke-width='1.2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  background-position: calc(100% - 12px);
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  header div.language-button {
    display: none;
  }
}
header div.menu-button button {
  width: 140px;
  outline: none !important;
  text-decoration: none !important;
  color: #ffffff;
  padding: 12px 32px;
  background: #000000;
  border-radius: 64px;
  position: relative;
  overflow: hidden;
  font-family: "AeonikFono-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  z-index: 1;
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  background: #ffffff;
  border: 1px solid #000;
  color: #000000;
  padding-right: 60px;
}
header div.menu-button button:focus {
  outline: none !important;
}
header div.menu-button button:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
header div.menu-button button:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #DFDACD;
  z-index: -1;
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transform: translateY(100%);
}
header div.menu-button button span {
  font-family: "AeonikFono-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  color: #000000;
}
header div.menu-button button:hover {
  color: #000000;
  background: #DFDACD;
}
header div.menu-button button:hover:before {
  transform: translateY(0%);
}
header div.menu-button button:hover span {
  color: #000000;
}
header div.menu-button button:before {
  background: #000000;
  display: none;
}
header div.menu-button button span {
  z-index: 1;
  position: relative;
}
header div.menu-button button span.opened-text {
  display: none;
}
header div.menu-button button > div.black-bg {
  background-color: #000000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 4px;
  right: 4px;
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
}
header div.menu-button button > div {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 4px;
  right: 4px;
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
}
header div.menu-button button > div:not(.black-bg):before, header div.menu-button button > div:not(.black-bg):after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 20px;
  height: 1px;
  right: 10px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
header div.menu-button button > div:not(.black-bg):before {
  top: 16px;
}
header div.menu-button button > div:not(.black-bg):after {
  bottom: 16px;
}
header div.menu-button button:hover {
  background: transparent;
}
header div.menu-button button:hover:not(:disabled):not(.reverse) div.black-bg {
  right: 0;
}
header div.menu-button button:hover:not(:disabled) span {
  color: #ffffff;
}
header div.menu-button button:hover:not(:disabled) div.black-bg {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  top: 0;
}
header div.menu-button button.active {
  background-color: #000000;
  border: 1px solid #ffffff;
}
header div.menu-button button.active span {
  color: #ffffff;
}
header div.menu-button button.active span.closed-text {
  display: none;
}
header div.menu-button button.active span.opened-text {
  display: block;
}
header div.menu-button button.active > div:before {
  -ms-transform: rotate(-45deg); /* IE 9 */
  -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
}
header div.menu-button button.active > div:after {
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 19px;
}
header .site-nav#primary-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 100;
  background-color: #ffffff;
  padding-left: 16px;
  padding-right: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-transition: all 0.512s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.512s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.512s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.512s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.512s cubic-bezier(0, 0, 0.56, 1);
}
@media (min-width: 350px) {
  header .site-nav#primary-nav {
    padding-left: 24px;
  }
}
@media (min-width: 576px) {
  header .site-nav#primary-nav {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  header .site-nav#primary-nav {
    padding-left: 48px;
  }
}
@media (min-width: 350px) {
  header .site-nav#primary-nav {
    padding-right: 24px;
  }
}
@media (min-width: 576px) {
  header .site-nav#primary-nav {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  header .site-nav#primary-nav {
    padding-right: 48px;
  }
}
@media (max-width: 991.98px) {
  header .site-nav#primary-nav {
    height: 64px;
  }
}
header .site-nav#primary-nav > .container {
  height: 100%;
}
header .site-nav#primary-nav .register-button-header {
  margin-right: 16px;
}
@media (min-width: 992px) {
  header .site-nav#primary-nav .register-button-header {
    outline: none !important;
    text-decoration: none !important;
    color: #ffffff;
    padding: 12px 32px;
    background: #000000;
    border-radius: 64px;
    position: relative;
    overflow: hidden;
    font-family: "AeonikFono-Regular", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    z-index: 1;
    -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
    -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
    -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
    -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
    transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
    background: #ffffff;
    border: 1px solid #000;
    color: #000000;
    background: #ffffff;
    border: 1px solid #000000;
    color: #000000;
    z-index: 20;
  }
  header .site-nav#primary-nav .register-button-header:focus {
    outline: none !important;
  }
  header .site-nav#primary-nav .register-button-header:focus-visible {
    outline: 1px dotted !important;
    outline: 5px auto -webkit-focus-ring-color !important;
  }
  header .site-nav#primary-nav .register-button-header:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #DFDACD;
    z-index: -1;
    -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
    -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
    -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
    -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
    transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
    transform: translateY(100%);
  }
  header .site-nav#primary-nav .register-button-header span {
    font-family: "AeonikFono-Regular", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
    -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
    -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
    -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
    -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
    transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
    color: #000000;
  }
  header .site-nav#primary-nav .register-button-header:hover {
    color: #000000;
    background: #DFDACD;
  }
  header .site-nav#primary-nav .register-button-header:hover:before {
    transform: translateY(0%);
  }
  header .site-nav#primary-nav .register-button-header:hover span {
    color: #000000;
  }
}
@media (max-width: 991.98px) {
  header .site-nav#primary-nav .register-button-header {
    display: none;
    position: relative;
    color: #000000;
    text-align: right;
    font-family: "AeonikFono-Regular", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    padding-right: 18px;
    z-index: 20;
  }
  header .site-nav#primary-nav .register-button-header:after {
    content: "";
    background: #000000;
    position: absolute;
    top: 6px;
    right: 0px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
  }
  header .site-nav#primary-nav .register-button-header span {
    display: none;
  }
}
@media (max-width: 767.98px) {
  header .site-nav#primary-nav .register-button-header {
    display: none;
  }
}
header .site-nav#primary-nav .row.bar {
  position: relative;
  z-index: 1;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
header .site-nav#primary-nav .row.bar:after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
header .site-nav#primary-nav .logo {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
header .site-nav#primary-nav .logo .main-logo {
  position: relative;
  z-index: 1;
}
header .site-nav#primary-nav .logo .main-logo a {
  display: inline-block;
  position: relative;
  z-index: 3;
}
header .site-nav#primary-nav .logo .main-logo a img {
  width: auto;
  height: 50px;
}
@media (max-width: 991.98px) {
  header .site-nav#primary-nav .logo .main-logo a img {
    height: 44px;
  }
}
header .site-nav#primary-nav .logo .main-logo a img.normal {
  opacity: 1;
  -webkit-transition: opacity 0.256s cubic-bezier(0, 0, 0.64, 1);
  -moz-transition: opacity 0.256s cubic-bezier(0, 0, 0.64, 1);
  -ms-transition: opacity 0.256s cubic-bezier(0, 0, 0.64, 1);
  -o-transition: opacity 0.256s cubic-bezier(0, 0, 0.64, 1);
  transition: opacity 0.256s cubic-bezier(0, 0, 0.64, 1);
}
header .site-nav#primary-nav .logo .main-logo a img.beige, header .site-nav#primary-nav .logo .main-logo a img.light {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.256s cubic-bezier(0, 0, 0.64, 1);
  -moz-transition: opacity 0.256s cubic-bezier(0, 0, 0.64, 1);
  -ms-transition: opacity 0.256s cubic-bezier(0, 0, 0.64, 1);
  -o-transition: opacity 0.256s cubic-bezier(0, 0, 0.64, 1);
  transition: opacity 0.256s cubic-bezier(0, 0, 0.64, 1);
}
header .site-nav#primary-nav .logo .main-logo a:hover img.normal {
  opacity: 0;
}
header .site-nav#primary-nav .logo .main-logo a:hover img.beige {
  opacity: 1;
}
header .site-nav#primary-nav .logo .community-logo {
  position: relative;
  z-index: 1;
  margin-left: 30px;
  padding-left: 31px;
}
header .site-nav#primary-nav .logo .community-logo:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 1px;
  height: 44px;
  background-color: #E1E1E1;
}
header .site-nav#primary-nav .logo .community-logo img {
  width: auto;
  height: 50px;
}
@media (max-width: 991.98px) {
  header .site-nav#primary-nav .logo .community-logo img {
    height: 44px;
  }
}
@media (max-width: 767.98px) {
  header .site-nav#primary-nav .logo .community-logo {
    margin-left: 12px;
    padding-left: 12px;
    padding-right: 8px;
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  header .site-nav#primary-nav .logo .community-logo {
    display: none;
  }
}
header .site-nav#primary-nav .stripe-menu {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
header .site-nav#primary-nav .stripe-menu .stripe-menu-inner {
  display: inline-block;
}
header .site-nav#primary-nav .controls {
  position: relative;
  z-index: 1;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
header .site-nav#primary-nav .controls > div {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
header .site-nav#primary-nav .controls .nav-outer {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  header .site-nav#primary-nav .controls .nav-outer {
    /*display: none;*/
  }
}
header .site-nav#primary-nav .controls .nav-outer ul.menu {
  float: right;
  margin-bottom: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 1199.98px) {
  header .site-nav#primary-nav .controls .nav-outer ul.menu {
    width: 100%;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
header .site-nav#primary-nav .controls .nav-outer ul.menu > li {
  position: relative;
  float: left;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 80px;
}
@media (max-width: 1199.98px) {
  header .site-nav#primary-nav .controls .nav-outer ul.menu > li {
    margin-right: 60px;
  }
}
header .site-nav#primary-nav .controls .nav-outer ul.menu > li > button, header .site-nav#primary-nav .controls .nav-outer ul.menu > li > a {
  position: relative;
  z-index: 3;
  border: none;
  outline: none !important;
  background: none;
  display: inline-block;
  position: relative;
  letter-spacing: unset;
  padding: 0;
  cursor: pointer;
  border: none;
  background: none;
  color: #000000;
  font-family: "Aeonik-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  text-decoration: none !important;
  -webkit-transition: opacity 0.24s cubic-bezier(0.64, 0.04, 0.32, 1);
  -moz-transition: opacity 0.24s cubic-bezier(0.64, 0.04, 0.32, 1);
  -ms-transition: opacity 0.24s cubic-bezier(0.64, 0.04, 0.32, 1);
  -o-transition: opacity 0.24s cubic-bezier(0.64, 0.04, 0.32, 1);
  transition: opacity 0.24s cubic-bezier(0.64, 0.04, 0.32, 1);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #000000;
}
@media (min-width: 992px) {
  header .site-nav#primary-nav .controls .nav-outer ul.menu > li > button, header .site-nav#primary-nav .controls .nav-outer ul.menu > li > a {
    -webkit-transition: color 250ms ease;
    -moz-transition: color 250ms ease;
    -ms-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    transition: color 250ms ease;
  }
}
header .site-nav#primary-nav .controls .nav-outer ul.menu > li > button:focus, header .site-nav#primary-nav .controls .nav-outer ul.menu > li > a:focus {
  outline: none !important;
}
header .site-nav#primary-nav .controls .nav-outer ul.menu > li > button:focus-visible, header .site-nav#primary-nav .controls .nav-outer ul.menu > li > a:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
header .site-nav#primary-nav .controls .nav-outer ul.menu > li > button > span, header .site-nav#primary-nav .controls .nav-outer ul.menu > li > a > span {
  color: #000000;
  font-size: 16px;
  font-family: "Aeonik-Medium", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  -webkit-transition: color 250ms ease;
  -moz-transition: color 250ms ease;
  -ms-transition: color 250ms ease;
  -o-transition: color 250ms ease;
  transition: color 250ms ease;
}
header .site-nav#primary-nav .controls .nav-outer ul.menu > li > button > svg, header .site-nav#primary-nav .controls .nav-outer ul.menu > li > a > svg {
  width: 16px;
  margin-left: 6px;
}
header .site-nav#primary-nav .controls .nav-outer ul.menu > li > button > svg .stroke, header .site-nav#primary-nav .controls .nav-outer ul.menu > li > a > svg .stroke {
  stroke: #F26660;
  -webkit-transition: stroke 250ms ease;
  -moz-transition: stroke 250ms ease;
  -ms-transition: stroke 250ms ease;
  -o-transition: stroke 250ms ease;
  transition: stroke 250ms ease;
}
header .site-nav#primary-nav .controls .nav-outer ul.menu > li > button:hover > span, header .site-nav#primary-nav .controls .nav-outer ul.menu > li > a:hover > span {
  color: #F26660 !important;
}
header .site-nav#primary-nav .controls .nav-outer ul.menu > li > button:hover > svg .stroke, header .site-nav#primary-nav .controls .nav-outer ul.menu > li > a:hover > svg .stroke {
  stroke: #F26660 !important;
}
header .site-nav#primary-nav .controls .nav-outer ul.menu > li > button.active:before, header .site-nav#primary-nav .controls .nav-outer ul.menu > li > button.active:after, header .site-nav#primary-nav .controls .nav-outer ul.menu > li > a.active:before, header .site-nav#primary-nav .controls .nav-outer ul.menu > li > a.active:after {
  opacity: 1;
}
header .site-nav#primary-nav .controls .nav-outer ul.menu > li > button.active + .sub-menu, header .site-nav#primary-nav .controls .nav-outer ul.menu > li > a.active + .sub-menu {
  height: auto;
}
header .site-nav#primary-nav .controls .nav-outer ul.menu > li.current_page_item > button > span, header .site-nav#primary-nav .controls .nav-outer ul.menu > li.current_page_item > a > span, header .site-nav#primary-nav .controls .nav-outer ul.menu > li.current_page_parent > button > span, header .site-nav#primary-nav .controls .nav-outer ul.menu > li.current_page_parent > a > span {
  color: #1F7D70;
}
header .site-nav#primary-nav .controls .nav-outer ul.menu > li.current_page_item > button > svg .stroke, header .site-nav#primary-nav .controls .nav-outer ul.menu > li.current_page_item > a > svg .stroke, header .site-nav#primary-nav .controls .nav-outer ul.menu > li.current_page_parent > button > svg .stroke, header .site-nav#primary-nav .controls .nav-outer ul.menu > li.current_page_parent > a > svg .stroke {
  stroke: #1F7D70;
}
header .site-nav#primary-nav .controls .nav-outer ul.menu > li#menu-item-672 .sub-menu {
  min-width: 140px;
}
header .site-nav#primary-nav .controls .nav-outer ul.menu > li#menu-item-676 .sub-menu {
  min-width: 260px;
}
header .site-nav#primary-nav .controls div.menu-button {
  position: relative;
  z-index: 5;
}
header .site-nav#primary-nav .controls #secondary-nav {
  right: 300px;
  top: 24px;
  position: absolute;
  width: 100%;
  z-index: 4;
}
header .site-nav#primary-nav .controls #secondary-nav #menu-primary-nav {
  display: flex;
}
header .site-nav#primary-nav .controls #secondary-nav #menu-primary-nav li {
  margin-right: 24px;
}
header .site-nav#primary-nav .controls #secondary-nav #menu-primary-nav ul {
  display: flex;
}
header .site-nav#primary-nav .controls #secondary-nav:before {
  right: 40px;
  left: unset;
}
header .site-nav#primary-nav.conceal {
  top: -80px;
}
@media (max-width: 991.98px) {
  header .site-nav#primary-nav.conceal {
    top: -64px;
  }
}
header .site-nav#primary-nav.transparent {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0);
  background-color: transparent;
}
header .site-nav#primary-nav.transparent .row.bar:before {
  background-color: transparent;
  -webkit-transition: background-color 250ms ease;
  -moz-transition: background-color 250ms ease;
  -ms-transition: background-color 250ms ease;
  -o-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}
header .site-nav#primary-nav.transparent .logo-col .logo a img:first-child {
  opacity: 0;
}
header .site-nav#primary-nav.transparent .logo-col .logo a img:last-child {
  opacity: 1;
}
header .site-nav#primary-nav.transparent .nav-col .nav-outer ul.menu > li > a:after {
  opacity: 0;
}
header .site-nav#primary-nav.transparent .nav-col .nav-outer ul.menu > li > a.active:before, header .site-nav#primary-nav.transparent .nav-col .nav-outer ul.menu > li > a.active:after {
  opacity: 1;
}
header .site-nav#primary-nav.transparent .nav-col .nav-outer ul.menu > li > a, header .site-nav#primary-nav.transparent .nav-col .nav-outer ul.menu > li > button {
  color: #ffffff;
}
header .site-nav#primary-nav.transparent .nav-col .nav-outer ul.menu > li > a > span, header .site-nav#primary-nav.transparent .nav-col .nav-outer ul.menu > li > button > span {
  color: #ffffff;
  background-image: linear-gradient(#ffffff, #ffffff);
}
header .site-nav#primary-nav.transparent .nav-col .nav-outer ul.menu > li > a:hover > span, header .site-nav#primary-nav.transparent .nav-col .nav-outer ul.menu > li > a:focus > span, header .site-nav#primary-nav.transparent .nav-col .nav-outer ul.menu > li > a.active > span, header .site-nav#primary-nav.transparent .nav-col .nav-outer ul.menu > li > button:hover > span, header .site-nav#primary-nav.transparent .nav-col .nav-outer ul.menu > li > button:focus > span, header .site-nav#primary-nav.transparent .nav-col .nav-outer ul.menu > li > button.active > span {
  background-image: linear-gradient(#ffffff, #ffffff);
  background-size: 100% 3px;
}
header .site-nav#primary-nav.no-shadow {
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0);
}
header .site-nav#primary-nav.notran {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
header .site-nav#primary-nav.notran .nav-col .nav-outer ul.menu > li > a > span,
header .site-nav#primary-nav.notran .nav-col .nav-outer ul.menu > li.menu-item-has-children > a:after {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
header .site-nav#primary-nav.static {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
header .site-nav#primary-nav.inv {
  display: none;
}
header .site-nav#primary-nav.dark {
  background-color: #000000;
}
header .site-nav#primary-nav.dark .logo a img:first-child {
  opacity: 0;
}
header .site-nav#primary-nav.dark .logo a img.light {
  opacity: 1;
}
header .site-nav#primary-nav.dark .register-button-header {
  background: #000000;
  border: 1px solid #ffffff;
  color: #ffffff;
}
header .site-nav#primary-nav.dark .register-button-header span {
  color: #ffffff;
}
header .site-nav#primary-nav.dark .register-button-header:hover {
  color: #000000;
}
header .site-nav#primary-nav.dark .register-button-header:hover span {
  color: #000000;
}
header .site-nav#primary-nav.dark .language-button select {
  color: #ffffff;
  border: 1px solid #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 1L8 8L1 1' stroke='white' stroke-width='1.2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}
header .site-nav#primary-nav.dark .stripe-menu:not(.dark) .stripe-menu-inner {
  border: 1px solid #ffffff;
}
header .site-nav#primary-nav.dark .stripe-menu:not(.dark) ul li a {
  color: #ffffff;
}
header .site-nav#primary-nav.dark .stripe-menu:not(.dark) ul li a.active {
  color: #000000;
}
header .site-nav#primary-nav.dark .stripe-menu:not(.dark) ul li a:hover {
  background-color: #ffffff;
  color: #000000;
}
header .site-nav#primary-nav.dark .nav div.menu-button button {
  background-color: #000000;
  border: 1px solid #ffffff;
}
header .site-nav#primary-nav.dark .nav div.menu-button button span {
  color: #ffffff;
}
header #popup-menu {
  position: fixed;
  display: none;
  opacity: 0;
  z-index: 99;
  left: 0;
  bottom: 0;
  background-color: #000000;
  width: 100%;
  padding-bottom: 80px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: -moz-calc(100dvh - 80px);
  height: -webkit-calc(100dvh - 80px);
  height: calc(100dvh - 80px);
  padding-left: 16px;
  padding-right: 16px;
  -webkit-transition: opacity 0.512s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: opacity 0.512s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: opacity 0.512s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: opacity 0.512s cubic-bezier(0, 0, 0.56, 1);
  transition: opacity 0.512s cubic-bezier(0, 0, 0.56, 1);
}
@media (min-width: 350px) {
  header #popup-menu {
    padding-left: 24px;
  }
}
@media (min-width: 576px) {
  header #popup-menu {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  header #popup-menu {
    padding-left: 48px;
  }
}
@media (min-width: 350px) {
  header #popup-menu {
    padding-right: 24px;
  }
}
@media (min-width: 576px) {
  header #popup-menu {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  header #popup-menu {
    padding-right: 48px;
  }
}
@media (max-width: 991.98px) {
  header #popup-menu {
    height: -moz-calc(100dvh - 64px);
    height: -webkit-calc(100dvh - 64px);
    height: calc(100dvh - 64px);
  }
}
@media (min-width: 1300px) {
  header #popup-menu {
    padding-bottom: 60px;
  }
}
header #popup-menu * {
  color: #ffffff;
}
header #popup-menu .popup-inner {
  position: relative;
  height: 100%;
}
header #popup-menu .popup-inner:before {
  content: "";
  position: absolute;
  background-color: #3D3D3D;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
}
@media (max-width: 991.98px) {
  header #popup-menu .popup-inner:before {
    display: none;
  }
}
header #popup-menu .nav-links {
  position: relative;
}
@media (min-width: 1300px) {
  header #popup-menu .nav-links {
    padding-top: 80px;
    padding-bottom: 80px;
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media (max-width: 1299px) {
  header #popup-menu .nav-links {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
header #popup-menu .nav-links:before {
  position: absolute;
  background: #3D3D3D;
  width: 1px;
  height: 100%;
  top: 0;
  right: 446px;
}
@media (min-width: 1300px) {
  header #popup-menu .nav-links:before {
    content: "";
  }
}
header #popup-menu .nav-links .nav-links-inner {
  width: -moz-calc(100% - 446px);
  width: -webkit-calc(100% - 446px);
  width: calc(100% - 446px);
  padding-right: 16px;
}
@media (min-width: 350px) {
  header #popup-menu .nav-links .nav-links-inner {
    padding-right: 24px;
  }
}
@media (min-width: 576px) {
  header #popup-menu .nav-links .nav-links-inner {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  header #popup-menu .nav-links .nav-links-inner {
    padding-right: 48px;
  }
}
@media (max-width: 1299px) {
  header #popup-menu .nav-links .nav-links-inner {
    width: 100%;
  }
}
header #popup-menu .nav-links li.current-menu-item > a {
  text-decoration: underline !important;
}
header #popup-menu .nav-links a {
  font-family: "DentonCondensed-Thin", serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  -webkit-transition: color 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: color 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: color 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: color 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: color 0.256s cubic-bezier(0, 0, 0.56, 1);
}
header #popup-menu .nav-links a:hover {
  color: #DFDACD;
}
header #popup-menu .nav-links .menu > li {
  display: inline-block;
  width: 100%;
}
header #popup-menu .nav-links .menu > li:not(:last-child) {
  margin-bottom: 35px;
}
@media (max-width: 767.98px) {
  header #popup-menu .nav-links .menu > li:not(:last-child) {
    margin-bottom: 25px;
  }
}
header #popup-menu .nav-links .menu > li > a {
  display: inline-block;
  line-height: 1;
  font-size: 56px;
  text-decoration: none;
  margin-right: 36px;
}
@media (min-width: 768px) {
  header #popup-menu .nav-links .menu > li > a {
    float: left;
  }
}
@media (max-width: 767.98px) {
  header #popup-menu .nav-links .menu > li > a {
    font-size: 48px;
  }
}
@media (max-width: 575.98px) {
  header #popup-menu .nav-links .menu > li > a {
    font-size: 40px;
  }
}
header #popup-menu .nav-links .menu > li .sub-menu {
  position: relative;
  top: 20px;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  header #popup-menu .nav-links .menu > li .sub-menu {
    float: left;
    padding-bottom: 3px;
  }
}
@media (max-width: 767.98px) {
  header #popup-menu .nav-links .menu > li .sub-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
header #popup-menu .nav-links .menu > li .sub-menu > li {
  float: left;
}
@media (min-width: 768px) {
  header #popup-menu .nav-links .menu > li .sub-menu > li:not(:last-child) {
    margin-right: 36px;
  }
}
@media (max-width: 767.98px) {
  header #popup-menu .nav-links .menu > li .sub-menu > li:not(:last-child) {
    margin-bottom: 12px;
  }
  header #popup-menu .nav-links .menu > li .sub-menu > li:first-child {
    margin-top: 6px;
  }
  header #popup-menu .nav-links .menu > li .sub-menu > li:last-child {
    margin-bottom: 44px;
  }
}
header #popup-menu .nav-links .menu > li .sub-menu > li a {
  font-size: 24px;
  text-decoration: none;
}
header #popup-menu .nav-links .comm-menu {
  background-color: #ffffff;
  padding: 30px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-radius: 16px;
}
header #popup-menu .nav-links .comm-menu .community-logo {
  width: 120px;
  margin-bottom: 30px;
}
header #popup-menu .nav-links .comm-menu ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none;
}
@media (max-width: 767.98px) {
  header #popup-menu .nav-links .comm-menu ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
header #popup-menu .nav-links .comm-menu ul li {
  float: left;
}
header #popup-menu .nav-links .comm-menu ul li a {
  display: inline-block;
  height: 40px;
  border-radius: 40px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  color: #2D3494;
  font-family: "Aeonik-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: background-color 0.256s cubic-bezier(0, 0, 0.56, 1), color 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: background-color 0.256s cubic-bezier(0, 0, 0.56, 1), color 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: background-color 0.256s cubic-bezier(0, 0, 0.56, 1), color 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: background-color 0.256s cubic-bezier(0, 0, 0.56, 1), color 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: background-color 0.256s cubic-bezier(0, 0, 0.56, 1), color 0.256s cubic-bezier(0, 0, 0.56, 1);
}
header #popup-menu .nav-links .comm-menu ul li a:hover {
  background-color: #000000;
  color: #ffffff;
}
header #popup-menu .nav-links .comm-menu ul li a.active {
  background-color: #2D3494;
  color: #ffffff;
}
header #popup-menu .line {
  padding-top: 80px;
  border-bottom: 1px solid #3D3D3D;
}
@media (max-width: 767.98px) {
  header #popup-menu .line {
    padding-top: 60px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1300px) {
  header #popup-menu .line {
    display: none;
  }
}
header #popup-menu .language-info {
  display: none;
}
@media (max-width: 767.98px) {
  header #popup-menu .language-info {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding-top: 32px;
    padding-bottom: 32px;
    margin-top: 32px;
  }
}
header #popup-menu .other-info {
  padding-bottom: 40px;
}
@media (min-width: 1300px) {
  header #popup-menu .other-info {
    float: right;
    height: 100%;
    padding-left: 40px;
    padding-right: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 1299px) {
  header #popup-menu .other-info {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  header #popup-menu .other-info {
    padding-top: 24px;
  }
}
header #popup-menu .other-info .heading {
  margin-bottom: 8px;
  display: block;
  color: #FFF;
  font-family: "Aeonik-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
header #popup-menu .other-info a {
  color: #A4A4A4;
  font-family: "AeonikFono-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.33333;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
header #popup-menu .other-info a:hover {
  text-decoration: none;
  color: #fff;
}
header #popup-menu .other-info .address {
  margin-bottom: 44px;
}
header #popup-menu .other-info .other-links {
  margin-top: 140px;
}
@media (max-width: 1299px) {
  header #popup-menu .other-info .other-links {
    margin-top: 80px;
  }
}
@media (max-width: 767.98px) {
  header #popup-menu .other-info .other-links {
    margin-top: 60px;
  }
}
header #popup-menu .other-info .other-links .link:not(:last-child) {
  margin-bottom: 8px;
}
header #popup-menu .other-info .other-links .link a {
  font-size: 16px;
}
header #skip-link-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 99999;
}
header #skip-link-wrap div {
  height: 0;
}
header #skip-link-wrap #skip-link {
  position: relative;
  display: block;
  overflow: hidden;
  height: 50px;
  width: 200px;
  background: #ffffff;
  text-align: center;
  text-decoration: underline !important;
  padding-top: 14px;
  top: -50px;
  color: black;
  font-size: 18px;
  -webkit-transition: top 250ms ease;
  -moz-transition: top 250ms ease;
  -ms-transition: top 250ms ease;
  -o-transition: top 250ms ease;
  transition: top 250ms ease;
}
header #skip-link-wrap #skip-link:focus {
  top: 0;
}
header#breadcrumb {
  margin-top: 30px;
  margin-bottom: 60px;
}
header#breadcrumb a, header#breadcrumb span {
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  font-size: 11px;
}
header#breadcrumb a {
  margin-right: 4px;
  text-decoration: none;
}
header#breadcrumb a:not(:first-child) {
  margin-left: 4px;
}
@media (min-width: 992px) {
  header#breadcrumb a {
    -webkit-transition: color 250ms ease;
    -moz-transition: color 250ms ease;
    -ms-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    transition: color 250ms ease;
  }
  header#breadcrumb a:hover, header#breadcrumb a:focus {
    color: #000000;
  }
}
header#breadcrumb .breadcrumb_last {
  margin-left: 4px;
}

ul.menu li {
  list-style: none;
}

/*--------------------------------------------------------------
THEME / INTRO
--------------------------------------------------------------*/
#intro {
  position: fixed;
  background-color: #ffffff;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 101;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#intro .logo {
  position: relative;
  width: 30vw;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  #intro .logo {
    width: 50vw;
  }
}
#intro .logo .cover {
  position: absolute;
  background: #ffffff;
  width: 100%;
  height: 52%;
  left: 0;
  z-index: 1;
}
#intro .logo .cover-1 {
  height: 52%;
  bottom: 0;
}
#intro .logo .cover-2 {
  height: 50%;
  top: 0;
  z-index: 2;
  display: none;
}
#intro .logo .logo-part {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  -webkit-transition: top 800ms ease;
  -moz-transition: top 800ms ease;
  -ms-transition: top 800ms ease;
  -o-transition: top 800ms ease;
  transition: top 800ms ease;
}
#intro .logo .logo-part-1 {
  top: 48%;
}
#intro .logo .logo-part-1:first-child {
  visibility: hidden;
  position: unset;
}
#intro .logo .logo-part-2 {
  top: 50%;
  z-index: 2;
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}
#intro.first-up .logo .logo-part {
  top: 0;
}
#intro.last-up {
  background: none;
}
#intro.last-up .cover-2 {
  display: block;
}
#intro.last-up .logo .logo-part-1 {
  top: -48%;
  z-index: 3;
}
#intro.last-up .logo .logo-part-2 {
  top: -51%;
}
#intro.hide-logo .logo {
  display: none;
}
#intro + section.hero .bounds {
  display: block;
}

/*--------------------------------------------------------------
THEME / SECTIONS
--------------------------------------------------------------*/
section.hero {
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: border-width 1250ms ease;
  -moz-transition: border-width 1250ms ease;
  -ms-transition: border-width 1250ms ease;
  -o-transition: border-width 1250ms ease;
  transition: border-width 1250ms ease;
}
@media (max-width: 767.98px) {
  section.hero {
    /*height: auto;*/
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff;
    border-bottom: 15px solid #ffffff;
  }
}
@media (max-width: 767.98px) and (min-width: 350px) {
  section.hero {
    border-left: 20px solid #ffffff;
  }
}
@media (max-width: 767.98px) and (min-width: 576px) {
  section.hero {
    border-left: 30px solid #ffffff;
  }
}
@media (max-width: 767.98px) and (min-width: 992px) {
  section.hero {
    border-left: 48px solid #ffffff;
  }
}
@media (max-width: 767.98px) and (min-width: 350px) {
  section.hero {
    border-right: 20px solid #ffffff;
  }
}
@media (max-width: 767.98px) and (min-width: 576px) {
  section.hero {
    border-right: 30px solid #ffffff;
  }
}
@media (max-width: 767.98px) and (min-width: 992px) {
  section.hero {
    border-right: 48px solid #ffffff;
  }
}
@media (max-width: 767.98px) and (min-width: 350px) {
  section.hero {
    border-bottom: 20px solid #ffffff;
  }
}
@media (max-width: 767.98px) and (min-width: 576px) {
  section.hero {
    border-bottom: 30px solid #ffffff;
  }
}
@media (max-width: 767.98px) and (min-width: 992px) {
  section.hero {
    border-bottom: 48px solid #ffffff;
  }
}
@media (max-width: 767.98px) {
  section.hero .container {
    position: absolute;
    left: 0;
    top: 64px;
    padding-top: 64px;
    width: 100%;
    height: 100%;
  }
}
section.hero * {
  color: #ffffff;
}
section.hero .splide {
  background-color: #000000;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
section.hero .splide .splide__track {
  height: 100%;
}
section.hero .splide .image {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
@media (max-width: 767.98px) {
  section.hero .splide .image.desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  section.hero .splide .image.mobile {
    display: none;
  }
}
section.hero .splide .splide__arrows {
  position: absolute;
}
section.hero .splide.tran {
  -webkit-transition: height 1250ms ease, width 1250ms ease, left 1250ms ease, bottom 1250ms ease;
  -moz-transition: height 1250ms ease, width 1250ms ease, left 1250ms ease, bottom 1250ms ease;
  -ms-transition: height 1250ms ease, width 1250ms ease, left 1250ms ease, bottom 1250ms ease;
  -o-transition: height 1250ms ease, width 1250ms ease, left 1250ms ease, bottom 1250ms ease;
  transition: height 1250ms ease, width 1250ms ease, left 1250ms ease, bottom 1250ms ease;
}
section.hero .image-regular {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
section.hero .image-regular.tran {
  -webkit-transition: height 1250ms ease, width 1250ms ease, left 1250ms ease, bottom 1250ms ease;
  -moz-transition: height 1250ms ease, width 1250ms ease, left 1250ms ease, bottom 1250ms ease;
  -ms-transition: height 1250ms ease, width 1250ms ease, left 1250ms ease, bottom 1250ms ease;
  -o-transition: height 1250ms ease, width 1250ms ease, left 1250ms ease, bottom 1250ms ease;
  transition: height 1250ms ease, width 1250ms ease, left 1250ms ease, bottom 1250ms ease;
}
section.hero .image-regular.mobile {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: bottom;
}
@media (min-width: 768px) {
  section.hero .image-regular.mobile {
    display: none;
  }
}
section.hero .image-regular.mobile.fg {
  /*position: relative;*/
  z-index: 1;
}
section.hero .image-regular.desktop.fg {
  z-index: 1;
}
@media (max-width: 991.98px) {
  section.hero .image-regular.desktop {
    background-position: 30%;
  }
}
@media (max-width: 767.98px) {
  section.hero .image-regular.desktop {
    display: none;
  }
}
section.hero .col {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
section.hero .col .inner {
  position: relative;
  -webkit-transition: opacity 1250ms ease;
  -moz-transition: opacity 1250ms ease;
  -ms-transition: opacity 1250ms ease;
  -o-transition: opacity 1250ms ease;
  transition: opacity 1250ms ease;
}
@media (min-width: 768px) {
  section.hero .col .inner {
    max-width: 300px;
    margin-right: 8%;
  }
}
@media (min-width: 992px) {
  section.hero .col .inner {
    max-width: 430px;
    margin-right: 15%;
  }
}
section.hero .col .inner > *:not(.boxes) {
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  section.hero .col .inner {
    position: unset;
  }
}
section.hero .col .boxes {
  opacity: 0.4;
}
section.hero .col .boxes .box {
  position: absolute;
  border: 1px solid #ffffff;
  transform-origin: center;
  opacity: 1;
}
section.hero .col .boxes .box-1 {
  width: -moz-calc(100% + 250px);
  width: -webkit-calc(100% + 250px);
  width: calc(100% + 250px);
  aspect-ratio: 1/1;
  left: -125px;
  top: -125px;
  -webkit-transition: all 1250ms ease;
  -moz-transition: all 1250ms ease;
  -ms-transition: all 1250ms ease;
  -o-transition: all 1250ms ease;
  transition: all 1250ms ease;
}
section.hero .col .boxes .box-2 {
  width: -moz-calc(100% + 400px);
  width: -webkit-calc(100% + 400px);
  width: calc(100% + 400px);
  aspect-ratio: 1/1;
  left: -200px;
  top: -200px;
  -webkit-transition: all 750ms ease;
  -moz-transition: all 750ms ease;
  -ms-transition: all 750ms ease;
  -o-transition: all 750ms ease;
  transition: all 750ms ease;
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}
@media (max-width: 1199.98px) {
  section.hero .col .boxes .box-1 {
    width: -moz-calc(100% + 150px);
    width: -webkit-calc(100% + 150px);
    width: calc(100% + 150px);
    left: -75px;
    top: -75px;
  }
  section.hero .col .boxes .box-2 {
    width: -moz-calc(100% + 240px);
    width: -webkit-calc(100% + 240px);
    width: calc(100% + 240px);
    left: -120px;
    top: -120px;
  }
}
@media (max-width: 767.98px) {
  section.hero .col .boxes .box-1 {
    width: -moz-calc(90%);
    width: -webkit-calc(90%);
    width: calc(90%);
    left: 5%;
    top: unset;
    bottom: 0px;
  }
  section.hero .col .boxes .box-2 {
    width: -moz-calc(95%);
    width: -webkit-calc(95%);
    width: calc(95%);
    left: 2.5%;
    top: unset;
    bottom: 0px;
  }
}
section.hero .col .boxes.spin .box-1 {
  -webkit-animation: rotating 30s linear infinite;
  -moz-animation: rotating 30s linear infinite;
  -ms-animation: rotating 30s linear infinite;
  -o-animation: rotating 30s linear infinite;
  animation: rotating 30s linear infinite;
}
section.hero .col .boxes.spin .box-2 {
  -webkit-animation: rotating 60s linear infinite;
  -moz-animation: rotating 60s linear infinite;
  -ms-animation: rotating 60s linear infinite;
  -o-animation: rotating 60s linear infinite;
  animation: rotating 60s linear infinite;
}
section.hero .col .boxes.init .box {
  opacity: 0;
}
section.hero .col .boxes.init .box-1 {
  width: 180px;
  left: 50%;
  margin-left: -90px;
  top: 50%;
  margin-top: -90px;
}
section.hero .col .boxes.init .box-2 {
  width: 130px;
  left: 50%;
  margin-left: -65px;
  top: 50%;
  margin-top: -65px;
}
section.hero .col .content h1 {
  font-size: 169px;
  line-height: 0.79;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
section.hero .col .content p {
  font-size: 18px;
  line-height: 1.6;
}
@media (max-width: 991.98px) {
  section.hero .col .content h1 {
    font-size: 96px;
  }
  section.hero .col .content p {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  section.hero .col {
    position: unset;
  }
}
section.hero .bounds {
  display: none;
}
section.hero .bounds .bound {
  background-color: #ffffff;
  position: absolute;
  z-index: 2;
}
section.hero .bounds .bound-top {
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  -webkit-transition: top 1250ms ease;
  -moz-transition: top 1250ms ease;
  -ms-transition: top 1250ms ease;
  -o-transition: top 1250ms ease;
  transition: top 1250ms ease;
}
section.hero .bounds .bound-right {
  top: 0;
  right: 0;
}
section.hero .bounds .bound-bottom {
  left: 0;
  top: 140vh;
  height: 100vh;
  width: 100vw;
  -webkit-transition: top 1250ms ease;
  -moz-transition: top 1250ms ease;
  -ms-transition: top 1250ms ease;
  -o-transition: top 1250ms ease;
  transition: top 1250ms ease;
}
section.hero .bounds .bound-left {
  top: 0;
  left: 0;
}
section.hero .bounds.action .bound-top {
  top: -70vh;
}
section.hero .bounds.action .bound-bottom {
  top: 70vh;
}
section.hero.setup .image-regular.desktop, section.hero.setup .splide {
  width: 36vw;
  height: 70vh;
  bottom: 0;
  left: -moz-calc(32vw - 20px);
  left: -webkit-calc(32vw - 20px);
  left: calc(32vw - 20px);
}
section.hero.zoom-out .image-regular.desktop, section.hero.zoom-out .splide {
  left: 40px;
  bottom: 40px;
  width: 100vw;
  height: 100vh;
  width: -moz-calc(100vw - 80px);
  width: -webkit-calc(100vw - 80px);
  width: calc(100vw - 80px);
  height: -moz-calc(100vh - 120px);
  height: -webkit-calc(100vh - 120px);
  height: calc(100vh - 120px);
}
@media (max-width: 767.98px) {
  section.hero.zoom-out .splide {
    left: 0;
    bottom: 0;
    width: -moz-calc(100vw - 40px);
    width: -webkit-calc(100vw - 40px);
    width: calc(100vw - 40px);
    height: -moz-calc(100vh - 84px);
    height: -webkit-calc(100vh - 84px);
    height: calc(100vh - 84px);
  }
}
section.hero.zoom-out .bounds .bound-top {
  top: -100vh;
}
section.hero.zoom-out .bounds .bound-bottom {
  top: -moz-calc(100vh - 40px);
  top: -webkit-calc(100vh - 40px);
  top: calc(100vh - 40px);
}
@media (max-width: 767.98px) {
  section.hero.zoom-out .bounds .bound-bottom {
    top: -moz-calc(100vh - 20px);
    top: -webkit-calc(100vh - 20px);
    top: calc(100vh - 20px);
  }
}
section.statistics {
  background: #DFDACD;
  padding-top: 144px;
  padding-bottom: 48px;
}
section.statistics h2 {
  font-family: "DentonCondensed-Thin", serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  text-transform: unset;
  color: #000;
  font-size: 60px;
  font-style: normal;
  font-weight: 100;
  line-height: 1.2;
  margin-bottom: 144px;
}
section.statistics h2 p {
  text-indent: 100px;
}
section.statistics h2 p * {
  text-indent: 0;
}
section.statistics h2 p span, section.statistics h2 span {
  font-family: "DentonCondensed-Thin", serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  text-transform: unset;
  color: #000;
  font-size: 60px;
  font-style: normal;
  font-weight: 100;
  line-height: 1.2;
}
@media (max-width: 1199.98px) {
  section.statistics h2 {
    font-size: 48px;
    margin-bottom: 96px;
  }
  section.statistics h2 p span, section.statistics h2 span {
    font-size: 48px;
  }
}
@media (max-width: 767.98px) {
  section.statistics h2 {
    font-size: 36px;
    margin-bottom: 56px;
  }
  section.statistics h2 p {
    text-indent: 0px;
  }
  section.statistics h2 p * {
    text-indent: 0;
  }
  section.statistics h2 p span, section.statistics h2 span {
    font-size: 36px;
  }
}
section.statistics .row-inner .col-l {
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
section.statistics .row-inner .col-l .inner {
  height: 100%;
  background-size: cover;
  background-position: center center;
}
section.statistics .row-inner .col-l img {
  display: none;
}
section.statistics .row-inner .col-r {
  margin-left: 8.3333333333%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
section.statistics .row-inner .row-statistic {
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
  display: flex;
}
section.statistics .row-inner .row-statistic:before {
  content: "";
  border-top: 1px solid black;
  position: absolute;
  top: 0px;
  width: 0px;
  height: 1px;
  left: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
section.statistics .row-inner .row-statistic .rs-col-l {
  width: 50%;
}
section.statistics .row-inner .row-statistic .rs-col-r {
  width: 50%;
}
section.statistics .row-inner .row-statistic:last-child:after {
  content: "";
  border-top: 1px solid black;
  position: absolute;
  bottom: 0px;
  width: 0px;
  height: 1px;
  left: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
section.statistics .row-inner .row-statistic.active:before {
  width: 100%;
  transition-delay: 0.2s;
}
section.statistics .row-inner .row-statistic.active:last-child:after {
  width: 100%;
}
section.statistics.animate-container .number, section.statistics.animate-container .number span {
  opacity: 0;
}
section.statistics.animate-container.active .number, section.statistics.animate-container.active .number span {
  opacity: 1;
}
section.statistics .number, section.statistics .number span {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  color: #000;
  font-family: "AeonikFono-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 104px;
  font-size: min(6.15vw, 104px);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
section.statistics .label {
  color: #000;
  margin-top: 8px;
  font-family: "Aeonik-Medium", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 24px;
  font-size: min(1.45vw, 24px);
  font-style: normal;
  line-height: 1;
}
section.statistics .label .asterisk, section.statistics .label .asterisk * {
  color: #000000;
}
section.statistics .content {
  color: #000;
  font-family: "Aeonik-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 18px;
  font-style: normal;
  line-height: 1.55556;
}
section.statistics .row-disclaimer {
  margin-top: 48px;
  margin-bottom: 48px;
}
section.statistics .disclaimer, section.statistics .disclaimer p, section.statistics .disclaimer, section.statistics .disclaimer p span {
  color: #000;
  font-family: "Aeonik-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 12px;
  font-style: normal;
  line-height: 1.42;
}
section.statistics .disclaimer .asterisk, section.statistics .disclaimer .asterisk span, section.statistics .disclaimer p .asterisk, section.statistics .disclaimer p .asterisk span, section.statistics .disclaimer .asterisk, section.statistics .disclaimer .asterisk span, section.statistics .disclaimer p span .asterisk, section.statistics .disclaimer p span .asterisk span {
  color: #000000;
}
@media (max-width: 1199.98px) {
  section.statistics {
    padding-top: 96px;
  }
  section.statistics .row-inner .col-l {
    -ms-flex: 0 0 45.8333333333%;
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  section.statistics .row-inner .col-r {
    margin-left: 4.1666666667%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  section.statistics .row-inner .row-statistic {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  section.statistics .content {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  section.statistics .row-inner .col-l {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    background-image: none !important;
    margin-bottom: 96px;
  }
  section.statistics .row-inner .col-l img {
    display: block;
  }
  section.statistics .row-inner .col-r {
    margin-left: 0%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  section.statistics .row-inner .row-statistic .rs-col-l {
    width: 42%;
  }
  section.statistics .row-inner .row-statistic .rs-col-r {
    width: 58%;
  }
}
@media (max-width: 767.98px) {
  section.statistics {
    padding-top: 56px;
  }
  section.statistics .row-inner .col-l {
    margin-bottom: 56px;
  }
  section.statistics .row-inner .row-statistic {
    flex-direction: column;
  }
  section.statistics .row-inner .row-statistic .rs-col-l {
    width: 100%;
  }
  section.statistics .row-inner .row-statistic .rs-col-r {
    margin-top: 24px;
    width: 100%;
  }
  section.statistics .disclaimer {
    max-width: 265px;
  }
  section.statistics .number, section.statistics .number span {
    font-size: 80px;
  }
  section.statistics .label {
    font-size: 20px;
  }
}
section.content-images {
  position: relative;
  overflow: hidden;
  padding-top: 300px;
  padding-bottom: 400px;
}
section.content-images .col {
  margin-left: 25%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
section.content-images h2 {
  margin-bottom: 80px;
}
section.content-images h2, section.content-images h2 span {
  color: #000;
  text-align: center;
  font-family: "Aeonik-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}
section.content-images p, section.content-images p span {
  color: #000;
  text-align: center;
  font-family: "DentonCondensed-Thin", serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  text-transform: unset;
  font-size: 56px;
  font-size: min(3.31vw, 56px);
  font-style: normal;
  font-weight: 100;
  line-height: 1.14286; /* 114.286% */
  margin-bottom: 0px;
}
section.content-images p.small-p {
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 24px;
}
section.content-images p.small-p, section.content-images p.small-p span {
  color: #000000;
  text-align: center;
  font-family: "Aeonik-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.55556; /* 155.556% */
}
section.content-images .link {
  text-align: center;
  margin-top: 32px;
}
section.content-images .link a {
  display: inline-block;
  color: #fff;
  outline: none !important;
  text-decoration: none !important;
  color: #ffffff;
  padding: 12px 32px;
  background: #000000;
  border-radius: 64px;
  position: relative;
  overflow: hidden;
  font-family: "AeonikFono-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  z-index: 1;
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  background: transparent;
  border: 1px solid #000;
  color: #000000;
}
section.content-images .link a:focus {
  outline: none !important;
}
section.content-images .link a:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
section.content-images .link a:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #DFDACD;
  z-index: -1;
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transform: translateY(100%);
}
section.content-images .link a span {
  font-family: "AeonikFono-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
}
section.content-images .link a:hover {
  color: #000000;
  background: #DFDACD;
  color: #ffffff;
}
section.content-images .link a:hover:before {
  transform: translateY(0%);
}
section.content-images .link a:hover span {
  color: #000000;
}
section.content-images .link a:hover:before {
  background: #000000;
}
section.content-images .image-1 {
  position: absolute;
  top: 18%;
  left: 48px;
  max-width: 14.5%;
  width: auto;
  height: 29.5%;
}
section.content-images .image-1 img {
  object-fit: contain;
  transition-delay: 0.48s;
}
section.content-images .image-2 {
  position: absolute;
  top: 25.2%;
  right: 80px;
  max-width: 14.5%;
  width: auto;
  height: 29.5%;
}
section.content-images .image-2 img {
  object-fit: contain;
  transition-delay: 0.96s;
}
section.content-images .image-3 {
  position: absolute;
  bottom: 4.28%;
  left: 80px;
  max-width: 22.2%;
  width: auto;
  height: 22%;
}
section.content-images .image-3 img {
  object-fit: contain;
  transition-delay: 1.44s;
}
section.content-images .image-4 {
  position: absolute;
  bottom: 88px;
  right: 48px;
  max-width: 14.5%;
  width: auto;
  height: 25.7%;
}
section.content-images .image-4 img {
  object-fit: contain;
  transition-delay: 1.92s;
}
@media (max-width: 991.98px) {
  section.content-images {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (max-width: 767.98px) {
  section.content-images {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  section.content-images h2 {
    margin-bottom: 24px;
  }
  section.content-images p, section.content-images p span {
    font-size: 36px;
  }
  section.content-images .top-images {
    display: flex;
    margin-bottom: 60px;
  }
  section.content-images .top-images div:first-child {
    padding-right: 24px;
  }
  section.content-images .bottom-images {
    display: flex;
    align-items: flex-end;
    margin-top: 60px;
  }
  section.content-images .bottom-images div:first-child {
    padding-right: 24px;
  }
  section.content-images .image-1 {
    position: relative;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
  section.content-images .image-2 {
    position: relative;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-top: 16px;
  }
  section.content-images .image-3 {
    position: relative;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-bottom: 24px;
  }
  section.content-images .image-4 {
    position: relative;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
  section.content-images .col {
    margin-left: 0%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
section.slider {
  padding-top: 100px;
}
@media (max-width: 991.98px) {
  section.slider {
    padding-top: 80px;
  }
}
@media (max-width: 767.98px) {
  section.slider {
    padding-top: 60px;
  }
}
@media (max-width: 375px) {
  section.slider {
    padding-top: 44px;
  }
}
section.slider .title h2 {
  margin-bottom: 40px;
}
section.slider .splide {
  padding-left: 16px;
}
@media (min-width: 350px) {
  section.slider .splide {
    padding-left: 24px;
  }
}
@media (min-width: 576px) {
  section.slider .splide {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  section.slider .splide {
    padding-left: 48px;
  }
}
section.slider .splide .splide__slide {
  transform: translateY(100px);
  opacity: 0;
  -webkit-transition: all 0.4s 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.4s 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.4s 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.4s 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.4s 0.256s cubic-bezier(0, 0, 0.56, 1);
}
section.slider .splide .splide__slide a {
  position: relative;
}
section.slider .splide .splide__slide a:focus {
  outline: none !important;
}
section.slider .splide .splide__slide a:focus:after {
  content: "";
  z-index: 1;
  position: absolute;
  height: -moz-calc(100% - 2px);
  height: -webkit-calc(100% - 2px);
  height: calc(100% - 2px);
  width: -moz-calc(100% - 2px);
  width: -webkit-calc(100% - 2px);
  width: calc(100% - 2px);
  left: 1px;
  top: 1px;
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
section.slider .splide .splide__slide .image {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  padding-bottom: 56%;
}
section.slider .splide .splide__slide:nth-child(1) {
  transition-delay: 0.48s;
}
section.slider .splide .splide__slide:nth-child(2) {
  transition-delay: 0.96s;
}
section.slider .splide .splide__slide:nth-child(3) {
  transition-delay: 1.44s;
}
section.slider .splide .splide__slide:nth-child(4) {
  transition-delay: 1.92s;
}
section.slider .splide .splide__slide:nth-child(5) {
  transition-delay: 2.4s;
}
section.slider .splide .splide__slide:nth-child(6) {
  transition-delay: 2.88s;
}
section.slider .splide .splide__slide:nth-child(7) {
  transition-delay: 3.36s;
}
section.slider .splide .splide__slide:nth-child(8) {
  transition-delay: 3.84s;
}
section.slider .splide .splide__slide:nth-child(9) {
  transition-delay: 4.32s;
}
section.slider .splide .splide__slide:nth-child(10) {
  transition-delay: 4.8s;
}
section.slider .splide .splide__arrows {
  position: absolute;
  right: 30%;
  right: -moz-calc(30% - 8px);
  right: -webkit-calc(30% - 8px);
  right: calc(30% - 8px);
  top: -106px;
}
section.slider .splide .splide__arrows .splide__arrow.splide__arrow--next {
  margin-left: 8px;
}
section.slider .splide .splide__arrows button {
  opacity: 0;
  transform: translateY(20px);
  -webkit-transition: opacity 250ms 0.256s cubic-bezier(0, 0, 0.56, 1), transform 250ms 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: opacity 250ms 0.256s cubic-bezier(0, 0, 0.56, 1), transform 250ms 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: opacity 250ms 0.256s cubic-bezier(0, 0, 0.56, 1), transform 250ms 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: opacity 250ms 0.256s cubic-bezier(0, 0, 0.56, 1), transform 250ms 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: opacity 250ms 0.256s cubic-bezier(0, 0, 0.56, 1), transform 250ms 0.256s cubic-bezier(0, 0, 0.56, 1);
}
section.slider .splide .splide__arrows button:first-child {
  transition-delay: 0.8s;
}
section.slider .splide .splide__arrows button:last-child {
  transition-delay: 0.4s;
}
section.slider .splide .splide__pagination {
  position: absolute;
  top: -95px;
  right: 0;
  padding-right: 16px;
  opacity: 0;
  -webkit-transition: opacity 250ms 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: opacity 250ms 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: opacity 250ms 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: opacity 250ms 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: opacity 250ms 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition-delay: 1.2s;
}
@media (min-width: 350px) {
  section.slider .splide .splide__pagination {
    padding-right: 24px;
  }
}
@media (min-width: 576px) {
  section.slider .splide .splide__pagination {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  section.slider .splide .splide__pagination {
    padding-right: 48px;
  }
}
section.slider .splide .splide__pagination li:not(:first-child) {
  margin-left: 8px;
}
section.slider .splide .splide__pagination li button {
  height: 8px;
  width: 8px;
  border: 1px solid #000000;
  border-radius: 4px;
  -webkit-transition: width 0.256s cubic-bezier(0, 0, 0.56, 1), background-color 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: width 0.256s cubic-bezier(0, 0, 0.56, 1), background-color 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: width 0.256s cubic-bezier(0, 0, 0.56, 1), background-color 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: width 0.256s cubic-bezier(0, 0, 0.56, 1), background-color 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: width 0.256s cubic-bezier(0, 0, 0.56, 1), background-color 0.256s cubic-bezier(0, 0, 0.56, 1);
}
section.slider .splide .splide__pagination li button.is-active {
  background-color: #000000;
  width: 24px;
}
section.slider .splide .splide__pagination li button:hover {
  background-color: #000000;
}
section.slider .splide.active .splide__arrows button {
  transform: translateY(0px);
  opacity: 1;
}
section.slider .splide.active .splide__pagination {
  opacity: 1;
}
section.slider .splide.active .splide__slide {
  transform: translateY(0px);
  opacity: 1;
}
@media (max-width: 767.98px) {
  section.slider.communities h2 {
    margin-bottom: 0;
  }
}
section.slider.communities .link-wrap {
  position: absolute;
  right: 30%;
  right: -moz-calc(30% - 8px);
  right: -webkit-calc(30% - 8px);
  right: calc(30% - 8px);
  top: -136px;
}
@media (max-width: 1199.98px) {
  section.slider.communities .link-wrap {
    padding-right: 16px;
    right: 0;
  }
}
@media (max-width: 1199.98px) and (min-width: 350px) {
  section.slider.communities .link-wrap {
    padding-right: 24px;
  }
}
@media (max-width: 1199.98px) and (min-width: 576px) {
  section.slider.communities .link-wrap {
    padding-right: 30px;
  }
}
@media (max-width: 1199.98px) and (min-width: 992px) {
  section.slider.communities .link-wrap {
    padding-right: 48px;
  }
}
@media (max-width: 991.98px) {
  section.slider.communities .link-wrap {
    top: -133px;
  }
}
@media (max-width: 767.98px) {
  section.slider.communities .link-wrap {
    position: relative;
    top: 0;
    padding-bottom: 100px;
  }
}
@media (max-width: 767.98px) and (max-width: 991.98px) {
  section.slider.communities .link-wrap {
    padding-bottom: 80px;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  section.slider.communities .link-wrap {
    padding-bottom: 60px;
  }
}
@media (max-width: 767.98px) and (max-width: 375px) {
  section.slider.communities .link-wrap {
    padding-bottom: 44px;
  }
}
@media (max-width: 767.98px) {
  section.slider.communities .link-wrap .link {
    margin-top: 18px;
  }
}
section.slider.communities .splide__arrows {
  top: 50%;
  z-index: 1;
  right: unset;
  left: 0;
  margin-top: -40px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 16px;
  padding-right: 16px;
}
section.slider.communities .splide__arrows button.splide__arrow {
  border: unset;
  position: absolute;
  width: 69px;
  height: 69px;
  background-color: #000000;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: background-color 0.256s cubic-bezier(0, 0, 0.56, 1), opacity 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: background-color 0.256s cubic-bezier(0, 0, 0.56, 1), opacity 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: background-color 0.256s cubic-bezier(0, 0, 0.56, 1), opacity 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: background-color 0.256s cubic-bezier(0, 0, 0.56, 1), opacity 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: background-color 0.256s cubic-bezier(0, 0, 0.56, 1), opacity 0.256s cubic-bezier(0, 0, 0.56, 1);
  transform: translateY(0px) !important;
}
@media (max-width: 991.98px) {
  section.slider.communities .splide__arrows button.splide__arrow {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767.98px) {
  section.slider.communities .splide__arrows button.splide__arrow {
    display: none;
  }
}
section.slider.communities .splide__arrows button.splide__arrow svg {
  position: relative;
  left: 0;
  top: 0;
  width: 12px;
}
@media (max-width: 991.98px) {
  section.slider.communities .splide__arrows button.splide__arrow svg {
    width: 11px;
  }
}
section.slider.communities .splide__arrows button.splide__arrow span {
  display: none;
}
section.slider.communities .splide__arrows button.splide__arrow div {
  display: none;
}
section.slider.communities .splide__arrows button.splide__arrow.splide__arrow--prev {
  left: 20px;
}
section.slider.communities .splide__arrows button.splide__arrow.splide__arrow--next {
  margin-left: 0;
  right: 20px;
}
section.slider.communities .splide__arrows button.splide__arrow:hover {
  background-color: #DFDACD;
}
section.slider.communities .splide__arrows button.splide__arrow:hover svg path {
  stroke: #000000;
}
section.slider.communities .splide__arrows button.splide__arrow:disabled {
  opacity: 0.25;
  background-color: #000000 !important;
}
section.slider.communities .splide__arrows button.splide__arrow:disabled svg path {
  stroke: #ffffff !important;
}
section.slider.communities .splide__pagination {
  padding: 0;
  position: relative;
  top: 0;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 20px;
}
section.slider.communities a {
  text-decoration: none !important;
}
section.slider.communities a:hover .info:before {
  transform: translateY(0%);
}
section.slider.communities a:hover .info .details .label, section.slider.communities a:hover .info .details .value {
  color: #ffffff;
}
section.slider.communities .status {
  position: absolute;
  background-color: #000000;
  top: 16px;
  left: 16px;
  color: #ffffff;
  font-size: 16px;
  font-family: "AeonikFono-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  padding: 6px 14px;
  z-index: 1;
}
section.slider.communities .info {
  background-color: #DFDACD;
  padding: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}
section.slider.communities .info:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000000;
  -webkit-transition: transform 250ms 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: transform 250ms 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: transform 250ms 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: transform 250ms 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: transform 250ms 0.256s cubic-bezier(0, 0, 0.56, 1);
  transform: translateY(100%);
  z-index: 0;
}
section.slider.communities .info .logo {
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 120px;
  width: 200px;
  z-index: 1;
}
section.slider.communities .info .logo .logo-wrap img {
  max-width: 132px;
  max-height: 112px;
}
section.slider.communities .info .details {
  height: 120px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
  padding-left: 64px;
  padding-right: 64px;
  z-index: 1;
}
section.slider.communities .info .details .detail {
  padding-right: 24px;
}
section.slider.communities .info .details .detail:last-child {
  padding-right: 0px;
}
section.slider.communities .info .details .detail .label {
  display: block;
  font-size: 16px;
  -webkit-transition: color 250ms 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: color 250ms 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: color 250ms 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: color 250ms 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: color 250ms 0.256s cubic-bezier(0, 0, 0.56, 1);
  font-family: "Aeonik-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
section.slider.communities .info .details .detail .value {
  font-size: 18px;
  -webkit-transition: color 250ms 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: color 250ms 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: color 250ms 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: color 250ms 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: color 250ms 0.256s cubic-bezier(0, 0, 0.56, 1);
}
section.slider.communities .image {
  position: relative;
}
section.slider.communities .link {
  margin-top: 32px;
}
section.slider.communities .link a {
  outline: none !important;
  text-decoration: none !important;
  color: #ffffff;
  padding: 12px 32px;
  background: #000000;
  border-radius: 64px;
  position: relative;
  overflow: hidden;
  font-family: "AeonikFono-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  z-index: 1;
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  display: inline-block;
}
section.slider.communities .link a:focus {
  outline: none !important;
}
section.slider.communities .link a:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
section.slider.communities .link a:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #DFDACD;
  z-index: -1;
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transform: translateY(100%);
}
section.slider.communities .link a span {
  font-family: "AeonikFono-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
}
section.slider.communities .link a:hover {
  color: #000000;
  background: #DFDACD;
}
section.slider.communities .link a:hover:before {
  transform: translateY(0%);
}
section.slider.communities .link a:hover span {
  color: #000000;
}
@media (max-width: 1199.98px) {
  section.slider.communities .splide .splide__arrows {
    right: -moz-calc(20% - 8px);
    right: -webkit-calc(20% - 8px);
    right: calc(20% - 8px);
  }
  section.slider.communities .info .details {
    padding-left: 32px;
    padding-right: 32px;
  }
  section.slider.communities .info .details .detail .label {
    font-size: 14px;
  }
  section.slider.communities .info .details .detail .value {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  section.slider.communities .splide {
    padding-right: 30px;
  }
  section.slider.communities .splide .splide__pagination {
    display: none;
  }
  section.slider.communities .splide .splide__slide {
    margin-bottom: 24px;
    overflow: hidden;
  }
  section.slider.communities .info {
    flex-direction: column;
  }
  section.slider.communities .info .logo {
    width: 100%;
  }
  section.slider.communities .info .details {
    padding-right: 16px;
    padding-left: 16px;
    padding-top: 24px;
    padding-bottom: 4px;
    height: auto;
    flex-flow: wrap;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  section.slider.communities .info .details .detail {
    width: 50%;
    padding-right: 0px;
    padding-bottom: 16px;
  }
  section.slider.communities .info .details .detail:nth-child(2n) {
    width: 115px;
  }
}
section.slider.gallery {
  background-color: #DFDACD;
  padding-bottom: 100px;
}
@media (max-width: 991.98px) {
  section.slider.gallery {
    padding-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  section.slider.gallery {
    padding-bottom: 60px;
  }
}
@media (max-width: 375px) {
  section.slider.gallery {
    padding-bottom: 44px;
  }
}
@media (max-width: 991.98px) {
  section.slider.gallery {
    padding-bottom: 80px;
  }
}
section.slider.gallery .splide__arrows button:disabled {
  border: 1px solid #B8B3A9;
}
section.slider.gallery .splide__arrows button:disabled span {
  color: #B8B3A9;
}
section.slider.gallery .splide__arrows button:disabled div {
  background: #B8B3A9;
}
section.slider.gallery .splide__arrows button:disabled svg path {
  stroke: #DFDACD !important;
}
@media (max-width: 991.98px) {
  section.slider h2 {
    font-size: 48px;
  }
  section.slider .splide .splide__arrows {
    display: none;
  }
  section.slider .splide .splide__pagination {
    top: auto;
    bottom: -48px;
    padding-right: 0px;
    padding-left: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
}
section.coming-soon, section.error-404 {
  height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
section.coming-soon *, section.error-404 * {
  color: #243646;
}
section.coming-soon h1, section.error-404 h1 {
  margin-bottom: 30px;
}
section.coming-soon a, section.error-404 a {
  position: relative;
  cursor: pointer;
  border: none;
  background: none;
  color: #243646;
  font-family: "Aeonik-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  text-decoration: none !important;
  -webkit-transition: opacity 0.24s cubic-bezier(0.64, 0.04, 0.32, 1);
  -moz-transition: opacity 0.24s cubic-bezier(0.64, 0.04, 0.32, 1);
  -ms-transition: opacity 0.24s cubic-bezier(0.64, 0.04, 0.32, 1);
  -o-transition: opacity 0.24s cubic-bezier(0.64, 0.04, 0.32, 1);
  transition: opacity 0.24s cubic-bezier(0.64, 0.04, 0.32, 1);
  font-size: 12px;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  text-transform: uppercase;
  outline: none !important;
  padding-bottom: 1px;
  opacity: 1;
  text-decoration: none !important;
  -webkit-transition: opacity 250ms ease;
  -moz-transition: opacity 250ms ease;
  -ms-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  -webkit-transition: color 0.24s cubic-bezier(0.64, 0.04, 0.32, 1), opacity 0.24s cubic-bezier(0.64, 0.04, 0.32, 1);
  -moz-transition: color 0.24s cubic-bezier(0.64, 0.04, 0.32, 1), opacity 0.24s cubic-bezier(0.64, 0.04, 0.32, 1);
  -ms-transition: color 0.24s cubic-bezier(0.64, 0.04, 0.32, 1), opacity 0.24s cubic-bezier(0.64, 0.04, 0.32, 1);
  -o-transition: color 0.24s cubic-bezier(0.64, 0.04, 0.32, 1), opacity 0.24s cubic-bezier(0.64, 0.04, 0.32, 1);
  transition: color 0.24s cubic-bezier(0.64, 0.04, 0.32, 1), opacity 0.24s cubic-bezier(0.64, 0.04, 0.32, 1);
}
@media (min-width: 992px) {
  section.coming-soon a, section.error-404 a {
    -webkit-transition: color 250ms ease;
    -moz-transition: color 250ms ease;
    -ms-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    transition: color 250ms ease;
  }
}
section.coming-soon a:focus, section.error-404 a:focus {
  outline: none !important;
}
section.coming-soon a:focus-visible, section.error-404 a:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
@media (min-width: 992px) {
  section.coming-soon a:hover, section.error-404 a:hover {
    opacity: 0.7;
  }
}
section.coming-soon a:after, section.error-404 a:after {
  content: "";
  position: absolute;
  background-color: #243646;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  -webkit-transition: background-color 0.24s cubic-bezier(0.64, 0.04, 0.32, 1);
  -moz-transition: background-color 0.24s cubic-bezier(0.64, 0.04, 0.32, 1);
  -ms-transition: background-color 0.24s cubic-bezier(0.64, 0.04, 0.32, 1);
  -o-transition: background-color 0.24s cubic-bezier(0.64, 0.04, 0.32, 1);
  transition: background-color 0.24s cubic-bezier(0.64, 0.04, 0.32, 1);
}
@media (min-width: 992px) {
  section.coming-soon a:hover, section.coming-soon a:focus, section.error-404 a:hover, section.error-404 a:focus {
    color: #000000;
  }
  section.coming-soon a:hover:after, section.coming-soon a:focus:after, section.error-404 a:hover:after, section.error-404 a:focus:after {
    background-color: #000000;
  }
}
section.our-story-header {
  padding-top: 80px;
  padding-bottom: 48px;
}
section.our-story-header .col-l {
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
section.our-story-header .col-l h1 {
  color: #000;
  font-family: "DentonCondensed-Thin", serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 128px;
  font-style: normal;
  font-weight: 100;
  line-height: 95%;
}
section.our-story-header .col-r {
  padding-top: 24px;
  padding-bottom: 80px;
  margin-left: 8.3333333333%;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
section.our-story-header .col-r, section.our-story-header .col-r * {
  color: #000;
  font-family: "DentonCondensed-Thin", serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 60px;
  font-style: normal;
  font-weight: 100;
  line-height: 100%; /* 60px */
}
@media (max-width: 1199.98px) {
  section.our-story-header .col-l h1 {
    font-size: 96px;
  }
  section.our-story-header .col-r, section.our-story-header .col-r * {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  section.our-story-header .col-l {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    margin-bottom: 56px;
  }
  section.our-story-header .col-r {
    margin-left: 8.3333333333%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  section.our-story-header .col-l {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0px;
  }
  section.our-story-header .col-l h1 {
    font-size: 72px;
  }
  section.our-story-header .col-r {
    padding-top: 24px;
    padding-bottom: 48px;
    margin-left: 0%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 32px;
  }
  section.our-story-header .col-r * {
    font-size: 32px;
  }
}
section.our-story-intro {
  background: #DFDACD;
  padding-top: 144px;
  padding-bottom: 96px;
}
section.our-story-intro .large-text {
  font-family: "DentonCondensed-Thin", serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  text-transform: unset;
  color: #000;
  font-size: 60px;
  font-style: normal;
  font-weight: 100;
  line-height: 1.2;
  margin-bottom: 144px;
  display: inline-block;
}
section.our-story-intro .large-text p {
  text-indent: 100px;
}
section.our-story-intro .large-text p * {
  text-indent: 0;
}
section.our-story-intro .large-text p span, section.our-story-intro .large-text span {
  font-family: "DentonCondensed-Thin", serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  text-transform: unset;
  color: #000;
  font-size: 60px;
  font-style: normal;
  font-weight: 100;
  line-height: 1.2;
}
@media (max-width: 1199.98px) {
  section.our-story-intro .large-text {
    font-size: 48px;
    margin-bottom: 96px;
  }
  section.our-story-intro .large-text p span, section.our-story-intro .large-text span {
    font-size: 48px;
  }
}
@media (max-width: 767.98px) {
  section.our-story-intro .large-text {
    font-size: 36px;
    margin-bottom: 56px;
  }
  section.our-story-intro .large-text p {
    text-indent: 0px;
  }
  section.our-story-intro .large-text p * {
    text-indent: 0;
  }
  section.our-story-intro .large-text p span, section.our-story-intro .large-text span {
    font-size: 36px;
  }
}
section.our-story-intro .col-l {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
section.our-story-intro .col-r {
  margin-left: 16.6666666667%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
section.our-story-intro .col-r > div {
  margin-bottom: 24px;
  max-width: 628px;
}
section.our-story-intro .link a {
  display: inline-block;
  color: #fff;
  outline: none !important;
  text-decoration: none !important;
  color: #ffffff;
  padding: 12px 32px;
  background: #000000;
  border-radius: 64px;
  position: relative;
  overflow: hidden;
  font-family: "AeonikFono-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  z-index: 1;
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  background: transparent;
  border: 1px solid #000;
  color: #000000;
}
section.our-story-intro .link a:focus {
  outline: none !important;
}
section.our-story-intro .link a:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
section.our-story-intro .link a:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #DFDACD;
  z-index: -1;
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transform: translateY(100%);
}
section.our-story-intro .link a span {
  font-family: "AeonikFono-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
}
section.our-story-intro .link a:hover {
  color: #000000;
  background: #DFDACD;
  color: #ffffff;
}
section.our-story-intro .link a:hover:before {
  transform: translateY(0%);
}
section.our-story-intro .link a:hover span {
  color: #000000;
}
section.our-story-intro .link a:hover:before {
  background: #000000;
}
@media (max-width: 1199.98px) {
  section.our-story-intro {
    padding-top: 96px;
  }
}
@media (max-width: 767.98px) {
  section.our-story-intro {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  section.our-story-intro .col-l {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 56px;
  }
  section.our-story-intro .col-r {
    margin-left: 0%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
section.our-story-bottom-section .row {
  display: flex;
  align-items: center;
}
section.our-story-bottom-section .col-l {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-top: 64px;
  margin-bottom: 64px;
}
section.our-story-bottom-section .col-l .links {
  display: flex;
  margin-top: 40px;
}
section.our-story-bottom-section .col-l .links .link {
  margin-right: 24px;
}
section.our-story-bottom-section .col-l .links .link a {
  display: inline-block;
}
section.our-story-bottom-section .col-l .links .link:first-child a {
  outline: none !important;
  text-decoration: none !important;
  color: #ffffff;
  padding: 12px 32px;
  background: #000000;
  border-radius: 64px;
  position: relative;
  overflow: hidden;
  font-family: "AeonikFono-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  z-index: 1;
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
}
section.our-story-bottom-section .col-l .links .link:first-child a:focus {
  outline: none !important;
}
section.our-story-bottom-section .col-l .links .link:first-child a:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
section.our-story-bottom-section .col-l .links .link:first-child a:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #DFDACD;
  z-index: -1;
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transform: translateY(100%);
}
section.our-story-bottom-section .col-l .links .link:first-child a span {
  font-family: "AeonikFono-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
}
section.our-story-bottom-section .col-l .links .link:first-child a:hover {
  color: #000000;
  background: #DFDACD;
}
section.our-story-bottom-section .col-l .links .link:first-child a:hover:before {
  transform: translateY(0%);
}
section.our-story-bottom-section .col-l .links .link:first-child a:hover span {
  color: #000000;
}
section.our-story-bottom-section .col-l .links .link:last-child a {
  outline: none !important;
  text-decoration: none !important;
  color: #ffffff;
  padding: 12px 32px;
  background: #000000;
  border-radius: 64px;
  position: relative;
  overflow: hidden;
  font-family: "AeonikFono-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  z-index: 1;
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  background: transparent;
  border: 1px solid #000;
  color: #000000;
}
section.our-story-bottom-section .col-l .links .link:last-child a:focus {
  outline: none !important;
}
section.our-story-bottom-section .col-l .links .link:last-child a:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
section.our-story-bottom-section .col-l .links .link:last-child a:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #DFDACD;
  z-index: -1;
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transform: translateY(100%);
}
section.our-story-bottom-section .col-l .links .link:last-child a span {
  font-family: "AeonikFono-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
}
section.our-story-bottom-section .col-l .links .link:last-child a:hover {
  color: #000000;
  background: #DFDACD;
  color: #ffffff;
}
section.our-story-bottom-section .col-l .links .link:last-child a:hover:before {
  transform: translateY(0%);
}
section.our-story-bottom-section .col-l .links .link:last-child a:hover span {
  color: #000000;
}
section.our-story-bottom-section .col-l .links .link:last-child a:hover:before {
  background: #000000;
}
section.our-story-bottom-section .col-r {
  padding-top: 128px;
  padding-bottom: 128px;
  margin-left: 16.6666666667%;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
@media (max-width: 991.98px) {
  section.our-story-bottom-section {
    padding-bottom: 56px;
    padding-top: 56px;
  }
  section.our-story-bottom-section .col-l {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 56px;
  }
  section.our-story-bottom-section .col-l .links {
    display: block;
  }
  section.our-story-bottom-section .col-l .links .link:first-child {
    margin-bottom: 24px;
  }
  section.our-story-bottom-section .col-r {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 0%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
section.our-culture-header {
  padding-top: 96px;
  padding-bottom: 96px;
}
section.our-culture-header .col-l {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
section.our-culture-header .col-l h1 {
  color: #000;
  font-family: "DentonCondensed-Thin", serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 128px;
  font-style: normal;
  font-weight: 100;
  line-height: 95%;
}
section.our-culture-header .col-l > div, section.our-culture-header .col-l > div p, section.our-culture-header .col-l > div span {
  color: #000000;
  font-family: "Aeonik-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
}
section.our-culture-header .col-r {
  margin-left: 8.3333333333%;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
@media (max-width: 1199.98px) {
  section.our-culture-header .col-l h1 {
    font-size: 96px;
  }
}
@media (max-width: 991.98px) {
  section.our-culture-header {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  section.our-culture-header .col-l {
    -ms-flex: 0 0 45.8333333333%;
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  section.our-culture-header .col-l h1 {
    font-size: 72px;
  }
  section.our-culture-header .col-r {
    margin-left: 4.1666666667%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  section.our-culture-header .col-l {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  section.our-culture-header .col-l h1 {
    font-size: 72px;
  }
  section.our-culture-header .col-r {
    padding-top: 24px;
    margin-left: 0%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
section.our-culture-intro {
  background: #DFDACD;
  padding-top: 144px;
  padding-bottom: 96px;
}
section.our-culture-intro .large-text {
  font-family: "DentonCondensed-Thin", serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  text-transform: unset;
  color: #000;
  font-size: 60px;
  font-style: normal;
  font-weight: 100;
  line-height: 1.2;
  margin-bottom: 144px;
  display: inline-block;
}
section.our-culture-intro .large-text p {
  text-indent: 100px;
}
section.our-culture-intro .large-text p * {
  text-indent: 0;
}
section.our-culture-intro .large-text p span, section.our-culture-intro .large-text span {
  font-family: "DentonCondensed-Thin", serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  text-transform: unset;
  color: #000;
  font-size: 60px;
  font-style: normal;
  font-weight: 100;
  line-height: 1.2;
}
@media (max-width: 1199.98px) {
  section.our-culture-intro .large-text {
    font-size: 48px;
    margin-bottom: 96px;
  }
  section.our-culture-intro .large-text p span, section.our-culture-intro .large-text span {
    font-size: 48px;
  }
}
@media (max-width: 767.98px) {
  section.our-culture-intro .large-text {
    font-size: 36px;
    margin-bottom: 56px;
  }
  section.our-culture-intro .large-text p {
    text-indent: 0px;
  }
  section.our-culture-intro .large-text p * {
    text-indent: 0;
  }
  section.our-culture-intro .large-text p span, section.our-culture-intro .large-text span {
    font-size: 36px;
  }
}
section.our-culture-intro .col-l {
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
section.our-culture-intro .col-r {
  margin-left: 8.3333333333%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 1199.98px) {
  section.our-culture-intro {
    padding-top: 96px;
  }
}
@media (max-width: 767.98px) {
  section.our-culture-intro {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  section.our-culture-intro .col-l {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 56px;
  }
  section.our-culture-intro .col-r {
    margin-left: 0%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
section.our-culture-bottom-section {
  padding-top: 144px;
  padding-bottom: 144px;
}
section.our-culture-bottom-section .row {
  display: flex;
  align-items: center;
}
section.our-culture-bottom-section .col-l {
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
section.our-culture-bottom-section .col-l h2 {
  color: #000;
  font-family: "DentonCondensed-Thin", serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 120px;
  font-style: normal;
  font-weight: 100;
  line-height: 1.1;
}
section.our-culture-bottom-section .col-l .link a {
  display: inline-block;
  outline: none !important;
  text-decoration: none !important;
  color: #ffffff;
  padding: 12px 32px;
  background: #000000;
  border-radius: 64px;
  position: relative;
  overflow: hidden;
  font-family: "AeonikFono-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  z-index: 1;
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  background: transparent;
  border: 1px solid #000;
  color: #000000;
}
section.our-culture-bottom-section .col-l .link a:focus {
  outline: none !important;
}
section.our-culture-bottom-section .col-l .link a:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
section.our-culture-bottom-section .col-l .link a:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #DFDACD;
  z-index: -1;
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transform: translateY(100%);
}
section.our-culture-bottom-section .col-l .link a span {
  font-family: "AeonikFono-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
}
section.our-culture-bottom-section .col-l .link a:hover {
  color: #000000;
  background: #DFDACD;
  color: #ffffff;
}
section.our-culture-bottom-section .col-l .link a:hover:before {
  transform: translateY(0%);
}
section.our-culture-bottom-section .col-l .link a:hover span {
  color: #000000;
}
section.our-culture-bottom-section .col-l .link a:hover:before {
  background: #000000;
}
section.our-culture-bottom-section .col-r {
  margin-left: 8.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
@media (max-width: 1199.98px) {
  section.our-culture-bottom-section {
    padding-bottom: 96px;
    padding-top: 96px;
  }
  section.our-culture-bottom-section .col-l h2 {
    font-size: 96px;
  }
}
@media (max-width: 991.98px) {
  section.our-culture-bottom-section {
    padding-bottom: 56px;
    padding-top: 56px;
  }
  section.our-culture-bottom-section .col-l {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 56px;
  }
  section.our-culture-bottom-section .col-l h2 {
    font-size: 72px;
    margin-bottom: 16px;
  }
  section.our-culture-bottom-section .col-r {
    margin-left: 0%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
section.our-team-header .container .inner {
  padding-top: 80px;
  padding-bottom: 48px;
  border-bottom: 1px solid #000000;
}
section.our-team-header .col-l {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
section.our-team-header .col-l h1 {
  color: #000;
  font-family: "DentonCondensed-Thin", serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 128px;
  font-style: normal;
  font-weight: 100;
  line-height: 95%;
}
section.our-team-header .col-r {
  margin-left: 16.6666666667%;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  padding-top: 24px;
}
section.our-team-header .col-r > div, section.our-team-header .col-r > div p, section.our-team-header .col-r > div span {
  color: #000000;
  font-family: "Aeonik-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
}
@media (max-width: 1199.98px) {
  section.our-team-header .col-l h1 {
    font-size: 96px;
  }
}
@media (max-width: 991.98px) {
  section.our-team-header {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  section.our-team-header .col-l h1 {
    font-size: 72px;
  }
}
@media (max-width: 767.98px) {
  section.our-team-header .container .inner {
    padding-top: 0px;
  }
  section.our-team-header .col-l {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  section.our-team-header .col-l h1 {
    font-size: 72px;
  }
  section.our-team-header .col-r {
    padding-top: 24px;
    margin-left: 0%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
section.our-team-list .row-team-header .col {
  margin-top: 24px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
section.our-team-list .row-team-header .col h2 {
  color: #000000;
  font-family: "Aeonik-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
section.our-team-list .row-team {
  padding-bottom: 96px;
}
section.our-team-list .row-team > .col {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 96px;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  section.our-team-list .row-team > .col {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
section.our-team-list .row-team > .col:hover img {
  filter: grayscale(0);
}
section.our-team-list .row-team > .col button {
  width: 100%;
}
section.our-team-list .row-team > .col .inner {
  min-height: 360px;
}
section.our-team-list .row-team > .col .animate-image-clip {
  height: auto;
}
section.our-team-list .row-team > .col .thumb {
  -webkit-transition: filter 0.24s 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: filter 0.24s 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: filter 0.24s 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: filter 0.24s 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: filter 0.24s 0.256s cubic-bezier(0, 0, 0.56, 1);
  filter: grayscale(1);
  background: #F5F3F0;
  padding-bottom: 133%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
section.our-team-list .row-team > .col h3 {
  color: #000;
  font-family: "DentonCondensed-Thin", serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 40px;
  font-style: normal;
  font-weight: 100;
  line-height: 1.2;
  margin-top: 32px;
  margin-bottom: 8px;
  text-align: left;
}
section.our-team-list .row-team > .col h4 {
  color: #000;
  font-family: "Aeonik-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 1199.98px) {
  section.our-team-list .row-team > .col h3 {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  section.our-team-list .row-team {
    padding-bottom: 48px;
  }
  section.our-team-list .row-team > .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  section.our-team-list .row-team > .col h3 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  section.our-team-list .row-team {
    padding-bottom: 48px;
  }
  section.our-team-list .row-team > .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 48px;
  }
  section.our-team-list .row-team > .col h3 {
    font-size: 32px;
    margin-top: 16px;
  }
}
section.equiton-difference-intro .animate-image-clip {
  height: auto;
}
section.equiton-difference-intro .row-top {
  padding-top: 96px;
  margin-bottom: 96px;
}
section.equiton-difference-intro h1 {
  color: #000000;
  font-family: "DentonCondensed-Thin", serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 60px;
  font-style: normal;
  font-weight: 100;
  line-height: 1;
  margin-bottom: 32px;
}
section.equiton-difference-intro h2 {
  color: #000000;
  font-family: "DentonCondensed-Thin", serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 160px;
  font-size: min(9.5vw, 160px);
  font-style: normal;
  font-weight: 100;
  line-height: 0.95;
}
section.equiton-difference-intro .row-images .col-l {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
section.equiton-difference-intro .row-images .col-l .inner {
  position: relative;
  height: 100%;
}
section.equiton-difference-intro .row-images .col-l .animate-image-clip img {
  object-fit: cover;
  object-position: bottom;
  height: 100%;
}
section.equiton-difference-intro .row-images .col-l .animate-image-clip.image-num-1 {
  position: absolute;
  top: 0px;
  left: 0px;
  height: calc(50% - 109px);
  width: 55%;
}
section.equiton-difference-intro .row-images .col-l .animate-image-clip.image-num-2 {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: calc(50% - 109px);
  width: 55%;
}
section.equiton-difference-intro .row-images .col-l .coloured-box {
  background: #DFDACD;
  width: 138px;
  height: 138px;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
section.equiton-difference-intro .row-images .col-r {
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
section.equiton-difference-intro .row-bottom {
  margin-top: 24px;
  padding-bottom: 96px;
}
section.equiton-difference-intro .row-bottom .col-l {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
section.equiton-difference-intro .row-bottom .col-r {
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
section.equiton-difference-intro .row-bottom .col-r .inner {
  padding-left: 25%;
  padding-right: 12.5%;
  padding-top: 96px;
  position: relative;
}
section.equiton-difference-intro .row-bottom .col-r .coloured-box {
  background: #DFDACD;
  width: 138px;
  height: 138px;
  position: absolute;
  top: 0px;
  left: 0px;
}
section.equiton-difference-intro .row-bottom .content h3 {
  color: #000000;
  font-family: "DentonCondensed-Thin", serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 40px;
  font-style: normal;
  font-weight: 100;
  line-height: 48px; /* 120% */
}
section.equiton-difference-intro .row-bottom .content p, section.equiton-difference-intro .row-bottom .content li {
  color: #000000;
  font-family: "Aeonik-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}
section.equiton-difference-intro .row-bottom .content ul {
  padding-left: 16px;
}
section.equiton-difference-intro .row-bottom .content li {
  list-style-type: square;
}
section.equiton-difference-intro .boxed-content {
  padding: 24px;
  background: #000000;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
section.equiton-difference-intro .boxed-content, section.equiton-difference-intro .boxed-content span {
  color: #ffffff;
  font-family: "DentonCondensed-Thin", serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 120px;
  font-size: min(6.8vw, 120px);
  font-style: normal;
  font-weight: 100;
  line-height: 1;
}
@media (max-width: 1199.98px) {
  section.equiton-difference-intro h1 {
    font-size: 56px;
  }
  section.equiton-difference-intro .row-top {
    margin-bottom: 64px;
  }
  section.equiton-difference-intro .row-images .col-l .animate-image-clip.image-num-1 {
    height: calc(50% - 72px);
    width: 52%;
  }
  section.equiton-difference-intro .row-images .col-l .animate-image-clip.image-num-2 {
    height: calc(50% - 72px);
    width: 52%;
  }
  section.equiton-difference-intro .row-images .col-l .coloured-box {
    width: 96px;
    height: 96px;
  }
  section.equiton-difference-intro .row-bottom .col-r .coloured-box {
    width: 96px;
    height: 96px;
  }
  section.equiton-difference-intro .row-bottom .col-r .inner {
    padding-left: 25%;
    padding-right: 5%;
  }
}
@media (max-width: 991.98px) {
  section.equiton-difference-intro h1 {
    font-size: 48px;
  }
  section.equiton-difference-intro .row-images .col-l .animate-image-clip.image-num-1 {
    height: calc(50% - 44px);
    width: 52%;
  }
  section.equiton-difference-intro .row-images .col-l .animate-image-clip.image-num-2 {
    height: calc(50% - 44px);
    width: 52%;
  }
  section.equiton-difference-intro .row-images .col-l .coloured-box {
    width: 56px;
    height: 56px;
  }
  section.equiton-difference-intro .row-bottom {
    padding-bottom: 56px;
  }
  section.equiton-difference-intro .row-bottom .col-l {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 24px;
  }
  section.equiton-difference-intro .row-bottom .col-r {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  section.equiton-difference-intro .row-bottom .col-r .coloured-box {
    display: none;
  }
  section.equiton-difference-intro .row-bottom .col-r .inner {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 767.98px) {
  section.equiton-difference-intro h1 {
    font-size: 32px;
    margin-bottom: 24px;
  }
  section.equiton-difference-intro h2 {
    font-size: 64px;
    margin-bottom: 0px;
  }
  section.equiton-difference-intro .row-top {
    margin-bottom: 24px;
  }
  section.equiton-difference-intro .row-images .col-l .animate-image-clip.image-num-1 {
    position: relative;
    height: auto;
    width: 100%;
  }
  section.equiton-difference-intro .row-images .col-l .animate-image-clip.image-num-2 {
    position: relative;
    height: auto;
    width: 100%;
  }
  section.equiton-difference-intro .row-images .col-l .coloured-box {
    position: relative;
    top: 0px;
    transform: none;
    margin-top: 16px;
    margin-bottom: 16px;
    float: right;
  }
  section.equiton-difference-intro .row-images .col-r .animate-image-clip {
    height: 100%;
  }
  section.equiton-difference-intro .row-images .col-r .animate-image-clip img {
    height: 100%;
    object-fit: cover;
    object-position: right;
  }
}
@media (max-width: 575.98px) {
  section.equiton-difference-intro h2 {
    font-size: 52px;
  }
}
section.reasons {
  background: #DFDACD;
  padding-top: 144px;
  padding-bottom: 32px;
}
section.reasons .large-text {
  font-family: "DentonCondensed-Thin", serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  text-transform: unset;
  color: #000;
  font-size: 60px;
  font-style: normal;
  font-weight: 100;
  line-height: 1.2;
  margin-bottom: 144px;
  margin-bottom: 80px;
  display: inline-block;
}
section.reasons .large-text p {
  text-indent: 100px;
}
section.reasons .large-text p * {
  text-indent: 0;
}
section.reasons .large-text p span, section.reasons .large-text span {
  font-family: "DentonCondensed-Thin", serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  text-transform: unset;
  color: #000;
  font-size: 60px;
  font-style: normal;
  font-weight: 100;
  line-height: 1.2;
}
@media (max-width: 1199.98px) {
  section.reasons .large-text {
    font-size: 48px;
    margin-bottom: 96px;
  }
  section.reasons .large-text p span, section.reasons .large-text span {
    font-size: 48px;
  }
}
@media (max-width: 767.98px) {
  section.reasons .large-text {
    font-size: 36px;
    margin-bottom: 56px;
  }
  section.reasons .large-text p {
    text-indent: 0px;
  }
  section.reasons .large-text p * {
    text-indent: 0;
  }
  section.reasons .large-text p span, section.reasons .large-text span {
    font-size: 36px;
  }
}
section.reasons .row-boxes .col {
  margin-bottom: 24px;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
section.reasons .row-boxes .col .title {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  section.reasons .row-boxes .col .title {
    margin-bottom: 25px;
  }
}
@media (max-width: 991.98px) {
  section.reasons .row-boxes .col .title {
    margin-top: 40px;
  }
}
section.reasons .row-boxes .col .title .number {
  display: block;
  font-family: "DentonCondensed-Thin", serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 420px;
  line-height: 0.65;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  section.reasons .row-boxes .col .title .number {
    font-size: 270px;
  }
}
@media (max-width: 767.98px) {
  section.reasons .row-boxes .col .title .number {
    font-size: 320px;
  }
}
@media (max-width: 575.98px) {
  section.reasons .row-boxes .col .title .number {
    font-size: 250px;
    line-height: 0.665;
  }
}
section.reasons .row-boxes .col .title .text {
  font-family: "DentonCondensed-Thin", serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 40px;
  line-height: 1.2;
  margin-left: -50px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  section.reasons .row-boxes .col .title .text {
    font-size: 36px;
    margin-left: -10px;
  }
}
@media (max-width: 767.98px) {
  section.reasons .row-boxes .col .title .text {
    font-size: 38px;
    margin-left: -30px;
  }
}
@media (max-width: 575.98px) {
  section.reasons .row-boxes .col .title .text {
    font-size: 34px;
    margin-left: -10px;
  }
}
section.reasons .row-boxes .col.col-white .inner {
  padding: 40px;
  height: 100%;
  background: #ffffff;
  min-height: 480px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  cursor: pointer;
}
section.reasons .row-boxes .col.col-white .inner .number {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.reasons .row-boxes .col.col-white .inner h3, section.reasons .row-boxes .col.col-white .inner h3 span {
  color: #000000;
  font-family: "DentonCondensed-Thin", serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 40px;
  font-size: 2.3vw, 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 0;
}
section.reasons .row-boxes .col.col-white .inner .digit {
  font-family: "DentonCondensed-Thin", serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 168px;
  line-height: 0.75;
}
@media (max-width: 767.98px) {
  section.reasons .row-boxes .col.col-white .inner .digit {
    font-size: 150px;
  }
}
section.reasons .row-boxes .col.col-white .inner p {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.24s 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.24s 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.24s 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.24s 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.24s 0.256s cubic-bezier(0, 0, 0.56, 1);
}
section.reasons .row-boxes .col.col-white .inner p, section.reasons .row-boxes .col.col-white .inner p span {
  color: #000000;
  font-family: "Aeonik-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}
section.reasons .row-boxes .col.col-white .inner .sign {
  width: 14px;
  height: 14px;
  position: relative;
}
section.reasons .row-boxes .col.col-white .inner .sign span:first-child {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 1px;
  height: 14px;
  background: black;
  display: block;
  -webkit-transition: all 0.24s 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.24s 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.24s 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.24s 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.24s 0.256s cubic-bezier(0, 0, 0.56, 1);
}
section.reasons .row-boxes .col.col-white .inner .sign span:last-child {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 1px;
  width: 1px;
  height: 14px;
  background: #000000;
  display: block;
  transform: rotate(90deg);
}
section.reasons .row-boxes .col.col-white .inner.active p {
  max-height: 420px;
}
section.reasons .row-boxes .col.col-white .inner.active .sign span:first-child {
  transform: rotate(90deg);
  transform-origin: center;
}
@media (max-width: 1199.98px) {
  section.reasons {
    padding-top: 96px;
  }
  section.reasons .row-boxes .col.col-white .inner {
    padding: 24px;
    padding-top: 38px;
  }
}
@media (max-width: 991.98px) {
  section.reasons {
    padding-top: 56px;
  }
  section.reasons .row-boxes .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  section.reasons .row-boxes .col.col-white .inner {
    min-height: 400px;
  }
}
@media (max-width: 991.98px) {
  section.reasons .row-boxes .col.col-white .inner .number .sign {
    display: none;
  }
  section.reasons .row-boxes .col.col-white .inner p {
    max-height: 420px;
  }
}
section.contact {
  background: #000000;
  padding-top: 128px;
}
section.contact .container-nopad {
  padding-left: 0px;
  padding-right: 0px;
}
section.contact .container-nopad .row {
  margin-left: 0px;
  margin-right: 0px;
}
section.contact .container-nopad .row .col {
  padding-left: 0px;
  padding-right: 0px;
}
section.contact .row-address-info {
  padding-bottom: 5px;
}
section.contact .row-address-info .heading {
  margin-bottom: 8px;
  display: block;
  color: #FFF;
  font-family: "Aeonik-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
section.contact .row-address-info a, section.contact .row-address-info span {
  color: #fff;
  display: block;
  font-family: "AeonikFono-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 18px;
  font-size: min(1.04vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.3333;
}
section.contact .row-address-info a {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
section.contact .row-address-info a:hover {
  text-decoration: none;
  color: #A4A4A4;
}
section.contact .row-address-info .col-ri-1 {
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  margin-left: 16.6666666667%;
}
section.contact .row-address-info .col-ri-2 {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
section.contact .row-address-info .col-ri-3 {
  margin-left: 0%;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
section.contact .row-info .col-l {
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
section.contact .row-info .col-r {
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
section.contact h2 {
  max-width: 832px;
}
section.contact h1, section.contact h1 span {
  font-family: "Aeonik-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #ffffff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 120% */
}
section.contact h2, section.contact h2 span {
  font-family: "DentonCondensed-Thin", serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #ffffff;
  font-size: 60px;
  font-style: normal;
  font-weight: 100;
  line-height: 1.2; /* 120% */
}
@media (max-width: 1199.98px) {
  section.contact {
    padding-top: 56px;
  }
  section.contact h2, section.contact h2 span {
    font-size: 48px;
  }
  section.contact .row-address-info .heading {
    font-size: 16px;
  }
  section.contact .row-address-info .col-ri-1 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-left: 16.6666666667%;
  }
  section.contact .row-address-info .col-ri-2 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  section.contact .row-address-info .col-ri-3 {
    margin-left: 0%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 991.98px) {
  section.contact h2, section.contact h2 span {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  section.contact .row-info .col-l {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  section.contact .row-info .col-r {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  section.contact .row-address-info .heading {
    font-size: 14px;
    margin-top: 32px;
  }
  section.contact .row-address-info .col:first-child .heading {
    margin-top: 0px;
  }
  section.contact .row-address-info a {
    font-size: 18px;
  }
  section.contact .row-address-info .col-ri-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0%;
  }
  section.contact .row-address-info .col-ri-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0%;
  }
  section.contact .row-address-info .col-ri-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0%;
  }
}
section.careers {
  background: #DFDACD;
  padding-top: 144px;
  padding-bottom: 144px;
}
section.careers h2, section.careers h2 span {
  color: #000000;
  font-family: "Aeonik-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}
section.careers .col-l {
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
section.careers .col-r {
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
section.careers .col-r .top-copy {
  max-width: 666px;
  margin-bottom: 40px;
}
section.careers .col-r .top-copy h2, section.careers .col-r .top-copy h3, section.careers .col-r .top-copy h2 span, section.careers .col-r .top-copy h3 span {
  color: #000000;
  font-family: "DentonCondensed-Thin", serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 60px;
  font-style: normal;
  font-weight: 100;
  line-height: 1.2; /* 120% */
}
section.careers .col-r .top-copy a {
  text-decoration: none;
  opacity: 1;
}
section.careers .col-r .top-copy a span {
  font-family: "Aeonik-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@media (min-width: 992px) {
  section.careers .col-r .top-copy a {
    -webkit-transition: opacity 0.256s cubic-bezier(0, 0, 0.56, 1);
    -moz-transition: opacity 0.256s cubic-bezier(0, 0, 0.56, 1);
    -ms-transition: opacity 0.256s cubic-bezier(0, 0, 0.56, 1);
    -o-transition: opacity 0.256s cubic-bezier(0, 0, 0.56, 1);
    transition: opacity 0.256s cubic-bezier(0, 0, 0.56, 1);
  }
  section.careers .col-r .top-copy a:hover {
    opacity: 0.72;
  }
}
section.careers .col-r .row-job {
  margin-top: 24px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  align-items: center;
}
section.careers .col-r .row-job .col {
  -ms-flex: 0 0 29.1666666667%;
  flex: 0 0 29.1666666667%;
  max-width: 29.1666666667%;
}
section.careers .col-r .row-job .col:first-child {
  padding-left: 0;
}
section.careers .col-r .row-job .col:last-child {
  padding-right: 0;
}
section.careers .col-r .row-job .col.date, section.careers .col-r .row-job .col.type {
  -ms-flex: 0 0 20.8333333333%;
  flex: 0 0 20.8333333333%;
  max-width: 20.8333333333%;
}
section.careers .col-r .row-job h3, section.careers .col-r .row-job h3 span {
  color: #000000;
  font-family: "DentonCondensed-Thin", serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 40px;
  font-style: normal;
  font-weight: 100;
  line-height: 40px; /* 100% */
}
section.careers .col-r .row-job .date, section.careers .col-r .row-job .type {
  color: #000;
  font-family: "Aeonik-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 200% */
}
section.careers .col-r .row-job .date span, section.careers .col-r .row-job .type span {
  font-size: 12px;
  display: block;
}
section.careers .col-r .accordion-items .inner .items .inside .item:first-child {
  border-top: 1px solid #000000;
}
section.careers .col-r .accordion-items .inner .items .inside .editor-content ul li {
  list-style: square;
}
section.careers .col-r .accordion-items .inner .items .inside .editor-content ul li:before {
  display: none;
}
section.careers .col-r .accordion-items .inner .items .inside .editor-content .button-icon {
  border: 1px solid #000000;
  margin-bottom: 16px;
}
section.careers .col-r .accordion-items .inner .items .inside .editor-content .button-icon svg {
  width: 32px;
  top: 7px;
  right: 7px;
}
section.careers .col-r .accordion-items .inner .items .inside .label button span.label-span {
  top: 40px;
}
section.careers .col-r .accordion-items .inner .items .inside .label button:before,
section.careers .col-r .accordion-items .inner .items .inside .label button:after {
  top: 60px;
}
@media (max-width: 1199.98px) {
  section.careers {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
@media (max-width: 991.98px) {
  section.careers {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  section.careers .col-l {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  section.careers .col-r {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  section.careers .col-r .top-copy h2, section.careers .col-r .top-copy h2 span {
    font-size: 40px;
  }
  section.careers .col-r .row-job .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  section.careers .col-r .row-job .col.date, section.careers .col-r .row-job .col.type {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  section.careers .col-r .accordion-items .inner .items .inside .label button h3, section.careers .col-r .accordion-items .inner .items .inside .label button h4 {
    margin-top: 16px;
  }
}
section.buyer-resources-intro {
  padding-top: 96px;
  padding-bottom: 96px;
}
section.buyer-resources-intro h1 {
  text-transform: capitalize;
  line-height: 0.95;
}
section.buyer-resources-intro .col-l {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
section.buyer-resources-intro .col-r {
  margin-left: 8.3333333333%;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  max-width: 898px;
}
section.buyer-resources-intro .row-image .col {
  padding-top: 96px;
}
@media (max-width: 1199.98px) {
  section.buyer-resources-intro {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  section.buyer-resources-intro .row-image .col {
    padding-top: 56px;
  }
}
@media (max-width: 991.98px) {
  section.buyer-resources-intro .col-l {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0%;
    margin-bottom: 24px;
  }
  section.buyer-resources-intro .col-r {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0%;
  }
}
section.calculator-iframe {
  padding-top: 96px;
  padding-bottom: 96px;
  background: #DFDACD;
}
section.calculator-iframe .row-tabs {
  display: none;
  text-align: center;
}
section.calculator-iframe .row-tabs .buttons-frame {
  border: 1px solid #000;
  display: inline-block;
  border-radius: 64px;
  padding: 4px;
}
section.calculator-iframe .row-tabs button {
  border-radius: 64px;
  padding: 8px 16px;
  color: #000000;
  font-family: "Aeonik-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  text-transform: capitalize;
  -webkit-transition: background 0.24ms 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: background 0.24ms 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: background 0.24ms 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: background 0.24ms 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: background 0.24ms 0.256s cubic-bezier(0, 0, 0.56, 1);
}
section.calculator-iframe .row-tabs button.active {
  background: #ffffff;
}
section.calculator-iframe .row-tabs button:hover {
  background: #ffffff;
}
section.calculator-iframe .tab-content.hidden {
  display: none;
}
section.calculator-iframe .calculator-affordability,
section.calculator-iframe .calculator-mortgage {
  max-width: 100%;
}
section.calculator-iframe .calculator-mortgage i, section.calculator-iframe .calculator-affordability i, section.calculator-iframe .calculator-ownership i {
  background: #000000;
}
section.calculator-iframe .calculator-mortgage .calculator-payment {
  display: none !important;
}
section.calculator-iframe .calculator-mortgage .calculator-chart {
  padding-left: 24px;
}
section.calculator-iframe .calculator-affordability .calculator-chart label strong {
  color: #000000;
}
section.calculator-iframe .calculator-link {
  display: none;
}
section.calculator-iframe .calculator-footer a {
  color: #000000;
  text-decoration: underline;
}
section.calculator-iframe .calculator-title {
  color: #000;
  font-family: "DentonCondensed-Thin", serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 40px;
  font-style: normal;
  font-weight: 100;
  line-height: 1.2; /* 120% */
  text-transform: capitalize;
}
@media (max-width: 767.98px) {
  section.calculator-iframe {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  section.calculator-iframe .row-tabs .buttons-frame {
    display: block;
    border-radius: 32px;
  }
  section.calculator-iframe .row-tabs .buttons-frame button {
    display: block;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
section.terms {
  padding-top: 96px;
  padding-bottom: 96px;
}
section.terms .col-l {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
section.terms .col-l h2, section.terms .col-l h2 span {
  color: #000;
  font-family: "DentonCondensed-Thin", serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 40px;
  font-style: normal;
  font-weight: 100;
  line-height: 48px; /* 120% */
  text-transform: capitalize;
}
section.terms .col-r {
  margin-left: 8.3333333333%;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
section.terms .col-r .content-wrap {
  border-top: 1px solid #000000;
  padding-bottom: 56px;
}
section.terms .col-r .content-wrap:last-child {
  border-bottom: 1px solid #000000;
}
section.terms .col-r h2 {
  margin-bottom: 8px;
  margin-top: 40px;
}
section.terms .col-r h2, section.terms .col-r h2 span {
  color: #000;
  font-family: "Aeonik-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 20px;
  font-style: bold;
  font-weight: 700;
  line-height: 24px; /* 120% */
}
section.terms .col-r .dropcap {
  color: #000;
  font-family: "Aeonik-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 64px;
  margin-top: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
section.terms button.splide__pagination__page {
  background: none;
  border: 1px solid #000000;
  border-radius: 50%;
  margin-right: 8px;
  width: 8px;
  height: 8px;
}
section.terms button.splide__pagination__page.is-active {
  background: #000000;
  width: 24px;
  border-radius: 4px;
}
section.terms .splide__pagination {
  position: absolute;
  bottom: 16px;
  left: 50%;
  padding-left: 0px;
}
section.terms .splide__slide {
  margin-bottom: 56px;
}
section.terms .splide__slide:not(.is-active) {
  height: 0;
}
section.terms .row-bottom {
  margin-top: 96px;
}
@media (max-width: 1199.98px) {
  section.terms {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  section.terms .row-bottom {
    margin-top: 56px;
  }
}
@media (max-width: 991.98px) {
  section.terms .col-l {
    margin-left: 0%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 48px;
  }
  section.terms .col-r {
    margin-left: 0%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  section.terms .col-r .content-wrap {
    padding-bottom: 48px;
  }
  section.terms .col-r .content-wrap:last-child {
    border-bottom: none;
  }
  section.terms .splide__slide {
    margin-bottom: 0px;
  }
  section.terms .splide__slide:not(.is-active) {
    height: auto;
  }
  section.terms .splide__arrows {
    display: none;
  }
  section.terms .row-bottom {
    margin-top: 0px;
  }
}
section.tarion {
  background: #DFDACD;
  padding-top: 144px;
  padding-bottom: 144px;
}
section.tarion .col-l {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
section.tarion .col-r {
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
section.tarion h2 {
  color: #000;
  font-family: "DentonCondensed-Thin", serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 40px;
  font-style: normal;
  font-weight: 100;
  line-height: 48px; /* 120% */
  text-transform: uppercase;
}
section.tarion h3, section.tarion h4, section.tarion h5 {
  color: #000000;
  font-family: "DentonCondensed-Thin", serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 32px;
  font-style: normal;
  font-weight: 100;
  line-height: 40px; /* 125% */
}
section.tarion ul {
  padding-left: 16px;
}
section.tarion li, section.tarion li span {
  list-style-type: square;
  margin-bottom: 8px;
  color: #000000;
  font-family: "Aeonik-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.33333; /* 133.333% */
}
section.tarion a.button-icon {
  display: inline-block;
}
section.tarion a.button-icon svg {
  width: 10px;
  top: 18px;
  right: 18px;
}
@media (max-width: 1199.98px) {
  section.tarion {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
@media (max-width: 767.98px) {
  section.tarion {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  section.tarion .col-l {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  section.tarion .col-r {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
section.homepage-investor {
  background: #fff;
  padding-top: 144px;
  padding-bottom: 144px;
}
section.homepage-investor .row {
  display: flex;
  align-items: center;
}
section.homepage-investor .col-l {
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
section.homepage-investor .col-l .inner {
  max-width: 665px;
}
section.homepage-investor .col-r {
  margin-left: 8.3333333333%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
section.homepage-investor h2 {
  margin-bottom: 64px;
}
section.homepage-investor h2, section.homepage-investor h2 span {
  color: #000000;
  font-family: "Aeonik-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2; /* 120% */
  text-transform: capitalize;
}
section.homepage-investor h3, section.homepage-investor h3 span {
  color: #000;
  font-family: "DentonCondensed-Thin", serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 56px;
  font-style: normal;
  font-weight: 100;
  line-height: 1.14286; /* 114.286% */
}
section.homepage-investor .button-icon {
  margin-top: 32px;
}
@media (max-width: 1199.98px) {
  section.homepage-investor {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  section.homepage-investor h3, section.homepage-investor h3 span {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  section.homepage-investor {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  section.homepage-investor h2 {
    margin-bottom: 32px;
  }
  section.homepage-investor .col-l {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  section.homepage-investor .col-r {
    padding-top: 48px;
    margin-left: 0%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
section.news {
  background: #DFDACD;
  padding-top: 96px;
  padding-bottom: 96px;
}
section.news .row-top {
  padding-bottom: 56px;
}
section.news .row-top .col-l h2, section.news .row-top .col-l h2 span {
  color: #000000;
  font-family: "Aeonik-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 120% */
}
section.news .row-top .col-r {
  text-align: right;
}
section.news .row-top .col-r .link a {
  outline: none !important;
  text-decoration: none !important;
  color: #ffffff;
  padding: 12px 32px;
  background: #000000;
  border-radius: 64px;
  position: relative;
  overflow: hidden;
  font-family: "AeonikFono-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  z-index: 1;
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  background: #ffffff;
  border: 1px solid #000;
  color: #000000;
  border: 1px solid #fff;
  display: inline-block;
}
section.news .row-top .col-r .link a:focus {
  outline: none !important;
}
section.news .row-top .col-r .link a:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
section.news .row-top .col-r .link a:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #DFDACD;
  z-index: -1;
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transform: translateY(100%);
}
section.news .row-top .col-r .link a span {
  font-family: "AeonikFono-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  color: #000000;
}
section.news .row-top .col-r .link a:hover {
  color: #000000;
  background: #DFDACD;
}
section.news .row-top .col-r .link a:hover:before {
  transform: translateY(0%);
}
section.news .row-top .col-r .link a:hover span {
  color: #000000;
}
section.news .row-top .col-r .link a:hover {
  border: 1px solid #000000;
}
@media (max-width: 767.98px) {
  section.news .row-top .col-r .link {
    display: none;
  }
}
section.news .row-mobile-button {
  margin-top: 32px;
  display: none;
}
section.news .row-mobile-button .link a {
  outline: none !important;
  text-decoration: none !important;
  color: #ffffff;
  padding: 12px 32px;
  background: #000000;
  border-radius: 64px;
  position: relative;
  overflow: hidden;
  font-family: "AeonikFono-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  z-index: 1;
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  background: #ffffff;
  border: 1px solid #000;
  color: #000000;
  border: 1px solid #fff;
  display: inline-block;
}
section.news .row-mobile-button .link a:focus {
  outline: none !important;
}
section.news .row-mobile-button .link a:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
section.news .row-mobile-button .link a:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #DFDACD;
  z-index: -1;
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transform: translateY(100%);
}
section.news .row-mobile-button .link a span {
  font-family: "AeonikFono-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  color: #000000;
}
section.news .row-mobile-button .link a:hover {
  color: #000000;
  background: #DFDACD;
}
section.news .row-mobile-button .link a:hover:before {
  transform: translateY(0%);
}
section.news .row-mobile-button .link a:hover span {
  color: #000000;
}
section.news .row-mobile-button .link a:hover {
  border: 1px solid #000000;
}
@media (max-width: 767.98px) {
  section.news .row-mobile-button {
    display: block;
  }
}
section.news .row-articles span.date {
  color: #000;
  font-family: "AeonikFono-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}
section.news .row-articles a {
  text-decoration: none;
  color: #000;
  display: inline-block;
  width: 100%;
}
section.news .row-articles a:hover span {
  opacity: 0.8;
}
section.news .row-articles a:hover .image {
  opacity: 0.8;
}
section.news .row-articles span.category {
  margin-left: 16px;
  border: 1px solid #B8AF9A;
  padding: 4px 8px;
  border-radius: 64px;
  color: #000;
  font-family: "AeonikFono-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 200% */
}
section.news .row-articles h3 {
  margin-top: 32px;
  margin-bottom: 40px;
}
section.news .row-articles h3, section.news .row-articles h3 span {
  color: #000;
  font-family: "DentonCondensed-Thin", serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 40px;
  font-style: normal;
  font-weight: 100;
  line-height: 1.2; /* 120% */
}
section.news .row-articles .image {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  padding-bottom: 62%;
}
@media (max-width: 1199.98px) {
  section.news {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  section.news .row-top {
    padding-bottom: 48px;
  }
  section.news .row-articles h3 {
    margin-top: 24px;
    margin-bottom: 32px;
  }
  section.news .row-articles h3, section.news .row-articles h3 span {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  section.news .row-top {
    padding-bottom: 24px;
  }
  section.news .row-top .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  section.news .row-top .col-r {
    text-align: left;
  }
  section.news .row-articles .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 56px;
  }
  section.news .row-articles .col:last-child {
    margin-bottom: 0px;
  }
}
section.communities-archive .row-filter {
  padding-top: 72px;
  padding-bottom: 24px;
}
section.communities-archive .row-tiles {
  padding-bottom: 96px;
}
section.communities-archive .row-tiles .col {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 24px;
}
section.communities-archive a {
  text-decoration: none !important;
}
section.communities-archive a .status {
  left: 31px;
}
section.communities-archive a:hover .info:before {
  transform: translateY(0%);
}
section.communities-archive a:hover .info .details .label, section.communities-archive a:hover .info .details .value {
  color: #ffffff;
}
section.communities-archive #mobile-community-filters-select {
  display: none;
}
section.communities-archive .communities-filters {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  border: 1px solid black;
  border-radius: 64px;
  padding: 4px;
}
section.communities-archive .communities-filters .community-filter {
  border-radius: 64px;
  padding: 4px 16px;
  cursor: pointer;
  -webkit-transition: background 0.16s 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: background 0.16s 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: background 0.16s 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: background 0.16s 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: background 0.16s 0.256s cubic-bezier(0, 0, 0.56, 1);
  color: #000;
  text-align: center;
  font-family: "Aeonik-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 150% */
}
section.communities-archive .communities-filters .community-filter:hover {
  background: #DFDACD;
}
section.communities-archive .communities-filters .community-filter.active {
  background: #DFDACD;
}
section.communities-archive .image {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  padding-bottom: 56%;
}
section.communities-archive .status {
  position: absolute;
  background-color: #000000;
  top: 16px;
  left: 16px;
  color: #ffffff;
  font-size: 16px;
  font-family: "AeonikFono-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  padding: 6px 14px;
  z-index: 1;
}
section.communities-archive .info {
  background-color: #DFDACD;
  padding: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}
section.communities-archive .info:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000000;
  -webkit-transition: transform 250ms 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: transform 250ms 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: transform 250ms 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: transform 250ms 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: transform 250ms 0.256s cubic-bezier(0, 0, 0.56, 1);
  transform: translateY(100%);
  z-index: 0;
}
section.communities-archive .info .logo {
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 200px;
  z-index: 1;
  padding-left: 8px;
  padding-right: 8px;
}
section.communities-archive .info .logo .logo-wrap img {
  max-width: 132px;
  max-height: 112px;
}
section.communities-archive .info .details-wrapper {
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  z-index: 1;
}
section.communities-archive .info .details {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding-left: 64px;
  padding-right: 64px;
  z-index: 1;
}
section.communities-archive .info .details:first-child {
  margin-bottom: 24px;
}
section.communities-archive .info .details .detail {
  padding-right: 24px;
  width: 40%;
}
section.communities-archive .info .details .detail:last-child {
  padding-right: 0px;
}
section.communities-archive .info .details .detail .label {
  display: block;
  font-size: 16px;
  -webkit-transition: color 250ms 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: color 250ms 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: color 250ms 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: color 250ms 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: color 250ms 0.256s cubic-bezier(0, 0, 0.56, 1);
  font-family: "Aeonik-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
section.communities-archive .info .details .detail .value {
  font-size: 18px;
  -webkit-transition: color 250ms 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: color 250ms 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: color 250ms 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: color 250ms 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: color 250ms 0.256s cubic-bezier(0, 0, 0.56, 1);
}
@media (max-width: 1199.98px) {
  section.communities-archive .communities-filters {
    position: absolute;
    bottom: 24px;
    left: auto;
    right: 16px;
    transform: none;
  }
  section.communities-archive .row-filter {
    padding-top: 56px;
  }
  section.communities-archive .row-tiles {
    padding-bottom: 56px;
  }
  section.communities-archive .info .logo {
    width: 150px;
  }
  section.communities-archive .info .details {
    padding-left: 24px;
    padding-right: 24px;
  }
  section.communities-archive .info .details .detail {
    width: 50%;
  }
  section.communities-archive .info .details .detail .label {
    font-size: 14px;
  }
  section.communities-archive .info .details .detail .value {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  section.communities-archive #mobile-community-filters-select {
    display: block;
    width: 100%;
    padding: 16px;
    background: #ffffff;
    color: #000000;
    font-family: "Aeonik-Regular", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 100% */
    border: 1px solid #000000;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    height: 45px;
    width: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 1L8 8L1 1' stroke='black' stroke-width='1.2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
    background-position: calc(100% - 16px);
    background-repeat: no-repeat;
    border-radius: 0;
  }
  section.communities-archive .communities-filters {
    display: none;
    position: relative;
    bottom: 0px;
    left: auto;
    right: 0px;
    margin-top: 8px;
    margin-bottom: 8px;
    flex-direction: column;
    width: 100%;
    border-radius: 32px;
  }
  section.communities-archive .communities-filters .community-filter {
    padding: 16px 16px;
  }
  section.communities-archive .row-tiles .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  section.communities-archive .info {
    flex-direction: column;
  }
  section.communities-archive .info .logo {
    height: 120px;
    width: 100%;
  }
  section.communities-archive .info .details-wrapper {
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  section.communities-archive .info .details-wrapper .details {
    width: 50%;
  }
  section.communities-archive .info .details-wrapper .details:first-child {
    margin-bottom: 0px;
  }
  section.communities-archive .info .details {
    padding-right: 16px;
    padding-left: 16px;
    padding-top: 24px;
    padding-bottom: 4px;
    height: auto;
    flex-flow: wrap;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  section.communities-archive .info .details .detail {
    width: 50%;
    padding-right: 0px;
    padding-bottom: 16px;
  }
  section.communities-archive .info .details .detail:nth-child(2n) {
    width: 115px;
  }
}

.single-community section.introduction .col.logo {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.single-community section.introduction .col.logo h1 {
  margin-bottom: 0;
}
.single-community section.introduction .col.logo img {
  height: 100px;
  width: auto;
}
.single-community section.introduction .col.logo.Small img {
  height: 75px;
}
.single-community section.introduction .col.logo.Large img {
  height: 150px;
}
.single-community section.introduction .col.content {
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 200px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.single-community section.introduction .col.content div {
  max-width: 980px;
}
.single-community section.introduction .col.content div * {
  font-size: 24px;
}
.single-community section.introduction .col.content h2, .single-community section.introduction .col.content h2 * {
  font-size: 40px;
  line-height: 48px;
  text-transform: unset;
}
.single-community section.introduction .col.content .external-button {
  display: inline-block;
  outline: none !important;
  text-decoration: none !important;
  color: #ffffff;
  padding: 12px 32px;
  background: #000000;
  border-radius: 64px;
  position: relative;
  overflow: hidden;
  font-family: "AeonikFono-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  z-index: 1;
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
}
.single-community section.introduction .col.content .external-button:focus {
  outline: none !important;
}
.single-community section.introduction .col.content .external-button:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
.single-community section.introduction .col.content .external-button:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #DFDACD;
  z-index: -1;
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transform: translateY(100%);
}
.single-community section.introduction .col.content .external-button span {
  font-family: "AeonikFono-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
}
.single-community section.introduction .col.content .external-button:hover {
  color: #000000;
  background: #DFDACD;
}
.single-community section.introduction .col.content .external-button:hover:before {
  transform: translateY(0%);
}
.single-community section.introduction .col.content .external-button:hover span {
  color: #000000;
}
.single-community section.introduction .col.content .external-button span {
  transition-delay: 0s !important;
}
.single-community section.introduction .col.content .external-button:hover, .single-community section.introduction .col.content .external-button:hover span {
  transition-delay: 0s !important;
  color: #000;
}
.single-community section.introduction .col.image {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .single-community section.introduction .col.logo {
    margin-top: 48px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .single-community section.introduction .col.content {
    padding-top: 48px;
    padding-bottom: 48px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.single-community section.overview {
  padding-top: 120px;
  padding-bottom: 120px;
}
.single-community section.overview .col.title {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.single-community section.overview .col.details {
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.single-community section.overview .col.details .detail {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-top: 15px;
  padding-bottom: 15px;
}
.single-community section.overview .col.details .detail:before, .single-community section.overview .col.details .detail:after {
  content: "";
  position: absolute;
  background-color: #000000;
  left: 0;
  width: 0px;
  height: 1px;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.single-community section.overview .col.details .detail:nth-child(1):before {
  transition-delay: 0.24s;
}
.single-community section.overview .col.details .detail:nth-child(2):before {
  transition-delay: 0.48s;
}
.single-community section.overview .col.details .detail:nth-child(3):before {
  transition-delay: 0.72s;
}
.single-community section.overview .col.details .detail:nth-child(4):before {
  transition-delay: 0.96s;
}
.single-community section.overview .col.details .detail:last-child:after {
  transition-delay: 1.2s;
}
.single-community section.overview .col.details .detail:before {
  top: 0;
}
.single-community section.overview .col.details .detail:after {
  bottom: 0;
}
.single-community section.overview .col.details .detail:not(:last-of-type):after {
  display: none;
}
.single-community section.overview .col.details .detail.active:before, .single-community section.overview .col.details .detail.active:after {
  width: 100%;
}
.single-community section.overview .col.details .detail .label {
  display: block;
  width: 30%;
}
.single-community section.overview .col.details .detail .label, .single-community section.overview .col.details .detail .label span {
  font-size: 14px;
  font-family: "Aeonik-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.single-community section.overview .col.details .detail .value {
  font-size: 18px;
  font-family: "AeonikFono-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.single-community section.overview .col.details button {
  outline: none !important;
  text-decoration: none !important;
  color: #ffffff;
  padding: 12px 32px;
  background: #000000;
  border-radius: 64px;
  position: relative;
  overflow: hidden;
  font-family: "AeonikFono-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  z-index: 1;
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  margin-top: 36px;
}
.single-community section.overview .col.details button:focus {
  outline: none !important;
}
.single-community section.overview .col.details button:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
.single-community section.overview .col.details button:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #DFDACD;
  z-index: -1;
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transform: translateY(100%);
}
.single-community section.overview .col.details button span {
  font-family: "AeonikFono-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
}
.single-community section.overview .col.details button:hover {
  color: #000000;
  background: #DFDACD;
}
.single-community section.overview .col.details button:hover:before {
  transform: translateY(0%);
}
.single-community section.overview .col.details button:hover span {
  color: #000000;
}
@media (max-width: 991.98px) {
  .single-community section.overview {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .single-community section.overview {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .single-community section.overview .col.title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .single-community section.overview .col.details {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .single-community section.overview .col.details .detail .label {
    width: 40%;
  }
  .single-community section.overview .col.details .detail .value {
    width: 60%;
  }
}
.single-community section.community-form {
  background: #DFDACD;
  padding-top: 48px;
  padding-bottom: 48px;
}
.single-community section.community-form .col-l .inner {
  height: 100%;
  background-size: cover;
  background-position: center;
}
.single-community section.community-form .col-r {
  padding-top: 120px;
  padding-bottom: 120px;
}
.single-community section.community-form .col-r .wpforms-container form {
  margin: 0px auto;
  max-width: none;
  padding-left: 5%;
  padding-right: 5%;
}
.single-community section.community-form .col-r div.wpforms-container-full .wpforms-field.wpforms-field-checkbox {
  border-top: none;
}
@media (max-width: 1199.98px) {
  .single-community section.community-form .col-r {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (max-width: 991.98px) {
  .single-community section.community-form {
    padding-top: 24px;
  }
  .single-community section.community-form .col-l {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .single-community section.community-form .col-l .inner {
    padding-bottom: 52.5%;
  }
  .single-community section.community-form .col-r {
    padding-top: 48px;
    padding-bottom: 0px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .single-community section.community-form .col-r div.wpforms-container-full {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .single-community section.community-form .col-r .wpforms-container form {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.single-community section.location {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 991.98px) {
  .single-community section.location {
    padding-top: 80px;
  }
}
@media (max-width: 767.98px) {
  .single-community section.location {
    padding-top: 60px;
  }
}
@media (max-width: 375px) {
  .single-community section.location {
    padding-top: 44px;
  }
}
@media (max-width: 991.98px) {
  .single-community section.location {
    padding-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .single-community section.location {
    padding-bottom: 60px;
  }
}
@media (max-width: 375px) {
  .single-community section.location {
    padding-bottom: 44px;
  }
}
.single-community section.location .col.info {
  -ms-flex: 0 0 37.5%;
  flex: 0 0 37.5%;
  max-width: 37.5%;
}
.single-community section.location .col.info .address {
  font-family: "DentonCondensed-Thin", serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 60px;
  margin-bottom: 40px;
  line-height: 1.142857;
  font-size: 56px;
  display: inline-block;
}
.single-community section.location .col.info .address * {
  font-family: "DentonCondensed-Thin", serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.single-community section.location .col.info .directions {
  opacity: 0;
  transform: translateY(20px);
  -webkit-transition: opacity 250ms 0.256s cubic-bezier(0, 0, 0.56, 1), transform 250ms 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: opacity 250ms 0.256s cubic-bezier(0, 0, 0.56, 1), transform 250ms 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: opacity 250ms 0.256s cubic-bezier(0, 0, 0.56, 1), transform 250ms 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: opacity 250ms 0.256s cubic-bezier(0, 0, 0.56, 1), transform 250ms 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: opacity 250ms 0.256s cubic-bezier(0, 0, 0.56, 1), transform 250ms 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition-delay: 0.8s;
}
.single-community section.location .col.info .directions.active {
  opacity: 1;
  transform: translateY(0px);
}
.single-community section.location .col.map {
  -ms-flex: 0 0 62.5%;
  flex: 0 0 62.5%;
  max-width: 62.5%;
}
@media (max-width: 1199.98px) {
  .single-community section.location .col.info .address {
    font-size: 48px;
  }
}
@media (max-width: 991.98px) {
  .single-community section.location .col.info .address {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  .single-community section.location .col.info {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 48px;
  }
  .single-community section.location .col.map {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .single-community section.location .col.info .address {
    font-size: 32px;
    margin-bottom: 16px;
  }
}

/*--------------------------------------------------------------
THEME / FORMS
--------------------------------------------------------------*/
form {
  max-width: 700px;
  width: 100%;
  text-align: left;
}
form h2 {
  font-size: 24px;
}
form .select-container {
  margin-top: 30px;
}
form .submit-wrapper .required-text {
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}
form .req-star {
  color: #F26660;
}
form .placeholder.not-empty {
  display: none;
}
form .form-field.text-field, form .form-field.select-field {
  width: 100%;
  float: left;
  height: 48px;
  margin-bottom: 8px;
}
@media (max-width: 575.98px) {
  form .form-field.text-field, form .form-field.select-field {
    width: 100%;
  }
}
form .form-field.text-field {
  position: relative;
}
form .form-field.text-field .form-label {
  background-color: #ebe0ca;
  height: 48px;
  display: block;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 141px;
  font-size: 14px;
  white-space: nowrap;
  padding-left: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
form .form-field.text-field input {
  position: absolute;
  background: #ffffff;
  border: none;
  border-radius: 0;
  top: 0;
  right: 0;
  width: 100%;
  color: #ffffff !important;
  width: -moz-calc(100% - 141px);
  width: -webkit-calc(100% - 141px);
  width: calc(100% - 141px);
  height: 100%;
  box-shadow: none !important;
}
form .form-field.text-field input:focus {
  outline: none !important;
}
form .form-field.text-field input:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
form .form-field.text-field.conditional {
  overflow: hidden;
  height: 0;
  width: 100%;
  -webkit-transition: height 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: height 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: height 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: height 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: height 250ms cubic-bezier(0.77, 0, 0.175, 1);
}
form .form-field.check-field {
  padding-left: 10px;
  padding-right: 10px;
}
form .form-field.check-field *:not(.req-star) {
  color: #ffffff;
}
form .form-field.check-field .form-label {
  margin-bottom: 15px;
}
@media (max-width: 619px) {
  form .form-field.check-field fieldset {
    padding-bottom: 15px;
  }
}
form .form-field.check-field fieldset > label {
  position: relative;
  text-align: left;
  width: 32%;
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  form .form-field.check-field fieldset > label {
    padding-left: 3px;
    width: 100%;
    margin-bottom: 20px;
  }
}
form .form-field.check-field fieldset > label > span {
  padding-top: 1px;
  padding-left: 40px;
  font-size: 12px;
}
@media (max-width: 619px) {
  form .form-field.check-field fieldset > label > span {
    top: 0;
  }
}
form .form-field.select-field {
  text-align: center;
}
form .form-field.select-field:first-of-type {
  margin-top: 40px;
}
form .form-field.select-field select {
  background-color: #ebe0ca;
  height: 48px;
  appearance: none;
  border-radius: 0;
  border: none;
  border-bottom: 3px solid #ccc1a8;
  font-size: 14px;
  color: #000000;
  padding-left: 15px;
  padding-right: 15px;
  -moz-text-align-last: center;
  text-align-last: center;
  background-image: url(img/dropdown-arrow.svg);
  background-position: top 20px right 15px;
  background-repeat: no-repeat;
  box-shadow: none !important;
}
form .form-field.select-field select:focus {
  outline: none !important;
}
form .form-field.select-field select:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
form .form-field.select-field select::-ms-expand {
  display: none;
}
form .form-field.consent-field {
  width: 100%;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 25px;
}
form .form-field.consent-field fieldset {
  position: relative;
  margin-top: 20px;
}
form .form-field.consent-field fieldset label {
  position: relative;
  display: inline-block;
  float: left;
  float: none;
  margin-bottom: 0;
  cursor: pointer;
}
form .form-field.consent-field fieldset label span {
  top: 5px;
}
form .form-field.consent-field fieldset label .req-star {
  color: #F26660;
}
form .form-field.submit-field .pet-name {
  position: absolute;
  top: -100000px;
  left: -100000px;
}
form .form-field.submit-field input[type=submit] {
  background-color: #000000;
  border: none;
  height: 56px;
  text-align: center;
  border-radius: 28px;
  width: 100%;
  color: #ffffff;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: background-color 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: background-color 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: background-color 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: background-color 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: background-color 500ms cubic-bezier(0.77, 0, 0.175, 1);
  box-shadow: none !important;
}
form .form-field.submit-field input[type=submit]:focus {
  outline: none !important;
}
form .form-field.submit-field input[type=submit]:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
form .form-field.submit-field input[type=submit]:hover, form .form-field.submit-field input[type=submit]:focus {
  background-color: #f2f2f2;
}
body div.wpforms-container .wpforms-required-label {
  color: #FF1616;
}

body div.wpforms-container-full .wpforms-form .wpforms-head-container .wpforms-title,
body div.wpforms-container-full .wpforms-form .wpforms-head-container .wpforms-description {
  color: #000;
  font-family: "DentonCondensed-Thin", serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  text-transform: unset;
  font-size: 60px;
  font-style: normal;
  font-weight: 100;
  line-height: 1.2; /* 120% */
}
@media (max-width: 991.98px) {
  body div.wpforms-container-full .wpforms-form .wpforms-head-container .wpforms-title,
  body div.wpforms-container-full .wpforms-form .wpforms-head-container .wpforms-description {
    font-size: 40px;
  }
}

body div.wpforms-container-full input[type=text],
body div.wpforms-container-full input[type=email],
body div.wpforms-container-full select {
  border: none;
  border-radius: 2px;
  color: #051C2C;
  font-family: "AeonikFono-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

body div.wpforms-container-full select {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="10" viewBox="0 0 17 10" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M15.8114 1.7578L16.1553 1.39487L15.4294 0.707031L15.0855 1.06996L8.18467 8.35234L1.28385 1.06996L0.939933 0.707031L0.214066 1.39487L0.557984 1.7578L7.49584 9.07925L7.47782 9.09827L7.83102 9.43297L8.16566 9.78611L8.18467 9.76809L8.20368 9.78611L8.53832 9.43297L8.89152 9.09827L8.8735 9.07925L15.8114 1.7578Z" fill="black"/></svg>');
  background-size: 16px;
  padding-right: 15px;
}

body div.wpforms-container-full .wpforms-field-label {
  color: #051C2C;
  font-family: "AeonikFono-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
}

body div.wpforms-container-full .wpforms-field.wpforms-field-checkbox {
  border-top: 1px solid #000;
  padding-top: 16px;
  margin-top: 16px;
}

body .wpforms-container .wpforms-field {
  padding: 12px 0px;
}

body div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input + label {
  color: #051C2C;
  font-family: "Aeonik-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: -2px;
  padding-left: 8px;
  word-break: auto-phrase;
}

body div.wpforms-container-full input[type=checkbox]:before,
body div.wpforms-container-full input[type=radio]:before {
  border: none;
  border-radius: 2px;
  box-shadow: none;
  height: 32px;
  width: 32px;
}

body div.wpforms-container-full input[type=checkbox]:checked:before,
body div.wpforms-container-full input[type=radio]:checked:before {
  box-shadow: none;
  border: none;
  height: 32px;
  width: 32px;
}

body div.wpforms-container-full input[type=checkbox]:checked:after,
body div.wpforms-container-full input[type=radio]:checked:after {
  border-left: none;
  border-bottom: none;
  content: url('data:image/svg+xml,<svg width="19" height="13" viewBox="0 0 19 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 7L7 12L17 2" stroke="black" stroke-width="2" stroke-linecap="square" stroke-linejoin="round"/></svg>');
  height: 32px;
  width: 32px;
  transform: none;
  top: 3px;
  left: 5px;
}

body div.wpforms-container-full .wpforms-submit:not(.active),
body div.wpforms-container-full input[type=submit]:not(:hover):not(:active),
body div.wpforms-container-full button[type=submit]:not(:hover):not(:active),
body div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
  background: #000;
  border-radius: 64px;
  color: #ffffff;
  font-family: "AeonikFono-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  padding: 16px 24px;
  width: 100%;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  height: auto;
  box-shadow: none;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
body div.wpforms-container-full .wpforms-submit:not(.active):before,
body div.wpforms-container-full input[type=submit]:not(:hover):not(:active):before,
body div.wpforms-container-full button[type=submit]:not(:hover):not(:active):before,
body div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active):before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #DFDACD;
  z-index: -1;
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transform: translateY(100%);
}

body div.wpforms-container-full button.wpforms-submit.active,
body div.wpforms-container-full input[type=submit]:hover,
body div.wpforms-container-full input[type=submit]:active,
body div.wpforms-container-full button[type=submit]:hover,
body div.wpforms-container-full button[type=submit]:active,
body div.wpforms-container-full .wpforms-page-button:hover,
body div.wpforms-container-full .wpforms-page-button:active {
  background: #DFDACD;
  border-radius: 64px;
  color: #000000;
  font-family: "AeonikFono-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  padding: 16px 24px;
  width: 100%;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  height: auto;
  box-shadow: none;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
body div.wpforms-container-full button.wpforms-submit.active:before,
body div.wpforms-container-full input[type=submit]:hover:before,
body div.wpforms-container-full input[type=submit]:active:before,
body div.wpforms-container-full button[type=submit]:hover:before,
body div.wpforms-container-full button[type=submit]:active:before,
body div.wpforms-container-full .wpforms-page-button:hover:before,
body div.wpforms-container-full .wpforms-page-button:active:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  -webkit-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -moz-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -ms-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  -o-transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transition: all 0.256s cubic-bezier(0, 0, 0.56, 1);
  transform: translateY(0%);
}

body div.wpforms-container-full .wpforms-confirmation-container-full,
body div.wpforms-container-full .wpforms-confirmation-container-full *,
body div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message),
body div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) * {
  background: none;
  border: none;
  padding: 0px;
  color: #000;
  font-family: "DentonCondensed-Thin", serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  text-transform: unset;
  font-size: 64px;
  font-style: normal;
  font-weight: 100;
  line-height: 1;
}

body div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input + label {
  line-height: 1.2;
  padding-top: 4px;
}

div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input {
  width: 32px;
  height: 32px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex: 0;
  flex-grow: 0;
  -webkit-flex-basis: 32px;
  flex-basis: 32px;
}

@media (max-width: 767.98px) {
  body .wpforms-one-half {
    width: 100% !important;
    margin-left: 0px !important;
  }
}
.acf-success {
  z-index: -1000;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  -webkit-transition: opacity 1000ms ease;
  -moz-transition: opacity 1000ms ease;
  -ms-transition: opacity 1000ms ease;
  -o-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
}
.acf-success.active {
  opacity: 1;
  position: relative;
}
.acf-success .msg {
  display: none;
}
.acf-success .response {
  color: red;
  display: none;
}
.acf-success * {
  color: #ffffff;
}

.iradio,
.icheckbox {
  position: absolute;
  top: 0;
  left: 0;
  background: #292929;
  border: none !important;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  display: block;
  -webkit-transition: background 450ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: background 450ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: background 450ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: background 450ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: background 450ms cubic-bezier(0.77, 0, 0.175, 1);
}
.iradio:after,
.icheckbox:after {
  content: "";
  position: absolute;
}
.iradio + span,
.icheckbox + span {
  padding-left: 26px;
  display: inline-block;
  position: relative;
  top: 2px;
  font-size: 12px;
}
.iradio.invalid,
.icheckbox.invalid {
  border: 1px solid #dc3545;
}
.iradio.checked,
.icheckbox.checked {
  border: 1px solid #292929;
}

.icheckbox {
  top: 5px;
  left: 0;
}
.icheckbox:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("img/icons/check.svg");
  background-repeat: no-repeat;
  background-position: center 6px;
  background-size: 14px;
  opacity: 0;
  -webkit-transition: opacity 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: opacity 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: opacity 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: opacity 350ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 350ms cubic-bezier(0.77, 0, 0.175, 1);
}
.icheckbox + span {
  padding-left: 35px;
}
.icheckbox.checked:after {
  opacity: 1;
}

.iradio {
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.iradio:after {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  top: 1px;
  left: 1px;
  background: transparent;
  -webkit-transition: background 500ms cubic-bezier(0.77, 0, 0.175, 1), border 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: background 500ms cubic-bezier(0.77, 0, 0.175, 1), border 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: background 500ms cubic-bezier(0.77, 0, 0.175, 1), border 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: background 500ms cubic-bezier(0.77, 0, 0.175, 1), border 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: background 500ms cubic-bezier(0.77, 0, 0.175, 1), border 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
.iradio.checked {
  border: 1px solid #ffffff;
}
.iradio.checked:after {
  background: #ffffff;
}

.msg {
  color: #000000;
  font-size: 24px;
  margin-top: 100px;
}
.msg * {
  color: #000000;
}

.iCheck-helper {
  z-index: -100;
}

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