@charset "UTF-8";
.background-primary {
  background: #ff764d;
}

.text-primary {
  color: #ff764d;
}

.background-secondary {
  background: #ff574d;
}

.text-secondary {
  color: #ff574d;
}

.background-tertiary {
  background: #004581;
}

.text-tertiary {
  color: #004581;
}

.background-black {
  background: #100d0a;
}

.text-black {
  color: #100d0a;
}

.background-white {
  background: #fff;
}

.text-white {
  color: #fff;
}

.background-blue {
  background: #3b7671;
}

.text-blue {
  color: #3b7671;
}

.background-cream {
  background: rgb(244, 246, 252);
}

.text-cream {
  color: rgb(244, 246, 252);
}

.background-gold {
  background: rgb(184, 143, 94);
}

.text-gold {
  color: rgb(184, 143, 94);
}

.background-kakhi {
  background: rgb(96, 87, 56);
}

.text-kakhi {
  color: rgb(96, 87, 56);
}

@font-face {
  font-family: "Golden Plains";
  src: url("../fonts/golden-plains/golden_plains-webfont.eot");
  src: url("../fonts/golden-plains/golden_plains-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/golden-plains/golden_plains-webfont.woff2") format("woff2"), url("../fonts/golden-plains/golden_plains-webfont.woff") format("woff"), url("../fonts/golden-plains/golden_plains-webfont.ttf") format("truetype"), url("../fonts/golden-plains/golden_plains-webfont.svg#golden_plainsregular") format("svg"); /* Legacy iOS */
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Haffer";
  src: url("../fonts/haffer/haffer-light.woff2") format("woff2"), url("../fonts/haffer/haffer-light.woff") format("woff"), url("../fonts/haffer/haffer-light.ttf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Haffer";
  src: url("../fonts/haffer/haffer-medium.woff2") format("woff2"), url("../fonts/haffer/haffer-medium.woff") format("woff"), url("../fonts/haffer/haffer-medium.ttf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Romie";
  src: url("../fonts/romie/Romie-Regular-Italic.woff2") format("woff2"), url("../fonts/romie/Romie-Regular-Italic") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Manuka";
  src: url("../fonts/manuka/manuka-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Manuka";
  src: url("../fonts/manuka/manuka-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
.font-primary {
  font-family: "Manuka", sans-serif;
}

.font-secondary {
  font-family: "Haffer", sans-serif;
}

.font-tertiary {
  font-family: "Romie", sans-serif;
}

.font-quaternary {
  font-family: "Golden Plains", sans-serif;
}

.fw_extralight {
  font-weight: 200;
}

.fw_light {
  font-weight: 300;
}

.fw_regular {
  font-weight: 400;
}

.fw_medium {
  font-weight: 500;
}

.fw_semibold {
  font-weight: 600;
}

.fw_bold {
  font-weight: 700;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  overflow-x: hidden !important;
}

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

aside {
  padding: 5px;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #100d0a;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 600px) {
  .container {
    max-width: 95vw;
  }
}
@media (min-width: 1024px) {
  .container {
    position: relative;
    max-width: 1440px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) and (min-width: 992px) {
  .container {
    max-width: 100vw;
  }
}
@media (min-width: 1024px) and (max-width: 1799.98px) {
  .container {
    position: relative;
    max-width: 1440px;
  }
}
@media (min-width: 1024px) and (max-width: 1799.98px) and (max-width: 1439px) and (min-width: 992px) {
  .container {
    max-width: 100vw;
  }
}
@media (min-width: 1024px) and (max-width: 991.98px) {
  .container {
    position: relative;
    max-width: 1440px;
  }
}
@media (min-width: 1024px) and (max-width: 991.98px) and (max-width: 1439px) and (min-width: 992px) {
  .container {
    max-width: 100vw;
  }
}
@media (min-width: 1024px) and (max-width: 767.98px) {
  .container {
    position: relative;
    max-width: 1440px;
  }
}
@media (min-width: 1024px) and (max-width: 767.98px) and (max-width: 1439px) and (min-width: 992px) {
  .container {
    max-width: 100vw;
  }
}
@media (min-width: 1024px) and (max-width: 575.98px) {
  .container {
    position: relative;
    max-width: 1440px;
  }
}
@media (min-width: 1024px) and (max-width: 575.98px) and (max-width: 1439px) and (min-width: 992px) {
  .container {
    max-width: 100vw;
  }
}
@media (min-width: 1600px) {
  .container {
    position: relative;
    max-width: 1540px;
  }
}
@media (min-width: 1600px) and (max-width: 1439px) and (min-width: 992px) {
  .container {
    max-width: 106.9444444444vw;
  }
}
@media (min-width: 1600px) and (max-width: 1799.98px) {
  .container {
    position: relative;
    max-width: 1540px;
  }
}
@media (min-width: 1600px) and (max-width: 1799.98px) and (max-width: 1439px) and (min-width: 992px) {
  .container {
    max-width: 106.9444444444vw;
  }
}
@media (min-width: 1600px) and (max-width: 991.98px) {
  .container {
    position: relative;
    max-width: 1540px;
  }
}
@media (min-width: 1600px) and (max-width: 991.98px) and (max-width: 1439px) and (min-width: 992px) {
  .container {
    max-width: 106.9444444444vw;
  }
}
@media (min-width: 1600px) and (max-width: 767.98px) {
  .container {
    position: relative;
    max-width: 1540px;
  }
}
@media (min-width: 1600px) and (max-width: 767.98px) and (max-width: 1439px) and (min-width: 992px) {
  .container {
    max-width: 106.9444444444vw;
  }
}
@media (min-width: 1600px) and (max-width: 575.98px) {
  .container {
    position: relative;
    max-width: 1540px;
  }
}
@media (min-width: 1600px) and (max-width: 575.98px) and (max-width: 1439px) and (min-width: 992px) {
  .container {
    max-width: 106.9444444444vw;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.667%;
    max-width: 16.667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1025px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1600px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #4f0059 !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #7C008C !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1026px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

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

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto,
.aligncenter {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto,
.aligncenter {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-regular {
  font-weight: 400 !important;
}

.font-weight-medium {
  font-weight: 600 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #7C008C !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #380040 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

img.wp-post-image,
article img,
figure,
img,
#secondary img {
  max-width: 100%;
  height: auto;
}

.slide {
  list-style: none;
}

/* Slider CSS */
.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}

.slick-dots > li {
  margin: 0 0.25rem;
}

.slick-dots > button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: blue;
  text-indent: -9999px;
}

.slick-dots > li.slick-active button {
  background-color: #fff;
}

/* END of Slider CSS */
/* Align column */
.atop {
  display: flex;
  align-items: flex-start;
}

.amiddle {
  display: flex;
  align-items: center;
}

.abottom {
  display: flex;
  align-items: flex-end;
}

.z-2 {
  position: relative;
  z-index: 2;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
html.no-scroll {
  overflow: hidden;
}
html body {
  background: #100d0a;
  padding-top: 102px;
}
@media (max-width: 1799.98px) {
  html body {
    padding-top: 5.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  html body {
    padding-top: 7.0833333333vw;
  }
}
@media (max-width: 767.98px) {
  html body {
    padding-top: 8.1770833333vw;
  }
}
@media (max-width: 575.98px) {
  html body {
    padding-top: 16.7466666667vw;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  font-family: "Haffer", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 30px;
}
@media (max-width: 1799.98px) {
  * {
    font-size: 0.9444444444vw;
    line-height: 1.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  * {
    font-size: 1.1805555556vw;
    line-height: 2.0833333333vw;
  }
}
@media (max-width: 767.98px) {
  * {
    font-size: 2.2135416667vw;
    line-height: 3.90625vw;
  }
}
@media (max-width: 575.98px) {
  * {
    font-size: 4.5333333333vw;
    line-height: 8vw;
  }
}
* em {
  font-family: "Romie", sans-serif;
}

.font-size-16px {
  font-size: 16px;
  line-height: 22.4px;
}
@media (max-width: 1799.98px) {
  .font-size-16px {
    font-size: 0.8888888889vw;
    line-height: 1.2444444444vw;
  }
}
@media (max-width: 991.98px) {
  .font-size-16px {
    font-size: 1.1111111111vw;
    line-height: 1.5555555556vw;
  }
}
@media (max-width: 767.98px) {
  .font-size-16px {
    font-size: 2.0833333333vw;
    line-height: 2.9166666667vw;
  }
}
@media (max-width: 575.98px) {
  .font-size-16px {
    font-size: 4.2666666667vw;
    line-height: 5.9733333333vw;
  }
}

.font-size-24px {
  font-size: 24px;
  line-height: 38px;
}
@media (max-width: 1799.98px) {
  .font-size-24px {
    font-size: 1.3333333333vw;
    line-height: 2.1111111111vw;
  }
}
@media (max-width: 991.98px) {
  .font-size-24px {
    font-size: 1.6666666667vw;
    line-height: 2.6388888889vw;
  }
}
@media (max-width: 767.98px) {
  .font-size-24px {
    font-size: 3.125vw;
    line-height: 4.9479166667vw;
  }
}
@media (max-width: 575.98px) {
  .font-size-24px {
    font-size: 6.4vw;
    line-height: 10.1333333333vw;
  }
}
.font-size-24px em,
.font-size-24px p {
  font-size: 24px;
  line-height: 38px;
}
@media (max-width: 1799.98px) {
  .font-size-24px em,
  .font-size-24px p {
    font-size: 1.3333333333vw;
    line-height: 2.1111111111vw;
  }
}
@media (max-width: 991.98px) {
  .font-size-24px em,
  .font-size-24px p {
    font-size: 1.6666666667vw;
    line-height: 2.6388888889vw;
  }
}
@media (max-width: 767.98px) {
  .font-size-24px em,
  .font-size-24px p {
    font-size: 3.125vw;
    line-height: 4.9479166667vw;
  }
}
@media (max-width: 575.98px) {
  .font-size-24px em,
  .font-size-24px p {
    font-size: 6.4vw;
    line-height: 10.1333333333vw;
  }
}

.font-size-40px {
  font-size: 40px;
  line-height: 40px;
}
@media (max-width: 1799.98px) {
  .font-size-40px {
    font-size: 2.2222222222vw;
    line-height: 2.2222222222vw;
  }
}
@media (max-width: 991.98px) {
  .font-size-40px {
    font-size: 2.7777777778vw;
    line-height: 2.7777777778vw;
  }
}
@media (max-width: 767.98px) {
  .font-size-40px {
    font-size: 3.90625vw;
    line-height: 3.90625vw;
  }
}
@media (max-width: 575.98px) {
  .font-size-40px {
    font-size: 8vw;
    line-height: 8vw;
  }
}

.font-size-60px {
  font-size: 44px;
  line-height: 56px;
}
@media (max-width: 1799.98px) {
  .font-size-60px {
    font-size: 2.4444444444vw;
    line-height: 3.1111111111vw;
  }
}
@media (max-width: 991.98px) {
  .font-size-60px {
    font-size: 3.0555555556vw;
    line-height: 3.8888888889vw;
  }
}
@media (max-width: 767.98px) {
  .font-size-60px {
    font-size: 4.1666666667vw;
    line-height: 5.7291666667vw;
  }
}
@media (max-width: 575.98px) {
  .font-size-60px {
    font-size: 8.5333333333vw;
    line-height: 11.7333333333vw;
  }
}
.font-size-60px em,
.font-size-60px p {
  font-size: 44px;
  line-height: 56px;
}
@media (max-width: 1799.98px) {
  .font-size-60px em,
  .font-size-60px p {
    font-size: 2.4444444444vw;
    line-height: 3.1111111111vw;
  }
}
@media (max-width: 991.98px) {
  .font-size-60px em,
  .font-size-60px p {
    font-size: 3.0555555556vw;
    line-height: 3.8888888889vw;
  }
}
@media (max-width: 767.98px) {
  .font-size-60px em,
  .font-size-60px p {
    font-size: 4.1666666667vw;
    line-height: 5.7291666667vw;
  }
}
@media (max-width: 575.98px) {
  .font-size-60px em,
  .font-size-60px p {
    font-size: 8.5333333333vw;
    line-height: 11.7333333333vw;
  }
}

.big-title {
  text-transform: uppercase;
  font-size: 260px;
  line-height: 208px;
}
@media (max-width: 1799.98px) {
  .big-title {
    font-size: 14.4444444444vw;
    line-height: 11.5555555556vw;
  }
}
@media (max-width: 991.98px) {
  .big-title {
    font-size: 18.0555555556vw;
    line-height: 14.4444444444vw;
  }
}
@media (max-width: 767.98px) {
  .big-title {
    font-size: 10.4166666667vw;
    line-height: 9.375vw;
  }
}
@media (max-width: 575.98px) {
  .big-title {
    font-size: 21.3333333333vw;
    line-height: 19.2vw;
  }
}

.medium-title {
  font-size: 140px;
  line-height: 112px;
}
@media (max-width: 1799.98px) {
  .medium-title {
    font-size: 7.7777777778vw;
    line-height: 6.2222222222vw;
  }
}
@media (max-width: 991.98px) {
  .medium-title {
    font-size: 9.7222222222vw;
    line-height: 7.7777777778vw;
  }
}
@media (max-width: 767.98px) {
  .medium-title {
    font-size: 5.2083333333vw;
    line-height: 5.2083333333vw;
  }
}
@media (max-width: 575.98px) {
  .medium-title {
    font-size: 10.6666666667vw;
    line-height: 10.6666666667vw;
  }
}

.title--big, .title--big * {
  font-size: 100px;
  line-height: 92px;
}
@media (max-width: 1799.98px) {
  .title--big, .title--big * {
    font-size: 5.5555555556vw;
    line-height: 5.1111111111vw;
  }
}
@media (max-width: 991.98px) {
  .title--big, .title--big * {
    font-size: 6.9444444444vw;
    line-height: 6.3888888889vw;
  }
}
@media (max-width: 767.98px) {
  .title--big, .title--big * {
    font-size: 4.4270833333vw;
    line-height: 5.4036458333vw;
  }
}
@media (max-width: 575.98px) {
  .title--big, .title--big * {
    font-size: 9.0666666667vw;
    line-height: 11.0666666667vw;
  }
}
.title--90, .title--90 * {
  font-size: 90px;
  line-height: 82px;
}
@media (max-width: 1799.98px) {
  .title--90, .title--90 * {
    font-size: 5vw;
    line-height: 4.5555555556vw;
  }
}
@media (max-width: 991.98px) {
  .title--90, .title--90 * {
    font-size: 6.25vw;
    line-height: 5.6944444444vw;
  }
}
@media (max-width: 767.98px) {
  .title--90, .title--90 * {
    font-size: 4.4270833333vw;
    line-height: 5.4036458333vw;
  }
}
@media (max-width: 575.98px) {
  .title--90, .title--90 * {
    font-size: 9.0666666667vw;
    line-height: 11.0666666667vw;
  }
}

.title-box {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
.title-box.shape-right svg {
  float: right;
}
.title-box.shape-center {
  text-align: center;
}
.title-box svg {
  height: auto;
}
.title-box svg.wobble {
  width: 395px;
}
@media (max-width: 1799.98px) {
  .title-box svg.wobble {
    width: 21.9444444444vw;
  }
}
@media (max-width: 991.98px) {
  .title-box svg.wobble {
    width: 27.4305555556vw;
  }
}
@media (max-width: 767.98px) {
  .title-box svg.wobble {
    width: 29.296875vw;
  }
}
@media (max-width: 575.98px) {
  .title-box svg.wobble {
    width: 60vw;
  }
}
.title-box svg.rounded-line {
  width: 258px;
}
@media (max-width: 1799.98px) {
  .title-box svg.rounded-line {
    width: 14.3333333333vw;
  }
}
@media (max-width: 991.98px) {
  .title-box svg.rounded-line {
    width: 17.9166666667vw;
  }
}
@media (max-width: 767.98px) {
  .title-box svg.rounded-line {
    width: 20.5729166667vw;
  }
}
@media (max-width: 575.98px) {
  .title-box svg.rounded-line {
    width: 42.1333333333vw;
  }
}

p a {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Manuka", sans-serif;
  font-weight: 600;
}
@media only screen and (width < 600px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    word-break: keep-all;
  }
}

h1, .h1 {
  font-size: 90px;
  line-height: 80px;
  letter-spacing: 0.9px;
}
@media (max-width: 1799.98px) {
  h1, .h1 {
    font-size: 5vw;
    line-height: 4.4444444444vw;
    letter-spacing: 0.05vw;
  }
}
@media (max-width: 991.98px) {
  h1, .h1 {
    font-size: 6.25vw;
    line-height: 5.5555555556vw;
    letter-spacing: 0.0625vw;
  }
}
@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 11.71875vw;
    line-height: 10.4166666667vw;
    letter-spacing: 0.1171875vw;
  }
}
@media (max-width: 575.98px) {
  h1, .h1 {
    font-size: 24vw;
    line-height: 21.3333333333vw;
    letter-spacing: 0.24vw;
  }
}

h2, h2 *, .h2 {
  font-family: "Manuka", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 65px;
  line-height: 72.5px;
  letter-spacing: 0.75px;
}
@media (max-width: 1799.98px) {
  h2, h2 *, .h2 {
    font-size: 3.6111111111vw;
    line-height: 4.0277777778vw;
    letter-spacing: 0.0416666667vw;
  }
}
@media (max-width: 991.98px) {
  h2, h2 *, .h2 {
    font-size: 4.5138888889vw;
    line-height: 5.0347222222vw;
    letter-spacing: 0.0520833333vw;
  }
}
@media (max-width: 767.98px) {
  h2, h2 *, .h2 {
    font-size: 4.4270833333vw;
    line-height: 5.4036458333vw;
    letter-spacing: 0.09765625vw;
  }
}
@media (max-width: 575.98px) {
  h2, h2 *, .h2 {
    font-size: 9.0666666667vw;
    line-height: 11.0666666667vw;
    letter-spacing: 0.2vw;
  }
}
h2 strong, h2 * strong, .h2 strong {
  font-weight: 600;
}

h3, .h3 {
  font-size: 50px;
  line-height: 60px;
}
@media (max-width: 1799.98px) {
  h3, .h3 {
    font-size: 2.7777777778vw;
    line-height: 3.3333333333vw;
  }
}
@media (max-width: 991.98px) {
  h3, .h3 {
    font-size: 3.4722222222vw;
    line-height: 4.1666666667vw;
  }
}
@media (max-width: 767.98px) {
  h3, .h3 {
    font-size: 3.125vw;
    line-height: 3.90625vw;
  }
}
@media (max-width: 575.98px) {
  h3, .h3 {
    font-size: 6.4vw;
    line-height: 8vw;
  }
}

h4, .h4 {
  font-family: "Manuka", sans-serif;
  font-weight: 600;
  font-size: 44px;
  line-height: 44px;
}
@media (max-width: 1799.98px) {
  h4, .h4 {
    font-size: 2.4444444444vw;
    line-height: 2.4444444444vw;
  }
}
@media (max-width: 991.98px) {
  h4, .h4 {
    font-size: 3.0555555556vw;
    line-height: 3.0555555556vw;
  }
}
@media (max-width: 767.98px) {
  h4, .h4 {
    font-size: 5.7291666667vw;
    line-height: 5.7291666667vw;
  }
}
@media (max-width: 575.98px) {
  h4, .h4 {
    font-size: 11.7333333333vw;
    line-height: 11.7333333333vw;
  }
}

.text-section h3 {
  font-family: "Haffer", sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 40px;
}
@media (max-width: 1799.98px) {
  .text-section h3 {
    font-size: 2.2222222222vw;
    line-height: 2.2222222222vw;
  }
}
@media (max-width: 991.98px) {
  .text-section h3 {
    font-size: 2.7777777778vw;
    line-height: 2.7777777778vw;
  }
}
@media (max-width: 767.98px) {
  .text-section h3 {
    font-size: 3.90625vw;
    line-height: 3.90625vw;
  }
}
@media (max-width: 575.98px) {
  .text-section h3 {
    font-size: 8vw;
    line-height: 8vw;
  }
}
.text-section h4 {
  font-family: "Haffer", sans-serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 28px;
}
@media (max-width: 1799.98px) {
  .text-section h4 {
    font-size: 1.5555555556vw;
    line-height: 1.5555555556vw;
  }
}
@media (max-width: 991.98px) {
  .text-section h4 {
    font-size: 1.9444444444vw;
    line-height: 1.9444444444vw;
  }
}
@media (max-width: 767.98px) {
  .text-section h4 {
    font-size: 2.8645833333vw;
    line-height: 2.8645833333vw;
  }
}
@media (max-width: 575.98px) {
  .text-section h4 {
    font-size: 5.8666666667vw;
    line-height: 5.8666666667vw;
  }
}

.btn {
  transition: all 0.3s;
}
.btn--blue {
  background: #3b7671;
  color: #100d0a;
}
.btn--rounded {
  border-radius: 100px;
  padding: 10px 15px;
}
@media (max-width: 1799.98px) {
  .btn--rounded {
    border-radius: 5.5555555556vw;
    padding: 0.5555555556vw 0.8333333333vw;
  }
}
@media (max-width: 991.98px) {
  .btn--rounded {
    border-radius: 6.9444444444vw;
    padding: 0.6944444444vw 1.0416666667vw;
  }
}
@media (max-width: 767.98px) {
  .btn--rounded {
    border-radius: 13.0208333333vw;
    padding: 1.3020833333vw 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .btn--rounded {
    border-radius: 26.6666666667vw;
    padding: 2.6666666667vw 4vw;
  }
}
.btn--rounded.arrow svg {
  rotate: 90deg;
}
.btn--rounded.arrow circle {
  fill: #fff;
}
.btn--trans {
  background: transparent;
}
.btn--trans__black {
  border: 2px solid #100d0a;
  color: #100d0a;
}
.btn--white {
  background: #fff;
  color: #100d0a;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  border: 2px solid #fff;
  padding: 10px 40px;
  border-radius: 50px;
}
@media (max-width: 1799.98px) {
  .btn--white {
    padding: 0.5555555556vw 2.2222222222vw;
    border-radius: 2.7777777778vw;
  }
}
@media (max-width: 991.98px) {
  .btn--white {
    padding: 0.6944444444vw 2.7777777778vw;
    border-radius: 3.4722222222vw;
  }
}
@media (max-width: 767.98px) {
  .btn--white {
    padding: 1.3020833333vw 5.2083333333vw;
    border-radius: 6.5104166667vw;
  }
}
@media (max-width: 575.98px) {
  .btn--white {
    padding: 2.6666666667vw 10.6666666667vw;
    border-radius: 13.3333333333vw;
  }
}
.btn--white:hover {
  background: transparent;
  color: #fff;
}
.btn--black {
  background: #100d0a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  border: 2px solid #100d0a;
  padding: 10px 40px;
  border-radius: 50px;
}
@media (max-width: 1799.98px) {
  .btn--black {
    padding: 0.5555555556vw 2.2222222222vw;
    border-radius: 2.7777777778vw;
  }
}
@media (max-width: 991.98px) {
  .btn--black {
    padding: 0.6944444444vw 2.7777777778vw;
    border-radius: 3.4722222222vw;
  }
}
@media (max-width: 767.98px) {
  .btn--black {
    padding: 1.3020833333vw 5.2083333333vw;
    border-radius: 6.5104166667vw;
  }
}
@media (max-width: 575.98px) {
  .btn--black {
    padding: 2.6666666667vw 10.6666666667vw;
    border-radius: 13.3333333333vw;
  }
}
.btn--black:hover {
  background: transparent;
  color: #100d0a;
}

.link {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
}
@media (max-width: 1799.98px) {
  .link {
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 991.98px) {
  .link {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 767.98px) {
  .link {
    font-size: 1.8229166667vw;
  }
}
@media (max-width: 575.98px) {
  .link {
    font-size: 3.7333333333vw;
  }
}
.link * {
  transition: all 0.3s;
}
.link.arrow {
  align-items: center;
  display: inline-flex;
  gap: 10px;
}
@media (max-width: 1799.98px) {
  .link.arrow {
    gap: 0.5555555556vw;
  }
}
@media (max-width: 991.98px) {
  .link.arrow {
    gap: 0.6944444444vw;
  }
}
@media (max-width: 767.98px) {
  .link.arrow {
    gap: 1.3020833333vw;
  }
}
@media (max-width: 575.98px) {
  .link.arrow {
    gap: 2.6666666667vw;
  }
}
.link.arrow svg {
  height: auto;
  width: 40px;
}
@media (max-width: 1799.98px) {
  .link.arrow svg {
    width: 2.2222222222vw;
  }
}
@media (max-width: 991.98px) {
  .link.arrow svg {
    width: 2.7777777778vw;
  }
}
@media (max-width: 767.98px) {
  .link.arrow svg {
    width: 4.5572916667vw;
  }
}
@media (max-width: 575.98px) {
  .link.arrow svg {
    width: 9.3333333333vw;
  }
}
.link.arrow:hover svg {
  rotate: -25deg;
}
.link.text-black svg circle {
  fill: #004581;
}
.link.text-black svg path {
  stroke: #fff;
}

.pt-20 {
  padding-top: 20px;
}
@media (max-width: 1799.98px) {
  .pt-20 {
    padding-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .pt-20 {
    padding-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .pt-20 {
    padding-top: 10px;
  }
}
@media (max-width: 575.98px) {
  .pt-20 {
    padding-top: 10px;
  }
}

.pb-20 {
  padding-bottom: 20px;
}
@media (max-width: 1799.98px) {
  .pb-20 {
    padding-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .pb-20 {
    padding-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .pb-20 {
    padding-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .pb-20 {
    padding-bottom: 10px;
  }
}

.py-20 {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 1799.98px) {
  .py-20 {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .py-20 {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .py-20 {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
@media (max-width: 575.98px) {
  .py-20 {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

@media only screen and (width > 768px) {
  .pt-md-20 {
    padding-top: 20px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .pt-md-20 {
    padding-top: 20px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .pt-md-20 {
    padding-top: 20px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .pt-md-20 {
    padding-top: 10px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .pt-md-20 {
    padding-top: 10px;
  }
}
@media only screen and (width > 768px) {
  .pb-md-20 {
    padding-bottom: 20px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .pb-md-20 {
    padding-bottom: 20px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .pb-md-20 {
    padding-bottom: 20px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .pb-md-20 {
    padding-bottom: 10px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .pb-md-20 {
    padding-bottom: 10px;
  }
}
@media only screen and (width > 768px) {
  .py-md-20 {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .py-md-20 {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .py-md-20 {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .py-md-20 {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .py-md-20 {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.pt-30 {
  padding-top: 30px;
}
@media (max-width: 1799.98px) {
  .pt-30 {
    padding-top: 30px;
  }
}
@media (max-width: 991.98px) {
  .pt-30 {
    padding-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .pt-30 {
    padding-top: 15px;
  }
}
@media (max-width: 575.98px) {
  .pt-30 {
    padding-top: 15px;
  }
}

.pb-30 {
  padding-bottom: 30px;
}
@media (max-width: 1799.98px) {
  .pb-30 {
    padding-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .pb-30 {
    padding-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .pb-30 {
    padding-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  .pb-30 {
    padding-bottom: 15px;
  }
}

.py-30 {
  padding-bottom: 30px;
  padding-top: 30px;
}
@media (max-width: 1799.98px) {
  .py-30 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media (max-width: 991.98px) {
  .py-30 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .py-30 {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
@media (max-width: 575.98px) {
  .py-30 {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}

@media only screen and (width > 768px) {
  .pt-md-30 {
    padding-top: 30px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .pt-md-30 {
    padding-top: 30px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .pt-md-30 {
    padding-top: 30px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .pt-md-30 {
    padding-top: 15px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .pt-md-30 {
    padding-top: 15px;
  }
}
@media only screen and (width > 768px) {
  .pb-md-30 {
    padding-bottom: 30px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .pb-md-30 {
    padding-bottom: 30px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .pb-md-30 {
    padding-bottom: 30px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .pb-md-30 {
    padding-bottom: 15px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .pb-md-30 {
    padding-bottom: 15px;
  }
}
@media only screen and (width > 768px) {
  .py-md-30 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .py-md-30 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .py-md-30 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .py-md-30 {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .py-md-30 {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
.pt-40 {
  padding-top: 40px;
}
@media (max-width: 1799.98px) {
  .pt-40 {
    padding-top: 40px;
  }
}
@media (max-width: 991.98px) {
  .pt-40 {
    padding-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .pt-40 {
    padding-top: 20px;
  }
}
@media (max-width: 575.98px) {
  .pt-40 {
    padding-top: 20px;
  }
}

.pb-40 {
  padding-bottom: 40px;
}
@media (max-width: 1799.98px) {
  .pb-40 {
    padding-bottom: 40px;
  }
}
@media (max-width: 991.98px) {
  .pb-40 {
    padding-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .pb-40 {
    padding-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .pb-40 {
    padding-bottom: 20px;
  }
}

.py-40 {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media (max-width: 1799.98px) {
  .py-40 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media (max-width: 991.98px) {
  .py-40 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .py-40 {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media (max-width: 575.98px) {
  .py-40 {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

@media only screen and (width > 768px) {
  .pt-md-40 {
    padding-top: 40px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .pt-md-40 {
    padding-top: 40px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .pt-md-40 {
    padding-top: 40px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .pt-md-40 {
    padding-top: 20px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .pt-md-40 {
    padding-top: 20px;
  }
}
@media only screen and (width > 768px) {
  .pb-md-40 {
    padding-bottom: 40px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .pb-md-40 {
    padding-bottom: 40px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .pb-md-40 {
    padding-bottom: 40px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .pb-md-40 {
    padding-bottom: 20px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .pb-md-40 {
    padding-bottom: 20px;
  }
}
@media only screen and (width > 768px) {
  .py-md-40 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .py-md-40 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .py-md-40 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .py-md-40 {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .py-md-40 {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.pt-50 {
  padding-top: 50px;
}
@media (max-width: 1799.98px) {
  .pt-50 {
    padding-top: 50px;
  }
}
@media (max-width: 991.98px) {
  .pt-50 {
    padding-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .pt-50 {
    padding-top: 25px;
  }
}
@media (max-width: 575.98px) {
  .pt-50 {
    padding-top: 25px;
  }
}

.pb-50 {
  padding-bottom: 50px;
}
@media (max-width: 1799.98px) {
  .pb-50 {
    padding-bottom: 50px;
  }
}
@media (max-width: 991.98px) {
  .pb-50 {
    padding-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .pb-50 {
    padding-bottom: 25px;
  }
}
@media (max-width: 575.98px) {
  .pb-50 {
    padding-bottom: 25px;
  }
}

.py-50 {
  padding-bottom: 50px;
  padding-top: 50px;
}
@media (max-width: 1799.98px) {
  .py-50 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
@media (max-width: 991.98px) {
  .py-50 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .py-50 {
    padding-bottom: 25px;
    padding-top: 25px;
  }
}
@media (max-width: 575.98px) {
  .py-50 {
    padding-bottom: 25px;
    padding-top: 25px;
  }
}

@media only screen and (width > 768px) {
  .pt-md-50 {
    padding-top: 50px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .pt-md-50 {
    padding-top: 50px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .pt-md-50 {
    padding-top: 50px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .pt-md-50 {
    padding-top: 25px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .pt-md-50 {
    padding-top: 25px;
  }
}
@media only screen and (width > 768px) {
  .pb-md-50 {
    padding-bottom: 50px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .pb-md-50 {
    padding-bottom: 50px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .pb-md-50 {
    padding-bottom: 50px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .pb-md-50 {
    padding-bottom: 25px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .pb-md-50 {
    padding-bottom: 25px;
  }
}
@media only screen and (width > 768px) {
  .py-md-50 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .py-md-50 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .py-md-50 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .py-md-50 {
    padding-bottom: 25px;
    padding-top: 25px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .py-md-50 {
    padding-bottom: 25px;
    padding-top: 25px;
  }
}
.pt-60 {
  padding-top: 60px;
}
@media (max-width: 1799.98px) {
  .pt-60 {
    padding-top: 60px;
  }
}
@media (max-width: 991.98px) {
  .pt-60 {
    padding-top: 60px;
  }
}
@media (max-width: 767.98px) {
  .pt-60 {
    padding-top: 30px;
  }
}
@media (max-width: 575.98px) {
  .pt-60 {
    padding-top: 30px;
  }
}

.pb-60 {
  padding-bottom: 60px;
}
@media (max-width: 1799.98px) {
  .pb-60 {
    padding-bottom: 60px;
  }
}
@media (max-width: 991.98px) {
  .pb-60 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .pb-60 {
    padding-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .pb-60 {
    padding-bottom: 30px;
  }
}

.py-60 {
  padding-bottom: 60px;
  padding-top: 60px;
}
@media (max-width: 1799.98px) {
  .py-60 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (max-width: 991.98px) {
  .py-60 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (max-width: 767.98px) {
  .py-60 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media (max-width: 575.98px) {
  .py-60 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

@media only screen and (width > 768px) {
  .pt-md-60 {
    padding-top: 60px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .pt-md-60 {
    padding-top: 60px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .pt-md-60 {
    padding-top: 60px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .pt-md-60 {
    padding-top: 30px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .pt-md-60 {
    padding-top: 30px;
  }
}
@media only screen and (width > 768px) {
  .pb-md-60 {
    padding-bottom: 60px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .pb-md-60 {
    padding-bottom: 60px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .pb-md-60 {
    padding-bottom: 60px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .pb-md-60 {
    padding-bottom: 30px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .pb-md-60 {
    padding-bottom: 30px;
  }
}
@media only screen and (width > 768px) {
  .py-md-60 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .py-md-60 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .py-md-60 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .py-md-60 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .py-md-60 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.pt-70 {
  padding-top: 70px;
}
@media (max-width: 1799.98px) {
  .pt-70 {
    padding-top: 70px;
  }
}
@media (max-width: 991.98px) {
  .pt-70 {
    padding-top: 70px;
  }
}
@media (max-width: 767.98px) {
  .pt-70 {
    padding-top: 35px;
  }
}
@media (max-width: 575.98px) {
  .pt-70 {
    padding-top: 35px;
  }
}

.pb-70 {
  padding-bottom: 70px;
}
@media (max-width: 1799.98px) {
  .pb-70 {
    padding-bottom: 70px;
  }
}
@media (max-width: 991.98px) {
  .pb-70 {
    padding-bottom: 70px;
  }
}
@media (max-width: 767.98px) {
  .pb-70 {
    padding-bottom: 35px;
  }
}
@media (max-width: 575.98px) {
  .pb-70 {
    padding-bottom: 35px;
  }
}

.py-70 {
  padding-bottom: 70px;
  padding-top: 70px;
}
@media (max-width: 1799.98px) {
  .py-70 {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
@media (max-width: 991.98px) {
  .py-70 {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
@media (max-width: 767.98px) {
  .py-70 {
    padding-bottom: 35px;
    padding-top: 35px;
  }
}
@media (max-width: 575.98px) {
  .py-70 {
    padding-bottom: 35px;
    padding-top: 35px;
  }
}

@media only screen and (width > 768px) {
  .pt-md-70 {
    padding-top: 70px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .pt-md-70 {
    padding-top: 70px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .pt-md-70 {
    padding-top: 70px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .pt-md-70 {
    padding-top: 35px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .pt-md-70 {
    padding-top: 35px;
  }
}
@media only screen and (width > 768px) {
  .pb-md-70 {
    padding-bottom: 70px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .pb-md-70 {
    padding-bottom: 70px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .pb-md-70 {
    padding-bottom: 70px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .pb-md-70 {
    padding-bottom: 35px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .pb-md-70 {
    padding-bottom: 35px;
  }
}
@media only screen and (width > 768px) {
  .py-md-70 {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .py-md-70 {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .py-md-70 {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .py-md-70 {
    padding-bottom: 35px;
    padding-top: 35px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .py-md-70 {
    padding-bottom: 35px;
    padding-top: 35px;
  }
}
.pt-80 {
  padding-top: 80px;
}
@media (max-width: 1799.98px) {
  .pt-80 {
    padding-top: 80px;
  }
}
@media (max-width: 991.98px) {
  .pt-80 {
    padding-top: 80px;
  }
}
@media (max-width: 767.98px) {
  .pt-80 {
    padding-top: 40px;
  }
}
@media (max-width: 575.98px) {
  .pt-80 {
    padding-top: 40px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media (max-width: 1799.98px) {
  .pb-80 {
    padding-bottom: 80px;
  }
}
@media (max-width: 991.98px) {
  .pb-80 {
    padding-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .pb-80 {
    padding-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .pb-80 {
    padding-bottom: 40px;
  }
}

.py-80 {
  padding-bottom: 80px;
  padding-top: 80px;
}
@media (max-width: 1799.98px) {
  .py-80 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media (max-width: 991.98px) {
  .py-80 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media (max-width: 767.98px) {
  .py-80 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media (max-width: 575.98px) {
  .py-80 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

@media only screen and (width > 768px) {
  .pt-md-80 {
    padding-top: 80px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .pt-md-80 {
    padding-top: 80px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .pt-md-80 {
    padding-top: 80px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .pt-md-80 {
    padding-top: 40px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .pt-md-80 {
    padding-top: 40px;
  }
}
@media only screen and (width > 768px) {
  .pb-md-80 {
    padding-bottom: 80px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .pb-md-80 {
    padding-bottom: 80px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .pb-md-80 {
    padding-bottom: 80px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .pb-md-80 {
    padding-bottom: 40px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .pb-md-80 {
    padding-bottom: 40px;
  }
}
@media only screen and (width > 768px) {
  .py-md-80 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .py-md-80 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .py-md-80 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .py-md-80 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .py-md-80 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.pt-100 {
  padding-top: 100px;
}
@media (max-width: 1799.98px) {
  .pt-100 {
    padding-top: 100px;
  }
}
@media (max-width: 991.98px) {
  .pt-100 {
    padding-top: 100px;
  }
}
@media (max-width: 767.98px) {
  .pt-100 {
    padding-top: 50px;
  }
}
@media (max-width: 575.98px) {
  .pt-100 {
    padding-top: 50px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}
@media (max-width: 1799.98px) {
  .pb-100 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991.98px) {
  .pb-100 {
    padding-bottom: 100px;
  }
}
@media (max-width: 767.98px) {
  .pb-100 {
    padding-bottom: 50px;
  }
}
@media (max-width: 575.98px) {
  .pb-100 {
    padding-bottom: 50px;
  }
}

.py-100 {
  padding-bottom: 100px;
  padding-top: 100px;
}
@media (max-width: 1799.98px) {
  .py-100 {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media (max-width: 991.98px) {
  .py-100 {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media (max-width: 767.98px) {
  .py-100 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
@media (max-width: 575.98px) {
  .py-100 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

@media only screen and (width > 768px) {
  .pt-md-100 {
    padding-top: 100px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .pt-md-100 {
    padding-top: 100px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .pt-md-100 {
    padding-top: 100px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .pt-md-100 {
    padding-top: 50px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .pt-md-100 {
    padding-top: 50px;
  }
}
@media only screen and (width > 768px) {
  .pb-md-100 {
    padding-bottom: 100px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .pb-md-100 {
    padding-bottom: 100px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .pb-md-100 {
    padding-bottom: 100px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .pb-md-100 {
    padding-bottom: 50px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .pb-md-100 {
    padding-bottom: 50px;
  }
}
@media only screen and (width > 768px) {
  .py-md-100 {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .py-md-100 {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .py-md-100 {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .py-md-100 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .py-md-100 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.pt-140 {
  padding-top: 140px;
}
@media (max-width: 1799.98px) {
  .pt-140 {
    padding-top: 140px;
  }
}
@media (max-width: 991.98px) {
  .pt-140 {
    padding-top: 140px;
  }
}
@media (max-width: 767.98px) {
  .pt-140 {
    padding-top: 70px;
  }
}
@media (max-width: 575.98px) {
  .pt-140 {
    padding-top: 70px;
  }
}

.pb-140 {
  padding-bottom: 140px;
}
@media (max-width: 1799.98px) {
  .pb-140 {
    padding-bottom: 140px;
  }
}
@media (max-width: 991.98px) {
  .pb-140 {
    padding-bottom: 140px;
  }
}
@media (max-width: 767.98px) {
  .pb-140 {
    padding-bottom: 70px;
  }
}
@media (max-width: 575.98px) {
  .pb-140 {
    padding-bottom: 70px;
  }
}

.py-140 {
  padding-bottom: 140px;
  padding-top: 140px;
}
@media (max-width: 1799.98px) {
  .py-140 {
    padding-bottom: 140px;
    padding-top: 140px;
  }
}
@media (max-width: 991.98px) {
  .py-140 {
    padding-bottom: 140px;
    padding-top: 140px;
  }
}
@media (max-width: 767.98px) {
  .py-140 {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
@media (max-width: 575.98px) {
  .py-140 {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}

@media only screen and (width > 768px) {
  .pt-md-140 {
    padding-top: 140px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .pt-md-140 {
    padding-top: 140px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .pt-md-140 {
    padding-top: 140px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .pt-md-140 {
    padding-top: 70px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .pt-md-140 {
    padding-top: 70px;
  }
}
@media only screen and (width > 768px) {
  .pb-md-140 {
    padding-bottom: 140px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .pb-md-140 {
    padding-bottom: 140px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .pb-md-140 {
    padding-bottom: 140px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .pb-md-140 {
    padding-bottom: 70px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .pb-md-140 {
    padding-bottom: 70px;
  }
}
@media only screen and (width > 768px) {
  .py-md-140 {
    padding-bottom: 140px;
    padding-top: 140px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .py-md-140 {
    padding-bottom: 140px;
    padding-top: 140px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .py-md-140 {
    padding-bottom: 140px;
    padding-top: 140px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .py-md-140 {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .py-md-140 {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
.pt-150 {
  padding-top: 150px;
}
@media (max-width: 1799.98px) {
  .pt-150 {
    padding-top: 150px;
  }
}
@media (max-width: 991.98px) {
  .pt-150 {
    padding-top: 150px;
  }
}
@media (max-width: 767.98px) {
  .pt-150 {
    padding-top: 75px;
  }
}
@media (max-width: 575.98px) {
  .pt-150 {
    padding-top: 75px;
  }
}

.pb-150 {
  padding-bottom: 150px;
}
@media (max-width: 1799.98px) {
  .pb-150 {
    padding-bottom: 150px;
  }
}
@media (max-width: 991.98px) {
  .pb-150 {
    padding-bottom: 150px;
  }
}
@media (max-width: 767.98px) {
  .pb-150 {
    padding-bottom: 75px;
  }
}
@media (max-width: 575.98px) {
  .pb-150 {
    padding-bottom: 75px;
  }
}

.py-150 {
  padding-bottom: 150px;
  padding-top: 150px;
}
@media (max-width: 1799.98px) {
  .py-150 {
    padding-bottom: 150px;
    padding-top: 150px;
  }
}
@media (max-width: 991.98px) {
  .py-150 {
    padding-bottom: 150px;
    padding-top: 150px;
  }
}
@media (max-width: 767.98px) {
  .py-150 {
    padding-bottom: 75px;
    padding-top: 75px;
  }
}
@media (max-width: 575.98px) {
  .py-150 {
    padding-bottom: 75px;
    padding-top: 75px;
  }
}

@media only screen and (width > 768px) {
  .pt-md-150 {
    padding-top: 150px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .pt-md-150 {
    padding-top: 150px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .pt-md-150 {
    padding-top: 150px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .pt-md-150 {
    padding-top: 75px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .pt-md-150 {
    padding-top: 75px;
  }
}
@media only screen and (width > 768px) {
  .pb-md-150 {
    padding-bottom: 150px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .pb-md-150 {
    padding-bottom: 150px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .pb-md-150 {
    padding-bottom: 150px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .pb-md-150 {
    padding-bottom: 75px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .pb-md-150 {
    padding-bottom: 75px;
  }
}
@media only screen and (width > 768px) {
  .py-md-150 {
    padding-bottom: 150px;
    padding-top: 150px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .py-md-150 {
    padding-bottom: 150px;
    padding-top: 150px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .py-md-150 {
    padding-bottom: 150px;
    padding-top: 150px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .py-md-150 {
    padding-bottom: 75px;
    padding-top: 75px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .py-md-150 {
    padding-bottom: 75px;
    padding-top: 75px;
  }
}
.pt-200 {
  padding-top: 200px;
}
@media (max-width: 1799.98px) {
  .pt-200 {
    padding-top: 200px;
  }
}
@media (max-width: 991.98px) {
  .pt-200 {
    padding-top: 200px;
  }
}
@media (max-width: 767.98px) {
  .pt-200 {
    padding-top: 100px;
  }
}
@media (max-width: 575.98px) {
  .pt-200 {
    padding-top: 100px;
  }
}

.pb-200 {
  padding-bottom: 200px;
}
@media (max-width: 1799.98px) {
  .pb-200 {
    padding-bottom: 200px;
  }
}
@media (max-width: 991.98px) {
  .pb-200 {
    padding-bottom: 200px;
  }
}
@media (max-width: 767.98px) {
  .pb-200 {
    padding-bottom: 100px;
  }
}
@media (max-width: 575.98px) {
  .pb-200 {
    padding-bottom: 100px;
  }
}

.py-200 {
  padding-bottom: 200px;
  padding-top: 200px;
}
@media (max-width: 1799.98px) {
  .py-200 {
    padding-bottom: 200px;
    padding-top: 200px;
  }
}
@media (max-width: 991.98px) {
  .py-200 {
    padding-bottom: 200px;
    padding-top: 200px;
  }
}
@media (max-width: 767.98px) {
  .py-200 {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media (max-width: 575.98px) {
  .py-200 {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}

@media only screen and (width > 768px) {
  .pt-md-200 {
    padding-top: 200px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .pt-md-200 {
    padding-top: 200px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .pt-md-200 {
    padding-top: 200px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .pt-md-200 {
    padding-top: 100px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .pt-md-200 {
    padding-top: 100px;
  }
}
@media only screen and (width > 768px) {
  .pb-md-200 {
    padding-bottom: 200px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .pb-md-200 {
    padding-bottom: 200px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .pb-md-200 {
    padding-bottom: 200px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .pb-md-200 {
    padding-bottom: 100px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .pb-md-200 {
    padding-bottom: 100px;
  }
}
@media only screen and (width > 768px) {
  .py-md-200 {
    padding-bottom: 200px;
    padding-top: 200px;
  }
}
@media only screen and (width > 768px) and (max-width: 1799.98px) {
  .py-md-200 {
    padding-bottom: 200px;
    padding-top: 200px;
  }
}
@media only screen and (width > 768px) and (max-width: 991.98px) {
  .py-md-200 {
    padding-bottom: 200px;
    padding-top: 200px;
  }
}
@media only screen and (width > 768px) and (max-width: 767.98px) {
  .py-md-200 {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media only screen and (width > 768px) and (max-width: 575.98px) {
  .py-md-200 {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
.ml-50 {
  margin-left: 50px;
}
@media (max-width: 1799.98px) {
  .ml-50 {
    margin-left: 2.7777777778vw;
  }
}
@media (max-width: 991.98px) {
  .ml-50 {
    margin-left: 3.4722222222vw;
  }
}
@media (max-width: 767.98px) {
  .ml-50 {
    margin-left: 6.5104166667vw;
  }
}
@media (max-width: 575.98px) {
  .ml-50 {
    margin-left: 13.3333333333vw;
  }
}

.mtm-50 {
  margin-top: -50px;
}
@media (max-width: 1799.98px) {
  .mtm-50 {
    margin-top: -2.7777777778vw;
  }
}
@media (max-width: 991.98px) {
  .mtm-50 {
    margin-top: -3.4722222222vw;
  }
}
@media (max-width: 767.98px) {
  .mtm-50 {
    margin-top: 0;
  }
}
@media (max-width: 575.98px) {
  .mtm-50 {
    margin-top: 0;
  }
}

.mtm-75 {
  margin-top: -75px;
}
@media (max-width: 1799.98px) {
  .mtm-75 {
    margin-top: -4.1666666667vw;
  }
}
@media (max-width: 991.98px) {
  .mtm-75 {
    margin-top: -5.2083333333vw;
  }
}
@media (max-width: 767.98px) {
  .mtm-75 {
    margin-top: 0;
  }
}
@media (max-width: 575.98px) {
  .mtm-75 {
    margin-top: 0;
  }
}

.mtm-175 {
  margin-top: -175px;
}
@media (max-width: 1799.98px) {
  .mtm-175 {
    margin-top: -9.7222222222vw;
  }
}
@media (max-width: 991.98px) {
  .mtm-175 {
    margin-top: -12.1527777778vw;
  }
}
@media (max-width: 767.98px) {
  .mtm-175 {
    margin-top: 0;
  }
}
@media (max-width: 575.98px) {
  .mtm-175 {
    margin-top: 0;
  }
}

.mlm-30 svg {
  margin-left: -30px;
}
@media (max-width: 1799.98px) {
  .mlm-30 svg {
    margin-left: -1.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  .mlm-30 svg {
    margin-left: -2.0833333333vw;
  }
}
@media (max-width: 767.98px) {
  .mlm-30 svg {
    margin-left: 0;
  }
}
@media (max-width: 575.98px) {
  .mlm-30 svg {
    margin-left: 0;
  }
}

.mrm-30 svg {
  margin-right: -30px;
}
@media (max-width: 1799.98px) {
  .mrm-30 svg {
    margin-right: -1.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  .mrm-30 svg {
    margin-right: -2.0833333333vw;
  }
}
@media (max-width: 767.98px) {
  .mrm-30 svg {
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .mrm-30 svg {
    margin-right: 0;
  }
}

#masthead {
  background: #100d0a;
  left: 0;
  max-width: 100vw;
  position: fixed;
  top: 0;
  transition: all 0.3s;
  width: 100%;
  z-index: 10;
  padding: 0 0;
}
@media (max-width: 1799.98px) {
  #masthead {
    padding: 0 0;
  }
}
@media (max-width: 991.98px) {
  #masthead {
    padding: 0 0;
  }
}
@media (max-width: 767.98px) {
  #masthead {
    padding: 1.953125vw 0;
  }
}
@media (max-width: 575.98px) {
  #masthead {
    padding: 4vw 0;
  }
}
#masthead .header-logo,
#masthead .custom-logo {
  height: auto;
  position: relative;
  z-index: 23;
  transition: all 0.3s;
  width: 200px;
}
#masthead .header-logo *,
#masthead .custom-logo * {
  transition: all 0.3s 0.5s;
}
@media (max-width: 1799.98px) {
  #masthead .header-logo,
  #masthead .custom-logo {
    width: 11.1111111111vw;
  }
}
@media (max-width: 991.98px) {
  #masthead .header-logo,
  #masthead .custom-logo {
    width: 13.8888888889vw;
  }
}
@media (max-width: 767.98px) {
  #masthead .header-logo,
  #masthead .custom-logo {
    width: 26.0416666667vw;
  }
}
@media (max-width: 575.98px) {
  #masthead .header-logo,
  #masthead .custom-logo {
    width: 53.3333333333vw;
  }
}
#masthead .header-logo path,
#masthead .custom-logo path {
  fill: #fff;
}
#masthead .slogan {
  font-weight: 300;
  position: relative;
  transition: all 0.3s 0.5s;
  z-index: 23;
  font-size: 20px;
  line-height: 18px;
}
@media (max-width: 1799.98px) {
  #masthead .slogan {
    font-size: 1.1111111111vw;
    line-height: 1vw;
  }
}
@media (max-width: 991.98px) {
  #masthead .slogan {
    font-size: 1.3888888889vw;
    line-height: 1.25vw;
  }
}
@media (max-width: 767.98px) {
  #masthead .slogan {
    font-size: 2.6041666667vw;
    line-height: 2.34375vw;
  }
}
@media (max-width: 575.98px) {
  #masthead .slogan {
    font-size: 5.3333333333vw;
    line-height: 4.8vw;
  }
}
#masthead .navigation {
  display: inline-block;
}
#masthead .navigation--box {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 40px;
}
@media (max-width: 1799.98px) {
  #masthead .navigation--box {
    gap: 2.2222222222vw;
  }
}
@media (max-width: 991.98px) {
  #masthead .navigation--box {
    gap: 2.7777777778vw;
  }
}
@media (max-width: 767.98px) {
  #masthead .navigation--box {
    gap: 3.2552083333vw;
  }
}
@media (max-width: 575.98px) {
  #masthead .navigation--box {
    gap: 6.6666666667vw;
  }
}
#masthead .navigation u:not(.language-menu, .sub-menu) > li:hover > a {
  transform: translateY(-100%);
}
#masthead .navigation u:not(.language-menu, .sub-menu) > li:hover > a span {
  margin-top: 2px;
}
#masthead .navigation u:not(.language-menu, .sub-menu) > li.menu-item-has-children {
  position: relative;
  overflow: visible;
}
#masthead .navigation u:not(.language-menu, .sub-menu) > li.menu-item-has-children > a::after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro", sans-serif;
  margin-left: 8px;
}
@media (max-width: 1799.98px) {
  #masthead .navigation u:not(.language-menu, .sub-menu) > li.menu-item-has-children > a::after {
    margin-left: 0.4444444444vw;
  }
}
@media (max-width: 991.98px) {
  #masthead .navigation u:not(.language-menu, .sub-menu) > li.menu-item-has-children > a::after {
    margin-left: 0.5555555556vw;
  }
}
@media (max-width: 767.98px) {
  #masthead .navigation u:not(.language-menu, .sub-menu) > li.menu-item-has-children > a::after {
    margin-left: 1.0416666667vw;
  }
}
@media (max-width: 575.98px) {
  #masthead .navigation u:not(.language-menu, .sub-menu) > li.menu-item-has-children > a::after {
    margin-left: 2.1333333333vw;
  }
}
#masthead .navigation u:not(.language-menu, .sub-menu) > li.menu-item-has-children span {
  display: none;
}
#masthead .navigation u:not(.language-menu, .sub-menu) > li.menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  display: block;
  width: -moz-max-content;
  width: max-content;
  transition: all 0.3s;
  visibility: hidden;
  transform: translateY(-10px);
  opacity: 0;
  padding-top: 35px;
}
@media (max-width: 1799.98px) {
  #masthead .navigation u:not(.language-menu, .sub-menu) > li.menu-item-has-children .sub-menu {
    padding-top: 1.9444444444vw;
  }
}
@media (max-width: 991.98px) {
  #masthead .navigation u:not(.language-menu, .sub-menu) > li.menu-item-has-children .sub-menu {
    padding-top: 2.4305555556vw;
  }
}
@media (max-width: 767.98px) {
  #masthead .navigation u:not(.language-menu, .sub-menu) > li.menu-item-has-children .sub-menu {
    padding-top: 4.5572916667vw;
  }
}
@media (max-width: 575.98px) {
  #masthead .navigation u:not(.language-menu, .sub-menu) > li.menu-item-has-children .sub-menu {
    padding-top: 9.3333333333vw;
  }
}
#masthead .navigation u:not(.language-menu, .sub-menu) > li.menu-item-has-children .sub-menu > li {
  padding: 0;
  margin: 0;
}
#masthead .navigation u:not(.language-menu, .sub-menu) > li.menu-item-has-children .sub-menu > li a {
  background: rgb(244, 246, 252);
  justify-content: flex-start;
  padding: 10px 15px;
}
@media (max-width: 1799.98px) {
  #masthead .navigation u:not(.language-menu, .sub-menu) > li.menu-item-has-children .sub-menu > li a {
    padding: 0.5555555556vw 0.8333333333vw;
  }
}
@media (max-width: 991.98px) {
  #masthead .navigation u:not(.language-menu, .sub-menu) > li.menu-item-has-children .sub-menu > li a {
    padding: 0.6944444444vw 1.0416666667vw;
  }
}
@media (max-width: 767.98px) {
  #masthead .navigation u:not(.language-menu, .sub-menu) > li.menu-item-has-children .sub-menu > li a {
    padding: 1.3020833333vw 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  #masthead .navigation u:not(.language-menu, .sub-menu) > li.menu-item-has-children .sub-menu > li a {
    padding: 2.6666666667vw 4vw;
  }
}
#masthead .navigation u:not(.language-menu, .sub-menu) > li.menu-item-has-children:hover a {
  transform: translateY(0);
}
#masthead .navigation u:not(.language-menu, .sub-menu) > li.menu-item-has-children:hover > .sub-menu {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
#masthead .navigation ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 35px;
}
@media (max-width: 1799.98px) {
  #masthead .navigation ul {
    gap: 1.9444444444vw;
  }
}
@media (max-width: 991.98px) {
  #masthead .navigation ul {
    gap: 2.4305555556vw;
  }
}
@media (max-width: 767.98px) {
  #masthead .navigation ul {
    gap: 4.5572916667vw;
  }
}
@media (max-width: 575.98px) {
  #masthead .navigation ul {
    gap: 9.3333333333vw;
  }
}
#masthead .navigation ul li {
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
  margin: 35px 0;
}
@media (max-width: 1799.98px) {
  #masthead .navigation ul li {
    margin: 1.9444444444vw 0;
  }
}
@media (max-width: 991.98px) {
  #masthead .navigation ul li {
    margin: 2.4305555556vw 0;
  }
}
@media (max-width: 767.98px) {
  #masthead .navigation ul li {
    margin: 4.5572916667vw 0;
  }
}
@media (max-width: 575.98px) {
  #masthead .navigation ul li {
    margin: 9.3333333333vw 0;
  }
}
#masthead .navigation ul li a {
  color: #fff;
  display: flex;
  font-family: "Haffer", sans-serif;
  font-weight: 300;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s;
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 1799.98px) {
  #masthead .navigation ul li a {
    font-size: 1.1111111111vw;
    line-height: 1.7777777778vw;
  }
}
@media (max-width: 991.98px) {
  #masthead .navigation ul li a {
    font-size: 1.3888888889vw;
    line-height: 2.2222222222vw;
  }
}
@media (max-width: 767.98px) {
  #masthead .navigation ul li a {
    font-size: 2.6041666667vw;
    line-height: 4.1666666667vw;
  }
}
@media (max-width: 575.98px) {
  #masthead .navigation ul li a {
    font-size: 5.3333333333vw;
    line-height: 8.5333333333vw;
  }
}
#masthead .navigation ul li a span {
  color: #fff;
  display: flex;
  font-family: "Haffer", sans-serif;
  font-weight: 300;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s;
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 1799.98px) {
  #masthead .navigation ul li a span {
    font-size: 1.1111111111vw;
    line-height: 1.7777777778vw;
  }
}
@media (max-width: 991.98px) {
  #masthead .navigation ul li a span {
    font-size: 1.3888888889vw;
    line-height: 2.2222222222vw;
  }
}
@media (max-width: 767.98px) {
  #masthead .navigation ul li a span {
    font-size: 2.6041666667vw;
    line-height: 4.1666666667vw;
  }
}
@media (max-width: 575.98px) {
  #masthead .navigation ul li a span {
    font-size: 5.3333333333vw;
    line-height: 8.5333333333vw;
  }
}
#masthead .navigation ul li a span.hover {
  font-family: "Romie", sans-serif;
  position: absolute;
  top: 100%;
  font-size: 19px;
  line-height: 32px;
}
@media (max-width: 1799.98px) {
  #masthead .navigation ul li a span.hover {
    font-size: 1.0555555556vw;
    line-height: 1.7777777778vw;
  }
}
@media (max-width: 991.98px) {
  #masthead .navigation ul li a span.hover {
    font-size: 1.3194444444vw;
    line-height: 2.2222222222vw;
  }
}
@media (max-width: 767.98px) {
  #masthead .navigation ul li a span.hover {
    font-size: 2.4739583333vw;
    line-height: 4.1666666667vw;
  }
}
@media (max-width: 575.98px) {
  #masthead .navigation ul li a span.hover {
    font-size: 5.0666666667vw;
    line-height: 8.5333333333vw;
  }
}
#masthead .navigation ul li.current-menu-item a,
#masthead .navigation ul li.current-menu-item span {
  color: #ff764d;
}
#masthead .hamburger {
  align-items: center;
  background: none;
  border: 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  outline: none;
  padding: 0;
  position: relative;
  transition-duration: 0.3s;
  z-index: 24;
  gap: 8px;
  height: 27.5px;
  width: 27.5px;
}
@media (max-width: 1799.98px) {
  #masthead .hamburger {
    gap: 0.4444444444vw;
    height: 1.5277777778vw;
    width: 1.5277777778vw;
  }
}
@media (max-width: 991.98px) {
  #masthead .hamburger {
    gap: 0.5555555556vw;
    height: 1.9097222222vw;
    width: 1.9097222222vw;
  }
}
@media (max-width: 767.98px) {
  #masthead .hamburger {
    gap: 1.0416666667vw;
    height: 3.5807291667vw;
    width: 3.5807291667vw;
  }
}
@media (max-width: 575.98px) {
  #masthead .hamburger {
    gap: 2.1333333333vw;
    height: 7.3333333333vw;
    width: 7.3333333333vw;
  }
}
#masthead .hamburger div {
  background-color: #fff;
  height: 1px;
  transition-duration: 0.3s;
  width: 100%;
}
#masthead .hamburger.active div {
  background: #fff;
  margin-left: 13px;
}
@media (max-width: 1799.98px) {
  #masthead .hamburger.active div {
    margin-left: 0.7222222222vw;
  }
}
@media (max-width: 991.98px) {
  #masthead .hamburger.active div {
    margin-left: 0.9027777778vw;
  }
}
@media (max-width: 767.98px) {
  #masthead .hamburger.active div {
    margin-left: 1.6927083333vw;
  }
}
@media (max-width: 575.98px) {
  #masthead .hamburger.active div {
    margin-left: 3.4666666667vw;
  }
}
#masthead .hamburger.active div.top {
  transform: rotate(45deg);
  transition-duration: 0.3s;
  transform-origin: left center;
}
#masthead .hamburger.active div.middle {
  transform: rotate(135deg);
  margin-left: 0;
  opacity: 0;
  transform-origin: center;
  transition-duration: 0.3s;
}
#masthead .hamburger.active div.bottom {
  transform: rotate(-45deg);
  transition-duration: 0.3s;
  transform-origin: left center;
}
#masthead.sticky .navigation ul li {
  margin: 25px 0;
}
@media (max-width: 1799.98px) {
  #masthead.sticky .navigation ul li {
    margin: 1.3888888889vw 0;
  }
}
@media (max-width: 991.98px) {
  #masthead.sticky .navigation ul li {
    margin: 1.7361111111vw 0;
  }
}
@media (max-width: 767.98px) {
  #masthead.sticky .navigation ul li {
    margin: 3.2552083333vw 0;
  }
}
@media (max-width: 575.98px) {
  #masthead.sticky .navigation ul li {
    margin: 6.6666666667vw 0;
  }
}
#masthead.sticky .navigation ul > li.menu-item-has-children .sub-menu {
  padding-top: 25px;
}
@media (max-width: 1799.98px) {
  #masthead.sticky .navigation ul > li.menu-item-has-children .sub-menu {
    padding-top: 1.3888888889vw;
  }
}
@media (max-width: 991.98px) {
  #masthead.sticky .navigation ul > li.menu-item-has-children .sub-menu {
    padding-top: 1.7361111111vw;
  }
}
@media (max-width: 767.98px) {
  #masthead.sticky .navigation ul > li.menu-item-has-children .sub-menu {
    padding-top: 3.2552083333vw;
  }
}
@media (max-width: 575.98px) {
  #masthead.sticky .navigation ul > li.menu-item-has-children .sub-menu {
    padding-top: 6.6666666667vw;
  }
}
#masthead.sticky .header-logo {
  width: 250px;
}
@media (max-width: 1799.98px) {
  #masthead.sticky .header-logo {
    width: 13.8888888889vw;
  }
}
@media (max-width: 991.98px) {
  #masthead.sticky .header-logo {
    width: 17.3611111111vw;
  }
}
@media (max-width: 767.98px) {
  #masthead.sticky .header-logo {
    width: 26.0416666667vw;
  }
}
@media (max-width: 575.98px) {
  #masthead.sticky .header-logo {
    width: 53.3333333333vw;
  }
}
#masthead.fullscreen-active .header-logo path {
  animation: fadeIn;
  fill: #fff;
  transition: all 0.3s;
}
#masthead.fullscreen-active .slogan {
  color: #fff;
  transition: all 0.3s;
}

.page-template-about {
  padding-top: 0;
}
.page-template-about #masthead {
  background: linear-gradient(180deg, #08524b 30%, rgba(147, 177, 255, 0) 100%);
}
.page-template-about #masthead.sticky {
  background: linear-gradient(180deg, #08524b 100%, rgb(147, 177, 255) 100%);
}
.page-template-about #masthead ul.header-menu li.current-menu-item a,
.page-template-about #masthead ul.header-menu li.current-menu-item span {
  color: #fff;
}

.post-type-archive-venture {
  padding-top: 0;
  background: #100d0a;
}
.post-type-archive-venture #masthead {
  background: #100d0a;
}
.post-type-archive-venture #masthead .header-logo path {
  fill: rgb(244, 246, 252);
}
.post-type-archive-venture #masthead .slogan {
  color: rgb(244, 246, 252);
}
.post-type-archive-venture #masthead .navigation ul li a,
.post-type-archive-venture #masthead .navigation ul li span {
  color: rgb(244, 246, 252);
}
.post-type-archive-venture #masthead .navigation ul li.current-menu-item a,
.post-type-archive-venture #masthead .navigation ul li.current-menu-item span {
  color: #3b7671;
}
.post-type-archive-venture #masthead .hamburger div {
  background: #fff;
}

.post-type-archive-venture,
.page-template-network {
  padding-top: 0;
}
.post-type-archive-venture #masthead,
.page-template-network #masthead {
  background: linear-gradient(180deg, #100d0a 30%, rgba(16, 13, 10, 0) 100%);
}
.post-type-archive-venture #masthead.sticky,
.page-template-network #masthead.sticky {
  background: linear-gradient(180deg, #100d0a 100%, rgb(16, 13, 10) 100%);
}
.post-type-archive-venture #masthead .header-logo path,
.page-template-network #masthead .header-logo path {
  fill: rgb(244, 246, 252);
}
.post-type-archive-venture #masthead .slogan,
.page-template-network #masthead .slogan {
  color: rgb(244, 246, 252);
}
.post-type-archive-venture #masthead .navigation ul li a,
.post-type-archive-venture #masthead .navigation ul li span,
.page-template-network #masthead .navigation ul li a,
.page-template-network #masthead .navigation ul li span {
  color: rgb(244, 246, 252);
}
.post-type-archive-venture #masthead .navigation ul li.current-menu-item a,
.post-type-archive-venture #masthead .navigation ul li.current-menu-item span,
.page-template-network #masthead .navigation ul li.current-menu-item a,
.page-template-network #masthead .navigation ul li.current-menu-item span {
  color: #3b7671;
}
.post-type-archive-venture #masthead .hamburger div,
.page-template-network #masthead .hamburger div {
  background: #fff;
}

.single-venture {
  background: #78aca8;
}
.single-venture #masthead {
  background: transparent;
}
.single-venture #masthead.sticky {
  background: #78aca8;
}

#masthead .language-menu li {
  margin: 0 !important;
}
@media (max-width: 1799.98px) {
  #masthead .language-menu li {
    margin: 0 !important;
  }
}
@media (max-width: 991.98px) {
  #masthead .language-menu li {
    margin: 0 !important;
  }
}
@media (max-width: 767.98px) {
  #masthead .language-menu li {
    margin: 0 !important;
  }
}
@media (max-width: 575.98px) {
  #masthead .language-menu li {
    margin: 0 !important;
  }
}
#masthead .language-menu .menu-item-has-children {
  position: relative;
  display: flex;
  align-items: center;
  overflow: unset;
}
#masthead .language-menu .menu-item-has-children::after {
  content: url("data:image/svg+xml,%3Csvg width='14' height='7' viewBox='0 0 14 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9231 1.04813L7.2981 6.67313C7.219 6.75213 7.11177 6.79651 6.99997 6.79651C6.88818 6.79651 6.78095 6.75213 6.70185 6.67313L1.07685 1.04813C1.00233 0.968157 0.96176 0.862381 0.963689 0.753087C0.965617 0.643792 1.00989 0.539513 1.08719 0.462218C1.16448 0.384924 1.26876 0.340648 1.37806 0.338719C1.48735 0.336791 1.59313 0.377361 1.6731 0.451881L6.99997 5.77805L12.3268 0.451881C12.4068 0.377361 12.5126 0.336791 12.6219 0.338719C12.7312 0.340648 12.8355 0.384924 12.9128 0.462218C12.9901 0.539513 13.0343 0.643792 13.0363 0.753087C13.0382 0.862381 12.9976 0.968157 12.9231 1.04813Z' fill='white'/%3E%3C/svg%3E");
  margin-left: 10px;
}
#masthead .language-menu .menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
#masthead .language-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  background: #100d0a;
}
#masthead .language-menu .sub-menu li {
  margin: 0;
  padding: 0;
}
#masthead .language-menu .sub-menu li a {
  padding: 15px 10px;
}
@media (max-width: 1799.98px) {
  #masthead .language-menu .sub-menu li a {
    padding: 0.8333333333vw 0.5555555556vw;
  }
}
@media (max-width: 991.98px) {
  #masthead .language-menu .sub-menu li a {
    padding: 1.0416666667vw 0.6944444444vw;
  }
}
@media (max-width: 767.98px) {
  #masthead .language-menu .sub-menu li a {
    padding: 1.953125vw 1.3020833333vw;
  }
}
@media (max-width: 575.98px) {
  #masthead .language-menu .sub-menu li a {
    padding: 4vw 2.6666666667vw;
  }
}
#masthead.sticky .language-menu > li {
  margin: 0;
  padding: 15px 0;
}
@media (max-width: 1799.98px) {
  #masthead.sticky .language-menu > li {
    margin: 0;
    padding: 0.8333333333vw 0;
  }
}
@media (max-width: 991.98px) {
  #masthead.sticky .language-menu > li {
    margin: 0;
    padding: 1.0416666667vw 0;
  }
}
@media (max-width: 767.98px) {
  #masthead.sticky .language-menu > li {
    margin: 0;
    padding: 1.3020833333vw 0;
  }
}
@media (max-width: 575.98px) {
  #masthead.sticky .language-menu > li {
    margin: 0;
    padding: 2.6666666667vw 0;
  }
}
#masthead.sticky .language-menu .sub-menu {
  padding-top: 0 !important;
}
#masthead.sticky .language-menu .sub-menu li {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  #masthead .hamburger {
    order: 2;
  }
  #masthead .navigation--language {
    order: 1;
  }
}

.floating-button {
  position: absolute;
  right: 0;
  background: rgba(16, 13, 10, 0.7);
  color: #ff764d;
  z-index: 10;
  transform: rotate(-90deg);
  transform-origin: bottom right;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Manuka", sans-serif;
  transition: all 0.3s;
  top: 300px;
  padding: 25px 60px;
  font-size: 35px;
}
@media (max-width: 1799.98px) {
  .floating-button {
    top: 16.6666666667vw;
    padding: 1.3888888889vw 3.3333333333vw;
    font-size: 1.9444444444vw;
  }
}
@media (max-width: 991.98px) {
  .floating-button {
    top: 20.8333333333vw;
    padding: 1.7361111111vw 4.1666666667vw;
    font-size: 2.4305555556vw;
  }
}
@media (max-width: 767.98px) {
  .floating-button {
    top: 26.0416666667vw;
    padding: 1.3020833333vw 5.2083333333vw;
    font-size: 3.2552083333vw;
  }
}
@media (max-width: 575.98px) {
  .floating-button {
    top: 53.3333333333vw;
    padding: 2.6666666667vw 10.6666666667vw;
    font-size: 6.6666666667vw;
  }
}
.floating-button:hover {
  background: #ff764d;
  color: #100d0a;
}

.fullscreen-menu {
  background: #100d0a;
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  max-height: 100dvh;
  overflow: scroll;
  position: fixed;
  top: 0;
  transform: translateY(-150%);
  transition: all 0.5s ease 0.5s;
  width: 100vw;
  z-index: 22;
}
.fullscreen-menu .cursor-allowed {
  padding-bottom: 50px;
  padding-top: 150px;
}
@media (max-width: 1799.98px) {
  .fullscreen-menu .cursor-allowed {
    padding-bottom: 2.7777777778vw;
    padding-top: 8.3333333333vw;
  }
}
@media (max-width: 991.98px) {
  .fullscreen-menu .cursor-allowed {
    padding-bottom: 3.4722222222vw;
    padding-top: 10.4166666667vw;
  }
}
@media (max-width: 767.98px) {
  .fullscreen-menu .cursor-allowed {
    padding-bottom: 6.5104166667vw;
    padding-top: 13.0208333333vw;
  }
}
@media (max-width: 575.98px) {
  .fullscreen-menu .cursor-allowed {
    padding-bottom: 13.3333333333vw;
    padding-top: 26.6666666667vw;
  }
}
@media only screen and (width > 1600px) {
  .fullscreen-menu .row {
    align-items: center;
    min-height: calc(100dvh - 150px);
  }
}
@media only screen and (width > 1600px) and (max-width: 1799.98px) {
  .fullscreen-menu .row {
    min-height: calc(100dvh - 8.3333333333vw);
  }
}
@media only screen and (width > 1600px) and (max-width: 991.98px) {
  .fullscreen-menu .row {
    min-height: calc(100dvh - 10.4166666667vw);
  }
}
@media only screen and (width > 1600px) and (max-width: 767.98px) {
  .fullscreen-menu .row {
    min-height: calc(100dvh - 19.53125vw);
  }
}
@media only screen and (width > 1600px) and (max-width: 575.98px) {
  .fullscreen-menu .row {
    min-height: calc(100dvh - 40vw);
  }
}
.fullscreen-menu.show {
  transform: translateY(0);
  transition: all 0.5s ease;
}
.fullscreen-menu.show nav div > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fullscreen-menu.show nav div > ul > li {
  position: relative;
  overflow: hidden;
}
.fullscreen-menu.show nav div > ul > li > a {
  transform: translateX(0);
  transition: all 0.3s 0.5s;
}
.fullscreen-menu.show nav div > ul > li .sub-menu {
  transform: translateY(0);
  transition: all 0.3s 0.5s;
}
@media only screen and (width < 768px) {
  .fullscreen-menu.show nav div > ul > li .sub-menu {
    transform: translateX(0);
  }
}
.fullscreen-menu.show .img-box img {
  rotate: 5deg;
  opacity: 1;
  transition: all 0.3s 0.5s;
}
.fullscreen-menu a {
  text-decoration: none;
}
.fullscreen-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fullscreen-menu .menu-fullscreen-menu a:hover {
  transition: all 0.3s;
  color: #ff764d;
}
.fullscreen-menu .menu-fullscreen-menu > li {
  overflow: hidden;
  position: relative;
  gap: 25px;
  margin-bottom: 15px;
}
@media only screen and (width > 768px) {
  .fullscreen-menu .menu-fullscreen-menu > li {
    display: flex;
  }
}
.fullscreen-menu .menu-fullscreen-menu > li.current-menu-item a {
  color: #ff764d;
}
@media (max-width: 1799.98px) {
  .fullscreen-menu .menu-fullscreen-menu > li {
    gap: 1.3888888889vw;
    margin-bottom: 0.8333333333vw;
  }
}
@media (max-width: 991.98px) {
  .fullscreen-menu .menu-fullscreen-menu > li {
    gap: 1.7361111111vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media (max-width: 767.98px) {
  .fullscreen-menu .menu-fullscreen-menu > li {
    gap: 3.2552083333vw;
    margin-bottom: 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .fullscreen-menu .menu-fullscreen-menu > li {
    gap: 6.6666666667vw;
    margin-bottom: 4vw;
  }
}
.fullscreen-menu .menu-fullscreen-menu > li > a {
  color: #fff;
  display: block;
  font-family: "Manuka", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  transform: translateX(-150%);
  transition: all 0.3s;
  font-size: 150px;
  line-height: 115px;
}
@media (max-width: 1799.98px) {
  .fullscreen-menu .menu-fullscreen-menu > li > a {
    font-size: 8.3333333333vw;
    line-height: 6.3888888889vw;
  }
}
@media (max-width: 991.98px) {
  .fullscreen-menu .menu-fullscreen-menu > li > a {
    font-size: 10.4166666667vw;
    line-height: 7.9861111111vw;
  }
}
@media (max-width: 767.98px) {
  .fullscreen-menu .menu-fullscreen-menu > li > a {
    font-size: 9.1145833333vw;
    line-height: 7.8125vw;
  }
}
@media (max-width: 575.98px) {
  .fullscreen-menu .menu-fullscreen-menu > li > a {
    font-size: 18.6666666667vw;
    line-height: 16vw;
  }
}
.fullscreen-menu .menu-fullscreen-menu > li:nth-child(2), .fullscreen-menu .menu-fullscreen-menu > li:nth-child(4), .fullscreen-menu .menu-fullscreen-menu > li:nth-child(6) {
  margin-left: 150px;
}
@media (max-width: 1799.98px) {
  .fullscreen-menu .menu-fullscreen-menu > li:nth-child(2), .fullscreen-menu .menu-fullscreen-menu > li:nth-child(4), .fullscreen-menu .menu-fullscreen-menu > li:nth-child(6) {
    margin-left: 8.3333333333vw;
  }
}
@media (max-width: 991.98px) {
  .fullscreen-menu .menu-fullscreen-menu > li:nth-child(2), .fullscreen-menu .menu-fullscreen-menu > li:nth-child(4), .fullscreen-menu .menu-fullscreen-menu > li:nth-child(6) {
    margin-left: 10.4166666667vw;
  }
}
@media (max-width: 767.98px) {
  .fullscreen-menu .menu-fullscreen-menu > li:nth-child(2), .fullscreen-menu .menu-fullscreen-menu > li:nth-child(4), .fullscreen-menu .menu-fullscreen-menu > li:nth-child(6) {
    margin-left: 6.5104166667vw;
  }
}
@media (max-width: 575.98px) {
  .fullscreen-menu .menu-fullscreen-menu > li:nth-child(2), .fullscreen-menu .menu-fullscreen-menu > li:nth-child(4), .fullscreen-menu .menu-fullscreen-menu > li:nth-child(6) {
    margin-left: 13.3333333333vw;
  }
}
.fullscreen-menu .menu-fullscreen-menu > li .sub-menu {
  display: flex;
  flex-wrap: wrap;
  transform: translateY(-100%);
  transition: all 0.3s;
  gap: 0;
  align-self: start;
  margin-top: 0;
  max-width: 500px;
}
@media (max-width: 1799.98px) {
  .fullscreen-menu .menu-fullscreen-menu > li .sub-menu {
    margin-top: 0;
    max-width: 27.7777777778vw;
  }
}
@media (max-width: 991.98px) {
  .fullscreen-menu .menu-fullscreen-menu > li .sub-menu {
    margin-top: 0;
    max-width: 34.7222222222vw;
  }
}
@media (max-width: 767.98px) {
  .fullscreen-menu .menu-fullscreen-menu > li .sub-menu {
    margin-top: 0.6510416667vw;
    max-width: 65.1041666667vw;
  }
}
@media (max-width: 575.98px) {
  .fullscreen-menu .menu-fullscreen-menu > li .sub-menu {
    margin-top: 1.3333333333vw;
    max-width: 133.3333333333vw;
  }
}
@media only screen and (width < 768px) {
  .fullscreen-menu .menu-fullscreen-menu > li .sub-menu {
    transform: translateX(-100%);
  }
}
.fullscreen-menu .menu-fullscreen-menu > li .sub-menu li {
  margin-right: 10px;
}
@media (max-width: 1799.98px) {
  .fullscreen-menu .menu-fullscreen-menu > li .sub-menu li {
    margin-right: 0.5555555556vw;
  }
}
@media (max-width: 991.98px) {
  .fullscreen-menu .menu-fullscreen-menu > li .sub-menu li {
    margin-right: 0.6944444444vw;
  }
}
@media (max-width: 767.98px) {
  .fullscreen-menu .menu-fullscreen-menu > li .sub-menu li {
    margin-right: 1.3020833333vw;
  }
}
@media (max-width: 575.98px) {
  .fullscreen-menu .menu-fullscreen-menu > li .sub-menu li {
    margin-right: 2.6666666667vw;
  }
}
.fullscreen-menu .menu-fullscreen-menu > li .sub-menu li a {
  align-items: center;
  color: #fff;
  display: inline-flex;
  font-family: "Manuka", sans-serif;
  font-style: normal;
  font-weight: 400;
  justify-content: center;
  line-height: 100%;
  text-transform: uppercase;
  transition: all 0.3s;
  font-size: 30px;
  gap: 10px;
  line-height: 30px;
}
@media (max-width: 1799.98px) {
  .fullscreen-menu .menu-fullscreen-menu > li .sub-menu li a {
    font-size: 1.6666666667vw;
    gap: 0.5555555556vw;
    line-height: 1.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  .fullscreen-menu .menu-fullscreen-menu > li .sub-menu li a {
    font-size: 2.0833333333vw;
    gap: 0.6944444444vw;
    line-height: 2.0833333333vw;
  }
}
@media (max-width: 767.98px) {
  .fullscreen-menu .menu-fullscreen-menu > li .sub-menu li a {
    font-size: 3.90625vw;
    gap: 1.3020833333vw;
    line-height: 3.90625vw;
  }
}
@media (max-width: 575.98px) {
  .fullscreen-menu .menu-fullscreen-menu > li .sub-menu li a {
    font-size: 8vw;
    gap: 2.6666666667vw;
    line-height: 8vw;
  }
}
.fullscreen-menu .menu-fullscreen-menu > li .sub-menu li a:hover {
  color: #08524b;
  transition: all 0.3s;
}
.fullscreen-menu .menu-fullscreen-menu > li .sub-menu li:not(:first-child) a::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8.48px;
  width: 8.48px;
}
.fullscreen-menu .menu-fullscreen-menu > li .sub-menu li.current-menu-item a {
  color: #ff764d;
}
.fullscreen-menu .img-box {
  position: relative;
  padding-top: 175px;
}
@media (max-width: 1799.98px) {
  .fullscreen-menu .img-box {
    padding-top: 9.7222222222vw;
  }
}
@media (max-width: 991.98px) {
  .fullscreen-menu .img-box {
    padding-top: 12.1527777778vw;
  }
}
@media (max-width: 767.98px) {
  .fullscreen-menu .img-box {
    padding-top: 22.7864583333vw;
  }
}
@media (max-width: 575.98px) {
  .fullscreen-menu .img-box {
    padding-top: 46.6666666667vw;
  }
}
.fullscreen-menu .img-box img {
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: all 0.3s;
  height: 540px;
  width: 400px;
  margin-bottom: 118px;
}
@media (max-width: 1799.98px) {
  .fullscreen-menu .img-box img {
    height: 30vw;
    width: 22.2222222222vw;
    margin-bottom: 6.5555555556vw;
  }
}
@media (max-width: 991.98px) {
  .fullscreen-menu .img-box img {
    height: 37.5vw;
    width: 27.7777777778vw;
    margin-bottom: 8.1944444444vw;
  }
}
@media (max-width: 767.98px) {
  .fullscreen-menu .img-box img {
    height: 70.3125vw;
    width: 52.0833333333vw;
    margin-bottom: 15.3645833333vw;
  }
}
@media (max-width: 575.98px) {
  .fullscreen-menu .img-box img {
    height: 144vw;
    width: 106.6666666667vw;
    margin-bottom: 31.4666666667vw;
  }
}
.fullscreen-menu .img-box svg {
  position: absolute;
  bottom: 0;
  right: 0;
  height: auto;
  width: 325px;
}
@media (max-width: 1799.98px) {
  .fullscreen-menu .img-box svg {
    width: 18.0555555556vw;
  }
}
@media (max-width: 991.98px) {
  .fullscreen-menu .img-box svg {
    width: 22.5694444444vw;
  }
}
@media (max-width: 767.98px) {
  .fullscreen-menu .img-box svg {
    width: 42.3177083333vw;
  }
}
@media (max-width: 575.98px) {
  .fullscreen-menu .img-box svg {
    width: 86.6666666667vw;
  }
}

.site-footer {
  background: #100d0a;
  padding-top: 75px;
}
@media (max-width: 1799.98px) {
  .site-footer {
    padding-top: 4.1666666667vw;
  }
}
@media (max-width: 991.98px) {
  .site-footer {
    padding-top: 5.2083333333vw;
  }
}
@media (max-width: 767.98px) {
  .site-footer {
    padding-top: 4.5572916667vw;
  }
}
@media (max-width: 575.98px) {
  .site-footer {
    padding-top: 9.3333333333vw;
  }
}
.site-footer a {
  color: inherit;
  text-decoration: none;
}
.site-footer p,
.site-footer a,
.site-footer span,
.site-footer li,
.site-footer em {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1799.98px) {
  .site-footer p,
  .site-footer a,
  .site-footer span,
  .site-footer li,
  .site-footer em {
    font-size: 1vw;
    line-height: 1.3333333333vw;
  }
}
@media (max-width: 991.98px) {
  .site-footer p,
  .site-footer a,
  .site-footer span,
  .site-footer li,
  .site-footer em {
    font-size: 1.25vw;
    line-height: 1.6666666667vw;
  }
}
@media (max-width: 767.98px) {
  .site-footer p,
  .site-footer a,
  .site-footer span,
  .site-footer li,
  .site-footer em {
    font-size: 2.34375vw;
    line-height: 3.125vw;
  }
}
@media (max-width: 575.98px) {
  .site-footer p,
  .site-footer a,
  .site-footer span,
  .site-footer li,
  .site-footer em {
    font-size: 4.8vw;
    line-height: 6.4vw;
  }
}
.site-footer em {
  font-family: "Romie", sans-serif;
}
.site-footer h4 {
  font-family: "Haffer", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
}
@media (max-width: 1799.98px) {
  .site-footer h4 {
    font-size: 1.1111111111vw;
    line-height: 1.5555555556vw;
    margin-bottom: 0.5555555556vw;
  }
}
@media (max-width: 991.98px) {
  .site-footer h4 {
    font-size: 1.3888888889vw;
    line-height: 1.9444444444vw;
    margin-bottom: 0.6944444444vw;
  }
}
@media (max-width: 767.98px) {
  .site-footer h4 {
    font-size: 2.6041666667vw;
    line-height: 3.6458333333vw;
    margin-bottom: 1.3020833333vw;
  }
}
@media (max-width: 575.98px) {
  .site-footer h4 {
    font-size: 5.3333333333vw;
    line-height: 7.4666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .navigation {
  margin-top: 12px;
}
@media (max-width: 1799.98px) {
  .site-footer .navigation {
    margin-top: 0.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  .site-footer .navigation {
    margin-top: 0.8333333333vw;
  }
}
@media (max-width: 767.98px) {
  .site-footer .navigation {
    margin-top: 1.5625vw;
  }
}
@media (max-width: 575.98px) {
  .site-footer .navigation {
    margin-top: 3.2vw;
  }
}
.site-footer .navigation a {
  display: block;
  margin-bottom: 3px;
}
@media (max-width: 1799.98px) {
  .site-footer .navigation a {
    margin-bottom: 0.1666666667vw;
  }
}
@media (max-width: 991.98px) {
  .site-footer .navigation a {
    margin-bottom: 0.2083333333vw;
  }
}
@media (max-width: 767.98px) {
  .site-footer .navigation a {
    margin-bottom: 0.390625vw;
  }
}
@media (max-width: 575.98px) {
  .site-footer .navigation a {
    margin-bottom: 0.8vw;
  }
}
.site-footer .contact {
  margin-top: 60px;
}
@media (max-width: 1799.98px) {
  .site-footer .contact {
    margin-top: 3.3333333333vw;
  }
}
@media (max-width: 991.98px) {
  .site-footer .contact {
    margin-top: 4.1666666667vw;
  }
}
@media (max-width: 767.98px) {
  .site-footer .contact {
    margin-top: 4.5572916667vw;
  }
}
@media (max-width: 575.98px) {
  .site-footer .contact {
    margin-top: 9.3333333333vw;
  }
}
.site-footer .socials ul {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}
@media (max-width: 1799.98px) {
  .site-footer .socials ul {
    gap: 1.9444444444vw;
  }
}
@media (max-width: 991.98px) {
  .site-footer .socials ul {
    gap: 2.4305555556vw;
  }
}
@media (max-width: 767.98px) {
  .site-footer .socials ul {
    gap: 4.5572916667vw;
  }
}
@media (max-width: 575.98px) {
  .site-footer .socials ul {
    gap: 9.3333333333vw;
  }
}
.site-footer .socials ul a {
  text-transform: uppercase;
}
.site-footer .logo {
  width: 100%;
  height: auto;
  margin-top: -40px;
}
@media (max-width: 1799.98px) {
  .site-footer .logo {
    margin-top: -2.2222222222vw;
  }
}
@media (max-width: 991.98px) {
  .site-footer .logo {
    margin-top: -2.7777777778vw;
  }
}
@media (max-width: 767.98px) {
  .site-footer .logo {
    margin-top: 3.2552083333vw;
  }
}
@media (max-width: 575.98px) {
  .site-footer .logo {
    margin-top: 6.6666666667vw;
  }
}
.site-footer hr {
  border-color: #fff;
  border-width: 1px 0 0 0;
  margin: 25px 0;
}
@media (max-width: 1799.98px) {
  .site-footer hr {
    margin: 1.3888888889vw 0;
  }
}
@media (max-width: 991.98px) {
  .site-footer hr {
    margin: 1.7361111111vw 0;
  }
}
@media (max-width: 767.98px) {
  .site-footer hr {
    margin: 3.2552083333vw 0;
  }
}
@media (max-width: 575.98px) {
  .site-footer hr {
    margin: 6.6666666667vw 0;
  }
}
.site-footer form {
  position: relative;
}
.site-footer form .wpforms-field-label {
  display: none;
}
.site-footer form label.wpforms-error {
  position: absolute;
  top: 100%;
  left: 0;
  margin-bottom: 0;
  font-size: 14px;
}
@media (max-width: 1799.98px) {
  .site-footer form label.wpforms-error {
    font-size: 0.7777777778vw;
  }
}
@media (max-width: 991.98px) {
  .site-footer form label.wpforms-error {
    font-size: 0.9722222222vw;
  }
}
@media (max-width: 767.98px) {
  .site-footer form label.wpforms-error {
    font-size: 1.8229166667vw;
  }
}
@media (max-width: 575.98px) {
  .site-footer form label.wpforms-error {
    font-size: 3.7333333333vw;
  }
}
.site-footer form .wpforms-field {
  position: relative;
  background: url("../svg/form-icon.svg") no-repeat;
  background-position: center left 15px;
  background-size: 24px;
}
@media (max-width: 1799.98px) {
  .site-footer form .wpforms-field {
    background-position: center left 0.8333333333vw;
    background-size: 1.3333333333vw;
  }
}
@media (max-width: 991.98px) {
  .site-footer form .wpforms-field {
    background-position: center left 1.0416666667vw;
    background-size: 1.6666666667vw;
  }
}
@media (max-width: 767.98px) {
  .site-footer form .wpforms-field {
    background-position: center left 1.953125vw;
    background-size: 3.125vw;
  }
}
@media (max-width: 575.98px) {
  .site-footer form .wpforms-field {
    background-position: center left 4vw;
    background-size: 6.4vw;
  }
}
.site-footer form .wpforms-field input {
  width: 100%;
  border: 1px solid #fff;
  background-color: transparent;
  outline: none;
  color: #fff;
  border-radius: 40px;
  font-size: 20px;
  line-height: 28px;
  padding: 10px 45px 10px 50px;
}
.site-footer form .wpforms-field input::-moz-placeholder {
  opacity: 0.3;
}
.site-footer form .wpforms-field input::placeholder {
  opacity: 0.3;
}
@media (max-width: 1799.98px) {
  .site-footer form .wpforms-field input {
    border-radius: 2.2222222222vw;
    font-size: 1.1111111111vw;
    line-height: 1.5555555556vw;
    padding: 0.5555555556vw 2.5vw 0.5555555556vw 2.7777777778vw;
  }
}
@media (max-width: 991.98px) {
  .site-footer form .wpforms-field input {
    border-radius: 2.7777777778vw;
    font-size: 1.3888888889vw;
    line-height: 1.9444444444vw;
    padding: 0.6944444444vw 3.125vw 0.6944444444vw 3.4722222222vw;
  }
}
@media (max-width: 767.98px) {
  .site-footer form .wpforms-field input {
    border-radius: 5.2083333333vw;
    font-size: 2.6041666667vw;
    line-height: 3.6458333333vw;
    padding: 1.3020833333vw 5.859375vw 1.3020833333vw 6.5104166667vw;
  }
}
@media (max-width: 575.98px) {
  .site-footer form .wpforms-field input {
    border-radius: 10.6666666667vw;
    font-size: 5.3333333333vw;
    line-height: 7.4666666667vw;
    padding: 2.6666666667vw 12vw 2.6666666667vw 13.3333333333vw;
  }
}
.site-footer form button {
  background: url("../svg/submit-arrow.svg") no-repeat center right;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
  font-size: 0;
  padding: 0;
  height: 42px;
  right: 20px;
  width: 42px;
  background-size: 18px 15px;
}
@media (max-width: 1799.98px) {
  .site-footer form button {
    height: 2.3333333333vw;
    right: 1.1111111111vw;
    width: 2.3333333333vw;
    background-size: 1vw 0.8333333333vw;
  }
}
@media (max-width: 991.98px) {
  .site-footer form button {
    height: 2.9166666667vw;
    right: 1.3888888889vw;
    width: 2.9166666667vw;
    background-size: 1.25vw 1.0416666667vw;
  }
}
@media (max-width: 767.98px) {
  .site-footer form button {
    height: 5.46875vw;
    right: 2.6041666667vw;
    width: 5.46875vw;
    background-size: 2.34375vw 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .site-footer form button {
    height: 11.2vw;
    right: 5.3333333333vw;
    width: 11.2vw;
    background-size: 4.8vw 4vw;
  }
}
.site-footer .bottom-bar {
  padding-top: 50px;
  padding-bottom: 25px;
}
@media (max-width: 1799.98px) {
  .site-footer .bottom-bar {
    padding-top: 2.7777777778vw;
    padding-bottom: 1.3888888889vw;
  }
}
@media (max-width: 991.98px) {
  .site-footer .bottom-bar {
    padding-top: 3.4722222222vw;
    padding-bottom: 1.7361111111vw;
  }
}
@media (max-width: 767.98px) {
  .site-footer .bottom-bar {
    padding-top: 6.5104166667vw;
    padding-bottom: 3.2552083333vw;
  }
}
@media (max-width: 575.98px) {
  .site-footer .bottom-bar {
    padding-top: 13.3333333333vw;
    padding-bottom: 6.6666666667vw;
  }
}
.site-footer .bottom-bar nav.documents ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: 0;
  gap: 35px;
}
@media (max-width: 1799.98px) {
  .site-footer .bottom-bar nav.documents ul {
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  .site-footer .bottom-bar nav.documents ul {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .site-footer .bottom-bar nav.documents ul {
    margin-top: 1.3020833333vw;
  }
}
@media (max-width: 575.98px) {
  .site-footer .bottom-bar nav.documents ul {
    margin-top: 2.6666666667vw;
  }
}
@media only screen and (width < 768px) {
  .site-footer .bottom-bar nav.documents ul {
    justify-content: center;
  }
}
@media (max-width: 1799.98px) {
  .site-footer .bottom-bar nav.documents ul {
    gap: 1.9444444444vw;
  }
}
@media (max-width: 991.98px) {
  .site-footer .bottom-bar nav.documents ul {
    gap: 2.4305555556vw;
  }
}
@media (max-width: 767.98px) {
  .site-footer .bottom-bar nav.documents ul {
    gap: 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .site-footer .bottom-bar nav.documents ul {
    gap: 4vw;
  }
}
.site-footer .bottom-bar nav.documents ul li a {
  text-transform: uppercase;
}

.footer-locations .location:not(:first-child) {
  margin-top: 25px;
}
@media (max-width: 1799.98px) {
  .footer-locations .location:not(:first-child) {
    margin-top: 1.3888888889vw;
  }
}
@media (max-width: 991.98px) {
  .footer-locations .location:not(:first-child) {
    margin-top: 1.7361111111vw;
  }
}
@media (max-width: 767.98px) {
  .footer-locations .location:not(:first-child) {
    margin-top: 3.2552083333vw;
  }
}
@media (max-width: 575.98px) {
  .footer-locations .location:not(:first-child) {
    margin-top: 6.6666666667vw;
  }
}

.scroll-container {
  transition: all 0.3s;
  width: 100%;
  height: 900px;
}
@media (max-width: 1799.98px) {
  .scroll-container {
    height: 50vw;
  }
}
@media (max-width: 991.98px) {
  .scroll-container {
    height: 62.5vw;
  }
}
@media (max-width: 767.98px) {
  .scroll-container {
    height: 78.125vw;
  }
}
@media (max-width: 575.98px) {
  .scroll-container {
    height: 160vw;
  }
}
@media only screen and (width < 768px) {
  .scroll-container {
    height: calc(200dvh 625px);
  }
}
@media only screen and (width < 768px) and (max-width: 1799.98px) {
  .scroll-container {
    height: calc(200dvh 34.7222222222vw);
  }
}
@media only screen and (width < 768px) and (max-width: 991.98px) {
  .scroll-container {
    height: calc(200dvh 43.4027777778vw);
  }
}
@media only screen and (width < 768px) and (max-width: 767.98px) {
  .scroll-container {
    height: calc(200dvh 74.21875vw);
  }
}
@media only screen and (width < 768px) and (max-width: 575.98px) {
  .scroll-container {
    height: calc(200dvh 152vw);
  }
}

.header {
  position: relative;
  z-index: 2;
}
.header .background {
  -o-object-fit: cover;
     object-fit: cover;
}
.header.home {
  background: rgb(244, 246, 252);
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  height: 900px;
  padding-top: 0;
}
@media (max-width: 1799.98px) {
  .header.home {
    height: 50vw;
    padding-top: 0;
  }
}
@media (max-width: 991.98px) {
  .header.home {
    height: 62.5vw;
    padding-top: 0;
  }
}
@media (max-width: 767.98px) {
  .header.home {
    height: 78.125vw;
    padding-top: 7.1614583333vw;
  }
}
@media (max-width: 575.98px) {
  .header.home {
    height: 160vw;
    padding-top: 14.6666666667vw;
  }
}
.header.home .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 900px;
}
@media (max-width: 1799.98px) {
  .header.home .background {
    height: 50vw;
  }
}
@media (max-width: 991.98px) {
  .header.home .background {
    height: 62.5vw;
  }
}
@media (max-width: 767.98px) {
  .header.home .background {
    height: 78.125vw;
  }
}
@media (max-width: 575.98px) {
  .header.home .background {
    height: 160vw;
  }
}
.header.home .background img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 900px;
}
@media (max-width: 1799.98px) {
  .header.home .background img {
    height: 50vw;
  }
}
@media (max-width: 991.98px) {
  .header.home .background img {
    height: 62.5vw;
  }
}
@media (max-width: 767.98px) {
  .header.home .background img {
    height: 78.125vw;
  }
}
@media (max-width: 575.98px) {
  .header.home .background img {
    height: 160vw;
  }
}
.header.home .container {
  position: relative;
  z-index: 3;
}
.header.home h1,
.header.home h1 * {
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Manuka", sans-serif;
  color: #fff;
  font-size: 150px;
  letter-spacing: 1.2px;
  line-height: 142px;
}
@media (max-width: 1799.98px) {
  .header.home h1,
  .header.home h1 * {
    font-size: 8.3333333333vw;
    letter-spacing: 0.0666666667vw;
    line-height: 7.8888888889vw;
  }
}
@media (max-width: 991.98px) {
  .header.home h1,
  .header.home h1 * {
    font-size: 10.4166666667vw;
    letter-spacing: 0.0833333333vw;
    line-height: 9.8611111111vw;
  }
}
@media (max-width: 767.98px) {
  .header.home h1,
  .header.home h1 * {
    font-size: 10.4166666667vw;
    letter-spacing: 0.15625vw;
    line-height: 10.6770833333vw;
  }
}
@media (max-width: 575.98px) {
  .header.home h1,
  .header.home h1 * {
    font-size: 21.3333333333vw;
    letter-spacing: 0.32vw;
    line-height: 21.8666666667vw;
  }
}
.header.home h1 strong,
.header.home h1 * strong {
  color: #ff764d;
  font-weight: 600;
}
.header.home p,
.header.home p * {
  color: #fff;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  font-size: 28px;
  letter-spacing: 0.32px;
  line-height: 35px;
}
@media (max-width: 1799.98px) {
  .header.home p,
  .header.home p * {
    font-size: 1.5555555556vw;
    letter-spacing: 0.0177777778vw;
    line-height: 1.9444444444vw;
  }
}
@media (max-width: 991.98px) {
  .header.home p,
  .header.home p * {
    font-size: 1.9444444444vw;
    letter-spacing: 0.0222222222vw;
    line-height: 2.4305555556vw;
  }
}
@media (max-width: 767.98px) {
  .header.home p,
  .header.home p * {
    font-size: 2.0833333333vw;
    letter-spacing: 0.0416666667vw;
    line-height: 2.9947916667vw;
  }
}
@media (max-width: 575.98px) {
  .header.home p,
  .header.home p * {
    font-size: 4.2666666667vw;
    letter-spacing: 0.0853333333vw;
    line-height: 6.1333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .header.home p br,
  .header.home p * br {
    display: none;
  }
}
.header.home p strong,
.header.home p * strong {
  font-weight: 500;
}
.header.home .socials {
  display: flex;
  gap: 15px;
}
@media (max-width: 1799.98px) {
  .header.home .socials {
    gap: 0.8333333333vw;
  }
}
@media (max-width: 991.98px) {
  .header.home .socials {
    gap: 1.0416666667vw;
  }
}
@media (max-width: 767.98px) {
  .header.home .socials {
    gap: 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .header.home .socials {
    gap: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .header.home .socials {
    margin-bottom: 25px;
  }
}
.header.home .socials svg * {
  transition: all 0.3s;
}
.header.home .socials svg:hover path {
  fill: #ff764d;
}
.header--small {
  display: flex;
  align-items: center;
  height: 390px;
}
@media (max-width: 1799.98px) {
  .header--small {
    height: 21.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  .header--small {
    height: 27.0833333333vw;
  }
}
@media (max-width: 767.98px) {
  .header--small {
    height: 13.0208333333vw;
  }
}
@media (max-width: 575.98px) {
  .header--small {
    height: 26.6666666667vw;
  }
}
.header--small .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 390px;
}
@media (max-width: 1799.98px) {
  .header--small .background {
    height: 21.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  .header--small .background {
    height: 27.0833333333vw;
  }
}
@media (max-width: 767.98px) {
  .header--small .background {
    height: 13.0208333333vw;
  }
}
@media (max-width: 575.98px) {
  .header--small .background {
    height: 26.6666666667vw;
  }
}
.header--small .background::before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.header--small .container {
  position: relative;
  z-index: 3;
}
.header--small h1,
.header--small h1 * {
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Manuka", sans-serif;
  color: #fff;
  margin: 0;
  font-size: 90px;
  line-height: 80px;
  letter-spacing: 0.9px;
}
@media (max-width: 1799.98px) {
  .header--small h1,
  .header--small h1 * {
    font-size: 5vw;
    line-height: 4.4444444444vw;
    letter-spacing: 0.05vw;
  }
}
@media (max-width: 991.98px) {
  .header--small h1,
  .header--small h1 * {
    font-size: 6.25vw;
    line-height: 5.5555555556vw;
    letter-spacing: 0.0625vw;
  }
}
@media (max-width: 767.98px) {
  .header--small h1,
  .header--small h1 * {
    font-size: 5.2083333333vw;
    line-height: 2.6041666667vw;
    letter-spacing: 0.1171875vw;
  }
}
@media (max-width: 575.98px) {
  .header--small h1,
  .header--small h1 * {
    font-size: 10.6666666667vw;
    line-height: 5.3333333333vw;
    letter-spacing: 0.24vw;
  }
}
.header--small h1 strong,
.header--small h1 * strong {
  font-weight: 600;
}
.header--medium {
  display: flex;
  align-items: center;
  height: 550px;
}
@media (max-width: 1799.98px) {
  .header--medium {
    height: 30.5555555556vw;
  }
}
@media (max-width: 991.98px) {
  .header--medium {
    height: 38.1944444444vw;
  }
}
@media (max-width: 767.98px) {
  .header--medium {
    height: 19.53125vw;
  }
}
@media (max-width: 575.98px) {
  .header--medium {
    height: 40vw;
  }
}
.header--medium .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 550px;
}
@media (max-width: 1799.98px) {
  .header--medium .background {
    height: 30.5555555556vw;
  }
}
@media (max-width: 991.98px) {
  .header--medium .background {
    height: 38.1944444444vw;
  }
}
@media (max-width: 767.98px) {
  .header--medium .background {
    height: 19.53125vw;
  }
}
@media (max-width: 575.98px) {
  .header--medium .background {
    height: 40vw;
  }
}
.header--medium .background::before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.header--medium .container {
  position: relative;
  z-index: 3;
}
.header--medium h1,
.header--medium h1 * {
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Manuka", sans-serif;
  color: #fff;
  margin: 0;
  font-size: 90px;
  line-height: 80px;
  letter-spacing: 0.9px;
}
@media (max-width: 1799.98px) {
  .header--medium h1,
  .header--medium h1 * {
    font-size: 5vw;
    line-height: 4.4444444444vw;
    letter-spacing: 0.05vw;
  }
}
@media (max-width: 991.98px) {
  .header--medium h1,
  .header--medium h1 * {
    font-size: 6.25vw;
    line-height: 5.5555555556vw;
    letter-spacing: 0.0625vw;
  }
}
@media (max-width: 767.98px) {
  .header--medium h1,
  .header--medium h1 * {
    font-size: 5.2083333333vw;
    line-height: 2.6041666667vw;
    letter-spacing: 0.1171875vw;
  }
}
@media (max-width: 575.98px) {
  .header--medium h1,
  .header--medium h1 * {
    font-size: 10.6666666667vw;
    line-height: 5.3333333333vw;
    letter-spacing: 0.24vw;
  }
}
.header--medium h1 strong,
.header--medium h1 * strong {
  font-weight: 600;
}
.header--medium .country {
  font-family: "Manuka", sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 110%;
  margin: 0 0 0;
  font-size: 45px;
  letter-spacing: 0.45px;
}
@media (max-width: 1799.98px) {
  .header--medium .country {
    margin: 0 0 0;
    font-size: 2.5vw;
    letter-spacing: 0.025vw;
  }
}
@media (max-width: 991.98px) {
  .header--medium .country {
    margin: 0 0 0;
    font-size: 3.125vw;
    letter-spacing: 0.03125vw;
  }
}
@media (max-width: 767.98px) {
  .header--medium .country {
    margin: 1.3020833333vw 0 0;
    font-size: 3.2552083333vw;
    letter-spacing: 0.05859375vw;
  }
}
@media (max-width: 575.98px) {
  .header--medium .country {
    margin: 2.6666666667vw 0 0;
    font-size: 6.6666666667vw;
    letter-spacing: 0.12vw;
  }
}
.header.about {
  background: #3b7671;
  position: relative;
  overflow: hidden;
  padding-bottom: 75px;
  padding-top: 310px;
}
@media (max-width: 1799.98px) {
  .header.about {
    padding-bottom: 4.1666666667vw;
    padding-top: 17.2222222222vw;
  }
}
@media (max-width: 991.98px) {
  .header.about {
    padding-bottom: 5.2083333333vw;
    padding-top: 21.5277777778vw;
  }
}
@media (max-width: 767.98px) {
  .header.about {
    padding-bottom: 4.5572916667vw;
    padding-top: 19.53125vw;
  }
}
@media (max-width: 575.98px) {
  .header.about {
    padding-bottom: 9.3333333333vw;
    padding-top: 40vw;
  }
}
.header.about .background {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media only screen and (width < 768px) {
  .header.about .background {
    width: 180%;
    left: 50%;
    transform: translateX(-50%);
    top: 45px;
  }
}
@media only screen and (width < 768px) and (max-width: 1799.98px) {
  .header.about .background {
    top: 2.5vw;
  }
}
@media only screen and (width < 768px) and (max-width: 991.98px) {
  .header.about .background {
    top: 3.125vw;
  }
}
@media only screen and (width < 768px) and (max-width: 767.98px) {
  .header.about .background {
    top: 5.859375vw;
  }
}
@media only screen and (width < 768px) and (max-width: 575.98px) {
  .header.about .background {
    top: 12vw;
  }
}
.header.about .background::after {
  background: #3b7671;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}
.header.about .background svg {
  width: 100%;
  height: auto;
}
.header.about .container {
  position: relative;
  z-index: 2;
}
.header.about .row.second {
  padding-top: 185px;
}
@media (max-width: 1799.98px) {
  .header.about .row.second {
    padding-top: 10.2777777778vw;
  }
}
@media (max-width: 991.98px) {
  .header.about .row.second {
    padding-top: 12.8472222222vw;
  }
}
@media (max-width: 767.98px) {
  .header.about .row.second {
    padding-top: 6.5104166667vw;
  }
}
@media (max-width: 575.98px) {
  .header.about .row.second {
    padding-top: 13.3333333333vw;
  }
}
.header.about .text-block {
  position: relative;
}
.header.about .text-block::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #3b7671;
  filter: blur(22px);
  width: calc(100% + 30px);
  height: calc(100% + 30px);
}
.header.about .text-block p {
  position: relative;
  z-index: 2;
}
.header.about video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 800px;
  margin-top: 100px;
}
@media (max-width: 1799.98px) {
  .header.about video {
    height: 44.4444444444vw;
    margin-top: 5.5555555556vw;
  }
}
@media (max-width: 991.98px) {
  .header.about video {
    height: 55.5555555556vw;
    margin-top: 6.9444444444vw;
  }
}
@media (max-width: 767.98px) {
  .header.about video {
    height: 26.0416666667vw;
    margin-top: 4.5572916667vw;
  }
}
@media (max-width: 575.98px) {
  .header.about video {
    height: 53.3333333333vw;
    margin-top: 9.3333333333vw;
  }
}
.header.story, .header.studio {
  position: relative;
  padding-bottom: 60px;
  padding-top: 60px;
}
@media (max-width: 1799.98px) {
  .header.story, .header.studio {
    padding-bottom: 3.3333333333vw;
    padding-top: 3.3333333333vw;
  }
}
@media (max-width: 991.98px) {
  .header.story, .header.studio {
    padding-bottom: 4.1666666667vw;
    padding-top: 4.1666666667vw;
  }
}
@media (max-width: 767.98px) {
  .header.story, .header.studio {
    padding-bottom: 7.8125vw;
    padding-top: 7.8125vw;
  }
}
@media (max-width: 575.98px) {
  .header.story, .header.studio {
    padding-bottom: 16vw;
    padding-top: 16vw;
  }
}
.header.story .background, .header.studio .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.header.story .background::before, .header.studio .background::before {
  content: "";
  background: rgba(16, 13, 10, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.header.story .background img, .header.studio .background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header.story .row .col-md-4:first-child, .header.studio .row .col-md-4:first-child {
  padding-bottom: 130px;
}
@media (max-width: 1799.98px) {
  .header.story .row .col-md-4:first-child, .header.studio .row .col-md-4:first-child {
    padding-bottom: 7.2222222222vw;
  }
}
@media (max-width: 991.98px) {
  .header.story .row .col-md-4:first-child, .header.studio .row .col-md-4:first-child {
    padding-bottom: 9.0277777778vw;
  }
}
@media (max-width: 767.98px) {
  .header.story .row .col-md-4:first-child, .header.studio .row .col-md-4:first-child {
    padding-bottom: 4.5572916667vw;
  }
}
@media (max-width: 575.98px) {
  .header.story .row .col-md-4:first-child, .header.studio .row .col-md-4:first-child {
    padding-bottom: 9.3333333333vw;
  }
}
.header.studio .row .col-md-4:first-child {
  padding-bottom: 50;
}
@media (max-width: 1799.98px) {
  .header.studio .row .col-md-4:first-child {
    padding-bottom: 50;
  }
}
@media (max-width: 991.98px) {
  .header.studio .row .col-md-4:first-child {
    padding-bottom: 50;
  }
}
@media (max-width: 767.98px) {
  .header.studio .row .col-md-4:first-child {
    padding-bottom: 4.5572916667vw;
  }
}
@media (max-width: 575.98px) {
  .header.studio .row .col-md-4:first-child {
    padding-bottom: 9.3333333333vw;
  }
}
.header.news {
  padding-bottom: 60px;
  padding-top: 60px;
}
@media (max-width: 1799.98px) {
  .header.news {
    padding-bottom: 3.3333333333vw;
    padding-top: 3.3333333333vw;
  }
}
@media (max-width: 991.98px) {
  .header.news {
    padding-bottom: 4.1666666667vw;
    padding-top: 4.1666666667vw;
  }
}
@media (max-width: 767.98px) {
  .header.news {
    padding-bottom: 0;
    padding-top: 7.8125vw;
  }
}
@media (max-width: 575.98px) {
  .header.news {
    padding-bottom: 0;
    padding-top: 16vw;
  }
}
.header.news.single {
  padding-bottom: 100px;
  padding-top: 150px;
}
@media (max-width: 1799.98px) {
  .header.news.single {
    padding-bottom: 5.5555555556vw;
    padding-top: 8.3333333333vw;
  }
}
@media (max-width: 991.98px) {
  .header.news.single {
    padding-bottom: 6.9444444444vw;
    padding-top: 10.4166666667vw;
  }
}
@media (max-width: 767.98px) {
  .header.news.single {
    padding-bottom: 3.2552083333vw;
    padding-top: 6.5104166667vw;
  }
}
@media (max-width: 575.98px) {
  .header.news.single {
    padding-bottom: 6.6666666667vw;
    padding-top: 13.3333333333vw;
  }
}
.header.news.single .title-box {
  width: unset;
}
.header.news.single .read-time {
  display: inline-block;
  position: relative;
  width: 298px;
}
@media (max-width: 1799.98px) {
  .header.news.single .read-time {
    width: 16.5555555556vw;
  }
}
@media (max-width: 991.98px) {
  .header.news.single .read-time {
    width: 20.6944444444vw;
  }
}
@media (max-width: 767.98px) {
  .header.news.single .read-time {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .header.news.single .read-time {
    width: 100%;
  }
}
.header.news.single .read-time--inner {
  position: absolute;
  align-items: center;
  display: inline-flex;
  text-transform: uppercase;
  gap: 20px;
  top: -35px;
  left: 15px;
}
@media (max-width: 1799.98px) {
  .header.news.single .read-time--inner {
    gap: 1.1111111111vw;
    top: -1.9444444444vw;
    left: 0.8333333333vw;
  }
}
@media (max-width: 991.98px) {
  .header.news.single .read-time--inner {
    gap: 1.3888888889vw;
    top: -2.4305555556vw;
    left: 1.0416666667vw;
  }
}
@media (max-width: 767.98px) {
  .header.news.single .read-time--inner {
    gap: 2.6041666667vw;
    top: -4.5572916667vw;
    left: 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .header.news.single .read-time--inner {
    gap: 5.3333333333vw;
    top: -9.3333333333vw;
    left: 4vw;
  }
}
.header.news.single .read-time svg {
  height: auto;
  width: 12px;
}
@media (max-width: 1799.98px) {
  .header.news.single .read-time svg {
    width: 0.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  .header.news.single .read-time svg {
    width: 0.8333333333vw;
  }
}
@media (max-width: 767.98px) {
  .header.news.single .read-time svg {
    width: 1.5625vw;
  }
}
@media (max-width: 575.98px) {
  .header.news.single .read-time svg {
    width: 3.2vw;
  }
}
.header.news.single h1 {
  display: initial;
}
.header.news.single h1,
.header.news.single h1 em {
  font-family: "Haffer", sans-serif;
  font-weight: 300;
  font-size: 80px;
  line-height: 80px;
}
@media (max-width: 1799.98px) {
  .header.news.single h1,
  .header.news.single h1 em {
    font-size: 4.4444444444vw;
    line-height: 4.4444444444vw;
  }
}
@media (max-width: 991.98px) {
  .header.news.single h1,
  .header.news.single h1 em {
    font-size: 5.5555555556vw;
    line-height: 5.5555555556vw;
  }
}
@media (max-width: 767.98px) {
  .header.news.single h1,
  .header.news.single h1 em {
    font-size: 3.90625vw;
    line-height: 3.90625vw;
  }
}
@media (max-width: 575.98px) {
  .header.news.single h1,
  .header.news.single h1 em {
    font-size: 8vw;
    line-height: 8vw;
  }
}
.header.news.single h1 em,
.header.news.single h1 em em {
  font-family: "Romie", sans-serif;
}
.header.ventures {
  position: relative;
  padding-bottom: 75px;
  padding-top: 162px;
}
@media (max-width: 1799.98px) {
  .header.ventures {
    padding-bottom: 4.1666666667vw;
    padding-top: 9vw;
  }
}
@media (max-width: 991.98px) {
  .header.ventures {
    padding-bottom: 5.2083333333vw;
    padding-top: 11.25vw;
  }
}
@media (max-width: 767.98px) {
  .header.ventures {
    padding-bottom: 9.765625vw;
    padding-top: 21.09375vw;
  }
}
@media (max-width: 575.98px) {
  .header.ventures {
    padding-bottom: 20vw;
    padding-top: 43.2vw;
  }
}
.header.ventures h1,
.header.ventures p {
  color: #fff;
}
.header.venture {
  position: relative;
}
.header.venture::before {
  background: #78aca8;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
  filter: blur(22px);
  height: 102px;
  top: -102px;
}
@media (max-width: 1799.98px) {
  .header.venture::before {
    height: 5.6666666667vw;
    top: -5.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  .header.venture::before {
    height: 7.0833333333vw;
    top: -7.0833333333vw;
  }
}
@media (max-width: 767.98px) {
  .header.venture::before {
    height: 13.28125vw;
    top: -13.28125vw;
  }
}
@media (max-width: 575.98px) {
  .header.venture::before {
    height: 27.2vw;
    top: -27.2vw;
  }
}
.header.venture .background-shape {
  position: absolute;
  right: 45%;
  top: -102px;
}
@media (max-width: 1799.98px) {
  .header.venture .background-shape {
    top: -5.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  .header.venture .background-shape {
    top: -7.0833333333vw;
  }
}
@media (max-width: 767.98px) {
  .header.venture .background-shape {
    top: -13.28125vw;
  }
}
@media (max-width: 575.98px) {
  .header.venture .background-shape {
    top: -27.2vw;
  }
}
.header.venture .logo {
  padding-top: 250px;
  padding-bottom: 200px;
}
@media (max-width: 1799.98px) {
  .header.venture .logo {
    padding-top: 13.8888888889vw;
    padding-bottom: 11.1111111111vw;
  }
}
@media (max-width: 991.98px) {
  .header.venture .logo {
    padding-top: 17.3611111111vw;
    padding-bottom: 13.8888888889vw;
  }
}
@media (max-width: 767.98px) {
  .header.venture .logo {
    padding-top: 6.5104166667vw;
    padding-bottom: 3.2552083333vw;
  }
}
@media (max-width: 575.98px) {
  .header.venture .logo {
    padding-top: 13.3333333333vw;
    padding-bottom: 6.6666666667vw;
  }
}
.header.venture .logo svg {
  width: 100%;
  height: auto;
  max-width: 500px;
}
@media (max-width: 1799.98px) {
  .header.venture .logo svg {
    max-width: 27.7777777778vw;
  }
}
@media (max-width: 991.98px) {
  .header.venture .logo svg {
    max-width: 34.7222222222vw;
  }
}
@media (max-width: 767.98px) {
  .header.venture .logo svg {
    max-width: 80%;
  }
}
@media (max-width: 575.98px) {
  .header.venture .logo svg {
    max-width: 80%;
  }
}
.header.venture .logo svg path {
  fill: #100d0a;
}
.header.venture .thumbnail {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 963px;
}
@media (max-width: 1799.98px) {
  .header.venture .thumbnail {
    height: 53.5vw;
  }
}
@media (max-width: 991.98px) {
  .header.venture .thumbnail {
    height: 66.875vw;
  }
}
@media (max-width: 767.98px) {
  .header.venture .thumbnail {
    height: 39.0625vw;
  }
}
@media (max-width: 575.98px) {
  .header.venture .thumbnail {
    height: 80vw;
  }
}
.header.job .title-box {
  width: -moz-max-content;
  width: max-content;
}
.header.job .title-box h1 {
  font-size: 180px;
  line-height: 144px;
}
@media (max-width: 1799.98px) {
  .header.job .title-box h1 {
    font-size: 10vw;
    line-height: 8vw;
  }
}
@media (max-width: 991.98px) {
  .header.job .title-box h1 {
    font-size: 12.5vw;
    line-height: 10vw;
  }
}
@media (max-width: 767.98px) {
  .header.job .title-box h1 {
    font-size: 10.4166666667vw;
    line-height: 7.2916666667vw;
  }
}
@media (max-width: 575.98px) {
  .header.job .title-box h1 {
    font-size: 21.3333333333vw;
    line-height: 14.9333333333vw;
  }
}
.header.job .title-box svg {
  margin: 5px 0 0 58px;
}
@media (max-width: 1799.98px) {
  .header.job .title-box svg {
    margin: 0.2777777778vw 0 0 3.2222222222vw;
  }
}
@media (max-width: 991.98px) {
  .header.job .title-box svg {
    margin: 0.3472222222vw 0 0 4.0277777778vw;
  }
}
@media (max-width: 767.98px) {
  .header.job .title-box svg {
    margin: 0.6510416667vw 0 0 7.5520833333vw;
  }
}
@media (max-width: 575.98px) {
  .header.job .title-box svg {
    margin: 1.3333333333vw 0 0 15.4666666667vw;
  }
}
.header.job .details {
  display: flex;
  align-items: center;
  margin-top: 15px;
  gap: 30px;
}
@media (max-width: 1799.98px) {
  .header.job .details {
    margin-top: 0.8333333333vw;
    gap: 1.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  .header.job .details {
    margin-top: 1.0416666667vw;
    gap: 2.0833333333vw;
  }
}
@media (max-width: 767.98px) {
  .header.job .details {
    margin-top: 1.953125vw;
    gap: 3.90625vw;
  }
}
@media (max-width: 575.98px) {
  .header.job .details {
    margin-top: 4vw;
    gap: 8vw;
  }
}
.header.job .details p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
  line-height: 22.4px;
  gap: 10px;
}
@media (max-width: 1799.98px) {
  .header.job .details p {
    font-size: 0.8888888889vw;
    line-height: 1.2444444444vw;
    gap: 0.5555555556vw;
  }
}
@media (max-width: 991.98px) {
  .header.job .details p {
    font-size: 1.1111111111vw;
    line-height: 1.5555555556vw;
    gap: 0.6944444444vw;
  }
}
@media (max-width: 767.98px) {
  .header.job .details p {
    font-size: 1.8229166667vw;
    line-height: 2.9166666667vw;
    gap: 1.3020833333vw;
  }
}
@media (max-width: 575.98px) {
  .header.job .details p {
    font-size: 3.7333333333vw;
    line-height: 5.9733333333vw;
    gap: 2.6666666667vw;
  }
}
.header.shop {
  padding-top: 60px;
}
@media (max-width: 1799.98px) {
  .header.shop {
    padding-top: 3.3333333333vw;
  }
}
@media (max-width: 991.98px) {
  .header.shop {
    padding-top: 4.1666666667vw;
  }
}
@media (max-width: 767.98px) {
  .header.shop {
    padding-top: 7.8125vw;
  }
}
@media (max-width: 575.98px) {
  .header.shop {
    padding-top: 16vw;
  }
}
.header.shop .floating-products .col-md-3 {
  max-width: 100%;
  flex: 0 0 100%;
}
.header.shop .floating-products img {
  -o-object-fit: cover;
     object-fit: cover;
}
.header.shop .floating-products .top-right {
  margin-top: 150px;
  max-width: 500px !important;
}
@media (max-width: 1799.98px) {
  .header.shop .floating-products .top-right {
    margin-top: 8.3333333333vw;
    max-width: 27.7777777778vw !important;
  }
}
@media (max-width: 991.98px) {
  .header.shop .floating-products .top-right {
    margin-top: 10.4166666667vw;
    max-width: 34.7222222222vw !important;
  }
}
@media (max-width: 767.98px) {
  .header.shop .floating-products .top-right {
    margin-top: 1.953125vw;
    max-width: 100% !important;
  }
}
@media (max-width: 575.98px) {
  .header.shop .floating-products .top-right {
    margin-top: 4vw;
    max-width: 100% !important;
  }
}
.header.shop .floating-products .top-right img {
  height: 665px !important;
}
@media (max-width: 1799.98px) {
  .header.shop .floating-products .top-right img {
    height: 36.9444444444vw !important;
  }
}
@media (max-width: 991.98px) {
  .header.shop .floating-products .top-right img {
    height: 46.1805555556vw !important;
  }
}
@media (max-width: 767.98px) {
  .header.shop .floating-products .top-right img {
    height: 52.0833333333vw !important;
  }
}
@media (max-width: 575.98px) {
  .header.shop .floating-products .top-right img {
    height: 106.6666666667vw !important;
  }
}
.header.shop .floating-products .top-left {
  margin-left: auto;
  margin-top: -150px;
  max-width: 800px !important;
}
@media (max-width: 1799.98px) {
  .header.shop .floating-products .top-left {
    margin-top: -8.3333333333vw;
    max-width: 44.4444444444vw !important;
  }
}
@media (max-width: 991.98px) {
  .header.shop .floating-products .top-left {
    margin-top: -10.4166666667vw;
    max-width: 55.5555555556vw !important;
  }
}
@media (max-width: 767.98px) {
  .header.shop .floating-products .top-left {
    margin-top: 13.0208333333vw;
    max-width: 104.1666666667vw !important;
  }
}
@media (max-width: 575.98px) {
  .header.shop .floating-products .top-left {
    margin-top: 26.6666666667vw;
    max-width: 213.3333333333vw !important;
  }
}
.header.shop .floating-products .top-left img {
  height: 900px !important;
}
@media (max-width: 1799.98px) {
  .header.shop .floating-products .top-left img {
    height: 50vw !important;
  }
}
@media (max-width: 991.98px) {
  .header.shop .floating-products .top-left img {
    height: 62.5vw !important;
  }
}
@media (max-width: 767.98px) {
  .header.shop .floating-products .top-left img {
    height: 117.1875vw !important;
  }
}
@media (max-width: 575.98px) {
  .header.shop .floating-products .top-left img {
    height: 240vw !important;
  }
}
.header.shop .floating-products .bottom-right {
  margin-top: 75px;
  max-width: 500px !important;
}
@media (max-width: 1799.98px) {
  .header.shop .floating-products .bottom-right {
    margin-top: 4.1666666667vw;
    max-width: 27.7777777778vw !important;
  }
}
@media (max-width: 991.98px) {
  .header.shop .floating-products .bottom-right {
    margin-top: 5.2083333333vw;
    max-width: 34.7222222222vw !important;
  }
}
@media (max-width: 767.98px) {
  .header.shop .floating-products .bottom-right {
    margin-top: 9.765625vw;
    max-width: 65.1041666667vw !important;
  }
}
@media (max-width: 575.98px) {
  .header.shop .floating-products .bottom-right {
    margin-top: 20vw;
    max-width: 133.3333333333vw !important;
  }
}
.header.shop .floating-products .bottom-right img {
  height: 750px;
}
@media (max-width: 1799.98px) {
  .header.shop .floating-products .bottom-right img {
    height: 41.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  .header.shop .floating-products .bottom-right img {
    height: 52.0833333333vw;
  }
}
@media (max-width: 767.98px) {
  .header.shop .floating-products .bottom-right img {
    height: 97.65625vw;
  }
}
@media (max-width: 575.98px) {
  .header.shop .floating-products .bottom-right img {
    height: 200vw;
  }
}
.header.shop .text-section * {
  font-size: 56px;
  line-height: 68px;
}
@media (max-width: 1799.98px) {
  .header.shop .text-section * {
    font-size: 3.1111111111vw;
    line-height: 3.7777777778vw;
  }
}
@media (max-width: 991.98px) {
  .header.shop .text-section * {
    font-size: 3.8888888889vw;
    line-height: 4.7222222222vw;
  }
}
@media (max-width: 767.98px) {
  .header.shop .text-section * {
    font-size: 3.2552083333vw;
    line-height: 4.9479166667vw;
  }
}
@media (max-width: 575.98px) {
  .header.shop .text-section * {
    font-size: 6.6666666667vw;
    line-height: 10.1333333333vw;
  }
}

.header--idea {
  padding: 100px 0;
}
@media (max-width: 1799.98px) {
  .header--idea {
    padding: 5.5555555556vw 0;
  }
}
@media (max-width: 991.98px) {
  .header--idea {
    padding: 6.9444444444vw 0;
  }
}
@media (max-width: 767.98px) {
  .header--idea {
    padding: 13.0208333333vw 0;
  }
}
@media (max-width: 575.98px) {
  .header--idea {
    padding: 26.6666666667vw 0;
  }
}
.header--idea input,
.header--idea textarea,
.header--idea select {
  background: none;
  border: 1px solid #100d0a;
  outline: none;
  width: 100%;
  font-size: 18px;
  line-height: 30px;
  padding: 10px 15px;
}
@media (max-width: 1799.98px) {
  .header--idea input,
  .header--idea textarea,
  .header--idea select {
    font-size: 1vw;
    line-height: 1.6666666667vw;
    padding: 0.5555555556vw 0.8333333333vw;
  }
}
@media (max-width: 991.98px) {
  .header--idea input,
  .header--idea textarea,
  .header--idea select {
    font-size: 1.25vw;
    line-height: 2.0833333333vw;
    padding: 0.6944444444vw 1.0416666667vw;
  }
}
@media (max-width: 767.98px) {
  .header--idea input,
  .header--idea textarea,
  .header--idea select {
    font-size: 2.34375vw;
    line-height: 3.90625vw;
    padding: 1.3020833333vw 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .header--idea input,
  .header--idea textarea,
  .header--idea select {
    font-size: 4.8vw;
    line-height: 8vw;
    padding: 2.6666666667vw 4vw;
  }
}
.header--idea input,
.header--idea textarea {
  border-radius: 40px;
}
@media (max-width: 1799.98px) {
  .header--idea input,
  .header--idea textarea {
    border-radius: 2.2222222222vw;
  }
}
@media (max-width: 991.98px) {
  .header--idea input,
  .header--idea textarea {
    border-radius: 2.7777777778vw;
  }
}
@media (max-width: 767.98px) {
  .header--idea input,
  .header--idea textarea {
    border-radius: 5.2083333333vw;
  }
}
@media (max-width: 575.98px) {
  .header--idea input,
  .header--idea textarea {
    border-radius: 10.6666666667vw;
  }
}
.header--idea .wpforms-page-next,
.header--idea .wpforms-page-prev,
.header--idea .wpforms-submit {
  background: #3b7671;
  color: #100d0a;
  border: none;
  border-radius: 100px;
  padding: 10px 35px;
}
@media (max-width: 1799.98px) {
  .header--idea .wpforms-page-next,
  .header--idea .wpforms-page-prev,
  .header--idea .wpforms-submit {
    border-radius: 5.5555555556vw;
    padding: 0.5555555556vw 1.9444444444vw;
  }
}
@media (max-width: 991.98px) {
  .header--idea .wpforms-page-next,
  .header--idea .wpforms-page-prev,
  .header--idea .wpforms-submit {
    border-radius: 6.9444444444vw;
    padding: 0.6944444444vw 2.4305555556vw;
  }
}
@media (max-width: 767.98px) {
  .header--idea .wpforms-page-next,
  .header--idea .wpforms-page-prev,
  .header--idea .wpforms-submit {
    border-radius: 13.0208333333vw;
    padding: 1.3020833333vw 4.5572916667vw;
  }
}
@media (max-width: 575.98px) {
  .header--idea .wpforms-page-next,
  .header--idea .wpforms-page-prev,
  .header--idea .wpforms-submit {
    border-radius: 26.6666666667vw;
    padding: 2.6666666667vw 9.3333333333vw;
  }
}
.header--idea .wpforms-page-next,
.header--idea .wpforms-submit {
  margin-left: auto;
  display: block;
}

@keyframes reduceWidth {
  0% {
    width: 100%;
  }
  30% {
    width: 80%;
  }
  100% {
    width: 0;
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.background-image {
  position: relative;
}
.background-image .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.background-image .background::before {
  content: "";
  background: rgba(16, 13, 10, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.background-image .background img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.background-image--50 .background::before {
  background: rgba(16, 13, 10, 0.5);
}

.fullscreen-video {
  position: relative;
  cursor: none;
}
.fullscreen-video.home {
  position: sticky;
  transition: all 0.3s;
  top: 102px;
}
@media (max-width: 1799.98px) {
  .fullscreen-video.home {
    top: 5.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  .fullscreen-video.home {
    top: 7.0833333333vw;
  }
}
@media (max-width: 767.98px) {
  .fullscreen-video.home {
    top: 6.25vw;
  }
}
@media (max-width: 575.98px) {
  .fullscreen-video.home {
    top: 12.8vw;
  }
}
.fullscreen-video video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  transition: all 0.3s;
  height: calc(100dvh - 102px);
}
@media (max-width: 1799.98px) {
  .fullscreen-video video {
    height: calc(100dvh - 5.6666666667vw);
  }
}
@media (max-width: 991.98px) {
  .fullscreen-video video {
    height: calc(100dvh - 7.0833333333vw);
  }
}
@media (max-width: 767.98px) {
  .fullscreen-video video {
    height: calc(100dvh - 6.25vw);
  }
}
@media (max-width: 575.98px) {
  .fullscreen-video video {
    height: calc(100dvh - 12.8vw);
  }
}

.cursor-allowed {
  cursor: pointer;
}

.cursor {
  align-items: center;
  display: flex;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  z-index: 1;
  transform: translate(-50%, -50%);
  gap: 10px;
}
@media (max-width: 1799.98px) {
  .cursor {
    gap: 0.5555555556vw;
  }
}
@media (max-width: 991.98px) {
  .cursor {
    gap: 0.6944444444vw;
  }
}
@media (max-width: 767.98px) {
  .cursor {
    gap: 1.3020833333vw;
  }
}
@media (max-width: 575.98px) {
  .cursor {
    gap: 2.6666666667vw;
  }
}
.cursor--blend {
  mix-blend-mode: difference;
  border-radius: 50%;
  background-color: #ff764d;
  transition: transform 350ms ease;
  height: 80px;
  width: 80px;
}
@media (max-width: 1799.98px) {
  .cursor--blend {
    height: 4.4444444444vw;
    width: 4.4444444444vw;
  }
}
@media (max-width: 991.98px) {
  .cursor--blend {
    height: 5.5555555556vw;
    width: 5.5555555556vw;
  }
}
@media (max-width: 767.98px) {
  .cursor--blend {
    height: 10.4166666667vw;
    width: 10.4166666667vw;
  }
}
@media (max-width: 575.98px) {
  .cursor--blend {
    height: 21.3333333333vw;
    width: 21.3333333333vw;
  }
}
.cursor--text {
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
  margin-left: 80px;
}
@media (max-width: 1799.98px) {
  .cursor--text {
    margin-left: 4.4444444444vw;
  }
}
@media (max-width: 991.98px) {
  .cursor--text {
    margin-left: 5.5555555556vw;
  }
}
@media (max-width: 767.98px) {
  .cursor--text {
    margin-left: 10.4166666667vw;
  }
}
@media (max-width: 575.98px) {
  .cursor--text {
    margin-left: 21.3333333333vw;
  }
}
.cursor--text.drag {
  margin-left: 70px;
}
@media (max-width: 1799.98px) {
  .cursor--text.drag {
    margin-left: 3.8888888889vw;
  }
}
@media (max-width: 991.98px) {
  .cursor--text.drag {
    margin-left: 4.8611111111vw;
  }
}
@media (max-width: 767.98px) {
  .cursor--text.drag {
    margin-left: 9.1145833333vw;
  }
}
@media (max-width: 575.98px) {
  .cursor--text.drag {
    margin-left: 18.6666666667vw;
  }
}
.cursor.big {
  width: 200px;
  height: auto;
}
@media (max-width: 1799.98px) {
  .cursor.big {
    width: 11.1111111111vw;
    height: auto;
  }
}
@media (max-width: 991.98px) {
  .cursor.big {
    width: 13.8888888889vw;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .cursor.big {
    width: 26.0416666667vw;
    height: auto;
  }
}
@media (max-width: 575.98px) {
  .cursor.big {
    width: 53.3333333333vw;
    height: auto;
  }
}

.cta {
  position: relative;
  overflow: hidden;
  padding: 80px 0 80px 0;
}
@media (max-width: 1799.98px) {
  .cta {
    padding: 4.4444444444vw 0 4.4444444444vw 0;
  }
}
@media (max-width: 991.98px) {
  .cta {
    padding: 5.5555555556vw 0 5.5555555556vw 0;
  }
}
@media (max-width: 767.98px) {
  .cta {
    padding: 7.1614583333vw 0 4.5572916667vw 0;
  }
}
@media (max-width: 575.98px) {
  .cta {
    padding: 14.6666666667vw 0 9.3333333333vw 0;
  }
}
.cta .text {
  color: #fff;
  position: relative;
  text-decoration: none;
  display: block;
}
.cta .text h3, .cta .text p, .cta .text i {
  text-transform: uppercase;
  font-size: 130px;
  line-height: 104px;
}
@media (max-width: 1799.98px) {
  .cta .text h3, .cta .text p, .cta .text i {
    font-size: 7.2222222222vw;
    line-height: 5.7777777778vw;
  }
}
@media (max-width: 991.98px) {
  .cta .text h3, .cta .text p, .cta .text i {
    font-size: 9.0277777778vw;
    line-height: 7.2222222222vw;
  }
}
@media (max-width: 767.98px) {
  .cta .text h3, .cta .text p, .cta .text i {
    font-size: 3.6458333333vw;
    line-height: 3.3854166667vw;
  }
}
@media (max-width: 575.98px) {
  .cta .text h3, .cta .text p, .cta .text i {
    font-size: 7.4666666667vw;
    line-height: 6.9333333333vw;
  }
}
.cta .text i {
  font-family: "Romie", sans-serif;
}
.cta .text p, .cta .text h3 {
  transition: all 0.3s;
  font-family: "Haffer", sans-serif;
}
.cta .text p:first-child, .cta .text h3:first-child {
  margin-left: -5.3333333333vw;
}
.cta .text p:nth-child(2), .cta .text h3:nth-child(2) {
  margin-right: -4.8vw;
  text-align: right;
}
.cta.venture .text {
  color: rgb(244, 246, 252);
}
.cta.venture .text p {
  font-family: "Manuka", sans-serif;
  font-weight: 600;
  font-size: 260px;
  line-height: 208px;
}
@media (max-width: 1799.98px) {
  .cta.venture .text p {
    font-size: 14.4444444444vw;
    line-height: 11.5555555556vw;
  }
}
@media (max-width: 991.98px) {
  .cta.venture .text p {
    font-size: 18.0555555556vw;
    line-height: 14.4444444444vw;
  }
}
@media (max-width: 767.98px) {
  .cta.venture .text p {
    font-size: 6.7708333333vw;
    line-height: 4.4270833333vw;
  }
}
@media (max-width: 575.98px) {
  .cta.venture .text p {
    font-size: 13.8666666667vw;
    line-height: 9.0666666667vw;
  }
}
.cta.venture .text p:first-child {
  margin-left: -5.3333333333vw;
}
.cta.venture .text p:nth-child(2) {
  margin-right: -4.8vw;
  text-align: right;
}
.cta.venture.single .text {
  color: #100d0a;
}

.big-texts {
  position: relative;
}
.big-texts p {
  font-family: "Manuka", sans-serif;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 260px;
  line-height: 208px;
}
@media (max-width: 1799.98px) {
  .big-texts p {
    font-size: 14.4444444444vw;
    line-height: 11.5555555556vw;
  }
}
@media (max-width: 991.98px) {
  .big-texts p {
    font-size: 18.0555555556vw;
    line-height: 14.4444444444vw;
  }
}
@media (max-width: 767.98px) {
  .big-texts p {
    font-size: 8.0729166667vw;
    line-height: 6.5104166667vw;
  }
}
@media (max-width: 575.98px) {
  .big-texts p {
    font-size: 16.5333333333vw;
    line-height: 13.3333333333vw;
  }
}
.big-texts p:first-child {
  margin-left: -5.3333333333vw;
}
.big-texts p:nth-child(2) {
  margin-right: -4.8vw;
  text-align: right;
}

.img-box {
  position: relative;
  text-align: center;
}
.img-box img {
  transition: all 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
  width: 565px;
  height: 763px;
  margin-bottom: 35px;
}
@media only screen and (width < 768px) {
  .img-box img {
    max-width: 80vw;
  }
}
@media (max-width: 1799.98px) {
  .img-box img {
    width: 31.3888888889vw;
    height: 42.3888888889vw;
    margin-bottom: 1.9444444444vw;
  }
}
@media only screen and (max-width: 1799.98px) and (width < 768px) {
  .img-box img {
    max-width: 80vw;
  }
}
@media (max-width: 991.98px) {
  .img-box img {
    width: 39.2361111111vw;
    height: 52.9861111111vw;
    margin-bottom: 2.4305555556vw;
  }
}
@media only screen and (max-width: 991.98px) and (width < 768px) {
  .img-box img {
    max-width: 80vw;
  }
}
@media (max-width: 767.98px) {
  .img-box img {
    width: 73.5677083333vw;
    height: 52.0833333333vw;
    margin-bottom: 4.5572916667vw;
  }
}
@media only screen and (max-width: 767.98px) and (width < 768px) {
  .img-box img {
    max-width: 80vw;
  }
}
@media (max-width: 575.98px) {
  .img-box img {
    width: 150.6666666667vw;
    height: 106.6666666667vw;
    margin-bottom: 9.3333333333vw;
  }
}
@media only screen and (max-width: 575.98px) and (width < 768px) {
  .img-box img {
    max-width: 80vw;
  }
}
.img-box img.small {
  width: 453px;
  height: 608px;
}
@media only screen and (width < 768px) {
  .img-box img.small {
    max-width: 80vw;
  }
}
@media (max-width: 1799.98px) {
  .img-box img.small {
    width: 25.1666666667vw;
    height: 33.7777777778vw;
  }
}
@media only screen and (max-width: 1799.98px) and (width < 768px) {
  .img-box img.small {
    max-width: 80vw;
  }
}
@media (max-width: 991.98px) {
  .img-box img.small {
    width: 31.4583333333vw;
    height: 42.2222222222vw;
  }
}
@media only screen and (max-width: 991.98px) and (width < 768px) {
  .img-box img.small {
    max-width: 80vw;
  }
}
@media (max-width: 767.98px) {
  .img-box img.small {
    width: 58.984375vw;
    height: 52.0833333333vw;
  }
}
@media only screen and (max-width: 767.98px) and (width < 768px) {
  .img-box img.small {
    max-width: 80vw;
  }
}
@media (max-width: 575.98px) {
  .img-box img.small {
    width: 120.8vw;
    height: 106.6666666667vw;
  }
}
@media only screen and (max-width: 575.98px) and (width < 768px) {
  .img-box img.small {
    max-width: 80vw;
  }
}
.img-box svg {
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 325px;
}
@media (max-width: 1799.98px) {
  .img-box svg {
    width: 18.0555555556vw;
  }
}
@media (max-width: 991.98px) {
  .img-box svg {
    width: 22.5694444444vw;
  }
}
@media (max-width: 767.98px) {
  .img-box svg {
    width: 29.296875vw;
  }
}
@media (max-width: 575.98px) {
  .img-box svg {
    width: 60vw;
  }
}
.img-box.square {
  height: 465px;
}
@media (max-width: 1799.98px) {
  .img-box.square {
    height: 25.8333333333vw;
  }
}
@media (max-width: 991.98px) {
  .img-box.square {
    height: 32.2916666667vw;
  }
}
@media (max-width: 767.98px) {
  .img-box.square {
    height: 39.0625vw;
  }
}
@media (max-width: 575.98px) {
  .img-box.square {
    height: 80vw;
  }
}
.img-box.square img:not(.logo) {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  height: 465px;
}
@media (max-width: 1799.98px) {
  .img-box.square img:not(.logo) {
    height: 25.8333333333vw;
  }
}
@media (max-width: 991.98px) {
  .img-box.square img:not(.logo) {
    height: 32.2916666667vw;
  }
}
@media (max-width: 767.98px) {
  .img-box.square img:not(.logo) {
    height: 39.0625vw;
  }
}
@media (max-width: 575.98px) {
  .img-box.square img:not(.logo) {
    height: 80vw;
  }
}
.img-box.square .logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  top: 15px;
  max-width: 375px;
}
@media (max-width: 1799.98px) {
  .img-box.square .logo {
    top: 0.8333333333vw;
    max-width: 20.8333333333vw;
  }
}
@media (max-width: 991.98px) {
  .img-box.square .logo {
    top: 1.0416666667vw;
    max-width: 26.0416666667vw;
  }
}
@media (max-width: 767.98px) {
  .img-box.square .logo {
    top: 1.953125vw;
    max-width: 35.8072916667vw;
  }
}
@media (max-width: 575.98px) {
  .img-box.square .logo {
    top: 4vw;
    max-width: 73.3333333333vw;
  }
}
.img-box__crossed {
  max-width: 100vw;
  padding-right: 100px;
}
@media (max-width: 1799.98px) {
  .img-box__crossed {
    padding-right: 5.5555555556vw;
  }
}
@media (max-width: 991.98px) {
  .img-box__crossed {
    padding-right: 6.9444444444vw;
  }
}
@media (max-width: 767.98px) {
  .img-box__crossed {
    padding-right: 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .img-box__crossed {
    padding-right: 4vw;
  }
}
.img-box__crossed img {
  transform-origin: 0 0;
}
.img-box__crossed .top {
  position: relative;
  rotate: 5deg;
  z-index: 2;
  height: 515px;
  width: 385px;
}
@media (max-width: 1799.98px) {
  .img-box__crossed .top {
    height: 28.6111111111vw;
    width: 21.3888888889vw;
  }
}
@media (max-width: 991.98px) {
  .img-box__crossed .top {
    height: 35.7638888889vw;
    width: 26.7361111111vw;
  }
}
@media (max-width: 767.98px) {
  .img-box__crossed .top {
    height: 54.0364583333vw;
    width: 34.5052083333vw;
  }
}
@media (max-width: 575.98px) {
  .img-box__crossed .top {
    height: 110.6666666667vw;
    width: 70.6666666667vw;
  }
}
.img-box__crossed .bottom {
  position: absolute;
  rotate: -4deg;
  top: 90px;
  height: 515px;
  width: 360px;
  right: 0;
}
@media (max-width: 1799.98px) {
  .img-box__crossed .bottom {
    top: 5vw;
    height: 28.6111111111vw;
    width: 20vw;
    right: 0;
  }
}
@media (max-width: 991.98px) {
  .img-box__crossed .bottom {
    top: 6.25vw;
    height: 35.7638888889vw;
    width: 25vw;
    right: 0;
  }
}
@media (max-width: 767.98px) {
  .img-box__crossed .bottom {
    top: 6.5104166667vw;
    height: 54.0364583333vw;
    width: 32.5520833333vw;
    right: 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .img-box__crossed .bottom {
    top: 13.3333333333vw;
    height: 110.6666666667vw;
    width: 66.6666666667vw;
    right: 4vw;
  }
}
.img-box__crossed.top {
  padding-top: 50px;
}
@media (max-width: 1799.98px) {
  .img-box__crossed.top {
    padding-top: 2.7777777778vw;
  }
}
@media (max-width: 991.98px) {
  .img-box__crossed.top {
    padding-top: 3.4722222222vw;
  }
}
@media (max-width: 767.98px) {
  .img-box__crossed.top {
    padding-top: 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .img-box__crossed.top {
    padding-top: 4vw;
  }
}
.img-box__crossed.top .bottom {
  top: 0;
}
.img-box__crossed.right {
  padding-right: 0;
  padding-left: 100px;
}
@media (max-width: 1799.98px) {
  .img-box__crossed.right {
    padding-left: 5.5555555556vw;
  }
}
@media (max-width: 991.98px) {
  .img-box__crossed.right {
    padding-left: 6.9444444444vw;
  }
}
@media (max-width: 767.98px) {
  .img-box__crossed.right {
    padding-left: 3.2552083333vw;
  }
}
@media (max-width: 575.98px) {
  .img-box__crossed.right {
    padding-left: 6.6666666667vw;
  }
}
.img-box__crossed.right .top {
  rotate: -5deg;
}
.img-box__crossed.right .bottom {
  rotate: 4deg;
  left: 0;
  right: unset;
}

.apply form .wpforms-label-hide {
  display: none;
}
.apply form label {
  display: block;
}
.apply form .wpforms-field {
  margin-bottom: 15px;
}
.apply form input, .apply form textarea, .apply form select {
  background: none;
  border: 1px solid #fff;
  outline: none;
  width: 100%;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 10px 15px;
}
@media (max-width: 1799.98px) {
  .apply form input, .apply form textarea, .apply form select {
    font-size: 1vw;
    line-height: 1.6666666667vw;
    padding: 0.5555555556vw 0.8333333333vw;
  }
}
@media (max-width: 991.98px) {
  .apply form input, .apply form textarea, .apply form select {
    font-size: 1.25vw;
    line-height: 2.0833333333vw;
    padding: 0.6944444444vw 1.0416666667vw;
  }
}
@media (max-width: 767.98px) {
  .apply form input, .apply form textarea, .apply form select {
    font-size: 2.34375vw;
    line-height: 3.90625vw;
    padding: 1.3020833333vw 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .apply form input, .apply form textarea, .apply form select {
    font-size: 4.8vw;
    line-height: 8vw;
    padding: 2.6666666667vw 4vw;
  }
}
.apply form input {
  border-radius: 40px;
}
@media (max-width: 1799.98px) {
  .apply form input {
    border-radius: 2.2222222222vw;
  }
}
@media (max-width: 991.98px) {
  .apply form input {
    border-radius: 2.7777777778vw;
  }
}
@media (max-width: 767.98px) {
  .apply form input {
    border-radius: 5.2083333333vw;
  }
}
@media (max-width: 575.98px) {
  .apply form input {
    border-radius: 10.6666666667vw;
  }
}
.apply form select {
  border-radius: 40px;
  padding: 15px;
}
@media (max-width: 1799.98px) {
  .apply form select {
    border-radius: 2.2222222222vw;
    padding: 0.8333333333vw;
  }
}
@media (max-width: 991.98px) {
  .apply form select {
    border-radius: 2.7777777778vw;
    padding: 1.0416666667vw;
  }
}
@media (max-width: 767.98px) {
  .apply form select {
    border-radius: 5.2083333333vw;
    padding: 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .apply form select {
    border-radius: 10.6666666667vw;
    padding: 4vw;
  }
}
.apply form textarea {
  border-radius: 15px;
  height: 200px;
}
@media (max-width: 1799.98px) {
  .apply form textarea {
    border-radius: 0.8333333333vw;
    height: 11.1111111111vw;
  }
}
@media (max-width: 991.98px) {
  .apply form textarea {
    border-radius: 1.0416666667vw;
    height: 13.8888888889vw;
  }
}
@media (max-width: 767.98px) {
  .apply form textarea {
    border-radius: 1.953125vw;
    height: 26.0416666667vw;
  }
}
@media (max-width: 575.98px) {
  .apply form textarea {
    border-radius: 4vw;
    height: 53.3333333333vw;
  }
}
.apply .wpforms-field .wpforms-field-label {
  text-transform: uppercase;
}
.apply .wpforms-field-layout-preset-50-50 {
  flex-wrap: wrap;
}
@media only screen and (width > 768px) {
  .apply .wpforms-field-layout-preset-50-50 .wpforms-layout-column-50:first-child {
    margin: 0 -10px;
  }
}
.apply .wpforms-field-layout-preset-50-50 .wpforms-layout-column-50:first-child .wpforms-field {
  width: 100%;
  padding: 0 10px;
  line-height: unset;
  font-size: 0;
  margin-bottom: 10px;
}
@media only screen and (width > 768px) {
  .apply .wpforms-field-layout-preset-50-50 .wpforms-layout-column-50:first-child .wpforms-field {
    max-width: 50%;
    flex: 0 0 50%;
    float: left;
  }
}
@media (max-width: 1799.98px) {
  .apply .wpforms-field-layout-preset-50-50 .wpforms-layout-column-50:first-child .wpforms-field {
    margin-bottom: 0.5555555556vw;
  }
}
@media (max-width: 991.98px) {
  .apply .wpforms-field-layout-preset-50-50 .wpforms-layout-column-50:first-child .wpforms-field {
    margin-bottom: 0.6944444444vw;
  }
}
@media (max-width: 767.98px) {
  .apply .wpforms-field-layout-preset-50-50 .wpforms-layout-column-50:first-child .wpforms-field {
    margin-bottom: 1.3020833333vw;
  }
}
@media (max-width: 575.98px) {
  .apply .wpforms-field-layout-preset-50-50 .wpforms-layout-column-50:first-child .wpforms-field {
    margin-bottom: 2.6666666667vw;
  }
}
@media only screen and (width < 768px) {
  .apply .wpforms-field-layout-preset-50-50 .wpforms-layout-column-50:nth-child(2) {
    padding-right: 10px !important;
  }
}
.apply .wpforms-error {
  color: #a90000;
}
.apply .wpforms-field-file-upload .btn {
  display: flex;
  border: 1px solid #100d0a;
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
  position: relative;
}
.apply .wpforms-field-file-upload .btn:hover svg {
  rotate: unset;
  transition: all 5s;
}
.apply .wpforms-field-file-upload .btn::before {
  content: "";
  background: rgb(244, 246, 252);
  height: 100%;
  width: 0;
  transition: all 5s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.apply .wpforms-field-file-upload .btn .text {
  align-items: center;
  display: inline-flex;
  position: relative;
  z-index: 1;
  gap: 10px;
}
@media (max-width: 1799.98px) {
  .apply .wpforms-field-file-upload .btn .text {
    gap: 0.5555555556vw;
  }
}
@media (max-width: 991.98px) {
  .apply .wpforms-field-file-upload .btn .text {
    gap: 0.6944444444vw;
  }
}
@media (max-width: 767.98px) {
  .apply .wpforms-field-file-upload .btn .text {
    gap: 1.3020833333vw;
  }
}
@media (max-width: 575.98px) {
  .apply .wpforms-field-file-upload .btn .text {
    gap: 2.6666666667vw;
  }
}
.apply .wpforms-field-file-upload .btn svg {
  transition: all 5s;
}
.apply .wpforms-field-file-upload label.has-file .btn::before {
  width: 100%;
}
.apply .wpforms-field-file-upload label.has-file .btn svg {
  rotate: 180deg;
}
.apply .wpforms-field-file-upload input {
  display: none;
}
.apply .wpforms-submit {
  background: #ff764d;
  color: #fff;
  border: 0;
  float: right;
  border-radius: 100px;
  padding: 10px 25px;
  margin-top: 25px;
}
@media (max-width: 1799.98px) {
  .apply .wpforms-submit {
    border-radius: 5.5555555556vw;
    padding: 0.5555555556vw 1.3888888889vw;
    margin-top: 1.3888888889vw;
  }
}
@media (max-width: 991.98px) {
  .apply .wpforms-submit {
    border-radius: 6.9444444444vw;
    padding: 0.6944444444vw 1.7361111111vw;
    margin-top: 1.7361111111vw;
  }
}
@media (max-width: 767.98px) {
  .apply .wpforms-submit {
    border-radius: 13.0208333333vw;
    padding: 1.3020833333vw 3.2552083333vw;
    margin-top: 3.2552083333vw;
  }
}
@media (max-width: 575.98px) {
  .apply .wpforms-submit {
    border-radius: 26.6666666667vw;
    padding: 2.6666666667vw 6.6666666667vw;
    margin-top: 6.6666666667vw;
  }
}
.apply .wpforms-list-inline ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px !important;
}
.apply .wpforms-list-inline ul li input, .apply .wpforms-list-inline ul li label {
  display: inline;
  vertical-align: baseline;
  width: auto;
}
.apply .wpforms-list-inline ul li label {
  margin-left: 8px;
}
.apply .wpforms-list-inline ul li::before {
  display: none;
}
.apply ul {
  padding: 0;
}

.wpforms-hidden {
  display: none;
}

.accordion .desc {
  cursor: pointer;
}
.accordion .desc--body {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  max-height: 175px;
}
@media (max-width: 1799.98px) {
  .accordion .desc--body {
    max-height: 9.7222222222vw;
  }
}
@media (max-width: 991.98px) {
  .accordion .desc--body {
    max-height: 12.1527777778vw;
  }
}
@media (max-width: 767.98px) {
  .accordion .desc--body {
    max-height: 22.7864583333vw;
  }
}
@media (max-width: 575.98px) {
  .accordion .desc--body {
    max-height: 46.6666666667vw;
  }
}
.accordion .desc--footer {
  margin-top: 25px;
}
@media (max-width: 1799.98px) {
  .accordion .desc--footer {
    margin-top: 1.3888888889vw;
  }
}
@media (max-width: 991.98px) {
  .accordion .desc--footer {
    margin-top: 1.7361111111vw;
  }
}
@media (max-width: 767.98px) {
  .accordion .desc--footer {
    margin-top: 3.2552083333vw;
  }
}
@media (max-width: 575.98px) {
  .accordion .desc--footer {
    margin-top: 6.6666666667vw;
  }
}
.accordion .desc--footer button {
  align-items: center;
  background: none;
  border: 0;
  color: #100d0a;
  display: flex;
  justify-content: center;
  outline: none;
  padding: 0;
  text-transform: uppercase;
  font-size: 15px;
  gap: 10px;
  line-height: 15px;
}
@media (max-width: 1799.98px) {
  .accordion .desc--footer button {
    font-size: 0.8333333333vw;
    gap: 0.5555555556vw;
    line-height: 0.8333333333vw;
  }
}
@media (max-width: 991.98px) {
  .accordion .desc--footer button {
    font-size: 1.0416666667vw;
    gap: 0.6944444444vw;
    line-height: 1.0416666667vw;
  }
}
@media (max-width: 767.98px) {
  .accordion .desc--footer button {
    font-size: 1.953125vw;
    gap: 1.3020833333vw;
    line-height: 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .accordion .desc--footer button {
    font-size: 4vw;
    gap: 2.6666666667vw;
    line-height: 4vw;
  }
}
.accordion .desc--footer .less {
  display: none;
}
.accordion.show .desc--footer .less {
  display: flex;
}
.accordion.show .desc--footer .more {
  display: none;
}

.process .accordion {
  border-bottom: 1px solid #100d0a;
}
.process .accordion .content {
  align-items: start;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s;
  padding: 20px 0;
}
@media (max-width: 1799.98px) {
  .process .accordion .content {
    padding: 1.1111111111vw 0;
  }
}
@media (max-width: 991.98px) {
  .process .accordion .content {
    padding: 1.3888888889vw 0;
  }
}
@media (max-width: 767.98px) {
  .process .accordion .content {
    padding: 2.6041666667vw 0;
  }
}
@media (max-width: 575.98px) {
  .process .accordion .content {
    padding: 5.3333333333vw 0;
  }
}
.process .accordion .desc--body {
  max-height: 0;
}
.process .accordion .desc--body.initial {
  max-height: unset;
}
.process .accordion .inner-body {
  max-width: 420px;
}
@media (max-width: 1799.98px) {
  .process .accordion .inner-body {
    max-width: 23.3333333333vw;
  }
}
@media (max-width: 991.98px) {
  .process .accordion .inner-body {
    max-width: 29.1666666667vw;
  }
}
@media (max-width: 767.98px) {
  .process .accordion .inner-body {
    max-width: 54.6875vw;
  }
}
@media (max-width: 575.98px) {
  .process .accordion .inner-body {
    max-width: 112vw;
  }
}
.process .accordion .desc--footer {
  margin-top: -2px;
}
.process .accordion .number {
  margin-right: 10px;
}
@media (max-width: 1799.98px) {
  .process .accordion .number {
    margin-right: 0.5555555556vw;
  }
}
@media (max-width: 991.98px) {
  .process .accordion .number {
    margin-right: 0.6944444444vw;
  }
}
@media (max-width: 767.98px) {
  .process .accordion .number {
    margin-right: 1.3020833333vw;
  }
}
@media (max-width: 575.98px) {
  .process .accordion .number {
    margin-right: 2.6666666667vw;
  }
}
.process .accordion:first-child {
  border-top: 1px solid #100d0a;
}
.process .accordion.show .desc--body {
  padding-top: 25px;
}
@media (max-width: 1799.98px) {
  .process .accordion.show .desc--body {
    padding-top: 1.3888888889vw;
  }
}
@media (max-width: 991.98px) {
  .process .accordion.show .desc--body {
    padding-top: 1.7361111111vw;
  }
}
@media (max-width: 767.98px) {
  .process .accordion.show .desc--body {
    padding-top: 3.2552083333vw;
  }
}
@media (max-width: 575.98px) {
  .process .accordion.show .desc--body {
    padding-top: 6.6666666667vw;
  }
}

.post-navigation ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1799.98px) {
  .post-navigation ul {
    gap: 0.8333333333vw;
  }
}
@media (max-width: 991.98px) {
  .post-navigation ul {
    gap: 1.0416666667vw;
  }
}
@media (max-width: 767.98px) {
  .post-navigation ul {
    gap: 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .post-navigation ul {
    gap: 4vw;
  }
}
.post-navigation a {
  color: #100d0a;
  text-decoration: none;
  font-family: "Haffer", sans-serif;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 1799.98px) {
  .post-navigation a {
    font-size: 0.8888888889vw;
    line-height: 1.2222222222vw;
  }
}
@media (max-width: 991.98px) {
  .post-navigation a {
    font-size: 1.1111111111vw;
    line-height: 1.5277777778vw;
  }
}
@media (max-width: 767.98px) {
  .post-navigation a {
    font-size: 2.0833333333vw;
    line-height: 2.8645833333vw;
  }
}
@media (max-width: 575.98px) {
  .post-navigation a {
    font-size: 4.2666666667vw;
    line-height: 5.8666666667vw;
  }
}
.post-navigation li.active a {
  background: #3b7671;
  border-radius: 50%;
  height: 30px;
  width: 30px;
}
@media (max-width: 1799.98px) {
  .post-navigation li.active a {
    height: 1.6666666667vw;
    width: 1.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  .post-navigation li.active a {
    height: 2.0833333333vw;
    width: 2.0833333333vw;
  }
}
@media (max-width: 767.98px) {
  .post-navigation li.active a {
    height: 3.90625vw;
    width: 3.90625vw;
  }
}
@media (max-width: 575.98px) {
  .post-navigation li.active a {
    height: 8vw;
    width: 8vw;
  }
}

.filter-form .filters {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}
@media (max-width: 1799.98px) {
  .filter-form .filters {
    margin: 0 0 1.3888888889vw 0;
  }
}
@media (max-width: 991.98px) {
  .filter-form .filters {
    margin: 0 0 1.7361111111vw 0;
  }
}
@media (max-width: 767.98px) {
  .filter-form .filters {
    margin: 0 0 3.2552083333vw 0;
  }
}
@media (max-width: 575.98px) {
  .filter-form .filters {
    margin: 0 0 6.6666666667vw 0;
  }
}
.filter-form .filters input {
  display: none;
}
.filter-form .filters input:checked ~ label {
  color: #100d0a;
}
.filter-form .filters input:checked ~ label::before {
  background: #3b7671;
}
.filter-form .filters label {
  align-items: center;
  color: rgba(16, 13, 10, 0.3);
  cursor: pointer;
  display: flex;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  gap: 20px;
}
@media (max-width: 1799.98px) {
  .filter-form .filters label {
    gap: 1.1111111111vw;
  }
}
@media (max-width: 991.98px) {
  .filter-form .filters label {
    gap: 1.3888888889vw;
  }
}
@media (max-width: 767.98px) {
  .filter-form .filters label {
    gap: 2.6041666667vw;
  }
}
@media (max-width: 575.98px) {
  .filter-form .filters label {
    gap: 5.3333333333vw;
  }
}
.filter-form .filters label::before {
  border-radius: 50%;
  content: "";
  transition: all 0.3s;
  height: 12px;
  width: 12px;
}
@media (max-width: 1799.98px) {
  .filter-form .filters label::before {
    height: 0.6666666667vw;
    width: 0.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  .filter-form .filters label::before {
    height: 0.8333333333vw;
    width: 0.8333333333vw;
  }
}
@media (max-width: 767.98px) {
  .filter-form .filters label::before {
    height: 1.5625vw;
    width: 1.5625vw;
  }
}
@media (max-width: 575.98px) {
  .filter-form .filters label::before {
    height: 3.2vw;
    width: 3.2vw;
  }
}
.filter-form .filters label .count {
  margin-left: -15px;
}
@media (max-width: 1799.98px) {
  .filter-form .filters label .count {
    margin-left: -0.8333333333vw;
  }
}
@media (max-width: 991.98px) {
  .filter-form .filters label .count {
    margin-left: -1.0416666667vw;
  }
}
@media (max-width: 767.98px) {
  .filter-form .filters label .count {
    margin-left: -1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .filter-form .filters label .count {
    margin-left: -4vw;
  }
}
.filter-form.ventures .filters input, .filter-form.shop .filters input {
  display: none;
}
.filter-form.ventures .filters input:checked ~ label, .filter-form.shop .filters input:checked ~ label {
  color: rgb(244, 246, 252);
}
.filter-form.ventures .filters label, .filter-form.shop .filters label {
  color: rgba(253, 250, 240, 0.3);
}

.content ul:not(.filters, .menu) {
  list-style: none;
  padding: 0;
}
.content ul:not(.filters, .menu) li::before {
  content: "-";
  margin-right: 5px;
}
@media (max-width: 1799.98px) {
  .content ul:not(.filters, .menu) li::before {
    margin-right: 0.2777777778vw;
  }
}
@media (max-width: 991.98px) {
  .content ul:not(.filters, .menu) li::before {
    margin-right: 0.3472222222vw;
  }
}
@media (max-width: 767.98px) {
  .content ul:not(.filters, .menu) li::before {
    margin-right: 0.6510416667vw;
  }
}
@media (max-width: 575.98px) {
  .content ul:not(.filters, .menu) li::before {
    margin-right: 1.3333333333vw;
  }
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.post {
  margin-bottom: 50px;
}
@media (max-width: 1799.98px) {
  .post {
    margin-bottom: 2.7777777778vw;
  }
}
@media (max-width: 991.98px) {
  .post {
    margin-bottom: 3.4722222222vw;
  }
}
@media (max-width: 767.98px) {
  .post {
    margin-bottom: 3.2552083333vw;
  }
}
@media (max-width: 575.98px) {
  .post {
    margin-bottom: 6.6666666667vw;
  }
}
.post a {
  color: #fff;
  text-decoration: none;
}
.post header {
  border-top: 1px solid #fff;
  padding: 15px 0;
}
@media (max-width: 1799.98px) {
  .post header {
    padding: 0.8333333333vw 0;
  }
}
@media (max-width: 991.98px) {
  .post header {
    padding: 1.0416666667vw 0;
  }
}
@media (max-width: 767.98px) {
  .post header {
    padding: 1.953125vw 0;
  }
}
@media (max-width: 575.98px) {
  .post header {
    padding: 4vw 0;
  }
}
.post header .category {
  align-items: center;
  display: flex;
  font-size: 20px;
  gap: 20px;
  line-height: 28px;
}
@media (max-width: 1799.98px) {
  .post header .category {
    font-size: 1.1111111111vw;
    gap: 1.1111111111vw;
    line-height: 1.5555555556vw;
  }
}
@media (max-width: 991.98px) {
  .post header .category {
    font-size: 1.3888888889vw;
    gap: 1.3888888889vw;
    line-height: 1.9444444444vw;
  }
}
@media (max-width: 767.98px) {
  .post header .category {
    font-size: 2.0833333333vw;
    gap: 1.3020833333vw;
    line-height: 3.125vw;
  }
}
@media (max-width: 575.98px) {
  .post header .category {
    font-size: 4.2666666667vw;
    gap: 2.6666666667vw;
    line-height: 6.4vw;
  }
}
.post .thumbnail {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  transition: all 0.3s ease;
  height: 380px;
}
@media (max-width: 1799.98px) {
  .post .thumbnail {
    height: 21.1111111111vw;
  }
}
@media (max-width: 991.98px) {
  .post .thumbnail {
    height: 26.3888888889vw;
  }
}
@media (max-width: 767.98px) {
  .post .thumbnail {
    height: 39.0625vw;
  }
}
@media (max-width: 575.98px) {
  .post .thumbnail {
    height: 80vw;
  }
}
.post footer {
  margin-top: 15px;
}
@media (max-width: 1799.98px) {
  .post footer {
    margin-top: 0.8333333333vw;
  }
}
@media (max-width: 991.98px) {
  .post footer {
    margin-top: 1.0416666667vw;
  }
}
@media (max-width: 767.98px) {
  .post footer {
    margin-top: 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .post footer {
    margin-top: 4vw;
  }
}
.post footer .title,
.post footer .title em {
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 15px;
}
@media (max-width: 1799.98px) {
  .post footer .title,
  .post footer .title em {
    font-size: 1.5555555556vw;
    line-height: 1.5555555556vw;
    margin-bottom: 0.8333333333vw;
  }
}
@media (max-width: 991.98px) {
  .post footer .title,
  .post footer .title em {
    font-size: 1.9444444444vw;
    line-height: 1.9444444444vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media (max-width: 767.98px) {
  .post footer .title,
  .post footer .title em {
    font-size: 2.6041666667vw;
    line-height: 2.6041666667vw;
    margin-bottom: 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .post footer .title,
  .post footer .title em {
    font-size: 5.3333333333vw;
    line-height: 5.3333333333vw;
    margin-bottom: 4vw;
  }
}
.post footer .title i,
.post footer .title em i {
  font-family: "Romie", sans-serif;
}
.post--music header {
  padding: 8px 0;
}
@media (max-width: 1799.98px) {
  .post--music header {
    padding: 0.4444444444vw 0;
  }
}
@media (max-width: 991.98px) {
  .post--music header {
    padding: 0.5555555556vw 0;
  }
}
@media (max-width: 767.98px) {
  .post--music header {
    padding: 1.0416666667vw 0;
  }
}
@media (max-width: 575.98px) {
  .post--music header {
    padding: 2.1333333333vw 0;
  }
}
.post--music header .category {
  gap: 15px;
}
@media (max-width: 1799.98px) {
  .post--music header .category {
    gap: 0.8333333333vw;
  }
}
@media (max-width: 991.98px) {
  .post--music header .category {
    gap: 1.0416666667vw;
  }
}
@media (max-width: 767.98px) {
  .post--music header .category {
    gap: 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .post--music header .category {
    gap: 4vw;
  }
}
.post--music header svg {
  height: auto;
  width: 12px;
}
@media (max-width: 1799.98px) {
  .post--music header svg {
    width: 0.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  .post--music header svg {
    width: 0.8333333333vw;
  }
}
@media (max-width: 767.98px) {
  .post--music header svg {
    width: 1.5625vw;
  }
}
@media (max-width: 575.98px) {
  .post--music header svg {
    width: 3.2vw;
  }
}
.post--music .thumbnail {
  height: unset;
  aspect-ratio: 1/1;
}
.post--music .font-italic {
  font-family: "Romie", sans-serif;
}
.post:hover .arrow svg {
  rotate: -25deg;
}
.post--artist .thumbnail--box {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.post--artist:hover img {
  filter: grayscale(1);
  transform: scale(1.1);
}

.content.news .featured-image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 932px;
}
@media (max-width: 1799.98px) {
  .content.news .featured-image {
    height: 51.7777777778vw;
  }
}
@media (max-width: 991.98px) {
  .content.news .featured-image {
    height: 64.7222222222vw;
  }
}
@media (max-width: 767.98px) {
  .content.news .featured-image {
    height: 52.0833333333vw;
  }
}
@media (max-width: 575.98px) {
  .content.news .featured-image {
    height: 106.6666666667vw;
  }
}

.venture a {
  color: #100d0a;
  text-decoration: none;
}
.venture.slide {
  transition: all 0.3s;
}
.venture.slide .block {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  height: 280px;
}
@media (max-width: 1799.98px) {
  .venture.slide .block {
    height: 15.5555555556vw;
  }
}
@media (max-width: 991.98px) {
  .venture.slide .block {
    height: 19.4444444444vw;
  }
}
@media (max-width: 767.98px) {
  .venture.slide .block {
    height: 29.296875vw;
  }
}
@media (max-width: 575.98px) {
  .venture.slide .block {
    height: 60vw;
  }
}
.venture.slide .block .front {
  align-items: center;
  background: #ff764d;
  display: flex;
  height: 100%;
  justify-content: center;
  transition: all 0.3s;
}
.venture.slide .block .front svg:not(.background-shape) path {
  fill: #fff;
}
.venture.slide .block .front .background-shape {
  position: absolute;
  top: 0;
  left: 0;
}
.venture.slide:hover {
  rotate: 2deg;
}
.venture.slide:hover .front {
  background: #004581;
}
.venture .block {
  background: rgb(244, 246, 252);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 380px;
}
@media (max-width: 1799.98px) {
  .venture .block {
    height: 21.1111111111vw;
  }
}
@media (max-width: 991.98px) {
  .venture .block {
    height: 26.3888888889vw;
  }
}
@media (max-width: 767.98px) {
  .venture .block {
    height: 26.0416666667vw;
  }
}
@media (max-width: 575.98px) {
  .venture .block {
    height: 53.3333333333vw;
  }
}
.venture .block .front {
  display: flex;
  align-items: center;
  justify-content: center;
}
.venture .block svg path {
  fill: #100d0a;
}

.team-categories {
  margin-bottom: 30px;
}
.team-categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.team-categories ul li {
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 0px 30px;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.3s ease;
}
.team-categories ul li.active {
  background: #fff;
  color: #100d0a;
}

.col-team {
  padding: 0 15px;
  margin-bottom: 40px;
  width: 20%;
  cursor: pointer;
  color: #fff;
}
.col-team .thumbnail {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
  aspect-ratio: 17/20;
}
.col-team .function {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  min-height: 40px;
  margin-bottom: 5px;
}
.col-team .desc {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  padding: 15px 0;
}
@media (max-width: 1799.98px) {
  .col-team .desc {
    padding: 0.8333333333vw 0;
  }
}
@media (max-width: 991.98px) {
  .col-team .desc {
    padding: 1.0416666667vw 0;
  }
}
@media (max-width: 767.98px) {
  .col-team .desc {
    padding: 1.953125vw 0;
  }
}
@media (max-width: 575.98px) {
  .col-team .desc {
    padding: 4vw 0;
  }
}
.col-team .team-read-more {
  border-top: 1px solid #fff;
  padding: 10px 0;
  display: flex;
  gap: 10px;
  align-items: center;
  text-transform: uppercase;
  font-size: 15px;
}
.col-team .team-read-more svg circle {
  fill: #fff;
}
.col-team .name {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 30px;
}
@media (max-width: 1799.98px) {
  .col-team .name {
    font-size: 1.2222222222vw;
    line-height: 1.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  .col-team .name {
    font-size: 1.5277777778vw;
    line-height: 2.0833333333vw;
  }
}
@media (max-width: 767.98px) {
  .col-team .name {
    font-size: 2.8645833333vw;
    line-height: 3.90625vw;
  }
}
@media (max-width: 575.98px) {
  .col-team .name {
    font-size: 5.8666666667vw;
    line-height: 8vw;
  }
}

.team-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
}
.team-popup .popup-background {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.team-popup .popup {
  max-width: 900px;
  background-color: #fff;
  padding: 25px;
  position: relative;
  z-index: 2;
}
.team-popup .popup .popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  font-size: 20px;
  background-color: #004581;
  border-radius: 100%;
}
.team-popup .popup .popup-content .popup-header {
  display: flex;
  gap: 25px;
  margin-bottom: 20px;
}
.team-popup .popup .popup-content .popup-header .function {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  min-height: 40px;
  margin-bottom: 5px;
}
.team-popup .popup .popup-content .popup-header .name {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 1799.98px) {
  .team-popup .popup .popup-content .popup-header .name {
    font-size: 1.3333333333vw;
    line-height: 1.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  .team-popup .popup .popup-content .popup-header .name {
    font-size: 1.6666666667vw;
    line-height: 2.0833333333vw;
  }
}
@media (max-width: 767.98px) {
  .team-popup .popup .popup-content .popup-header .name {
    font-size: 3.125vw;
    line-height: 3.90625vw;
  }
}
@media (max-width: 575.98px) {
  .team-popup .popup .popup-content .popup-header .name {
    font-size: 6.4vw;
    line-height: 8vw;
  }
}
.team-popup .popup .popup-content .popup-image {
  min-width: 300px;
}
.team-popup.is-active {
  display: flex;
}

@media screen and (max-width: 1350px) {
  .col-team {
    width: 25%;
  }
}
@media screen and (max-width: 991px) {
  .col-team {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .col-team {
    width: 50%;
  }
  .team-popup {
    overflow-y: scroll;
    align-items: start;
  }
  .team-popup .popup {
    padding: 15px;
  }
  .team-popup .popup .popup-content .popup-header {
    flex-direction: column;
  }
  .team-popup .popup .popup-content .popup-image {
    min-width: unset;
    max-width: 80%;
    height: auto;
  }
}
@media screen and (max-width: 578px) {
  .col-team {
    width: 100%;
  }
}
.content.jobs .row .job:not(:last-child) a {
  border-bottom: 1px solid #100d0a;
}
.content.jobs .job a {
  text-decoration: none;
  color: #100d0a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
@media (max-width: 1799.98px) {
  .content.jobs .job a {
    padding: 0.8333333333vw 0;
  }
}
@media (max-width: 991.98px) {
  .content.jobs .job a {
    padding: 1.0416666667vw 0;
  }
}
@media (max-width: 767.98px) {
  .content.jobs .job a {
    padding: 1.953125vw 0;
  }
}
@media (max-width: 575.98px) {
  .content.jobs .job a {
    padding: 4vw 0;
  }
}
.content.jobs .job p {
  margin: 0;
}
.content.jobs .job p.function {
  text-transform: uppercase;
}
.content.jobs .job p.title {
  font-size: 30px;
  line-height: 30px;
}
@media (max-width: 1799.98px) {
  .content.jobs .job p.title {
    font-size: 1.6666666667vw;
    line-height: 1.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  .content.jobs .job p.title {
    font-size: 2.0833333333vw;
    line-height: 2.0833333333vw;
  }
}
@media (max-width: 767.98px) {
  .content.jobs .job p.title {
    font-size: 2.6041666667vw;
    line-height: 2.6041666667vw;
  }
}
@media (max-width: 575.98px) {
  .content.jobs .job p.title {
    font-size: 5.3333333333vw;
    line-height: 5.3333333333vw;
  }
}
.content.jobs .job .arrow {
  transition: all 0.3s;
  height: auto;
  width: 60px;
}
@media (max-width: 1799.98px) {
  .content.jobs .job .arrow {
    width: 3.3333333333vw;
  }
}
@media (max-width: 991.98px) {
  .content.jobs .job .arrow {
    width: 4.1666666667vw;
  }
}
@media (max-width: 767.98px) {
  .content.jobs .job .arrow {
    width: 3.90625vw;
  }
}
@media (max-width: 575.98px) {
  .content.jobs .job .arrow {
    width: 8vw;
  }
}
.content.jobs .job:hover .arrow {
  rotate: -25deg;
}

#apply-now-floating-button {
  position: fixed;
  z-index: 2;
  bottom: 25px;
  right: 25px;
}
@media (max-width: 1799.98px) {
  #apply-now-floating-button {
    bottom: 1.3888888889vw;
    right: 1.3888888889vw;
  }
}
@media (max-width: 991.98px) {
  #apply-now-floating-button {
    bottom: 1.7361111111vw;
    right: 1.7361111111vw;
  }
}
@media (max-width: 767.98px) {
  #apply-now-floating-button {
    bottom: 1.953125vw;
    right: 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  #apply-now-floating-button {
    bottom: 4vw;
    right: 4vw;
  }
}

.home--intro {
  padding-bottom: 125px;
  padding-top: 125px;
}
@media (max-width: 1799.98px) {
  .home--intro {
    padding-bottom: 6.9444444444vw;
    padding-top: 6.9444444444vw;
  }
}
@media (max-width: 991.98px) {
  .home--intro {
    padding-bottom: 8.6805555556vw;
    padding-top: 8.6805555556vw;
  }
}
@media (max-width: 767.98px) {
  .home--intro {
    padding-bottom: 4.5572916667vw;
    padding-top: 4.5572916667vw;
  }
}
@media (max-width: 575.98px) {
  .home--intro {
    padding-bottom: 9.3333333333vw;
    padding-top: 9.3333333333vw;
  }
}
.home--intro h2 {
  margin-bottom: 35px;
}
@media (max-width: 1799.98px) {
  .home--intro h2 {
    margin-bottom: 1.9444444444vw;
  }
}
@media (max-width: 991.98px) {
  .home--intro h2 {
    margin-bottom: 2.4305555556vw;
  }
}
@media (max-width: 767.98px) {
  .home--intro h2 {
    margin-bottom: 4.5572916667vw;
  }
}
@media (max-width: 575.98px) {
  .home--intro h2 {
    margin-bottom: 9.3333333333vw;
  }
}

.blogs.home {
  position: relative;
  padding-bottom: 35px;
  padding-top: 80px;
}
@media (max-width: 1799.98px) {
  .blogs.home {
    padding-bottom: 1.9444444444vw;
    padding-top: 4.4444444444vw;
  }
}
@media (max-width: 991.98px) {
  .blogs.home {
    padding-bottom: 2.4305555556vw;
    padding-top: 5.5555555556vw;
  }
}
@media (max-width: 767.98px) {
  .blogs.home {
    padding-bottom: 4.5572916667vw;
    padding-top: 6.5104166667vw;
  }
}
@media (max-width: 575.98px) {
  .blogs.home {
    padding-bottom: 9.3333333333vw;
    padding-top: 13.3333333333vw;
  }
}
.blogs.home h2 {
  margin-bottom: 60px;
}
@media (max-width: 1799.98px) {
  .blogs.home h2 {
    margin-bottom: 3.3333333333vw;
  }
}
@media (max-width: 991.98px) {
  .blogs.home h2 {
    margin-bottom: 4.1666666667vw;
  }
}
@media (max-width: 767.98px) {
  .blogs.home h2 {
    margin-bottom: 3.2552083333vw;
  }
}
@media (max-width: 575.98px) {
  .blogs.home h2 {
    margin-bottom: 6.6666666667vw;
  }
}
.blogs.home .background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.blogs.home .background::before {
  background: rgba(16, 13, 10, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.blogs.home .background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ventures.slider.home {
  position: relative;
  overflow: hidden;
}
.ventures.slider.home h2 {
  margin-bottom: 30px;
}
@media (max-width: 1799.98px) {
  .ventures.slider.home h2 {
    margin-bottom: 1.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  .ventures.slider.home h2 {
    margin-bottom: 2.0833333333vw;
  }
}
@media (max-width: 767.98px) {
  .ventures.slider.home h2 {
    margin-bottom: 3.90625vw;
  }
}
@media (max-width: 575.98px) {
  .ventures.slider.home h2 {
    margin-bottom: 8vw;
  }
}
.ventures.slider.home .slick-list {
  overflow: visible;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1799.98px) {
  .ventures.slider.home .slick-list {
    padding-top: 3.3333333333vw;
    padding-bottom: 3.3333333333vw;
  }
}
@media (max-width: 991.98px) {
  .ventures.slider.home .slick-list {
    padding-top: 4.1666666667vw;
    padding-bottom: 4.1666666667vw;
  }
}
@media (max-width: 767.98px) {
  .ventures.slider.home .slick-list {
    padding-top: 7.8125vw;
    padding-bottom: 7.8125vw;
  }
}
@media (max-width: 575.98px) {
  .ventures.slider.home .slick-list {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
@media only screen and (width < 768px) {
  .ventures.slider.home .slick-list {
    padding: 0 10% !important;
  }
}
.ventures.slider.home .slick-list .slick-track .slick-slide:nth-child(even) {
  margin-top: 60px;
}
@media (max-width: 1799.98px) {
  .ventures.slider.home .slick-list .slick-track .slick-slide:nth-child(even) {
    margin-top: 3.3333333333vw;
  }
}
@media (max-width: 991.98px) {
  .ventures.slider.home .slick-list .slick-track .slick-slide:nth-child(even) {
    margin-top: 4.1666666667vw;
  }
}
@media (max-width: 767.98px) {
  .ventures.slider.home .slick-list .slick-track .slick-slide:nth-child(even) {
    margin-top: 7.8125vw;
  }
}
@media (max-width: 575.98px) {
  .ventures.slider.home .slick-list .slick-track .slick-slide:nth-child(even) {
    margin-top: 16vw;
  }
}

.content.studio img {
  -o-object-fit: cover;
     object-fit: cover;
}
.content.studio img.top-left {
  height: 472px;
  margin-left: -60px;
  width: 418px;
}
@media (max-width: 1799.98px) {
  .content.studio img.top-left {
    height: 26.2222222222vw;
    margin-left: -3.3333333333vw;
    width: 23.2222222222vw;
  }
}
@media (max-width: 991.98px) {
  .content.studio img.top-left {
    height: 32.7777777778vw;
    margin-left: -4.1666666667vw;
    width: 29.0277777778vw;
  }
}
@media (max-width: 767.98px) {
  .content.studio img.top-left {
    height: 61.4583333333vw;
    margin-left: -7.8125vw;
    width: 54.4270833333vw;
  }
}
@media (max-width: 575.98px) {
  .content.studio img.top-left {
    height: 125.8666666667vw;
    margin-left: -16vw;
    width: 111.4666666667vw;
  }
}
.content.studio img.top-right {
  max-width: 100%;
  height: 350px;
  width: 567px;
}
@media (max-width: 1799.98px) {
  .content.studio img.top-right {
    height: 19.4444444444vw;
    width: 31.5vw;
  }
}
@media (max-width: 991.98px) {
  .content.studio img.top-right {
    height: 24.3055555556vw;
    width: 39.375vw;
  }
}
@media (max-width: 767.98px) {
  .content.studio img.top-right {
    height: 45.5729166667vw;
    width: 73.828125vw;
  }
}
@media (max-width: 575.98px) {
  .content.studio img.top-right {
    height: 93.3333333333vw;
    width: 151.2vw;
  }
}
@media only screen and (width < 768px) {
  .content.studio img.top-right {
    display: none;
  }
}
.content.studio img.bottom-left {
  max-width: 100%;
  height: 257px;
  width: 417px;
  margin-bottom: 0;
}
@media (max-width: 1799.98px) {
  .content.studio img.bottom-left {
    height: 14.2777777778vw;
    width: 23.1666666667vw;
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .content.studio img.bottom-left {
    height: 17.8472222222vw;
    width: 28.9583333333vw;
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .content.studio img.bottom-left {
    height: 33.4635416667vw;
    width: 54.296875vw;
    margin-bottom: 6.5104166667vw;
  }
}
@media (max-width: 575.98px) {
  .content.studio img.bottom-left {
    height: 68.5333333333vw;
    width: 111.2vw;
    margin-bottom: 13.3333333333vw;
  }
}
.content.studio img.bottom-right {
  max-width: 100%;
  height: 466px;
  margin-left: 70px;
  margin-top: -60px;
  width: 416px;
}
@media (max-width: 1799.98px) {
  .content.studio img.bottom-right {
    height: 25.8888888889vw;
    margin-left: 3.8888888889vw;
    margin-top: -3.3333333333vw;
    width: 23.1111111111vw;
  }
}
@media (max-width: 991.98px) {
  .content.studio img.bottom-right {
    height: 32.3611111111vw;
    margin-left: 4.8611111111vw;
    margin-top: -4.1666666667vw;
    width: 28.8888888889vw;
  }
}
@media (max-width: 767.98px) {
  .content.studio img.bottom-right {
    height: 60.6770833333vw;
    margin-left: 7.8125vw;
    margin-top: 6.5104166667vw;
    width: 39.0625vw;
  }
}
@media (max-width: 575.98px) {
  .content.studio img.bottom-right {
    height: 124.2666666667vw;
    margin-left: 16vw;
    margin-top: 13.3333333333vw;
    width: 80vw;
  }
}

.studio-title p,
.studio-title em,
.studio-title strong,
.studio-title b {
  font-size: 64px;
  line-height: 80px;
}
@media (max-width: 1799.98px) {
  .studio-title p,
  .studio-title em,
  .studio-title strong,
  .studio-title b {
    font-size: 3.5555555556vw;
    line-height: 4.4444444444vw;
  }
}
@media (max-width: 991.98px) {
  .studio-title p,
  .studio-title em,
  .studio-title strong,
  .studio-title b {
    font-size: 4.4444444444vw;
    line-height: 5.5555555556vw;
  }
}
@media (max-width: 767.98px) {
  .studio-title p,
  .studio-title em,
  .studio-title strong,
  .studio-title b {
    font-size: 5.2083333333vw;
    line-height: 5.9895833333vw;
  }
}
@media (max-width: 575.98px) {
  .studio-title p,
  .studio-title em,
  .studio-title strong,
  .studio-title b {
    font-size: 10.6666666667vw;
    line-height: 12.2666666667vw;
  }
}
.studio-title strong {
  font-weight: 300;
  position: relative;
}
.studio-title strong svg {
  height: auto;
  left: calc(50% + 10px);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 5px;
  width: 225px;
}
@media (max-width: 1799.98px) {
  .studio-title strong svg {
    padding-bottom: 0.2777777778vw;
    width: 12.5vw;
  }
}
@media (max-width: 991.98px) {
  .studio-title strong svg {
    padding-bottom: 0.3472222222vw;
    width: 15.625vw;
  }
}
@media (max-width: 767.98px) {
  .studio-title strong svg {
    padding-bottom: 0;
    width: 16.2760416667vw;
  }
}
@media (max-width: 575.98px) {
  .studio-title strong svg {
    padding-bottom: 0;
    width: 33.3333333333vw;
  }
}

.content.news .filters {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}
@media (max-width: 1799.98px) {
  .content.news .filters {
    margin: 0 0 1.3888888889vw 0;
  }
}
@media (max-width: 991.98px) {
  .content.news .filters {
    margin: 0 0 1.7361111111vw 0;
  }
}
@media (max-width: 767.98px) {
  .content.news .filters {
    margin: 0 0 3.2552083333vw 0;
  }
}
@media (max-width: 575.98px) {
  .content.news .filters {
    margin: 0 0 6.6666666667vw 0;
  }
}
.content.news .filters input {
  display: none;
}
.content.news .filters input:checked ~ label {
  color: #100d0a;
}
.content.news .filters input:checked ~ label::before {
  background: #3b7671;
}
.content.news .filters label {
  align-items: center;
  color: rgba(16, 13, 10, 0.3);
  cursor: pointer;
  display: flex;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  gap: 20px;
}
@media (max-width: 1799.98px) {
  .content.news .filters label {
    gap: 1.1111111111vw;
  }
}
@media (max-width: 991.98px) {
  .content.news .filters label {
    gap: 1.3888888889vw;
  }
}
@media (max-width: 767.98px) {
  .content.news .filters label {
    gap: 2.6041666667vw;
  }
}
@media (max-width: 575.98px) {
  .content.news .filters label {
    gap: 5.3333333333vw;
  }
}
.content.news .filters label::before {
  border-radius: 50%;
  content: "";
  transition: all 0.3s;
  height: 12px;
  width: 12px;
}
@media (max-width: 1799.98px) {
  .content.news .filters label::before {
    height: 0.6666666667vw;
    width: 0.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  .content.news .filters label::before {
    height: 0.8333333333vw;
    width: 0.8333333333vw;
  }
}
@media (max-width: 767.98px) {
  .content.news .filters label::before {
    height: 1.5625vw;
    width: 1.5625vw;
  }
}
@media (max-width: 575.98px) {
  .content.news .filters label::before {
    height: 3.2vw;
    width: 3.2vw;
  }
}
.content.news blockquote {
  margin: 0;
}
.content.news blockquote::before, .content.news blockquote::after {
  display: inline;
}
.content.news blockquote::before {
  content: "“";
}
.content.news blockquote::after {
  content: "”";
}
.content.news blockquote, .content.news blockquote * {
  display: inline;
  font-size: 58px;
  line-height: 70px;
}
@media (max-width: 1799.98px) {
  .content.news blockquote, .content.news blockquote * {
    font-size: 3.2222222222vw;
    line-height: 3.8888888889vw;
  }
}
@media (max-width: 991.98px) {
  .content.news blockquote, .content.news blockquote * {
    font-size: 4.0277777778vw;
    line-height: 4.8611111111vw;
  }
}
@media (max-width: 767.98px) {
  .content.news blockquote, .content.news blockquote * {
    font-size: 3.6458333333vw;
    line-height: 5.2083333333vw;
  }
}
@media (max-width: 575.98px) {
  .content.news blockquote, .content.news blockquote * {
    font-size: 7.4666666667vw;
    line-height: 10.6666666667vw;
  }
}
.content.news blockquote a, .content.news blockquote * a {
  color: inherit;
}
.content.news .read-time-bar {
  background: rgba(16, 13, 10, 0.1);
  position: relative;
  border-radius: 40px;
  height: 6px;
  width: 268px;
}
@media (max-width: 1799.98px) {
  .content.news .read-time-bar {
    border-radius: 2.2222222222vw;
    height: 0.3333333333vw;
    width: 14.8888888889vw;
  }
}
@media (max-width: 991.98px) {
  .content.news .read-time-bar {
    border-radius: 2.7777777778vw;
    height: 0.4166666667vw;
    width: 18.6111111111vw;
  }
}
@media (max-width: 767.98px) {
  .content.news .read-time-bar {
    border-radius: 5.2083333333vw;
    height: 0.78125vw;
    width: 34.8958333333vw;
  }
}
@media (max-width: 575.98px) {
  .content.news .read-time-bar {
    border-radius: 10.6666666667vw;
    height: 1.6vw;
    width: 71.4666666667vw;
  }
}
.content.news .read-time-bar .read-time {
  background: #3b7671;
  left: 0;
  position: absolute;
  top: 0;
  border-radius: 40px;
  height: 6px;
}
@media (max-width: 1799.98px) {
  .content.news .read-time-bar .read-time {
    border-radius: 2.2222222222vw;
    height: 0.3333333333vw;
  }
}
@media (max-width: 991.98px) {
  .content.news .read-time-bar .read-time {
    border-radius: 2.7777777778vw;
    height: 0.4166666667vw;
  }
}
@media (max-width: 767.98px) {
  .content.news .read-time-bar .read-time {
    border-radius: 5.2083333333vw;
    height: 0.78125vw;
  }
}
@media (max-width: 575.98px) {
  .content.news .read-time-bar .read-time {
    border-radius: 10.6666666667vw;
    height: 1.6vw;
  }
}
.content.news img {
  mix-blend-mode: darken;
}

.sticky-info {
  position: sticky;
  top: 125px;
}
@media (max-width: 1799.98px) {
  .sticky-info {
    top: 6.9444444444vw;
  }
}
@media (max-width: 991.98px) {
  .sticky-info {
    top: 8.6805555556vw;
  }
}
@media (max-width: 767.98px) {
  .sticky-info {
    top: 16.2760416667vw;
  }
}
@media (max-width: 575.98px) {
  .sticky-info {
    top: 33.3333333333vw;
  }
}

.content.ventures #post-overview .venture .block {
  transition: all 0.3s;
  margin-bottom: 30px;
}
@media (max-width: 1799.98px) {
  .content.ventures #post-overview .venture .block {
    margin-bottom: 1.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  .content.ventures #post-overview .venture .block {
    margin-bottom: 2.0833333333vw;
  }
}
@media (max-width: 767.98px) {
  .content.ventures #post-overview .venture .block {
    margin-bottom: 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .content.ventures #post-overview .venture .block {
    margin-bottom: 4vw;
  }
}
.content.ventures #post-overview .venture .block:hover {
  rotate: -2deg;
}

.content.venture .details .detail {
  border-top: 1px solid #100d0a;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 18px;
  padding-top: 18px;
}
@media (max-width: 1799.98px) {
  .content.venture .details .detail {
    padding-bottom: 1vw;
    padding-top: 1vw;
  }
}
@media (max-width: 991.98px) {
  .content.venture .details .detail {
    padding-bottom: 1.25vw;
    padding-top: 1.25vw;
  }
}
@media (max-width: 767.98px) {
  .content.venture .details .detail {
    padding-bottom: 2.34375vw;
    padding-top: 2.34375vw;
  }
}
@media (max-width: 575.98px) {
  .content.venture .details .detail {
    padding-bottom: 4.8vw;
    padding-top: 4.8vw;
  }
}
.content.venture .details .detail p {
  margin-bottom: 0;
}
.content.venture .details .detail:last-child {
  border-bottom: 1px solid #100d0a;
}

.header.network {
  position: relative;
  background: #100d0a;
  overflow: hidden;
}
.header.network .background {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media only screen and (width < 768px) {
  .header.network .background {
    width: 220%;
    left: 50%;
    transform: translateX(-50%);
    top: 45px;
  }
}
@media only screen and (width < 768px) and (max-width: 1799.98px) {
  .header.network .background {
    top: 2.5vw;
  }
}
@media only screen and (width < 768px) and (max-width: 991.98px) {
  .header.network .background {
    top: 3.125vw;
  }
}
@media only screen and (width < 768px) and (max-width: 767.98px) {
  .header.network .background {
    top: 5.859375vw;
  }
}
@media only screen and (width < 768px) and (max-width: 575.98px) {
  .header.network .background {
    top: 12vw;
  }
}
.header.network .background svg {
  width: 100%;
  height: auto;
}
.header.network .background svg path {
  stroke: rgb(244, 246, 252);
}
.header.network .container {
  position: relative;
  z-index: 2;
}
.header.network .container .row {
  position: relative;
  z-index: 2;
  padding-bottom: 125px;
}
@media (max-width: 1799.98px) {
  .header.network .container .row {
    padding-bottom: 6.9444444444vw;
  }
}
@media (max-width: 991.98px) {
  .header.network .container .row {
    padding-bottom: 8.6805555556vw;
  }
}
@media (max-width: 767.98px) {
  .header.network .container .row {
    padding-bottom: 3.2552083333vw;
  }
}
@media (max-width: 575.98px) {
  .header.network .container .row {
    padding-bottom: 6.6666666667vw;
  }
}
.header.network h1, .header.network p {
  color: rgb(244, 246, 252);
}
.header.network h1 {
  padding-top: 250px;
  padding-bottom: 125px;
}
@media (max-width: 1799.98px) {
  .header.network h1 {
    padding-top: 13.8888888889vw;
    padding-bottom: 6.9444444444vw;
  }
}
@media (max-width: 991.98px) {
  .header.network h1 {
    padding-top: 17.3611111111vw;
    padding-bottom: 8.6805555556vw;
  }
}
@media (max-width: 767.98px) {
  .header.network h1 {
    padding-top: 19.53125vw;
    padding-bottom: 3.2552083333vw;
  }
}
@media (max-width: 575.98px) {
  .header.network h1 {
    padding-top: 40vw;
    padding-bottom: 6.6666666667vw;
  }
}
.header.network.aos-init .floating-images img {
  transition-delay: 0s !important;
  transition: all 0.3s !important;
}
.header.network .text-block {
  position: relative;
}
.header.network .text-block::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #100d0a;
  filter: blur(22px);
  width: calc(100% + 30px);
  height: calc(100% + 30px);
}
.header.network .text-block p {
  position: relative;
  z-index: 2;
}

.floating-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.floating-images img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
.floating-images .blur {
  filter: blur(32px);
}
.floating-images .top-left {
  height: 316px;
  left: 15px;
  top: 124px;
  width: 280px;
}
@media (max-width: 1799.98px) {
  .floating-images .top-left {
    height: 17.5555555556vw;
    left: 0.8333333333vw;
    top: 6.8888888889vw;
    width: 15.5555555556vw;
  }
}
@media (max-width: 991.98px) {
  .floating-images .top-left {
    height: 21.9444444444vw;
    left: 1.0416666667vw;
    top: 8.6111111111vw;
    width: 19.4444444444vw;
  }
}
@media (max-width: 767.98px) {
  .floating-images .top-left {
    height: 15.1041666667vw;
    left: 1.953125vw;
    top: 13.0208333333vw;
    width: 10.4166666667vw;
  }
}
@media (max-width: 575.98px) {
  .floating-images .top-left {
    height: 30.9333333333vw;
    left: 4vw;
    top: 26.6666666667vw;
    width: 21.3333333333vw;
  }
}
.floating-images .top-left--blur {
  height: 355px;
  left: 600px;
  top: 170px;
  width: 265px;
}
@media (max-width: 1799.98px) {
  .floating-images .top-left--blur {
    height: 19.7222222222vw;
    left: 33.3333333333vw;
    top: 9.4444444444vw;
    width: 14.7222222222vw;
  }
}
@media (max-width: 991.98px) {
  .floating-images .top-left--blur {
    height: 24.6527777778vw;
    left: 41.6666666667vw;
    top: 11.8055555556vw;
    width: 18.4027777778vw;
  }
}
@media (max-width: 767.98px) {
  .floating-images .top-left--blur {
    height: 20.1822916667vw;
    left: 78.125vw;
    top: 22.1354166667vw;
    width: 8.4635416667vw;
  }
}
@media (max-width: 575.98px) {
  .floating-images .top-left--blur {
    height: 41.3333333333vw;
    left: 160vw;
    top: 45.3333333333vw;
    width: 17.3333333333vw;
  }
}
.floating-images .top-right {
  z-index: 3;
  height: 361px;
  right: 50px;
  top: 200px;
  width: 265px;
}
@media (max-width: 1799.98px) {
  .floating-images .top-right {
    height: 20.0555555556vw;
    right: 2.7777777778vw;
    top: 11.1111111111vw;
    width: 14.7222222222vw;
  }
}
@media (max-width: 991.98px) {
  .floating-images .top-right {
    height: 25.0694444444vw;
    right: 3.4722222222vw;
    top: 13.8888888889vw;
    width: 18.4027777778vw;
  }
}
@media (max-width: 767.98px) {
  .floating-images .top-right {
    height: 20.9635416667vw;
    right: 3.2552083333vw;
    top: 16.2760416667vw;
    width: 8.4635416667vw;
  }
}
@media (max-width: 575.98px) {
  .floating-images .top-right {
    height: 42.9333333333vw;
    right: 6.6666666667vw;
    top: 33.3333333333vw;
    width: 17.3333333333vw;
  }
}
@media only screen and (width < 768px) {
  .floating-images .top-right {
    z-index: 1;
  }
}
.floating-images .top-right--blur {
  height: 290px;
  right: -25px;
  top: 355px;
  width: 194px;
}
@media (max-width: 1799.98px) {
  .floating-images .top-right--blur {
    height: 16.1111111111vw;
    right: -1.3888888889vw;
    top: 19.7222222222vw;
    width: 10.7777777778vw;
  }
}
@media (max-width: 991.98px) {
  .floating-images .top-right--blur {
    height: 20.1388888889vw;
    right: -1.7361111111vw;
    top: 24.6527777778vw;
    width: 13.4722222222vw;
  }
}
@media (max-width: 767.98px) {
  .floating-images .top-right--blur {
    height: 11.71875vw;
    right: 1.953125vw;
    top: 33.203125vw;
    width: -0.78125vw;
  }
}
@media (max-width: 575.98px) {
  .floating-images .top-right--blur {
    height: 24vw;
    right: 4vw;
    top: 68vw;
    width: -1.6vw;
  }
}
@media only screen and (width < 768px) {
  .floating-images .top-right--blur {
    z-index: 0;
  }
}
.floating-images .bottom-left {
  z-index: 3;
  height: 300px;
  left: 50px;
  top: 640px;
  width: 450px;
}
@media only screen and (width < 768px) {
  .floating-images .bottom-left {
    z-index: 1;
    display: none;
  }
}
@media (max-width: 1799.98px) {
  .floating-images .bottom-left {
    height: 16.6666666667vw;
    left: 2.7777777778vw;
    top: 35.5555555556vw;
    width: 25vw;
  }
}
@media (max-width: 991.98px) {
  .floating-images .bottom-left {
    height: 20.8333333333vw;
    left: 3.4722222222vw;
    top: 44.4444444444vw;
    width: 31.25vw;
  }
}
@media (max-width: 767.98px) {
  .floating-images .bottom-left {
    height: 13.0208333333vw;
    left: 0;
    top: 45.5729166667vw;
    width: 32.5520833333vw;
  }
}
@media (max-width: 575.98px) {
  .floating-images .bottom-left {
    height: 26.6666666667vw;
    left: 0;
    top: 93.3333333333vw;
    width: 66.6666666667vw;
  }
}
.floating-images .bottom-left--blur {
  height: 362px;
  left: 0;
  top: 800px;
  width: 242px;
}
@media (max-width: 1799.98px) {
  .floating-images .bottom-left--blur {
    height: 20.1111111111vw;
    left: 0;
    top: 44.4444444444vw;
    width: 13.4444444444vw;
  }
}
@media (max-width: 991.98px) {
  .floating-images .bottom-left--blur {
    height: 25.1388888889vw;
    left: 0;
    top: 55.5555555556vw;
    width: 16.8055555556vw;
  }
}
@media (max-width: 767.98px) {
  .floating-images .bottom-left--blur {
    height: 21.09375vw;
    left: 0;
    top: 52.0833333333vw;
    width: 5.46875vw;
  }
}
@media (max-width: 575.98px) {
  .floating-images .bottom-left--blur {
    height: 43.2vw;
    left: 0;
    top: 106.6666666667vw;
    width: 11.2vw;
  }
}
@media only screen and (width < 768px) {
  .floating-images .bottom-left--blur {
    z-index: 0;
  }
}
.floating-images .bottom-right {
  height: 362px;
  right: 315px;
  top: 800px;
  width: 242px;
}
@media (max-width: 1799.98px) {
  .floating-images .bottom-right {
    height: 20.1111111111vw;
    right: 17.5vw;
    top: 44.4444444444vw;
    width: 13.4444444444vw;
  }
}
@media (max-width: 991.98px) {
  .floating-images .bottom-right {
    height: 25.1388888889vw;
    right: 21.875vw;
    top: 55.5555555556vw;
    width: 16.8055555556vw;
  }
}
@media (max-width: 767.98px) {
  .floating-images .bottom-right {
    height: 21.09375vw;
    right: 9.765625vw;
    top: 52.0833333333vw;
    width: 5.46875vw;
  }
}
@media (max-width: 575.98px) {
  .floating-images .bottom-right {
    height: 43.2vw;
    right: 20vw;
    top: 106.6666666667vw;
    width: 11.2vw;
  }
}

.page-template-contact {
  background: #100d0a;
}
@media only screen and (width > 1600px) {
  .page-template-contact {
    overflow: hidden;
  }
}
.page-template-contact .cta,
.page-template-contact footer {
  display: none;
}

.contact.content {
  position: relative;
  padding-top: 70px;
}
@media only screen and (width > 768px) {
  .contact.content {
    height: calc(100vh - 102px);
  }
}
@media (max-width: 1799.98px) {
  .contact.content {
    padding-top: 3.8888888889vw;
  }
}
@media only screen and (max-width: 1799.98px) and (width > 768px) {
  .contact.content {
    height: calc(100vh - 5.6666666667vw);
  }
}
@media (max-width: 991.98px) {
  .contact.content {
    padding-top: 4.8611111111vw;
  }
}
@media only screen and (max-width: 991.98px) and (width > 768px) {
  .contact.content {
    height: calc(100vh - 7.0833333333vw);
  }
}
@media (max-width: 767.98px) {
  .contact.content {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767.98px) and (width > 768px) {
  .contact.content {
    height: calc(100vh - 13.28125vw);
  }
}
@media (max-width: 575.98px) {
  .contact.content {
    padding-top: 0;
  }
}
@media only screen and (max-width: 575.98px) and (width > 768px) {
  .contact.content {
    height: calc(100vh - 27.2vw);
  }
}
.contact.content h1 {
  margin-top: 65px;
}
@media (max-width: 1799.98px) {
  .contact.content h1 {
    margin-top: 3.6111111111vw;
  }
}
@media (max-width: 991.98px) {
  .contact.content h1 {
    margin-top: 4.5138888889vw;
  }
}
@media (max-width: 767.98px) {
  .contact.content h1 {
    margin-top: 3.2552083333vw;
  }
}
@media (max-width: 575.98px) {
  .contact.content h1 {
    margin-top: 6.6666666667vw;
  }
}
@media only screen and (width < 768px) {
  .contact.content h1 {
    position: relative;
    z-index: 3;
  }
}
.contact.content .box {
  position: relative;
}
@media only screen and (width > 768px) {
  .contact.content .box {
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
  }
}
.contact.content .box img {
  -o-object-fit: cover;
     object-fit: cover;
}
.contact.content .box .big {
  position: relative;
  z-index: 2;
  height: 563px;
  width: 418px;
}
@media (max-width: 1799.98px) {
  .contact.content .box .big {
    height: 31.2777777778vw;
    width: 23.2222222222vw;
  }
}
@media (max-width: 991.98px) {
  .contact.content .box .big {
    height: 39.0972222222vw;
    width: 29.0277777778vw;
  }
}
@media (max-width: 767.98px) {
  .contact.content .box .big {
    height: 39.0625vw;
    width: 20.1822916667vw;
  }
}
@media (max-width: 575.98px) {
  .contact.content .box .big {
    height: 80vw;
    width: 41.3333333333vw;
  }
}
@media only screen and (width < 768px) {
  .contact.content .box .big {
    position: absolute;
    top: 0;
    right: 0;
    max-width: unset;
  }
}
.contact.content .box .small {
  filter: blur(32px);
  position: absolute;
  bottom: -110px;
  height: 353px;
  left: -140px;
  width: 262px;
}
@media (max-width: 1799.98px) {
  .contact.content .box .small {
    bottom: -6.1111111111vw;
    height: 19.6111111111vw;
    left: -7.7777777778vw;
    width: 14.5555555556vw;
  }
}
@media (max-width: 991.98px) {
  .contact.content .box .small {
    bottom: -7.6388888889vw;
    height: 24.5138888889vw;
    left: -9.7222222222vw;
    width: 18.1944444444vw;
  }
}
@media (max-width: 767.98px) {
  .contact.content .box .small {
    bottom: -14.3229166667vw;
    height: 45.9635416667vw;
    left: 3.2552083333vw;
    width: 34.1145833333vw;
  }
}
@media (max-width: 575.98px) {
  .contact.content .box .small {
    bottom: -29.3333333333vw;
    height: 94.1333333333vw;
    left: 6.6666666667vw;
    width: 69.8666666667vw;
  }
}
@media only screen and (width < 768px) {
  .contact.content .box .small {
    position: absolute;
    top: 50px;
    bottom: unset;
    left: unset;
    right: 25px;
  }
}
.contact.content .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.contact.content svg {
  height: auto;
  position: absolute;
  bottom: -55px;
  right: -65px;
  width: 590px;
}
@media (max-width: 1799.98px) {
  .contact.content svg {
    bottom: -3.0555555556vw;
    right: -3.6111111111vw;
    width: 32.7777777778vw;
  }
}
@media (max-width: 991.98px) {
  .contact.content svg {
    bottom: -3.8194444444vw;
    right: -4.5138888889vw;
    width: 40.9722222222vw;
  }
}
@media (max-width: 767.98px) {
  .contact.content svg {
    bottom: -0.6510416667vw;
    right: -1.953125vw;
    width: 32.5520833333vw;
  }
}
@media (max-width: 575.98px) {
  .contact.content svg {
    bottom: -1.3333333333vw;
    right: -4vw;
    width: 66.6666666667vw;
  }
}
.contact.content .socials ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  gap: 35px;
}
@media (max-width: 1799.98px) {
  .contact.content .socials ul {
    gap: 1.9444444444vw;
  }
}
@media (max-width: 991.98px) {
  .contact.content .socials ul {
    gap: 2.4305555556vw;
  }
}
@media (max-width: 767.98px) {
  .contact.content .socials ul {
    gap: 4.5572916667vw;
  }
}
@media (max-width: 575.98px) {
  .contact.content .socials ul {
    gap: 9.3333333333vw;
  }
}
.contact.content .socials ul a {
  text-transform: uppercase;
  color: #100d0a;
  text-decoration: none;
}
.contact.content .information {
  padding-bottom: 25px;
}
@media only screen and (width > 1600px) {
  .contact.content .information {
    margin-top: 80px;
  }
}
@media (max-width: 1799.98px) {
  .contact.content .information {
    padding-bottom: 1.3888888889vw;
  }
}
@media only screen and (max-width: 1799.98px) and (width > 1600px) {
  .contact.content .information {
    margin-top: 4.4444444444vw;
  }
}
@media (max-width: 991.98px) {
  .contact.content .information {
    padding-bottom: 1.7361111111vw;
  }
}
@media only screen and (max-width: 991.98px) and (width > 1600px) {
  .contact.content .information {
    margin-top: 5.5555555556vw;
  }
}
@media (max-width: 767.98px) {
  .contact.content .information {
    padding-bottom: 3.2552083333vw;
  }
}
@media only screen and (max-width: 767.98px) and (width > 1600px) {
  .contact.content .information {
    margin-top: 10.4166666667vw;
  }
}
@media (max-width: 575.98px) {
  .contact.content .information {
    padding-bottom: 6.6666666667vw;
  }
}
@media only screen and (max-width: 575.98px) and (width > 1600px) {
  .contact.content .information {
    margin-top: 21.3333333333vw;
  }
}
.contact.content .information p {
  margin-bottom: 0;
}

@media only screen and (width > 1600px) {
  .page-template-contactv2 {
    overflow: hidden;
  }
}

.contactv2.content {
  position: relative;
  text-align: center;
  padding-bottom: 100px;
  padding-top: 70px;
}
@media (max-width: 1799.98px) {
  .contactv2.content {
    padding-top: 3.8888888889vw;
  }
}
@media (max-width: 991.98px) {
  .contactv2.content {
    padding-top: 4.8611111111vw;
  }
}
@media (max-width: 767.98px) {
  .contactv2.content {
    padding-top: 9.1145833333vw;
  }
}
@media (max-width: 575.98px) {
  .contactv2.content {
    padding-top: 18.6666666667vw;
  }
}
.contactv2.content h1.title {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 80%;
  letter-spacing: 1.8px;
  margin-bottom: 40px;
  font-size: 180px;
}
@media (max-width: 1799.98px) {
  .contactv2.content h1.title {
    font-size: 10vw;
  }
}
@media (max-width: 991.98px) {
  .contactv2.content h1.title {
    font-size: 12.5vw;
  }
}
@media (max-width: 767.98px) {
  .contactv2.content h1.title {
    font-size: 7.8125vw;
  }
}
@media (max-width: 575.98px) {
  .contactv2.content h1.title {
    font-size: 16vw;
  }
}
.contactv2.content .page-description {
  text-align: center;
  margin-bottom: 40px;
}
.contactv2.content .page-description p {
  font-style: italic;
  text-align: center;
  font-family: "Romie";
  font-size: 24px;
  line-height: 38px;
}
@media (max-width: 1799.98px) {
  .contactv2.content .page-description p {
    font-size: 1.3333333333vw;
    line-height: 2.1111111111vw;
  }
}
@media (max-width: 991.98px) {
  .contactv2.content .page-description p {
    font-size: 1.6666666667vw;
    line-height: 2.6388888889vw;
  }
}
@media (max-width: 767.98px) {
  .contactv2.content .page-description p {
    font-size: 3.125vw;
    line-height: 4.9479166667vw;
  }
}
@media (max-width: 575.98px) {
  .contactv2.content .page-description p {
    font-size: 6.4vw;
    line-height: 10.1333333333vw;
  }
}
.contactv2.content .line {
  text-align: center;
  margin-bottom: 140px;
}
.contactv2.content h2 {
  font-family: Manuka;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 100px;
  line-height: 80px;
}
@media (max-width: 1799.98px) {
  .contactv2.content h2 {
    font-size: 5.5555555556vw;
    line-height: 4.4444444444vw;
  }
}
@media (max-width: 991.98px) {
  .contactv2.content h2 {
    font-size: 6.9444444444vw;
    line-height: 5.5555555556vw;
  }
}
@media (max-width: 767.98px) {
  .contactv2.content h2 {
    font-size: 7.8125vw;
    line-height: 6.5104166667vw;
  }
}
@media (max-width: 575.98px) {
  .contactv2.content h2 {
    font-size: 16vw;
    line-height: 13.3333333333vw;
  }
}
.contactv2.content svg {
  max-width: 100%;
}
.contactv2.content .arrow-down {
  margin-bottom: 30px;
}
.contactv2.content .button-wrapper {
  margin-bottom: 50px;
}
.contactv2.content .button-wrapper a.button {
  background-color: #fdfaf0;
  border-radius: 100px;
  font-size: 16px;
  line-height: 16px;
  font-family: Haffer;
  text-transform: uppercase;
  font-weight: 300;
  color: #100d0a;
  text-decoration: none;
  padding: 22px 30px;
  display: inline-block;
  background-image: url("../../assets/images/icons/button-arrow.svg");
  background-repeat: no-repeat;
  background-position: left 10px center;
  padding-left: 70px;
}
.contactv2.content .vertical-line {
  margin: 30px auto;
  width: 4px;
  height: 140px;
  background-color: #000;
}
.contactv2.content .logo-wrapper {
  margin-bottom: 50px;
}
.contactv2.content .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.contactv2.content .background svg {
  height: auto;
  position: absolute;
  bottom: -55px;
  right: -65px;
  width: 590px;
}
@media (max-width: 1799.98px) {
  .contactv2.content .background svg {
    bottom: -3.0555555556vw;
    right: -3.6111111111vw;
    width: 32.7777777778vw;
  }
}
@media (max-width: 991.98px) {
  .contactv2.content .background svg {
    bottom: -3.8194444444vw;
    right: -4.5138888889vw;
    width: 40.9722222222vw;
  }
}
@media (max-width: 767.98px) {
  .contactv2.content .background svg {
    bottom: -0.6510416667vw;
    right: -1.953125vw;
    width: 32.5520833333vw;
  }
}
@media (max-width: 575.98px) {
  .contactv2.content .background svg {
    bottom: -1.3333333333vw;
    right: -4vw;
    width: 66.6666666667vw;
  }
}

.memberships--intro {
  padding-bottom: 125px;
  padding-top: 100px;
}
@media (max-width: 1799.98px) {
  .memberships--intro {
    padding-bottom: 6.9444444444vw;
    padding-top: 5.5555555556vw;
  }
}
@media (max-width: 991.98px) {
  .memberships--intro {
    padding-bottom: 8.6805555556vw;
    padding-top: 6.9444444444vw;
  }
}
@media (max-width: 767.98px) {
  .memberships--intro {
    padding-bottom: 6.5104166667vw;
    padding-top: 4.5572916667vw;
  }
}
@media (max-width: 575.98px) {
  .memberships--intro {
    padding-bottom: 13.3333333333vw;
    padding-top: 9.3333333333vw;
  }
}
.memberships__filter {
  padding-top: 35px;
}
@media (max-width: 1799.98px) {
  .memberships__filter {
    padding-top: 1.9444444444vw;
  }
}
@media (max-width: 991.98px) {
  .memberships__filter {
    padding-top: 2.4305555556vw;
  }
}
@media (max-width: 767.98px) {
  .memberships__filter {
    padding-top: 6.5104166667vw;
  }
}
@media (max-width: 575.98px) {
  .memberships__filter {
    padding-top: 13.3333333333vw;
  }
}
.memberships__filter select {
  background: #fff;
  color: #3b7671;
  border: 1px solid #fff;
  font-family: "Manuka", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../images/icons/chevron-down.svg);
  background-repeat: no-repeat;
  text-align: left;
  padding: 10px 75px 10px 15px;
  font-size: 30px;
  line-height: 35px;
  background-size: 25px;
  background-position: center right 15px;
}
@media (max-width: 1799.98px) {
  .memberships__filter select {
    padding: 0.5555555556vw 4.1666666667vw 0.5555555556vw 0.8333333333vw;
    font-size: 1.6666666667vw;
    line-height: 1.9444444444vw;
    background-size: 1.3888888889vw;
    background-position: center right 0.8333333333vw;
  }
}
@media (max-width: 991.98px) {
  .memberships__filter select {
    padding: 0.6944444444vw 5.2083333333vw 0.6944444444vw 1.0416666667vw;
    font-size: 2.0833333333vw;
    line-height: 2.4305555556vw;
    background-size: 1.7361111111vw;
    background-position: center right 1.0416666667vw;
  }
}
@media (max-width: 767.98px) {
  .memberships__filter select {
    padding: 1.3020833333vw 9.765625vw 1.3020833333vw 1.953125vw;
    font-size: 3.90625vw;
    line-height: 4.5572916667vw;
    background-size: 3.2552083333vw;
    background-position: center right 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .memberships__filter select {
    padding: 2.6666666667vw 20vw 2.6666666667vw 4vw;
    font-size: 8vw;
    line-height: 9.3333333333vw;
    background-size: 6.6666666667vw;
    background-position: center right 4vw;
  }
}
.memberships__plans {
  padding-top: 50px;
}
@media (max-width: 1799.98px) {
  .memberships__plans {
    padding-top: 2.7777777778vw;
  }
}
@media (max-width: 991.98px) {
  .memberships__plans {
    padding-top: 3.4722222222vw;
  }
}
@media (max-width: 767.98px) {
  .memberships__plans {
    padding-top: 6.5104166667vw;
  }
}
@media (max-width: 575.98px) {
  .memberships__plans {
    padding-top: 13.3333333333vw;
  }
}
.memberships__plans .plan {
  position: relative;
  background: #78aca8;
  transition: all 0.3s ease-in-out;
  padding: 30px 30px 100px;
  margin-bottom: 15px;
}
@media (max-width: 1799.98px) {
  .memberships__plans .plan {
    padding: 1.6666666667vw 1.6666666667vw 5.5555555556vw;
    margin-bottom: 0.8333333333vw;
  }
}
@media (max-width: 991.98px) {
  .memberships__plans .plan {
    padding: 2.0833333333vw 2.0833333333vw 6.9444444444vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media (max-width: 767.98px) {
  .memberships__plans .plan {
    padding: 3.90625vw 3.90625vw 13.0208333333vw;
    margin-bottom: 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .memberships__plans .plan {
    padding: 8vw 8vw 26.6666666667vw;
    margin-bottom: 4vw;
  }
}
.memberships__plans .plan h3 {
  text-transform: uppercase;
  font-size: 50px;
  line-height: 55px;
}
@media (max-width: 1799.98px) {
  .memberships__plans .plan h3 {
    font-size: 2.7777777778vw;
    line-height: 3.0555555556vw;
  }
}
@media (max-width: 991.98px) {
  .memberships__plans .plan h3 {
    font-size: 3.4722222222vw;
    line-height: 3.8194444444vw;
  }
}
@media (max-width: 767.98px) {
  .memberships__plans .plan h3 {
    font-size: 6.5104166667vw;
    line-height: 7.1614583333vw;
  }
}
@media (max-width: 575.98px) {
  .memberships__plans .plan h3 {
    font-size: 13.3333333333vw;
    line-height: 14.6666666667vw;
  }
}
.memberships__plans .plan .price {
  color: #3b7671;
  font-family: "Manuka", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 42px;
}
@media (max-width: 1799.98px) {
  .memberships__plans .plan .price {
    font-size: 2vw;
    line-height: 2.3333333333vw;
  }
}
@media (max-width: 991.98px) {
  .memberships__plans .plan .price {
    font-size: 2.5vw;
    line-height: 2.9166666667vw;
  }
}
@media (max-width: 767.98px) {
  .memberships__plans .plan .price {
    font-size: 4.6875vw;
    line-height: 5.46875vw;
  }
}
@media (max-width: 575.98px) {
  .memberships__plans .plan .price {
    font-size: 9.6vw;
    line-height: 11.2vw;
  }
}
.memberships__plans .plan ul {
  padding-left: 15px;
}
@media (max-width: 1799.98px) {
  .memberships__plans .plan ul {
    padding-left: 0.8333333333vw;
  }
}
@media (max-width: 991.98px) {
  .memberships__plans .plan ul {
    padding-left: 1.0416666667vw;
  }
}
@media (max-width: 767.98px) {
  .memberships__plans .plan ul {
    padding-left: 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .memberships__plans .plan ul {
    padding-left: 4vw;
  }
}
.memberships__plans .plan .link {
  position: absolute;
  bottom: 25px;
  left: 30px;
}
@media (max-width: 1799.98px) {
  .memberships__plans .plan .link {
    bottom: 1.3888888889vw;
    left: 1.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  .memberships__plans .plan .link {
    bottom: 1.7361111111vw;
    left: 2.0833333333vw;
  }
}
@media (max-width: 767.98px) {
  .memberships__plans .plan .link {
    bottom: 3.2552083333vw;
    left: 3.90625vw;
  }
}
@media (max-width: 575.98px) {
  .memberships__plans .plan .link {
    bottom: 6.6666666667vw;
    left: 8vw;
  }
}
.memberships__plans .plan:hover {
  transform: scale(1.03);
}
.memberships--contact .title-box {
  margin-bottom: 75px;
}
@media (max-width: 1799.98px) {
  .memberships--contact .title-box {
    margin-bottom: 4.1666666667vw;
  }
}
@media (max-width: 991.98px) {
  .memberships--contact .title-box {
    margin-bottom: 5.2083333333vw;
  }
}
@media (max-width: 767.98px) {
  .memberships--contact .title-box {
    margin-bottom: 9.765625vw;
  }
}
@media (max-width: 575.98px) {
  .memberships--contact .title-box {
    margin-bottom: 20vw;
  }
}
.memberships--contact .wobble {
  width: 395px;
  margin-left: 75px;
}
@media (max-width: 1799.98px) {
  .memberships--contact .wobble {
    width: 21.9444444444vw;
    margin-left: 4.1666666667vw;
  }
}
@media (max-width: 991.98px) {
  .memberships--contact .wobble {
    width: 27.4305555556vw;
    margin-left: 5.2083333333vw;
  }
}
@media (max-width: 767.98px) {
  .memberships--contact .wobble {
    width: 51.4322916667vw;
    margin-left: 9.765625vw;
  }
}
@media (max-width: 575.98px) {
  .memberships--contact .wobble {
    width: 105.3333333333vw;
    margin-left: 20vw;
  }
}

.solutions.background-blue h2, .solutions.background-blue p, .solutions.background-blue a, .solutions.background-blue li {
  color: #fff;
}
.solutions h2 {
  font-family: "Haffer", sans-serif;
  font-weight: 300;
  line-height: 100%;
  text-transform: unset;
  font-size: 40px;
  margin-bottom: 25px;
}
@media (max-width: 1799.98px) {
  .solutions h2 {
    font-size: 2.2222222222vw;
    margin-bottom: 1.3888888889vw;
  }
}
@media (max-width: 991.98px) {
  .solutions h2 {
    font-size: 2.7777777778vw;
    margin-bottom: 1.7361111111vw;
  }
}
@media (max-width: 767.98px) {
  .solutions h2 {
    font-size: 5.2083333333vw;
    margin-bottom: 3.2552083333vw;
  }
}
@media (max-width: 575.98px) {
  .solutions h2 {
    font-size: 10.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}

.locations {
  padding-bottom: 50px;
}
@media (max-width: 1799.98px) {
  .locations {
    padding-bottom: 2.7777777778vw;
  }
}
@media (max-width: 991.98px) {
  .locations {
    padding-bottom: 3.4722222222vw;
  }
}
@media (max-width: 767.98px) {
  .locations {
    padding-bottom: 6.5104166667vw;
  }
}
@media (max-width: 575.98px) {
  .locations {
    padding-bottom: 13.3333333333vw;
  }
}
.locations--row {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1799.98px) {
  .locations--row {
    padding-top: 2.7777777778vw;
    padding-bottom: 2.7777777778vw;
  }
}
@media (max-width: 991.98px) {
  .locations--row {
    padding-top: 3.4722222222vw;
    padding-bottom: 3.4722222222vw;
  }
}
@media (max-width: 767.98px) {
  .locations--row {
    padding-top: 6.5104166667vw;
    padding-bottom: 6.5104166667vw;
  }
}
@media (max-width: 575.98px) {
  .locations--row {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}
.locations--row:first-child {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 1799.98px) {
  .locations--row:first-child {
    padding-top: 1.3888888889vw;
    padding-bottom: 1.3888888889vw;
  }
}
@media (max-width: 991.98px) {
  .locations--row:first-child {
    padding-top: 1.7361111111vw;
    padding-bottom: 1.7361111111vw;
  }
}
@media (max-width: 767.98px) {
  .locations--row:first-child {
    padding-top: 3.2552083333vw;
    padding-bottom: 3.2552083333vw;
  }
}
@media (max-width: 575.98px) {
  .locations--row:first-child {
    padding-top: 6.6666666667vw;
    padding-bottom: 6.6666666667vw;
  }
}
.locations .location {
  background: #78aca8;
  display: block;
  text-decoration: none;
}
.locations .location--header {
  overflow: hidden;
  position: relative;
  height: 255px;
}
@media (max-width: 1799.98px) {
  .locations .location--header {
    height: 14.1666666667vw;
  }
}
@media (max-width: 991.98px) {
  .locations .location--header {
    height: 17.7083333333vw;
  }
}
@media (max-width: 767.98px) {
  .locations .location--header {
    height: 33.203125vw;
  }
}
@media (max-width: 575.98px) {
  .locations .location--header {
    height: 68vw;
  }
}
.locations .location--header .thumbnail {
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
  width: 100%;
  height: 255px;
}
@media (max-width: 1799.98px) {
  .locations .location--header .thumbnail {
    height: 14.1666666667vw;
  }
}
@media (max-width: 991.98px) {
  .locations .location--header .thumbnail {
    height: 17.7083333333vw;
  }
}
@media (max-width: 767.98px) {
  .locations .location--header .thumbnail {
    height: 33.203125vw;
  }
}
@media (max-width: 575.98px) {
  .locations .location--header .thumbnail {
    height: 68vw;
  }
}
.locations .location--body {
  padding: 40px 30px 30px;
}
@media (max-width: 1799.98px) {
  .locations .location--body {
    padding: 2.2222222222vw 1.6666666667vw 1.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  .locations .location--body {
    padding: 2.7777777778vw 2.0833333333vw 2.0833333333vw;
  }
}
@media (max-width: 767.98px) {
  .locations .location--body {
    padding: 5.2083333333vw 3.90625vw 3.90625vw;
  }
}
@media (max-width: 575.98px) {
  .locations .location--body {
    padding: 10.6666666667vw 8vw 8vw;
  }
}
.locations .location--body h3 {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
.locations .location--body .country {
  font-family: "Manuka", sans-serif;
  font-weight: 700;
  color: #3b7671;
  font-size: 30px;
  line-height: 30px;
}
@media (max-width: 1799.98px) {
  .locations .location--body .country {
    font-size: 1.6666666667vw;
    line-height: 1.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  .locations .location--body .country {
    font-size: 2.0833333333vw;
    line-height: 2.0833333333vw;
  }
}
@media (max-width: 767.98px) {
  .locations .location--body .country {
    font-size: 3.90625vw;
    line-height: 3.90625vw;
  }
}
@media (max-width: 575.98px) {
  .locations .location--body .country {
    font-size: 8vw;
    line-height: 8vw;
  }
}
.locations .location--body p {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
}
@media (max-width: 1799.98px) {
  .locations .location--body p {
    font-size: 1.3333333333vw;
    line-height: 1.3333333333vw;
  }
}
@media (max-width: 991.98px) {
  .locations .location--body p {
    font-size: 1.6666666667vw;
    line-height: 1.6666666667vw;
  }
}
@media (max-width: 767.98px) {
  .locations .location--body p {
    font-size: 3.125vw;
    line-height: 3.125vw;
  }
}
@media (max-width: 575.98px) {
  .locations .location--body p {
    font-size: 6.4vw;
    line-height: 6.4vw;
  }
}
.locations .location--body a {
  font-weight: 500;
}
.locations .location:hover .thumbnail {
  transform: scale(1.1);
}
.locations .location:hover .link.arrow svg {
  rotate: -25deg;
}

.location--intro .h4 {
  margin-bottom: 5px;
}
@media (max-width: 1799.98px) {
  .location--intro .h4 {
    margin-bottom: 0.2777777778vw;
  }
}
@media (max-width: 991.98px) {
  .location--intro .h4 {
    margin-bottom: 0.3472222222vw;
  }
}
@media (max-width: 767.98px) {
  .location--intro .h4 {
    margin-bottom: 0.6510416667vw;
  }
}
@media (max-width: 575.98px) {
  .location--intro .h4 {
    margin-bottom: 1.3333333333vw;
  }
}
.location--floorplan select {
  background: #3b7671;
  color: #fff;
  border: 1px solid #3b7671;
  font-family: "Manuka", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../images/icons/chevron-down-white.svg);
  background-repeat: no-repeat;
  text-align: left;
  padding: 10px 75px 10px 15px;
  font-size: 30px;
  line-height: 35px;
  background-size: 25px;
  background-position: center right 15px;
}
@media (max-width: 1799.98px) {
  .location--floorplan select {
    padding: 0.5555555556vw 4.1666666667vw 0.5555555556vw 0.8333333333vw;
    font-size: 1.6666666667vw;
    line-height: 1.9444444444vw;
    background-size: 1.3888888889vw;
    background-position: center right 0.8333333333vw;
  }
}
@media (max-width: 991.98px) {
  .location--floorplan select {
    padding: 0.6944444444vw 5.2083333333vw 0.6944444444vw 1.0416666667vw;
    font-size: 2.0833333333vw;
    line-height: 2.4305555556vw;
    background-size: 1.7361111111vw;
    background-position: center right 1.0416666667vw;
  }
}
@media (max-width: 767.98px) {
  .location--floorplan select {
    padding: 1.3020833333vw 9.765625vw 1.3020833333vw 1.953125vw;
    font-size: 3.90625vw;
    line-height: 4.5572916667vw;
    background-size: 3.2552083333vw;
    background-position: center right 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .location--floorplan select {
    padding: 2.6666666667vw 20vw 2.6666666667vw 4vw;
    font-size: 8vw;
    line-height: 9.3333333333vw;
    background-size: 6.6666666667vw;
    background-position: center right 4vw;
  }
}
.location--floorplan .floorplan--image {
  position: relative;
  text-align: center;
}
.location--floorplan .floorplan--image svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.location--floorplan .floorplan--image svg path {
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.location--floorplan .floorplan--image svg path:hover {
  opacity: 1;
}
.location--floorplan .floorplan--details .detail {
  border-bottom: 1px solid #100d0a;
  margin-bottom: 15px;
}
@media only screen and (width > 768px) {
  .location--floorplan .floorplan--details .detail {
    height: 100%;
  }
}
@media (max-width: 1799.98px) {
  .location--floorplan .floorplan--details .detail {
    margin-bottom: 0.8333333333vw;
  }
}
@media (max-width: 991.98px) {
  .location--floorplan .floorplan--details .detail {
    margin-bottom: 1.0416666667vw;
  }
}
@media (max-width: 767.98px) {
  .location--floorplan .floorplan--details .detail {
    margin-bottom: 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .location--floorplan .floorplan--details .detail {
    margin-bottom: 4vw;
  }
}

.location--slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  gap: 5px;
}
@media (max-width: 1799.98px) {
  .location--slider .slick-dots {
    gap: 0.2777777778vw;
  }
}
@media (max-width: 991.98px) {
  .location--slider .slick-dots {
    gap: 0.3472222222vw;
  }
}
@media (max-width: 767.98px) {
  .location--slider .slick-dots {
    gap: 0.6510416667vw;
  }
}
@media (max-width: 575.98px) {
  .location--slider .slick-dots {
    gap: 1.3333333333vw;
  }
}
.location--slider .slick-dots li {
  all: unset;
}
.location--slider .slick-dots li button {
  all: unset;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  border: 1px solid #3b7671;
  background: rgb(244, 246, 252);
  width: 15px;
  height: 15px;
}
@media (max-width: 1799.98px) {
  .location--slider .slick-dots li button {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
  }
}
@media (max-width: 991.98px) {
  .location--slider .slick-dots li button {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
@media (max-width: 767.98px) {
  .location--slider .slick-dots li button {
    width: 1.953125vw;
    height: 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .location--slider .slick-dots li button {
    width: 4vw;
    height: 4vw;
  }
}
.location--slider .slick-dots li.slick-active button {
  background: #3b7671;
}

.load-more-artist {
  cursor: pointer;
}

.actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 45px;
  gap: 45px;
}
@media (max-width: 1799.98px) {
  .actions {
    margin-top: 2.5vw;
    gap: 2.5vw;
  }
}
@media (max-width: 991.98px) {
  .actions {
    margin-top: 3.125vw;
    gap: 3.125vw;
  }
}
@media (max-width: 767.98px) {
  .actions {
    margin-top: 5.859375vw;
    gap: 5.859375vw;
  }
}
@media (max-width: 575.98px) {
  .actions {
    margin-top: 12vw;
    gap: 12vw;
  }
}
@media screen and (max-width: 768px) {
  .actions {
    justify-content: center;
  }
}

.listen {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1799.98px) {
  .listen {
    gap: 0.8333333333vw;
  }
}
@media (max-width: 991.98px) {
  .listen {
    gap: 1.0416666667vw;
  }
}
@media (max-width: 767.98px) {
  .listen {
    gap: 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .listen {
    gap: 4vw;
  }
}

.releases .link.arrow svg circle {
  fill: #fff;
}
.releases .link.arrow svg path {
  stroke: #100d0a;
}

.single-release {
  color: #fff;
  padding: 125px 0 75px 0;
}
@media (max-width: 1799.98px) {
  .single-release {
    padding: 6.9444444444vw 0 4.1666666667vw 0;
  }
}
@media (max-width: 991.98px) {
  .single-release {
    padding: 8.6805555556vw 0 5.2083333333vw 0;
  }
}
@media (max-width: 767.98px) {
  .single-release {
    padding: 4.5572916667vw 0 9.765625vw 0;
  }
}
@media (max-width: 575.98px) {
  .single-release {
    padding: 9.3333333333vw 0 20vw 0;
  }
}
.single-release .thumbnail {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 530px;
  padding-left: 50px;
  margin-bottom: 0;
}
@media (max-width: 1799.98px) {
  .single-release .thumbnail {
    height: 29.4444444444vw;
    padding-left: 2.7777777778vw;
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .single-release .thumbnail {
    height: 36.8055555556vw;
    padding-left: 3.4722222222vw;
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .single-release .thumbnail {
    height: 45.5729166667vw;
    padding-left: 0;
    margin-bottom: 3.2552083333vw;
  }
}
@media (max-width: 575.98px) {
  .single-release .thumbnail {
    height: 93.3333333333vw;
    padding-left: 0;
    margin-bottom: 6.6666666667vw;
  }
}
.single-release .icons {
  display: flex;
  align-items: center;
  gap: 12.5px;
}
@media (max-width: 1799.98px) {
  .single-release .icons {
    gap: 0.6944444444vw;
  }
}
@media (max-width: 991.98px) {
  .single-release .icons {
    gap: 0.8680555556vw;
  }
}
@media (max-width: 767.98px) {
  .single-release .icons {
    gap: 1.6276041667vw;
  }
}
@media (max-width: 575.98px) {
  .single-release .icons {
    gap: 3.3333333333vw;
  }
}
.single-release .icons svg * {
  transition: all 0.3s;
}
.single-release .icons svg:hover path {
  fill: #100d0a;
}

.story h2,
.story .h2 {
  font-size: 140px;
  letter-spacing: 4.2px;
  line-height: 112px;
}
@media (max-width: 1799.98px) {
  .story h2,
  .story .h2 {
    font-size: 7.7777777778vw;
    letter-spacing: 0.2333333333vw;
    line-height: 6.2222222222vw;
  }
}
@media (max-width: 991.98px) {
  .story h2,
  .story .h2 {
    font-size: 9.7222222222vw;
    letter-spacing: 0.2916666667vw;
    line-height: 7.7777777778vw;
  }
}
@media (max-width: 767.98px) {
  .story h2,
  .story .h2 {
    font-size: 7.8125vw;
    letter-spacing: 0.2864583333vw;
    line-height: 7.2916666667vw;
  }
}
@media (max-width: 575.98px) {
  .story h2,
  .story .h2 {
    font-size: 16vw;
    letter-spacing: 0.5866666667vw;
    line-height: 14.9333333333vw;
  }
}
.story--background {
  position: relative;
}
.story--background .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.story--background .background::before {
  content: "";
  position: absolute;
  background: rgba(16, 13, 10, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.story--background .background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.story .select-items {
  width: 100%;
  background: #100d0a;
  color: #fff;
  font-family: "Manuka", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../images/icons/chevron-down-white.svg);
  background-repeat: no-repeat;
  text-align: left;
  padding: 10px 75px 10px 15px;
  margin-bottom: 20px;
  font-size: 30px;
  background-size: 25px;
  background-position: center right 15px;
}
@media (max-width: 1799.98px) {
  .story .select-items {
    padding: 0.5555555556vw 4.1666666667vw 0.5555555556vw 0.8333333333vw;
    margin-bottom: 1.1111111111vw;
    font-size: 1.6666666667vw;
    background-size: 1.3888888889vw;
    background-position: center right 0.8333333333vw;
  }
}
@media (max-width: 991.98px) {
  .story .select-items {
    padding: 0.6944444444vw 5.2083333333vw 0.6944444444vw 1.0416666667vw;
    margin-bottom: 1.3888888889vw;
    font-size: 2.0833333333vw;
    background-size: 1.7361111111vw;
    background-position: center right 1.0416666667vw;
  }
}
@media (max-width: 767.98px) {
  .story .select-items {
    padding: 1.3020833333vw 9.765625vw 1.3020833333vw 1.953125vw;
    margin-bottom: 2.6041666667vw;
    font-size: 3.90625vw;
    background-size: 3.2552083333vw;
    background-position: center right 1.953125vw;
  }
}
@media (max-width: 575.98px) {
  .story .select-items {
    padding: 2.6666666667vw 20vw 2.6666666667vw 4vw;
    margin-bottom: 5.3333333333vw;
    font-size: 8vw;
    background-size: 6.6666666667vw;
    background-position: center right 4vw;
  }
}
.story .items .item {
  background: #100d0a;
  transition: all 0.3s;
  cursor: pointer;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 25px;
  margin-bottom: 10px;
}
@media (max-width: 1799.98px) {
  .story .items .item {
    padding: 1.3888888889vw 1.3888888889vw;
    margin-bottom: 0.5555555556vw;
  }
}
@media (max-width: 991.98px) {
  .story .items .item {
    padding: 1.7361111111vw 1.7361111111vw;
    margin-bottom: 0.6944444444vw;
  }
}
@media (max-width: 767.98px) {
  .story .items .item {
    padding: 1.953125vw 1.953125vw;
    margin-bottom: 1.3020833333vw;
  }
}
@media (max-width: 575.98px) {
  .story .items .item {
    padding: 4vw 4vw;
    margin-bottom: 2.6666666667vw;
  }
}
.story .items .item span {
  font-family: "Manuka", sans-serif;
  text-transform: uppercase;
  font-size: 45px;
  line-height: 49.5px;
  letter-spacing: 0.45px;
}
@media (max-width: 1799.98px) {
  .story .items .item span {
    font-size: 2.5vw;
    line-height: 2.75vw;
    letter-spacing: 0.025vw;
  }
}
@media (max-width: 991.98px) {
  .story .items .item span {
    font-size: 3.125vw;
    line-height: 3.4375vw;
    letter-spacing: 0.03125vw;
  }
}
@media (max-width: 767.98px) {
  .story .items .item span {
    font-size: 4.5572916667vw;
    line-height: 5.1432291667vw;
    letter-spacing: 0.05859375vw;
  }
}
@media (max-width: 575.98px) {
  .story .items .item span {
    font-size: 9.3333333333vw;
    line-height: 10.5333333333vw;
    letter-spacing: 0.12vw;
  }
}
.story .items .item svg {
  transition: all 0.3s;
  height: auto;
  width: 40px;
}
@media (max-width: 1799.98px) {
  .story .items .item svg {
    width: 2.2222222222vw;
  }
}
@media (max-width: 991.98px) {
  .story .items .item svg {
    width: 2.7777777778vw;
  }
}
@media (max-width: 767.98px) {
  .story .items .item svg {
    width: 3.90625vw;
  }
}
@media (max-width: 575.98px) {
  .story .items .item svg {
    width: 8vw;
  }
}
.story .items .item.active {
  background: #ff764d;
}
.story .items .item.active svg {
  rotate: -180deg;
}

html {
  max-width: 100vw;
  scroll-padding-top: 102px;
}
@media (max-width: 1799.98px) {
  html {
    scroll-padding-top: 5.6666666667vw;
  }
}
@media (max-width: 991.98px) {
  html {
    scroll-padding-top: 7.0833333333vw;
  }
}
@media (max-width: 767.98px) {
  html {
    scroll-padding-top: 13.28125vw;
  }
}
@media (max-width: 575.98px) {
  html {
    scroll-padding-top: 27.2vw;
  }
}

p b,
p strong {
  font-weight: 700;
}
