/* Bulma Utilities */
/* Bulma Base */
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

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

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
td:not([align]),
th:not([align]) {
  text-align: inherit;
}

html {
  background-color: #FFFFFF;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
}

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

body,
button,
input,
optgroup,
select,
textarea {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}

body {
  color: #100131;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: hsl(229, 53%, 53%);
  cursor: pointer;
  text-decoration: none;
}
a strong {
  color: currentColor;
}
a:hover {
  color: #4C4064;
}

code {
  background-color: hsl(0, 0%, 96%);
  color: #da1039;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
}

hr {
  background-color: hsl(0, 0%, 96%);
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0;
}

img {
  height: auto;
  max-width: 100%;
}

input[type=checkbox],
input[type=radio] {
  vertical-align: baseline;
}

small {
  font-size: 0.875em;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

strong {
  color: #4C4064;
  font-weight: 700;
}

fieldset {
  border: none;
}

pre {
  -webkit-overflow-scrolling: touch;
  background-color: hsl(0, 0%, 96%);
  color: #706783;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}
pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}

table td,
table th {
  vertical-align: top;
}
table td:not([align]),
table th:not([align]) {
  text-align: inherit;
}
table th {
  color: #4C4064;
}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

html {
  background-color: #040402;
}

main {
  overflow-x: hidden;
}

section {
  padding: 75px 20px;
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 577px) {
  section {
    padding: 50px 15px;
  }
}
section.small-padding {
  padding-top: 25px;
  padding-bottom: 25px;
}

.content p {
  margin-bottom: 16px;
}
.content p:last-of-type {
  margin-bottom: 0;
}

body {
  font-size: 16px;
  font-weight: 400;
  color: #100131;
}
body::-moz-selection {
  background-color: #8800FF;
}
body::selection {
  background-color: #8800FF;
}

p.large {
  font-size: 1.125rem;
  font-weight: 300;
}

p.small {
  font-size: 0.75rem;
}

p.tiny {
  font-size: 0.675rem;
}

blockquote {
  font-size: 1.25rem;
}

label {
  font-weight: 600;
  letter-spacing: 0.1em;
}

button, .btn {
  font-size: 1rem;
  letter-spacing: 0.2em;
}

a {
  font-weight: 700;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
.grid {
  display: grid;
  width: 100%;
  grid-gap: 1em;
}
@media screen and (min-width: 1025px) {
  .grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .grid {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media screen and (max-width: 577px) {
  .grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.button {
  transition: all 0.2s ease;
  display: block;
  width: fit-content;
  text-align: center;
}

.btn-pink {
  background-color: rgb(236, 0, 140);
  color: #100131;
  padding: 16px 30px;
  border-radius: 10px;
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
  display: inline-block;
}
.btn-pink.nav-btn {
  padding: 12px 30px;
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}
@media screen and (max-width: 576px) {
  .btn-pink.nav-btn {
    padding: 12px 20px;
    font-size: 0.75rem;
    white-space: nowrap;
  }
}
.btn-pink:hover {
  color: rgb(242, 231, 220);
  background-color: #FF0097;
  font-weight: 600;
}

.btn-ghost {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.875rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 700;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgb(242, 231, 220);
  border: solid 1px rgba(242, 231, 220, 0.4);
  border-radius: 10px;
  padding: 6px 30px 14px;
}
@media screen and (max-width: 769px) {
  .btn-ghost {
    font-size: 14px;
    line-height: 24px;
  }
}
.btn-ghost span {
  font-size: 0.625rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-style: normal;
  line-height: 14px;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  color: rgb(242, 231, 220);
}
@media screen and (max-width: 769px) {
  .btn-ghost span {
    font-size: 10px;
    line-height: 14px;
  }
}
.btn-ghost:hover {
  border: solid 1px rgba(242, 231, 220, 0.8);
  color: rgb(242, 231, 220);
  transition: all 0.2s ease;
}
.btn-ghost:hover span {
  color: rgba(242, 231, 220, 0.6);
}

.btn-tag {
  font-size: 1.125rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  border: solid 1px rgb(242, 231, 220);
  color: rgb(242, 231, 220);
  border-radius: 70px;
  padding: 12px 25px;
}
@media screen and (max-width: 769px) {
  .btn-tag {
    font-size: 16px;
    line-height: 26px;
  }
}
.btn-tag.filled {
  border: none;
  background: rgb(242, 231, 220);
  color: rgb(4, 4, 2);
}

.modal-background {
  display: none;
}
.modal-background.is-open {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(4, 4, 2, 0.84);
}
.modal-background .modal-content-container {
  background-color: rgb(242, 231, 220);
  border-radius: 10px;
  position: relative;
  padding: 30px;
  max-width: 610px;
  max-height: 610px;
  overflow-y: scroll;
}
@media screen and (max-width: 769px) {
  .modal-background .modal-content-container {
    margin: 0 30px;
  }
}
.modal-background .modal-content-container .modal-button-wrapper {
  position: absolute;
  top: 15px;
  right: 15px;
}
.modal-background .modal-content-container .modal-button-wrapper button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 1px rgba(4, 4, 2, 0.2);
  background: transparent;
  cursor: pointer;
}
.modal-background .modal-content-container .modal-button-wrapper button img {
  width: 12px;
  height: 12px;
}
.modal-background .modal-content-container .modal-content-wrapper h2 {
  font-size: 2.625rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 52px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgb(4, 4, 2);
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .modal-background .modal-content-container .modal-content-wrapper h2 {
    font-size: 34px;
    line-height: 44px;
  }
}
.modal-background .modal-content-container .modal-content-wrapper .content {
  font-size: 0.875rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgba(4, 4, 2, 0.6);
  margin: 0 70px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .modal-background .modal-content-container .modal-content-wrapper .content {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 769px) {
  .modal-background .modal-content-container .modal-content-wrapper .content {
    margin: 0 20px;
  }
}
.modal-background .modal-content-container .modal-form {
  margin-top: 30px;
}
.modal-background .modal-content-container .modal-form .wpforms-container {
  margin: 0 !important;
}
.modal-background .modal-content-container .modal-form .wpforms-container form label {
  display: none !important;
}
.modal-background .modal-content-container .modal-form .wpforms-container form .wpforms-field {
  padding: 0 !important;
}
.modal-background .modal-content-container .modal-form .wpforms-container form .wpforms-field input,
.modal-background .modal-content-container .modal-form .wpforms-container form .wpforms-field textarea,
.modal-background .modal-content-container .modal-form .wpforms-container form .wpforms-field select {
  min-width: 100% !important;
  min-height: 90px;
  margin-bottom: 10px !important;
  background: transparent;
  border: 1px solid rgba(4, 4, 2, 0.2);
  color: rgb(4, 4, 2) !important;
  border-radius: 10px;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.25px;
}
.modal-background .modal-content-container .modal-form .wpforms-container form .wpforms-field input:focus,
.modal-background .modal-content-container .modal-form .wpforms-container form .wpforms-field textarea:focus,
.modal-background .modal-content-container .modal-form .wpforms-container form .wpforms-field select:focus {
  border: solid 1px rgba(4, 4, 2, 0.6) !important;
  transition: border-color 0.2s ease;
}
.modal-background .modal-content-container .modal-form .wpforms-container form .wpforms-field input:hover,
.modal-background .modal-content-container .modal-form .wpforms-container form .wpforms-field textarea:hover,
.modal-background .modal-content-container .modal-form .wpforms-container form .wpforms-field select:hover {
  border: solid 1px rgba(4, 4, 2, 0.4) !important;
  transition: border-color 0.2s ease;
}
.modal-background .modal-content-container .modal-form .wpforms-container form .wpforms-field input,
.modal-background .modal-content-container .modal-form .wpforms-container form .wpforms-field textarea {
  padding: 30px !important;
}
.modal-background .modal-content-container .modal-form .wpforms-container form .wpforms-field.wpforms-field-select {
  position: relative;
}
.modal-background .modal-content-container .modal-form .wpforms-container form .wpforms-field.wpforms-field-select select {
  padding: 0 0 0 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.modal-background .modal-content-container .modal-form .wpforms-container form .wpforms-field.wpforms-field-select:before {
  content: url("../images/form-carat-dark.svg");
  min-width: 10px;
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 577px) {
  .modal-background .modal-content-container .modal-form .wpforms-container form .wpforms-field.wpforms-field-select:before {
    right: 20px;
  }
}
.modal-background .modal-content-container .modal-form .wpforms-container form .wpforms-field.wpforms-field-checkbox {
  display: flex;
  align-items: flex-start;
}
.modal-background .modal-content-container .modal-form .wpforms-container form .wpforms-field.wpforms-field-checkbox input[type=checkbox] {
  min-width: 25px !important;
  min-height: 25px !important;
  max-width: 25px !important;
  max-height: 25px !important;
  accent-color: rgb(236, 0, 140);
  border-radius: 5px !important;
  vertical-align: middle !important;
  margin: 0 !important;
}
.modal-background .modal-content-container .modal-form .wpforms-container form .wpforms-field.wpforms-field-checkbox input[type=checkbox]:focus {
  outline: none;
}
.modal-background .modal-content-container .modal-form .wpforms-container form .wpforms-field .wpforms-field-description {
  margin: 0 0 0 20px;
}
.modal-background .modal-content-container .modal-form .wpforms-container form .wpforms-submit-container {
  padding: 0 !important;
}
.modal-background .modal-content-container .modal-form .wpforms-container form .wpforms-submit-container button {
  background-color: rgb(236, 0, 140) !important;
  border-radius: 10px;
  color: rgb(242, 231, 220);
  padding: 16px 30px;
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  margin-top: 20px;
}

body.is-clipped-overflow {
  overflow-y: hidden;
  width: 100vw;
  height: 100vh;
  position: fixed;
}

.nav-bar {
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #040402;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  transition: top 0.3s cubic-bezier(0.82, 0.14, 0.23, 0.885);
}
@media screen and (max-width: 577px) {
  .nav-bar {
    transition: top 0.5s cubic-bezier(0.82, 0.14, 0.23, 0.885);
  }
}
@media screen and (max-width: 577px) {
  .nav-bar {
    padding: 16px 15px;
  }
}
.nav-bar .nav-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-bar .navbar-right-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}
.nav-bar .navbar-right-wrapper .navbar-btn {
  z-index: 999;
  display: block;
  position: relative;
  background-color: transparent;
  border: none;
  width: 34px;
  height: 34px;
  margin-left: 20px;
  cursor: pointer;
}
.nav-bar .navbar-right-wrapper .navbar-btn span {
  transition: all 0.2s ease;
  position: absolute;
  background-color: rgb(242, 231, 220);
  height: 1.5px;
  width: 34px;
}
.nav-bar .navbar-right-wrapper .navbar-btn span:nth-child(1) {
  top: calc(50% - 4px);
  left: 0;
}
.nav-bar .navbar-right-wrapper .navbar-btn span:nth-child(2) {
  top: calc(50% + 4px);
  left: 0;
}
.nav-bar .navbar-right-wrapper .navbar-btn.is-active span:nth-child(1) {
  width: 30px;
  transform: rotate(45deg);
  background-color: rgb(242, 231, 220);
  transform: translate(0, 5px) rotate(45deg);
}
.nav-bar .navbar-right-wrapper .navbar-btn.is-active span:nth-child(2) {
  width: 30px;
  transform: translate(0, -4.5px) rotate(-45deg);
  background-color: rgb(242, 231, 220);
}

.footer-cta {
  margin-bottom: -75px;
}
@media screen and (max-width: 577px) {
  .footer-cta {
    margin-bottom: -50px;
  }
}
.footer-cta .section-wrapper {
  background-color: rgb(242, 231, 220);
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 577px) {
  .footer-cta .section-wrapper {
    padding: 80px 40px 0;
  }
}
.footer-cta .section-wrapper .cta-content-wrapper {
  display: flex;
  flex-direction: column;
  align-self: center;
  grid-column: 2/span 4;
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .footer-cta .section-wrapper .cta-content-wrapper {
    grid-column: 2/span 2;
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .footer-cta .section-wrapper .cta-content-wrapper {
    grid-column: 2/span 6;
    margin: 75px 0 25px;
    align-items: center;
    text-align: center;
  }
}
@media screen and (max-width: 577px) {
  .footer-cta .section-wrapper .cta-content-wrapper {
    grid-column: 1/span 4;
    margin-bottom: 50px;
    align-items: center;
    text-align: center;
  }
}
.footer-cta .section-wrapper .cta-content-wrapper h2 {
  font-size: 2.625rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 52px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
}
@media screen and (max-width: 769px) {
  .footer-cta .section-wrapper .cta-content-wrapper h2 {
    font-size: 34px;
    line-height: 44px;
  }
}
.footer-cta .section-wrapper .cta-content-wrapper .content {
  margin: 32px 0 18px 0;
  color: rgba(4, 4, 2, 0.6);
}
.footer-cta .image-wrapper {
  overflow: hidden;
  grid-column: span 6;
  margin: 50px 0 -20px 0;
  max-height: 900px;
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .footer-cta .image-wrapper {
    grid-column: 4/span 4;
    margin: 50px 0 -20px 50px;
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .footer-cta .image-wrapper {
    grid-column: 2/span 6;
  }
}
@media screen and (max-width: 577px) {
  .footer-cta .image-wrapper {
    grid-column: 1/span 4;
    margin: 0 0 -20px 0;
  }
}
.footer-cta .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 577px) {
  .footer-cta .image-wrapper img {
    min-height: 490px;
  }
}

.alert-bar {
  position: relative;
  padding: 8px 20px 8px 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgb(236, 0, 140);
}
.alert-bar.closed {
  display: none;
}
@media screen and (max-width: 768px) {
  .alert-bar {
    padding: 8px 20px;
  }
}
.alert-bar .content-wrapper {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .alert-bar .content-wrapper {
    margin: 0 auto;
  }
}
.alert-bar .content-wrapper p {
  font-weight: 500;
  padding-right: 8px;
  color: #100131;
}
@media screen and (max-width: 768px) {
  .alert-bar .content-wrapper p {
    font-size: 0.75rem;
  }
}
.alert-bar .content-wrapper .button {
  padding: 4px 12px;
  line-height: 1.4;
  margin-left: 6px;
  width: fit-content;
  white-space: nowrap;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .alert-bar .content-wrapper .button {
    font-size: 0.75rem;
  }
}
.alert-bar .close-alert {
  min-width: 16px;
  min-height: 16px;
  display: block;
  background-color: transparent;
  border: none;
  position: absolute;
  cursor: pointer;
  z-index: 99;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .alert-bar .close-alert {
    position: relative;
    right: 0;
  }
}
.alert-bar .close-alert:after, .alert-bar .close-alert::before {
  content: "";
  height: 16px;
  width: 1px;
  background-color: #100131;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  transform-origin: center center;
}
.alert-bar .close-alert:before {
  transform: rotate(-45deg);
}
.alert-bar .btn-ghost {
  border-color: #100131;
  color: #100131;
}

.main-navigation {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: auto 80%;
  background-position: bottom right;
  background-repeat: no-repeat;
  padding: 0 94px;
  background-color: #040402;
  opacity: 0;
  height: 0;
  pointer-events: none;
  overflow: hidden;
  transition: all 0.2s ease-out;
  transition-property: opacity, height;
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .main-navigation {
    padding: 0 50px;
  }
}
@media screen and (max-width: 769px) {
  .main-navigation {
    padding: 0 30px;
    justify-content: space-between;
    background-size: auto 50%;
  }
}
.main-navigation.is-active {
  opacity: 1;
  pointer-events: all;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100vh;
  min-height: calc(100vh - 74px);
}
@media screen and (max-width: 769px) {
  .main-navigation.is-active {
    min-height: calc(100vh - 50px);
    margin-top: 50px;
  }
}
.main-navigation .background-logo {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 774px;
  width: 922px;
}
@media screen and (max-width: 577px) {
  .main-navigation .background-logo {
    height: 429px;
    bottom: 0;
    right: -125px;
  }
}
.main-navigation .nav-top,
.main-navigation .nav-bottom {
  z-index: 10;
}
.main-navigation .nav-top {
  margin-top: 150px;
}
@media screen and (max-width: 769px) {
  .main-navigation .nav-top {
    margin-top: 100px;
  }
}
.main-navigation .nav-top .menu-columns-wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .main-navigation .nav-top .menu-columns-wrapper {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 769px) {
  .main-navigation .nav-top .menu-columns-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .main-navigation .nav-top .menu-columns-wrapper .menu-wrapper {
    margin-bottom: 40px;
  }
}
.main-navigation .nav-top .menu-columns-wrapper .accordion-wrapper {
  display: flex;
  flex-direction: column;
  width: fit-content;
}
@media screen and (max-width: 769px) {
  .main-navigation .nav-top .menu-columns-wrapper .accordion-wrapper {
    width: 100%;
  }
}
.main-navigation .nav-top .menu-columns-wrapper .accordion-wrapper .accordion-trigger {
  position: relative;
  width: 100%;
}
.main-navigation .nav-top .menu-columns-wrapper .accordion-wrapper .accordion-trigger:before {
  content: "";
  background-image: url("../images/form-carat-light.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 10px;
  height: 6px;
  position: absolute;
  right: 10px;
  top: 50%;
  transition: transform 175ms cubic-bezier(0.28, 0.65, 0.89, 0.65);
}
@media screen and (min-width: 769px) {
  .main-navigation .nav-top .menu-columns-wrapper .accordion-wrapper .accordion-trigger:before {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .main-navigation .nav-top .menu-columns-wrapper .accordion-wrapper .accordion-trigger:before {
    display: block;
  }
}
.main-navigation .nav-top .menu-columns-wrapper .accordion-wrapper.is-active .accordion-trigger:before {
  transform: rotate(180deg);
  transition: transform 175ms cubic-bezier(0.28, 0.65, 0.89, 0.65);
}
.main-navigation .nav-top .menu-columns-wrapper .accordion-wrapper.is-active .accordion-content {
  display: flex;
}
.main-navigation .nav-top .menu-columns-wrapper .accordion-content {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 769px) {
  .main-navigation .nav-top .menu-columns-wrapper .accordion-content {
    display: none;
  }
}
.main-navigation .nav-top .menu-right {
  display: flex;
  flex-direction: column;
  width: fit-content;
}
@media screen and (max-width: 769px) {
  .main-navigation .nav-top .menu-right {
    width: 100%;
  }
}
.main-navigation .nav-top .menu-heading {
  text-decoration: none;
  color: rgb(242, 231, 220);
  font-size: 2rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 48px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .main-navigation .nav-top .menu-heading {
    font-size: 28px;
    line-height: 38px;
  }
}
@media screen and (max-width: 769px) {
  .main-navigation .nav-top .menu-heading {
    margin-bottom: 15px;
  }
}
.main-navigation .nav-top .menu-heading.large-link {
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  .main-navigation .nav-top .menu-heading.large-link {
    margin-bottom: 15px;
  }
}
.main-navigation .nav-top .menu-link {
  color: rgba(242, 231, 220, 0.8);
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}
.main-navigation .nav-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 172px;
  padding-bottom: 64px;
}
@media screen and (max-width: 769px) {
  .main-navigation .nav-bottom {
    flex-direction: column-reverse;
    justify-content: flex-end;
    padding-bottom: 40px;
    margin: 0;
  }
}
.main-navigation .nav-bottom .bottom-left .social-links-wrapper {
  margin-bottom: 20px;
  display: flex;
}
.main-navigation .nav-bottom .bottom-left .social-links-wrapper .social-link {
  margin-right: 10px;
  display: inline-block;
  width: 32px;
  height: 32px;
}
.main-navigation .nav-bottom .bottom-left .social-links-wrapper .social-link:last-of-type {
  margin-right: 0;
}
.main-navigation .nav-bottom .bottom-left .copyright {
  color: rgb(242, 231, 220);
  font-size: 0.625rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-style: normal;
  line-height: 14px;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (max-width: 769px) {
  .main-navigation .nav-bottom .bottom-left .copyright {
    font-size: 10px;
    line-height: 14px;
  }
}
.main-navigation .nav-bottom .bottom-right {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 769px) {
  .main-navigation .nav-bottom .bottom-right {
    margin-bottom: 20px;
  }
}
.main-navigation .nav-bottom .bottom-right .legal-menu .legal-links-wrapper .legal-link {
  margin-right: 10px;
  color: rgb(242, 231, 220);
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}
.main-navigation .nav-bottom .bottom-right .legal-menu .legal-links-wrapper .legal-link:last-of-type {
  margin-right: 0;
}

.site-footer {
  background-color: #040402;
  display: flex;
  flex-direction: column;
}
.site-footer .top,
.site-footer .bottom {
  color: rgb(242, 231, 220);
}
@media screen and (min-width: 1025px) {
  .site-footer .top,
  .site-footer .bottom {
    padding: 90px 80px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .site-footer .top,
  .site-footer .bottom {
    padding: 80px 40px;
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .site-footer .top,
  .site-footer .bottom {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 577px) {
  .site-footer .top,
  .site-footer .bottom {
    grid-column: span 4;
    padding: 40px 30px;
  }
}
.site-footer .top .logo-wrapper {
  grid-column: span 2;
}
@media screen and (min-width: 940px) and (max-width: 1025px) {
  .site-footer .top .logo-wrapper {
    grid-column: span 3;
    margin-right: -50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 940px) {
  .site-footer .top .logo-wrapper {
    grid-column: span 8;
    grid-row: 1;
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .site-footer .top .logo-wrapper {
    grid-column: span 2;
  }
}
@media screen and (max-width: 577px) {
  .site-footer .top .logo-wrapper {
    grid-column: span 4;
    margin-bottom: 10px;
  }
}
.site-footer .top .contact-info-wrapper {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgba(242, 231, 220, 0.8);
}
@media screen and (max-width: 769px) {
  .site-footer .top .contact-info-wrapper {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 577px) {
  .site-footer .top .contact-info-wrapper {
    align-items: flex-start;
  }
}
.site-footer .top .contact-info-wrapper .phone {
  margin-bottom: 3px;
}
.site-footer .top .contact-info-wrapper a {
  font-size: 0.875rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgba(242, 231, 220, 0.8);
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .site-footer .top .contact-info-wrapper a {
    font-size: 14px;
    line-height: 24px;
  }
}
.site-footer .top .contact-info-wrapper a svg {
  fill: rgba(242, 231, 220, 0.4);
  margin-right: 10px;
  max-width: 20px;
  max-height: 20px;
}
.site-footer .top .contact-info-wrapper a:hover {
  color: rgb(242, 231, 220);
  transition: color 0.2s ease;
}
.site-footer .top .contact-info-wrapper a:hover svg {
  fill: rgba(242, 231, 220, 0.6);
  transition: fill 0.2s ease;
}
.site-footer .top .menu-wrapper {
  display: flex;
  flex-direction: column;
  width: fit-content;
  grid-column: span 2;
}
@media screen and (min-width: 940px) and (max-width: 1025px) {
  .site-footer .top .menu-wrapper {
    grid-column: span 1;
    margin-right: 40px;
  }
  .site-footer .top .menu-wrapper:last-of-type {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 940px) {
  .site-footer .top .menu-wrapper {
    grid-column: span 8;
    grid-row: 1;
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .site-footer .top .menu-wrapper {
    grid-column: span 2;
  }
  .site-footer .top .menu-wrapper:nth-last-of-type(3) {
    grid-column: 5/span 2;
    grid-row: 2;
  }
  .site-footer .top .menu-wrapper:nth-last-of-type(2) {
    grid-column: 3/span 2;
    grid-row: 2;
  }
  .site-footer .top .menu-wrapper:last-of-type {
    grid-column: 7/span 2;
    grid-row: 1;
  }
}
@media screen and (max-width: 577px) {
  .site-footer .top .menu-wrapper {
    grid-column: span 4;
    width: 100%;
    padding: 40px 0;
    border-bottom: solid 1px rgba(242, 231, 220, 0.2);
  }
  .site-footer .top .menu-wrapper.menu-right {
    border-bottom: none;
    padding: 40px 0 0 0;
  }
}
.site-footer .top .menu-wrapper .menu-heading {
  font-size: 1.125rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-style: normal;
  line-height: 22px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgb(242, 231, 220);
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .site-footer .top .menu-wrapper .menu-heading {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 577px) {
  .site-footer .top .menu-wrapper .menu-heading {
    margin-bottom: 10px;
  }
}
.site-footer .top .menu-wrapper .menu-heading:hover {
  color: rgb(236, 0, 140);
  transition: color 0.2s ease;
}
.site-footer .top .menu-wrapper .menu-heading.not-a-link:hover {
  color: rgb(242, 231, 220);
}
.site-footer .top .menu-wrapper .menu-heading.large-link {
  margin-bottom: 20px;
}
.site-footer .top .menu-wrapper .menu-link {
  font-size: 0.875rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgba(242, 231, 220, 0.8);
  margin-bottom: 10px;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .site-footer .top .menu-wrapper .menu-link {
    font-size: 14px;
    line-height: 24px;
  }
}
.site-footer .top .menu-wrapper .menu-link:hover {
  color: rgb(242, 231, 220);
  transition: color 0.2s ease;
}
.site-footer .bottom {
  border-top: solid 1px rgba(242, 231, 220, 0.2);
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.25px;
}
.site-footer .bottom .bottom-left,
.site-footer .bottom .bottom-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.site-footer .bottom .bottom-left div:last-of-type,
.site-footer .bottom .bottom-right div:last-of-type {
  margin-top: 16px;
}
.site-footer .bottom .bottom-left {
  grid-column: 1/span 4;
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .site-footer .bottom .bottom-left {
    grid-column: span 3;
  }
}
@media screen and (max-width: 577px) {
  .site-footer .bottom .bottom-left {
    grid-column: span 4;
    grid-row: 2;
  }
}
.site-footer .bottom .bottom-left .tagline {
  color: rgba(242, 231, 220, 0.6);
}
.site-footer .bottom .bottom-right {
  grid-column: 8/span 5;
  justify-self: end;
  align-items: flex-end;
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .site-footer .bottom .bottom-right {
    grid-column: 5/span 4;
  }
}
@media screen and (max-width: 577px) {
  .site-footer .bottom .bottom-right {
    grid-column: span 4;
    grid-row: 1;
    align-items: flex-start;
    justify-self: start;
    margin-bottom: 30px;
  }
}
.site-footer .bottom .bottom-right .social-links-wrapper {
  display: flex;
}
.site-footer .bottom .bottom-right .social-links-wrapper .social-link {
  margin-right: 10px;
  display: inline-block;
  width: 32px;
  height: 32px;
}
.site-footer .bottom .bottom-right .social-links-wrapper .social-link:last-of-type {
  margin-right: 0;
}
.site-footer .bottom .bottom-right .social-links-wrapper .social-link:hover {
  opacity: 0.8;
  transition: opacity 0.2s ease;
}
.site-footer .bottom .bottom-right .legal-menu .legal-link {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: rgb(242, 231, 220);
  margin-right: 10px;
}
.site-footer .bottom .bottom-right .legal-menu .legal-link:last-of-type {
  margin-right: 0;
}
.site-footer .bottom .bottom-right .legal-menu .legal-link:hover {
  opacity: 0.8;
  transition: opacity 0.2s ease;
}

.blog-card-wrapper {
  min-height: 520px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.blog-card-wrapper .post-thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.blog-card-wrapper .post-thumbnail img {
  object-fit: cover;
  min-height: 520px;
  object-position: 70% 50%;
}
.blog-card-wrapper a {
  cursor: pointer;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
}
.blog-card-wrapper .blog-archive-card {
  padding: 20px;
  min-height: 520px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  z-index: 100;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(4, 4, 2, 0.2);
}
@media screen and (max-width: 577px) {
  .blog-card-wrapper .blog-archive-card {
    padding: 15px;
  }
}
.blog-card-wrapper .blog-archive-card .category-tag {
  font-size: 0.625rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-style: normal;
  line-height: 14px;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  color: rgb(242, 231, 220);
  margin: 20px 10px 0 20px;
  padding: 10px;
  border-radius: 50px;
  border: solid 1px rgba(242, 231, 220, 0.2);
  width: fit-content;
}
@media screen and (max-width: 769px) {
  .blog-card-wrapper .blog-archive-card .category-tag {
    font-size: 10px;
    line-height: 14px;
  }
}
.blog-card-wrapper .blog-archive-card .category-tag:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .blog-card-wrapper .blog-archive-card .category-tag {
    margin: 0 10px 0 0;
  }
}
@media screen and (max-width: 577px) {
  .blog-card-wrapper .blog-archive-card .category-tag {
    margin: 0 10px 0 0;
  }
}
.blog-card-wrapper .blog-archive-card .card-content-wrapper {
  width: 100%;
  padding: 0 30px 30px 30px;
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .blog-card-wrapper .blog-archive-card .card-content-wrapper {
    padding: 0 20px 20px 20px;
  }
}
@media screen and (max-width: 577px) {
  .blog-card-wrapper .blog-archive-card .card-content-wrapper {
    padding: 0 10px 10px 10px;
  }
}
.blog-card-wrapper .blog-archive-card .card-content-wrapper .date {
  font-size: 0.625rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-style: normal;
  line-height: 14px;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  color: rgba(242, 231, 220, 0.6);
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  .blog-card-wrapper .blog-archive-card .card-content-wrapper .date {
    font-size: 10px;
    line-height: 14px;
  }
}
.blog-card-wrapper .blog-archive-card .card-content-wrapper h3 {
  font-size: 2rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 48px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgb(242, 231, 220);
}
@media screen and (max-width: 769px) {
  .blog-card-wrapper .blog-archive-card .card-content-wrapper h3 {
    font-size: 28px;
    line-height: 38px;
  }
}
.blog-card-wrapper .blog-archive-card .card-content-wrapper .excerpt {
  font-size: 0.875rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgba(242, 231, 220, 0.8);
  margin: 15px 20px 0 0;
}
@media screen and (max-width: 769px) {
  .blog-card-wrapper .blog-archive-card .card-content-wrapper .excerpt {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 577px) {
  .blog-card-wrapper .blog-archive-card .card-content-wrapper .excerpt {
    margin-right: 10px;
  }
}

.careers-cta .section-wrapper {
  background: rgb(242, 231, 220);
  border-radius: 10px;
  min-height: 650px;
}
.careers-cta .section-wrapper .img-wrapper {
  align-self: center;
}
.careers-cta .section-wrapper .img-wrapper img {
  display: block;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .careers-cta .section-wrapper .img-wrapper img {
    margin: 0;
    width: 100%;
    height: 100%;
  }
}
.careers-cta .section-wrapper .content-wrapper {
  align-self: center;
}
.careers-cta .section-wrapper .content-wrapper h4 {
  font-size: 1.375rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 32px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgba(4, 4, 2, 0.6);
}
@media screen and (max-width: 769px) {
  .careers-cta .section-wrapper .content-wrapper h4 {
    font-size: 22px;
    line-height: 32px;
  }
}
.careers-cta .section-wrapper .content-wrapper h2 {
  font-size: 2.625rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 52px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgb(4, 4, 2);
  margin-bottom: 50px;
}
@media screen and (max-width: 769px) {
  .careers-cta .section-wrapper .content-wrapper h2 {
    font-size: 34px;
    line-height: 44px;
  }
}
.careers-cta .section-wrapper .content-wrapper .content {
  color: rgba(4, 4, 2, 0.6);
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.25px;
}
.careers-cta .section-wrapper .content-wrapper .button {
  margin-top: 50px;
}
@media screen and (max-width: 577px) {
  .careers-cta .section-wrapper .content-wrapper .button {
    margin-top: 30px;
  }
}
.careers-cta .section-wrapper.image-right .img-wrapper {
  grid-column: 7/span 5;
  grid-row: 1;
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .careers-cta .section-wrapper.image-right .img-wrapper {
    grid-column: 5/span 4;
    padding: 0 50px;
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .careers-cta .section-wrapper.image-right .img-wrapper {
    grid-column: 5/span 4;
    padding: 0 50px 0 0;
  }
}
@media screen and (max-width: 577px) {
  .careers-cta .section-wrapper.image-right .img-wrapper {
    grid-column: 1/span 4;
    grid-row: 2;
    justify-self: center;
    padding: 50px 100px 75px;
  }
}
.careers-cta .section-wrapper.image-right .content-wrapper {
  grid-column: 2/span 4;
  grid-row: 1;
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .careers-cta .section-wrapper.image-right .content-wrapper {
    grid-column: 1/span 4;
    padding: 0 25px 0 50px;
  }
}
@media screen and (max-width: 577px) {
  .careers-cta .section-wrapper.image-right .content-wrapper {
    grid-column: 1/span 4;
    padding: 50px 40px 50px;
  }
}

.home-header {
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .home-header {
    padding: 0 0 75px 0;
  }
}
@media screen and (max-width: 577px) {
  .home-header {
    margin: 0;
    padding: 0;
  }
}
.home-header .container {
  width: 100%;
}
.home-header .section-wrapper .mobile-background {
  display: none;
}
.home-header .section-wrapper .mobile-background img {
  display: block;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .home-header .section-wrapper .mobile-background {
    display: block;
  }
}
.home-header .section-wrapper .background-image {
  max-width: none;
  background-position: 50% 38%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}
@media screen and (min-width: 1025px) {
  .home-header .section-wrapper .background-image {
    min-height: 800px;
    background-position: 50% 25%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .home-header .section-wrapper .background-image {
    padding: 0 0 0 20px;
  }
}
@media screen and (max-width: 769px) {
  .home-header .section-wrapper .background-image {
    min-height: auto;
    background-position: top center;
    margin: 325px 0 0 0;
    padding: 0 15px;
    background: none !important;
  }
}
.home-header .section-wrapper .background-image .header-content-container {
  display: flex;
  flex-direction: column;
  grid-column: 2/span 5;
}
@media screen and (min-width: 1025px) {
  .home-header .section-wrapper .background-image .header-content-container {
    margin-top: 160px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .home-header .section-wrapper .background-image .header-content-container {
    grid-column: 1/span 5;
    margin: 50px 0 0 0;
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .home-header .section-wrapper .background-image .header-content-container {
    margin: -275px 30px 0;
    grid-column: 1/span 8;
    grid-row: 1;
  }
}
@media screen and (max-width: 577px) {
  .home-header .section-wrapper .background-image .header-content-container {
    grid-column: 1/span 4;
    margin: -300px 0 0 0;
    align-self: start;
  }
}
.home-header .section-wrapper .background-image .header-content-container h4 {
  font-size: 2.625rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 52px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgba(242, 231, 220, 0.6);
}
@media screen and (max-width: 769px) {
  .home-header .section-wrapper .background-image .header-content-container h4 {
    font-size: 34px;
    line-height: 44px;
  }
}
.home-header .section-wrapper .background-image .header-content-container h2 {
  font-size: 4rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 300;
  font-style: normal;
  line-height: 74px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgb(242, 231, 220);
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .home-header .section-wrapper .background-image .header-content-container h2 {
    font-size: 52px;
    line-height: 62px;
  }
}
@media screen and (max-width: 577px) {
  .home-header .section-wrapper .background-image .header-content-container h2 {
    font-size: 44px;
    line-height: 56px;
  }
}
.home-header .section-wrapper .background-image .header-content-container .content {
  max-width: 345px;
  margin-top: 40px;
  font-size: 1.125rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgba(242, 231, 220, 0.8);
}
@media screen and (max-width: 769px) {
  .home-header .section-wrapper .background-image .header-content-container .content {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 769px) {
  .home-header .section-wrapper .background-image .header-content-container .content {
    max-width: none;
  }
}
.home-header .section-wrapper .background-image .logo-carousel {
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .home-header .section-wrapper .background-image .logo-carousel {
    margin: 175px 0 125px;
  }
}
@media screen and (max-width: 769px) {
  .home-header .section-wrapper .background-image .logo-carousel {
    position: relative;
    margin: 375px 0 75px 0;
  }
}
.home-header-links {
  margin-top: 50px;
  padding-bottom: 30px;
}

.home-header-carousel {
  align-self: end;
}
@media screen and (min-width: 1025px) {
  .home-header-carousel {
    grid-column: 2/span 11;
    grid-row: 2;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .home-header-carousel {
    grid-column: 1/span 8;
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .home-header-carousel {
    grid-column: 1/span 8;
    margin-right: -15px;
  }
}
@media screen and (max-width: 577px) {
  .home-header-carousel {
    grid-column: 1/span 4;
    margin-right: -15px;
  }
}

.how-it-works-header {
  padding: 0 20px 0;
  margin: 0 0 -50px;
}
@media screen and (max-width: 577px) {
  .how-it-works-header {
    margin: 0 0 50px;
  }
}
.how-it-works-header .section-wrapper {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  background-color: rgb(242, 231, 220);
  position: relative;
}
.how-it-works-header .section-wrapper .image {
  background-position: 50% 95%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/backgrounds/how-it-works-desktop.jpg);
}
@media screen and (min-width: 1345px) {
  .how-it-works-header .section-wrapper .image {
    min-height: 950px;
    grid-column: 2/span 10;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1345px) {
  .how-it-works-header .section-wrapper .image {
    min-height: 800px;
    grid-column: 1/span 12;
  }
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .how-it-works-header .section-wrapper .image {
    grid-column: 1/span 8;
    min-height: 625px;
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .how-it-works-header .section-wrapper .image {
    background-position: 54% 55%;
    grid-column: 1/span 8;
    min-height: 600px;
  }
}
@media screen and (min-width: 390px) and (max-width: 577px) {
  .how-it-works-header .section-wrapper .image {
    grid-column: 1/span 4;
    min-height: 470px;
  }
}
@media screen and (max-width: 577px) {
  .how-it-works-header .section-wrapper .image {
    background-image: url(../images/backgrounds/how-it-works-mobile.jpg);
    background-position: 50% 100%;
    min-height: 180vw;
    background-size: 90% auto;
  }
}
.how-it-works-header .section-wrapper .header-content-wrapper {
  text-align: center;
  grid-column: 3/span 8;
  grid-row: 1;
  height: fit-content;
  z-index: 20;
  margin: 75px 0 0 0;
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .how-it-works-header .section-wrapper .header-content-wrapper {
    margin: 50px 0 0 0;
    grid-column: 2/span 6;
  }
}
@media screen and (max-width: 577px) {
  .how-it-works-header .section-wrapper .header-content-wrapper {
    margin: 50px 0 0 0;
    grid-column: 1/span 4;
    text-align: left;
    padding: 0 20px;
  }
}
.how-it-works-header .section-wrapper .header-content-wrapper h2 {
  font-size: 4rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 300;
  font-style: normal;
  line-height: 74px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgb(4, 4, 2);
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .how-it-works-header .section-wrapper .header-content-wrapper h2 {
    font-size: 52px;
    line-height: 62px;
  }
}
@media screen and (max-width: 577px) {
  .how-it-works-header .section-wrapper .header-content-wrapper h2 {
    font-size: 44px;
    line-height: 56px;
  }
}
.how-it-works-header .section-wrapper .header-content-wrapper h4 {
  font-size: 2.625rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 52px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgba(4, 4, 2, 0.6);
}
@media screen and (max-width: 769px) {
  .how-it-works-header .section-wrapper .header-content-wrapper h4 {
    font-size: 34px;
    line-height: 44px;
  }
}
@media screen and (max-width: 577px) {
  .how-it-works-header .section-wrapper .header-content-wrapper h4 {
    font-size: 2rem;
    font-family: "Plus Jakarta Sans";
    font-weight: 400;
    font-style: normal;
    line-height: 48px;
    letter-spacing: 0.25px;
    text-decoration: none;
    text-transform: none;
  }
}
@media screen and (max-width: 577px) and (max-width: 769px) {
  .how-it-works-header .section-wrapper .header-content-wrapper h4 {
    font-size: 28px;
    line-height: 38px;
  }
}
.how-it-works-header .section-wrapper .header-content-wrapper .content {
  font-size: 1.125rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgba(4, 4, 2, 0.6);
}
@media screen and (max-width: 769px) {
  .how-it-works-header .section-wrapper .header-content-wrapper .content {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1345px) {
  .how-it-works-header .section-wrapper .header-content-wrapper .content {
    margin: 40px 200px 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1345px) {
  .how-it-works-header .section-wrapper .header-content-wrapper .content {
    margin: 40px 100px 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .how-it-works-header .section-wrapper .header-content-wrapper .content {
    margin: 40px 80px 0;
  }
}
@media screen and (max-width: 769px) {
  .how-it-works-header .section-wrapper .header-content-wrapper .content {
    margin: 40px 40px 0 0;
  }
}
.how-it-works-header .section-wrapper .bubble-grid {
  position: absolute;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 1345px) {
  .how-it-works-header .section-wrapper .bubble-grid {
    bottom: 325px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1345px) {
  .how-it-works-header .section-wrapper .bubble-grid {
    bottom: 300px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .how-it-works-header .section-wrapper .bubble-grid {
    bottom: 160px;
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .how-it-works-header .section-wrapper .bubble-grid {
    bottom: 250px;
  }
}
@media screen and (max-width: 577px) {
  .how-it-works-header .section-wrapper .bubble-grid {
    display: none;
  }
}
.how-it-works-header .section-wrapper .bubble-grid .bubble {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border: solid 1px rgba(4, 4, 2, 0.1);
  background-color: rgba(242, 231, 220, 0.8);
}
.how-it-works-header .section-wrapper .bubble-grid .bubble p {
  max-width: 118px;
  font-size: 1.375rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 32px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgb(4, 4, 2);
}
@media screen and (max-width: 769px) {
  .how-it-works-header .section-wrapper .bubble-grid .bubble p {
    font-size: 22px;
    line-height: 32px;
  }
}
.how-it-works-header .section-wrapper .bubble-grid .bubble:nth-last-of-type(4) {
  width: 224px;
  height: 224px;
  border-bottom-left-radius: 50%;
  grid-row: 1;
  grid-column: 2/span 4;
  margin-bottom: 100px;
}
@media screen and (min-width: 1025px) and (max-width: 1345px) {
  .how-it-works-header .section-wrapper .bubble-grid .bubble:nth-last-of-type(4) {
    grid-column: 1/span 3;
    margin: 0 0 100px 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .how-it-works-header .section-wrapper .bubble-grid .bubble:nth-last-of-type(4) {
    grid-column: 1/span 4;
    margin: 0 0 100px 20px;
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .how-it-works-header .section-wrapper .bubble-grid .bubble:nth-last-of-type(4) {
    grid-column: 1/span 4;
    margin: 0 0 90px 15px;
  }
}
.how-it-works-header .section-wrapper .bubble-grid .bubble:nth-last-of-type(3) {
  width: 173px;
  height: 173px;
  border-bottom-left-radius: 50%;
  grid-row: 2;
  grid-column: 3/span 2;
}
@media screen and (min-width: 1025px) and (max-width: 1345px) {
  .how-it-works-header .section-wrapper .bubble-grid .bubble:nth-last-of-type(3) {
    grid-column: 2/span 3;
  }
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .how-it-works-header .section-wrapper .bubble-grid .bubble:nth-last-of-type(3) {
    grid-column: 1/span 2;
    margin-left: 25px;
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .how-it-works-header .section-wrapper .bubble-grid .bubble:nth-last-of-type(3) {
    grid-column: 1/span 3;
    margin-left: 10px;
  }
}
.how-it-works-header .section-wrapper .bubble-grid .bubble:nth-last-of-type(2) {
  width: 173px;
  height: 173px;
  border-bottom-right-radius: 50%;
  grid-row: 1;
  grid-column: 10/span 3;
}
@media screen and (min-width: 1025px) and (max-width: 1345px) {
  .how-it-works-header .section-wrapper .bubble-grid .bubble:nth-last-of-type(2) {
    grid-column: 11/span 2;
    margin-right: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .how-it-works-header .section-wrapper .bubble-grid .bubble:nth-last-of-type(2) {
    grid-column: 7/span 2;
  }
}
.how-it-works-header .section-wrapper .bubble-grid .bubble:last-of-type {
  width: 224px;
  height: 224px;
  border-bottom-right-radius: 50%;
  grid-row: 2;
  grid-column: 10/span 3;
}
@media screen and (min-width: 1025px) and (max-width: 1345px) {
  .how-it-works-header .section-wrapper .bubble-grid .bubble:last-of-type {
    grid-column: 10/span 3;
    margin-left: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .how-it-works-header .section-wrapper .bubble-grid .bubble:last-of-type {
    grid-column: 7/span 2;
    margin-right: 10px;
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .how-it-works-header .section-wrapper .bubble-grid .bubble:last-of-type {
    width: 185px;
    height: 185px;
  }
}

@keyframes arrow-right {
  0% {
    transform: translateX(1) translateY(1);
  }
  18% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  40% {
    transform: translateX(25px);
  }
  41% {
    transform: translateX(-35px);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translateX(1) translateY(1);
  }
}
.jobs-list {
  padding: 175px 20px 25px;
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .jobs-list {
    padding-top: 100px;
  }
}
@media screen and (max-width: 577px) {
  .jobs-list {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .jobs-list .section-wrapper .title-content-wrapper {
    grid-column: 4/span 6;
    padding: 0 70px;
  }
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .jobs-list .section-wrapper .title-content-wrapper {
    grid-column: 2/span 6;
    padding: 0 50px;
  }
}
@media screen and (max-width: 577px) {
  .jobs-list .section-wrapper .title-content-wrapper {
    grid-column: 1/span 4;
    padding: 0 10px;
  }
}
.jobs-list .section-wrapper .title-content-wrapper h2 {
  font-size: 2.625rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 52px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgb(242, 231, 220);
  text-align: center;
}
@media screen and (max-width: 769px) {
  .jobs-list .section-wrapper .title-content-wrapper h2 {
    font-size: 34px;
    line-height: 44px;
  }
}
.jobs-list .section-wrapper .title-content-wrapper .content {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.25px;
  color: rgba(242, 231, 220, 0.8);
  margin-top: 30px;
}
.jobs-list .section-wrapper .list-wrapper {
  margin-top: 90px;
}
@media screen and (min-width: 1025px) {
  .jobs-list .section-wrapper .list-wrapper {
    grid-column: 3/span 8;
  }
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .jobs-list .section-wrapper .list-wrapper {
    grid-column: 2/span 6;
  }
}
@media screen and (max-width: 577px) {
  .jobs-list .section-wrapper .list-wrapper {
    grid-column: 1/span 4;
    padding: 0 15px;
    margin-top: 50px;
  }
}
.jobs-list .section-wrapper .list-wrapper .job-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid rgba(242, 231, 220, 0.2);
}
.jobs-list .section-wrapper .list-wrapper .job-list-item:hover {
  border-bottom: 1px solid rgba(242, 231, 220, 0.4);
  transition: border-color 0.5s cubic-bezier(0.82, 0.14, 0.23, 0.885);
}
.jobs-list .section-wrapper .list-wrapper .job-list-item:hover .icon-wrapper img {
  animation: arrow-right 0.5s cubic-bezier(0.82, 0.14, 0.23, 0.885);
}
.jobs-list .section-wrapper .list-wrapper .job-list-item .content-wrapper .date {
  font-size: 0.625rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-style: normal;
  line-height: 14px;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  color: rgba(242, 231, 220, 0.8);
}
@media screen and (max-width: 769px) {
  .jobs-list .section-wrapper .list-wrapper .job-list-item .content-wrapper .date {
    font-size: 10px;
    line-height: 14px;
  }
}
.jobs-list .section-wrapper .list-wrapper .job-list-item .content-wrapper h4 {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0.25px;
  color: rgb(242, 231, 220);
}
.jobs-list .section-wrapper .list-wrapper .job-list-item .icon-wrapper {
  max-width: 25px;
  min-width: 25px;
  overflow: hidden;
}

@media screen and (max-width: 577px) {
  .order-header {
    padding-bottom: 10px;
  }
}
.order-header .section-wrapper .page-title-wrapper {
  grid-column: 1/span 12;
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .order-header .section-wrapper .page-title-wrapper {
    grid-column: 1/span 8;
  }
}
@media screen and (max-width: 577px) {
  .order-header .section-wrapper .page-title-wrapper {
    grid-column: 1/span 4;
  }
}
.order-header .section-wrapper .page-title-wrapper h2 {
  color: rgb(242, 231, 220);
  font-size: 4rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 300;
  font-style: normal;
  line-height: 74px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  text-align: center;
  margin-bottom: 150px;
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .order-header .section-wrapper .page-title-wrapper h2 {
    font-size: 52px;
    line-height: 62px;
  }
}
@media screen and (max-width: 577px) {
  .order-header .section-wrapper .page-title-wrapper h2 {
    font-size: 44px;
    line-height: 56px;
  }
}
@media screen and (max-width: 577px) {
  .order-header .section-wrapper .page-title-wrapper h2 {
    margin: 0 auto 48px;
    max-width: 350px;
  }
}
.order-header .section-wrapper .product-detail-container {
  grid-column: 1/span 12;
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .order-header .section-wrapper .product-detail-container {
    grid-column: 1/span 8;
  }
}
@media screen and (max-width: 577px) {
  .order-header .section-wrapper .product-detail-container {
    grid-column: 1/span 4;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 1345px) {
  .order-header .section-wrapper .carousel-container {
    grid-column: 2/span 5;
    align-items: start;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1345px) {
  .order-header .section-wrapper .carousel-container {
    grid-column: 1/span 6;
  }
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .order-header .section-wrapper .carousel-container {
    grid-column: 1/span 8;
  }
}
@media screen and (max-width: 577px) {
  .order-header .section-wrapper .carousel-container {
    grid-column: 1/span 4;
  }
}
.order-header .section-wrapper .carousel-container .order-carousel-wrapper .order-arrow {
  background: none;
  border-radius: 0;
}
.order-header .section-wrapper .carousel-container .order-carousel-wrapper .order-arrow svg {
  width: 35px;
  height: 30px;
  fill: #999999;
}
.order-header .section-wrapper .carousel-container .order-carousel-wrapper .order-arrow-prev,
.order-header .section-wrapper .carousel-container .order-carousel-wrapper .order-arrow-next {
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.order-header .section-wrapper .carousel-container .order-carousel-wrapper .order-arrow-prev {
  transform: scaleX(-1);
  left: 25px;
}
@media screen and (max-width: 577px) {
  .order-header .section-wrapper .carousel-container .order-carousel-wrapper .order-arrow-prev {
    left: 10px;
  }
}
.order-header .section-wrapper .carousel-container .order-carousel-wrapper .order-arrow-next {
  transform: scaleX(-1);
  right: 25px;
}
@media screen and (max-width: 577px) {
  .order-header .section-wrapper .carousel-container .order-carousel-wrapper .order-arrow-next {
    right: 10px;
  }
}
.order-header .section-wrapper .carousel-container .order-carousel-wrapper .image-wrapper {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 700px;
}
@media screen and (max-width: 577px) {
  .order-header .section-wrapper .carousel-container .order-carousel-wrapper .image-wrapper {
    height: 400px;
  }
}
.order-header .section-wrapper .carousel-container .order-carousel-wrapper .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media screen and (max-width: 577px) {
  .order-header .section-wrapper .carousel-container .order-carousel-wrapper .image-wrapper img {
    height: 400px;
  }
}
.order-header .section-wrapper .carousel-container .thumbnails {
  grid-column: 2/7;
  display: flex;
  margin-top: 20px;
}
.order-header .section-wrapper .carousel-container .thumbnails .thumbnail {
  width: 20%;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 20px;
  cursor: pointer;
  opacity: 0.3;
}
.order-header .section-wrapper .carousel-container .thumbnails .thumbnail.is-active {
  opacity: 1;
}
.order-header .section-wrapper .carousel-container .thumbnails .thumbnail:last-of-type {
  margin-right: 0;
}
.order-header .section-wrapper .carousel-container .thumbnails .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1345px) {
  .order-header .section-wrapper .product-content-wrapper {
    grid-column: 8/span 4;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1345px) {
  .order-header .section-wrapper .product-content-wrapper {
    grid-column: 8/span 5;
  }
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .order-header .section-wrapper .product-content-wrapper {
    grid-column: 2/span 6;
    margin-top: 50px;
  }
}
@media screen and (max-width: 577px) {
  .order-header .section-wrapper .product-content-wrapper {
    padding: 0 15px;
    margin-top: 20px;
  }
}
.order-header .section-wrapper .product-content-wrapper .product-heading-wrapper h2 {
  font-size: 2.625rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 52px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgb(242, 231, 220);
}
@media screen and (max-width: 769px) {
  .order-header .section-wrapper .product-content-wrapper .product-heading-wrapper h2 {
    font-size: 34px;
    line-height: 44px;
  }
}
.order-header .section-wrapper .product-content-wrapper .product-heading-wrapper h4 {
  font-family: "Plus Jakarta Sans";
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  color: rgb(242, 231, 220);
  margin-top: 10px;
}
.order-header .section-wrapper .product-content-wrapper .product-heading-wrapper .content {
  margin: 40px 0;
  font-size: 1.125rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgba(242, 231, 220, 0.8);
}
@media screen and (max-width: 769px) {
  .order-header .section-wrapper .product-content-wrapper .product-heading-wrapper .content {
    font-size: 16px;
    line-height: 26px;
  }
}
.order-header .section-wrapper .product-content-wrapper .accordions-wrapper .accordion-wrapper {
  border-bottom: 1px solid rgba(242, 231, 220, 0.2);
}
.order-header .section-wrapper .product-content-wrapper .accordions-wrapper .accordion-wrapper:hover {
  border-bottom: 1px solid rgba(242, 231, 220, 0.4);
  transition: border-color 0.2s ease;
}
.order-header .section-wrapper .product-content-wrapper .accordions-wrapper .accordion-wrapper.is-active .accordion-content {
  display: block;
}
.order-header .section-wrapper .product-content-wrapper .accordions-wrapper .accordion-wrapper.is-active .carat {
  transform: rotate(180deg);
  transition: transform 175ms cubic-bezier(0.28, 0.65, 0.89, 0.65);
}
.order-header .section-wrapper .product-content-wrapper .accordions-wrapper .accordion-wrapper .accordion-trigger {
  display: block;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  width: 100%;
  border: none;
  cursor: pointer;
}
.order-header .section-wrapper .product-content-wrapper .accordions-wrapper .accordion-wrapper .accordion-trigger span {
  font-size: 0.625rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-style: normal;
  line-height: 14px;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  color: rgb(242, 231, 220);
}
@media screen and (max-width: 769px) {
  .order-header .section-wrapper .product-content-wrapper .accordions-wrapper .accordion-wrapper .accordion-trigger span {
    font-size: 10px;
    line-height: 14px;
  }
}
.order-header .section-wrapper .product-content-wrapper .accordions-wrapper .accordion-wrapper .accordion-trigger .carat {
  transition: transform 175ms cubic-bezier(0.28, 0.65, 0.89, 0.65);
}
.order-header .section-wrapper .product-content-wrapper .accordions-wrapper .accordion-wrapper .accordion-content {
  display: none;
}
.order-header .section-wrapper .product-content-wrapper .accordions-wrapper .accordion-wrapper .accordion-content .bullet-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.order-header .section-wrapper .product-content-wrapper .accordions-wrapper .accordion-wrapper .accordion-content .bullet-wrapper:last-of-type {
  margin-bottom: 20px;
}
.order-header .section-wrapper .product-content-wrapper .accordions-wrapper .accordion-wrapper .accordion-content .bullet-wrapper p {
  font-size: 0.875rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgba(242, 231, 220, 0.8);
  margin-left: 20px;
}
@media screen and (max-width: 769px) {
  .order-header .section-wrapper .product-content-wrapper .accordions-wrapper .accordion-wrapper .accordion-content .bullet-wrapper p {
    font-size: 14px;
    line-height: 24px;
  }
}
.order-header .section-wrapper .product-content-wrapper .accordions-wrapper .accordion-wrapper .accordion-content .accordion-copy {
  font-size: 0.875rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgba(242, 231, 220, 0.8);
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  .order-header .section-wrapper .product-content-wrapper .accordions-wrapper .accordion-wrapper .accordion-content .accordion-copy {
    font-size: 14px;
    line-height: 24px;
  }
}
.order-header .section-wrapper .product-content-wrapper .cta-buttons-wrapper {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
@media screen and (max-width: 577px) {
  .order-header .section-wrapper .product-content-wrapper .cta-buttons-wrapper {
    margin-top: 30px;
    flex-direction: column;
  }
}
.order-header .section-wrapper .product-content-wrapper .cta-buttons-wrapper .btn-pink {
  font-size: 0.875rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 700;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 769px) {
  .order-header .section-wrapper .product-content-wrapper .cta-buttons-wrapper .btn-pink {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 577px) {
  .order-header .section-wrapper .product-content-wrapper .cta-buttons-wrapper .btn-pink {
    margin: 0 0 10px 0;
  }
}
.order-header .section-wrapper .product-content-wrapper .cta-buttons-wrapper .btn-pink,
.order-header .section-wrapper .product-content-wrapper .cta-buttons-wrapper .btn-ghost {
  height: 58px;
}
@media screen and (max-width: 577px) {
  .order-header .section-wrapper .product-content-wrapper .cta-buttons-wrapper .btn-pink,
  .order-header .section-wrapper .product-content-wrapper .cta-buttons-wrapper .btn-ghost {
    width: 100%;
  }
}

.mainNav {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  top: 0;
  padding: 17px;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #040402;
  transition: all 0.5s ease;
  opacity: 1;
  transform: translateY(0%);
}
.mainNav a {
  font-weight: inherit;
  transition: all 0.2s ease;
}
.mainNav__layout {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  align-items: center;
}
.mainNav__logoImg {
  height: 48px;
  width: auto;
  max-width: none;
}
.mainNav__options {
  display: flex;
  align-items: center;
  gap: 66px;
}
.mainNav__mobBtn {
  height: 34px;
  display: none;
  flex-direction: column;
  cursor: pointer;
  background: none;
  padding: 0;
  border: none;
  width: 34px;
  justify-content: center;
  gap: 8px;
}
.mainNav__mobBtn span {
  transition: all 0.2s ease;
  display: block;
  width: 34px;
  background: rgb(242, 231, 220);
  height: 1px;
  transform-origin: center center;
  position: relative;
}
.mainNav__mobBtn.open span:first-child {
  top: 5px;
  transform: rotate(45deg);
}
.mainNav__mobBtn.open span:last-child {
  top: -5px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 1400px) {
  .mainNav__layout {
    gap: 40px;
  }
  .mainNav__options {
    gap: 36px;
  }
}
@media screen and (max-width: 1200px) {
  .mainNav__options {
    display: none;
  }
  .mainNav__mobBtn {
    display: flex;
  }
}
.mainNav.sticky {
  position: sticky;
  top: 0;
  opacity: 0;
  transform: translateY(-50%);
  pointer-events: none;
}
.mainNav.sticky.in {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
  animation: stickyIn 0.4s ease;
}
html.mob-nav-open .mainNav {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  left: 0 !important;
  transform: none !important;
  opacity: 1 !important;
}

@keyframes stickyIn {
  from {
    transform: translateY(-50%);
    opacity: 0;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}
.topMenu a:hover {
  text-decoration: underline;
}
.topMenu ul.menu {
  display: flex;
  align-items: center;
  gap: 40px;
  font-size: 16px;
  line-height: 1;
}
.topMenu ul.menu > li {
  line-height: 50px;
}
.topMenu ul.menu > li a {
  color: white;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}
.topMenu ul.menu > li:hover ul.sub-menu {
  display: block;
}
.topMenu ul.menu > li.menu-item-has-children {
  position: relative;
}
.topMenu ul.menu > li.menu-item-has-children > a::after {
  content: "";
  width: 12px;
  display: inline-block;
  height: 8px;
  background-image: url("../images/svgs/caret-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  top: 2px;
  transition: 0.5s ease;
}
.topMenu ul.menu > li.menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
}
.topMenu ul.sub-menu {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  animation: subMenu 0.5s ease;
  background: #222220;
  padding: 24px;
  border-radius: 10px;
}
.topMenu ul.sub-menu li {
  line-height: 1;
}
.topMenu ul.sub-menu li + li {
  margin-top: 20px;
}
.topMenu ul.sub-menu a:hover {
  color: #EC008C;
}

@keyframes subMenu {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
.ctaNav ul.menu {
  display: flex;
  gap: 16px;
  align-items: center;
}
.ctaNav a {
  display: inline-block;
  height: 48px;
  line-height: 44px;
  border: 1px solid white;
  padding: 0 24px;
  border-radius: 10px;
  white-space: nowrap;
  color: white;
  transition: 0.2s ease;
}
.ctaNav a:hover {
  border-color: #EC008C;
  color: #EC008C;
}
.ctaNav .primary a {
  border-color: #EC008C !important;
  background: #EC008C !important;
  color: #100131;
}
.ctaNav .primary a:hover {
  color: white;
}

html.mob-nav-open {
  overflow: hidden;
}

.mobNav {
  font-family: "Plus Jakarta Sans", sans-serif;
  position: fixed;
  top: 86px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #040402;
  z-index: 9999;
  animation: mobNav 0.2s ease;
  transform-origin: top center;
  overflow: auto;
}
.mobNav.hidden {
  display: none;
}
.mobNav__content {
  padding: 60px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mobNav a {
  font-weight: 500;
  color: white;
}
.mobNav__top {
  font-size: 24px;
}
.mobNav__top .sub-menu {
  overflow: hidden;
  max-height: 0;
  transition: all 0.2s linear;
  opacity: 0;
  padding: 0;
  padding: 0 20px;
}
.mobNav__top .sub-menu a {
  font-weight: 400;
}
.mobNav__top .sub-menu > li + li {
  margin-top: 16px;
}
.mobNav__top .menu > li + li {
  margin-top: 16px;
}
.mobNav__top .menu li.menu-item-has-children {
  position: relative;
  padding-right: 50px;
}
.mobNav__top .menu li.menu-item-has-children > a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.mobNav__top .menu li.menu-item-has-children .toggle {
  background: url("../images/svgs/caret-down.svg") no-repeat center center;
  width: 20px;
  height: 15px;
  background-size: contain;
  right: 0;
  transition: all 0.4s ease;
  position: relative;
  top: 2px;
  cursor: pointer;
}
.mobNav__top .menu li.menu-item-has-children.open .sub-menu {
  max-height: 400px;
  opacity: 1;
  padding: 20px;
}
.mobNav__top .menu li.menu-item-has-children.open .toggle {
  transform: rotate(180deg);
}
.mobNav__cta {
  margin-top: 60px;
}
.mobNav__cta .menu {
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.mobNav__cta a {
  display: inline-block;
  height: 48px;
  line-height: 44px;
  border: 1px solid white;
  padding: 0 24px;
  border-radius: 10px;
  white-space: nowrap;
  color: white;
  transition: 0.2s ease;
}
.mobNav__cta a:hover {
  border-color: #EC008C;
  color: #EC008C;
}
.mobNav__cta .primary a {
  border-color: #EC008C !important;
  background: #EC008C !important;
  color: #100131;
}
.mobNav__cta .primary a:hover {
  color: white;
}

@keyframes mobNav {
  from {
    transform: scaleY(0.8);
    opacity: 0;
  }
  to {
    transform: scaleY(1);
    opacity: 1;
  }
}
.faq-archive {
  padding-top: 50px;
}
@media screen and (max-width: 577px) {
  .faq-archive {
    padding: 50px 30px;
  }
}
.faq-archive .categories-wrapper {
  grid-column: 2/span 3;
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .faq-archive .categories-wrapper {
    grid-column: 1/span 3;
    padding: 0 0 0 40px;
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .faq-archive .categories-wrapper {
    grid-column: 1/span 3;
  }
}
@media screen and (max-width: 577px) {
  .faq-archive .categories-wrapper {
    grid-column: 1/span 4;
    grid-row: 1;
    margin-bottom: 25px;
  }
}
.faq-archive .categories-wrapper a {
  border: solid 1px rgba(242, 231, 220, 0.2);
  border-radius: 70px;
  padding: 12px 25px;
  margin-bottom: 10px;
  width: fit-content;
  text-decoration: none;
  font-size: 1.125rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgb(242, 231, 220);
  display: block;
  white-space: break-spaces;
}
@media screen and (max-width: 769px) {
  .faq-archive .categories-wrapper a {
    font-size: 16px;
    line-height: 26px;
  }
}
.faq-archive .categories-wrapper a:hover {
  border: solid 1px rgba(242, 231, 220, 0.4);
  transition: border-color 0.2s ease;
}
.faq-archive .categories-wrapper .faq-button.is-clicked {
  border: none;
  background: rgb(242, 231, 220);
  color: rgb(4, 4, 2);
}
.faq-archive .faq-posts-wrapper {
  overflow-y: scroll;
  grid-column: 5/span 7;
  margin-top: -100px;
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .faq-archive .faq-posts-wrapper {
    grid-column: 4/span 5;
    padding-right: 40px;
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .faq-archive .faq-posts-wrapper {
    grid-column: 4/span 5;
  }
}
@media screen and (max-width: 577px) {
  .faq-archive .faq-posts-wrapper {
    grid-column: 1/span 4;
    grid-row: 2;
  }
}
.faq-archive .faq-posts-wrapper .taxonomy-label {
  font-size: 2.625rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 52px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgb(242, 231, 220);
  margin: 100px 0 40px 0;
}
@media screen and (max-width: 769px) {
  .faq-archive .faq-posts-wrapper .taxonomy-label {
    font-size: 34px;
    line-height: 44px;
  }
}
@media screen and (max-width: 769px) {
  .faq-archive .faq-posts-wrapper .taxonomy-label {
    margin: 80px 0 30px 0;
  }
}

.faq-accordion {
  border-bottom: solid 1px rgba(242, 231, 220, 0.2);
}
.faq-accordion:hover {
  border-bottom: solid 1px rgba(242, 231, 220, 0.4);
  transition: border-color 0.2s ease;
}
.faq-accordion .accordion-trigger {
  display: block;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  background: transparent;
  width: 100%;
  border: none;
  font-size: 1.125rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgb(242, 231, 220);
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .faq-accordion .accordion-trigger {
    font-size: 16px;
    line-height: 26px;
  }
}
.faq-accordion .accordion-trigger .carat {
  display: inline-block;
  transition: transform 175ms cubic-bezier(0.28, 0.65, 0.89, 0.65);
  margin-left: 8px;
}
.faq-accordion .accordion-trigger .carat svg {
  vertical-align: 5px;
}
.faq-accordion .accordion-content {
  display: none;
}
.faq-accordion .accordion-content p {
  font-size: 1.125rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgba(242, 231, 220, 0.8);
  text-decoration: none;
}
@media screen and (max-width: 769px) {
  .faq-accordion .accordion-content p {
    font-size: 16px;
    line-height: 26px;
  }
}
.faq-accordion.is-active .accordion-trigger {
  color: rgb(236, 0, 140);
  font-size: 1.125rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-style: normal;
  line-height: 22px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
}
@media screen and (max-width: 769px) {
  .faq-accordion.is-active .accordion-trigger {
    font-size: 16px;
    line-height: 26px;
  }
}
.faq-accordion.is-active .accordion-trigger .carat {
  transform: rotate(180deg);
  transition: transform 175ms cubic-bezier(0.28, 0.65, 0.89, 0.65);
}
.faq-accordion.is-active .accordion-trigger .carat path {
  stroke: #EC008C;
}
.faq-accordion.is-active .accordion-content {
  display: block;
  margin: 40px 0 30px;
}

.blog {
  margin-top: -75px;
}
@media screen and (max-width: 577px) {
  .blog {
    margin-top: -50px;
  }
}
.blog .blog-wrapper .blog-header {
  grid-row: 1;
  grid-column: 1/span 12;
  margin-bottom: 100px;
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .blog .blog-wrapper .blog-header {
    grid-column: 1/span 8;
  }
}
@media screen and (max-width: 577px) {
  .blog .blog-wrapper .blog-header {
    grid-column: 1/span 4;
  }
}
.blog .blog-wrapper .blog-header .entry-meta {
  grid-row: 1;
  grid-column: 2/span 11;
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .blog .blog-wrapper .blog-header .entry-meta {
    grid-column: 1/span 8;
  }
}
@media screen and (max-width: 577px) {
  .blog .blog-wrapper .blog-header .entry-meta {
    grid-column: 1/span 4;
    padding: 0 15px;
  }
}
.blog .blog-wrapper .blog-header .entry-meta .date {
  display: block;
  text-decoration: none;
  font-size: 0.625rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-style: normal;
  line-height: 14px;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  color: rgba(242, 231, 220, 0.6);
}
@media screen and (max-width: 769px) {
  .blog .blog-wrapper .blog-header .entry-meta .date {
    font-size: 10px;
    line-height: 14px;
  }
}
.blog .blog-wrapper .blog-header .title-wrapper {
  grid-column: 2/span 10;
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .blog .blog-wrapper .blog-header .title-wrapper {
    grid-column: 1/span 8;
  }
}
@media screen and (max-width: 577px) {
  .blog .blog-wrapper .blog-header .title-wrapper {
    grid-column: 1/span 4;
    padding: 0 15px;
  }
}
.blog .blog-wrapper .blog-header .title-wrapper h1 {
  font-size: 4rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 300;
  font-style: normal;
  line-height: 74px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgb(242, 231, 220);
  max-width: 740px;
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .blog .blog-wrapper .blog-header .title-wrapper h1 {
    font-size: 52px;
    line-height: 62px;
  }
}
@media screen and (max-width: 577px) {
  .blog .blog-wrapper .blog-header .title-wrapper h1 {
    font-size: 44px;
    line-height: 56px;
  }
}
.blog .blog-wrapper .blog-header .author-and-tag {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  grid-column: 2/span 10;
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .blog .blog-wrapper .blog-header .author-and-tag {
    grid-column: 1/span 8;
  }
}
@media screen and (max-width: 577px) {
  .blog .blog-wrapper .blog-header .author-and-tag {
    grid-column: 1/span 4;
    padding: 0 15px;
  }
}
.blog .blog-wrapper .blog-header .author-and-tag .author-block {
  margin-top: 50px;
  display: flex;
  align-items: center;
  width: fit-content;
}
@media screen and (max-width: 577px) {
  .blog .blog-wrapper .blog-header .author-and-tag .author-block {
    margin-top: 30px;
  }
}
.blog .blog-wrapper .blog-header .author-and-tag .author-block .headshot-wrapper {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 20px;
}
.blog .blog-wrapper .blog-header .author-and-tag .author-block .headshot-wrapper img {
  display: block;
}
.blog .blog-wrapper .blog-header .author-and-tag .author-block .author-details-wrapper .job-title {
  font-size: 0.625rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-style: normal;
  line-height: 14px;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  color: rgb(145, 197, 189);
}
@media screen and (max-width: 769px) {
  .blog .blog-wrapper .blog-header .author-and-tag .author-block .author-details-wrapper .job-title {
    font-size: 10px;
    line-height: 14px;
  }
}
.blog .blog-wrapper .blog-header .author-and-tag .author-block .author-details-wrapper .name {
  font-size: 1.125rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-style: normal;
  line-height: 22px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgb(242, 231, 220);
}
@media screen and (max-width: 769px) {
  .blog .blog-wrapper .blog-header .author-and-tag .author-block .author-details-wrapper .name {
    font-size: 16px;
    line-height: 26px;
  }
}
.blog .blog-wrapper .blog-header .author-and-tag .category-tag {
  font-size: 0.625rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-style: normal;
  line-height: 14px;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  color: rgb(242, 231, 220);
  margin-right: 10px;
  padding: 10px;
  border-radius: 50px;
  border: solid 1px rgba(242, 231, 220, 0.2);
  width: max-content;
}
@media screen and (max-width: 769px) {
  .blog .blog-wrapper .blog-header .author-and-tag .category-tag {
    font-size: 10px;
    line-height: 14px;
  }
}
.blog .blog-wrapper .blog-header .author-and-tag .category-tag:last-of-type {
  margin-right: 0;
}
.blog .blog-wrapper .blog-header .post-thumbnail {
  grid-column: 1/span 12;
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .blog .blog-wrapper .blog-header .post-thumbnail {
    grid-column: 1/span 8;
  }
}
@media screen and (max-width: 577px) {
  .blog .blog-wrapper .blog-header .post-thumbnail {
    grid-column: 1/span 4;
    min-height: 500px;
  }
}
.blog .blog-wrapper .blog-header .post-thumbnail img {
  margin-top: 120px;
  border-radius: 10px;
}
@media screen and (max-width: 769px) {
  .blog .blog-wrapper .blog-header .post-thumbnail img {
    height: 100%;
    object-fit: cover;
    object-position: 70% 50%;
    margin-top: 75px;
  }
}
@media screen and (max-width: 577px) {
  .blog .blog-wrapper .blog-header .post-thumbnail img {
    margin-top: 50px;
  }
}
.blog .blog-wrapper .blog-content-wrapper {
  grid-column: 2/span 7;
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .blog .blog-wrapper .blog-content-wrapper {
    grid-column: 1/span 6;
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .blog .blog-wrapper .blog-content-wrapper {
    grid-column: 1/span 8;
  }
}
@media screen and (max-width: 577px) {
  .blog .blog-wrapper .blog-content-wrapper {
    grid-column: 1/span 4;
    padding: 0 15px;
  }
}
@media screen and (max-width: 577px) {
  .blog .blog-wrapper .blog-content-wrapper figure {
    margin: 0 -20px;
  }
}
.blog .blog-wrapper .blog-content-wrapper h2 {
  color: rgb(242, 231, 220);
  font-size: 2.625rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 52px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .blog .blog-wrapper .blog-content-wrapper h2 {
    font-size: 34px;
    line-height: 44px;
  }
}
.blog .blog-wrapper .blog-content-wrapper p {
  font-size: 1.125rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgba(242, 231, 220, 0.8);
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  .blog .blog-wrapper .blog-content-wrapper p {
    font-size: 16px;
    line-height: 26px;
  }
}
.blog .blog-wrapper .blog-content-wrapper strong {
  color: #FFFFFF;
}
.blog .blog-wrapper .blog-content-wrapper li {
  list-style: none;
  font-size: 1.125rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgba(242, 231, 220, 0.8);
  position: relative;
  padding: 0 0 0 50px;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 769px) {
  .blog .blog-wrapper .blog-content-wrapper li {
    font-size: 16px;
    line-height: 26px;
  }
}
.blog .blog-wrapper .blog-content-wrapper li:before {
  content: "";
  background-image: url("../images/check.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.blog .blog-wrapper .blog-content-wrapper img {
  border-radius: 10px;
  margin: 60px 0;
}
@media screen and (max-width: 577px) {
  .blog .blog-wrapper .blog-content-wrapper img {
    margin: 40px 0;
  }
}
.blog .blog-wrapper .blog-sidebar {
  grid-column: 9/span 3;
  margin-left: 60px;
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .blog .blog-wrapper .blog-sidebar {
    margin-left: 30px;
    grid-column: 7/span 2;
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .blog .blog-wrapper .blog-sidebar {
    grid-column: 1/span 8;
    margin: 75px 0 0 0;
  }
}
@media screen and (max-width: 577px) {
  .blog .blog-wrapper .blog-sidebar {
    grid-column: 1/span 4;
    margin: 50px 0 0 0;
    padding: 0 15px;
  }
}
.blog .blog-wrapper .blog-sidebar h4 {
  font-size: 1.375rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 32px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgb(242, 231, 220);
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .blog .blog-wrapper .blog-sidebar h4 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media screen and (max-width: 577px) {
  .blog .blog-wrapper .blog-sidebar h4 {
    margin-bottom: 30px;
  }
}
.blog .blog-wrapper .blog-sidebar .recent-articles li {
  margin-bottom: 20px;
}
.blog .blog-wrapper .blog-sidebar .recent-articles li:last-of-type {
  margin-bottom: 0;
}
.blog .blog-wrapper .blog-sidebar .recent-articles .article-wrapper {
  border: solid 1px rgba(242, 231, 220, 0.2);
  border-radius: 10px;
  padding: 20px;
  font-size: 1.125rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgb(242, 231, 220);
}
@media screen and (max-width: 769px) {
  .blog .blog-wrapper .blog-sidebar .recent-articles .article-wrapper {
    font-size: 16px;
    line-height: 26px;
  }
}
.blog .blog-wrapper .blog-sidebar .recent-articles .article-wrapper .date {
  text-decoration: none;
  font-size: 0.625rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-style: normal;
  line-height: 14px;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  color: rgba(242, 231, 220, 0.6);
  margin-bottom: 3px;
}
@media screen and (max-width: 769px) {
  .blog .blog-wrapper .blog-sidebar .recent-articles .article-wrapper .date {
    font-size: 10px;
    line-height: 14px;
  }
}
.blog .blog-wrapper .blog-sidebar .all-articles {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.blog .blog-wrapper .blog-sidebar .all-articles a {
  text-decoration: none;
  font-size: 1.125rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgb(242, 231, 220);
  padding: 10px 0;
}
@media screen and (max-width: 769px) {
  .blog .blog-wrapper .blog-sidebar .all-articles a {
    font-size: 16px;
    line-height: 26px;
  }
}
.blog .blog-wrapper .blog-sidebar .all-articles img {
  margin-left: 15px;
  width: 16px;
}

.blog .section-wrapper {
  padding: 75px 0 0 0;
}
@media screen and (max-width: 1025px) {
  .blog .section-wrapper {
    overflow: hidden;
    padding: 55px 0 0 0;
  }
}
.blog .featured-post-container {
  grid-column: 1/span 12;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 100px;
}
.blog .featured-post-container:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 700px;
  background: linear-gradient(0deg, rgba(4, 4, 2, 0.5) 0%, rgba(4, 4, 2, 0) 84.14%);
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .blog .featured-post-container {
    grid-column: 1/span 8;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 577px) {
  .blog .featured-post-container {
    margin-bottom: 0;
    grid-column: 1/span 4;
  }
}
.blog .featured-post-container a {
  cursor: pointer;
  pointer-events: auto;
  display: block;
}
.blog .featured-post-container .post-thumbnail {
  min-height: 700px;
}
.blog .featured-post-container .post-thumbnail img {
  width: 100%;
  object-fit: cover;
  display: block;
  height: 700px;
}
@media screen and (max-width: 769px) {
  .blog .featured-post-container .post-thumbnail img {
    object-position: 70% 50%;
  }
}
.blog .featured-post-container .post-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 700px;
  pointer-events: none;
}
.blog .featured-post-container .post-wrapper .featured-post-category-tag {
  font-size: 0.625rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-style: normal;
  line-height: 14px;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  color: rgb(242, 231, 220);
  margin: 20px 10px 0 20px;
  padding: 10px;
  border-radius: 50px;
  border: solid 1px rgba(242, 231, 220, 0.2);
  width: fit-content;
  pointer-events: auto;
}
@media screen and (max-width: 769px) {
  .blog .featured-post-container .post-wrapper .featured-post-category-tag {
    font-size: 10px;
    line-height: 14px;
  }
}
.blog .featured-post-container .post-wrapper .featured-post-category-tag:last-of-type {
  margin-right: 0;
}
.blog .featured-post-container .post-wrapper .post-details-wrapper {
  max-width: 740px;
  margin: 0 0 80px 80px;
  pointer-events: auto;
}
@media screen and (max-width: 769px) {
  .blog .featured-post-container .post-wrapper .post-details-wrapper {
    margin: 0 40px 40px 40px;
  }
}
.blog .featured-post-container .post-wrapper .post-details-wrapper .date {
  font-size: 0.625rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-style: normal;
  line-height: 14px;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  color: rgba(242, 231, 220, 0.6);
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  .blog .featured-post-container .post-wrapper .post-details-wrapper .date {
    font-size: 10px;
    line-height: 14px;
  }
}
.blog .featured-post-container .post-wrapper .post-details-wrapper h2 {
  font-size: 4rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 300;
  font-style: normal;
  line-height: 74px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgb(242, 231, 220);
  margin-bottom: 50px;
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .blog .featured-post-container .post-wrapper .post-details-wrapper h2 {
    font-size: 52px;
    line-height: 62px;
  }
}
@media screen and (max-width: 577px) {
  .blog .featured-post-container .post-wrapper .post-details-wrapper h2 {
    font-size: 44px;
    line-height: 56px;
  }
}
.blog .featured-post-container .post-wrapper .post-details-wrapper .excerpt {
  font-size: 0.875rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgba(242, 231, 220, 0.8);
}
@media screen and (max-width: 769px) {
  .blog .featured-post-container .post-wrapper .post-details-wrapper .excerpt {
    font-size: 14px;
    line-height: 24px;
  }
}
.blog .sidebar-wrapper {
  position: relative;
}
.blog .categories-sidebar {
  position: relative;
}
@media screen and (min-width: 1345px) {
  .blog .categories-sidebar {
    grid-column: 2/span 3;
    grid-row: 2;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1345px) {
  .blog .categories-sidebar {
    grid-column: 1/span 4;
    grid-row: 2;
    overflow-x: scroll;
  }
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .blog .categories-sidebar {
    grid-column: 1/span 8;
    grid-row: 1;
    overflow-x: scroll;
    margin-right: -20px;
    height: 100px;
    min-height: 100px;
  }
}
@media screen and (max-width: 577px) {
  .blog .categories-sidebar {
    grid-column: 1/span 4;
    grid-row: 1;
    overflow-x: scroll;
    margin-right: -15px;
    min-height: 100px;
  }
}
.blog .categories-sidebar .button-slider {
  display: flex;
  flex-direction: column;
  position: absolute;
  overflow-x: scroll;
}
@media screen and (max-width: 1025px) {
  .blog .categories-sidebar .button-slider {
    flex-direction: row;
    flex-wrap: nowrap;
    width: fit-content;
    margin-bottom: 20px;
    min-height: 50px;
    margin-top: 25px;
    overflow-x: scroll;
  }
  .blog .categories-sidebar .button-slider:before {
    background: linear-gradient(270deg, #040402 8.21%, rgba(4, 4, 2, 0) 32.29%);
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background-attachment: fixed;
    pointer-events: none;
  }
}
.blog .categories-sidebar .button-slider .category-button {
  border: solid 1px rgba(242, 231, 220, 0.2);
  padding: 15px 25px;
  border-radius: 70px;
  font-size: 1.125rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgb(242, 231, 220);
  background: transparent;
  text-transform: capitalize;
  width: fit-content;
}
@media screen and (max-width: 769px) {
  .blog .categories-sidebar .button-slider .category-button {
    font-size: 16px;
    line-height: 26px;
  }
}
.blog .categories-sidebar .button-slider .category-button:last-child {
  margin-right: 150px;
}
@media screen and (min-width: 1025px) {
  .blog .categories-sidebar .button-slider .category-button {
    margin: 0 0 10px 0;
  }
}
@media screen and (max-width: 1025px) {
  .blog .categories-sidebar .button-slider .category-button {
    white-space: nowrap;
    margin: 0 10px 0 0;
  }
}
.blog .blog-card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1em;
}
@media screen and (min-width: 1345px) {
  .blog .blog-card-grid {
    grid-column: 5/span 7;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1345px) {
  .blog .blog-card-grid {
    grid-column: 5/span 8;
  }
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .blog .blog-card-grid {
    grid-column: 1/span 8;
  }
}
@media screen and (max-width: 769px) {
  .blog .blog-card-grid {
    grid-template-columns: 1fr;
    row-gap: 30px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 577px) {
  .blog .blog-card-grid {
    grid-column: 1/span 4;
    padding: 0 15px;
    margin-top: 20px;
  }
}
.blog .blog-card-wrapper:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  z-index: 2;
  background: linear-gradient(180deg, rgba(4, 4, 2, 0.1) 33.08%, rgba(4, 4, 2, 0.4) 84.81%);
}

.error-404 {
  display: block;
  padding-bottom: 0;
  padding-top: 40px;
}
.error-404 .page-content {
  background-size: cover;
  background-position: center;
  min-height: 70vh;
  min-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
@media screen and (max-width: 1344px) {
  .error-404 .page-content {
    padding: 0 6vw;
  }
}
.error-404 .page-content .error-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.error-404 .page-content .error-content h1,
.error-404 .page-content .error-content h2 {
  color: rgb(242, 231, 220);
  text-align: center;
  line-height: 1.2em;
}
.error-404 .page-content .error-content .pretitle {
  font-size: 1.375rem;
  margin-bottom: 16px;
}
@media screen and (max-width: 576px) {
  .error-404 .page-content .error-content .pretitle {
    font-size: 1.125rem;
  }
}
.error-404 .page-content .error-content .title {
  font-size: 3rem;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .error-404 .page-content .error-content .title {
    font-size: 2rem;
  }
}
.error-404 .page-content .error-content .subtitle {
  font-size: 1.125rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 576px) {
  .error-404 .page-content .error-content .subtitle {
    font-size: 1rem;
  }
}
.error-404 .page-content .error-content .btn-pink {
  text-align: center;
}

.card-grid .section-wrapper .section-copy-wrapper {
  grid-column: 2/12;
  margin-bottom: 100px;
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .card-grid .section-wrapper .section-copy-wrapper {
    grid-column: 2/8;
  }
}
@media screen and (max-width: 577px) {
  .card-grid .section-wrapper .section-copy-wrapper {
    grid-column: 1/span 4;
    margin-bottom: 50px;
  }
}
.card-grid .section-wrapper .section-copy-wrapper.with-heading {
  margin-bottom: 150px;
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .card-grid .section-wrapper .section-copy-wrapper.with-heading {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 577px) {
  .card-grid .section-wrapper .section-copy-wrapper.with-heading {
    margin-bottom: 60px;
  }
}
.card-grid .section-wrapper .section-copy-wrapper.with-heading .content {
  color: rgba(242, 231, 220, 0.6);
  margin-top: 40px;
}
.card-grid .section-wrapper .section-copy-wrapper h2 {
  font-size: 4rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 300;
  font-style: normal;
  line-height: 74px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgb(242, 231, 220);
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .card-grid .section-wrapper .section-copy-wrapper h2 {
    font-size: 52px;
    line-height: 62px;
  }
}
@media screen and (max-width: 577px) {
  .card-grid .section-wrapper .section-copy-wrapper h2 {
    font-size: 44px;
    line-height: 56px;
  }
}
@media screen and (max-width: 769px) {
  .card-grid .section-wrapper .section-copy-wrapper h2 {
    font-size: 2.625rem;
    font-family: "Plus Jakarta Sans";
    font-weight: 400;
    font-style: normal;
    line-height: 52px;
    letter-spacing: 0.25px;
    text-decoration: none;
    text-transform: none;
  }
}
@media screen and (max-width: 769px) and (max-width: 769px) {
  .card-grid .section-wrapper .section-copy-wrapper h2 {
    font-size: 34px;
    line-height: 44px;
  }
}
.card-grid .section-wrapper .section-copy-wrapper .content {
  margin: 0 auto;
  color: rgb(242, 231, 220);
  max-width: 725px;
  text-align: center;
  font-size: 1.375rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 32px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
}
@media screen and (max-width: 769px) {
  .card-grid .section-wrapper .section-copy-wrapper .content {
    font-size: 22px;
    line-height: 32px;
  }
}
.card-grid .section-wrapper .button-wrapper {
  margin-top: 100px;
  grid-column: 2/12;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .card-grid .section-wrapper .button-wrapper {
    grid-column: 2/8;
  }
}
@media screen and (max-width: 577px) {
  .card-grid .section-wrapper .button-wrapper {
    grid-column: 1/span 4;
    margin-top: 40px;
  }
}
.card-grid .section-wrapper .grid-wrapper {
  grid-column: 2/span 10;
  display: grid;
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .card-grid .section-wrapper .grid-wrapper {
    grid-column: 1/9;
  }
}
@media screen and (max-width: 577px) {
  .card-grid .section-wrapper .grid-wrapper {
    grid-column: 1/span 4;
    padding: 0 15px;
  }
}
.card-grid .section-wrapper .grid-wrapper.filled, .card-grid .section-wrapper .grid-wrapper.no-background {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3.5em;
}
@media screen and (min-width: 769px) and (max-width: 1345px) {
  .card-grid .section-wrapper .grid-wrapper.filled, .card-grid .section-wrapper .grid-wrapper.no-background {
    grid-gap: 2.5em;
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .card-grid .section-wrapper .grid-wrapper.filled, .card-grid .section-wrapper .grid-wrapper.no-background {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2em;
  }
}
@media screen and (max-width: 577px) {
  .card-grid .section-wrapper .grid-wrapper.filled, .card-grid .section-wrapper .grid-wrapper.no-background {
    grid-template-columns: 1fr;
    grid-gap: 1em;
  }
}
.card-grid .section-wrapper .grid-wrapper.outline {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.5em;
}
@media screen and (max-width: 769px) {
  .card-grid .section-wrapper .grid-wrapper.outline {
    grid-template-columns: 1fr;
    grid-gap: 1em;
  }
}
.card-grid .section-wrapper .grid-wrapper .card-link .card-wrapper.filled-card h4, .card-grid .section-wrapper .grid-wrapper .card-link .card-wrapper.no-background-card h4 {
  font-size: 1.375rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-style: normal;
  line-height: 32px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
}
@media screen and (max-width: 769px) {
  .card-grid .section-wrapper .grid-wrapper .card-link .card-wrapper.filled-card h4, .card-grid .section-wrapper .grid-wrapper .card-link .card-wrapper.no-background-card h4 {
    font-size: 22px;
    line-height: 32px;
  }
}
.card-grid .section-wrapper .grid-wrapper .card-link .card-wrapper.filled-card p.copy, .card-grid .section-wrapper .grid-wrapper .card-link .card-wrapper.no-background-card p.copy {
  margin-top: 4px;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.25px;
  font-weight: 500;
}
.card-grid .section-wrapper .grid-wrapper .card-link .card-wrapper.filled-card .icon-wrapper, .card-grid .section-wrapper .grid-wrapper .card-link .card-wrapper.no-background-card .icon-wrapper {
  margin-bottom: 40px;
}
.card-grid .section-wrapper .grid-wrapper .card-link .card-wrapper.filled-card:hover {
  background-color: rgba(218, 50, 139, 0.2);
  transition: background-color 0.3 ease;
}
.card-grid .section-wrapper .grid-wrapper .card-link .card-wrapper.filled-card:hover.icon-wrapper {
  background-color: rgba(218, 50, 139, 0.4);
  transition: background-color 0.3 ease;
}
.card-grid .section-wrapper .grid-wrapper .card-link .card-wrapper.outline-card h4 {
  font-size: 1.375rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 32px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
}
@media screen and (max-width: 769px) {
  .card-grid .section-wrapper .grid-wrapper .card-link .card-wrapper.outline-card h4 {
    font-size: 22px;
    line-height: 32px;
  }
}
.card-grid .section-wrapper .grid-wrapper .card-link .card-wrapper.outline-card p.copy {
  font-size: 0.875rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
}
@media screen and (max-width: 769px) {
  .card-grid .section-wrapper .grid-wrapper .card-link .card-wrapper.outline-card p.copy {
    font-size: 14px;
    line-height: 24px;
  }
}
.card-grid .section-wrapper .grid-wrapper .card-link .card-wrapper.outline-card .icon-wrapper {
  margin-right: 40px;
}
@media screen and (max-width: 577px) {
  .card-grid .section-wrapper .grid-wrapper .card-link .card-wrapper.outline-card .icon-wrapper {
    margin-right: 20px;
  }
}
.card-grid .section-wrapper .grid-wrapper .card-wrapper {
  display: flex;
}
.card-grid .section-wrapper .grid-wrapper .card-wrapper h4 {
  color: rgb(242, 231, 220);
}
.card-grid .section-wrapper .grid-wrapper .card-wrapper p.copy {
  color: rgba(242, 231, 220, 0.8);
  padding-right: 20px;
}
.card-grid .section-wrapper .grid-wrapper .card-wrapper .icon-wrapper {
  background-color: rgba(218, 50, 139, 0.2);
  min-width: 90px;
  min-height: 90px;
  max-width: 90px;
  max-height: 90px;
  position: relative;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.card-grid .section-wrapper .grid-wrapper .card-wrapper .icon-wrapper img.style-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.card-grid .section-wrapper .grid-wrapper .card-wrapper.filled-card, .card-grid .section-wrapper .grid-wrapper .card-wrapper.no-background-card {
  height: 100%;
}
.card-grid .section-wrapper .grid-wrapper .card-wrapper.filled-card h4, .card-grid .section-wrapper .grid-wrapper .card-wrapper.no-background-card h4 {
  font-size: 1.375rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-style: normal;
  line-height: 32px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
}
@media screen and (max-width: 769px) {
  .card-grid .section-wrapper .grid-wrapper .card-wrapper.filled-card h4, .card-grid .section-wrapper .grid-wrapper .card-wrapper.no-background-card h4 {
    font-size: 22px;
    line-height: 32px;
  }
}
.card-grid .section-wrapper .grid-wrapper .card-wrapper.filled-card p.copy, .card-grid .section-wrapper .grid-wrapper .card-wrapper.no-background-card p.copy {
  margin-top: 4px;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.25px;
}
.card-grid .section-wrapper .grid-wrapper .card-wrapper.filled-card .icon-wrapper, .card-grid .section-wrapper .grid-wrapper .card-wrapper.no-background-card .icon-wrapper {
  margin-bottom: 40px;
}
@media screen and (max-width: 577px) {
  .card-grid .section-wrapper .grid-wrapper .card-wrapper.filled-card .icon-wrapper, .card-grid .section-wrapper .grid-wrapper .card-wrapper.no-background-card .icon-wrapper {
    margin-right: 20px;
  }
}
.card-grid .section-wrapper .grid-wrapper .card-wrapper.filled-card {
  background-color: rgba(218, 50, 139, 0.1);
  padding: 30px;
  border-radius: 10px;
  flex-direction: column;
}
.card-grid .section-wrapper .grid-wrapper .card-wrapper.outline-card {
  border: solid 1px rgba(242, 231, 220, 0.2);
  border-radius: 10px;
  padding: 40px;
  align-items: center;
  height: 100%;
}
.card-grid .section-wrapper .grid-wrapper .card-wrapper.outline-card:hover {
  border: solid 1px rgba(242, 231, 220, 0.4);
  transition: border-color 0.2s ease;
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .card-grid .section-wrapper .grid-wrapper .card-wrapper.outline-card {
    padding: 30px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 577px) {
  .card-grid .section-wrapper .grid-wrapper .card-wrapper.outline-card {
    padding: 20px;
  }
}
.card-grid .section-wrapper .grid-wrapper .card-wrapper.outline-card .icon-wrapper {
  margin-right: 40px;
}
@media screen and (max-width: 577px) {
  .card-grid .section-wrapper .grid-wrapper .card-wrapper.outline-card .icon-wrapper {
    margin-right: 20px;
  }
}
.card-grid .section-wrapper .grid-wrapper .card-wrapper.outline-card h4 {
  font-size: 1.375rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 32px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
}
@media screen and (max-width: 769px) {
  .card-grid .section-wrapper .grid-wrapper .card-wrapper.outline-card h4 {
    font-size: 22px;
    line-height: 32px;
  }
}
.card-grid .section-wrapper .grid-wrapper .card-wrapper.outline-card p.copy {
  font-size: 0.875rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  margin-top: 5px;
}
@media screen and (max-width: 769px) {
  .card-grid .section-wrapper .grid-wrapper .card-wrapper.outline-card p.copy {
    font-size: 14px;
    line-height: 24px;
  }
}
.card-grid .section-wrapper .grid-wrapper .card-wrapper.no-background-card {
  flex-direction: column;
}
@media screen and (max-width: 577px) {
  .card-grid .section-wrapper .grid-wrapper .card-wrapper.no-background-card {
    margin-bottom: 40px;
  }
  .card-grid .section-wrapper .grid-wrapper .card-wrapper.no-background-card:last-of-type {
    margin-bottom: 0;
  }
}

.trigger-modal {
  visibility: hidden;
  cursor: pointer;
  padding: 0;
  text-align: left;
  border: none;
}
.trigger-modal .card-wrapper {
  visibility: visible;
}

.customer-map .section-wrapper .section-heading-wrapper {
  grid-column: 4/span 6;
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .customer-map .section-wrapper .section-heading-wrapper {
    grid-column: 2/span 6;
  }
}
@media screen and (max-width: 577px) {
  .customer-map .section-wrapper .section-heading-wrapper {
    grid-column: 1/span 4;
    padding: 0 20px;
  }
}
.customer-map .section-wrapper .section-heading-wrapper h2 {
  font-size: 2.625rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 52px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgb(242, 231, 220);
  text-align: center;
  margin-bottom: 75px;
}
@media screen and (max-width: 769px) {
  .customer-map .section-wrapper .section-heading-wrapper h2 {
    font-size: 34px;
    line-height: 44px;
  }
}
@media screen and (max-width: 577px) {
  .customer-map .section-wrapper .section-heading-wrapper h2 {
    margin-bottom: 50px;
  }
}
.customer-map .section-wrapper #storepoint-container {
  border-top: none !important;
  border-bottom: none !important;
  overflow: hidden;
  border-radius: 10px !important;
  min-height: 850px !important;
}
@media screen and (min-width: 1025px) {
  .customer-map .section-wrapper #storepoint-container {
    grid-column: 1/span 12;
  }
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .customer-map .section-wrapper #storepoint-container {
    grid-column: 1/span 8;
  }
}
@media screen and (max-width: 769px) {
  .customer-map .section-wrapper #storepoint-container {
    min-height: 500px !important;
  }
}
@media screen and (max-width: 577px) {
  .customer-map .section-wrapper #storepoint-container {
    grid-column: 1/span 4;
  }
}
.customer-map .section-wrapper #storepoint-container form {
  border-bottom: none !important;
  position: relative;
  width: fit-content !important;
  margin: 0 auto !important;
}
.customer-map .section-wrapper #storepoint-results {
  min-height: 750px !important;
}
@media screen and (max-width: 769px) {
  .customer-map .section-wrapper #storepoint-results {
    min-height: 400px !important;
  }
}
@media screen and (max-width: 600px) {
  .customer-map .section-wrapper #storepoint-container #storepoint-panel {
    margin-top: 425px !important;
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 577px) {
  .customer-map .section-wrapper #storepoint-container #storepoint-search #storepoint-searchbar {
    min-width: auto !important;
  }
}
.customer-map .section-wrapper #storepoint-search-bar-container {
  width: 100% !important;
}
.customer-map .section-wrapper #storepoint-clear-search {
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 200;
}
@media screen and (max-width: 769px) {
  .customer-map .section-wrapper #storepoint-clear-search {
    right: 20px;
  }
}
@media screen and (max-width: 1025px) {
  .customer-map .section-wrapper #storepoint-panel {
    padding-left: 20px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .customer-map .section-wrapper #storepoint-panel {
    padding: 0 !important;
  }
}
@media screen and (max-width: 1025px) {
  .customer-map .section-wrapper #storepoint-container .storepoint-location {
    padding: 30px !important;
  }
}
.customer-map .section-wrapper #storepoint-map {
  position: absolute;
  top: 125px;
  left: 0;
  width: 100% !important;
  border-radius: 10px !important;
  overflow: hidden;
  min-height: 750px !important;
}
@media screen and (max-width: 769px) {
  .customer-map .section-wrapper #storepoint-map {
    min-height: 400px !important;
  }
}
.customer-map .section-wrapper #storepoint-brand {
  display: none !important;
}
.customer-map .section-wrapper .gm-style {
  font-family: "Plus Jakarta Sans" !important;
}
.customer-map .section-wrapper .gm-style .gm-style-iw-c {
  background: rgb(242, 231, 220) !important;
}
.customer-map .section-wrapper .gm-style .gm-style-iw-t {
  background: rgb(242, 231, 220) !important;
}
.customer-map .section-wrapper .gm-style .gm-style-iw-t:after {
  background: linear-gradient(45deg, rgb(242, 231, 220) 50%, rgba(242, 231, 220, 0) 51%, rgba(242, 231, 220, 0) 100%) !important;
}
.customer-map .section-wrapper .gm-style .gm-style-iw-d {
  background: rgb(242, 231, 220) !important;
  overflow: auto !important;
  padding: 0 12px 12px 0 !important;
}
.customer-map .section-wrapper .gm-ui-hover-effect {
  top: 0 !important;
  right: 0 !important;
}

.editorial-fullwidth-image .section-wrapper .image-wrapper {
  overflow: hidden;
  border-radius: 10px;
  grid-column: span 4;
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .editorial-fullwidth-image .section-wrapper .image-wrapper {
    grid-column: span 3.5;
  }
}
.editorial-fullwidth-image .section-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-carousel {
  padding-right: 0;
}
@media screen and (max-width: 577px) {
  .feature-carousel {
    padding-right: 15px;
  }
}
.feature-carousel .section-wrapper .carousel-content-wrapper {
  height: fit-content;
  align-self: center;
}
@media screen and (min-width: 1025px) {
  .feature-carousel .section-wrapper .carousel-content-wrapper {
    grid-column: 2/span 4;
  }
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .feature-carousel .section-wrapper .carousel-content-wrapper {
    grid-column: 1/span 3;
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .feature-carousel .section-wrapper .carousel-content-wrapper {
    grid-column: 1/span 4;
    grid-row: 1;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 577px) {
  .feature-carousel .section-wrapper .carousel-content-wrapper {
    grid-column: 1/span 4;
    grid-row: 1;
    margin-bottom: 30px;
  }
}
.feature-carousel .section-wrapper .carousel-content-wrapper h2 {
  font-size: 2.625rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 52px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgb(242, 231, 220);
}
@media screen and (max-width: 769px) {
  .feature-carousel .section-wrapper .carousel-content-wrapper h2 {
    font-size: 34px;
    line-height: 44px;
  }
}
.feature-carousel .section-wrapper .carousel-content-wrapper h4 {
  font-size: 1.375rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 32px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgba(242, 231, 220, 0.8);
}
@media screen and (max-width: 769px) {
  .feature-carousel .section-wrapper .carousel-content-wrapper h4 {
    font-size: 22px;
    line-height: 32px;
  }
}
.feature-carousel .section-wrapper .carousel-content-wrapper .content {
  font-size: 1.125rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgba(242, 231, 220, 0.8);
  margin-top: 30px;
}
@media screen and (max-width: 769px) {
  .feature-carousel .section-wrapper .carousel-content-wrapper .content {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1345px) {
  .feature-carousel .section-wrapper .carousel-content-wrapper .content {
    padding: 0 20px 0 0;
  }
}
@media screen and (max-width: 577px) {
  .feature-carousel .section-wrapper .carousel-content-wrapper .content {
    padding: 0 30px 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .feature-carousel .section-wrapper .feature-carousel-wrapper {
    grid-column: 6/span 7;
  }
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .feature-carousel .section-wrapper .feature-carousel-wrapper {
    grid-column: 4/span 5;
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .feature-carousel .section-wrapper .feature-carousel-wrapper {
    grid-column: 1/span 8;
    grid-row: 2;
  }
}
@media screen and (max-width: 577px) {
  .feature-carousel .section-wrapper .feature-carousel-wrapper {
    grid-column: 1/span 4;
    grid-row: 2;
  }
}
.feature-carousel .section-wrapper .feature-carousel-wrapper .feature-arrows {
  position: absolute;
  bottom: 30px;
  width: 55px;
  left: -135px;
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .feature-carousel .section-wrapper .feature-carousel-wrapper .feature-arrows {
    left: 0;
    top: 650px;
  }
}
@media screen and (max-width: 577px) {
  .feature-carousel .section-wrapper .feature-carousel-wrapper .feature-arrows {
    left: -5px;
    bottom: -35px;
  }
}
.feature-carousel .section-wrapper .feature-carousel-wrapper .feature-arrow {
  background: none;
  border-radius: 0;
}
.feature-carousel .section-wrapper .feature-carousel-wrapper .feature-arrow svg {
  width: 35px;
  height: 30px;
  fill: #F2E7DC;
}
.feature-carousel .section-wrapper .feature-carousel-wrapper .feature-arrow-prev,
.feature-carousel .section-wrapper .feature-carousel-wrapper .feature-arrow-next {
  width: 45px;
  height: 45px;
  position: absolute;
}
.feature-carousel .section-wrapper .feature-carousel-wrapper .feature-arrow-prev {
  left: 0;
  transform: scaleX(-1);
}
.feature-carousel .section-wrapper .feature-carousel-wrapper .feature-arrow-next {
  transform: scaleX(-1);
  left: 100%;
}
.feature-carousel .section-wrapper .feature-carousel-wrapper .slide-image-wrapper {
  max-width: 450px;
  min-width: 450px;
  max-height: 600px;
  min-height: 600px;
  overflow: hidden;
  border-radius: 10px;
}
.feature-carousel .section-wrapper .feature-carousel-wrapper .slide-image-wrapper img {
  object-fit: cover;
  height: 700px;
  width: 100%;
}

.fullwidth-carousel .section-wrapper .title-wrapper {
  margin-bottom: 100px;
}
@media screen and (min-width: 1025px) {
  .fullwidth-carousel .section-wrapper .title-wrapper {
    grid-column: 4/span 6;
    grid-row: 1;
  }
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .fullwidth-carousel .section-wrapper .title-wrapper {
    grid-column: 2/span 6;
    grid-row: 1;
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 577px) {
  .fullwidth-carousel .section-wrapper .title-wrapper {
    grid-column: 1/span 4;
    padding: 0 20px;
    margin-bottom: 50px;
  }
}
.fullwidth-carousel .section-wrapper .title-wrapper h2 {
  font-size: 2.625rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 52px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgb(242, 231, 220);
  text-align: center;
}
@media screen and (max-width: 769px) {
  .fullwidth-carousel .section-wrapper .title-wrapper h2 {
    font-size: 34px;
    line-height: 44px;
  }
}
@media screen and (min-width: 1025px) {
  .fullwidth-carousel .section-wrapper .fullwidth-carousel-wrapper {
    grid-column: 1/span 12;
    grid-row: 2;
  }
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .fullwidth-carousel .section-wrapper .fullwidth-carousel-wrapper {
    grid-column: 1/span 8;
    grid-row: 2;
  }
}
@media screen and (max-width: 577px) {
  .fullwidth-carousel .section-wrapper .fullwidth-carousel-wrapper {
    grid-column: 1/span 4;
    grid-row: 2;
  }
}
.fullwidth-carousel .section-wrapper .fullwidth-carousel-wrapper .fullwidth-arrow {
  background: none;
  border-radius: 0;
}
.fullwidth-carousel .section-wrapper .fullwidth-carousel-wrapper .fullwidth-arrow svg {
  width: 30px;
  height: 25px;
  fill: #999999;
}
.fullwidth-carousel .section-wrapper .fullwidth-carousel-wrapper .fullwidth-arrow-prev,
.fullwidth-carousel .section-wrapper .fullwidth-carousel-wrapper .fullwidth-arrow-next {
  width: 40px;
  height: 40px;
}
.fullwidth-carousel .section-wrapper .fullwidth-carousel-wrapper .fullwidth-arrow-prev {
  transform: scaleX(-1);
  left: 50px;
}
@media screen and (max-width: 769px) {
  .fullwidth-carousel .section-wrapper .fullwidth-carousel-wrapper .fullwidth-arrow-prev {
    left: 20px;
  }
}
.fullwidth-carousel .section-wrapper .fullwidth-carousel-wrapper .fullwidth-arrow-next {
  transform: scaleX(-1);
  right: 50px;
}
@media screen and (max-width: 769px) {
  .fullwidth-carousel .section-wrapper .fullwidth-carousel-wrapper .fullwidth-arrow-next {
    right: 20px;
  }
}
.fullwidth-carousel .section-wrapper .fullwidth-carousel-wrapper .fullwidth-slide {
  min-height: 630px;
  border-radius: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 180px;
}
@media screen and (max-width: 769px) {
  .fullwidth-carousel .section-wrapper .fullwidth-carousel-wrapper .fullwidth-slide {
    padding: 0 60px;
    justify-content: center;
  }
}
.fullwidth-carousel .section-wrapper .fullwidth-carousel-wrapper .fullwidth-slide .slide-content {
  display: flex;
  flex-direction: column;
  max-width: 450px;
}
.fullwidth-carousel .section-wrapper .fullwidth-carousel-wrapper .fullwidth-slide .slide-content h5 {
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.25px;
  color: rgb(4, 4, 2);
}
.fullwidth-carousel .section-wrapper .fullwidth-carousel-wrapper .fullwidth-slide .slide-content .content {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.25px;
  color: rgba(4, 4, 2, 0.6);
  margin-top: 14px;
}
.fullwidth-carousel .section-wrapper .fullwidth-carousel-wrapper .fullwidth-slide.dark h5 {
  color: rgb(242, 231, 220);
}
.fullwidth-carousel .section-wrapper .fullwidth-carousel-wrapper .fullwidth-slide.dark .content {
  color: rgba(242, 231, 220, 0.8);
}
.fullwidth-carousel .section-wrapper .fullwidth-carousel-wrapper .fullwidth-slide.text-right {
  justify-content: flex-end;
}
@media screen and (max-width: 769px) {
  .fullwidth-carousel .section-wrapper .fullwidth-carousel-wrapper .fullwidth-slide.text-right {
    justify-content: center;
  }
}

.fullwidth-copy .section-wrapper {
  border-radius: 10px;
  background-color: rgb(242, 231, 220);
}
.fullwidth-copy .section-wrapper.background-img {
  min-height: 600px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.fullwidth-copy .section-wrapper .content-wrapper {
  letter-spacing: 0.25px;
  text-align: center;
  align-self: center;
  grid-column: 4/span 6;
  margin: 100px 0;
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .fullwidth-copy .section-wrapper .content-wrapper {
    grid-column: 2/span 6;
    margin: 50px 0;
  }
}
@media screen and (max-width: 577px) {
  .fullwidth-copy .section-wrapper .content-wrapper {
    grid-column: 1/span 4;
    padding: 0 30px;
  }
}
.fullwidth-copy .section-wrapper .content-wrapper h2 {
  font-size: 2.625rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 52px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  .fullwidth-copy .section-wrapper .content-wrapper h2 {
    font-size: 34px;
    line-height: 44px;
  }
}
.fullwidth-copy .section-wrapper .content-wrapper .content {
  color: rgba(4, 4, 2, 0.6);
}
.fullwidth-copy .section-wrapper .content-wrapper .content p {
  font-size: 1.375rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 32px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
}
@media screen and (max-width: 769px) {
  .fullwidth-copy .section-wrapper .content-wrapper .content p {
    font-size: 22px;
    line-height: 32px;
  }
}
.fullwidth-copy .section-wrapper .content-wrapper .content.with-heading p {
  font-size: 1.125rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
}
@media screen and (max-width: 769px) {
  .fullwidth-copy .section-wrapper .content-wrapper .content.with-heading p {
    font-size: 16px;
    line-height: 26px;
  }
}
.fullwidth-copy .section-wrapper.dark {
  background-color: rgb(4, 4, 2);
}
.fullwidth-copy .section-wrapper.dark .content-wrapper {
  color: rgb(242, 231, 220);
}
.fullwidth-copy .section-wrapper.dark .content-wrapper .content {
  color: rgb(242, 231, 220);
}
.fullwidth-copy .section-wrapper.dark .content-wrapper .content.with-heading {
  color: rgba(242, 231, 220, 0.8);
}

.fullwidth-cta .section-wrapper {
  width: 100%;
}
.fullwidth-cta .section-wrapper .background-image-wrapper {
  border-radius: 10px;
  min-height: 650px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: rgb(242, 231, 220);
  width: 100%;
}
@media screen and (max-width: 1345px) {
  .fullwidth-cta .section-wrapper .background-image-wrapper {
    min-height: 0;
    padding: 9vw 0;
  }
}
@media screen and (max-width: 577px) {
  .fullwidth-cta .section-wrapper .background-image-wrapper {
    display: none;
  }
}
.fullwidth-cta .section-wrapper .background-image-wrapper.text-left {
  background-position: bottom right;
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .fullwidth-cta .section-wrapper .background-image-wrapper.text-left {
    background-position: bottom center;
  }
}
.fullwidth-cta .section-wrapper .background-image-wrapper.text-left .content-wrapper {
  grid-column: 2/span 4;
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .fullwidth-cta .section-wrapper .background-image-wrapper.text-left .content-wrapper {
    grid-column: 1/span 4;
    padding-left: 50px;
  }
}
.fullwidth-cta .section-wrapper .background-image-wrapper.text-right {
  background-position: bottom left;
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .fullwidth-cta .section-wrapper .background-image-wrapper.text-right {
    background-position: bottom center;
  }
}
.fullwidth-cta .section-wrapper .background-image-wrapper.text-right .content-wrapper {
  grid-column: 8/span 4;
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .fullwidth-cta .section-wrapper .background-image-wrapper.text-right .content-wrapper {
    grid-column: 5/span 4;
    padding-right: 50px;
  }
}
.fullwidth-cta .section-wrapper .background-image-wrapper.text-center .content-wrapper {
  grid-column: 5/span 4;
  text-align: center;
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .fullwidth-cta .section-wrapper .background-image-wrapper.text-center .content-wrapper {
    grid-column: 3/span 4;
  }
}
.fullwidth-cta .section-wrapper .background-image-wrapper .content-wrapper {
  align-self: center;
}
.fullwidth-cta .section-wrapper .background-image-wrapper .content-wrapper h4 {
  font-size: 1.375rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 32px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgba(4, 4, 2, 0.4);
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  .fullwidth-cta .section-wrapper .background-image-wrapper .content-wrapper h4 {
    font-size: 22px;
    line-height: 32px;
  }
}
.fullwidth-cta .section-wrapper .background-image-wrapper .content-wrapper h2 {
  color: rgb(4, 4, 2);
  font-size: 2.625rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 52px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  margin-bottom: 30px;
  max-width: 380px;
}
@media screen and (max-width: 769px) {
  .fullwidth-cta .section-wrapper .background-image-wrapper .content-wrapper h2 {
    font-size: 34px;
    line-height: 44px;
  }
}
.fullwidth-cta .section-wrapper .background-image-wrapper .content-wrapper .content {
  color: rgba(4, 4, 2, 0.6);
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.25px;
}
.fullwidth-cta .section-wrapper .background-image-wrapper .content-wrapper .button {
  margin-top: 50px;
}
.fullwidth-cta .section-wrapper .background-image-wrapper.no-image {
  height: fit-content;
  min-height: auto;
}
.fullwidth-cta .section-wrapper .background-image-wrapper.no-image .content-wrapper {
  max-width: 700px;
  margin: 50px 0;
}
.fullwidth-cta .section-wrapper .background-image-wrapper.no-image .content-wrapper h2 {
  max-width: 700px;
}
.fullwidth-cta .section-wrapper.dark .background-image-wrapper {
  background-color: rgb(4, 4, 2);
}
.fullwidth-cta .section-wrapper.dark .background-image-wrapper .content-wrapper h4 {
  color: rgba(242, 231, 220, 0.6);
}
.fullwidth-cta .section-wrapper.dark .background-image-wrapper .content-wrapper h2 {
  color: rgb(242, 231, 220);
}
.fullwidth-cta .section-wrapper.dark .background-image-wrapper .content-wrapper .content {
  color: rgba(242, 231, 220, 0.8);
}
.fullwidth-cta .section-wrapper.tall .background-image-wrapper {
  min-height: 875px;
  width: 100%;
  background-position: center 25%;
  background-size: cover;
}
.fullwidth-cta .section-wrapper.tall.dark {
  background-color: rgb(4, 4, 2);
}

.mobile-wrapper {
  background-color: rgb(242, 231, 220);
  border-radius: 10px;
}
@media screen and (min-width: 577px) {
  .mobile-wrapper {
    display: none;
  }
}
.mobile-wrapper .mobile-background-image-wrapper {
  grid-column: 1/span 4;
  min-height: 500px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
}
.mobile-wrapper .mobile-background-image-wrapper.no-image {
  display: none;
}
.mobile-wrapper.tall .mobile-background-image-wrapper {
  min-height: 600px;
}
.mobile-wrapper.left .mobile-background-image-wrapper {
  background-position: 10% 50%;
}
@media screen and (max-width: 390px) {
  .mobile-wrapper.left .mobile-background-image-wrapper {
    background-position: 27% 50%;
  }
}
.mobile-wrapper.right .mobile-background-image-wrapper {
  background-position: 85% 50%;
}
.mobile-wrapper.center .mobile-background-image-wrapper {
  background-position: 90% 40%;
}
@media screen and (max-width: 390px) {
  .mobile-wrapper.center .mobile-background-image-wrapper {
    background-position: 83.5% 50%;
  }
}
.mobile-wrapper .mobile-content-wrapper {
  align-self: start;
  grid-column: 1/span 4;
  grid-row: 1;
  padding: 0 8vw;
  margin: 50px 0;
}
.mobile-wrapper .mobile-content-wrapper.text-center {
  text-align: center;
}
.mobile-wrapper .mobile-content-wrapper h4 {
  font-size: 1.375rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 32px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgba(4, 4, 2, 0.4);
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  .mobile-wrapper .mobile-content-wrapper h4 {
    font-size: 22px;
    line-height: 32px;
  }
}
.mobile-wrapper .mobile-content-wrapper h2 {
  color: rgb(4, 4, 2);
  font-size: 2.625rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 52px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  margin-bottom: 30px;
  max-width: 380px;
}
@media screen and (max-width: 769px) {
  .mobile-wrapper .mobile-content-wrapper h2 {
    font-size: 34px;
    line-height: 44px;
  }
}
.mobile-wrapper .mobile-content-wrapper .content {
  color: rgba(4, 4, 2, 0.6);
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.25px;
}
.mobile-wrapper .mobile-content-wrapper .content.no-heading {
  font-size: 1.375rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 32px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgb(4, 4, 2);
}
@media screen and (max-width: 769px) {
  .mobile-wrapper .mobile-content-wrapper .content.no-heading {
    font-size: 22px;
    line-height: 32px;
  }
}
.mobile-wrapper .mobile-content-wrapper .button {
  margin-top: 50px;
}
.mobile-wrapper.dark {
  background-color: rgb(4, 4, 2);
}
.mobile-wrapper.dark .mobile-content-wrapper {
  margin: 0 0 50px 0;
}
.mobile-wrapper.dark .mobile-content-wrapper h4 {
  color: rgba(242, 231, 220, 0.6);
}
.mobile-wrapper.dark .mobile-content-wrapper h2 {
  color: rgb(242, 231, 220);
}
.mobile-wrapper.dark .mobile-content-wrapper .content {
  color: rgba(242, 231, 220, 0.8);
}
.mobile-wrapper.dark .mobile-content-wrapper .content.no-heading {
  color: rgb(242, 231, 220);
}

.fullwidth-form .section-wrapper .form-heading-wrapper {
  text-align: center;
  width: 100%;
  margin-bottom: 100px;
  grid-column: 4/span 6;
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .fullwidth-form .section-wrapper .form-heading-wrapper {
    margin-bottom: 75px;
    grid-column: 2/span 6;
  }
}
@media screen and (max-width: 577px) {
  .fullwidth-form .section-wrapper .form-heading-wrapper {
    margin-bottom: 50px;
    grid-column: 1/span 4;
    padding: 0 20px;
  }
}
.fullwidth-form .section-wrapper .form-heading-wrapper h2 {
  font-size: 4rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 300;
  font-style: normal;
  line-height: 74px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgb(242, 231, 220);
  margin: 0 auto;
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .fullwidth-form .section-wrapper .form-heading-wrapper h2 {
    font-size: 52px;
    line-height: 62px;
  }
}
@media screen and (max-width: 577px) {
  .fullwidth-form .section-wrapper .form-heading-wrapper h2 {
    font-size: 44px;
    line-height: 56px;
  }
}
.fullwidth-form .section-wrapper .form-heading-wrapper .content {
  font-size: 1.125rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgba(242, 231, 220, 0.8);
  margin: 30px auto 0;
}
@media screen and (max-width: 769px) {
  .fullwidth-form .section-wrapper .form-heading-wrapper .content {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 577px) {
  .fullwidth-form .section-wrapper .form-heading-wrapper .content {
    padding: 0 30px;
  }
}
.fullwidth-form .section-wrapper .form-wrapper {
  grid-column: 3/span 8;
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .fullwidth-form .section-wrapper .form-wrapper {
    grid-column: 2/span 6;
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .fullwidth-form .section-wrapper .form-wrapper {
    grid-column: 1/span 8;
  }
}
@media screen and (max-width: 577px) {
  .fullwidth-form .section-wrapper .form-wrapper {
    grid-column: 1/span 4;
  }
}
.fullwidth-form .section-wrapper .wpforms-container {
  margin: 0 !important;
}
.fullwidth-form .section-wrapper form {
  width: 100%;
}
.fullwidth-form .section-wrapper form label {
  display: none !important;
}
.fullwidth-form .section-wrapper form .wpforms-field {
  margin: 0 0 14px 0 !important;
  padding: 0 !important;
}
.fullwidth-form .section-wrapper form .wpforms-field.wpforms-field-select {
  position: relative;
}
.fullwidth-form .section-wrapper form .wpforms-field.wpforms-field-select:before {
  content: url("../images/form-carat-light.svg");
  min-width: 10px;
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 577px) {
  .fullwidth-form .section-wrapper form .wpforms-field.wpforms-field-select:before {
    right: 20px;
  }
}
.fullwidth-form .section-wrapper form input,
.fullwidth-form .section-wrapper form select,
.fullwidth-form .section-wrapper form textarea {
  background: rgb(4, 4, 2) !important;
  border: solid 1px rgba(242, 231, 220, 0.4) !important;
  border-radius: 10px !important;
  min-height: 86px !important;
  min-width: 100% !important;
  font-family: "Plus Jakarta Sans" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 28px !important;
  color: rgba(242, 231, 220, 0.8) !important;
}
@media screen and (max-width: 577px) {
  .fullwidth-form .section-wrapper form input,
  .fullwidth-form .section-wrapper form select,
  .fullwidth-form .section-wrapper form textarea {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
.fullwidth-form .section-wrapper form input:hover,
.fullwidth-form .section-wrapper form select:hover,
.fullwidth-form .section-wrapper form textarea:hover {
  border: solid 1px rgba(242, 231, 220, 0.6) !important;
  transition: border-color 0.2s ease;
}
.fullwidth-form .section-wrapper form input:focus,
.fullwidth-form .section-wrapper form select:focus,
.fullwidth-form .section-wrapper form textarea:focus {
  border: solid 1px rgb(242, 231, 220) !important;
  transition: border-color 0.2s ease;
}
.fullwidth-form .section-wrapper form input,
.fullwidth-form .section-wrapper form textarea {
  padding: 30px !important;
}
@media screen and (max-width: 577px) {
  .fullwidth-form .section-wrapper form input,
  .fullwidth-form .section-wrapper form textarea {
    padding: 30px 20px !important;
  }
}
.fullwidth-form .section-wrapper form select {
  padding: 0 30px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 577px) {
  .fullwidth-form .section-wrapper form select {
    padding: 0 20px !important;
  }
}
.fullwidth-form .section-wrapper form textarea {
  min-height: 280px !important;
}
.fullwidth-form .section-wrapper form button {
  background-color: rgb(236, 0, 140) !important;
  color: rgb(242, 231, 220) !important;
  padding: 16px 30px !important;
  border-radius: 10px !important;
  font-family: "Plus Jakarta Sans" !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  border: none !important;
  text-transform: capitalize;
  display: inline-block;
  margin-top: 14px !important;
}
.fullwidth-form .section-wrapper form .wpforms-submit-container {
  padding: 0 !important;
}
.fullwidth-form .section-wrapper .job-alert-form {
  margin: 0;
  grid-column: 3/span 8;
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .fullwidth-form .section-wrapper .job-alert-form {
    grid-column: 1/span 8 !important;
  }
}
@media screen and (max-width: 577px) {
  .fullwidth-form .section-wrapper .job-alert-form {
    grid-column: 1/span 4;
  }
}
.fullwidth-form .section-wrapper .job-alert-form form {
  max-width: 765px !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .fullwidth-form .section-wrapper .job-alert-form form {
    padding: 0 15px;
  }
}
@media screen and (max-width: 577px) {
  .fullwidth-form .section-wrapper .job-alert-form form {
    flex-direction: column;
  }
}
@media screen and (min-width: 577px) {
  .fullwidth-form .section-wrapper .job-alert-form form .wpforms-field-container {
    width: 90% !important;
    margin-right: 20px;
  }
}
@media screen and (max-width: 577px) {
  .fullwidth-form .section-wrapper .job-alert-form form .wpforms-field-container {
    width: 100% !important;
  }
}
.fullwidth-form .section-wrapper .job-alert-form form .wpforms-field {
  padding: 0 !important;
  margin: 0 !important;
}
.fullwidth-form .section-wrapper .job-alert-form form input {
  margin-right: 20px !important;
  height: 64px !important;
}
@media screen and (min-width: 769px) {
  .fullwidth-form .section-wrapper .job-alert-form form input {
    min-width: auto;
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .fullwidth-form .section-wrapper .job-alert-form form input {
    min-width: 100%;
  }
}
@media screen and (max-width: 577px) {
  .fullwidth-form .section-wrapper .job-alert-form form input {
    min-width: 100% !important;
    margin-bottom: 15px;
  }
}
.fullwidth-form .section-wrapper .job-alert-form button {
  margin: 0 !important;
  white-space: nowrap;
}

.fullwidth-image .section-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.fullwidth-image .section-wrapper .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 150px;
  padding: 20px;
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .fullwidth-image .section-wrapper .content-wrapper {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 577px) {
  .fullwidth-image .section-wrapper .content-wrapper {
    margin-bottom: 50px;
  }
}
.fullwidth-image .section-wrapper .content-wrapper h2 {
  font-size: 2.625rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 52px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgb(242, 231, 220);
}
@media screen and (max-width: 769px) {
  .fullwidth-image .section-wrapper .content-wrapper h2 {
    font-size: 34px;
    line-height: 44px;
  }
}
.fullwidth-image .section-wrapper .content-wrapper h4 {
  font-size: 1.375rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 32px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgba(242, 231, 220, 0.6);
}
@media screen and (max-width: 769px) {
  .fullwidth-image .section-wrapper .content-wrapper h4 {
    font-size: 22px;
    line-height: 32px;
  }
}
.fullwidth-image .section-wrapper .content-wrapper .content {
  color: rgba(242, 231, 220, 0.6);
  font-size: 1.125rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  max-width: 440px;
  margin-top: 30px;
}
@media screen and (max-width: 769px) {
  .fullwidth-image .section-wrapper .content-wrapper .content {
    font-size: 16px;
    line-height: 26px;
  }
}
.fullwidth-image .section-wrapper .image-wrapper {
  overflow: hidden;
  border-radius: 10px;
  max-height: 575px;
  width: 100%;
}
.fullwidth-image .section-wrapper .image-wrapper img {
  width: 100%;
  display: block;
  object-fit: cover;
}
@media screen and (max-width: 769px) {
  .fullwidth-image .section-wrapper .image-wrapper img {
    object-fit: scale-down;
    min-height: 250px;
  }
}
.fullwidth-image.tall {
  padding: 75px 0;
}
@media screen and (max-width: 577px) {
  .fullwidth-image.tall {
    padding: 50px 0;
  }
}
.fullwidth-image.tall .section-wrapper .content-wrapper h2 {
  font-size: 4rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 300;
  font-style: normal;
  line-height: 74px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .fullwidth-image.tall .section-wrapper .content-wrapper h2 {
    font-size: 52px;
    line-height: 62px;
  }
}
@media screen and (max-width: 577px) {
  .fullwidth-image.tall .section-wrapper .content-wrapper h2 {
    font-size: 44px;
    line-height: 56px;
  }
}
@media screen and (max-width: 577px) {
  .fullwidth-image.tall .section-wrapper .content-wrapper {
    margin-bottom: 75px;
  }
}
.fullwidth-image.tall .section-wrapper .image-wrapper {
  max-height: inherit;
  width: auto;
  border-radius: 0;
}
@media screen and (min-width: 1345px) {
  .fullwidth-image.tall .section-wrapper .image-wrapper {
    max-width: 1700px;
  }
}
.fullwidth-image.tall .section-wrapper .image-wrapper img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.logo-carousel .section-wrapper .title-wrapper {
  margin-bottom: 60px;
  display: inline-block;
  position: relative;
}
.logo-carousel .section-wrapper .title-wrapper h2 {
  color: rgb(242, 231, 220);
  font-family: "Plus Jakarta Sans";
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}
@media screen and (min-width: 1025px) {
  .logo-carousel .section-wrapper .title-wrapper {
    grid-column: 1/span 12;
  }
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .logo-carousel .section-wrapper .title-wrapper {
    grid-column: 2/span 6;
  }
}
@media screen and (max-width: 577px) {
  .logo-carousel .section-wrapper .title-wrapper {
    grid-column: 1/span 4;
    margin-bottom: 40px;
  }
}
.logo-carousel .section-wrapper .logo-carousel-wrapper {
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 1025px) {
  .logo-carousel .section-wrapper .logo-carousel-wrapper {
    grid-column: 2/span 10;
  }
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .logo-carousel .section-wrapper .logo-carousel-wrapper {
    grid-column: 1/span 8;
  }
}
@media screen and (max-width: 577px) {
  .logo-carousel .section-wrapper .logo-carousel-wrapper {
    overflow-x: hidden;
    grid-column: 1/span 4;
  }
}
.logo-carousel .section-wrapper .logo-carousel-wrapper li {
  min-width: 150px;
}
.logo-carousel .section-wrapper .logo-carousel-wrapper .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#home-header-carousel .logo-carousel {
  padding: 0;
}
#home-header-carousel .logo-carousel .section-wrapper {
  flex-direction: row;
  align-items: flex-end;
  padding: 0;
}
@media screen and (max-width: 769px) {
  #home-header-carousel .logo-carousel .section-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
#home-header-carousel .logo-carousel .section-wrapper .title-wrapper {
  height: 100%;
  min-width: 120px;
  text-align: left;
  color: rgba(242, 231, 220, 0.8);
  margin-bottom: 0;
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 769px) {
  #home-header-carousel .logo-carousel .section-wrapper .title-wrapper {
    grid-column: 1/span 1;
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  #home-header-carousel .logo-carousel .section-wrapper .title-wrapper {
    grid-column: 2/span 6;
    justify-content: center;
    text-align: center;
    align-self: end;
  }
}
@media screen and (max-width: 577px) {
  #home-header-carousel .logo-carousel .section-wrapper .title-wrapper {
    grid-column: 1/span 4;
    justify-content: center;
    text-align: center;
    align-self: end;
  }
}
#home-header-carousel .logo-carousel .section-wrapper .title-wrapper h2 {
  color: rgba(242, 231, 220, 0.8);
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
}
#home-header-carousel .logo-carousel .section-wrapper .logo-carousel-wrapper {
  display: flex;
  align-items: flex-end;
  margin-right: -20px;
}
@media screen and (min-width: 1025px) {
  #home-header-carousel .logo-carousel .section-wrapper .logo-carousel-wrapper {
    grid-column: 2/span 11;
  }
}
@media screen and (max-width: 769px) {
  #home-header-carousel .logo-carousel .section-wrapper .logo-carousel-wrapper {
    margin-right: 0;
  }
}
#home-header-carousel .logo-carousel .section-wrapper .logo-carousel-wrapper .image-wrapper {
  max-width: 200px;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#home-header-carousel .logo-carousel .section-wrapper .logo-carousel-wrapper .image-wrapper img {
  object-fit: contain;
  max-height: 54px;
  min-height: 33px;
  margin-left: 20px;
}

.logo-grid .section-wrapper .copy-wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
  grid-column: 4/span 6;
  grid-row: 1;
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .logo-grid .section-wrapper .copy-wrapper {
    grid-column: 2/span 6;
  }
}
@media screen and (max-width: 577px) {
  .logo-grid .section-wrapper .copy-wrapper {
    grid-column: 1/span 4;
  }
}
.logo-grid .section-wrapper .copy-wrapper .title {
  color: rgb(242, 231, 220);
  font-size: 4rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 300;
  font-style: normal;
  line-height: 74px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  margin: 75px 0 30px;
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .logo-grid .section-wrapper .copy-wrapper .title {
    font-size: 52px;
    line-height: 62px;
  }
}
@media screen and (max-width: 577px) {
  .logo-grid .section-wrapper .copy-wrapper .title {
    font-size: 44px;
    line-height: 56px;
  }
}
@media screen and (max-width: 577px) {
  .logo-grid .section-wrapper .copy-wrapper .title {
    margin: 0 0 30px;
  }
}
.logo-grid .section-wrapper .copy-wrapper .content {
  font-size: 1.125rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgba(242, 231, 220, 0.8);
}
@media screen and (max-width: 769px) {
  .logo-grid .section-wrapper .copy-wrapper .content {
    font-size: 16px;
    line-height: 26px;
  }
}
.logo-grid .section-wrapper .grid-wrapper {
  margin-top: 70px;
  grid-column: 2/span 10;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (min-width: 1440px) {
  .logo-grid .section-wrapper .grid-wrapper {
    grid-gap: 2.5em;
    grid-auto-rows: minmax(225px, auto);
  }
}
@media screen and (min-width: 1345px) and (max-width: 1440px) {
  .logo-grid .section-wrapper .grid-wrapper {
    grid-gap: 1.5em;
    grid-auto-rows: minmax(225px, auto);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1345px) {
  .logo-grid .section-wrapper .grid-wrapper {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: minmax(225px, auto);
    grid-gap: 2em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .logo-grid .section-wrapper .grid-wrapper {
    grid-column: 2/span 6;
    grid-template-columns: repeat(3, 1.5fr);
    grid-auto-rows: minmax(200px, auto);
    grid-gap: 1em;
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .logo-grid .section-wrapper .grid-wrapper {
    grid-column: 1/span 8;
    grid-template-columns: repeat(3, 1.5fr);
    grid-auto-rows: minmax(200px, auto);
    grid-gap: 1em;
  }
}
@media screen and (max-width: 577px) {
  .logo-grid .section-wrapper .grid-wrapper {
    grid-column: 1/span 4;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(175px, auto);
    grid-gap: 1em;
  }
}
.logo-grid .section-wrapper .grid-wrapper a {
  display: block;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}
.logo-grid .section-wrapper .grid-wrapper a .logo-grid-image-wrapper {
  height: 100%;
}
.logo-grid .section-wrapper .grid-wrapper a:hover .logo-grid-image-wrapper {
  background-color: rgba(145, 197, 189, 0.2);
}
.logo-grid .section-wrapper .grid-wrapper .logo-grid-image-wrapper {
  background-color: rgba(145, 197, 189, 0.1);
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  position: relative;
}
.logo-grid .section-wrapper .grid-wrapper .logo-grid-image-wrapper img {
  width: 125px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 769px) {
  .logo-grid .section-wrapper .grid-wrapper .logo-grid-image-wrapper img {
    width: 100px;
  }
}

.order-form {
  font-family: "Plus Jakarta Sans", sans-serif;
}
.order-form h1 {
  font-weight: 500;
  font-size: 48px;
  line-height: 1.25;
  text-align: center;
  max-width: 1032px;
  margin: 0 auto;
}
.order-form-title {
  grid-column: 1/-1;
  margin-bottom: 80px;
}
.order-form-content .content {
  font-size: 20px !important;
  color: white !important;
  line-height: 1.5 !important;
}
.order-form-content .bullets-container {
  margin-top: 36px;
}
.order-form .wpforms-container {
  padding: 0 !important;
  max-width: 600px !important;
  margin: 0 !important;
}

.page-header .section-wrapper {
  margin: -75px 0 0;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .page-header .section-wrapper {
    margin: -75px 0 0;
  }
}
@media screen and (max-width: 577px) {
  .page-header .section-wrapper {
    margin: -50px 0 0 0;
  }
}
.page-header .section-wrapper .background-image-wrapper {
  min-height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 75% 0%;
}
@media screen and (max-width: 577px) {
  .page-header .section-wrapper .background-image-wrapper {
    min-height: 700px;
    background-size: auto 750px;
  }
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .page-header .section-wrapper .background-image-wrapper.top {
    background-position: 88% 0%;
  }
  .page-header .section-wrapper .background-image-wrapper.top .content-wrapper {
    align-self: start;
    margin-top: 75px;
  }
}
@media screen and (max-width: 577px) {
  .page-header .section-wrapper .background-image-wrapper.top {
    background-position: 85% -40%;
  }
  .page-header .section-wrapper .background-image-wrapper.top .content-wrapper {
    align-self: start;
    margin-top: 40px;
    padding: 0 0 0 20px;
  }
}
.page-header .section-wrapper .background-image-wrapper.center .content-wrapper {
  align-self: center;
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .page-header .section-wrapper .background-image-wrapper.center {
    background-position: 45% 0%;
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .page-header .section-wrapper .background-image-wrapper.center {
    background-position: 43% 0%;
  }
}
@media screen and (max-width: 577px) {
  .page-header .section-wrapper .background-image-wrapper.center {
    background-position: 47% 100%;
  }
  .page-header .section-wrapper .background-image-wrapper.center .content-wrapper {
    padding: 0 40px 0 20px;
  }
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .page-header .section-wrapper .background-image-wrapper.bottom {
    background-position: 50% 0%;
  }
  .page-header .section-wrapper .background-image-wrapper.bottom .content-wrapper {
    align-self: end;
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 577px) {
  .page-header .section-wrapper .background-image-wrapper.bottom {
    background-position: 57% 100%;
  }
  .page-header .section-wrapper .background-image-wrapper.bottom .content-wrapper {
    align-self: end;
    margin: 0 0 50px 30px;
  }
}
.page-header .section-wrapper .background-image-wrapper .content-wrapper {
  grid-column: 2/span 5;
  padding: 0 50px 0 0;
  align-self: center;
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .page-header .section-wrapper .background-image-wrapper .content-wrapper {
    grid-column: 1/span 4;
    padding: 0 0 0 50px;
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .page-header .section-wrapper .background-image-wrapper .content-wrapper {
    grid-column: 1/span 5;
    padding: 0 50px 0 45px;
  }
}
@media screen and (max-width: 577px) {
  .page-header .section-wrapper .background-image-wrapper .content-wrapper {
    grid-column: 1/span 3;
    padding: 50px 0;
  }
}
.page-header .section-wrapper .background-image-wrapper .content-wrapper h4 {
  color: rgba(4, 4, 2, 0.4);
  font-size: 1.375rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 32px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
}
@media screen and (max-width: 769px) {
  .page-header .section-wrapper .background-image-wrapper .content-wrapper h4 {
    font-size: 22px;
    line-height: 32px;
  }
}
.page-header .section-wrapper .background-image-wrapper .content-wrapper h2 {
  color: rgb(4, 4, 2);
  font-size: 2.625rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 52px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
}
@media screen and (max-width: 769px) {
  .page-header .section-wrapper .background-image-wrapper .content-wrapper h2 {
    font-size: 34px;
    line-height: 44px;
  }
}
.page-header .section-wrapper .background-image-wrapper .content-wrapper h2.with-copy {
  margin-bottom: 40px;
}
.page-header .section-wrapper .background-image-wrapper .content-wrapper .content {
  color: rgba(4, 4, 2, 0.4);
  font-size: 1.125rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
}
@media screen and (max-width: 769px) {
  .page-header .section-wrapper .background-image-wrapper .content-wrapper .content {
    font-size: 16px;
    line-height: 26px;
  }
}
.page-header .section-wrapper.dark .background-image-wrapper {
  background-color: rgb(4, 4, 2);
}
.page-header .section-wrapper.dark .background-image-wrapper .content-wrapper h4 {
  color: rgba(242, 231, 220, 0.6);
}
.page-header .section-wrapper.dark .background-image-wrapper .content-wrapper h2 {
  color: rgb(242, 231, 220);
}
.page-header .section-wrapper.dark .background-image-wrapper .content-wrapper .content {
  color: rgba(242, 231, 220, 0.8);
}
.page-header .section-wrapper.hero .background-image-wrapper {
  min-height: 900px;
}
@media screen and (max-width: 577px) {
  .page-header .section-wrapper.hero .background-image-wrapper {
    min-height: 750px;
  }
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .page-header .section-wrapper.hero.top .content-wrapper {
    align-self: start;
    margin-top: 100px;
  }
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .page-header .section-wrapper.hero.bottom .content-wrapper {
    align-self: end;
    margin-bottom: 100px;
  }
}
.page-header .section-wrapper.hero.dark {
  margin: -75px 0 -75px;
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .page-header .section-wrapper.hero.dark {
    margin: -75px 0 0;
  }
}
@media screen and (max-width: 577px) {
  .page-header .section-wrapper.hero.dark {
    margin: -50px 0 0;
  }
}
.page-header .section-wrapper.text-stack {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  background-color: rgb(242, 231, 220);
}
.page-header .section-wrapper.text-stack .content-wrapper {
  max-width: 718px;
  text-align: center;
  margin: 100px 0;
}
.page-header .section-wrapper.text-stack .content-wrapper h4 {
  font-size: 2.625rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 52px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgba(4, 4, 2, 0.4);
}
@media screen and (max-width: 769px) {
  .page-header .section-wrapper.text-stack .content-wrapper h4 {
    font-size: 34px;
    line-height: 44px;
  }
}
.page-header .section-wrapper.text-stack .content-wrapper h2 {
  font-size: 4rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 300;
  font-style: normal;
  line-height: 74px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgb(4, 4, 2);
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .page-header .section-wrapper.text-stack .content-wrapper h2 {
    font-size: 52px;
    line-height: 62px;
  }
}
@media screen and (max-width: 577px) {
  .page-header .section-wrapper.text-stack .content-wrapper h2 {
    font-size: 44px;
    line-height: 56px;
  }
}
.page-header .section-wrapper.text-stack .content-wrapper .content {
  color: rgba(4, 4, 2, 0.4);
}
.page-header .section-wrapper.text-stack .background-image-wrapper {
  max-height: 700px;
  min-height: 700px;
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.page-header .section-wrapper.text-stack.dark {
  background-color: rgb(4, 4, 2);
}
.page-header .section-wrapper.text-stack.dark .content-wrapper h4 {
  color: rgba(242, 231, 220, 0.6);
}
.page-header .section-wrapper.text-stack.dark .content-wrapper h2 {
  color: rgb(242, 231, 220);
}
.page-header .section-wrapper.text-stack.dark .content-wrapper .content {
  color: rgba(242, 231, 220, 0.8);
}

@media screen and (min-width: 1025px) {
  .people-grid .grid {
    column-gap: 50px !important;
  }
}
.people-grid .section-wrapper {
  margin-bottom: -50px;
}
.people-grid .section-wrapper .title-wrapper {
  grid-column: 1/span 12;
  padding: 0 30px;
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .people-grid .section-wrapper .title-wrapper {
    grid-column: 1/span 8;
  }
}
@media screen and (max-width: 577px) {
  .people-grid .section-wrapper .title-wrapper {
    padding: 0;
    grid-column: 1/span 4;
  }
}
.people-grid .section-wrapper .title-wrapper h2 {
  font-size: 2.625rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 52px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgb(242, 231, 220);
  margin-bottom: 50px;
  text-align: left;
}
@media screen and (max-width: 769px) {
  .people-grid .section-wrapper .title-wrapper h2 {
    font-size: 34px;
    line-height: 44px;
  }
}
.people-grid .section-wrapper .grid-wrapper {
  grid-column: 1/span 12;
  padding: 0 30px;
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .people-grid .section-wrapper .grid-wrapper {
    grid-column: 1/span 8;
  }
}
@media screen and (max-width: 577px) {
  .people-grid .section-wrapper .grid-wrapper {
    padding: 0;
  }
}
.people-grid .section-wrapper .grid-wrapper .people-card {
  width: fit-content;
  grid-column: span 3;
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .people-grid .section-wrapper .grid-wrapper .people-card {
    grid-column: span 4;
  }
  .people-grid .section-wrapper .grid-wrapper .people-card:nth-of-type(even) {
    margin: 0 0 40px 20px;
  }
  .people-grid .section-wrapper .grid-wrapper .people-card:nth-of-type(odd) {
    margin: 0 20px 40px 0;
  }
}
@media screen and (max-width: 577px) {
  .people-grid .section-wrapper .grid-wrapper .people-card {
    grid-column: span 2;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 390px) {
  .people-grid .section-wrapper .grid-wrapper .people-card {
    grid-column: span 4;
  }
}
.people-grid .section-wrapper .grid-wrapper .people-card .img-wrapper img {
  border-radius: 10px;
  width: 100%;
}
.people-grid .section-wrapper .grid-wrapper .people-card .card-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
}
.people-grid .section-wrapper .grid-wrapper .people-card .card-heading .heading-content .job-title {
  color: rgb(145, 197, 189);
  font-size: 0.625rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-style: normal;
  line-height: 14px;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media screen and (max-width: 769px) {
  .people-grid .section-wrapper .grid-wrapper .people-card .card-heading .heading-content .job-title {
    font-size: 10px;
    line-height: 14px;
  }
}
.people-grid .section-wrapper .grid-wrapper .people-card .card-heading .heading-content .name {
  font-size: 1.125rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-style: normal;
  line-height: 22px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgb(242, 231, 220);
}
@media screen and (max-width: 769px) {
  .people-grid .section-wrapper .grid-wrapper .people-card .card-heading .heading-content .name {
    font-size: 16px;
    line-height: 26px;
  }
}
.people-grid .section-wrapper .grid-wrapper .people-card .card-heading .linked-in a {
  background-color: #202124;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: relative;
  display: block;
}
.people-grid .section-wrapper .grid-wrapper .people-card .card-heading .linked-in a svg {
  fill: rgb(242, 231, 220);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.people-grid .section-wrapper .grid-wrapper .people-card .card-heading .linked-in a:hover {
  background-color: rgb(242, 231, 220);
  transition: background-color 0.3s ease;
}
.people-grid .section-wrapper .grid-wrapper .people-card .card-heading .linked-in a:hover svg {
  fill: rgb(4, 4, 2);
  transition: fill 0.3s ease;
}
.people-grid .section-wrapper .grid-wrapper .people-card .card-copy {
  color: rgba(242, 231, 220, 0.8);
}
@media screen and (max-width: 577px) {
  .people-grid .section-wrapper .grid-wrapper .people-card .card-copy {
    padding-right: 10px;
  }
}

.post-carousel .section-wrapper .section-heading-wrapper {
  grid-column: 4/span 6;
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .post-carousel .section-wrapper .section-heading-wrapper {
    grid-column: 2/span 6;
  }
}
@media screen and (max-width: 577px) {
  .post-carousel .section-wrapper .section-heading-wrapper {
    grid-column: 1/span 4;
    padding: 0 30px;
    margin-bottom: 40px;
  }
}
.post-carousel .section-wrapper .section-heading-wrapper h2 {
  font-size: 2.625rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 52px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgb(242, 231, 220);
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  .post-carousel .section-wrapper .section-heading-wrapper h2 {
    font-size: 34px;
    line-height: 44px;
  }
}
.post-carousel .section-wrapper .section-heading-wrapper .content {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.25px;
  color: rgba(242, 231, 220, 0.6);
}
.post-carousel .section-wrapper .post-carousel-wrapper {
  grid-column: 1/span 12;
  margin-bottom: 50px;
  margin-right: -20px;
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .post-carousel .section-wrapper .post-carousel-wrapper {
    grid-column: 1/span 8;
  }
}
@media screen and (max-width: 577px) {
  .post-carousel .section-wrapper .post-carousel-wrapper {
    grid-column: 1/span 4;
    margin-right: -15px;
  }
}
.post-carousel .section-wrapper .post-carousel-wrapper .post-carousel-arrows {
  position: absolute;
  bottom: -50px;
  left: -5px;
  width: 60px;
}
.post-carousel .section-wrapper .post-carousel-wrapper .post-carousel-arrow {
  background: none;
  border-radius: 0;
}
.post-carousel .section-wrapper .post-carousel-wrapper .post-carousel-arrow svg {
  width: 35px;
  height: 30px;
  fill: rgb(242, 231, 220);
}
.post-carousel .section-wrapper .post-carousel-wrapper .post-carousel-arrow-prev,
.post-carousel .section-wrapper .post-carousel-wrapper .post-carousel-arrow-next {
  width: 40px;
  height: 40px;
  position: absolute;
}
.post-carousel .section-wrapper .post-carousel-wrapper .post-carousel-arrow-prev {
  left: 0;
  transform: scaleX(-1);
}
.post-carousel .section-wrapper .post-carousel-wrapper .post-carousel-arrow-next {
  transform: scaleX(-1);
  left: 100%;
}
.post-carousel .section-wrapper .post-carousel-wrapper li {
  min-height: 520px;
  position: relative;
}
.post-carousel .section-wrapper .post-carousel-wrapper li .post-thumbnail {
  position: absolute;
  min-height: 520px;
  min-width: 445px;
  max-width: 445px;
  left: 0;
  top: 0;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
.post-carousel .section-wrapper .post-carousel-wrapper li .post-thumbnail img {
  object-fit: cover;
  min-height: 520px;
  object-position: 70% 50%;
}
.post-carousel .section-wrapper .post-carousel-wrapper li a {
  cursor: pointer;
  text-decoration: none;
  width: 100;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.post-carousel .section-wrapper .post-carousel-wrapper li .post-card-wrapper {
  padding: 20px;
  min-height: 520px;
  min-width: 445px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  z-index: 100;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(4, 4, 2, 0.1);
}
.post-carousel .section-wrapper .post-carousel-wrapper li .post-card-wrapper .category-tag {
  font-size: 0.625rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-style: normal;
  line-height: 14px;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  color: rgb(242, 231, 220);
  margin-right: 10px;
  padding: 10px;
  border-radius: 50px;
  border: solid 1px rgba(242, 231, 220, 0.2);
  width: fit-content;
}
@media screen and (max-width: 769px) {
  .post-carousel .section-wrapper .post-carousel-wrapper li .post-card-wrapper .category-tag {
    font-size: 10px;
    line-height: 14px;
  }
}
.post-carousel .section-wrapper .post-carousel-wrapper li .post-card-wrapper .category-tag:last-of-type {
  margin-right: 0;
}
.post-carousel .section-wrapper .post-carousel-wrapper li .post-card-wrapper .slide-content-wrapper {
  margin: 0 30px 30px 30px;
}
.post-carousel .section-wrapper .post-carousel-wrapper li .post-card-wrapper .slide-content-wrapper .date {
  font-size: 0.625rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-style: normal;
  line-height: 14px;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  color: rgba(242, 231, 220, 0.6);
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  .post-carousel .section-wrapper .post-carousel-wrapper li .post-card-wrapper .slide-content-wrapper .date {
    font-size: 10px;
    line-height: 14px;
  }
}
.post-carousel .section-wrapper .post-carousel-wrapper li .post-card-wrapper .slide-content-wrapper h3 {
  font-size: 2rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 48px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgb(242, 231, 220);
}
@media screen and (max-width: 769px) {
  .post-carousel .section-wrapper .post-carousel-wrapper li .post-card-wrapper .slide-content-wrapper h3 {
    font-size: 28px;
    line-height: 38px;
  }
}
.post-carousel .section-wrapper .post-carousel-wrapper li .post-card-wrapper .slide-content-wrapper .excerpt {
  font-size: 0.875rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgba(242, 231, 220, 0.8);
  margin-top: 15px;
}
@media screen and (max-width: 769px) {
  .post-carousel .section-wrapper .post-carousel-wrapper li .post-card-wrapper .slide-content-wrapper .excerpt {
    font-size: 14px;
    line-height: 24px;
  }
}

@media screen and (min-width: 1025px) {
  .split-image-cta .section-wrapper {
    padding: 0 50px;
  }
}
.split-image-cta .section-wrapper .img-wrapper {
  height: 600px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;
  grid-column: 1/span 6;
  grid-row: 1;
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .split-image-cta .section-wrapper .img-wrapper {
    grid-column: 1/span 5;
    height: 420px;
    align-self: center;
    margin: 0 50px 0 0;
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .split-image-cta .section-wrapper .img-wrapper {
    grid-column: 2/span 6;
    grid-row: 2;
    height: 400px;
  }
}
@media screen and (max-width: 577px) {
  .split-image-cta .section-wrapper .img-wrapper {
    grid-column: 1/span 4;
    grid-row: 2;
    height: 370px;
  }
}
.split-image-cta .section-wrapper .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.split-image-cta .section-wrapper .content-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  grid-column: 8/span 5;
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .split-image-cta .section-wrapper .content-column {
    grid-column: 6/span 3;
    grid-row: 1;
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .split-image-cta .section-wrapper .content-column {
    grid-column: 2/span 6;
    grid-row: 1;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 577px) {
  .split-image-cta .section-wrapper .content-column {
    grid-column: 1/span 4;
    padding: 0 15px;
    margin-bottom: 30px;
  }
}
.split-image-cta .section-wrapper .content-column h4 {
  font-size: 1.375rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 32px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgba(242, 231, 220, 0.8);
}
@media screen and (max-width: 769px) {
  .split-image-cta .section-wrapper .content-column h4 {
    font-size: 22px;
    line-height: 32px;
  }
}
.split-image-cta .section-wrapper .content-column h2 {
  font-size: 2.625rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 52px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgb(242, 231, 220);
  margin-bottom: 50px;
}
@media screen and (max-width: 769px) {
  .split-image-cta .section-wrapper .content-column h2 {
    font-size: 34px;
    line-height: 44px;
  }
}
.split-image-cta .section-wrapper .content-column .content {
  color: rgba(242, 231, 220, 0.8);
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.25px;
}
.split-image-cta .section-wrapper .content-column .button {
  margin-top: 50px;
}
@media screen and (max-width: 577px) {
  .split-image-cta .section-wrapper .content-column .button {
    margin-top: 30px;
  }
}
.split-image-cta .section-wrapper .content-column .bullets-wrapper {
  margin: 50px 0;
}
@media screen and (max-width: 577px) {
  .split-image-cta .section-wrapper .content-column .bullets-wrapper {
    margin: 50px 0 15px;
  }
}
.split-image-cta .section-wrapper .content-column .bullets-wrapper .bullet-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.split-image-cta .section-wrapper .content-column .bullets-wrapper .bullet-item:last-of-type {
  margin-bottom: 0;
}
.split-image-cta .section-wrapper .content-column .bullets-wrapper .bullet-item .icon-wrapper {
  min-width: 64px;
  min-height: 64px;
  background-color: rgba(218, 50, 139, 0.2);
  position: relative;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  margin: 0 30px 0 0;
}
.split-image-cta .section-wrapper .content-column .bullets-wrapper .bullet-item .icon-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.split-image-cta .section-wrapper .content-column .bullets-wrapper .bullet-item .bullet-content {
  max-width: 435px;
}
.split-image-cta .section-wrapper .content-column .bullets-wrapper .bullet-item .bullet-content .bullet-headline {
  color: rgb(242, 231, 220);
  font-size: 0.875rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 700;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
}
@media screen and (max-width: 769px) {
  .split-image-cta .section-wrapper .content-column .bullets-wrapper .bullet-item .bullet-content .bullet-headline {
    font-size: 14px;
    line-height: 24px;
  }
}
.split-image-cta .section-wrapper .content-column .bullets-wrapper .bullet-item .bullet-content .bullet-copy {
  color: rgba(242, 231, 220, 0.8);
  font-size: 0.875rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
}
@media screen and (max-width: 769px) {
  .split-image-cta .section-wrapper .content-column .bullets-wrapper .bullet-item .bullet-content .bullet-copy {
    font-size: 14px;
    line-height: 24px;
  }
}
.split-image-cta.image-right .section-wrapper .img-wrapper {
  grid-column: 7/span 6;
  grid-row: 1;
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .split-image-cta.image-right .section-wrapper .img-wrapper {
    grid-column: 4/span 5;
    grid-row: 1;
    margin: 0 0 0 50px;
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .split-image-cta.image-right .section-wrapper .img-wrapper {
    grid-column: 2/span 6;
    grid-row: 2;
  }
}
@media screen and (max-width: 577px) {
  .split-image-cta.image-right .section-wrapper .img-wrapper {
    grid-column: 1/span 4;
    grid-row: 2;
  }
}
.split-image-cta.image-right .section-wrapper .content-column {
  grid-column: 1/span 5;
  grid-row: 1;
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .split-image-cta.image-right .section-wrapper .content-column {
    grid-column: 1/span 3;
    grid-row: 1;
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .split-image-cta.image-right .section-wrapper .content-column {
    grid-column: 2/span 6;
    grid-row: 1;
  }
}
@media screen and (max-width: 577px) {
  .split-image-cta.image-right .section-wrapper .content-column {
    grid-column: 1/span 4;
    grid-row: 1;
  }
}

.testimonial-banner-alt .section-wrapper {
  min-height: 640px;
}
.testimonial-banner-alt .section-wrapper .bubble-img-wrapper {
  border-top-left-radius: 50%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 1025px) {
  .testimonial-banner-alt .section-wrapper .bubble-img-wrapper {
    grid-column: 2/span 6;
    grid-row: 1;
    align-self: center;
    aspect-ratio: 1;
    max-width: 600px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .testimonial-banner-alt .section-wrapper .bubble-img-wrapper {
    grid-column: 1/span 4;
    grid-row: 1;
    align-self: center;
    min-height: 450px;
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .testimonial-banner-alt .section-wrapper .bubble-img-wrapper {
    grid-column: 3/span 4;
    min-height: 450px;
    min-width: 450px;
    position: relative;
  }
}
@media screen and (max-width: 577px) {
  .testimonial-banner-alt .section-wrapper .bubble-img-wrapper {
    grid-column: 2/span 3;
    aspect-ratio: 1;
    position: relative;
    border-top-left-radius: 0;
    border-top-right-radius: 50%;
  }
}
.testimonial-banner-alt .section-wrapper .content-column {
  z-index: 10;
  text-align: right;
}
@media screen and (min-width: 1025px) {
  .testimonial-banner-alt .section-wrapper .content-column {
    grid-column: 7/span 5;
    grid-row: 1;
    align-self: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .testimonial-banner-alt .section-wrapper .content-column {
    grid-column: 5/span 4;
    grid-row: 1;
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .testimonial-banner-alt .section-wrapper .content-column {
    grid-column: 2/span 6;
    grid-row: 1;
  }
}
@media screen and (max-width: 577px) {
  .testimonial-banner-alt .section-wrapper .content-column {
    grid-column: 1/span 4;
    grid-row: 1;
    margin-bottom: 32px;
  }
}
.testimonial-banner-alt .section-wrapper .content-column .copy-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 577px) {
  .testimonial-banner-alt .section-wrapper .content-column .copy-wrapper {
    align-items: flex-start;
    text-align: left;
  }
}
.testimonial-banner-alt .section-wrapper .content-column .copy-wrapper h3 {
  font-size: 2rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 48px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgb(242, 231, 220);
}
@media screen and (max-width: 769px) {
  .testimonial-banner-alt .section-wrapper .content-column .copy-wrapper h3 {
    font-size: 28px;
    line-height: 38px;
  }
}
.testimonial-banner-alt .section-wrapper .content-column .copy-wrapper p {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.25px;
  color: rgba(242, 231, 220, 0.8);
  width: 73%;
  margin: 20px 0 50px;
}
@media screen and (max-width: 577px) {
  .testimonial-banner-alt .section-wrapper .content-column .copy-wrapper p {
    margin: 10px 0;
    width: 100%;
  }
}
@media screen and (max-width: 577px) {
  .testimonial-banner-alt .section-wrapper .content-column .details-wrapper {
    text-align: left;
    margin-top: 20px;
  }
}
.testimonial-banner-alt .section-wrapper .content-column .details-wrapper .title {
  color: rgb(145, 197, 189);
  font-size: 1.125rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-style: normal;
  line-height: 22px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
}
@media screen and (max-width: 769px) {
  .testimonial-banner-alt .section-wrapper .content-column .details-wrapper .title {
    font-size: 16px;
    line-height: 26px;
  }
}
.testimonial-banner-alt .section-wrapper .content-column .details-wrapper .subtitle {
  font-size: 0.875rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgba(145, 197, 189, 0.6);
  margin-top: 3px;
  text-transform: uppercase;
}
@media screen and (max-width: 769px) {
  .testimonial-banner-alt .section-wrapper .content-column .details-wrapper .subtitle {
    font-size: 14px;
    line-height: 24px;
  }
}
.testimonial-banner-alt .section-wrapper .content-column .details-wrapper .location {
  font-size: 0.625rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-style: normal;
  line-height: 14px;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  color: rgba(145, 197, 189, 0.4);
  margin-top: 3px;
}
@media screen and (max-width: 769px) {
  .testimonial-banner-alt .section-wrapper .content-column .details-wrapper .location {
    font-size: 10px;
    line-height: 14px;
  }
}
.testimonial-banner-alt .section-wrapper.image-right .bubble-img-wrapper {
  border-top-right-radius: 50%;
  border-top-left-radius: 0;
}
@media screen and (min-width: 1025px) {
  .testimonial-banner-alt .section-wrapper.image-right .bubble-img-wrapper {
    grid-column: 7/span 5;
    align-self: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .testimonial-banner-alt .section-wrapper.image-right .bubble-img-wrapper {
    grid-column: 5/span 4;
    grid-row: 1;
    min-height: 450px;
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .testimonial-banner-alt .section-wrapper.image-right .bubble-img-wrapper {
    grid-column: 3/span 4;
    align-self: center;
  }
}
.testimonial-banner-alt .section-wrapper.image-right .content-column {
  text-align: left;
}
@media screen and (min-width: 1025px) {
  .testimonial-banner-alt .section-wrapper.image-right .content-column {
    grid-column: 2/span 5;
    grid-row: 1;
    align-self: center;
  }
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .testimonial-banner-alt .section-wrapper.image-right .content-column {
    grid-column: 1/span 4;
    grid-row: 1;
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .testimonial-banner-alt .section-wrapper.image-right .content-column {
    grid-column: 2/span 6;
    grid-row: 1;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 577px) {
  .testimonial-banner-alt .section-wrapper.image-right .content-column {
    grid-column: 1/span 4;
    grid-row: 1;
    margin-bottom: 32px;
  }
}
.testimonial-banner-alt .section-wrapper.image-right .content-column .copy-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.testimonial-banner {
  padding: 20px;
}
@media screen and (max-width: 577px) {
  .testimonial-banner {
    padding: 15px;
  }
}
.testimonial-banner .section-wrapper {
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 1025px) {
  .testimonial-banner .section-wrapper {
    min-height: 900px;
  }
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .testimonial-banner .section-wrapper {
    min-height: 650px;
  }
}
@media screen and (max-width: 577px) {
  .testimonial-banner .section-wrapper {
    min-height: 500px;
  }
}
.testimonial-banner .section-wrapper .content-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
}
@media screen and (min-width: 1025px) {
  .testimonial-banner .section-wrapper .content-column {
    grid-column: 5/span 4;
  }
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .testimonial-banner .section-wrapper .content-column {
    grid-column: 2/span 6;
  }
}
@media screen and (max-width: 577px) {
  .testimonial-banner .section-wrapper .content-column {
    grid-column: 1/span 4;
    padding: 50px 30px;
  }
}
.testimonial-banner .section-wrapper .content-column .bubble-img-wrapper {
  overflow: hidden;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-right-radius: 50%;
  width: 164px;
  height: 164px;
  margin-bottom: 50px;
}
.testimonial-banner .section-wrapper .content-column .bubble-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-banner .section-wrapper .content-column .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.testimonial-banner .section-wrapper .content-column .content-wrapper .title {
  font-size: 1.125rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-style: normal;
  line-height: 22px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgb(145, 197, 189);
}
@media screen and (max-width: 769px) {
  .testimonial-banner .section-wrapper .content-column .content-wrapper .title {
    font-size: 16px;
    line-height: 26px;
  }
}
.testimonial-banner .section-wrapper .content-column .content-wrapper .subtitle,
.testimonial-banner .section-wrapper .content-column .content-wrapper .location {
  margin-top: 3px;
  font-size: 0.625rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-style: normal;
  line-height: 14px;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  color: rgba(145, 197, 189, 0.6);
}
@media screen and (max-width: 769px) {
  .testimonial-banner .section-wrapper .content-column .content-wrapper .subtitle,
  .testimonial-banner .section-wrapper .content-column .content-wrapper .location {
    font-size: 10px;
    line-height: 14px;
  }
}
.testimonial-banner .section-wrapper .content-column .content-wrapper .subtitle.dark,
.testimonial-banner .section-wrapper .content-column .content-wrapper .location.dark {
  color: rgba(4, 4, 2, 0.4);
}
.testimonial-banner .section-wrapper .content-column .content-wrapper .content {
  margin: 0 0 50px;
  color: rgb(242, 231, 220);
  font-size: 1.125rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
}
@media screen and (max-width: 769px) {
  .testimonial-banner .section-wrapper .content-column .content-wrapper .content {
    font-size: 16px;
    line-height: 26px;
  }
}
.testimonial-banner .section-wrapper .content-column .content-wrapper .content.dark {
  color: rgb(4, 4, 2);
}

.testimonial-carousel .title-wrapper {
  margin-bottom: 100px;
}
@media screen and (min-width: 1025px) {
  .testimonial-carousel .title-wrapper {
    grid-column: 4/span 6;
    grid-row: 1;
  }
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .testimonial-carousel .title-wrapper {
    grid-column: 2/span 6;
    grid-row: 1;
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 577px) {
  .testimonial-carousel .title-wrapper {
    grid-column: 1/span 4;
    padding: 0 20px;
    margin-bottom: 50px;
  }
}
.testimonial-carousel .title-wrapper h2 {
  font-size: 2.625rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 52px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgb(242, 231, 220);
  text-align: center;
}
@media screen and (max-width: 769px) {
  .testimonial-carousel .title-wrapper h2 {
    font-size: 34px;
    line-height: 44px;
  }
}
@media screen and (min-width: 1025px) {
  .testimonial-carousel .testimonial-carousel-wrapper {
    grid-column: 1/span 12;
    grid-row: 2;
  }
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .testimonial-carousel .testimonial-carousel-wrapper {
    grid-column: 1/span 8;
    grid-row: 2;
  }
}
@media screen and (max-width: 577px) {
  .testimonial-carousel .testimonial-carousel-wrapper {
    grid-column: 1/span 4;
    grid-row: 2;
  }
}
.testimonial-carousel .testimonial-carousel-wrapper .testimonial-arrow {
  background: none;
  border-radius: 0;
}
.testimonial-carousel .testimonial-carousel-wrapper .testimonial-arrow svg {
  width: 30px;
  height: 25px;
  fill: #999999;
}
.testimonial-carousel .testimonial-carousel-wrapper .testimonial-arrow-prev,
.testimonial-carousel .testimonial-carousel-wrapper .testimonial-arrow-next {
  width: 40px;
  height: 40px;
}
.testimonial-carousel .testimonial-carousel-wrapper .testimonial-arrow-prev {
  transform: scaleX(-1);
  left: 50px;
}
@media screen and (max-width: 769px) {
  .testimonial-carousel .testimonial-carousel-wrapper .testimonial-arrow-prev {
    left: 20px;
  }
}
.testimonial-carousel .testimonial-carousel-wrapper .testimonial-arrow-next {
  transform: scaleX(-1);
  right: 50px;
}
@media screen and (max-width: 769px) {
  .testimonial-carousel .testimonial-carousel-wrapper .testimonial-arrow-next {
    right: 20px;
  }
}
.testimonial-carousel .testimonial-banner {
  padding: 0 !important;
}
@media screen and (min-width: 1025px) {
  .testimonial-carousel .testimonial-banner .section-wrapper {
    max-height: 600px;
    min-height: 600px;
  }
}
@media screen and (max-width: 769px) {
  .testimonial-carousel .testimonial-banner .content {
    padding: 0 30px;
  }
}

.timeline {
  padding: 150px 20px;
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .timeline {
    padding: 100px 20px;
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .timeline {
    padding: 0 20px 100px;
  }
}
@media screen and (max-width: 577px) {
  .timeline {
    padding: 50px 15px 75px;
  }
}
.timeline .section-wrapper {
  position: relative;
}
.timeline .section-wrapper .timeline-positioner {
  grid-column: 6/span 2;
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .timeline .section-wrapper .timeline-positioner {
    grid-column: 4/span 2;
  }
}
@media screen and (max-width: 577px) {
  .timeline .section-wrapper .timeline-positioner {
    grid-column: 1/span 1;
    padding-left: 10px;
    justify-self: start;
  }
}
@media screen and (max-width: 390px) {
  .timeline .section-wrapper .timeline-positioner {
    padding-left: 8px;
  }
}
.timeline .section-wrapper .timeline-wrapper ul li {
  list-style-type: none;
  position: relative;
  width: 4px;
  margin: 0 auto;
  padding-top: 485px;
  background: rgb(32, 33, 36);
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .timeline .section-wrapper .timeline-wrapper ul li:first-of-type {
    margin-top: 50px;
  }
}
@media screen and (max-width: 769px) {
  .timeline .section-wrapper .timeline-wrapper ul li {
    width: 2px;
    padding-top: 540px;
  }
  .timeline .section-wrapper .timeline-wrapper ul li:first-of-type {
    margin-top: 100px;
  }
}
.timeline .section-wrapper .timeline-wrapper ul li.in-view {
  transition: background-color 0.25s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  background: rgb(242, 231, 220);
}
.timeline .section-wrapper .timeline-wrapper ul li.in-view::after {
  transition: background-color 0.15s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  background: rgb(145, 197, 189);
}
.timeline .section-wrapper .timeline-wrapper ul li:first-of-type {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.timeline .section-wrapper .timeline-wrapper ul li:last-of-type {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.timeline .section-wrapper .timeline-wrapper ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 135px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgb(32, 33, 36);
  border: solid 10px rgb(4, 4, 2);
}
@media screen and (max-width: 769px) {
  .timeline .section-wrapper .timeline-wrapper ul li::after {
    width: 20px;
    height: 20px;
    top: 75px;
    border: solid 5px rgb(4, 4, 2);
  }
}
.timeline .section-wrapper .timeline-wrapper ul li .timeline-item-wrapper {
  position: absolute;
  width: 1000px;
  height: 540px;
  top: -85px;
  left: -500px;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .timeline .section-wrapper .timeline-wrapper ul li .timeline-item-wrapper {
    width: 750px;
    height: 405px;
    top: -20px;
    left: -375px;
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .timeline .section-wrapper .timeline-wrapper ul li .timeline-item-wrapper {
    width: 540px;
    height: 290px;
    top: 20px;
    left: -270px;
  }
}
@media screen and (max-width: 577px) {
  .timeline .section-wrapper .timeline-wrapper ul li .timeline-item-wrapper {
    width: 320px;
    left: 25px;
    top: -45px;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 390px) {
  .timeline .section-wrapper .timeline-wrapper ul li .timeline-item-wrapper {
    left: 15px;
    top: 28px;
  }
}
.timeline .section-wrapper .timeline-wrapper ul li .timeline-item-wrapper .content-wrapper {
  width: 435px;
  margin-bottom: 130px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .timeline .section-wrapper .timeline-wrapper ul li .timeline-item-wrapper .content-wrapper {
    width: 310px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .timeline .section-wrapper .timeline-wrapper ul li .timeline-item-wrapper .content-wrapper {
    width: 225px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 577px) {
  .timeline .section-wrapper .timeline-wrapper ul li .timeline-item-wrapper .content-wrapper {
    width: 200px;
  }
}
@media screen and (max-width: 390px) {
  .timeline .section-wrapper .timeline-wrapper ul li .timeline-item-wrapper .content-wrapper {
    width: 160px;
  }
}
.timeline .section-wrapper .timeline-wrapper ul li .timeline-item-wrapper .content-wrapper h3 {
  font-size: 2rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 48px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  text-transform: capitalize;
  color: rgb(242, 231, 220);
}
@media screen and (max-width: 769px) {
  .timeline .section-wrapper .timeline-wrapper ul li .timeline-item-wrapper .content-wrapper h3 {
    font-size: 28px;
    line-height: 38px;
  }
}
.timeline .section-wrapper .timeline-wrapper ul li .timeline-item-wrapper .content-wrapper p.date {
  font-size: 0.625rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-style: normal;
  line-height: 14px;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  color: rgb(145, 197, 189);
}
@media screen and (max-width: 769px) {
  .timeline .section-wrapper .timeline-wrapper ul li .timeline-item-wrapper .content-wrapper p.date {
    font-size: 10px;
    line-height: 14px;
  }
}
.timeline .section-wrapper .timeline-wrapper ul li .timeline-item-wrapper .content-wrapper .content {
  font-size: 1.125rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgba(242, 231, 220, 0.8);
}
@media screen and (max-width: 769px) {
  .timeline .section-wrapper .timeline-wrapper ul li .timeline-item-wrapper .content-wrapper .content {
    font-size: 16px;
    line-height: 26px;
  }
}
.timeline .section-wrapper .timeline-wrapper ul li .timeline-item-wrapper .image-wrapper {
  width: 435px;
  height: 435px;
  overflow: hidden;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .timeline .section-wrapper .timeline-wrapper ul li .timeline-item-wrapper .image-wrapper {
    width: 310px;
    height: 310px;
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .timeline .section-wrapper .timeline-wrapper ul li .timeline-item-wrapper .image-wrapper {
    width: 225px;
    height: 225px;
  }
}
@media screen and (max-width: 577px) {
  .timeline .section-wrapper .timeline-wrapper ul li .timeline-item-wrapper .image-wrapper {
    width: 155px;
    height: 155px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 50%;
    margin: 0 -50px 0 0;
  }
}
@media screen and (max-width: 390px) {
  .timeline .section-wrapper .timeline-wrapper ul li .timeline-item-wrapper .image-wrapper {
    margin: -50px 0 0 0;
    width: 140px;
    height: 140px;
  }
}
.timeline .section-wrapper .timeline-wrapper ul li .timeline-item-wrapper .image-wrapper img {
  display: inline-block;
}
.timeline .section-wrapper .timeline-wrapper ul li:nth-of-type(2n) .timeline-item-wrapper {
  flex-direction: row-reverse;
}
.timeline .section-wrapper .timeline-wrapper ul li:nth-of-type(2n) .timeline-item-wrapper .content-wrapper {
  text-align: right;
}
@media screen and (max-width: 577px) {
  .timeline .section-wrapper .timeline-wrapper ul li:nth-of-type(2n) .timeline-item-wrapper .content-wrapper {
    text-align: left;
  }
}
.timeline .section-wrapper .timeline-wrapper ul li:nth-of-type(2n) .timeline-item-wrapper .image-wrapper {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 50%;
}

.two-column-content .section-wrapper {
  background-color: rgb(242, 231, 220);
  border-radius: 10px;
}
.two-column-content .section-wrapper .heading-column {
  color: rgb(4, 4, 2);
  font-size: 1.375rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-style: normal;
  line-height: 32px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  grid-column: 2/span 4;
}
@media screen and (max-width: 769px) {
  .two-column-content .section-wrapper .heading-column {
    font-size: 22px;
    line-height: 32px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .two-column-content .section-wrapper .heading-column {
    padding-left: 50px;
  }
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .two-column-content .section-wrapper .heading-column {
    grid-column: 1/span 3;
  }
}
@media screen and (max-width: 577px) {
  .two-column-content .section-wrapper .heading-column {
    grid-column: 1/span 3;
    margin-bottom: 15px;
  }
}
.two-column-content .section-wrapper .content-column {
  color: rgba(4, 4, 2, 0.6);
  font-size: 1.125rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  grid-column: 7/span 5;
}
@media screen and (max-width: 769px) {
  .two-column-content .section-wrapper .content-column {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .two-column-content .section-wrapper .content-column {
    padding-right: 50px;
  }
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .two-column-content .section-wrapper .content-column {
    grid-column: 5/span 4;
  }
}
@media screen and (max-width: 577px) {
  .two-column-content .section-wrapper .content-column {
    grid-column: 1/span 4;
    padding-right: 15px;
  }
}
.two-column-content .section-wrapper.dark {
  background-color: rgb(4, 4, 2);
}
.two-column-content .section-wrapper.dark .content-column {
  color: rgba(242, 231, 220, 0.8);
}
.two-column-content .section-wrapper.dark .heading-column {
  color: rgb(242, 231, 220);
}

.two-column-cta-with-features {
  padding-block: 64px;
}
.two-column-cta-with-features .content-column {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
  grid-column: 2/span 5;
}
@media screen and (min-width: 1025px) {
  .two-column-cta-with-features .content-column {
    grid-column: 2/span 6;
    grid-row: 1;
  }
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .two-column-cta-with-features .content-column {
    grid-column: 1/span 4;
    grid-row: 1;
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .two-column-cta-with-features .content-column {
    grid-column: 2/span 6;
  }
}
@media screen and (max-width: 769px) {
  .two-column-cta-with-features .content-column {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 577px) {
  .two-column-cta-with-features .content-column {
    grid-column: 1/span 4;
  }
}
.two-column-cta-with-features .content-column .heading {
  color: rgb(242, 231, 220);
  font-size: 2.625rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 52px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  max-width: 520px;
}
@media screen and (max-width: 769px) {
  .two-column-cta-with-features .content-column .heading {
    font-size: 34px;
    line-height: 44px;
  }
}
.two-column-cta-with-features .content-column .heading .preheading {
  display: block;
  opacity: 0.8;
  font-size: 0.52em;
  line-height: 1.45;
}
.two-column-cta-with-features .content-column .features {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.two-column-cta-with-features .content-column .features .feature {
  color: rgb(242, 231, 220);
  display: flex;
  font-size: 14px;
  gap: 20px;
}
.two-column-cta-with-features .content-column .features .feature .icon-wrapper {
  align-items: center;
  background-image: url(../images/svgs/feature-background.svg);
  background-size: contain;
  display: flex;
  height: 64px;
  justify-content: center;
  width: 64px;
}
.two-column-cta-with-features .content-column .features .feature .icon-wrapper .icon {
  object-fit: contain;
  object-position: center;
  height: 32px;
  width: 32px;
}
.two-column-cta-with-features .content-column .features .feature .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.two-column-cta-with-features .content-column .features .feature .content-wrapper .feature-heading {
  font-weight: 700;
}
.two-column-cta-with-features .content-column .features .feature .content-wrapper p {
  opacity: 0.8;
}
.two-column-cta-with-features .image-column {
  align-items: center;
  display: flex;
  grid-column: 8/span 4;
  justify-content: center;
  /*@include between($desktop, $widescreen){
    grid-column: 2 / span 6;
  }

  @include below($tablet){
    grid-column: 1 / span 4;
  }*/
}
@media screen and (min-width: 1025px) {
  .two-column-cta-with-features .image-column {
    grid-column: 7/span 5;
    grid-row: 1;
  }
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .two-column-cta-with-features .image-column {
    grid-column: 5/span 4;
    grid-row: 1;
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .two-column-cta-with-features .image-column {
    grid-column: 2/span 6;
    grid-row: 2;
  }
}
@media screen and (max-width: 577px) {
  .two-column-cta-with-features .image-column {
    grid-column: 1/span 4;
    grid-row: 2;
    margin-bottom: 32px;
  }
}

@media screen and (min-width: 769px) {
  .home-header + .two-column-cta-with-features {
    padding-top: 0;
  }
}

.two-column-form .section-wrapper {
  color: rgb(242, 231, 220);
}
.two-column-form .section-wrapper .title-wrapper h2 {
  max-width: 792px;
  font-size: 4rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 300;
  font-style: normal;
  line-height: 74px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  text-align: center;
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .two-column-form .section-wrapper .title-wrapper h2 {
    font-size: 52px;
    line-height: 62px;
  }
}
@media screen and (max-width: 577px) {
  .two-column-form .section-wrapper .title-wrapper h2 {
    font-size: 44px;
    line-height: 56px;
  }
}
@media screen and (min-width: 1025px) {
  .two-column-form .section-wrapper .title-wrapper h2 {
    grid-column: 4/span 6;
    margin: 0 0 150px;
  }
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .two-column-form .section-wrapper .title-wrapper h2 {
    grid-column: 2/span 6;
    margin: 0 20px 100px;
  }
}
@media screen and (min-width: 390px) and (max-width: 577px) {
  .two-column-form .section-wrapper .title-wrapper h2 {
    grid-column: 1/span 4;
    grid-row: 1;
    padding: 0 20px;
    margin: 0 0 75px;
  }
}
@media screen and (max-width: 390px) {
  .two-column-form .section-wrapper .title-wrapper h2 {
    grid-column: 1/span 4;
    grid-row: 1;
    margin: 0 0 75px;
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  .two-column-form .section-wrapper .two-column-container .left {
    grid-column: 2/span 5;
    margin-right: 50px;
  }
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .two-column-form .section-wrapper .two-column-container .left {
    grid-column: 1/span 4;
    padding: 0 20px 0 0;
  }
}
@media screen and (max-width: 577px) {
  .two-column-form .section-wrapper .two-column-container .left {
    grid-column: 1/span 4;
    grid-row: 1;
    padding: 0 20px 0 0;
  }
}
.two-column-form .section-wrapper .two-column-container .left .content {
  font-size: 1.125rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  color: rgba(242, 231, 220, 0.8);
}
@media screen and (max-width: 769px) {
  .two-column-form .section-wrapper .two-column-container .left .content {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1025px) {
  .two-column-form .section-wrapper .two-column-container .form-wrapper {
    grid-column: 7/span 5;
    margin-left: 50px;
  }
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .two-column-form .section-wrapper .two-column-container .form-wrapper {
    grid-column: 5/span 4;
  }
}
@media screen and (max-width: 577px) {
  .two-column-form .section-wrapper .two-column-container .form-wrapper {
    grid-column: 1/span 4;
    grid-row: 2;
    margin-top: 50px;
  }
}
.two-column-form .section-wrapper .two-column-container .form-wrapper .wpforms-container-full {
  margin: 0;
}
.two-column-form .section-wrapper .content-wrapper .bullets-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 45px;
}
@media screen and (max-width: 577px) {
  .two-column-form .section-wrapper .content-wrapper .bullets-container {
    margin-bottom: 15px;
  }
}
.two-column-form .section-wrapper .content-wrapper .bullets-container .bullet-wrapper {
  display: flex;
  align-items: center;
  margin: 0 0 10px 0;
  font-size: 1.375rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 32px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
}
@media screen and (max-width: 769px) {
  .two-column-form .section-wrapper .content-wrapper .bullets-container .bullet-wrapper {
    font-size: 22px;
    line-height: 32px;
  }
}
.two-column-form .section-wrapper .content-wrapper .bullets-container .bullet-wrapper img {
  margin-right: 15px;
}
.two-column-form form label {
  display: none !important;
}
.two-column-form form .wpforms-field {
  margin: 0 0 14px 0 !important;
  padding: 0 !important;
}
.two-column-form form .wpforms-field.wpforms-field-select {
  position: relative;
}
.two-column-form form .wpforms-field.wpforms-field-select:before {
  content: url("../images/form-carat-light.svg");
  min-width: 10px;
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 577px) {
  .two-column-form form .wpforms-field.wpforms-field-select:before {
    right: 20px;
  }
}
.two-column-form form input,
.two-column-form form textarea,
.two-column-form form select {
  background: rgb(4, 4, 2) !important;
  border: solid 1px rgba(242, 231, 220, 0.4) !important;
  border-radius: 10px !important;
  min-height: 86px !important;
  min-width: 100% !important;
  font-family: "Plus Jakarta Sans" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 28px !important;
  color: rgba(242, 231, 220, 0.8) !important;
}
.two-column-form form input:focus,
.two-column-form form textarea:focus,
.two-column-form form select:focus {
  border: solid 1px rgb(242, 231, 220) !important;
  transition: border-color 0.2s ease;
}
.two-column-form form input:hover,
.two-column-form form textarea:hover,
.two-column-form form select:hover {
  border: solid 1px rgba(242, 231, 220, 0.6) !important;
  transition: border-color 0.2s ease;
}
.two-column-form form input,
.two-column-form form textarea {
  padding: 30px !important;
}
@media screen and (max-width: 577px) {
  .two-column-form form input,
  .two-column-form form textarea {
    padding: 30px 20px !important;
  }
}
.two-column-form form select {
  padding: 0 30px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 577px) {
  .two-column-form form select {
    padding: 0 20px !important;
  }
}
.two-column-form form textarea {
  height: 250px !important;
}
.two-column-form form .wpforms-field-limit-text {
  display: none !important;
}
.two-column-form form .wpforms-field-checkbox {
  padding: 0 !important;
  margin: 14px 0 28px !important;
  display: flex;
  align-items: center;
}
.two-column-form form .wpforms-field-checkbox .wpforms-field-description {
  font-family: "Plus Jakarta Sans" !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  letter-spacing: 0.25px !important;
  color: rgba(242, 231, 220, 0.8) !important;
  margin: 0 !important;
  max-width: 530px !important;
}
.two-column-form form .wpforms-field-checkbox li {
  padding: 0 !important;
  display: flex;
  align-items: flex-start;
  border: solid 1px orange !important;
}
.two-column-form form .wpforms-field-checkbox li input[type=checkbox] {
  min-width: 25px !important;
  min-height: 25px !important;
  max-width: 25px !important;
  max-height: 25px !important;
  accent-color: rgb(236, 0, 140);
  border-radius: 5px !important;
  vertical-align: middle !important;
  margin: 0 !important;
}
.two-column-form form .wpforms-field-checkbox li input[type=checkbox]:focus {
  outline: none;
}
.two-column-form form button {
  background-color: rgb(236, 0, 140) !important;
  color: rgb(242, 231, 220) !important;
  padding: 16px 30px !important;
  border-radius: 10px !important;
  font-family: "Plus Jakarta Sans" !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  border: none !important;
  text-transform: capitalize;
  display: inline-block;
}
.two-column-form form .wpforms-submit-container {
  padding: 0 !important;
}

:root {
  --video-wrapper-column: 1/ span 12;
  --video-wrapper-column-small: 1/ span 8;
  --video-wrapper-column-tiny: 1/ span 4;
}

.video-banner .video-wrapper {
  border-radius: 25px;
  overflow: hidden;
  grid-column: var(--video-wrapper-column);
  width: 100%;
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .video-banner .video-wrapper {
    grid-column: var(--video-wrapper-column-small);
  }
}
@media screen and (max-width: 577px) {
  .video-banner .video-wrapper {
    grid-column: var(--video-wrapper-column-tiny);
  }
}
.video-banner .video-wrapper--small {
  --video-wrapper-column: 2 / span 10;
  --video-wrapper-column-small: 1/ span 8;
  --video-wrapper-column-tiny: 1/ span 4;
}
.video-banner .video-wrapper iframe {
  width: 100%;
  height: auto;
  display: block;
  min-height: 630px;
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .video-banner .video-wrapper iframe {
    min-height: 450px;
  }
}
@media screen and (max-width: 577px) {
  .video-banner .video-wrapper iframe {
    min-height: 300px;
  }
}

.video-carousel {
  padding: 75px 20px 150px;
}
@media screen and (max-width: 577px) {
  .video-carousel {
    padding: 50px 15px 100px;
  }
}
.video-carousel .section-wrapper .title-wrapper {
  margin-bottom: 100px;
  grid-row: 1;
}
@media screen and (min-width: 1025px) {
  .video-carousel .section-wrapper .title-wrapper {
    grid-column: 4/span 6;
  }
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .video-carousel .section-wrapper .title-wrapper {
    grid-column: 2/span 6;
  }
}
@media screen and (max-width: 577px) {
  .video-carousel .section-wrapper .title-wrapper {
    margin-bottom: 50px;
    grid-column: 1/span 4;
  }
}
.video-carousel .section-wrapper .title-wrapper h2 {
  color: rgb(242, 231, 220);
  font-size: 2.625rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 52px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .video-carousel .section-wrapper .title-wrapper h2 {
    font-size: 34px;
    line-height: 44px;
  }
}
.video-carousel .section-wrapper .video-carousel-wrapper {
  position: relative;
  grid-row: 2;
}
@media screen and (min-width: 1025px) {
  .video-carousel .section-wrapper .video-carousel-wrapper {
    grid-column: 1/span 12;
  }
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .video-carousel .section-wrapper .video-carousel-wrapper {
    grid-column: 1/span 8;
  }
}
@media screen and (max-width: 577px) {
  .video-carousel .section-wrapper .video-carousel-wrapper {
    grid-column: 1/span 4;
  }
}
.video-carousel .section-wrapper .video-carousel-wrapper .video-arrows {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 55px;
}
@media screen and (max-width: 577px) {
  .video-carousel .section-wrapper .video-carousel-wrapper .video-arrows {
    bottom: -25px;
  }
}
.video-carousel .section-wrapper .video-carousel-wrapper .video-arrow {
  background: none;
  border-radius: 0;
}
.video-carousel .section-wrapper .video-carousel-wrapper .video-arrow svg {
  width: 35px;
  height: 30px;
  fill: #F2E7DC;
}
.video-carousel .section-wrapper .video-carousel-wrapper .video-arrow-prev,
.video-carousel .section-wrapper .video-carousel-wrapper .video-arrow-next {
  width: 40px;
  height: 40px;
  position: absolute;
}
.video-carousel .section-wrapper .video-carousel-wrapper .video-arrow-prev {
  left: 0;
  transform: scaleX(-1);
}
.video-carousel .section-wrapper .video-carousel-wrapper .video-arrow-next {
  transform: scaleX(-1);
  left: 100%;
}
.video-carousel .section-wrapper .video-carousel-wrapper li {
  width: 100%;
}
.video-carousel .section-wrapper .video-carousel-wrapper .video-wrapper {
  overflow: hidden;
  border-radius: 25px;
}
.video-carousel .section-wrapper .video-carousel-wrapper .video-wrapper iframe {
  display: block;
  width: 100%;
  min-height: 630px;
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .video-carousel .section-wrapper .video-carousel-wrapper .video-wrapper iframe {
    min-height: 450px;
  }
}
@media screen and (max-width: 577px) {
  .video-carousel .section-wrapper .video-carousel-wrapper .video-wrapper iframe {
    min-height: 300px;
  }
}

.video-grid .section-wrapper .title-wrapper {
  margin-bottom: 100px;
  grid-row: 1;
}
@media screen and (min-width: 1025px) {
  .video-grid .section-wrapper .title-wrapper {
    grid-column: 4/span 6;
  }
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .video-grid .section-wrapper .title-wrapper {
    grid-column: 2/span 6;
  }
}
@media screen and (max-width: 577px) {
  .video-grid .section-wrapper .title-wrapper {
    margin-bottom: 50px;
    grid-column: 1/span 4;
  }
}
.video-grid .section-wrapper .title-wrapper h2 {
  color: rgb(242, 231, 220);
  font-size: 2.625rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 52px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: none;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .video-grid .section-wrapper .title-wrapper h2 {
    font-size: 34px;
    line-height: 44px;
  }
}
.video-grid .section-wrapper .grid-wrapper {
  grid-row: 2;
}
@media screen and (min-width: 1025px) {
  .video-grid .section-wrapper .grid-wrapper {
    grid-column: 1/span 12;
  }
}
@media screen and (min-width: 577px) and (max-width: 1025px) {
  .video-grid .section-wrapper .grid-wrapper {
    grid-column: 1/span 8;
  }
}
@media screen and (max-width: 577px) {
  .video-grid .section-wrapper .grid-wrapper {
    grid-column: 1/span 4;
  }
}
.video-grid .section-wrapper .grid-wrapper .video-wrapper {
  overflow: hidden;
  border-radius: 25px;
}
@media screen and (min-width: 1345px) {
  .video-grid .section-wrapper .grid-wrapper .video-wrapper {
    grid-column: 2/span 5;
    margin: 0 20px 0 0;
  }
  .video-grid .section-wrapper .grid-wrapper .video-wrapper:nth-of-type(2n) {
    grid-column: 7/span 5;
    margin: 0 0 0 20px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1345px) {
  .video-grid .section-wrapper .grid-wrapper .video-wrapper {
    grid-column: span 6;
    margin: 0 20px 0 0;
  }
  .video-grid .section-wrapper .grid-wrapper .video-wrapper:nth-of-type(2n) {
    margin: 0 0 0 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .video-grid .section-wrapper .grid-wrapper .video-wrapper {
    grid-column: span 4;
  }
}
@media screen and (min-width: 577px) and (max-width: 769px) {
  .video-grid .section-wrapper .grid-wrapper .video-wrapper {
    grid-column: 2/span 6;
    grid-row: 1;
  }
  .video-grid .section-wrapper .grid-wrapper .video-wrapper:nth-of-type(2n) {
    grid-row: 2;
  }
}
@media screen and (max-width: 577px) {
  .video-grid .section-wrapper .grid-wrapper .video-wrapper {
    grid-column: 1/span 4;
  }
}
.video-grid .section-wrapper .grid-wrapper .video-wrapper iframe {
  display: block;
  width: 100%;
  min-height: 630px;
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .video-grid .section-wrapper .grid-wrapper .video-wrapper iframe {
    min-height: 450px;
  }
}
@media screen and (max-width: 577px) {
  .video-grid .section-wrapper .grid-wrapper .video-wrapper iframe {
    min-height: 300px;
  }
}
/*# sourceMappingURL=styles.css.map */