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

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

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

:root {
  --white: white;
  --black: black;
  --blue: #4250b1;
  --grey: #a1a1a1;
  --lavender: #e1dffb;
  --light-coral: #e07f80;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--white);
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.5;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.5;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

p {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: var(--black);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
}

a:hover {
  color: var(--blue);
}

.margin-xhuge {
  margin: 10rem;
}

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

.icon-height-small {
  height: 1rem;
}

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

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.text-size-small {
  color: #a2a2a2;
  font-size: 1rem;
  line-height: 1.5;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.margin-custom1 {
  margin: 1rem;
}

.margin-0 {
  margin: 0;
}

.text-weight-xbold {
  font-weight: 800;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-0 {
  padding: 0;
}

.text-size-tiny {
  font-size: .75rem;
}

.padding-section-medium {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

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

.icon-1x1-small {
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
}

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

.text-size-large {
  font-size: 1.5rem;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.overflow-visible {
  overflow: visible;
}

.text-weight-medium {
  font-weight: 500;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.icon-height-large {
  height: 4rem;
}

.max-width-large {
  width: 100%;
  max-width: 60rem;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.margin-small {
  margin: 1rem;
}

.text-size-regular {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-xhuge {
  padding: 10rem;
}

.icon-height-medium {
  height: 2rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.padding-custom3 {
  padding: 3.5rem;
}

.margin-xxhuge {
  margin: 16rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.margin-huge {
  margin: 6rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.margin-medium {
  margin: 2rem;
}

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

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #0073e61a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.text-weight-semibold {
  font-weight: 600;
}

.max-width-medium {
  width: 100%;
  max-width: 43.5rem;
}

.text-color-black {
  color: #000;
}

.padding-small {
  padding: 1.5rem;
}

.text-color-grey {
  color: var(--grey);
}

.heading-style-h2 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

.margin-xsmall {
  margin: .5rem;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.container-large {
  z-index: 5;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 88.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-style-link-footer {
  color: var(--black);
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-style-italic {
  font-style: italic;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

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

.text-size-medium {
  font-size: 1.5rem;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

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

.overflow-hidden {
  width: 100%;
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.margin-custom2 {
  margin: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.overflow-auto {
  overflow: auto;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom2 {
  padding: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form_component {
  margin-bottom: 0;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.margin-tiny {
  margin: .125rem;
}

.padding-global {
  z-index: 2;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.text-weight-light {
  font-weight: 300;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.padding-xxsmall {
  padding: .25rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-small {
  width: 100%;
  max-width: 21rem;
}

.padding-xxhuge {
  padding: 16rem;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.background-color-orange {
  background-color: #ea6335;
}

.text-style-muted {
  opacity: .6;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.padding-medium {
  padding: 2rem;
}

.padding-section-large {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.fs-styleguide_header {
  background-color: #0000000d;
}

.padding-custom1 {
  padding: 3rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #0073e61a;
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.padding-large {
  padding: 3.5rem;
}

.padding-huge {
  padding: 5rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_color.is-3 {
  background-color: var(--grey);
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #ea6335;
}

.main-wrapper {
  overflow: visible;
}

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--blue);
  color: var(--blue);
  text-align: center;
  background-color: #0000;
  border-radius: 2rem;
  justify-content: flex-start;
  align-items: center;
  min-height: 2.5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.margin-large {
  margin: 3rem;
}

.padding-tiny {
  padding: .125rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
}

.hide {
  display: none;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.section_header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: visible;
}

.text-color-orange {
  color: #ea6335;
}

.header_content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sticky-image {
  z-index: 0;
  height: 25rem;
  display: block;
  position: sticky;
  top: 0;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.services_component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section_about {
  z-index: 1;
  position: relative;
  overflow: visible;
}

.services_content {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  flex-direction: column;
  display: flex;
}

.contact_section {
  position: relative;
}

.contact_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer_menu {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #0000;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: absolute;
  inset: 0% 0% auto;
}

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

.navbar_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}

.navbar_link:hover {
  color: var(--blue);
  text-align: left;
  text-decoration: underline;
}

.navbar_menu {
  background-color: #0000;
  display: flex;
}

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

.button_icon.is-hover {
  position: absolute;
  transform: translate(-200%);
}

.hide-this {
  display: none;
}

.home-cta_span {
  width: 6.625rem;
  height: 8.125rem;
  margin-left: .2rem;
  margin-right: .2rem;
  display: inline-block;
  position: relative;
}

.span-element.is-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-cta_img {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 30% 0% 0%;
}

.about_component {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.about_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
  inset: 0% 0% auto auto;
}

.about_arrow-icon {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.about_slide {
  width: 33.33%;
  padding-right: 1.5rem;
}

.about_mask {
  width: 100%;
  overflow: visible;
}

.about_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}

.about_arrow {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: .5rem;
  transition: background-color .2s;
  display: flex;
  inset: -7.75rem 1.75rem auto auto;
}

.about_arrow:hover {
  background-color: var(--lavender);
}

.about_arrow.is-left {
  right: 4.25rem;
}

.about_slide-box {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: var(--white);
  color: var(--black);
  flex-direction: column;
  min-height: 40rem;
  display: flex;
}

.about_slide-box-image {
  overflow: hidden;
}

.image-contain {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.about_slide-box-text-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.about_carousel {
  background-color: var(--white);
  border-radius: 1.5rem;
  width: 5.5rem;
  height: 3rem;
  position: absolute;
  inset: -8rem 1.5rem auto auto;
}

.about-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.about_figures {
  flex: 1;
}

.about_figures-title {
  color: var(--light-coral);
  font-size: 2.5rem;
  font-weight: 500;
}

.section_management.background-color-black {
  position: relative;
}

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

.management-box {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  display: flex;
}

.management-box-text-wrap {
  grid-column-gap: .5rem;
  text-transform: none;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.image {
  width: 10rem;
}

.text-style-underline {
  text-decoration: underline;
}

.ellipse-3 {
  z-index: 2;
  width: 27.875rem;
  height: 55.75rem;
  position: absolute;
  top: -16rem;
  right: -2.5rem;
}

.ellipse-4 {
  width: 22.5rem;
  height: 45rem;
  position: absolute;
  top: 28.125rem;
  left: 1.35rem;
  overflow: hidden;
}

.ellipse-5 {
  width: 20rem;
  height: 40rem;
  position: absolute;
  top: -11.925rem;
  right: 16.5rem;
  overflow: hidden;
}

.ellipse-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: 59.875rem;
  display: flex;
  position: absolute;
  top: 374.25px;
  right: -6.625rem;
}

.ellipse-7 {
  width: 20rem;
  height: 40rem;
  position: absolute;
  top: -10.125rem;
  right: 16.5rem;
  overflow: hidden;
}

.ellipse-embed {
  background-image: linear-gradient(#4250b1, #de7f81);
  border-radius: 50%;
  width: 200%;
  height: 100%;
  overflow: hidden;
}

.ellipse-embed.is-7, .ellipse-embed.is-5 {
  width: 40rem;
}

.ellipse-embed.is-4 {
  width: 45rem;
}

.ellipse-embed.is-3 {
  width: 48rem;
}

.ellipse-embed.is-1 {
  width: 200%;
}

.ellipse-embed.is-2 {
  width: 38.75rem;
}

.ellipse-1 {
  perspective-origin: 50%;
  transform-origin: 50%;
  width: 19.375rem;
  height: 38.75rem;
  position: absolute;
  top: -22rem;
  left: -17.85rem;
  overflow: hidden;
}

.ellipse-2 {
  width: 19.375rem;
  height: 38.75rem;
  position: absolute;
  top: 20.25rem;
  left: -17.85rem;
  overflow: hidden;
}

.position-relative {
  position: relative;
}

.overflow-hidden-wrapper {
  z-index: 1;
  margin-top: -40rem;
  padding-top: 40rem;
  position: relative;
  overflow: hidden;
}

.contact-link {
  min-height: 48px;
}

.header_ellipse-wrap {
  position: absolute;
  inset: 0% auto 0% 0%;
}

.ellepse-8 {
  width: 35rem;
  height: 100%;
  position: absolute;
  top: 15rem;
  right: 4rem;
  overflow: hidden;
}

.ellipse-8 {
  justify-content: flex-start;
  align-items: center;
  width: 35rem;
  height: 70rem;
  position: absolute;
  top: 15rem;
  right: 4rem;
  overflow: hidden;
}

.loader_inside {
  z-index: -1;
  filter: none;
  background-image: linear-gradient(#b1adff, #8f00ff);
  width: 200%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-2 {
  filter: blur(15px);
  border-radius: 50%;
  width: 200%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.ellipse-embed-last {
  background-image: linear-gradient(to bottom, var(--blue), var(--light-coral));
  border-radius: 50%;
  width: 200%;
  height: 100%;
  overflow: hidden;
}

.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: 260px;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .management_component {
    grid-column-gap: 2rem;
  }

  .management-box {
    grid-column-gap: 2.5rem;
  }

  .ellipse-3 {
    width: 27.875rem;
    height: 55.75rem;
    top: -16rem;
    right: -2.5rem;
  }

  .ellipse-4 {
    width: 26.9375rem;
    height: 53.875rem;
    top: 28.125rem;
    left: 4.25rem;
  }

  .ellipse-5 {
    width: 29.9375rem;
    height: 59.875rem;
    top: -34.625rem;
    right: 26.3125rem;
  }

  .ellipse-6 {
    width: 29.9375rem;
    height: 59.875rem;
    top: 26.5156rem;
    right: -6.625rem;
  }

  .ellipse-7 {
    width: 30.4063rem;
    height: 60.8125rem;
    top: -10.125rem;
    right: 26.3125rem;
  }

  .ellipse-embed {
    perspective-origin: 50%;
    transform-origin: 50%;
    top: 5.5rem;
    right: 1rem;
  }

  .ellipse-1 {
    left: -14.75rem;
    overflow: hidden;
  }

  .ellipse-2 {
    width: 19.375rem;
    height: 38.75rem;
    top: 20.25rem;
    left: -14.75rem;
  }

  .ellepse-8 {
    width: 49.25rem;
    height: 98.5rem;
    right: 4rem;
  }

  .ellipse-8 {
    width: 49.25rem;
    height: 98.5rem;
    top: 5.5rem;
    right: 4rem;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 5rem;
  }

  h2 {
    font-size: 3rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .hide-tablet {
    display: none;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .max-width-medium {
    max-width: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .max-width-small {
    max-width: none;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-section-large {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .section_about {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .contact_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column;
  }

  .footer_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
  }

  .navbar_link {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 16px;
    display: block;
  }

  .navbar_link:hover {
    text-align: center;
  }

  .navbar_menu {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    background-color: var(--white);
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .about_slide {
    width: 50%;
  }

  .about_arrow {
    top: -6.75rem;
  }

  .about_carousel {
    top: -7rem;
  }

  .about-wrapper {
    grid-row-gap: 2.5rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .about_figures {
    flex: 0 auto;
    width: 31%;
  }

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

  .ellipse-3 {
    width: 18rem;
    height: 36rem;
    top: -7rem;
  }

  .ellipse-4 {
    width: 18rem;
    height: 36rem;
    top: 25.325rem;
    left: 1rem;
  }

  .ellipse-5 {
    width: 18rem;
    height: 36rem;
    top: -21rem;
  }

  .ellipse-6 {
    width: 17rem;
    height: 34px;
    top: 319.25px;
    right: -15.625rem;
  }

  .ellipse-7 {
    width: 17rem;
    height: 34rem;
    top: -3.525rem;
  }

  .ellipse-embed {
    position: absolute;
  }

  .navbar-button-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: center;
    display: flex;
  }

  .menu-icon-wrapper {
    border-left: 1px solid #d6e3e7;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 18px;
  }

  .menu-icon {
    width: 32px;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .ellepse-8 {
    width: 20rem;
    top: 25.7rem;
    right: .6rem;
  }

  .ellipse-8 {
    width: 20rem;
    height: 40rem;
    top: 25.7rem;
    right: .6rem;
  }
}

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

  h2 {
    font-size: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

  .text-size-large {
    font-size: 1.25rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .text-align-center.text-align-left-mobile-portrait {
    text-align: left;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .fs-styleguide_version {
    font-size: .875rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .sticky-image {
    height: 25rem;
  }

  .footer_menu {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
  }

  .home-cta_span {
    width: 4.77rem;
    height: 5.85rem;
  }

  .about_slide {
    width: 100%;
    padding-right: 1.5rem;
  }

  .about_mask {
    width: 100%;
  }

  .image-contain {
    object-fit: fill;
  }

  .about-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 2.5rem;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .about_figures {
    width: 48%;
  }

  .management_component {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .ellipse-5 {
    width: 14rem;
    height: 28rem;
    top: -19rem;
    right: 10rem;
  }

  .ellipse-6 {
    width: 14rem;
    height: 28px;
    right: -13.125rem;
  }

  .ellipse-7 {
    width: 14rem;
    height: 28rem;
    top: -5.925rem;
    right: 10rem;
  }

  .ellipse-1, .ellipse-2 {
    left: -18.5rem;
  }

  .ellepse-8 {
    width: 14rem;
    height: 100%;
    top: 24.5rem;
    right: 1rem;
  }

  .ellipse-8 {
    width: 14rem;
    height: 28rem;
    top: 24.5rem;
    right: 1rem;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.7rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-style-link-footer {
    font-size: 1.8rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .sticky-image {
    height: 20rem;
  }

  .footer_content {
    text-align: center;
  }

  .footer_menu {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
  }

  .navbar {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .navbar_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .navbar_logo.is-navbar {
    width: 8.7rem;
    display: block;
  }

  .home-cta_span {
    width: 3.1482rem;
    height: 3.861rem;
  }

  .about_arrow {
    top: -5.75rem;
  }

  .about_slide-box {
    min-height: 42rem;
  }

  .about_carousel {
    top: -6rem;
  }

  .about-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .about_figures {
    width: 70%;
  }

  .management-box {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .ellipse-3, .ellipse-4 {
    z-index: -1;
  }

  .ellipse-5 {
    z-index: -1;
    width: 10rem;
    height: 20rem;
    top: -13.2rem;
    right: 5rem;
  }

  .ellipse-6 {
    z-index: -1;
  }

  .ellipse-7 {
    z-index: -1;
    width: 10rem;
    height: 20rem;
    top: -4.725rem;
    right: 5rem;
  }

  .ellipse-1, .ellipse-2 {
    z-index: -1;
  }

  .ellipse-8 {
    z-index: -1;
    width: 10rem;
    height: 20rem;
    top: 55.5rem;
    right: -2rem;
  }
}

#w-node-_2f85ec55-005f-9911-88a5-00edc8d106c8-1cad76a7, #w-node-a87c99d8-4d7a-1ed9-7309-f8232f505fd6-1cad76a7, #w-node-b8ac5bbf-e64a-8287-d67c-92e233638e49-1cad76a7, #w-node-_652cc16b-2f09-ea43-bb7f-c79220cc6299-1cad76a7, #w-node-c179769f-8048-1be7-cab4-70a7f92d7ce1-1cad76a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56570349-3134-75e6-6752-30cb80c85dba-1cad76a8, #w-node-_56570349-3134-75e6-6752-30cb80c85dbf-1cad76a8, #w-node-_56570349-3134-75e6-6752-30cb80c85dc4-1cad76a8, #w-node-_56570349-3134-75e6-6752-30cb80c85dc9-1cad76a8, #w-node-_56570349-3134-75e6-6752-30cb80c85dcf-1cad76a8, #w-node-_56570349-3134-75e6-6752-30cb80c85dd5-1cad76a8, #w-node-_56570349-3134-75e6-6752-30cb80c85ddb-1cad76a8 {
  justify-self: start;
}

#w-node-_393ecee1-8c9c-e26c-0a24-f6605ced2112-1cad76a8, #w-node-_56570349-3134-75e6-6752-30cb80c85ee8-1cad76a8, #w-node-_56570349-3134-75e6-6752-30cb80c85f01-1cad76a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56570349-3134-75e6-6752-30cb80c85f04-1cad76a8 {
  justify-self: start;
}

#w-node-_56570349-3134-75e6-6752-30cb80c85f06-1cad76a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56570349-3134-75e6-6752-30cb80c85f09-1cad76a8 {
  justify-self: start;
}

#w-node-_598e4409-ad5f-2c49-e318-c8756046c022-1cad76a8, #w-node-_56570349-3134-75e6-6752-30cb80c85f72-1cad76a8, #w-node-_56570349-3134-75e6-6752-30cb80c85f7c-1cad76a8, #w-node-_56570349-3134-75e6-6752-30cb80c85f7d-1cad76a8, #w-node-_366dfabc-ff2c-6b39-004f-59b78bc13e1c-1cad76a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56570349-3134-75e6-6752-30cb80c85feb-1cad76a8, #w-node-_56570349-3134-75e6-6752-30cb80c85ff0-1cad76a8, #w-node-_56570349-3134-75e6-6752-30cb80c85ff5-1cad76a8, #w-node-_56570349-3134-75e6-6752-30cb80c85ffa-1cad76a8, #w-node-_56570349-3134-75e6-6752-30cb80c85fff-1cad76a8, #w-node-_56570349-3134-75e6-6752-30cb80c86004-1cad76a8, #w-node-_56570349-3134-75e6-6752-30cb80c8600e-1cad76a8, #w-node-_56570349-3134-75e6-6752-30cb80c86013-1cad76a8, #w-node-_56570349-3134-75e6-6752-30cb80c86018-1cad76a8, #w-node-_56570349-3134-75e6-6752-30cb80c8601d-1cad76a8, #w-node-_56570349-3134-75e6-6752-30cb80c86022-1cad76a8, #w-node-_56570349-3134-75e6-6752-30cb80c86027-1cad76a8, #w-node-_56570349-3134-75e6-6752-30cb80c8602c-1cad76a8, #w-node-_56570349-3134-75e6-6752-30cb80c86031-1cad76a8, #w-node-_56570349-3134-75e6-6752-30cb80c86036-1cad76a8, #w-node-_56570349-3134-75e6-6752-30cb80c8603b-1cad76a8, #w-node-_56570349-3134-75e6-6752-30cb80c86040-1cad76a8 {
  justify-self: start;
}

#w-node-_56570349-3134-75e6-6752-30cb80c86044-1cad76a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56570349-3134-75e6-6752-30cb80c86045-1cad76a8, #w-node-_56570349-3134-75e6-6752-30cb80c8604a-1cad76a8, #w-node-_56570349-3134-75e6-6752-30cb80c8604f-1cad76a8, #w-node-_56570349-3134-75e6-6752-30cb80c86054-1cad76a8, #w-node-_56570349-3134-75e6-6752-30cb80c86069-1cad76a8, #w-node-_56570349-3134-75e6-6752-30cb80c8606e-1cad76a8, #w-node-_56570349-3134-75e6-6752-30cb80c86073-1cad76a8, #w-node-_56570349-3134-75e6-6752-30cb80c86078-1cad76a8, #w-node-_56570349-3134-75e6-6752-30cb80c8607d-1cad76a8, #w-node-_56570349-3134-75e6-6752-30cb80c86082-1cad76a8, #w-node-_56570349-3134-75e6-6752-30cb80c8608c-1cad76a8, #w-node-_56570349-3134-75e6-6752-30cb80c86091-1cad76a8, #w-node-_56570349-3134-75e6-6752-30cb80c86096-1cad76a8, #w-node-_56570349-3134-75e6-6752-30cb80c8609b-1cad76a8, #w-node-_56570349-3134-75e6-6752-30cb80c860a0-1cad76a8, #w-node-_56570349-3134-75e6-6752-30cb80c860a5-1cad76a8, #w-node-_56570349-3134-75e6-6752-30cb80c860aa-1cad76a8, #w-node-_56570349-3134-75e6-6752-30cb80c860af-1cad76a8, #w-node-_56570349-3134-75e6-6752-30cb80c860b4-1cad76a8, #w-node-_56570349-3134-75e6-6752-30cb80c860b9-1cad76a8, #w-node-_56570349-3134-75e6-6752-30cb80c860be-1cad76a8 {
  justify-self: start;
}

#w-node-_56570349-3134-75e6-6752-30cb80c860c2-1cad76a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56570349-3134-75e6-6752-30cb80c860c3-1cad76a8, #w-node-_56570349-3134-75e6-6752-30cb80c860c8-1cad76a8, #w-node-_56570349-3134-75e6-6752-30cb80c860cd-1cad76a8, #w-node-_56570349-3134-75e6-6752-30cb80c860d2-1cad76a8 {
  justify-self: start;
}

#w-node-_56570349-3134-75e6-6752-30cb80c86158-1cad76a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56570349-3134-75e6-6752-30cb80c861b4-1cad76a8 {
  justify-self: start;
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}