@font-face {
  font-family: Brockmann;
  src: url('../fonts/Brockmann-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Brockmann;
  src: url('../fonts/Brockmann-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Brockmann;
  src: url('../fonts/Brockmann-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #080806;
  --dark-purple: #420633;
  --light-grey: #efefe5;
  --light-purple: #b4a1fb;
  --white: white;
  --orange: #de5a31;
  --dull-brown: #a4a08e;
  --brown: #6c5e51;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

body {
  color: var(--black);
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

h1 {
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Marcellus;
  font-size: 3.75em;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Marcellus;
  font-size: 3em;
  font-weight: 700;
  line-height: 120%;
}

h3 {
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Marcellus;
  font-size: 2.25em;
  font-weight: 700;
  line-height: 120%;
}

h4 {
  letter-spacing: -1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Marcellus;
  font-size: 2em;
  font-weight: 700;
  line-height: 120%;
}

h5 {
  letter-spacing: -.5px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Marcellus;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 120%;
}

h6 {
  letter-spacing: -.5px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Marcellus;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 150%;
}

p {
  margin-bottom: 0;
  font-size: 1em;
}

a {
  color: var(--black);
  text-decoration: none;
  transition: all .2s;
}

ul {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 6px;
  margin-bottom: 16px;
  padding-top: 16px;
  padding-left: 16px;
  display: grid;
}

ol {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 6px;
  margin-bottom: 0;
  padding-left: 20px;
  display: grid;
}

li {
  font-size: 1em;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

blockquote {
  background-image: url('../images/Quote-Icon-1.svg');
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 5px #e2e2e2;
  margin-bottom: 0;
  padding: 0 0 0 2em;
  font-family: Marcellus;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 120%;
}

figure {
  margin-bottom: 0;
}

figcaption {
  color: #0009;
  text-align: center;
  margin-top: .5em;
  font-size: .875em;
}

.section {
  color: var(--dark-purple);
  padding-top: 6.25em;
  padding-bottom: 6.25em;
}

.section.is-menu {
  z-index: 100;
  pointer-events: none;
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  position: fixed;
  inset: 0% 0% auto;
}

.section.is-hero {
  padding-top: 1em;
  padding-bottom: 1em;
}

.section.is-medium {
  padding-top: 3.75em;
  padding-bottom: 3.75em;
}

.section.is-footer {
  padding-top: 1em;
  padding-bottom: 1em;
}

.section.no-gap-bottom {
  padding-bottom: 0;
}

.section.is-white {
  background-color: #fff;
}

.container {
  grid-column-gap: 1em;
  grid-row-gap: 3.75em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: grid;
}

.container.is-menu {
  grid-row-gap: 1.5em;
  grid-template-columns: auto auto;
  place-content: center space-between;
  align-items: center;
}

.container.is-hero {
  grid-row-gap: 1em;
  height: 95vh;
}

.container.has-16-gap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

.container.has-40-gap {
  grid-row-gap: 2.5em;
}

.container.is-hero-subpages {
  grid-row-gap: 1em;
  height: 75vh;
}

.container.contentblock {
  grid-column-gap: 4em;
}

.sidebar {
  position: sticky;
  top: 100px;
}

.box {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.box.has-64-gap {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
}

.box.has-32-gap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.box.has-32-gap.space-between {
  grid-template-columns: 1fr;
  align-content: space-between;
  height: 100%;
}

.box.has-32-gap.rich-text {
  display: block;
}

.box.has-8-gap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-columns: 1.75fr;
}

.box.has-24-gap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
}

.box.has-80-gap {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
}

.box.has-16-gap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

.box.has-40-gap {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
}

.box.has-100-gap {
  grid-column-gap: 6.25em;
  grid-row-gap: 6.25em;
}

.card {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: var(--light-grey);
  border-radius: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  align-items: end;
  height: 100%;
  padding: 1.5em;
  display: grid;
  position: relative;
}

.card.is-link {
  background-color: var(--light-grey);
  color: var(--black);
  grid-template-columns: minmax(200px, 1fr);
}

.card.is-link:hover {
  color: var(--black);
}

.card.is-link.is-green {
  background-color: var(--light-purple);
  color: var(--white);
}

.card.is-link.is-dull-brown {
  background-color: var(--orange);
  color: var(--black);
}

.card.is-link.is-brown {
  background-color: var(--black);
  color: var(--white);
}

.card.is-link.is-black {
  background-color: var(--dark-purple);
  color: var(--white);
}

.card.is-link.has-image {
  background-color: var(--black);
  color: var(--white);
  height: 21em;
}

.card.is-link.has-pricing {
  grid-column-gap: 6.25em;
  grid-row-gap: 6.25em;
}

.card.is-white {
  background-color: var(--white);
  color: var(--black);
  align-content: start;
  place-items: start stretch;
}

.card.is-white.bottom-gap-zero {
  z-index: 2;
  padding-bottom: 0;
}

.card.is-white.bottom-gap-zero.is-brown {
  background-color: #fffaf3;
}

.card.is-black {
  background-color: var(--black);
  color: var(--white);
}

.card.is-brown {
  background-color: var(--white);
}

.card.is-brown.bottom-gap-zero {
  padding-bottom: 0;
}

.card.is-green {
  background-color: var(--orange);
  color: var(--white);
}

.card.is-yellow {
  background-color: var(--light-purple);
  color: var(--black);
}

.card.is-dull-brown {
  background-color: var(--dull-brown);
  color: var(--black);
}

.card.has-image {
  height: 18em;
}

.card.has-image.big {
  height: 20em;
}

.card.is-dark-brown {
  background-color: var(--brown);
  color: var(--white);
}

.card.is-centered {
  text-align: center;
  place-content: center;
  place-items: center;
}

.design-class {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-wrap: wrap;
  place-content: center flex-start;
  align-items: center;
  display: flex;
}

.class {
  background-color: var(--orange);
  color: var(--white);
  border-radius: .25em;
  padding: .5em;
  font-size: .75em;
  font-weight: 600;
  line-height: 120%;
}

.class.has-combo {
  opacity: .4;
}

.class.is-brown {
  background-color: var(--brown);
}

.heading {
  color: var(--dark-purple);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Brockmann, Verdana, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 120%;
}

.heading.is-display {
  font-size: 5em;
}

.heading.is-jumbo {
  font-size: 3.75em;
}

.heading.is-medium {
  font-size: 3em;
}

.heading.is-regular {
  color: var(--dark-purple);
  font-size: 1em;
}

.heading.is-regular.white {
  color: var(--white);
}

.heading.is-subheading {
  color: var(--dark-purple);
  letter-spacing: -1px;
  font-size: 1.8em;
  font-weight: 400;
}

.heading.is-subheading.white {
  color: var(--white);
}

.heading.is-subheading.center {
  text-align: center;
}

.heading.is-leading-text {
  color: var(--dark-purple);
  letter-spacing: -.5px;
  font-size: 1.5em;
  line-height: 120%;
}

.heading.is-leading-text.opacity-60 {
  opacity: .6;
}

.heading.is-leading-text.opacity-75 {
  opacity: .75;
}

.heading.is-small {
  letter-spacing: -.5px;
  font-size: 1.5em;
}

.big-text {
  color: var(--black);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 140%;
}

.big-text.is-bold {
  font-weight: 700;
}

.big-text.dark-color {
  color: var(--black);
}

.big-text.opacity-80 {
  opacity: .8;
  color: var(--black);
}

.big-text.opacity-80.line-height {
  line-height: 120%;
}

.big-text.center {
  text-align: center;
}

.big-text.white-text-link {
  color: var(--light-grey);
}

.body-text {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 300;
  line-height: 150%;
}

.body-text.is-bold {
  font-weight: 700;
}

.body-text.opacity-80 {
  opacity: .8;
}

.body-text.is-link {
  overflow-wrap: break-word;
}

.body-text.is-link:hover {
  text-decoration: underline;
}

.body-text.white {
  color: var(--white);
}

.small-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875em;
  font-weight: 400;
  line-height: 150%;
}

.small-text.is-bold {
  font-weight: 700;
}

.small-text.opacity-80 {
  opacity: .8;
}

.small-text.opacity-60 {
  opacity: .6;
}

.small-text.is-white {
  color: var(--white);
}

.small-text.is-black {
  color: var(--black);
}

.tiny-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75em;
  line-height: 150%;
}

.tiny-text.is-bold {
  font-weight: 700;
}

.brand {
  width: 11em;
  height: auto;
}

.brand-logo {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.is-muted {
  opacity: .65;
}

.line {
  background-color: var(--black);
  opacity: .12;
  width: 100%;
  height: 1px;
}

.sidebar-link {
  opacity: .6;
  color: var(--black);
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: 1em;
  font-weight: 700;
  line-height: 130%;
}

.sidebar-link:hover {
  opacity: 1;
}

.sidebar-link.w--current {
  opacity: 1;
  color: var(--orange);
}

.hidden {
  display: none;
}

.menu-left {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-desktop-links {
  padding: .75em 1.5em;
}

.menu-links {
  grid-column-gap: 1.6em;
  grid-row-gap: 1.6em;
  align-items: center;
  display: flex;
}

.menu-link {
  color: var(--black);
  padding-top: 0;
  padding-bottom: 0;
  font-size: .875em;
  font-weight: 400;
  line-height: 150%;
}

.menu-link:hover {
  color: var(--orange);
}

.menu-right {
  z-index: 0;
  -webkit-backdrop-filter: blur(42px);
  backdrop-filter: blur(42px);
  pointer-events: auto;
  background-color: #ffffffb3;
  border-radius: 3em;
  position: absolute;
  inset: 2em 2.5em auto auto;
  box-shadow: 0 0 15px #0000001a;
}

.menu-right.is-second {
  pointer-events: auto;
  left: 16em;
  right: auto;
}

.button {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  border: 1px solid var(--orange);
  background-color: var(--orange);
  color: #fff;
  text-align: left;
  border-radius: 2em;
  justify-content: flex-start;
  align-items: center;
  height: 62px;
  padding: .5em 68px .5em .75em;
  font-family: DM Sans, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 130%;
  display: flex;
  position: relative;
}

.button:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.button.is-yellow {
  border-color: var(--light-purple);
  background-color: var(--light-purple);
  color: var(--black);
}

.button.is-yellow:hover {
  border-color: var(--white);
  background-color: var(--white);
}

.button.is-small {
  height: 52px;
  padding-right: 60px;
  font-size: 1.25em;
}

.burger, .mobile-menu-wrapper {
  display: none;
}

.cover-image {
  object-fit: cover;
  -webkit-clip-path: url('../images/');
  clip-path: url('../images/');
  width: 100%;
  height: 100%;
}

.cover-image.is-absolute {
  position: absolute;
  inset: 0%;
}

.cover-image.align-top {
  object-position: 50% 15%;
}

.hero-box {
  border-radius: 1.5em;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid.has-five-columns {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid.has-three-columns {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid.has-three-columns.column-gap-16 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

.grid.has-four-columns {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.maxwidth-200 {
  z-index: 1;
  max-width: 12.5em;
  position: relative;
}

.hero-grid {
  z-index: 2;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr 1.8fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  display: grid;
  position: relative;
}

.hero-grid.has-1-column {
  z-index: 101;
  grid-template-columns: 1.4fr;
}

.hero-card {
  background-color: #fff;
  border-top-right-radius: 1.5em;
  margin-top: -184px;
  margin-right: -1em;
  padding-top: 1em;
  padding-right: 1em;
  position: relative;
}

.svg-curve {
  z-index: 3;
  width: 24px;
  height: 24px;
  position: absolute;
  inset: -24px auto auto 0%;
  transform: rotate(-90deg);
}

.svg-curve.corner-one {
  inset: 0% auto auto -24px;
  transform: rotate(-270deg);
}

.svg-curve.corner-two {
  inset: auto 0% -24px auto;
  transform: rotate(-270deg);
}

.svg-curve.corner-three {
  inset: -24px 0% auto auto;
  transform: rotate(-180deg);
}

.svg-curve.corner-four {
  inset: auto auto 0% -24px;
  transform: rotate(-180deg);
}

.svg-curve.right-top {
  inset: 0% -24px auto auto;
  transform: rotate(0);
}

.svg-curve.left-bottom {
  inset: auto auto -24px 0%;
  transform: rotate(0);
}

.card-wrap {
  position: relative;
}

.card-corner {
  z-index: 2;
  background-color: #fff;
  border-bottom-left-radius: 1.5em;
  width: 4em;
  height: 4em;
  position: absolute;
  inset: 0% 0% auto auto;
}

.card-corner.is-brown {
  background-color: #fffaf3;
}

.arrow-box {
  z-index: 4;
  background-color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.625em;
  height: 3.625em;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.arrow-box.inside-button {
  pointer-events: none;
  color: var(--white);
  width: 55px;
  height: 55px;
  top: 2px;
  right: 2px;
}

.arrow-box.inside-button.is-yellow {
  background-color: var(--light-purple);
  color: var(--black);
}

.arrow-box.inside-button.is-small {
  width: 46px;
  height: 46px;
}

.vector {
  justify-content: center;
  align-items: center;
  display: flex;
}

.vector.has-radius {
  border-radius: 50%;
}

.vector.has-radius.rotate-bottom-right {
  transform: rotate(90deg);
}

.vector.has-radius.rotate-top-left {
  transform: rotate(180deg);
}

.vector.is-plus-icon {
  background-color: #fff;
  border-radius: 2em;
  width: 2em;
  min-width: 2em;
  height: 2em;
  box-shadow: 0 2px 4px #0000000a;
}

.hero-slider {
  background-color: var(--light-grey);
  color: var(--white);
  border-radius: 24px;
  height: auto;
  padding: 1em 4em 2em;
}

.hero-slider.is-small {
  border-radius: 100px;
  width: 100%;
  padding-top: 2em;
  padding-left: 2em;
  padding-right: 2em;
}

.slide-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  max-width: 15.5em;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.large-text {
  color: var(--black);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 150%;
}

.large-text.opacity-80 {
  opacity: .8;
  color: var(--dark-purple);
}

.large-text.opacity-80.line-height {
  color: var(--dark-purple);
  letter-spacing: -.5px;
  font-family: DM Sans, sans-serif;
  font-weight: 300;
  line-height: 120%;
}

.large-text.white {
  color: var(--white);
}

.slider-arrow {
  background-color: var(--orange);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .2s;
  display: flex;
  right: .5em;
}

.slider-arrow:hover {
  background-color: #337532;
}

.slider-arrow.on-left {
  background-color: var(--orange);
  left: .5em;
  right: auto;
}

.slider-arrow.on-left.is-small {
  left: -.25em;
  right: auto;
}

.slider-arrow.is-small {
  width: 30px;
  height: 30px;
  right: -.25em;
}

.slide-nav {
  display: none;
}

.label {
  border: 1px solid var(--black);
  color: var(--black);
  border-radius: 1.5em;
  padding: .5em 1em;
  line-height: 120%;
  display: block;
}

.label.is-white {
  border-color: var(--light-grey);
  color: var(--white);
}

.label.is-green {
  background-color: var(--orange);
  color: var(--white);
  border-style: none;
}

.label.is-yellow {
  background-color: var(--light-purple);
  border-style: none;
}

.label.is-dull-brown {
  background-color: var(--dull-brown);
  color: var(--black);
  border-style: none;
}

.label.is-brown {
  background-color: var(--brown);
  color: var(--white);
  border-style: none;
}

.label.is-black {
  background-color: var(--black);
  color: var(--white);
  border-style: none;
}

.label.is-link {
  color: var(--black);
}

.label.is-link:hover {
  border-color: var(--light-purple);
  background-color: var(--light-purple);
  color: var(--black);
}

.icon-box {
  background-color: #fff3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  display: flex;
}

.icon-box.transparency-50 {
  background-color: #ffffff80;
}

.perks-box {
  border-radius: 1.5em;
  height: 30em;
  position: relative;
}

.perks-background {
  z-index: 1;
  border-radius: 1.5em;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.perks-overlay {
  z-index: 1;
  background-color: #87855b75;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.perks-content {
  z-index: 2;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 44.5em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
  display: grid;
  position: absolute;
  inset: 5em 0% auto;
}

.perks-list {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.perk-item {
  background-color: #fff;
  border-radius: 4em;
  justify-content: center;
  align-items: center;
  min-width: 8.125em;
  min-height: 4em;
  padding: .625em 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.perk-item.is-round {
  min-width: 4em;
}

.perk-item.is-green {
  color: var(--white);
  background-color: #878661;
}

.perks-corner {
  z-index: 3;
  background-color: #fff;
  border-top-left-radius: 1.5em;
  max-width: 27.25em;
  padding-top: 1em;
  padding-bottom: .5em;
  padding-left: 1em;
  position: absolute;
  inset: auto 0% 0% auto;
}

.perks-corner.is-brown {
  background-color: #fffaf3;
}

.flex {
  display: flex;
}

.flex.has-8-gap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
}

.flex.has-8-gap.is-centered {
  align-items: center;
}

.flex.has-8-gap.has-wrap {
  flex-flow: wrap;
}

.flex.has-8-gap.centered-wrap {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}

.flex.has-12-gap {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
}

.flex.has-12-gap.centered-wrap {
  flex-flow: wrap;
  align-items: center;
}

.flex.has-16-gap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

.flex.has-16-gap.has-wrap {
  grid-row-gap: .75em;
  flex-flow: wrap;
}

.flex.has-40-gap {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
}

.flex.has-40-gap.centered-wrap {
  grid-row-gap: 1em;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}

.flex.has-24-gap {
  grid-column-gap: 1.5em;
  grid-row-gap: .75em;
}

.flex.has-24-gap.is-centered {
  align-items: center;
}

.display-text {
  letter-spacing: -1px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 120%;
}

.display-text.is-big {
  font-size: 5em;
}

.icon {
  background-color: var(--light-grey);
  border-radius: 2.25em;
  justify-content: center;
  align-items: center;
  width: 2.25em;
  height: 2.25em;
  display: flex;
}

.icon.is-brown {
  background-color: var(--light-purple);
}

.icon.is-black {
  background-color: #080806;
}

.icon.is-green {
  background-color: var(--orange);
}

.icon.is-transparent {
  z-index: 1;
  background-color: #89846e00;
  width: 1em;
  height: 1em;
  position: relative;
}

.value-card {
  color: var(--white);
  background-color: #89846e;
  border-radius: 1.5em 1.5em 0 0;
  margin-bottom: -1.5em;
  padding: 1.5em 1.5em 3em;
  position: relative;
}

.value-card.w--current {
  background-color: #89846e;
}

.value-card.is-brown {
  background-color: var(--light-purple);
  margin-bottom: -1.5em;
}

.value-card.is-black {
  background-color: #080806;
  margin-bottom: -1.5em;
}

.value-card.is-green {
  background-color: var(--orange);
  border-bottom-right-radius: 1.5em;
  border-bottom-left-radius: 1.5em;
  padding-bottom: 1.5em;
}

.value-card.is-lite-brown {
  background-color: var(--dull-brown);
  color: #000;
}

.value-card.is-lite-brown.w--current {
  background-color: var(--light-grey);
}

.value-title {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.value-title.is-brown {
  color: #e1dcd5;
}

.value-title.is-green {
  color: #8ff28d;
}

.value-content {
  overflow: hidden;
}

.values-list {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.value-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  padding-top: 1.5em;
  padding-bottom: 2.5em;
  display: grid;
}

.contained-image {
  height: auto;
}

.contained-image.has-radius {
  border-radius: 1.5em;
}

.number-circle {
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  display: flex;
}

.number-circle.is-brown {
  border-color: #d0c5bc;
}

.number-circle.is-green {
  border-color: #8ff28d;
}

.number-circle.is-black {
  border-color: var(--black);
}

.number {
  font-size: 1em;
  line-height: 120%;
}

.feedback-slider {
  background-color: #ddd0;
  height: auto;
  position: relative;
}

.slider-grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.client-image {
  border-radius: 1.5em;
  overflow: hidden;
}

.feedback-box {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--light-grey);
  color: var(--white);
  border-radius: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding: 1.5em;
  display: grid;
  position: relative;
}

.slider-buttons-group {
  z-index: 4;
  color: var(--black);
  background-color: #fff;
  border-bottom-left-radius: 1.5em;
  width: 8em;
  height: 4.5em;
  position: absolute;
  inset: 0% 0% auto auto;
}

.slider-buttons-group.is-brown {
  background-color: #fffaf3;
}

.client-logo {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 2.5em;
  display: grid;
  overflow: hidden;
}

.slide-arrow {
  z-index: 5;
  border: 1px solid var(--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  transition: all .2s;
  display: flex;
  inset: 16px 24px auto auto;
}

.slide-arrow:hover {
  border-color: var(--light-purple);
  background-color: var(--light-purple);
}

.slide-arrow.is-left {
  right: 68px;
}

.slider-component {
  width: 100%;
  max-width: 1360px;
  margin-top: 3.75em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.arrow-link {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: var(--black);
  background-color: #fafafa00;
  border-style: none;
  border-radius: 0;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.arrow-link:hover {
  color: var(--black);
}

.post-item {
  width: 100%;
  height: 100%;
}

.post-link {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.post-link:hover {
  color: var(--orange);
  transform: translate(0, -5px);
}

.thumbnail {
  background-color: #f3f3f3;
  border-radius: 1.5em;
  width: 100%;
  height: 15.625em;
  position: relative;
  overflow: hidden;
}

.categ-label {
  z-index: 2;
  background-color: var(--black);
  color: var(--light-grey);
  border-radius: 1.5em;
  padding: .5em 1em;
  font-size: 1em;
  line-height: 120%;
  position: absolute;
  inset: 1.5em auto auto 1.5em;
}

.faq-answer {
  padding-bottom: 1.5em;
  padding-left: 1em;
  padding-right: 1em;
}

.faq-title {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
  transition: all .2s;
  display: flex;
}

.faq-item {
  border-bottom: 1px solid var(--black);
  background-color: #fff;
  border-radius: 0;
}

.faq-expand {
  color: #011417;
  overflow: hidden;
}

.faq-box {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-image {
  border-radius: 1.5em;
  width: 100%;
  height: 20.5em;
  overflow: hidden;
}

.subscribe-box {
  background-color: var(--light-grey);
  color: var(--white);
  border-radius: 1.5em;
  padding: 1.5em;
}

.form {
  height: 100%;
  margin-bottom: 0;
  position: relative;
}

.field-wrap {
  position: relative;
}

.submit-button {
  background-color: var(--light-purple);
  color: var(--black);
  border-radius: 3em;
  height: 58px;
  padding: .5em 68px .5em .75em;
  font-size: 1.5em;
  transition: all .2s;
}

.submit-button:hover {
  background-color: var(--white);
}

.subscribe-field {
  color: var(--white);
  background-color: #c0c0b8;
  border: 1px solid #fff3;
  border-radius: 2em;
  height: 58px;
  margin-bottom: 0;
  padding: .5em 11.5em .5em 1em;
  font-size: 1.25em;
}

.subscribe-field:focus {
  border-color: #fff6;
}

.subscribe-field::placeholder {
  color: #ffffffa6;
}

.form-button {
  height: 58px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.white-text-link {
  color: var(--brown);
}

.footer-grid {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 3.4fr 3.3fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-link {
  color: #ffffff80;
  font-size: .875em;
  line-height: 140%;
}

.footer-link:hover {
  color: #ffffffbf;
}

.social-link {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.social-link:hover {
  color: var(--light-purple);
}

.success {
  background-color: #ddd0;
  height: 100%;
}

.success-wrap {
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Marcellus;
  font-weight: 700;
  display: grid;
}

.error {
  color: var(--white);
  background-color: #b92528;
  border-radius: .5em;
  padding: .5em .75em;
  font-size: .75em;
  line-height: 130%;
  position: absolute;
  inset: auto auto 56px 0%;
}

.error.is-relative {
  position: relative;
  bottom: 0%;
}

.logo-box {
  pointer-events: auto;
  background-color: #fff;
  border-bottom-right-radius: 1.5em;
  padding: 1.25em;
  position: relative;
}

.logo-box.is-brown {
  background-color: var(--white);
  pointer-events: auto;
}

.white-box {
  background-color: #fff;
  width: 100%;
  height: 1em;
  position: absolute;
  inset: 0% 0% auto;
}

.white-box.is-brown {
  background-color: #fffaf3;
}

.social-box {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  align-items: stretch;
  display: flex;
}

.separator {
  background-color: #0006;
  width: 1px;
  height: auto;
}

.social-icon {
  color: var(--black);
}

.social-icon:hover {
  color: var(--orange);
}

.background {
  z-index: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background.has-radius {
  border-radius: 1.5em;
}

.body {
  background-color: var(--white);
}

.hero-corner {
  background-color: var(--white);
  border-radius: 0 1.5em 0;
  max-width: 26em;
  padding-top: .5em;
  padding-bottom: .5em;
  position: absolute;
  inset: auto auto 0% 0%;
}

.intro {
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.intro.has-16-gap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

.intro.has-32-gap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
}

.intro.has-8-gap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
}

.opacity-50 {
  color: #00000080;
}

.maxwidth-232 {
  max-width: 14.5em;
}

.divider {
  background-color: #0006;
  height: 1px;
}

.divider.is-white {
  background-color: #fff6;
}

.socials {
  z-index: 3;
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  display: flex;
  position: absolute;
  inset: auto 1.5em 1.5em auto;
}

.socials.hidden {
  display: none;
}

.partners-box {
  grid-column-gap: 3em;
  grid-row-gap: 1.5em;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vector-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing {
  grid-column-gap: 3.75em;
  grid-row-gap: 3.75em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-tabs {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  border: 1px solid var(--black);
  background-color: #fff0;
  border-radius: 1.5em;
  align-items: center;
  padding: .5em 1em;
  font-size: 1em;
  line-height: 120%;
  display: flex;
}

.tab-link:hover {
  border-color: #0006;
}

.tab-link.w--current {
  background-color: var(--black);
  color: var(--white);
}

.check-circle {
  border: 1px solid var(--black);
  background-color: #fff;
  border-radius: 1.25em;
  justify-content: center;
  align-items: center;
  width: 1.25em;
  min-width: 1.25em;
  height: 1.25em;
  display: flex;
}

.tickmark {
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.maxwidth-315 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 19.75em;
  display: grid;
}

.nav-bg {
  background-color: var(--white);
  height: 6.75em;
}

.pagination {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  margin-top: 3em;
}

.rich-text h2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Brockmann, Verdana, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 120%;
}

.rich-text h3 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Brockmann, Verdana, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 120%;
}

.rich-text p {
  margin-bottom: 24px;
}

.rich-text blockquote {
  background-image: url('../images/Quote-Icon-1.svg');
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: auto;
  border-left-style: none;
  margin-bottom: 24px;
  padding: 0 0 0 2em;
  font-family: Brockmann, Verdana, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 120%;
}

.rich-text ol {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  padding-left: 20px;
  display: grid;
}

.rich-text ul {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 6px;
  margin-bottom: 24px;
  padding-left: 20px;
  display: grid;
}

.rich-text li {
  font-size: 1em;
}

.rich-text a {
  color: var(--orange);
  text-decoration: underline;
}

.rich-text a:hover {
  color: var(--black);
}

.rich-text img {
  border-radius: 16px;
  overflow: hidden;
}

.rich-text figure {
  min-width: 100%;
  margin-bottom: 24px;
}

.rich-text h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Brockmann, Verdana, sans-serif;
  font-size: 3em;
  font-weight: 500;
}

.rich-text h4 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Brockmann, Verdana, sans-serif;
  font-size: 1.25em;
  font-weight: 500;
}

.rich-text h5 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Brockmann, Verdana, sans-serif;
  font-size: 1em;
  font-weight: 600;
}

.rich-text h6 {
  font-family: Brockmann, Verdana, sans-serif;
  font-size: .875em;
  font-weight: 600;
  line-height: 120%;
}

.follow-box {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.social-button {
  background-color: var(--orange);
  border-radius: 2.5em;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  min-width: 2.5em;
  height: 2.5em;
  display: flex;
}

.social-button:hover {
  background-color: var(--brown);
}

.contact-link {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  color: var(--black);
  align-items: center;
  display: flex;
}

.contact-link:hover {
  color: var(--orange);
}

.contact-box {
  background-color: var(--light-grey);
  border-radius: 1.5em;
  padding: 1.5em;
}

.field-label {
  color: var(--black);
  letter-spacing: -.5px;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 120%;
}

.input-field {
  color: var(--black);
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 2em;
  height: 2.9em;
  margin-bottom: 0;
  padding: .8em 1em;
  font-size: 1.25em;
  line-height: 120%;
}

.input-field:focus {
  border-color: #00000026;
}

.input-field::placeholder {
  color: #00000080;
}

.input-field.is-textarea {
  border-radius: .8em;
  height: 6em;
}

.opacity-80 {
  opacity: .8;
  color: var(--dull-brown);
}

.note {
  max-width: 14.5em;
}

.width-600 {
  max-width: 600px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 30em;
  display: flex;
}

.main {
  background-color: var(--white);
}

.curve-one {
  width: 24px;
  height: 24px;
  position: absolute;
  inset: 0% auto auto -24px;
}

.curve-one.on-top-right {
  z-index: 1;
  top: -24px;
  left: auto;
  right: 0%;
}

.curve-one.on-top {
  top: -24px;
  left: 0%;
}

.curve-top {
  justify-content: center;
  align-items: center;
  width: 25.5px;
  height: 25.5px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: rotate(90deg);
}

.curve-top.has-rotate {
  inset: 0% auto auto 0%;
  transform: rotate(180deg);
}

.curve-top.rotate-270 {
  inset: 0% 0% auto auto;
  transform: rotate(270deg);
}

.curve-top.rotate-270.new {
  top: 405%;
}

.curve-top.rotate-270.new-2 {
  top: 488%;
}

.curve-two {
  width: 24px;
  height: 24px;
  position: absolute;
  inset: auto 0% -24px auto;
}

.curve-two.bottom-left {
  z-index: 1;
  bottom: 0%;
  left: -24px;
  right: auto;
}

.curve-two.right-bottom {
  bottom: 58%;
  right: -24px;
}

.curve-bottom {
  width: 25.5px;
  height: 25.5px;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: rotate(90deg);
}

.curve-bottom.has-rotate {
  inset: 0% auto auto 0%;
  transform: rotate(180deg);
}

.corner-box {
  z-index: 1;
  background-color: #fff;
  border-bottom-left-radius: 24px;
  width: 4em;
  height: 4em;
  position: absolute;
  bottom: 2px;
  left: 2px;
}

.corner-box.is-brown {
  background-color: var(--white);
}

.corner-box.is-slider-buttons {
  width: 8em;
  height: 4.5em;
}

.perks-bg {
  z-index: 1;
  background-color: #fff;
  border-top-left-radius: 4em;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 2px auto auto 2px;
}

.perks-bg.is-brown {
  background-color: #fffaf3;
}

.hero-curve {
  width: 24px;
  height: 24px;
  position: absolute;
  inset: -40px auto auto 0%;
}

.mobile-curve {
  display: none;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.link {
  color: var(--white);
}

.div-block {
  border-radius: 0;
}

.content-image {
  object-fit: cover;
  -webkit-clip-path: url('../images/');
  clip-path: url('../images/');
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.content-image.is-absolute {
  position: absolute;
  inset: 0%;
}

.content-image.align-top {
  object-position: 50% 15%;
}

.div-block-2 {
  padding: 16px;
}

.legal-pages {
  background-color: var(--white);
  padding-top: 104px;
}

.footer-grid-2 {
  grid-column-gap: 4em;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 3.4fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image {
  width: 16px;
  height: 16px;
}

.grid-rest-team {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-rest-team.has-five-columns {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-rest-team.has-three-columns {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-rest-team.has-three-columns.column-gap-16 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

.grid-rest-team.has-four-columns {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-2 {
  text-align: right;
  position: static;
}

.image-3 {
  max-width: 60%;
}

.footer-link-copy {
  color: #ffffff80;
  font-size: .875em;
  line-height: 140%;
}

.footer-link-copy:hover {
  color: #ffffffbf;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }

  .section {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .section.is-menu {
    padding-bottom: .25em;
  }

  .container {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .container.is-hero {
    height: 90vh;
  }

  .container.has-16-gap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .container.is-hero-subpages {
    height: 100%;
  }

  .container.contentblock {
    grid-column-gap: 2em;
  }

  .card.is-link.has-image {
    height: 18em;
  }

  .card.has-image {
    height: 14em;
  }

  .heading {
    font-size: 2em;
  }

  .heading.is-display {
    font-size: 4em;
  }

  .heading.is-regular, .heading.is-subheading {
    font-size: 1.75em;
  }

  .menu-desktop-links {
    display: none;
  }

  .menu-links {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    width: 100%;
    display: grid;
  }

  .menu-link {
    font-size: 1em;
  }

  .menu-toast {
    width: 100%;
  }

  .menu-right.is-second {
    left: auto;
    right: 2.5em;
  }

  .burger {
    grid-column-gap: .25em;
    grid-row-gap: .25em;
    cursor: pointer;
    justify-content: flex-end;
    align-items: center;
    padding: .5em 1em;
    font-size: 1em;
    font-weight: 700;
    line-height: 130%;
    display: flex;
  }

  .burger-icon {
    justify-content: center;
    align-items: center;
    width: 1.5em;
    height: 1.5em;
    display: flex;
  }

  .mobile-menu-wrapper {
    z-index: 101;
    background-color: #00000080;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .mobile-menu-box {
    background-color: var(--white);
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: 400px;
    display: flex;
    overflow: hidden;
  }

  .mobile-menu-top {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    border-bottom: 1px solid #231f2f0f;
    justify-content: space-between;
    align-items: center;
    padding: 1.2em 1em;
    display: flex;
  }

  .mobile-menu-middle {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: start;
    align-items: start;
    padding: 1.5em 1.5em 4em;
    display: grid;
    overflow: auto;
  }

  .mobile-menu-close {
    cursor: pointer;
    align-items: center;
    width: 2em;
    height: 2em;
    padding: .25em;
    display: flex;
  }

  .mobile-menu-close:hover {
    color: var(--orange);
  }

  .grid.has-five-columns {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid.has-three-columns, .grid.has-four-columns {
    grid-template-columns: 1fr 1fr;
  }

  .maxwidth-200 {
    max-width: 15em;
  }

  .hero-grid {
    grid-row-gap: 1em;
  }

  .hero-grid.has-1-column {
    z-index: 2;
    grid-template-columns: 1fr 1fr;
  }

  .hero-card {
    margin-top: -72px;
  }

  .perks-content {
    max-width: 40em;
    top: 4em;
  }

  .perk-item {
    min-height: 3.5em;
  }

  .perk-item.is-round {
    min-width: 3.5em;
  }

  .display-text.is-big {
    font-size: 4em;
  }

  .feedback-box {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .slide-arrow {
    top: 12px;
    right: 16px;
  }

  .slide-arrow.is-left {
    right: 60px;
  }

  .faq-box {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .subscribe-field {
    padding-right: 10.5em;
  }

  .footer-grid {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    grid-template-columns: 3.4fr 2.8fr;
  }

  .logo-box {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .social-box {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .separator {
    display: none;
  }

  .hero-corner {
    max-width: 23em;
    padding-top: 0;
    padding-bottom: 0;
  }

  .maxwidth-232 {
    max-width: 18em;
  }

  .maxwidth-315 {
    max-width: 100%;
  }

  .nav-bg {
    height: 6em;
  }

  .empty-box {
    display: none;
  }

  .curve-top.rotate-270.new {
    top: 450%;
  }

  .curve-top.rotate-270.new-2 {
    top: 651%;
  }

  .curve-two.right-bottom {
    bottom: 83%;
  }

  .hero-curve {
    top: -38px;
  }

  .footer-grid-2 {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    grid-template-columns: 3.4fr 2.8fr 1fr;
  }

  .grid-rest-team {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-rest-team.has-five-columns {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-rest-team.has-three-columns, .grid-rest-team.has-four-columns {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.4em;
  }

  h2, h3 {
    letter-spacing: -.5px;
    font-size: 1.75em;
  }

  h4 {
    letter-spacing: -.5px;
    font-size: 1.6em;
  }

  h5 {
    letter-spacing: -.3px;
    font-size: 1.3em;
  }

  h6 {
    letter-spacing: -.3px;
    font-size: 1.125em;
  }

  blockquote {
    font-size: 1.3em;
  }

  .section {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .section.is-medium {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .container {
    grid-row-gap: 2.75em;
    grid-template-columns: 1fr;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .container.is-menu {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container.is-hero {
    height: 90vh;
  }

  .container.has-16-gap {
    grid-template-columns: 1fr;
  }

  .container.contentblock {
    grid-row-gap: 2em;
  }

  .sidebar {
    position: static;
  }

  .box.has-80-gap {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .box.has-100-gap {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
  }

  .card {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .card.is-link.has-pricing {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .card.has-image {
    height: 16em;
  }

  .card.has-image.big {
    height: 32em;
  }

  .heading.is-display {
    font-size: 3em;
  }

  .heading.is-jumbo {
    font-size: 2.4em;
  }

  .heading.is-medium {
    letter-spacing: -.5px;
    font-size: 2em;
  }

  .heading.is-regular {
    letter-spacing: -.5px;
  }

  .heading.is-subheading {
    letter-spacing: -.3px;
    font-size: 1.6em;
  }

  .heading.is-leading-text {
    letter-spacing: -.3px;
    font-size: 1.3em;
  }

  .heading.is-small {
    letter-spacing: -.3px;
    font-size: 1.25em;
  }

  .big-text {
    letter-spacing: 0;
    font-size: 1em;
  }

  .small-text, .tiny-text {
    font-size: .9em;
  }

  .brand {
    width: 9.5em;
  }

  .menu-right {
    top: 1.75em;
    right: 2em;
  }

  .menu-right.is-second {
    right: 2em;
  }

  .button {
    width: 100%;
  }

  .button.is-small {
    width: auto;
  }

  .mobile-menu-box {
    max-width: none;
  }

  .mobile-menu-middle {
    grid-auto-columns: 1fr;
  }

  .cover-image {
    -webkit-clip-path: none;
    clip-path: none;
  }

  .hero-box {
    border-radius: 1.5em;
    height: 270px;
  }

  .hero-box.is-second {
    height: 384px;
  }

  .grid {
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .grid.has-five-columns {
    grid-template-columns: 1fr 1fr;
  }

  .grid.has-three-columns {
    grid-template-columns: 1fr;
  }

  .grid.has-two-columns {
    grid-template-columns: 1fr 1fr;
  }

  .grid.has-four-columns, .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid.has-1-column {
    grid-template-columns: 1.4fr;
  }

  .hero-card {
    margin-right: 3em;
    padding-top: .5em;
    padding-right: .5em;
  }

  .card-corner {
    width: 3.5em;
    height: 3.5em;
  }

  .arrow-box {
    width: 3.2em;
    height: 3.2em;
  }

  .hero-slider {
    padding-bottom: 1.5em;
    padding-left: 3em;
    padding-right: 3em;
  }

  .hero-slider.is-small {
    padding-bottom: 2em;
  }

  .large-text {
    letter-spacing: -.3px;
    font-size: 1.125em;
  }

  .slider-arrow {
    width: 40px;
    height: 40px;
    right: -.25em;
  }

  .slider-arrow.on-left {
    left: -.25em;
  }

  .icon-box {
    width: 3.5em;
    height: 3.5em;
  }

  .perks-box {
    height: 42em;
  }

  .perks-content {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    max-width: 36em;
    padding-left: .5em;
    padding-right: .5em;
    top: 2.5em;
  }

  .perk-item {
    min-width: 7.5em;
    font-size: 12px;
  }

  .perks-corner {
    max-width: 25em;
    margin-left: 4em;
    padding-top: 0;
    padding-left: 0;
  }

  .flex.has-40-gap.centered-wrap {
    grid-column-gap: 2em;
  }

  .flex.has-24-gap {
    grid-column-gap: 1em;
    grid-row-gap: .75em;
  }

  .display-text {
    letter-spacing: -.5px;
    font-size: 1.25em;
  }

  .display-text.is-big {
    font-size: 3em;
  }

  .value-card {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .value-wrap {
    grid-template-columns: 1fr;
    padding-bottom: 1.5em;
  }

  .contained-image.has-radius {
    border-radius: 1.25em;
  }

  .slider-grid {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-columns: 1fr;
  }

  .client-image {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 152px;
    height: 140px;
    margin-bottom: -16px;
  }

  .feedback-box {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .slider-buttons-group {
    top: 124px;
  }

  .slide-arrow {
    top: 136px;
  }

  .slider-component {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .thumbnail {
    height: 14em;
  }

  .categ-label {
    top: 1.25em;
    left: 1.25em;
  }

  .faq-answer {
    padding-left: .5em;
    padding-right: .5em;
  }

  .faq-title {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    padding-left: .5em;
    padding-right: .5em;
  }

  .faq-box {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .footer-image {
    display: none;
  }

  .subscribe-box {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .submit-button {
    text-align: left;
    width: 100%;
  }

  .subscribe-field {
    padding-right: 1em;
  }

  .form-button {
    margin-top: 12px;
    position: relative;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .error {
    padding: 1em;
    font-size: .825em;
    bottom: 0%;
  }

  .logo-box {
    padding: .75em 1em;
  }

  .hero-corner {
    max-width: 21em;
  }

  .pricing-tabs {
    flex-flow: column;
    width: 100%;
    max-width: 15em;
    margin-left: auto;
    margin-right: auto;
  }

  .tab-link {
    width: 100%;
  }

  .nav-bg {
    height: 5.25em;
  }

  .rich-text h2 {
    font-size: 1.75em;
  }

  .rich-text h3 {
    font-size: 1.3em;
  }

  .rich-text blockquote {
    padding-left: 2.25em;
    font-size: 1.3em;
  }

  .rich-text h1 {
    font-size: 2.4em;
  }

  .rich-text h4 {
    font-size: 1.125em;
  }

  .follow-box {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .contact-box {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .note {
    max-width: none;
  }

  .utility-page-content {
    width: 20em;
  }

  .hero-curve {
    display: none;
  }

  .mobile-curve {
    width: 24px;
    height: 24px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 2.5em -24px auto auto;
  }

  .content-image {
    -webkit-clip-path: none;
    clip-path: none;
  }

  .footer-grid-2 {
    grid-template-columns: 1fr;
  }

  .grid-rest-team {
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
  }

  .grid-rest-team.has-five-columns {
    grid-template-columns: 1fr 1fr;
  }

  .grid-rest-team.has-three-columns {
    grid-template-columns: 1fr;
  }

  .grid-rest-team.has-two-columns {
    grid-template-columns: 1fr 1fr;
  }

  .grid-rest-team.has-four-columns {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .container.contentblock {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .card.has-image {
    height: 16em;
  }

  .grid.has-five-columns {
    grid-template-columns: 1fr;
  }

  .hero-card {
    margin-top: 0;
  }

  .grid-rest-team.has-five-columns {
    grid-template-columns: 1fr;
  }
}

#w-node-_83e62ffd-a7aa-f7df-1257-483bb94a51b9-0edb2ffc, #w-node-_99580e04-66d4-6d27-3695-f519cf4fd92e-0edb2ffc {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_7e5222a5-c2c5-51e7-4e50-b6d7a172ef4a-0edb2ffc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13bb439e-f429-f1e2-1e84-2f29ae1a56a8-0edb2ffc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3150b100-1bed-c05c-7ed6-fc8158d53ee0-58d53ede {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_3150b100-1bed-c05c-7ed6-fc8158d53ee2-58d53ede {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_3150b100-1bed-c05c-7ed6-fc8158d53ef9-58d53ede {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_3150b100-1bed-c05c-7ed6-fc8158d53efa-58d53ede {
  justify-self: stretch;
}

#w-node-_8b28eda4-e307-78c6-4072-92a211a55ba8-58d53ede, #w-node-_3150b100-1bed-c05c-7ed6-fc8158d53f08-58d53ede, #w-node-_3150b100-1bed-c05c-7ed6-fc8158d53f0c-58d53ede, #w-node-e9dd457b-3c81-7f6e-c58a-17cf74ae8e05-58d53ede, #w-node-_98471631-f66a-bdd8-aa09-9e97fea720d9-58d53ede {
  justify-self: start;
}

#w-node-_3150b100-1bed-c05c-7ed6-fc8158d53f17-58d53ede {
  align-self: end;
}

#w-node-_3150b100-1bed-c05c-7ed6-fc8158d53f18-58d53ede, #w-node-_3150b100-1bed-c05c-7ed6-fc8158d53f1a-58d53ede, #w-node-_3150b100-1bed-c05c-7ed6-fc8158d53f1c-58d53ede, #w-node-_177adcd8-ac2d-8b4d-391d-1801eb986825-58d53ede {
  justify-self: start;
}

#w-node-ef21a271-7711-d7be-e127-98362c968dc7-2c968dc5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-ef21a271-7711-d7be-e127-98362c968dc8-2c968dc5 {
  justify-self: start;
}

#w-node-ef21a271-7711-d7be-e127-98362c968dce-2c968dc5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: end;
}

#w-node-ef21a271-7711-d7be-e127-98362c968dcf-2c968dc5 {
  justify-self: start;
}

#w-node-ef21a271-7711-d7be-e127-98362c968dd6-2c968dc5 {
  grid-area: 1 / 5 / 3 / 13;
  align-self: start;
}

#w-node-_53f62ca8-48e3-6155-3285-0f3bea6dfde3-ea6dfde1 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_53f62ca8-48e3-6155-3285-0f3bea6dfde4-ea6dfde1, #w-node-_53f62ca8-48e3-6155-3285-0f3bea6dfde8-ea6dfde1 {
  justify-self: start;
}

#w-node-_53f62ca8-48e3-6155-3285-0f3bea6dfdec-ea6dfde1 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_8cd05922-71be-7d24-8385-89c04ac75b1e-4ac75b1c {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_8cd05922-71be-7d24-8385-89c04ac75b23-4ac75b1c {
  grid-area: 1 / 8 / 2 / 13;
  align-self: start;
}

#w-node-_8cd05922-71be-7d24-8385-89c04ac75b24-4ac75b1c {
  justify-self: start;
}

#w-node-_8cd05922-71be-7d24-8385-89c04ac75b3b-4ac75b1c {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-d0f9becb-9cb9-d7a5-7abd-df0f121c91a1-121c919f {
  grid-area: span 1 / span 20 / span 1 / span 20;
}

#w-node-d0f9becb-9cb9-d7a5-7abd-df0f121c91a7-121c919f {
  justify-self: start;
}

#w-node-_3f697124-fe65-32c4-fe0c-d69cb5ee74f6-b5ee74f4 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_3f697124-fe65-32c4-fe0c-d69cb5ee74f7-b5ee74f4 {
  justify-self: start;
}

#w-node-_3f697124-fe65-32c4-fe0c-d69cb5ee74fd-b5ee74f4 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_6384ad40-7a44-289f-d586-b3f26f81356c-6f813566, #w-node-_6384ad40-7a44-289f-d586-b3f26f813568-6f813566, #w-node-_8897d823-f62d-2889-070f-3077b57392ec-b57392ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d3f4d542-432c-6a70-9c79-a42b211fd8f8-0edb3002 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_04e64602-d383-de4b-f609-03a41d900303-0edb3002, #w-node-_45691467-d504-11d7-8f1e-97f18ca61a58-0edb3002, #w-node-f463be97-5c3b-297d-4719-683a8e45df2c-0edb3002, #w-node-_159824d7-b213-3f30-8695-46d7227857e5-0edb3002, #w-node-_549fa6d8-79da-a718-9072-85d77bcc22c7-0edb3002, #w-node-_7cbf020e-53b4-2e5e-a4de-4db1132fa495-0edb3002, #w-node-_51d4c239-47fd-a0f8-8e40-1d4e3fe1f572-0edb3002, #w-node-_0d0c7e8a-f66d-c37b-bb8d-9ae163a86960-0edb3002, #w-node-_8e5011cd-c862-3d3a-98a3-602329d69bcb-0edb3002, #w-node-_88265958-8d1d-c01b-f970-80b123ebd5dc-0edb3002 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aedd5c6f-a8eb-d904-4155-8b8d6b2651d7-0edb3002 {
  grid-area: 1 / 4 / 2 / 13;
  align-self: start;
}

#typography.w-node-_1684b8da-9b67-c543-af51-98e164741e08-0edb3002, #w-node-_6fc9a49e-4319-78cb-e1bf-d441bb0a6ed1-0edb3002, #w-node-adb6b5b6-0038-c2ad-5f38-10b8bdae7b92-0edb3002, #w-node-_9caca7ca-7457-f93f-1bfe-7ce9cf2758e2-0edb3002, #w-node-_38ecf163-5a1a-5f7d-2edf-bcc99777c43b-0edb3002 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62446863-c1d0-2632-babb-45f09f81ef5b-0edb3002 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c640d2e6-4c83-ad88-c2b8-cd8e328ff333-0edb3002, #w-node-dbcb55b0-b284-b4b5-7554-ad17c3dcba2e-0edb3002, #w-node-_012013ef-542e-6ad9-77b8-416dee68601e-0edb3002 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83bbee47-42ef-72bf-0c6f-4039bb3069e6-0edb3002 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_83bbee47-42ef-72bf-0c6f-4039bb3069e7-0edb3002, #w-node-_83bbee47-42ef-72bf-0c6f-4039bb3069e8-0edb3002 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef8b0358-7091-2cb6-2d50-0290c44aac59-0edb3002 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ef8b0358-7091-2cb6-2d50-0290c44aac5a-0edb3002, #w-node-ef8b0358-7091-2cb6-2d50-0290c44aac5b-0edb3002, #w-node-_103ea460-1e67-786c-b5af-9ed09e0c15ea-0edb3002, #w-node-_103ea460-1e67-786c-b5af-9ed09e0c15eb-0edb3002, #w-node-_103ea460-1e67-786c-b5af-9ed09e0c15ec-0edb3002, #w-node-_4371b0fd-33c8-4360-8c67-cde4f5a3d325-0edb3002, #w-node-_4371b0fd-33c8-4360-8c67-cde4f5a3d326-0edb3002, #w-node-_4371b0fd-33c8-4360-8c67-cde4f5a3d327-0edb3002, #w-node-_781fd828-d14c-a46d-d2c5-9888dc2990fa-0edb3002, #w-node-_781fd828-d14c-a46d-d2c5-9888dc2990fb-0edb3002, #w-node-_781fd828-d14c-a46d-d2c5-9888dc2990fc-0edb3002, #w-node-f8af87c0-41d9-75f7-536b-ae421f7adb24-0edb3002, #w-node-f8af87c0-41d9-75f7-536b-ae421f7adb25-0edb3002, #w-node-f8af87c0-41d9-75f7-536b-ae421f7adb26-0edb3002, #w-node-_552dbd92-ef42-188c-ba6f-8612c497e796-0edb3002, #w-node-_552dbd92-ef42-188c-ba6f-8612c497e797-0edb3002, #w-node-_552dbd92-ef42-188c-ba6f-8612c497e798-0edb3002, #w-node-_54c1b7a8-94aa-192c-1045-d8ba1c1dacad-0edb3002, #w-node-_54c1b7a8-94aa-192c-1045-d8ba1c1dacae-0edb3002, #w-node-_54c1b7a8-94aa-192c-1045-d8ba1c1dacaf-0edb3002, #w-node-_5b1ea932-dc61-7f0d-6c8a-c5147c3fb6d3-0edb3002, #w-node-_5b1ea932-dc61-7f0d-6c8a-c5147c3fb6d4-0edb3002, #w-node-_5b1ea932-dc61-7f0d-6c8a-c5147c3fb6d5-0edb3002, #w-node-ee1c2578-b438-2f4d-89dc-17ca802e0bb6-0edb3002, #w-node-ee1c2578-b438-2f4d-89dc-17ca802e0bb7-0edb3002, #w-node-ee1c2578-b438-2f4d-89dc-17ca802e0bb8-0edb3002, #w-node-ba706098-712d-0df9-9616-250d81bfc7f9-0edb3002, #w-node-ba706098-712d-0df9-9616-250d81bfc7fa-0edb3002, #w-node-ba706098-712d-0df9-9616-250d81bfc7fb-0edb3002, #w-node-_435faf9f-5de0-9c7b-7ef7-91fc6197729f-0edb3002, #w-node-_435faf9f-5de0-9c7b-7ef7-91fc619772a0-0edb3002, #w-node-_435faf9f-5de0-9c7b-7ef7-91fc619772a1-0edb3002, #w-node-bd3ecc6b-278f-78e3-1c28-e71851c3912f-0edb3002, #w-node-bd3ecc6b-278f-78e3-1c28-e71851c39130-0edb3002, #w-node-bd3ecc6b-278f-78e3-1c28-e71851c39131-0edb3002, #w-node-_1eacaf7f-d6bd-e50e-1e62-50551b043acd-0edb3002, #w-node-_1eacaf7f-d6bd-e50e-1e62-50551b043ace-0edb3002, #w-node-_1eacaf7f-d6bd-e50e-1e62-50551b043acf-0edb3002, #w-node-_2bdfc5ea-a044-dab3-1849-bae913344c0b-0edb3002, #w-node-_2bdfc5ea-a044-dab3-1849-bae913344c0c-0edb3002, #w-node-_2bdfc5ea-a044-dab3-1849-bae913344c0d-0edb3002, #w-node-_915a4d58-7d3c-df33-0221-999212935574-0edb3002, #w-node-_915a4d58-7d3c-df33-0221-999212935575-0edb3002, #w-node-_915a4d58-7d3c-df33-0221-999212935576-0edb3002, #w-node-_6f96f03f-fa39-8f30-5f23-3e06d3a7faca-0edb3002, #w-node-_6f96f03f-fa39-8f30-5f23-3e06d3a7facb-0edb3002, #w-node-_6f96f03f-fa39-8f30-5f23-3e06d3a7facc-0edb3002, #cards.w-node-_905283bc-1706-d281-23ce-ebe22f4475c4-0edb3002, #w-node-_905283bc-1706-d281-23ce-ebe22f4475c5-0edb3002, #w-node-_905283bc-1706-d281-23ce-ebe22f4475c6-0edb3002, #w-node-_905283bc-1706-d281-23ce-ebe22f4475c8-0edb3002, #labels.w-node-_49f951bf-528f-17b1-21e4-e9de89c7a09f-0edb3002, #w-node-_49f951bf-528f-17b1-21e4-e9de89c7a0a0-0edb3002, #w-node-_49f951bf-528f-17b1-21e4-e9de89c7a0a1-0edb3002, #w-node-_49f951bf-528f-17b1-21e4-e9de89c7a0a3-0edb3002, #buttons.w-node-_67a355c6-595f-be8f-2939-53f85aff8b4a-0edb3002, #w-node-_67a355c6-595f-be8f-2939-53f85aff8b4b-0edb3002, #w-node-_67a355c6-595f-be8f-2939-53f85aff8b4c-0edb3002, #w-node-_67a355c6-595f-be8f-2939-53f85aff8b4e-0edb3002, #w-node-_67a355c6-595f-be8f-2939-53f85aff8b50-0edb3002 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67a355c6-595f-be8f-2939-53f85aff8bf2-0edb3002 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_67a355c6-595f-be8f-2939-53f85aff8bf3-0edb3002, #w-node-_67a355c6-595f-be8f-2939-53f85aff8bf4-0edb3002 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ad5157d-dd4d-392e-460c-4c377bdec3d2-0edb3002 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-b3a26b78-fb1c-6e62-0499-1a1c8b297654-0edb3002 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b3a26b78-fb1c-6e62-0499-1a1c8b297655-0edb3002, #w-node-b3a26b78-fb1c-6e62-0499-1a1c8b297656-0edb3002 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3a26b78-fb1c-6e62-0499-1a1c8b297659-0edb3002 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_878b9a62-4ab4-644f-f930-fe90f00990dd-0edb3002, #w-node-_878b9a62-4ab4-644f-f930-fe90f00990de-0edb3002 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_878b9a62-4ab4-644f-f930-fe90f00990e1-0edb3002 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_3e39272a-709b-35ac-2894-7c0ee33fa7f7-0edb3002, #w-node-_3e39272a-709b-35ac-2894-7c0ee33fa7f8-0edb3002 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e39272a-709b-35ac-2894-7c0ee33fa7fd-0edb3002 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#links.w-node-be435512-5297-3c9d-e6e8-6b3df79aec2d-0edb3002, #w-node-be435512-5297-3c9d-e6e8-6b3df79aec2e-0edb3002, #w-node-be435512-5297-3c9d-e6e8-6b3df79aec2f-0edb3002, #w-node-be435512-5297-3c9d-e6e8-6b3df79aec31-0edb3002, #w-node-be435512-5297-3c9d-e6e8-6b3df79aec33-0edb3002 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be435512-5297-3c9d-e6e8-6b3df79aec34-0edb3002 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-be435512-5297-3c9d-e6e8-6b3df79aec3e-0edb3002 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2da9d70d-4b1c-77b6-68f5-6a1f1e3d3b9e-0edb3002, #w-node-_2da9d70d-4b1c-77b6-68f5-6a1f1e3d3b9f-0edb3002 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f90eed5-664b-6abb-8ab7-4949cc532f8c-0edb3002 {
  justify-self: start;
}

#w-node-_9913b24b-5c31-439d-2aae-e1fa60a852e1-0edb3002, #w-node-_9913b24b-5c31-439d-2aae-e1fa60a852e2-0edb3002 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9913b24b-5c31-439d-2aae-e1fa60a852e5-0edb3002 {
  justify-self: start;
}

#w-node-d677e6d5-b29e-b863-8973-e78f4b62920f-0edb3002, #w-node-d677e6d5-b29e-b863-8973-e78f4b629210-0edb3002, #rich-text.w-node-_3c70b76e-9517-9032-af91-63ef52ad0235-0edb3002, #w-node-_3c70b76e-9517-9032-af91-63ef52ad0236-0edb3002, #w-node-_3c70b76e-9517-9032-af91-63ef52ad0237-0edb3002, #w-node-_3c70b76e-9517-9032-af91-63ef52ad0239-0edb3002, #w-node-_3c70b76e-9517-9032-af91-63ef52ad023b-0edb3002 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74da2859-601a-ded1-725d-ec5cd2aeee2b-0edb3003 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-e154459b-fe5f-d5b8-c542-658c0780a8cb-0edb3003 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-c2a34734-3bac-970a-8b01-49668a13a951-0edb3003 {
  grid-area: 1 / 4 / 2 / 10;
  align-self: start;
}

#w-node-f63c206d-d184-0692-d27a-49a9415c4012-0edb3003 {
  grid-area: 1 / 11 / 2 / 13;
  align-self: start;
}

#w-node-_316a8b30-f44f-e801-6cad-117473363ee9-0edb3003 {
  align-self: start;
}

#w-node-d3ad1610-e0c6-9080-202d-4062a0dea1cc-0edb3003 {
  grid-area: span 1 / span 9 / span 1 / span 9;
  align-self: center;
}

#w-node-_10bdf5eb-22f6-eda5-456e-82d96035c8a6-0edb3003 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: center end;
}

#w-node-bdf1bd35-2dd1-b97a-68e8-b87f40b127dd-0edb3003 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-e7ddd3e2-8a07-cd71-29ea-3dc760877250-0edb3004 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-dce5017c-3d54-5520-a2c6-19be676dbd89-0edb3004, #w-node-_86e82d54-6a1a-6e9f-4131-144186cd2fd3-0edb3004, #w-node-_83e62ffd-a7aa-f7df-1257-483bb94a51b9-0edb3006 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-fdb339a2-d5be-615a-a5d3-a6c104a1fffb-0edb3006 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-fdb339a2-d5be-615a-a5d3-a6c104a20002-0edb3006, #w-node-_4acbebd7-c71e-27d4-057d-52359c26a359-0edb3006 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_4acbebd7-c71e-27d4-057d-52359c26a35a-0edb3006 {
  align-self: end;
}

#w-node-_4acbebd7-c71e-27d4-057d-52359c26a35b-0edb3006 {
  justify-self: start;
}

#w-node-_4acbebd7-c71e-27d4-057d-52359c26a360-0edb3006 {
  align-self: end;
}

#w-node-_4acbebd7-c71e-27d4-057d-52359c26a362-0edb3006, #w-node-_4acbebd7-c71e-27d4-057d-52359c26a363-0edb3006 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_4acbebd7-c71e-27d4-057d-52359c26a364-0edb3006, #w-node-_4acbebd7-c71e-27d4-057d-52359c26a368-0edb3006 {
  align-self: end;
}

#w-node-_4acbebd7-c71e-27d4-057d-52359c26a36a-0edb3006, #w-node-_4acbebd7-c71e-27d4-057d-52359c26a36b-0edb3006 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_4acbebd7-c71e-27d4-057d-52359c26a36c-0edb3006, #w-node-_4acbebd7-c71e-27d4-057d-52359c26a370-0edb3006 {
  align-self: end;
}

#w-node-_4acbebd7-c71e-27d4-057d-52359c26a372-0edb3006, #w-node-_4acbebd7-c71e-27d4-057d-52359c26a373-0edb3006 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_4acbebd7-c71e-27d4-057d-52359c26a374-0edb3006, #w-node-_4acbebd7-c71e-27d4-057d-52359c26a378-0edb3006 {
  align-self: end;
}

#w-node-_4688c09c-f719-88a5-6e63-7c17fa62c583-0edb3006 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_4688c09c-f719-88a5-6e63-7c17fa62c584-0edb3006 {
  justify-self: start;
}

#w-node-_2c9b957a-8b95-6acc-0d1c-a89cdeebb682-0edb3006 {
  align-self: end;
}

#w-node-f78d1dbe-5c8b-1f22-85c3-e0f0a4194af5-0edb3006 {
  grid-area: 1 / 6 / 2 / 13;
  align-self: start;
}

#w-node-ce28c1a2-2407-08b2-cb3f-44b2d30adcb7-0edb3006, #w-node-_8c8e3337-b020-8086-6a18-f95d8ab3572f-0edb3006 {
  align-self: end;
}

#w-node-eb8d9691-11cd-e4ea-86ca-d427aaed8bf7-0edb3006 {
  grid-area: 1 / 1 / 2 / 13;
  align-self: start;
}

#w-node-eb8d9691-11cd-e4ea-86ca-d427aaed8c0e-0edb3006, #w-node-_2f9f0707-3074-2e8d-5523-75fbb19e1d95-0edb3006, #w-node-_26dab789-1d94-f69b-44ad-c38753c80787-0edb3006, #w-node-_78ff9068-192f-1476-fc21-e384ff7b31ab-0edb3006, #w-node-_271df6d7-02c6-6e18-24b8-766d04854a3c-0edb3006, #w-node-eb8d9691-11cd-e4ea-86ca-d427aaed8c26-0edb3006, #w-node-_7dc6d752-fee0-15a1-e360-7bc04b294386-0edb3006, #w-node-bcc85bde-3a46-aff7-7bcf-0f059c9a5c29-0edb3006, #w-node-_7cd6a219-7198-2f85-0512-680216083bea-0edb3006, #w-node-d82a4d3d-9e26-47bf-ada2-eee6daff6682-0edb3006 {
  align-self: end;
}

#w-node-_11b320c8-1f1d-f7ab-b3ce-767759f57198-0edb3006 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_11b320c8-1f1d-f7ab-b3ce-767759f5719f-0edb3006 {
  justify-self: start;
}

#w-node-_4a0b1751-b02c-b25b-3e6f-5a880c2864fd-0edb3008 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b7e21b19-b1b6-48bb-ce8b-ac2b235f548f-0edb3008, #w-node-_0688ac19-149d-aea0-8e5f-9bf22bc8f37d-0edb3008, #w-node-b522935a-ad71-4386-5755-b2cf12a37887-0edb3008 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_8c57bc85-bca3-e12d-8507-11517ae3938a-0edb3009 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_8c57bc85-bca3-e12d-8507-11517ae3938f-0edb3009, #w-node-_5c75cd6f-0835-1c81-11ea-dddd02544cf4-0edb3009 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_7dfeae07-8cb6-5be1-6fb5-c624e78636bd-0edb300a {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_3c15a4dd-775f-e5b5-d8d9-df7a1c2f399e-0edb300a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_3c15a4dd-775f-e5b5-d8d9-df7a1c2f399f-0edb300a {
  grid-area: 1 / 4 / 2 / 10;
  align-self: start;
}

#w-node-_4a0b1751-b02c-b25b-3e6f-5a880c2864fd-0edb300b {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_7af17bfa-3525-09de-07f6-2b6ecdcb5335-0edb300b, #w-node-_7af17bfa-3525-09de-07f6-2b6ecdcb5336-0edb300b {
  justify-self: start;
}

#w-node-_014b835a-5e10-b027-b22b-a2a3efd98203-0edb300b {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-ac2cb7ec-59d3-7552-b65b-27c58cd9ed02-0edb300b {
  justify-self: start;
}

#w-node-_1bab0de0-33a8-1304-8c8d-d3592bd1859d-2bd1859b {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_1bab0de0-33a8-1304-8c8d-d3592bd1859e-2bd1859b {
  justify-self: stretch;
}

#w-node-_1bab0de0-33a8-1304-8c8d-d3592bd185a5-2bd1859b, #w-node-_1bab0de0-33a8-1304-8c8d-d3592bd185a7-2bd1859b, #w-node-_1bab0de0-33a8-1304-8c8d-d3592bd185a9-2bd1859b, #w-node-a8d87e56-df25-b572-622e-8ed847db23c6-2bd1859b, #w-node-d32be1c4-5e62-c34f-b64a-015d71823606-2bd1859b {
  justify-self: start;
}

#w-node-_1bab0de0-33a8-1304-8c8d-d3592bd185ac-2bd1859b {
  align-self: end;
}

#w-node-_1bab0de0-33a8-1304-8c8d-d3592bd185ad-2bd1859b, #w-node-_1bab0de0-33a8-1304-8c8d-d3592bd185af-2bd1859b, #w-node-_1bab0de0-33a8-1304-8c8d-d3592bd185b1-2bd1859b {
  justify-self: start;
}

#w-node-_89e3d577-6975-0931-809d-587da4cf1eed-0edb300e {
  justify-self: center;
}

#w-node-_83e62ffd-a7aa-f7df-1257-483bb94a51b9-fb279aa6 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-fdb339a2-d5be-615a-a5d3-a6c104a1fffb-fb279aa6 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-fdb339a2-d5be-615a-a5d3-a6c104a20002-fb279aa6 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-e439c937-0660-9280-b8d7-d52091ba615c-fb279aa6 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-e439c937-0660-9280-b8d7-d52091ba615e-fb279aa6 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_11b320c8-1f1d-f7ab-b3ce-767759f57198-fb279aa6 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_11b320c8-1f1d-f7ab-b3ce-767759f5719f-fb279aa6 {
  justify-self: start;
}

#w-node-_83e62ffd-a7aa-f7df-1257-483bb94a51b9-42d55953 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-fdb339a2-d5be-615a-a5d3-a6c104a1fffb-42d55953 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-fdb339a2-d5be-615a-a5d3-a6c104a20002-42d55953 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-e439c937-0660-9280-b8d7-d52091ba615c-42d55953 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-e439c937-0660-9280-b8d7-d52091ba615e-42d55953 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_11b320c8-1f1d-f7ab-b3ce-767759f57198-42d55953 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_11b320c8-1f1d-f7ab-b3ce-767759f5719f-42d55953 {
  justify-self: start;
}

#w-node-_83e62ffd-a7aa-f7df-1257-483bb94a51b9-d7b53820 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-fdb339a2-d5be-615a-a5d3-a6c104a1fffb-d7b53820 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-fdb339a2-d5be-615a-a5d3-a6c104a20002-d7b53820 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-e439c937-0660-9280-b8d7-d52091ba615c-d7b53820 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-e439c937-0660-9280-b8d7-d52091ba615e-d7b53820 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_11b320c8-1f1d-f7ab-b3ce-767759f57198-d7b53820 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_11b320c8-1f1d-f7ab-b3ce-767759f5719f-d7b53820 {
  justify-self: start;
}

#w-node-_83e62ffd-a7aa-f7df-1257-483bb94a51b9-d6ab4442 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-fdb339a2-d5be-615a-a5d3-a6c104a1fffb-d6ab4442 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-fdb339a2-d5be-615a-a5d3-a6c104a20002-d6ab4442 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-e439c937-0660-9280-b8d7-d52091ba615c-d6ab4442 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-e439c937-0660-9280-b8d7-d52091ba615e-d6ab4442 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_11b320c8-1f1d-f7ab-b3ce-767759f57198-d6ab4442 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_11b320c8-1f1d-f7ab-b3ce-767759f5719f-d6ab4442 {
  justify-self: start;
}

#w-node-_83e62ffd-a7aa-f7df-1257-483bb94a51b9-aae9a09a {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-fdb339a2-d5be-615a-a5d3-a6c104a1fffb-aae9a09a {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-fdb339a2-d5be-615a-a5d3-a6c104a20002-aae9a09a {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-e439c937-0660-9280-b8d7-d52091ba615c-aae9a09a {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-e439c937-0660-9280-b8d7-d52091ba615e-aae9a09a {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_11b320c8-1f1d-f7ab-b3ce-767759f57198-aae9a09a {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_11b320c8-1f1d-f7ab-b3ce-767759f5719f-aae9a09a {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_83e62ffd-a7aa-f7df-1257-483bb94a51b9-0edb2ffc {
    grid-column: span 6 / span 6;
  }

  #w-node-_99580e04-66d4-6d27-3695-f519cf4fd92e-0edb2ffc {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-aaae74ef-0896-eeb0-c880-b34e814b515a-0edb2ffc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_13bb439e-f429-f1e2-1e84-2f29ae1a56a8-0edb2ffc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9928ed10-8de5-27cd-e5ea-b9e285f1d358-0edb2ffc {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3150b100-1bed-c05c-7ed6-fc8158d53ee0-58d53ede {
    grid-column: span 2 / span 2;
  }

  #w-node-_3150b100-1bed-c05c-7ed6-fc8158d53ee2-58d53ede {
    grid-column: span 4 / span 4;
  }

  #w-node-_3150b100-1bed-c05c-7ed6-fc8158d53ef9-58d53ede {
    grid-column: span 6 / span 6;
  }

  #w-node-ef21a271-7711-d7be-e127-98362c968dc7-2c968dc5, #w-node-ef21a271-7711-d7be-e127-98362c968dce-2c968dc5 {
    grid-column: span 2 / span 2;
  }

  #w-node-ef21a271-7711-d7be-e127-98362c968dd6-2c968dc5 {
    grid-column: 3 / 7;
  }

  #w-node-_53f62ca8-48e3-6155-3285-0f3bea6dfde3-ea6dfde1 {
    grid-column: span 5 / span 5;
  }

  #w-node-_53f62ca8-48e3-6155-3285-0f3bea6dfdec-ea6dfde1 {
    grid-column: span 6 / span 6;
  }

  #w-node-_8cd05922-71be-7d24-8385-89c04ac75b1e-4ac75b1c {
    grid-column: span 4 / span 4;
  }

  #w-node-_8cd05922-71be-7d24-8385-89c04ac75b23-4ac75b1c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8cd05922-71be-7d24-8385-89c04ac75b3b-4ac75b1c, #w-node-d0f9becb-9cb9-d7a5-7abd-df0f121c91a1-121c919f, #w-node-_3f697124-fe65-32c4-fe0c-d69cb5ee74fd-b5ee74f4 {
    grid-column: span 6 / span 6;
  }

  #w-node-d3f4d542-432c-6a70-9c79-a42b211fd8f8-0edb3002 {
    grid-column: span 2 / span 2;
  }

  #w-node-aedd5c6f-a8eb-d904-4155-8b8d6b2651d7-0edb3002 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_62446863-c1d0-2632-babb-45f09f81ef5b-0edb3002, #w-node-_83bbee47-42ef-72bf-0c6f-4039bb3069e6-0edb3002, #w-node-ef8b0358-7091-2cb6-2d50-0290c44aac59-0edb3002 {
    grid-column: span 1 / span 1;
  }

  #w-node-_67a355c6-595f-be8f-2939-53f85aff8bf2-0edb3002, #w-node-b3a26b78-fb1c-6e62-0499-1a1c8b297654-0edb3002, #w-node-_878b9a62-4ab4-644f-f930-fe90f00990dc-0edb3002, #w-node-_3e39272a-709b-35ac-2894-7c0ee33fa7f6-0edb3002, #w-node-be435512-5297-3c9d-e6e8-6b3df79aec34-0edb3002, #w-node-be435512-5297-3c9d-e6e8-6b3df79aec3e-0edb3002, #w-node-be435512-5297-3c9d-e6e8-6b3df79aec4a-0edb3002, #w-node-_9ba0af2b-6bd3-b820-f92c-551b71ebf219-0edb3002, #w-node-_2da9d70d-4b1c-77b6-68f5-6a1f1e3d3b9d-0edb3002, #w-node-_9913b24b-5c31-439d-2aae-e1fa60a852e0-0edb3002, #w-node-d677e6d5-b29e-b863-8973-e78f4b62920e-0edb3002 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_74da2859-601a-ded1-725d-ec5cd2aeee2b-0edb3003 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-c2a34734-3bac-970a-8b01-49668a13a951-0edb3003 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-f63c206d-d184-0692-d27a-49a9415c4012-0edb3003 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d3ad1610-e0c6-9080-202d-4062a0dea1cc-0edb3003 {
    grid-column: span 4 / span 4;
  }

  #w-node-_10bdf5eb-22f6-eda5-456e-82d96035c8a6-0edb3003 {
    grid-column: span 2 / span 2;
  }

  #w-node-bdf1bd35-2dd1-b97a-68e8-b87f40b127dd-0edb3003 {
    grid-column: span 6 / span 6;
  }

  #w-node-e7ddd3e2-8a07-cd71-29ea-3dc760877250-0edb3004 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-dce5017c-3d54-5520-a2c6-19be676dbd89-0edb3004, #w-node-_86e82d54-6a1a-6e9f-4131-144186cd2fd3-0edb3004, #w-node-_83e62ffd-a7aa-f7df-1257-483bb94a51b9-0edb3006 {
    grid-column: span 6 / span 6;
  }

  #w-node-fdb339a2-d5be-615a-a5d3-a6c104a1fffb-0edb3006 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-fdb339a2-d5be-615a-a5d3-a6c104a20002-0edb3006, #w-node-_4acbebd7-c71e-27d4-057d-52359c26a359-0edb3006, #w-node-_4acbebd7-c71e-27d4-057d-52359c26a362-0edb3006, #w-node-_4acbebd7-c71e-27d4-057d-52359c26a363-0edb3006, #w-node-_4acbebd7-c71e-27d4-057d-52359c26a36a-0edb3006, #w-node-_4acbebd7-c71e-27d4-057d-52359c26a36b-0edb3006, #w-node-_4acbebd7-c71e-27d4-057d-52359c26a372-0edb3006, #w-node-_4acbebd7-c71e-27d4-057d-52359c26a373-0edb3006 {
    grid-column: span 6 / span 6;
  }

  #w-node-_4688c09c-f719-88a5-6e63-7c17fa62c583-0edb3006 {
    grid-column: span 2 / span 2;
  }

  #w-node-f78d1dbe-5c8b-1f22-85c3-e0f0a4194af5-0edb3006 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-eb8d9691-11cd-e4ea-86ca-d427aaed8bf7-0edb3006 {
    grid-area: span 1 / span 6 / span 1 / span 6;
    align-self: start;
  }

  #w-node-_11b320c8-1f1d-f7ab-b3ce-767759f57198-0edb3006, #w-node-b7e21b19-b1b6-48bb-ce8b-ac2b235f548f-0edb3008, #w-node-_0688ac19-149d-aea0-8e5f-9bf22bc8f37d-0edb3008, #w-node-b522935a-ad71-4386-5755-b2cf12a37887-0edb3008 {
    grid-column: span 6 / span 6;
  }

  #w-node-_8c57bc85-bca3-e12d-8507-11517ae3938a-0edb3009 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_8c57bc85-bca3-e12d-8507-11517ae3938f-0edb3009, #w-node-_5c75cd6f-0835-1c81-11ea-dddd02544cf4-0edb3009 {
    grid-column: span 6 / span 6;
  }

  #w-node-_7dfeae07-8cb6-5be1-6fb5-c624e78636bd-0edb300a {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_3c15a4dd-775f-e5b5-d8d9-df7a1c2f399f-0edb300a {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_4a0b1751-b02c-b25b-3e6f-5a880c2864fd-0edb300b {
    grid-column: span 3 / span 3;
  }

  #w-node-_014b835a-5e10-b027-b22b-a2a3efd98203-0edb300b {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1bab0de0-33a8-1304-8c8d-d3592bd1859d-2bd1859b, #w-node-_83e62ffd-a7aa-f7df-1257-483bb94a51b9-fb279aa6 {
    grid-column: span 6 / span 6;
  }

  #w-node-fdb339a2-d5be-615a-a5d3-a6c104a1fffb-fb279aa6 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-fdb339a2-d5be-615a-a5d3-a6c104a20002-fb279aa6 {
    grid-column: span 6 / span 6;
  }

  #w-node-e439c937-0660-9280-b8d7-d52091ba615c-fb279aa6, #w-node-e439c937-0660-9280-b8d7-d52091ba615e-fb279aa6 {
    grid-column: span 3 / span 3;
  }

  #w-node-_11b320c8-1f1d-f7ab-b3ce-767759f57198-fb279aa6, #w-node-_83e62ffd-a7aa-f7df-1257-483bb94a51b9-42d55953 {
    grid-column: span 6 / span 6;
  }

  #w-node-fdb339a2-d5be-615a-a5d3-a6c104a1fffb-42d55953 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-fdb339a2-d5be-615a-a5d3-a6c104a20002-42d55953 {
    grid-column: span 6 / span 6;
  }

  #w-node-e439c937-0660-9280-b8d7-d52091ba615c-42d55953, #w-node-e439c937-0660-9280-b8d7-d52091ba615e-42d55953 {
    grid-column: span 3 / span 3;
  }

  #w-node-_11b320c8-1f1d-f7ab-b3ce-767759f57198-42d55953, #w-node-_83e62ffd-a7aa-f7df-1257-483bb94a51b9-d7b53820 {
    grid-column: span 6 / span 6;
  }

  #w-node-fdb339a2-d5be-615a-a5d3-a6c104a1fffb-d7b53820 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-fdb339a2-d5be-615a-a5d3-a6c104a20002-d7b53820 {
    grid-column: span 6 / span 6;
  }

  #w-node-e439c937-0660-9280-b8d7-d52091ba615c-d7b53820, #w-node-e439c937-0660-9280-b8d7-d52091ba615e-d7b53820 {
    grid-column: span 3 / span 3;
  }

  #w-node-_11b320c8-1f1d-f7ab-b3ce-767759f57198-d7b53820, #w-node-_83e62ffd-a7aa-f7df-1257-483bb94a51b9-d6ab4442 {
    grid-column: span 6 / span 6;
  }

  #w-node-fdb339a2-d5be-615a-a5d3-a6c104a1fffb-d6ab4442 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-fdb339a2-d5be-615a-a5d3-a6c104a20002-d6ab4442 {
    grid-column: span 6 / span 6;
  }

  #w-node-e439c937-0660-9280-b8d7-d52091ba615c-d6ab4442, #w-node-e439c937-0660-9280-b8d7-d52091ba615e-d6ab4442 {
    grid-column: span 3 / span 3;
  }

  #w-node-_11b320c8-1f1d-f7ab-b3ce-767759f57198-d6ab4442, #w-node-_83e62ffd-a7aa-f7df-1257-483bb94a51b9-aae9a09a {
    grid-column: span 6 / span 6;
  }

  #w-node-fdb339a2-d5be-615a-a5d3-a6c104a1fffb-aae9a09a {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-fdb339a2-d5be-615a-a5d3-a6c104a20002-aae9a09a {
    grid-column: span 6 / span 6;
  }

  #w-node-e439c937-0660-9280-b8d7-d52091ba615c-aae9a09a, #w-node-e439c937-0660-9280-b8d7-d52091ba615e-aae9a09a {
    grid-column: span 3 / span 3;
  }

  #w-node-_11b320c8-1f1d-f7ab-b3ce-767759f57198-aae9a09a {
    grid-column: span 6 / span 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_83e62ffd-a7aa-f7df-1257-483bb94a51b9-0edb2ffc, #w-node-_99580e04-66d4-6d27-3695-f519cf4fd92e-0edb2ffc, #w-node-aaae74ef-0896-eeb0-c880-b34e814b515a-0edb2ffc {
    grid-column: span 1 / span 1;
  }

  #w-node-cf4e7020-91ae-3e95-8d9b-e7401027c3d1-0edb2ffc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9928ed10-8de5-27cd-e5ea-b9e285f1d358-0edb2ffc, #w-node-_3150b100-1bed-c05c-7ed6-fc8158d53ee0-58d53ede, #w-node-_3150b100-1bed-c05c-7ed6-fc8158d53ee2-58d53ede, #w-node-_3150b100-1bed-c05c-7ed6-fc8158d53ef9-58d53ede, #w-node-ef21a271-7711-d7be-e127-98362c968dc7-2c968dc5 {
    grid-column: span 1 / span 1;
  }

  #w-node-ef21a271-7711-d7be-e127-98362c968dca-2c968dc5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ef21a271-7711-d7be-e127-98362c968dce-2c968dc5 {
    order: 9999;
    grid-column: span 1 / span 1;
  }

  #w-node-ef21a271-7711-d7be-e127-98362c968dd6-2c968dc5 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_53f62ca8-48e3-6155-3285-0f3bea6dfde3-ea6dfde1 {
    grid-column: span 1 / span 1;
  }

  #w-node-_53f62ca8-48e3-6155-3285-0f3bea6dfde6-ea6dfde1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_53f62ca8-48e3-6155-3285-0f3bea6dfdec-ea6dfde1, #w-node-_8cd05922-71be-7d24-8385-89c04ac75b1e-4ac75b1c {
    grid-column: span 1 / span 1;
  }

  #w-node-_8cd05922-71be-7d24-8385-89c04ac75b1f-4ac75b1c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8cd05922-71be-7d24-8385-89c04ac75b23-4ac75b1c, #w-node-_8cd05922-71be-7d24-8385-89c04ac75b3b-4ac75b1c, #w-node-d0f9becb-9cb9-d7a5-7abd-df0f121c91a1-121c919f, #w-node-_3f697124-fe65-32c4-fe0c-d69cb5ee74f6-b5ee74f4 {
    grid-column: span 1 / span 1;
  }

  #w-node-_3f697124-fe65-32c4-fe0c-d69cb5ee74f9-b5ee74f4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3f697124-fe65-32c4-fe0c-d69cb5ee74fd-b5ee74f4, #w-node-d3f4d542-432c-6a70-9c79-a42b211fd8f8-0edb3002, #w-node-aedd5c6f-a8eb-d904-4155-8b8d6b2651d7-0edb3002, #w-node-_74da2859-601a-ded1-725d-ec5cd2aeee2b-0edb3003 {
    grid-column: span 1 / span 1;
  }

  #w-node-c2a34734-3bac-970a-8b01-49668a13a951-0edb3003 {
    grid-column: span 2 / span 2;
  }

  #w-node-f63c206d-d184-0692-d27a-49a9415c4012-0edb3003, #w-node-d3ad1610-e0c6-9080-202d-4062a0dea1cc-0edb3003 {
    grid-column: span 1 / span 1;
  }

  #w-node-_10bdf5eb-22f6-eda5-456e-82d96035c8a6-0edb3003 {
    order: 9999;
    grid-column: span 1 / span 1;
    justify-self: center;
  }

  #w-node-bdf1bd35-2dd1-b97a-68e8-b87f40b127dd-0edb3003, #w-node-e7ddd3e2-8a07-cd71-29ea-3dc760877250-0edb3004 {
    grid-column: span 1 / span 1;
  }

  #w-node-e7ddd3e2-8a07-cd71-29ea-3dc760877253-0edb3004 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dce5017c-3d54-5520-a2c6-19be676dbd89-0edb3004, #w-node-_86e82d54-6a1a-6e9f-4131-144186cd2fd3-0edb3004, #w-node-_83e62ffd-a7aa-f7df-1257-483bb94a51b9-0edb3006, #w-node-fdb339a2-d5be-615a-a5d3-a6c104a1fffb-0edb3006 {
    grid-column: span 1 / span 1;
  }

  #w-node-fdb339a2-d5be-615a-a5d3-a6c104a1fffe-0edb3006 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fdb339a2-d5be-615a-a5d3-a6c104a20002-0edb3006, #w-node-_4acbebd7-c71e-27d4-057d-52359c26a359-0edb3006 {
    grid-column: span 1 / span 1;
  }

  #w-node-_4acbebd7-c71e-27d4-057d-52359c26a35d-0edb3006 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4acbebd7-c71e-27d4-057d-52359c26a362-0edb3006, #w-node-_4acbebd7-c71e-27d4-057d-52359c26a363-0edb3006 {
    grid-column: span 1 / span 1;
  }

  #w-node-_4acbebd7-c71e-27d4-057d-52359c26a365-0edb3006 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4acbebd7-c71e-27d4-057d-52359c26a36a-0edb3006, #w-node-_4acbebd7-c71e-27d4-057d-52359c26a36b-0edb3006 {
    grid-column: span 1 / span 1;
  }

  #w-node-_4acbebd7-c71e-27d4-057d-52359c26a36d-0edb3006 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4acbebd7-c71e-27d4-057d-52359c26a372-0edb3006, #w-node-_4acbebd7-c71e-27d4-057d-52359c26a373-0edb3006 {
    grid-column: span 1 / span 1;
  }

  #w-node-_4acbebd7-c71e-27d4-057d-52359c26a375-0edb3006 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4688c09c-f719-88a5-6e63-7c17fa62c583-0edb3006 {
    grid-column: span 1 / span 1;
  }

  #w-node-_4688c09c-f719-88a5-6e63-7c17fa62c586-0edb3006 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f78d1dbe-5c8b-1f22-85c3-e0f0a4194af5-0edb3006 {
    grid-column: span 1 / span 1;
  }

  #w-node-ba8b5cfd-ce6f-be98-238b-4271dd89fb6c-0edb3006, #w-node-_8c8e3337-b020-8086-6a18-f95d8ab3572d-0edb3006 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-eb8d9691-11cd-e4ea-86ca-d427aaed8bf7-0edb3006 {
    grid-column: span 1 / span 1;
  }

  #w-node-eb8d9691-11cd-e4ea-86ca-d427aaed8c0c-0edb3006, #w-node-_2f9f0707-3074-2e8d-5523-75fbb19e1d93-0edb3006, #w-node-_26dab789-1d94-f69b-44ad-c38753c80785-0edb3006, #w-node-_78ff9068-192f-1476-fc21-e384ff7b31a9-0edb3006, #w-node-_271df6d7-02c6-6e18-24b8-766d04854a3a-0edb3006, #w-node-eb8d9691-11cd-e4ea-86ca-d427aaed8c24-0edb3006, #w-node-_7dc6d752-fee0-15a1-e360-7bc04b294384-0edb3006, #w-node-bcc85bde-3a46-aff7-7bcf-0f059c9a5c27-0edb3006, #w-node-_7cd6a219-7198-2f85-0512-680216083be8-0edb3006, #w-node-d82a4d3d-9e26-47bf-ada2-eee6daff6680-0edb3006 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_11b320c8-1f1d-f7ab-b3ce-767759f57198-0edb3006, #w-node-_4a0b1751-b02c-b25b-3e6f-5a880c2864fd-0edb3008 {
    grid-column: span 1 / span 1;
  }

  #w-node-_4a0b1751-b02c-b25b-3e6f-5a880c286500-0edb3008 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b7e21b19-b1b6-48bb-ce8b-ac2b235f548f-0edb3008, #w-node-_0688ac19-149d-aea0-8e5f-9bf22bc8f37d-0edb3008, #w-node-b522935a-ad71-4386-5755-b2cf12a37887-0edb3008, #w-node-_8c57bc85-bca3-e12d-8507-11517ae3938a-0edb3009 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8c57bc85-bca3-e12d-8507-11517ae3938d-0edb3009 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8c57bc85-bca3-e12d-8507-11517ae3938f-0edb3009, #w-node-_5c75cd6f-0835-1c81-11ea-dddd02544cf4-0edb3009, #w-node-_7dfeae07-8cb6-5be1-6fb5-c624e78636bd-0edb300a, #w-node-_3c15a4dd-775f-e5b5-d8d9-df7a1c2f399f-0edb300a, #w-node-_4a0b1751-b02c-b25b-3e6f-5a880c2864fd-0edb300b {
    grid-column: span 1 / span 1;
  }

  #w-node-_4a0b1751-b02c-b25b-3e6f-5a880c286500-0edb300b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_014b835a-5e10-b027-b22b-a2a3efd98203-0edb300b, #w-node-_1bab0de0-33a8-1304-8c8d-d3592bd1859d-2bd1859b, #w-node-_83e62ffd-a7aa-f7df-1257-483bb94a51b9-fb279aa6, #w-node-fdb339a2-d5be-615a-a5d3-a6c104a1fffb-fb279aa6 {
    grid-column: span 1 / span 1;
  }

  #w-node-fdb339a2-d5be-615a-a5d3-a6c104a1fffe-fb279aa6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fdb339a2-d5be-615a-a5d3-a6c104a20002-fb279aa6 {
    grid-column: span 1 / span 1;
  }

  #w-node-e439c937-0660-9280-b8d7-d52091ba615c-fb279aa6, #w-node-e439c937-0660-9280-b8d7-d52091ba615e-fb279aa6 {
    grid-column: span 6 / span 6;
  }

  #w-node-_11b320c8-1f1d-f7ab-b3ce-767759f57198-fb279aa6, #w-node-_83e62ffd-a7aa-f7df-1257-483bb94a51b9-42d55953, #w-node-fdb339a2-d5be-615a-a5d3-a6c104a1fffb-42d55953 {
    grid-column: span 1 / span 1;
  }

  #w-node-fdb339a2-d5be-615a-a5d3-a6c104a1fffe-42d55953 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fdb339a2-d5be-615a-a5d3-a6c104a20002-42d55953 {
    grid-column: span 1 / span 1;
  }

  #w-node-e439c937-0660-9280-b8d7-d52091ba615c-42d55953, #w-node-e439c937-0660-9280-b8d7-d52091ba615e-42d55953 {
    grid-column: span 6 / span 6;
  }

  #w-node-_11b320c8-1f1d-f7ab-b3ce-767759f57198-42d55953, #w-node-_83e62ffd-a7aa-f7df-1257-483bb94a51b9-d7b53820, #w-node-fdb339a2-d5be-615a-a5d3-a6c104a1fffb-d7b53820 {
    grid-column: span 1 / span 1;
  }

  #w-node-fdb339a2-d5be-615a-a5d3-a6c104a1fffe-d7b53820 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fdb339a2-d5be-615a-a5d3-a6c104a20002-d7b53820 {
    grid-column: span 1 / span 1;
  }

  #w-node-e439c937-0660-9280-b8d7-d52091ba615c-d7b53820, #w-node-e439c937-0660-9280-b8d7-d52091ba615e-d7b53820 {
    grid-column: span 6 / span 6;
  }

  #w-node-_11b320c8-1f1d-f7ab-b3ce-767759f57198-d7b53820, #w-node-_83e62ffd-a7aa-f7df-1257-483bb94a51b9-d6ab4442, #w-node-fdb339a2-d5be-615a-a5d3-a6c104a1fffb-d6ab4442 {
    grid-column: span 1 / span 1;
  }

  #w-node-fdb339a2-d5be-615a-a5d3-a6c104a1fffe-d6ab4442 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fdb339a2-d5be-615a-a5d3-a6c104a20002-d6ab4442 {
    grid-column: span 1 / span 1;
  }

  #w-node-e439c937-0660-9280-b8d7-d52091ba615c-d6ab4442, #w-node-e439c937-0660-9280-b8d7-d52091ba615e-d6ab4442 {
    grid-column: span 6 / span 6;
  }

  #w-node-_11b320c8-1f1d-f7ab-b3ce-767759f57198-d6ab4442, #w-node-_83e62ffd-a7aa-f7df-1257-483bb94a51b9-aae9a09a, #w-node-fdb339a2-d5be-615a-a5d3-a6c104a1fffb-aae9a09a {
    grid-column: span 1 / span 1;
  }

  #w-node-fdb339a2-d5be-615a-a5d3-a6c104a1fffe-aae9a09a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fdb339a2-d5be-615a-a5d3-a6c104a20002-aae9a09a {
    grid-column: span 1 / span 1;
  }

  #w-node-e439c937-0660-9280-b8d7-d52091ba615c-aae9a09a, #w-node-e439c937-0660-9280-b8d7-d52091ba615e-aae9a09a {
    grid-column: span 6 / span 6;
  }

  #w-node-_11b320c8-1f1d-f7ab-b3ce-767759f57198-aae9a09a {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c2a34734-3bac-970a-8b01-49668a13a951-0edb3003 {
    grid-column: span 4 / span 4;
  }
}


@font-face {
  font-family: 'Brockmann';
  src: url('../fonts/Brockmann-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brockmann';
  src: url('../fonts/Brockmann-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brockmann';
  src: url('../fonts/Brockmann-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}