@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap);
@import url(https://cdn-uicons.flaticon.com/2.6.0/uicons-brands/css/uicons-brands.css);
/* Box sizing rules */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  scroll-behavior: smooth;
}

html,
body {
  width: 100%;
}

a {
  color: inherit;
}

fieldset {
  border: 0;
  min-width: 0;
}

/* === Colours === */
/* === Fonts === */
html, body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background: white;
  margin: 0;
}

body.ns {
  height: 100vh;
  overflow: hidden;
}

.container {
  max-width: 1320px !important;
}
@media (max-width: 768px) {
  .container {
    max-width: 90%;
  }
}

.container-left {
  padding-left: 2.5rem;
  margin-left: calc((100% - 1320px) / 2);
}
@media (max-width: 1500px) {
  .container-left {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 5rem;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .container-left {
    margin: 0;
    padding: 30px;
    padding-right: 0;
  }
}

[class*=col-] {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-60 {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .py-60 {
    padding: 30px 0;
  }
}

.bg-white {
  background: white;
}

.bg-light {
  background: #FFFAF5;
}

.bg-mid {
  background: #FEF4E8;
}

.bg-dark {
  background: #141414;
}

[v-cloak] {
  display: none;
}

body {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}
@media (max-width: 1024px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }
}

h1, h2, h3, h4, h5 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
}

/* Text Colours */
.fc-white {
  color: white;
}

.fc-light {
  color: #FFFAF5;
}

.fc-mid {
  color: #FEF4E8;
}

.fc-dark {
  color: #141414;
}

/* Sizes */
h1 {
  font-size: 32px;
  font-weight: 800;
  line-height: 42px;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 24px;
    line-height: 30px;
  }
}

h2 {
  font-size: 28px;
  padding: 0;
  margin: 0;
  font-weight: 800;
  line-height: 26px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 16px;
    line-height: 20px;
  }
}

h3 {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 25px;
  font-weight: 800;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 18px;
    line-height: 28px;
  }
}

h4 {
  font-size: 24px;
  line-height: 1;
}
@media (max-width: 1024px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 1024px) {
  h5 {
    font-size: 16px;
  }
}

p {
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 1024px) {
  p {
    font-size: 14px;
    line-height: 22px;
  }
}
p a {
  color: inherit;
  text-decoration: underline;
  color: #141414;
  font-weight: bold;
}
p a:hover {
  color: #141414;
  text-decoration: none;
}

@media (max-width: 768px) {
  .rte {
    font-size: 14px;
    line-height: 20px;
  }
}
.rte a {
  color: inherit;
  text-decoration: underline;
  color: #141414;
  font-weight: bold;
}
.rte a:hover {
  color: #141414;
  text-decoration: none;
}

.rte p {
  margin-bottom: 15px;
}
.rte p:last-child {
  margin-bottom: 0;
}
.rte ul {
  font-size: 16px;
  line-height: 26px;
  margin-left: 20px;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .rte ul {
    font-size: 14px;
    line-height: 22px;
    margin-left: 15px;
    margin-top: 15px;
  }
}

/* === Weights === */
.fw-900 {
  font-weight: 900;
}

.fw-800 {
  font-weight: 800;
}

/* === Headings === */
.font-heading {
  font-size: 64px;
  font-weight: 400;
  line-height: 70px;
  letter-spacing: -0.005em;
  text-align: center;
}
@media (max-width: 768px) {
  .font-heading {
    font-size: 48px;
    line-height: 58px;
  }
}

.heading-underlined {
  color: #141414;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: #141414;
  font-weight: 600;
}

/* === Alignment === */
.text-right {
  text-align: right;
}

/* === Links === */
.text-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: inherit;
  transition: 0.3s ease-in-out;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: inherit;
}

:root {
  --reflex-columns: 12;
  --reflex-grid-spacing: 15px;
  --reflex-xs: 576px;
  --reflex-sm: 768px;
  --reflex-md: 992px;
  --reflex-lg: 1200px;
  --reflex-xlg: 1600px;
  --reflex-xxs-max: 575px;
  --reflex-xs-max: 767px;
  --reflex-sm-max: 991px;
  --reflex-md-max: 1199px;
  --reflex-lg-max: 1599px;
}

.container, .container-full {
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.container .grid, .container-full .grid {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}
.grid {
  box-sizing: border-box;
  display: block;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
  position: relative;
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  word-spacing: -0.43em;
  list-style-type: none;
}

.grid::before, .grid::after {
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}

[class*=col-] {
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  position: relative;
  width: 100%;
  vertical-align: top;
  padding: 15px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

[class*=col-]::before, [class*=col-]::after {
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}

[class*=col-] .grid {
  flex: 1 1 auto;
  margin: -15px;
}

.col-12 {
  width: 100%;
  *width: 99.9%;
}

.col-11 {
  width: 91.6666666667%;
  *width: 91.5666666667%;
}

.col-10 {
  width: 83.3333333333%;
  *width: 83.2333333333%;
}

.col-9 {
  width: 75%;
  *width: 74.9%;
}

.col-8 {
  width: 66.6666666667%;
  *width: 66.5666666667%;
}

.col-7 {
  width: 58.3333333333%;
  *width: 58.2333333333%;
}

.col-6 {
  width: 50%;
  *width: 49.9%;
}

.col-5 {
  width: 41.6666666667%;
  *width: 41.5666666667%;
}

.col-4 {
  width: 33.3333333333%;
  *width: 33.2333333333%;
}

.col-3 {
  width: 25%;
  *width: 24.9%;
}

.col-2 {
  width: 16.6666666667%;
  *width: 16.5666666667%;
}

.col-1 {
  width: 8.3333333333%;
  *width: 8.2333333333%;
}

@media (min-width: 576px) {
  .col-xs-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-xs-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .col-xs-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .col-xs-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-xs-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .col-xs-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .col-xs-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-xs-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .col-xs-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .col-xs-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-xs-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .col-xs-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
@media (min-width: 768px) {
  .col-sm-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .col-sm-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .col-sm-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .col-sm-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .col-sm-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
@media (min-width: 992px) {
  .col-md-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-md-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .col-md-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .col-md-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-md-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .col-md-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .col-md-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-md-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .col-md-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .col-md-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-md-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .col-md-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .col-lg-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .col-lg-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .col-lg-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .col-lg-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
@media (min-width: 1600px) {
  .col-xlg-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-xlg-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .col-xlg-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .col-xlg-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-xlg-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .col-xlg-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .col-xlg-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-xlg-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .col-xlg-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .col-xlg-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-xlg-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .col-xlg-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
.col-auto {
  flex: 1 0 0px;
  width: auto;
}

@media (min-width: 576px) {
  .col-xs-auto {
    flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 768px) {
  .col-sm-auto {
    flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 992px) {
  .col-md-auto {
    flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .col-lg-auto {
    flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 1600px) {
  .col-xlg-auto {
    flex: 1 0 0px;
    width: auto;
  }
}
.order-12 {
  order: 12;
}

.order-11 {
  order: 11;
}

.order-10 {
  order: 10;
}

.order-9 {
  order: 9;
}

.order-8 {
  order: 8;
}

.order-7 {
  order: 7;
}

.order-6 {
  order: 6;
}

.order-5 {
  order: 5;
}

.order-4 {
  order: 4;
}

.order-3 {
  order: 3;
}

.order-2 {
  order: 2;
}

.order-1 {
  order: 1;
}

.order-0 {
  order: 0;
}

@media (min-width: 576px) {
  .order-xs-12 {
    order: 12;
  }
  .order-xs-11 {
    order: 11;
  }
  .order-xs-10 {
    order: 10;
  }
  .order-xs-9 {
    order: 9;
  }
  .order-xs-8 {
    order: 8;
  }
  .order-xs-7 {
    order: 7;
  }
  .order-xs-6 {
    order: 6;
  }
  .order-xs-5 {
    order: 5;
  }
  .order-xs-4 {
    order: 4;
  }
  .order-xs-3 {
    order: 3;
  }
  .order-xs-2 {
    order: 2;
  }
  .order-xs-1 {
    order: 1;
  }
  .order-xs-0 {
    order: 0;
  }
}
@media (min-width: 768px) {
  .order-sm-12 {
    order: 12;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-0 {
    order: 0;
  }
}
@media (min-width: 992px) {
  .order-md-12 {
    order: 12;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-0 {
    order: 0;
  }
}
@media (min-width: 1200px) {
  .order-lg-12 {
    order: 12;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-0 {
    order: 0;
  }
}
@media (min-width: 1600px) {
  .order-xlg-12 {
    order: 12;
  }
  .order-xlg-11 {
    order: 11;
  }
  .order-xlg-10 {
    order: 10;
  }
  .order-xlg-9 {
    order: 9;
  }
  .order-xlg-8 {
    order: 8;
  }
  .order-xlg-7 {
    order: 7;
  }
  .order-xlg-6 {
    order: 6;
  }
  .order-xlg-5 {
    order: 5;
  }
  .order-xlg-4 {
    order: 4;
  }
  .order-xlg-3 {
    order: 3;
  }
  .order-xlg-2 {
    order: 2;
  }
  .order-xlg-1 {
    order: 1;
  }
  .order-xlg-0 {
    order: 0;
  }
}
.offset-11 {
  margin-left: 91.6666666667%;
  *margin-left: 91.5666666667%;
}

.offset-10 {
  margin-left: 83.3333333333%;
  *margin-left: 83.2333333333%;
}

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

.offset-8 {
  margin-left: 66.6666666667%;
  *margin-left: 66.5666666667%;
}

.offset-7 {
  margin-left: 58.3333333333%;
  *margin-left: 58.2333333333%;
}

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

.offset-5 {
  margin-left: 41.6666666667%;
  *margin-left: 41.5666666667%;
}

.offset-4 {
  margin-left: 33.3333333333%;
  *margin-left: 33.2333333333%;
}

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

.offset-2 {
  margin-left: 16.6666666667%;
  *margin-left: 16.5666666667%;
}

.offset-1 {
  margin-left: 8.3333333333%;
  *margin-left: 8.2333333333%;
}

@media (min-width: 576px) {
  .offset-xs-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%;
  }
  .offset-xs-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%;
  }
  .offset-xs-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-xs-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%;
  }
  .offset-xs-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%;
  }
  .offset-xs-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-xs-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%;
  }
  .offset-xs-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%;
  }
  .offset-xs-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-xs-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%;
  }
  .offset-xs-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%;
  }
  .offset-xs-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media (min-width: 768px) {
  .offset-sm-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%;
  }
  .offset-sm-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%;
  }
  .offset-sm-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%;
  }
  .offset-sm-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%;
  }
  .offset-sm-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media (min-width: 992px) {
  .offset-md-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%;
  }
  .offset-md-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%;
  }
  .offset-md-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%;
  }
  .offset-md-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%;
  }
  .offset-md-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media (min-width: 1200px) {
  .offset-lg-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%;
  }
  .offset-lg-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%;
  }
  .offset-lg-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%;
  }
  .offset-lg-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%;
  }
  .offset-lg-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media (min-width: 1600px) {
  .offset-xlg-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%;
  }
  .offset-xlg-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%;
  }
  .offset-xlg-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-xlg-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%;
  }
  .offset-xlg-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%;
  }
  .offset-xlg-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-xlg-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%;
  }
  .offset-xlg-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%;
  }
  .offset-xlg-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-xlg-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%;
  }
  .offset-xlg-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%;
  }
  .offset-xlg-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
.wrap {
  flex-wrap: wrap;
}

.no-wrap {
  flex-wrap: nowrap;
}

.no-wrap [class*=col-] {
  flex-shrink: 1;
}

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

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

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

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

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

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

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

.align-end [class*=col-] {
  vertical-align: bottom;
}

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

.align-center [class*=col-] {
  vertical-align: middle;
}

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

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

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

.align-content-end [class*=col-] {
  vertical-align: bottom;
}

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

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

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

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

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

.align-self-end {
  align-self: flex-end;
  vertical-align: bottom;
}

.align-self-center {
  align-self: center;
  vertical-align: middle;
}

.align-self-baseline {
  align-self: baseline;
  vertical-align: baseline;
}

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

.justify-start.grid {
  text-align: left;
}

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

.justify-end.grid {
  text-align: right;
  -moz-text-align-last: right;
  text-align-last: right;
}

.justify-end.grid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

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

.justify-center.grid {
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
}

.justify-center.grid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

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

.justify-space-between.grid {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}

.justify-space-between.grid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

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

.justify-space-around.grid {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}

.justify-space-around.grid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.grid-bleed [class*=col-] {
  padding: 0;
}

.col-grid {
  display: flex;
  flex-direction: column;
}

.col-grid.direction-row {
  flex-direction: row;
}

.col-bleed {
  padding: 0;
}

.col-bleed-x {
  padding: 15px 0;
}

.col-bleed-y {
  padding: 0 15px;
}

.flex-img {
  display: block;
  flex: 0 0 auto;
  max-width: 100%;
  height: auto;
  width: 100%;
  *width: auto;
}

.flex-footer {
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
}

.flex-footer > :last-child {
  margin-bottom: 0;
}

@media (min-width: 0px) and (max-width: 575px) {
  .hidden-xxs {
    display: none;
  }
}
@media (min-width: 576px) {
  .hidden-xs-up {
    display: none;
  }
}
@media (max-width: 767px) {
  .hidden-xs-down {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}
@media (min-width: 768px) {
  .hidden-sm-up {
    display: none;
  }
}
@media (max-width: 991px) {
  .hidden-sm-down {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none;
  }
}
@media (min-width: 992px) {
  .hidden-md-up {
    display: none;
  }
}
@media (max-width: 1199px) {
  .hidden-md-down {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none;
  }
}
@media (min-width: 1200px) {
  .hidden-lg-up {
    display: none;
  }
}
@media (max-width: 1599px) {
  .hidden-lg-down {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .hidden-lg {
    display: none;
  }
}
@media (min-width: 1600px) {
  .hidden-xlg {
    display: none;
  }
} 
.header {
  background: white;
  padding: 30px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .header {
    padding: 20px 0 15px;
  }
}
.header__container {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  position: relative;
}
.header__container img {
  width: 120px;
}
@media (max-width: 768px) {
  .header__container img {
    width: 80px;
  }
}
.header__container nav {
  display: flex;
  align-items: center;
  gap: 45px;
}
@media (max-width: 768px) {
  .header__container nav {
    display: none;
  }
}
.header__container nav .menu-main-navigation-container ul {
  display: flex;
  align-items: center;
  gap: 45px;
}
.header__container nav .menu-main-navigation-container ul li {
  list-style: none;
}
.header__container nav .menu-main-navigation-container ul li.active a {
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 6px;
}
.header__container nav a {
  font-size: 16px;
}
.header__container nav a:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.header__container nav a.btn {
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}
.header__container .mobileTrigger {
  display: none;
  top: 12px;
  right: 0;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 30px;
}
@media (max-width: 768px) {
  .header__container .mobileTrigger {
    display: block;
  }
}
.header__container .mobileTrigger:before, .header__container .mobileTrigger:after,
.header__container .mobileTrigger div {
  background: #141414;
  content: "";
  display: block;
  height: 2px;
  border-radius: 3px;
  margin: 5px 0;
  transition: 0.5s;
}
.header__container .mobileTrigger.active:before {
  transform: translateY(7px) rotate(135deg);
}
.header__container .mobileTrigger.active:after {
  transform: translateY(-7px) rotate(-135deg);
}
.header__container .mobileTrigger.active div {
  transform: scale(0);
}

.mobileNav {
  display: none;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: #FFFAF5;
  z-index: 1;
  transition: right 0.3s ease;
}
.mobileNav.open {
  right: 0;
}
@media (max-width: 768px) {
  .mobileNav {
    display: flex;
  }
}
.mobileNav nav {
  margin-top: 80px;
  padding: 30px;
  width: 100%;
  text-align: center;
}
.mobileNav nav .menu-main-navigation-container ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 20px;
}
.mobileNav nav .menu-main-navigation-container ul li {
  list-style: none;
}
.mobileNav nav .menu-main-navigation-container ul li.active a {
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 6px;
}
.mobileNav nav a {
  font-size: 18px;
}
.mobileNav nav a:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.mobileNav nav a.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-top: 30px;
  font-weight: 800;
  text-decoration: none;
}

.footer {
  background: #141414;
  color: #FFFAF5;
  padding: 60px 0 20px;
}
.footer__content {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer__content {
    flex-direction: column;
    gap: 40px;
  }
}
.footer__content--brand {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer__content--brand img {
  width: 120px;
}
@media (max-width: 768px) {
  .footer__content--brand img {
    width: 80px;
  }
}
.footer__content--brand .socials {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer__content--brand .socials a {
  width: 30px;
  height: 30px;
  background: #FFFAF5;
  color: #141414;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 12px;
}
.footer__content--brand .socials a:hover {
  background: #FEF4E8;
  text-decoration: none;
}
.footer__content--locations {
  display: flex;
  gap: 80px;
}
@media (max-width: 768px) {
  .footer__content--locations {
    display: block;
    width: 100%;
    border-top: 1px solid rgba(254, 244, 232, 0.4);
    padding-top: 20px;
  }
  .footer__content--locations div {
    margin-bottom: 5px;
  }
  .footer__content--locations div p {
    max-height: 0;
    transition: max-height 0.3s ease-out;
    overflow: hidden;
  }
  .footer__content--locations div.open h5:after {
    transform: rotate(45deg);
  }
  .footer__content--locations div.open p {
    max-height: 100px;
    transition: max-height 0.3s ease-in;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(254, 244, 232, 0.4);
  }
}
.footer__content--locations h5 {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .footer__content--locations h5 {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(254, 244, 232, 0.4);
    position: relative;
  }
  .footer__content--locations h5:after {
    content: "+";
    position: absolute;
    right: 0;
    top: -2px;
    font-size: 20px;
    transition: 0.3s ease;
  }
}
.footer__copyright {
  border-top: 1px solid rgba(254, 244, 232, 0.4);
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .footer__copyright {
    margin-top: 20px;
    border-top: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer__copyright small, .footer__copyright a {
  color: white;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

.btn {
  display: inline-flex;
  padding: 10px 25px;
  border: none;
  outline: none;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 800;
  transition: 0.3s ease;
}
.btn:hover {
  text-decoration: none;
}
.btn--hasIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.btn--hasIcon svg {
  flex-shrink: 0;
}
.btn__light {
  background: #FFFAF5;
  color: #141414;
}
.btn__light:hover {
  color: #FFFAF5;
  background: #141414;
}
.btn__dark {
  background: #141414;
  color: #FFFAF5;
}
.btn__dark:hover {
  color: #141414;
  background: #FEF4E8;
}

.pagination {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  padding: 20px 0 45px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.pagination a, .pagination span {
  font-size: 12px;
  text-transform: uppercase;
}
.pagination .prev, .pagination .prevFalse {
  margin-right: auto;
}
.pagination .next {
  margin-left: auto;
}

.paged .prevFalse {
  display: none;
}

.formContainer .wpforms-container {
  padding: 0;
  margin: 0 !important;
}
.formContainer .wpforms-container .wpforms-field {
  padding-top: 0 !important;
  padding-bottom: 30px !important;
}
.formContainer .wpforms-container .wpforms-field input, .formContainer .wpforms-container .wpforms-field textarea {
  width: 100%;
  border: 1px solid rgba(20, 20, 20, 0.3) !important;
  border-radius: 6px !important;
}
.formContainer .wpforms-container .wpforms-field input:focus, .formContainer .wpforms-container .wpforms-field textarea:focus {
  border: 1px solid #141414 !important;
  outline: none !important;
}
.formContainer .wpforms-container .wpforms-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 25px !important;
  border: none !important;
  outline: none !important;
  border-radius: 30px !important;
  font-size: 14px !important;
  font-weight: 800;
  width: 145px;
  transition: 0.3s ease;
  background: #141414 !important;
  color: #FFFAF5 !important;
}
.formContainer .wpforms-container .wpforms-submit:hover {
  text-decoration: none;
  color: #141414 !important;
  background: #FEF4E8 !important;
}
.formContainer .wpforms-container .wpforms-confirmation-container-full {
  background: #141414;
  color: #FFFAF5;
  padding: 30px;
  text-align: center;
  border-radius: 10px;
}
.formContainer .wpforms-container .wpforms-confirmation-container-full p {
  color: #FFFAF5 !important;
  font-weight: 800;
}

.hero__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  width: 100%;
  padding: 40px 0;
}
@media (max-width: 768px) {
  .hero__content {
    grid-template-columns: 1fr;
    padding: 30px 0;
    gap: 30px;
  }
}
.hero__content.contained {
  background: #FFFAF5;
  padding: 30px;
  padding-left: 60px;
  border-radius: 10px;
  margin: 20px 0;
}
@media (max-width: 768px) {
  .hero__content.contained {
    padding-left: 30px;
    margin: 10px 0;
  }
}
.hero__content--text h1 {
  max-width: 95%;
}
.hero__content--text p {
  max-width: 85%;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .hero__content--text p {
    max-width: 100%;
  }
}
.hero__content--image img {
  width: 100%;
  border-radius: 10px;
}

.classesSlider {
  padding: 100px 0 120px;
}
@media (max-width: 768px) {
  .classesSlider {
    padding: 30px 0 60px;
  }
}
.classesSlider__content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
@media (max-width: 768px) {
  .classesSlider__content {
    flex-direction: column;
  }
}
.classesSlider__content--text {
  width: 25%;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .classesSlider__content--text {
    width: 100%;
    padding-right: 30px;
  }
}
.classesSlider__content--text h2 {
  margin-bottom: 15px;
}
.classesSlider__content--text p {
  margin-bottom: 30px;
}
.classesSlider__content--slider {
  width: auto;
  overflow: hidden;
}
.classesSlider__content--slider .classesItem {
  width: 100%;
  height: 500px;
  border-radius: 10px;
  position: relative;
  padding: 30px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .classesSlider__content--slider .classesItem {
    height: 350px;
    padding: 20px;
  }
}
.classesSlider__content--slider .classesItem:hover {
  cursor: pointer;
}
.classesSlider__content--slider .classesItem:hover .classesItem--content h5::after {
  transform: rotate(45deg);
}
.classesSlider__content--slider .classesItem:hover .classesItem--content p {
  max-height: 500px;
  transition: max-height 0.25s ease-in;
}
.classesSlider__content--slider .classesItem--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 10px;
}
.classesSlider__content--slider .classesItem--bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgb(20, 20, 20);
  background: linear-gradient(180deg, rgba(20, 20, 20, 0) 30%, rgba(20, 20, 20, 0.6) 70%, rgb(20, 20, 20) 100%);
  z-index: 1;
}
.classesSlider__content--slider .classesItem--bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.classesSlider__content--slider .classesItem--content {
  color: white;
  position: relative;
  z-index: 2;
}
.classesSlider__content--slider .classesItem--content h5 {
  position: relative;
  width: 100%;
}
.classesSlider__content--slider .classesItem--content h5:after {
  content: "+";
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  transition: 0.3s ease;
}
.classesSlider__content--slider .classesItem--content p {
  max-height: 0;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
}

.imageText {
  padding: 40px 0 80px;
}
@media (max-width: 768px) {
  .imageText {
    padding: 30px 0 60px;
  }
}
.imageText__content {
  background: #FFFAF5;
  padding: 30px;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 768px) {
  .imageText__content {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
.imageText__content--image img {
  width: 100%;
  border-radius: 10px;
}
.imageText__content--text h3 {
  max-width: 90%;
}
.imageText__content--text p {
  margin-bottom: 30px;
  max-width: 70%;
}

.testimonials {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .testimonials {
    padding: 30px 0;
  }
}
.testimonials h2 {
  text-align: center;
}
.testimonials__carousel {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .testimonials__carousel {
    margin-top: 30px;
  }
}
.testimonials__carousel--item {
  width: 300px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-radius: 10px;
  background: #FFFAF5;
  padding: 30px;
}
@media (max-width: 768px) {
  .testimonials__carousel--item {
    width: 250px;
    max-width: 80%;
  }
}

.appBanner {
  position: relative;
  padding-top: 30px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .appBanner {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}
.appBanner:before {
  content: "";
  width: 100%;
  height: 120px;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .appBanner:before {
    height: 180px;
  }
}
.appBanner__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .appBanner__content {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    gap: 40px;
  }
}
.appBanner__content--device {
  position: relative;
}
.appBanner__content--device .device {
  width: 60%;
  margin-left: 10%;
}
.appBanner__content--device .icon {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50%;
  margin-top: -75px;
  right: 12%;
}
@media (max-width: 768px) {
  .appBanner__content--device .icon {
    width: 100px;
    height: 100px;
    margin-top: -50px;
  }
}
.appBanner__content--text {
  padding-top: 0px;
}
.appBanner__content--text .btns {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.appBanner__content--text .btns img {
  height: 45px;
}
@media (max-width: 768px) {
  .appBanner__content--text .btns img {
    height: 35px;
  }
}

.textBlock {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .textBlock {
    padding: 30px 0;
  }
}
.textBlock__content {
  max-width: 50%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 768px) {
  .textBlock__content {
    max-width: 90%;
  }
}
.textBlock__content p {
  padding: 25px 0 25px;
}

.team {
  margin: 60px 0;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .team {
    margin: 30px 0;
    padding: 40px 0;
  }
}
.team h2 {
  margin-bottom: 20px;
}
.team__carousel {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .team__carousel {
    margin-top: 30px;
  }
}
.team__carousel .teamMember {
  width: 100%;
  height: 500px;
  border-radius: 10px;
  position: relative;
  padding: 30px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .team__carousel .teamMember {
    height: 350px;
    padding: 20px;
  }
}
.team__carousel .teamMember--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 10px;
}
.team__carousel .teamMember--bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgb(20, 20, 20);
  background: linear-gradient(180deg, rgba(20, 20, 20, 0) 30%, rgb(20, 20, 20) 100%);
  z-index: 1;
}
.team__carousel .teamMember--bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.team__carousel .teamMember--content {
  color: white;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
}
.team__carousel .teamMember--content .socials {
  display: flex;
  align-items: center;
  gap: 15px;
}
.team__carousel .teamMember--content .socials a:hover {
  text-decoration: none;
}

.contactForm {
  padding: 40px 0 80px;
}
@media (max-width: 768px) {
  .contactForm {
    padding: 30px 0 60px;
  }
}
.contactForm__content {
  background: #FFFAF5;
  padding: 60px;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
@media (max-width: 768px) {
  .contactForm__content {
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding: 30px;
  }
}
.contactForm__content--intro p {
  max-width: 75%;
  margin: 30px 0;
}
@media (max-width: 768px) {
  .contactForm__content--intro p {
    max-width: 100%;
    margin: 20px 0;
  }
}
.contactForm__content--intro .socials {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contactForm__content--intro .socials a {
  width: 30px;
  height: 30px;
  background: #141414;
  color: white;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 12px;
}
.contactForm__content--intro .socials a:hover {
  background: white;
  color: #141414;
  text-decoration: none;
}

.locations {
  padding: 30px 0 80px;
}
@media (max-width: 768px) {
  .locations {
    padding: 30px 0 0;
  }
}
.locations h2 {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .locations h2 {
    margin-bottom: 30px;
  }
}
.locations__item {
  margin-bottom: 60px;
}
.locations__item--image {
  width: 100%;
  height: auto;
  aspect-ratio: 1.4/1;
  margin-bottom: 30px;
  border-radius: 10px;
}
.locations__item--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.locations__item h3 {
  text-align: left;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-size: 24px;
}
@media (max-width: 768px) {
  .locations__item h3 {
    font-size: 18px;
  }
}
.locations__item p {
  margin: 20px 0;
}
.locations__item a {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.locations__item a:hover {
  text-decoration: none;
}

.faqs {
  margin: 20px 0 30px;
}
.faqs__container {
  background: #FFFAF5;
  padding: 40px;
  border-radius: 10px;
}
.faqs__header {
  padding-bottom: 40px;
  max-width: 50%;
}
@media (max-width: 768px) {
  .faqs__header {
    max-width: 100%;
  }
}
.faqs__header p {
  margin-top: 20px;
}
.faqs details summary {
  border-bottom: 1px solid rgba(20, 20, 20, 0.4);
  position: relative;
  padding: 15px 0;
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  padding-right: 30px;
}
.faqs details summary:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 15px;
  font-size: 25px;
  font-weight: normal;
  transition: 0.3s ease;
}
.faqs details .answer {
  padding: 20px 0 0;
  max-width: 80%;
}
.faqs details .answer p {
  margin-bottom: 15px;
}
.faqs details[open] summary:after {
  transform: rotate(45deg);
}
.faqs details summary::-webkit-details-marker,
.faqs details summary::marker,
.faqs details > summary::-webkit-details-marker {
  display: none;
}

.bsportIntegration__widget {
  background: #FFFAF5;
  padding: 30px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .bsportIntegration__widget {
    padding: 15px;
  }
}
.bsportIntegration__widget [id*=bsport-widget],
.bsportIntegration__widget [id*=bsport-widget] .cleanslate .bs-week__header__date__weekDay,
.bsportIntegration__widget [id*=bsport-widget] .cleanslate .bs-week__header__date__monthDay,
.bsportIntegration__widget [id*=bsport-widget] .cleanslate .bs-marketplace-date-picker__placeholder,
.bsportIntegration__widget [id*=bsport-widget] .cleanslate .bs-marketplace-filter,
.bsportIntegration__widget [id*=bsport-widget] .cleanslate .bs-week__listMode__content__day__date,
.bsportIntegration__widget [id*=bsport-widget] .cleanslate .bs-offer-list-item__content__offer__left__title,
.bsportIntegration__widget [id*=bsport-widget] .cleanslate .bs-offer-list-item__content__offer__left__establishment__name,
.bsportIntegration__widget [id*=bsport-widget] .cleanslate .bs-offer-list-item__content__offer__left__coach,
.bsportIntegration__widget [id*=bsport-widget] .cleanslate .bs-book-button-card__inner__text,
.bsportIntegration__widget [id*=bsport-widget] .cleanslate .bs-marketplace-filter__menu__list__item,
.bsportIntegration__widget [id*=bsport-widget] .cleanslate .bs-button__text,
.bsportIntegration__widget [id*=bsport-widget] .cleanslate .bs-button__container,
.bsportIntegration__widget [id*=bsport-widget] .cleanslate .bs-marketplace-filter__menu__list__item-group,
.bsportIntegration__widget [id*=bsport-widget] .cleanslate .bs-marketplace-filter__menu__list__sub-item,
.bsportIntegration__widget [id*=bsport-widget] .cleanslate .bs-calendar-search__input,
.bsportIntegration__widget [id*=bsport-widget] .cleanslate .bs-offer-list-item__content__offer__left__time--without-date,
.bsportIntegration__widget [id*=bsport-widget] .cleanslate .bs-activity__top__content__title,
.bsportIntegration__widget [id*=bsport-widget] .cleanslate .bs-activity__top__content,
.bsportIntegration__widget [id*=bsport-widget] .cleanslate .bs-activity__top__content__time__day,
.bsportIntegration__widget [id*=bsport-widget] .cleanslate .bs-activity__top__content__time__hour,
.bsportIntegration__widget [id*=bsport-widget] .cleanslate .bs-activity__middle__top,
.bsportIntegration__widget [id*=bsport-widget] .cleanslate .bs-activity__middle__top__description,
.bsportIntegration__widget [id*=bsport-widget] .cleanslate .bs-activity__middle__top__description__full,
.bsportIntegration__widget [id*=bsport-widget] .cleanslate .bs-activity__middle__conditions,
.bsportIntegration__widget [id*=bsport-widget] .cleanslate .bs-activity__middle__conditions__full,
.bsportIntegration__widget [id*=bsport-widget] .cleanslate .bs-activity__middle__coach__title,
.bsportIntegration__widget [id*=bsport-widget] .cleanslate .bs-activity__middle__coach__main__personality__right,
.bsportIntegration__widget [id*=bsport-widget] .cleanslate .bs-activity__middle__coach__main__personality__right__name,
.bsportIntegration__widget [id*=bsport-widget] .cleanslate .bs-search__input,
.bsportIntegration__widget [id*=bsport-widget] .cleanslate .bs-contract-card__title,
.bsportIntegration__widget [id*=bsport-widget] .cleanslate .bs-contract-card__description,
.bsportIntegration__widget [id*=bsport-widget] .cleanslate .bs-contract-card__price,
.bsportIntegration__widget [id*=bsport-widget] .cleanslate .bs-contract-card__planned-invoices,
.bsportIntegration__widget [id*=bsport-widget] .cleanslate .bs-contract-card__header__price,
.bsportIntegration__widget [id*=bsport-widget] .cleanslate .bs-description-details-dialog__list__item,
.bsportIntegration__widget [id*=bsport-widget] .cleanslate .bs-collapse-transition {
  font-family: "Nunito Sans", sans-serif !important;
}
.bsportIntegration__widget [id*=bsport-widget] .cleanslate .bs-level,
.bsportIntegration__widget [id*=bsport-widget] .cleanslate .bs-contract-card__planned-invoices {
  font-family: "Nunito Sans", sans-serif !important;
  padding: 5px 20px !important;
  border: none !important;
  outline: none !important;
  border-radius: 30px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  background: #FEF4E8 !important;
  color: #141414 !important;
}
.bsportIntegration__widget [id*=bsport-widget] .cleanslate .bs-level p,
.bsportIntegration__widget [id*=bsport-widget] .cleanslate .bs-contract-card__planned-invoices p {
  font-size: 12px !important;
}
.bsportIntegration__widget [id*=bsport-widget] .cleanslate .bs-book-button-card__inner__text,
.bsportIntegration__widget .bsportIntegration__widget [id*=bsport-widget] .cleanslate .bs-button__container {
  font-family: "Nunito Sans", sans-serif !important;
  padding: 5px 20px !important;
  border: none !important;
  outline: none !important;
  border-radius: 30px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  background: #141414 !important;
  color: #FFFAF5 !important;
}
.bsportIntegration__widget [id*=bsport-widget] .cleanslate .bs-book-button-card__inner__text p,
.bsportIntegration__widget .bsportIntegration__widget [id*=bsport-widget] .cleanslate .bs-button__container p {
  font-size: 12px !important;
}
.bsportIntegration__widget [id*=bsport-widget] .cleanslate .bs-button-primary__text {
  text-transform: none !important;
  font-weight: 800 !important;
}
.bsportIntegration__widget [id*=bsport-widget] .cleanslate .bs-book-button-card:hover {
  background: none !important;
}
.bsportIntegration__widget [id*=bsport-widget] .cleanslate .bs-book-button-card:hover .bs-book-button-card__inner__text {
  background: #FEF4E8 !important;
  color: #141414 !important;
}
.bsportIntegration__widget [id*=bsport-widget] .cleanslate .bs-offer-list-item--isNotWorkshop:enabled:hover {
  filter: brightness(0.98) !important;
}
@media (max-width: 670px) {
  .bsportIntegration__widget [id*=bsport-widget] .cleanslate .bs-contract-card .bs-generic-card__content__grid {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}
@media (max-width: 670px) {
  .bsportIntegration__widget [id*=bsport-widget] .cleanslate .bs-grid-item-alignment-flex-end {
    align-items: flex-start !important;
  }
}
@media (max-width: 670px) {
  .bsportIntegration__widget [id*=bsport-widget] .cleanslate .bs-contract-card__price {
    font-size: 18px !important;
  }
}
@media (max-width: 670px) {
  .bsportIntegration__widget [id*=bsport-widget] .cleanslate .bs-contract-card {
    height: auto !important;
  }
}
