@import url("https://db.onlinewebfonts.com/c/1d590b71cf0b9bf6aa02c6e9722062a7?family=FH+Total+Fine+-+Test+Bold");
@import url("https://db.onlinewebfonts.com/c/0ef2d2c2d6c86f765d4670f06d10aec9?family=FH+Total+Fine+-+Test");
@import url("https://db.onlinewebfonts.com/c/0f1b11d9ed414edd82e9164a723fed22?family=FH+Total+Fine+-+Test+Thin");
@import url("https://db.onlinewebfonts.com/c/ac7bfe04ff536610775065067271ad60?family=FH+Total+Fine+-+Test+Light");
@import url(https://db.onlinewebfonts.com/c/ac220c7d6b0be6888ae3a5f6fac68d40?family=Ivy+Mode);
@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap");

@font-face {
  font-family: "Canela";
  src: url("../front/Canela-Light-Trial.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "MessinaSans";
  src: url("../front/MessinaSans-Regular.woff2") format("woff2");
  src: url("../front/MessinaSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --font-canela-light: "Canela";
  --font-ivy-more: "Ivy Mode";
  --font-messina-sans-regular: "MessinaSans";
  --font-lexend-deca: "Lexend Deca", sans-serif;
  --font-fh-total-fine-bold: "FH Total Fine - Test Bold";
  --font-fh-total-fine-regular: "FH Total Fine - Test";
  --font-fh-total-fine-thin: "FH Total Fine - Test Thin";
  --font-fh-total-fine-light: "FH Total Fine - Test Light";
}

body {
  /* font-family: 'MessinaSans'; */
  /* overflow: hidden; */
}
.flex-content-block.comp-slider-off-page_comp_sop_container__faDwI.side-gutters-on-grid {
  overflow: hidden !important;
}
.btn-primary {
  display: inline-block;
  background-color: #fff;
  padding: 15px 20px;
  border: 1px solid #000;
  border-radius: 40px;
  transition: all 0.5s ease-in-out;
}

.btn-primary:hover {
  background-color: #000;
  color: #fff;
}

.btn-primary.transparent {
  color: #fff;
  background-color: transparent;
}

.btn-primary.transparent {
  border: 1px solid #fff;
}

.btn-primary.transparent:hover {
  color: #000;
  background-color: #fff;
}

.hover-underline {
  position: relative;
}

.hover-underline:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.hover-underline:hover:after {
  visibility: visible;
  width: 100%;
}

.fs-title-1 {
  font-family: var(--font-canela-light), serif;
  font-weight: 400;
  font-style: normal;
  font-display: block;
  line-height: 120px;
  letter-spacing: -1px;
  font-size: 42px;
}

@media screen and (min-width: 1100px) {
  .fs-title-1 {
    font-size: calc(12.6086956522vw - 96.6956521739px);
  }
}

@media screen and (min-width: 1560px) {
  .fs-title-1 {
    font-size: 100px;
  }
}

.fs-title-1 {
  line-height: 52px;
}

@media screen and (min-width: 1100px) {
  .fs-title-1 {
    line-height: calc(14.7826086957vw - 110.6086956522px);
  }
}

@media screen and (min-width: 1560px) {
  .fs-title-1 {
    line-height: 120px;
  }
}

.fs-title-1 {
  letter-spacing: -0.6px;
}

@media screen and (min-width: 1100px) {
  .fs-title-1 {
    letter-spacing: calc(-0.0869565217vw + 0.3565217391px);
  }
}

@media screen and (min-width: 1560px) {
  .fs-title-1 {
    letter-spacing: -1px;
  }
}

.fs-title-3 {
  font-family: var(--font-canela-light), serif;
  font-weight: 400;
  font-style: normal;
  font-display: block;
  line-height: 100px;
  letter-spacing: -2px;
  font-size: 50px;
}

@media screen and (min-width: 1100px) {
  .fs-title-3 {
    font-size: calc(8.6956521739vw - 45.652173913px);
  }
}

@media screen and (min-width: 1560px) {
  .fs-title-3 {
    font-size: 90px;
  }
}

.fs-title-3 {
  line-height: 60px;
}

@media screen and (min-width: 1100px) {
  .fs-title-3 {
    line-height: calc(8.6956521739vw - 35.652173913px);
  }
}

@media screen and (min-width: 1560px) {
  .fs-title-3 {
    line-height: 100px;
  }
}

.fs-title-3 {
  letter-spacing: -1px;
}

@media screen and (min-width: 1100px) {
  .fs-title-3 {
    letter-spacing: calc(-0.2173913043vw + 1.3913043478px);
  }
}

@media screen and (min-width: 1560px) {
  .fs-title-3 {
    letter-spacing: -2px;
  }
}

.fs-title-5 {
  font-family: var(--font-lexend-deca), serif;
  font-weight: 400;
  font-style: normal;
  font-display: block;
  line-height: 60px;
  letter-spacing: -1px;
  font-size: 30px;
}

@media screen and (min-width: 1100px) {
  .fs-title-5 {
    font-size: calc(4.347826087vw - 17.8260869565px);
  }
}

@media screen and (min-width: 1560px) {
  .fs-title-5 {
    font-size: 50px;
  }
}

.fs-title-5 {
  line-height: 38px;
}

@media screen and (min-width: 1100px) {
  .fs-title-5 {
    line-height: calc(4.7826086957vw - 14.6086956522px);
  }
}

@media screen and (min-width: 1560px) {
  .fs-title-5 {
    line-height: 60px;
  }
}

.fs-title-5 {
  letter-spacing: -0.6px;
}

@media screen and (min-width: 1100px) {
  .fs-title-5 {
    letter-spacing: calc(-0.0869565217vw + 0.3565217391px);
  }
}

@media screen and (min-width: 1560px) {
  .fs-title-5 {
    letter-spacing: -1px;
  }
}

.fs-title-7 {
  font-family: var(--font-lexend-deca), serif;
  font-weight: 400;
  font-style: normal;
  font-display: block;
  line-height: 40px;
  letter-spacing: -0.6px;
  font-size: 24px;
}

@media screen and (min-width: 1100px) {
  .fs-title-7 {
    font-size: calc(1.3043478261vw + 9.652173913px);
  }
}

@media screen and (min-width: 1560px) {
  .fs-title-7 {
    font-size: 30px;
  }
}

.fs-title-7 {
  line-height: 32px;
}

@media screen and (min-width: 1100px) {
  .fs-title-7 {
    line-height: calc(1.7391304348vw + 12.8695652174px);
  }
}

@media screen and (min-width: 1560px) {
  .fs-title-7 {
    line-height: 40px;
  }
}

.fs-title-7 {
  letter-spacing: -0.48px;
}

@media screen and (min-width: 1100px) {
  .fs-title-7 {
    letter-spacing: calc(-0.0260869565vw - 0.1930434783px);
  }
}

@media screen and (min-width: 1560px) {
  .fs-title-7 {
    letter-spacing: -0.6px;
  }
}

.fs-title-8 {
  font-family: var(--font-lexend-deca), serif;
  font-weight: 400;
  font-style: normal;
  font-display: block;
  line-height: 40px;
  letter-spacing: -0.6px;
  font-size: 24px;
}

@media screen and (min-width: 1100px) {
  .fs-title-8 {
    font-size: calc(1.3043478261vw + 9.652173913px);
  }
}

@media screen and (min-width: 1560px) {
  .fs-title-8 {
    font-size: 30px;
  }
}

.fs-title-8 {
  line-height: 32px;
}

@media screen and (min-width: 1100px) {
  .fs-title-8 {
    line-height: calc(1.7391304348vw + 12.8695652174px);
  }
}

@media screen and (min-width: 1560px) {
  .fs-title-8 {
    line-height: 40px;
  }
}

.fs-title-8 {
  letter-spacing: -0.48px;
}

@media screen and (min-width: 1100px) {
  .fs-title-8 {
    letter-spacing: calc(-0.0260869565vw - 0.1930434783px);
  }
}

@media screen and (min-width: 1560px) {
  .fs-title-8 {
    letter-spacing: -0.6px;
  }
}

.fs-sm-p {
  font-family: var(--font-lexend-deca), serif;
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

.fs-sm-p {
  font-size: 18px;
  line-height: 24px;
}

.fs-md-label {
  line-height: 19px;
}

.fs-md-label,
.fs-sm-label {
  font-family: var(--font-lexend-deca), serif;
  font-weight: 400;
  font-style: normal;
  font-display: block;
  font-size: 16px;
  letter-spacing: -0.32px;
}

.fs-sm-label {
  line-height: 22px;
}

@media only screen and (max-width: 1099px) {
  .fs-title-1 {
    font-family: var(--font-canela-light), serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    font-size: 42px;
    line-height: 52px;
    letter-spacing: -0.6px;
  }

  .fs-title-3 {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -1px;
  }

  .fs-title-3 {
    font-family: var(--font-canela-light), serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
  }

  .fs-title-5 {
    font-family: var(--font-lexend-deca), serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    font-size: 30px;
    line-height: 38px;
  }

  .fs-title-5 {
    letter-spacing: -0.6px;
  }

  .fs-title-7,
  .fs-title-8 {
    font-family: var(--font-lexend-deca), serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.48px;
  }

  .fs-sm-p {
    line-height: 22px;
    letter-spacing: normal;
  }

  .fs-md-label,
  .fs-sm-p {
    font-family: var(--font-lexend-deca), serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    font-size: 16px;
  }

  .fs-md-label {
    line-height: 19px;
    letter-spacing: -0.32px;
  }

  .fs-sm-label {
    font-family: var(--font-lexend-deca), serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.32px;
  }
}

@media only screen and (max-width: 979px) {
  .fs-title-1 {
    font-family: var(--font-canela-light), serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: -0.6px;
  }

  .fs-title-3 {
    line-height: 40px;
    letter-spacing: -0.6px;
  }

  .fs-title-3 {
    font-family: var(--font-canela-light), serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    font-size: 30px;
  }

  .fs-title-5 {
    font-family: var(--font-lexend-deca), serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
  }

  .fs-title-5 {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.4px;
  }

  .fs-title-7 {
    font-weight: 400;
    font-style: normal;
    font-display: block;
    font-size: 20px;
  }

  .fs-title-7 {
    font-family: var(--font-lexend-deca), serif;
    line-height: 25px;
    letter-spacing: -0.4px;
  }

  .fs-title-8 {
    font-family: var(--font-lexend-deca), serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.3px;
  }

  .fs-sm-p {
    line-height: 22px;
    letter-spacing: normal;
  }

  .fs-md-label,
  .fs-sm-p {
    font-family: var(--font-lexend-deca), serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    font-size: 16px;
  }

  .fs-md-label {
    line-height: 19px;
    letter-spacing: -0.32px;
  }

  .fs-sm-label {
    font-family: var(--font-lexend-deca), serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.32px;
  }
}

.ss-sp-100 {
  padding-bottom: 100px;
}

.ss-sp-50 {
  padding-bottom: 50px;
}

.ss-sp-20 {
  padding-bottom: 20px;
}

@media only screen and (max-width: 1099px) {
  .ss-sp-100 {
    padding-bottom: 60px;
  }

  .ss-sp-50 {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 979px) {
  .ss-sp-100 {
    padding-bottom: 40px;
  }

  .ss-sp-50 {
    padding-bottom: 30px;
  }
}

*,
:after,
:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  vertical-align: top;
}

body,
html {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

html {
  padding: 0;
  margin: 0;
}

body {
  overflow-x: hidden;
  background-color: #000;
}

main {
  width: 100%;
  min-height: 100vh;
}

div {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
}

h1,
h3,
h4 {
  font-weight: 400;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0 0 15px;
}

img,
p:last-child {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -webkit-backface-visibility: hidden;
  vertical-align: top;
}

video {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

a {
  text-decoration: none;
  padding: 0;
  margin: 0;
}

.content {
  width: 100%;
}

.flex-content-block {
  max-width: 1560px;
  margin: 0 auto;
}

.flex-content-block {
  display: flex !important;
  flex-wrap: wrap;
  -moz-flex-direction: row;
  flex-direction: row;
  width: 100%;
}

@media only screen and (max-width: 1099px) {
  .flex-content-block {
    max-width: 950px;
  }
}

@media only screen and (max-width: 979px) {
  .flex-content-block {
    width: 90%;
    margin: 0 auto;
  }
}

.col-xs-2-12 {
  width: 16.6666666667%;
}

.col-xs-5-12 {
  width: 41.6666666667%;
}

.col-xs-6-12 {
  width: 50%;
}

.col-xs-10-12 {
  width: 83.3333333333%;
}

.col-xs-12-12 {
  width: 100%;
}

@media (min-width: 980px) {
  .col-md-3-12 {
    width: 25%;
  }

  .col-md-4-12 {
    width: 33.3333333333%;
  }

  .col-md-6-12 {
    width: 50%;
  }

  .col-md-8-12 {
    width: 66.6666666667%;
  }

  .col-md-9-12 {
    width: 75%;
  }
}

.show-on-responsive {
  display: none !important;
}

.thirty-spacer {
  padding-top: 30px;
}

.fifty-spacer {
  padding-top: 50px;
}

.one-hundred-spacer {
  padding-top: 100px;
}

.add-flex-fix {
  display: flex !important;
  flex-wrap: wrap;
  -moz-flex-direction: row;
  flex-direction: row;
}

.side-gutters {
  padding-left: 50px;
  padding-right: 50px;
}

.side-gutters-on-grid {
  padding-left: 30px;
  padding-right: 30px;
}

.grid-gutters {
  padding-left: 20px;
  padding-right: 20px;
}

.font-black {
  font-weight: 400 !important;
}

.page-transition {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 209;
  pointer-events: none;
}

.page-transition.fade-in {
  opacity: 0;
}

@media only screen and (max-width: 1099px) {
  .fifty-spacer {
    padding-top: 30px !important;
  }

  .one-hundred-spacer {
    padding-top: 60px !important;
  }

  .side-gutters {
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-gutters,
  .side-gutters-on-grid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 979px) {
  .hide-on-responsive {
    display: none !important;
  }

  .show-on-responsive {
    display: block !important;
  }

  .fifty-spacer {
    padding-top: 30px !important;
  }

  .one-hundred-spacer {
    padding-top: 60px !important;
  }

  .grid-gutters,
  .side-gutters,
  .side-gutters-on-grid {
    padding-left: 0;
    padding-right: 0;
  }
}

*,
:after,
:before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

*,
:after,
:before {
  box-sizing: border-box;
  border: 0 solid;
}

:after,
:before {
  --tw-content: "";
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  line-height: inherit;
}

h1,
h3,
h4 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

button {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button {
  text-transform: none;
}

button {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

h1,
h3,
h4,
p {
  margin: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

button {
  cursor: pointer;
}

iframe,
img,
video {
  display: block;
  vertical-align: middle;
}

img,
video {
  max-width: 100%;
  height: auto;
}

.order-1 {
  order: 1;
}

.order-first {
  order: -9999;
}

.mb-20 {
  margin-bottom: 20px;
}

.flex {
  display: flex;
}

.h-full {
  height: 100%;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-50 {
  padding-bottom: 50px;
}

.text-left {
  text-align: left;
}

.font-black {
  font-weight: 900;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 980px) {
  .md\:order-none {
    order: 0;
  }

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:pb-100 {
    padding-bottom: 100px;
  }

  .md\:text-right {
    text-align: right;
  }
}

.header-hamburger_burger_holder__tOCQw {
  display: inline-block;
  padding: 0;
  cursor: pointer;
}

.header-hamburger_burger_holder__tOCQw .header-hamburger_line__jOEz4 {
  display: block;
  width: 21px;
  height: 1px;
  margin: 5px auto;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 2200px) {
  .header-hamburger_burger_holder__tOCQw .header-hamburger_line__jOEz4 {
    width: 30px;
    height: 4px;
    margin: 8px auto;
  }
}

header .comp-header_main_header__G_1aX {
  position: fixed;
  width: 100vw;
  z-index: 210;
  top: 0;
}

header .comp-header_main_header__G_1aX.sticky {
  background-color: #000;
}

header .comp-header_main_header_container__fB_W0 {
  display: grid;
  -moz-column-gap: 10px;
  column-gap: 10px;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 70px;
  align-items: center;
  position: relative;
  width: 100%;
  height: 70px;
  transition: background 0.3s ease-in-out;
}

header
  .comp-header_main_header_container__fB_W0
  .comp-header_left___V59n
  .comp-header_theme_selector_container__z3mks {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 10px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease-in-out;
}

header .comp-header_main_header_container__fB_W0 .comp-header_center__UgA6y {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.3s ease-in-out;
}

header
  .comp-header_main_header_container__fB_W0
  .comp-header_center__UgA6y
  .comp-header_logo__zU5s9 {
  font-family: var(--font-canela-light), serif;
  font-weight: 400;
  font-style: normal;
  font-display: block;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 2.25px;
  text-transform: uppercase;
  height: 100%;
  display: flex;
  align-items: center;
}

header .comp-header_main_header_container__fB_W0 .comp-header_right__MWw1l {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin: 0 0 0 auto;
}

header
  .comp-header_main_header_container__fB_W0
  .comp-header_right__MWw1l
  .comp-header_menu_container__6DN0_
  ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 35px;
  column-gap: 35px;
}

header
  .comp-header_main_header_container__fB_W0
  .comp-header_right__MWw1l
  .comp-header_menu_container__6DN0_
  a {
  display: block;
  transition: color 0.3s ease-in-out;
}

@media only screen and (max-width: 1099px) {
  header .comp-header_main_header_container__fB_W0 {
    grid-template-rows: 70px;
    height: 70px;
  }

  header
    .comp-header_main_header_container__fB_W0
    .comp-header_left___V59n
    .comp-header_theme_selector_container__z3mks
    button {
    font-family: var(--font-lexend-deca), serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: normal;
  }

  header
    .comp-header_main_header_container__fB_W0
    .comp-header_center__UgA6y
    .comp-header_logo__zU5s9 {
    font-family: var(--font-canela-light), serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1.35px;
  }

  header .comp-header_main_header_container__fB_W0 .comp-header_right__MWw1l {
    -moz-column-gap: 15px;
    column-gap: 15px;
  }

  header
    .comp-header_main_header_container__fB_W0
    .comp-header_right__MWw1l
    .comp-header_menu_container__6DN0_
    a {
    font-family: var(--font-lexend-deca), serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: normal;
  }
}

@media only screen and (max-width: 979px) {
  header .comp-header_main_header_container__fB_W0 {
    grid-template-rows: 70px;
    height: 70px;
  }

  header
    .comp-header_main_header_container__fB_W0
    .comp-header_center__UgA6y
    .comp-header_logo__zU5s9 {
    font-family: var(--font-canela-light), serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1.35px;
  }

  header
    .comp-header_main_header_container__fB_W0
    .comp-header_left___V59n
    .comp-header_theme_selector_container__z3mks {
    row-gap: 5px;
  }
}

@media only screen and (max-width: 360px) {
  header
    .comp-header_main_header_container__fB_W0
    .comp-header_center__UgA6y
    .comp-header_logo__zU5s9 {
    font-family: var(--font-canela-light), serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 1.35px;
  }
}

.comp-footer_comp_footer__gfRAG ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.comp-footer_comp_footer__gfRAG ul li {
  padding: 0;
  margin: 0;
}

.comp-footer_comp_footer__gfRAG .comp-footer_comp_f_menu_container__ziOdH li a,
.comp-footer_comp_footer__gfRAG
  .comp-footer_comp_f_social_container__uosFb
  li
  a {
  transition: opacity 0.3s ease-in-out;
}

.comp-footer_comp_footer__gfRAG
  .comp-footer_comp_f_menu_container__ziOdH
  li
  a:hover,
.comp-footer_comp_footer__gfRAG
  .comp-footer_comp_f_social_container__uosFb
  li
  a:hover {
  opacity: 0.5;
}

.comp-footer_comp_footer__gfRAG
  .comp-footer_comp_f_contact_container__SpyMc
  li {
  margin: 0 0 80px;
}

.comp-footer_comp_footer__gfRAG
  .comp-footer_comp_f_contact_container__SpyMc
  li:last-child {
  margin: 0;
}

.comp-footer_comp_footer__gfRAG
  .comp-footer_comp_f_contact_container__SpyMc
  li
  a {
  transition: opacity 0.3s ease-in-out;
}

.comp-footer_comp_footer__gfRAG
  .comp-footer_comp_f_contact_container__SpyMc
  li
  a:hover {
  opacity: 0.5;
}

.comp-footer_comp_footer__gfRAG .comp-footer_comp_f_copyright_container__Km6Us {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 10px;
}

.comp-footer_comp_footer__gfRAG
  .comp-footer_comp_f_copyright_container__Km6Us
  li {
  border-right: 1px solid #fff;
  padding-right: 20px;
}

.comp-footer_comp_footer__gfRAG
  .comp-footer_comp_f_copyright_container__Km6Us
  li:last-child {
  border-right: none;
  padding-right: 0;
}

.comp-footer_comp_footer__gfRAG
  .comp-footer_comp_f_copyright_container__Km6Us
  li
  a {
  transition: opacity 0.3s ease-in-out;
}

.comp-footer_comp_footer__gfRAG
  .comp-footer_comp_f_copyright_container__Km6Us
  li
  a:hover {
  opacity: 0.5;
}

.comp-footer_comp_footer__gfRAG .comp-footer_comp_f_logo_container__QHK1p {
  width: 140px;
}

.comp-footer_comp_footer__gfRAG .comp-footer_comp_f_logo_container__QHK1p img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 1099px) {
  .comp-footer_comp_footer__gfRAG
    .comp-footer_comp_f_copyright_container__Km6Us {
    -moz-column-gap: 15px;
    column-gap: 15px;
  }

  .comp-footer_comp_footer__gfRAG
    .comp-footer_comp_f_copyright_container__Km6Us
    li {
    padding-right: 15px;
  }

  .comp-footer_comp_footer__gfRAG .comp-footer_comp_f_logo_container__QHK1p {
    width: 50px;
  }
}

@media only screen and (max-width: 979px) {
  .comp-footer_comp_footer__gfRAG .comp-footer_comp_f_contact_container__SpyMc,
  .comp-footer_comp_footer__gfRAG .comp-footer_comp_f_social_container__uosFb {
    margin: 0 0 40px;
  }

  .comp-footer_comp_footer__gfRAG
    .comp-footer_comp_f_contact_container__SpyMc
    li {
    margin: 0 0 30px;
  }

  .comp-footer_comp_footer__gfRAG
    .comp-footer_comp_f_copyright_container__Km6Us {
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .comp-footer_comp_footer__gfRAG
    .comp-footer_comp_f_copyright_container__Km6Us
    li {
    padding-right: 10px;
  }

  .comp-footer_comp_footer__gfRAG .comp-footer_comp_f_logo_container__QHK1p {
    width: 140px;
    margin-bottom: 10px;
  }
}

.comp-cookie-consent_cookie_consent_container__zwH6X {
  width: 100vw;
  position: fixed;
  left: 0;
  right: 15px;
  bottom: 20px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.comp-cookie-consent_cookie_consent__k6BRO {
  width: 100%;
  max-width: 600px;
  transform: translateY(150%);
  background-color: #000;
  box-shadow: 0 0 10px hsla(0, 0%, 100%, 0.2);
  border-radius: 20px;
  padding: 20px 25px;
  margin: 0 auto;
}

@media only screen and (max-width: 979px) {
  .comp-cookie-consent_cookie_consent__k6BRO {
    bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.comp-slider_comp_slider_container__0hbPE
  .comp-slider_comp_slider_track__F1okP
  ul.comp-slider_comp_slider_list__XKpx1 {
  display: flex;
  backface-visibility: hidden;
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
}

.comp-slider_comp_slider_container__0hbPE
  .comp-slider_comp_slider_track__F1okP
  ul.comp-slider_comp_slider_list__XKpx1
  li.comp-slider_comp_slide__0p96_ {
  position: relative;
  flex-shrink: 0;
  list-style-type: none !important;
  opacity: 0;
  padding: 0;
  margin: 0;
}

.comp-slider_comp_slider_container__0hbPE
  .comp-slider_comp_slider_track__F1okP
  ul.comp-slider_comp_slider_list__XKpx1
  li.comp-slider_comp_slide__0p96_.comp-slider_is_active__izyvW {
  opacity: 1;
}

.comp-banner-full-vh_comp_bfvh__Kgs2Q {
  height: 100vh;
  width: 100%;
  background-color: #000;
}

.comp-banner-full-vh_comp_bfvh__Kgs2Q video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}

.comp-banner-full-vh_comp_bfvh__Kgs2Q
  .comp-banner-full-vh_title_container__5QeTp {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 100px;
  z-index: 10;
  color: #fff !important;
}

.comp-title-text_comp_tt_text__sN_6U h1,
.comp-title-text_comp_tt_text__sN_6U p {
  font-family: var(--font-lexend-deca), serif;
  font-weight: 400;
  font-style: normal;
  font-display: block;
  line-height: 60px;
  letter-spacing: -1px;
  font-size: 30px;
}

@media screen and (min-width: 1100px) {
  .comp-title-text_comp_tt_text__sN_6U h1,
  .comp-title-text_comp_tt_text__sN_6U p {
    font-size: calc(4.347826087vw - 17.8260869565px);
  }
}

@media screen and (min-width: 1560px) {
  .comp-title-text_comp_tt_text__sN_6U h1,
  .comp-title-text_comp_tt_text__sN_6U p {
    font-size: 50px;
  }
}

.comp-title-text_comp_tt_text__sN_6U h1,
.comp-title-text_comp_tt_text__sN_6U p {
  line-height: 38px;
}

@media screen and (min-width: 1100px) {
  .comp-title-text_comp_tt_text__sN_6U h1,
  .comp-title-text_comp_tt_text__sN_6U p {
    line-height: calc(4.7826086957vw - 14.6086956522px);
  }
}

@media screen and (min-width: 1560px) {
  .comp-title-text_comp_tt_text__sN_6U h1,
  .comp-title-text_comp_tt_text__sN_6U p {
    line-height: 60px;
  }
}

.comp-title-text_comp_tt_text__sN_6U h1,
.comp-title-text_comp_tt_text__sN_6U p {
  letter-spacing: -0.6px;
}

@media screen and (min-width: 1100px) {
  .comp-title-text_comp_tt_text__sN_6U h1,
  .comp-title-text_comp_tt_text__sN_6U p {
    letter-spacing: calc(-0.0869565217vw + 0.3565217391px);
  }
}

@media screen and (min-width: 1560px) {
  .comp-title-text_comp_tt_text__sN_6U h1,
  .comp-title-text_comp_tt_text__sN_6U p {
    letter-spacing: -1px;
  }
}

@media only screen and (max-width: 1099px) {
  .comp-title-text_comp_tt_text__sN_6U h1,
  .comp-title-text_comp_tt_text__sN_6U p {
    font-family: var(--font-lexend-deca), serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: -0.6px;
  }
}

@media only screen and (max-width: 979px) {
  .comp-title-text_comp_tt_text__sN_6U h1,
  .comp-title-text_comp_tt_text__sN_6U p {
    font-family: var(--font-lexend-deca), serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.4px;
  }
}

.comp-title-text_comp_tt_text__sN_6U h1,
.comp-title-text_comp_tt_text__sN_6U p {
  color: #fff;
  display: inline-block;
  padding: 0;
}

.comp-title-text_comp_tt_text__sN_6U h1 {
  margin-left: 7px;
}

.comp-title-text_comp_tt_link_holder__RaXJ8 {
  display: inline-block;
  position: relative;
  text-align: right;
  color: #fff;
  padding: 0 0 2px;
  margin-left: auto;
  transition: opacity 0.4s;
}

.comp-title-text_comp_tt_link_holder__RaXJ8:hover {
  opacity: 0.4;
}

.comp-title-text_comp_tt_link_holder__RaXJ8.hover-underline:hover {
  opacity: 1;
}

@media only screen and (max-width: 1099px) {
  .comp-title-text_comp_tt_text__sN_6U h1 {
    margin-left: 3px;
  }

  .comp-title-text_comp_tt_link_holder__RaXJ8 {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 979px) {
  .comp-title-text_comp_tt_text__sN_6U h1 {
    margin-left: 1px;
  }

  .comp-title-text_comp_tt_link_holder__RaXJ8 {
    margin-top: 30px;
    margin-left: unset;
    margin-right: 0;
  }
}

.comp-content-link-repeater_comp_clr_container__Ndi1M p {
  font-family: var(--font-lexend-deca), serif;
  font-weight: 400;
  font-style: normal;
  font-display: block;
  line-height: 60px;
  letter-spacing: -1px;
  font-size: 30px;
}

@media screen and (min-width: 1100px) {
  .comp-content-link-repeater_comp_clr_container__Ndi1M p {
    font-size: calc(4.347826087vw - 17.8260869565px);
  }
}

@media screen and (min-width: 1560px) {
  .comp-content-link-repeater_comp_clr_container__Ndi1M p {
    font-size: 24px;
    line-height: 1.3 !important;
    font-weight: 300;
  }
}

.comp-content-link-repeater_comp_clr_container__Ndi1M p {
  line-height: 38px;
}

@media screen and (min-width: 1100px) {
  .comp-content-link-repeater_comp_clr_container__Ndi1M p {
    line-height: calc(4.7826086957vw - 14.6086956522px);
  }
}

@media screen and (min-width: 1560px) {
  .comp-content-link-repeater_comp_clr_container__Ndi1M p {
    line-height: 60px;
  }
}

.comp-content-link-repeater_comp_clr_container__Ndi1M p {
  letter-spacing: -0.6px;
}

@media screen and (min-width: 1100px) {
  .comp-content-link-repeater_comp_clr_container__Ndi1M p {
    letter-spacing: calc(-0.0869565217vw + 0.3565217391px);
  }
}

@media screen and (min-width: 1560px) {
  .comp-content-link-repeater_comp_clr_container__Ndi1M p {
    letter-spacing: -1px;
  }
}

@media only screen and (max-width: 1099px) {
  .comp-content-link-repeater_comp_clr_container__Ndi1M p {
    font-family: var(--font-lexend-deca), serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: -0.6px;
  }
}

@media only screen and (max-width: 979px) {
  .comp-content-link-repeater_comp_clr_container__Ndi1M p {
    font-family: var(--font-lexend-deca), serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.4px;
  }
}

.comp-content-link-repeater_comp_clr_container__Ndi1M {
  padding: 0 20px;
}

.comp-content-link-repeater_comp_clr_container__Ndi1M span {
  display: block;
  color: #fff;
  padding: 0;
  margin-bottom: 10px;
  font-size: 2.5em;
}

.comp-content-link-repeater_comp_clr_container__Ndi1M p {
  display: block;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 22px;
  line-height: 1.3 !important;
  font-weight: 300;
}

.comp-content-link-repeater_comp_clr_container__Ndi1M ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comp-content-link-repeater_comp_clr_container__Ndi1M ul li {
  display: block;
  padding: 0;
  margin: 0;
}

.comp-content-link-repeater_comp_clr_container__Ndi1M ul li a {
  width: 100%;
  color: #fff;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  display: flex !important;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  font-size: 30px;
  line-height: 45px;
}

/* .comp-content-link-repeater_comp_clr_container__Ndi1M ul li a:hover {
    opacity: .5
} */

.comp-content-link-repeater_comp_clr_container__Ndi1M
  ul
  li
  a:hover
  span.comp-content-link-repeater_comp_clr_hover__mDQKv {
  opacity: 1;
  visibility: visible;
}

.comp-content-link-repeater_comp_clr_container__Ndi1M
  ul
  li
  a
  span.comp-content-link-repeater_comp_clr_hover__mDQKv {
  transition: all 0.3s ease-in-out;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  text-align: right;
  margin-bottom: 0;
  margin-top: 10px;
}

@media only screen and (max-width: 1099px) {
  .comp-content-link-repeater_comp_clr_container__Ndi1M {
    padding: 0 15px;
  }

  .comp-content-link-repeater_comp_clr_hover__mDQKv {
    margin-top: 5px !important;
  }
}

@media only screen and (max-width: 979px) {
  .comp-content-link-repeater_comp_clr_container__Ndi1M {
    padding: 0;
  }

  .comp-content-link-repeater_comp_clr_container__Ndi1M span {
    margin-bottom: 20px;
  }

  .comp-content-link-repeater_comp_clr_container__Ndi1M .fs-title-7 {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.3px;
  }

  .comp-content-link-repeater_comp_clr_hover__mDQKv {
    margin-top: 0 !important;
  }
}

.comp-section-divider_comp_sd__k3SVJ {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
}

.comp-feed-work_comp_fw_feed_container__CB_qy h3 {
  display: block;
  color: #fff;
}

.comp-feed-work_comp_fw_feed_container__CB_qy span {
  display: block;
  color: #fff;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.comp-feed-work_comp_fw_feed_container__CB_qy img {
  max-height: 400px;
  object-fit: cover;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.comp-feed-work_comp_fw_feed_container__CB_qy a:hover span {
  opacity: 0.5;
}

.comp-feed-work_comp_fw_feed_image_container__PIFTw {
  background-color: #000;
  margin-bottom: 25px;
}

.comp-feed-work_comp_fw_title_holder__YX07B {
  color: #fff;
}

.comp-feed-work_comp_fw_link_holder__WolrV a {
  display: inline-block;
  position: relative;
  color: #fff;
  margin: 15px 0 0;
}

@media only screen and (max-width: 1099px) {
  .comp-feed-work_comp_fw_link_holder__WolrV a {
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 979px) {
  .comp-feed-work_comp_fw_feed_container__CB_qy {
    margin: 0 0 25px;
  }

  .comp-feed-work_comp_fw_feed_container__CB_qy:last-child {
    margin: 0;
  }

  .comp-feed-work_comp_fw_feed_container__CB_qy img {
    width: 100%;
  }

  .comp-feed-work_comp_fw_feed_image_container__PIFTw {
    margin-bottom: 20px;
  }

  .comp-feed-work_comp_fw_title_holder__YX07B {
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .comp-feed-work_comp_fw_link_holder__WolrV a {
    padding: 20px 0 2px;
    margin: 0;
  }
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.comp-slider-off-page_comp_sop_buttons__KdnE3 {
  display: flex;
  justify-content: center;
  align-content: center;
}

.comp-slider-off-page_comp_sop_buttons__KdnE3 .comp-slider-off-page_next__HGybb,
.comp-slider-off-page_comp_sop_buttons__KdnE3
  .comp-slider-off-page_prev__M2lAD {
  width: 36px;
  height: 20px;
  border: 0;
  background: none;
  background-size: 36px 20px;
  background-repeat: no-repeat;
}

.comp-slider-off-page_comp_sop_buttons__KdnE3
  .comp-slider-off-page_prev__M2lAD {
  background-image: url("../images/slider-arrow-left-white@2x.png");
  margin-right: 15px;
}

.comp-slider-off-page_comp_sop_buttons__KdnE3
  .comp-slider-off-page_next__HGybb {
  background-image: url("../images/slider-arrow-right-white@2x.png");
}

.comp-slider-off-page_comp_sop_buttons__KdnE3 ~ a {
  margin-left: 20px;
  transition: opacity 0.4s ease-in-out;
}

.comp-slider-off-page_comp_sop_buttons__KdnE3 ~ a:hover {
  opacity: 0.4;
}

.comp-slider-off-page_comp_sop_container__faDwI li {
  width: 380px !important;
}

.comp-slider-off-page_comp_sop_container__faDwI
  .comp-slider-off-page_comp_sop_hover_video__LjlU5 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

.comp-slider-off-page_comp_sop_container__faDwI
  .comp-slider-off-page_comp_sop_hover_video__LjlU5
  video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.comp-slider-off-page_comp_sop_container__faDwI
  a:hover
  .comp-slider-off-page_comp_sop_hover_video__LjlU5 {
  opacity: 1;
}

@media only screen and (max-width: 1099px) {
  .comp-slider-off-page_comp_sop_buttons__KdnE3 {
    margin: 5px 0 0;
  }

  .comp-slider-off-page_comp_sop_container__faDwI li {
    width: 307px;
  }
}

@media only screen and (max-width: 979px) {
  /* .comp-slider-off-page_comp_sop_buttons__KdnE3 {
        display: none
    } */

  .comp-slider-off-page_comp_sop_container__faDwI {
    width: 90%;
    margin: auto;
  }

  .comp-slider-off-page_comp_sop_container__faDwI .splide {
    width: 100%;
  }

  .comp-slider-off-page_comp_sop_container__faDwI .splide .grid-gutters {
    padding-right: 5%;
  }

  .comp-slider-off-page_comp_sop_container__faDwI li {
    width: 90%;
  }
}

.comp-title-link_comp_stl_title_holder__jw2Tt {
  font-family: var(--font-lexend-deca), serif;
  font-weight: 400;
  font-style: normal;
  font-display: block;
  line-height: 30px;
  letter-spacing: -0.6px;
  color: #fff;
  font-size: 24px;
}

@media screen and (min-width: 1100px) {
  .comp-title-link_comp_stl_title_holder__jw2Tt {
    font-size: calc(1.3043478261vw + 9.652173913px);
  }
}

@media screen and (min-width: 1560px) {
  .comp-title-link_comp_stl_title_holder__jw2Tt {
    font-size: 30px;
  }
}

.comp-title-link_comp_stl_title_holder__jw2Tt {
  line-height: 24px;
}

@media screen and (min-width: 1100px) {
  .comp-title-link_comp_stl_title_holder__jw2Tt {
    line-height: calc(1.3043478261vw + 9.652173913px);
  }
}

@media screen and (min-width: 1560px) {
  .comp-title-link_comp_stl_title_holder__jw2Tt {
    line-height: 30px;
  }
}

.comp-title-link_comp_stl_title_holder__jw2Tt {
  letter-spacing: -0.48px;
}

@media screen and (min-width: 1100px) {
  .comp-title-link_comp_stl_title_holder__jw2Tt {
    letter-spacing: calc(-0.0260869565vw - 0.1930434783px);
  }
}

@media screen and (min-width: 1560px) {
  .comp-title-link_comp_stl_title_holder__jw2Tt {
    letter-spacing: -0.6px;
  }
}

.comp-title-link_comp_stl_link_holder__MLTUv {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.comp-title-link_comp_stl_link_holder__MLTUv a {
  font-family: var(--font-lexend-deca), serif;
  font-weight: 400;
  font-style: normal;
  font-display: block;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.32px;
  color: #fff;
  transition: opacity 0.3s ease-in-out;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 1099px) {
  .comp-title-link_comp_stl_title_holder__jw2Tt {
    padding-left: 15px;
    padding-bottom: 20px;
  }

  .comp-title-link_comp_stl_title_holder__jw2Tt {
    font-family: var(--font-lexend-deca), serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.6px;
  }

  .comp-title-link_comp_stl_link_holder__MLTUv a {
    padding: 10px 0 2px;
    margin: 0 15px 20px auto;
  }
}

@media only screen and (max-width: 979px) {
  .comp-title-link_comp_stl_title_holder__jw2Tt {
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .comp-title-link_comp_stl_title_holder__jw2Tt {
    font-family: var(--font-lexend-deca), serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.3px;
  }

  .comp-title-link_comp_stl_link_holder__MLTUv a {
    display: inline-block;
    font-family: var(--font-lexend-deca), serif;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.28px;
    padding: 20px 0 2px;
    margin: 0 0 0 auto;
  }
}

.comp-feed-journal_comp_fj_holder__2Ys87 {
  position: relative;
  height: auto;
  padding: 40px 0;
  border-top: 1px solid hsla(0, 0%, 100%, 0.5);
}

.comp-feed-journal_comp_fj_holder__2Ys87 h4 {
  display: block;
  color: #fff;
  opacity: 1;
  transition: color 0.3s ease-in-out;
}

.comp-feed-journal_comp_fj_read_link__B9wvh {
  color: #fff;
  padding: 0 0 2px;
}

.comp-feed-journal_comp_fj_date__V3R7Q {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.comp-feed-journal_comp_fj_holder__2Ys87:hover
  .comp-feed-journal_comp_fj_date__V3R7Q {
  opacity: 1;
}

.comp-feed-journal_comp_fj_container___J4pT:nth-child(odd)
  .comp-feed-journal_comp_fj_read_link__B9wvh {
  text-align: right;
}

.comp-feed-journal_comp_fj_container___J4pT:nth-child(2n)
  .comp-feed-journal_comp_fj_holder__2Ys87 {
  flex-direction: row-reverse;
}

.comp-feed-journal_comp_fj_container___J4pT:nth-child(2n)
  .comp-feed-journal_comp_fj_holder__2Ys87
  h4 {
  text-align: right;
}

/* .comp-feed-journal_comp_fj_container___J4pT:hover .comp-feed-journal_comp_fj_hover_image__5Jqut {
    opacity: 1
} */
.comp-feed-journal_comp_fj_hover_image__5Jqut.active {
  opacity: 1;
  height: auto;
}

.comp-feed-journal_comp_fj_hover_image__5Jqut {
  display: block;
  /* position: absolute; */

  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
  /* width: 740px; */
  padding: 0;
  /* top: 130px;
    left: 0;
    right: 0; */
  margin-left: auto;
  margin-right: auto;
  /* pointer-events: none; */
  z-index: 14;
}

.comp-section-divider_comp_sd__k3SVJ {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
}

/* @media only screen and (max-width:1099px) {
    .comp-feed-journal_comp_fj_holder__2Ys87 {
        padding: 40px 0
    }

    .comp-feed-journal_comp_fj_hover_image__5Jqut {
        width: 600px;
        top: 90px
    }
} */

@media only screen and (max-width: 979px) {
  .comp-feed-journal_comp_fj_holder__2Ys87 {
    padding: 0;
  }
  .team-content-wrap {
    padding-bottom: 20px;
  }
  .comp-feed-journal_comp_fj_holder__2Ys87 h4 {
    padding: 35px 0 15px;
  }

  .comp-feed-journal_comp_fj_container___J4pT:nth-child(2n)
    .comp-feed-journal_comp_fj_holder__2Ys87
    .comp-feed-journal_comp_fj_read_link__B9wvh {
    text-align: left;
  }

  .comp-feed-journal_comp_fj_container___J4pT:nth-child(odd)
    .comp-feed-journal_comp_fj_holder__2Ys87
    .comp-feed-journal_comp_fj_read_link__B9wvh {
    text-align: right;
  }

  .comp-feed-journal_comp_fj_read_link__B9wvh {
    padding: 0 0 25px;
  }
}

.comp-content-tile-repeater_comp_ctr_tile_container__4eDO7 {
  position: relative;
  height: auto;
  padding: 0 20px;
}

.comp-content-tile-repeater_comp_ctr_tile_container__4eDO7 h4 {
  display: block;
  padding: 25px 0 60px;
  color: #fff;
}

.comp-content-tile-repeater_comp_ctr_tile_container__4eDO7 img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

.comp-content-tile-repeater_comp_ctr_tile_container__4eDO7
  .comp-content-tile-repeater_comp_ctr_hover_image__3qJSd {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

.comp-content-tile-repeater_comp_ctr_tile_container__4eDO7
  .comp-content-tile-repeater_comp_ctr_hover_image__3qJSd
  video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.comp-content-tile-repeater_comp_ctr_tile_container__4eDO7
  a:hover
  .comp-content-tile-repeater_comp_ctr_hover_image__3qJSd {
  opacity: 1;
}

.splide__slide a {
  z-index: 1;
}

.splide__slide a:hover .comp-slider-off-page_comp_sop_hover_video__LjlU5 {
  opacity: 1;
}

.side-gutters .comp-section-divider_comp_sd__k3SVJ {
  width: 0% !important;
}

.side-gutters .comp-section-divider_comp_sd__k3SVJ.active {
  width: 100% !important;
}

@media only screen and (max-width: 1099px) {
  .comp-content-tile-repeater_comp_ctr_tile_container__4eDO7 {
    padding: 0 15px;
  }

  .comp-content-tile-repeater_comp_ctr_tile_container__4eDO7 h4 {
    padding: 25px 0 60px;
  }

  .comp-content-tile-repeater_comp_ctr_hover_image__3qJSd {
    position: absolute;
    width: calc(100% - 30px);
  }
}

@media only screen and (max-width: 979px) {
  .comp-content-tile-repeater_comp_ctr_tile_container__4eDO7 {
    padding: 0;
  }

  .comp-content-tile-repeater_comp_ctr_tile_container__4eDO7 h4 {
    padding: 20px 0 40px;
  }

  .comp-content-tile-repeater_comp_ctr_tile_container__4eDO7
    .comp-content-tile-repeater_comp_ctr_hover_image__3qJSd {
    width: 100%;
  }
}

.comp-content-tile-repeater_comp_ctr_hover_image__3qJSd ul li {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  transition: all 0.5s ease-in-out;
  z-index: 99;
}

.comp-content-tile-repeater_comp_ctr_hover_image__3qJSd ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.parent-images {
  position: relative;
  overflow: hidden;
}

.parent-images .comp-content-tile-repeater_comp_ctr_hover_image__3qJSd {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  transition: opacity 0.4s ease-in-out;
}

/* Header related styles */
.header-flyout-menu_sub_menu__gXk3R {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: max-height 1s ease, opacity 1s ease, visibility 1s ease;
}

.header-flyout-menu_sub_menu__gXk3R.submenu--open {
  opacity: 1;
  visibility: visible;
}

/* Optional chevron animation */
.header-flyout-menu_dropdown_chevron__Bfrz0.chevron--rotated {
  /* transform: rotate(180deg); */
  transition: transform 0.3s ease;
}

/* Random CSS  */
.custom-divider {
  width: 100%;
  opacity: 1;
  /* transition: width 3s cubic-bezier(0.25, 1, 0.5, 1) 0.7s; */
}
ul.sub-menu-footer li a {
  font-size: 16px;
}

ul.sub-menu-footer li {
  line-height: 0;
}

ul.sub-menu-footer {
  margin-left: 20px;
}
.wpcf7-list-item {
  margin: 0;
}

