:root {
  --black: black;
  --blue: #0047c9;
  --white: #fff;
  --light-blue: #dee0ff;
  --yellow: #ffb401;
  --grey: whitesmoke;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.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;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.heading-2 {
  letter-spacing: .06rem;
  font-family: Argon, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  align-items: center;
  justify-items: start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

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

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.h3 {
  letter-spacing: .06rem;
  font-family: Argon, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 45px;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

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

.margin-0 {
  margin: 0;
}

.margin-large {
  margin: 3rem;
}

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

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

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.padding-huge {
  padding: 6rem;
}

.field-label {
  width: 50%;
  margin-bottom: .5rem;
  font-size: 11px;
  font-weight: 400;
}

.icon-embed-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.background-color-gray {
  background-color: #f4f4f4;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

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

.padding-top, .padding-top.padding-large, .padding-top.padding-huge, .padding-top.padding-custom3, .padding-top.padding-medium, .padding-top.padding-custom2, .padding-top.padding-xxsmall, .padding-top.padding-0, .padding-top.padding-custom1, .padding-top.padding-small, .padding-top.padding-tiny, .padding-top.padding-xxhuge, .padding-top.padding-xhuge, .padding-top.padding-xsmall, .padding-top.padding-xxlarge, .padding-top.padding-xlarge {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.icon-height-custom1 {
  height: 1.25rem;
}

.hide {
  display: none;
}

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

.icon-embed-medium {
  width: 3rem;
  height: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-radio-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100px;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.padding-small {
  padding: 1.5rem;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px rgba(0, 0, 0, .14);
}

.padding-xsmall {
  padding: 1rem;
}

.h2 {
  aspect-ratio: auto;
  text-align: left;
  letter-spacing: 0;
  font-family: Argon, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 45px;
}

.h2.align-center, .h2.text-align-center {
  text-align: center;
  line-height: 55px;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(0, 0, 0, .03);
}

.margin-top, .margin-top.margin-custom3, .margin-top.margin-custom2, .margin-top.margin-tiny, .margin-top.margin-0, .margin-top.margin-large, .margin-top.margin-xlarge, .margin-top.margin-xsmall, .margin-top.margin-huge, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-small, .margin-top.margin-xxlarge, .margin-top.margin-custom1, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.margin-top.margin-medium.is-inline {
  margin-right: 1.2rem;
}

.margin-top.margin-medium {
  text-align: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.form-checkbox-label {
  margin-bottom: 0;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.margin-xsmall {
  margin: 1rem;
}

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

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

.padding-xhuge {
  padding: 7rem;
}

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

.heading-style-h6 {
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.4;
}

.text-size-medium {
  width: 100%;
  text-align: left;
  letter-spacing: -.5px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 22px;
}

.text-size-medium.text-align-center {
  text-align: center;
  font-weight: 300;
}

.text-size-medium.text-color-white {
  text-transform: uppercase;
}

.text-size-medium.text-color-white.custom-width {
  min-width: 20%;
  text-align: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.text-size-medium.text-color-white.custom-width-2 {
  min-width: 15%;
  text-align: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.icon-embed-xlarge {
  width: 6.5rem;
  height: 6.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-checkbox-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.icon-embed-large {
  width: 5rem;
  height: 5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-small {
  width: 2rem;
  height: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-input {
  height: auto;
  min-height: 2.75rem;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input::placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input.is-select-input {
  background-image: none;
}

.text-block-3 {
  text-decoration: none;
}

.rl-styleguide_color {
  padding-bottom: 8rem;
}

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

.rl-styleguide_color.is-gray {
  background-color: #f4f4f4;
}

.rl-styleguide_color.is-black {
  color: #0e0d0d;
  background-color: #000;
}

.margin-vertical, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-tiny, .margin-vertical.margin-custom1, .margin-vertical.margin-large, .margin-vertical.margin-xxhuge, .margin-vertical.margin-custom3, .margin-vertical.margin-xhuge, .margin-vertical.margin-0, .margin-vertical.margin-xlarge, .margin-vertical.margin-huge, .margin-vertical.margin-custom2, .margin-vertical.margin-medium, .margin-vertical.margin-small {
  margin-left: 0;
  margin-right: 0;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-small, .margin-left.margin-large, .margin-left.margin-xxlarge, .margin-left.margin-custom2, .margin-left.margin-xxsmall, .margin-left.margin-xhuge, .margin-left.margin-0, .margin-left.margin-custom1, .margin-left.margin-xsmall, .margin-left.margin-huge, .margin-left.margin-xxhuge, .margin-left.margin-medium, .margin-left.margin-custom3, .margin-left.margin-xlarge {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

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

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

.rl-styleguide_callout-link-wrapper {
  width: 100%;
  background-image: linear-gradient(135deg, rgba(255, 116, 72, .15), rgba(255, 72, 72, .15) 50%, rgba(98, 72, 255, .15)), linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  padding: .75rem 1rem;
  display: flex;
}

.overflow-scroll {
  overflow: scroll;
}

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

.margin-top-auto {
  margin-top: auto;
}

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

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.heading-style-h5 {
  color: #0e0d0d;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.rl-styleguide_paste-text {
  color: rgba(0, 0, 0, .5);
  text-align: center;
  border: 1px dashed rgba(0, 0, 0, .15);
  padding: 1rem;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

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

.heading-style-h2 {
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}

.margin-xlarge {
  margin: 4rem;
}

.padding-xlarge {
  padding: 4rem;
}

.overflow-auto {
  overflow: auto;
}

.margin-xhuge {
  margin: 7rem;
}

.overflow-hidden {
  overflow: hidden;
}

.text-size-small {
  letter-spacing: -.5px;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 300;
}

.text-size-small.text-weight-semibold {
  color: #000;
}

.text-size-small.text-weight-semibold.category {
  color: var(--blue);
}

.text-size-small.text-weight-xbold {
  color: var(--black);
}

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

.paragraph {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

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

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

.heading-3 {
  letter-spacing: .06rem;
  font-family: Argon, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.rl-styleguide_label {
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

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

.margin-small {
  margin: 1.5rem;
}

.background-color-black {
  color: #fff;
  background-color: #000;
}

.icon-height-xsmall {
  height: 1.5rem;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #0047c9;
  border: 1px solid #000;
  border-radius: 7px;
  padding: .75rem 4rem;
  font-family: Inter, sans-serif;
}

.button.is-link {
  color: var(--blue);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 1;
  text-decoration: underline;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-link.is-alternate {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

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

.button.is-alternate {
  color: #0047c9;
  background-color: #dee0ff;
  font-weight: 500;
}

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

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

.button.is-tertiary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.button.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

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

.button.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
}

.button.is-secondary.is-alternate {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #dee0ff;
}

.button.is-secondary.is-small {
  border-color: var(--white);
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  align-items: center;
  display: flex;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.padding-vertical, .padding-vertical.padding-small, .padding-vertical.padding-xxlarge, .padding-vertical.padding-xxhuge, .padding-vertical.padding-0, .padding-vertical.padding-custom1, .padding-vertical.padding-custom2, .padding-vertical.padding-custom3, .padding-vertical.padding-xxsmall, .padding-vertical.padding-medium, .padding-vertical.padding-large, .padding-vertical.padding-huge, .padding-vertical.padding-xsmall, .padding-vertical.padding-xlarge, .padding-vertical.padding-tiny, .padding-vertical.padding-xhuge {
  padding-left: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-xlarge, .padding-right.padding-large, .padding-right.padding-xxsmall, .padding-right.padding-small, .padding-right.padding-medium, .padding-right.padding-xsmall, .padding-right.padding-custom2, .padding-right.padding-custom1, .padding-right.padding-custom3, .padding-right.padding-xhuge, .padding-right.padding-xxhuge, .padding-right.padding-xxlarge, .padding-right.padding-tiny {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-0 {
  padding: 0;
}

.padding-large {
  padding: 3rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

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

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xsmall {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .06);
}

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
}

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

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

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

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

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

.max-width-xsmall {
  width: 100%;
  max-width: 100rem;
  justify-content: space-between;
  display: flex;
}

.margin-horizontal, .margin-horizontal.margin-large, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-tiny, .margin-horizontal.margin-xxhuge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-small, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-custom3, .margin-horizontal.margin-custom1, .margin-horizontal.margin-0, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-custom2, .margin-horizontal.margin-medium, .margin-horizontal.margin-huge, .margin-horizontal.margin-xsmall {
  margin-top: 0;
  margin-bottom: 0;
}

.rl-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: #eee;
  position: relative;
}

.padding-left, .padding-left.padding-custom1, .padding-left.padding-small, .padding-left.padding-xxsmall, .padding-left.padding-xxlarge, .padding-left.padding-custom2, .padding-left.padding-large, .padding-left.padding-tiny, .padding-left.padding-xsmall, .padding-left.padding-0, .padding-left.padding-xxhuge, .padding-left.padding-custom3, .padding-left.padding-xlarge, .padding-left.padding-xhuge, .padding-left.padding-huge, .padding-left.padding-medium {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.margin-xxhuge {
  margin: 10rem;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

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

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

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.text-size-regular {
  color: #000;
  letter-spacing: -.5px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.icon-height-xlarge {
  height: 6.5rem;
}

.margin-right, .margin-right.margin-xhuge, .margin-right.margin-xsmall, .margin-right.margin-xxlarge, .margin-right.margin-medium, .margin-right.margin-huge, .margin-right.margin-custom2, .margin-right.margin-xlarge, .margin-right.margin-xxsmall, .margin-right.margin-small, .margin-right.margin-large, .margin-right.margin-tiny, .margin-right.margin-custom3, .margin-right.margin-0, .margin-right.margin-xxhuge, .margin-right.margin-custom1 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.padding-medium {
  padding: 2rem;
}

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

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

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

.margin-medium {
  margin: 2rem;
}

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

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

.text-size-large {
  letter-spacing: -.5px;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 28px;
}

.heading-style-h1 {
  font-family: Inter, sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.form-field-wrapper {
  position: relative;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.styleguide_grid-colours {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.margin-bottom, .margin-bottom.margin-custom2, .margin-bottom.margin-0, .margin-bottom.margin-custom1, .margin-bottom.margin-xxlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-huge, .margin-bottom.margin-small, .margin-bottom.margin-tiny, .margin-bottom.margin-xxhuge, .margin-bottom.margin-large, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-xsmall, .margin-bottom.margin-xlarge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-small, .margin-bottom.margin-small, .margin-bottom.margin-small, .margin-bottom.margin-small, .margin-bottom.margin-small, .margin-bottom.margin-small, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.heading {
  letter-spacing: .06rem;
  font-family: Argon, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

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

.spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

.icon-embed-xxsmall {
  width: 1rem;
  height: 1rem;
  color: #0e0d0d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px rgba(0, 0, 0, .18);
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-huge {
  margin: 6rem;
}

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

.link {
  color: #000;
}

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

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

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

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

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

.heading-style-h3 {
  font-family: Inter, sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}

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

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  text-decoration: none;
  display: flex;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.heading-style-h4 {
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3;
}

.padding-bottom, .padding-bottom.padding-0, .padding-bottom.padding-xsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-xxhuge, .padding-bottom.padding-xlarge, .padding-bottom.padding-xhuge, .padding-bottom.padding-xxsmall, .padding-bottom.padding-custom1, .padding-bottom.padding-medium, .padding-bottom.padding-small, .padding-bottom.padding-large, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-custom3, .padding-bottom.padding-custom2 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.shadow-large {
  box-shadow: 0 20px 24px -4px rgba(0, 0, 0, .08), 0 8px 8px -4px rgba(0, 0, 0, .03);
}

.form-radio-label {
  margin-bottom: 0;
}

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

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

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

.text-size-tiny {
  letter-spacing: -.5px;
  font-family: Inter, sans-serif;
  font-size: .75rem;
  font-weight: 400;
}

.text-size-tiny.text-weight-medium {
  color: var(--blue);
  font-weight: 600;
}

.icon-embed-custom1 {
  width: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.padding-horizontal, .padding-horizontal.padding-large, .padding-horizontal.padding-0, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-medium, .padding-horizontal.padding-custom1, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-tiny, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-xlarge, .padding-horizontal.padding-small, .padding-horizontal.padding-xhuge {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

.padding-global {
  padding: 140px 5%;
}

.form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .06);
}

.h1 {
  font-family: Argon, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 66px;
}

.rl-styleguide_spacing {
  border: 1px dashed #d3d3d3;
}

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

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.navbar1_link {
  padding: .5rem 1rem;
  font-family: Inter, sans-serif;
}

.navbar1_link.w--current {
  color: rgba(0, 0, 0, 0);
}

.navbar1_link.text-color-white {
  font-family: Inter, sans-serif;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar1_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.button-3 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-3.is-small {
  color: var(--light-blue);
  padding: .5rem 1.25rem;
}

.button-3.is-secondary {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

.button-3.is-secondary.is-alternate {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.navbar1_logo {
  width: 165px;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: rgba(0, 0, 0, 0);
}

.navbar1_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem;
}

.navbar1_component {
  z-index: 1;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.navbar1_component.sticky {
  z-index: 99999999;
  background-image: linear-gradient(#fff, #fff);
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  transform: translate(0);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.navbar1_container {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-chevron {
  width: 1rem;
  height: 1rem;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  display: flex;
}

.dropdown-chevron.black {
  color: var(--black);
}

.navbar1_logo-link {
  padding-left: 0;
}

.padding-global-5 {
  padding-left: 5%;
  padding-right: 5%;
}

.section_header30 {
  margin-top: -75px;
  position: relative;
}

.image-overlay-layer {
  z-index: 1;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 15px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header30_content {
  max-height: 60rem;
  min-height: 100svh;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.button-group-4.is-center {
  justify-content: center;
}

.text-size-medium-6 {
  font-size: 1.125rem;
}

.header30_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header30_background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-4 {
  font-family: Inter, sans-serif;
}

.text-size-medium-7 {
  font-size: 1.125rem;
}

.button-4 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-4.is-link {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-4.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.layout392_card-large-vertical-image {
  border-radius: 15px;
  padding: 10px;
}

.layout392_card-large-vertical-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding: 2rem;
  display: flex;
}

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

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

.icon-embed-xxsmall-2 {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.layout392_card-large-horizontal-image {
  border-radius: 15px;
  padding: 10px;
}

.layout392_card-large-vertical-image-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.layout392_card-large-horizontal-content {
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  display: flex;
}

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

.layout392_card-small-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
}

.layout392_card-small {
  border: 1px solid var(--black);
  border-radius: 15px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.layout392_card-large-horizontal-image-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.padding-global-6 {
  padding-left: 5%;
  padding-right: 5%;
}

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

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

.layout392_card-large-horizontal {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid var(--black);
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.layout392_card-large-vertical {
  border: 1px solid var(--black);
  border-radius: 15px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.text-weight-semibold {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.text-weight-semibold.align-center {
  background-color: #000;
  background-image: linear-gradient(to bottom, var(--light-blue), var(--light-blue));
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 5px;
  justify-content: center;
  padding: 5px 10px;
  display: inline-block;
}

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

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

.text-size-medium-8 {
  font-size: 1.125rem;
}

.button-5 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-5.is-link {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-5.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.button-5.is-secondary {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

.button-5.is-secondary.is-alternate {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

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

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

.button-group-6 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.padding-global-7 {
  padding-left: 5%;
  padding-right: 5%;
}

.heading-style-h4-3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.text-size-medium-9 {
  font-size: 1.125rem;
}

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

.layout396_card-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
}

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

.layout396_card {
  border: 1px solid var(--black);
  border-radius: 15px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

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

.padding-global-8 {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-global-8.team-section {
  z-index: 1;
  background-image: linear-gradient(99deg, rgba(0, 0, 0, 0), var(--black));
  position: relative;
}

.padding-global-8.white-overlay {
  z-index: 999999999;
  background-image: none;
  position: relative;
}

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

.heading-style-h4-4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.text-size-medium-10 {
  font-size: 1.125rem;
}

.padding-section-large-5 {
  padding-top: 7rem;
  padding-bottom: 0;
}

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

.button-group-8.is-center {
  justify-content: flex-start;
}

.text-size-medium-11 {
  font-size: 1.125rem;
}

.logo3_logo {
  max-height: 3.5rem;
}

.section_logo3 {
  overflow: hidden;
}

.logo3_component {
  display: flex;
}

.logo3_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  justify-items: start;
  margin-right: 2rem;
  display: grid;
}

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

.h4 {
  color: var(--black);
  font-family: Argon, sans-serif;
  font-size: 2rem;
  line-height: 33px;
}

.h4.text-color-white {
  color: #fff;
  line-height: 44px;
}

.h5 {
  font-family: Argon, sans-serif;
  font-size: 1.5rem;
}

.h6 {
  font-family: Argon, sans-serif;
  font-size: 1.125rem;
}

.navbar1_component-2 {
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.dropdown-chevron-2 {
  width: 1rem;
  height: 1rem;
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-chevron-2.icon-color-black {
  color: var(--black);
  color: #000;
}

.dropdown-chevron-2.icon-color-white {
  color: #fff;
}

.navbar1_dropdown-link-2 {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link-2.w--current {
  color: rgba(0, 0, 0, 0);
}

.navbar1_menu-2 {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_link-2 {
  padding: .5rem 1rem;
}

.navbar1_link-2.w--current {
  color: rgba(0, 0, 0, 0);
}

.text-size-medium-12 {
  font-size: 1.125rem;
}

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

.home_1_hero-header_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_home_1_hero-header {
  position: relative;
}

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

.button-group-9.is-center {
  justify-content: center;
}

.text-color-white-2 {
  color: rgba(0, 0, 0, 0);
}

.home_1_hero-header_background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home_1_hero-header_content {
  max-height: 60rem;
  min-height: 100svh;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.home_2_features-list_card-medium {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.home_2_features-list_card-large-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding: 3rem;
  display: flex;
}

.home_2_features-list_card-small-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.heading-style-h5-2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.home_2_features-list_card-medium-content {
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem;
  display: flex;
}

.home_2_features-list_card-large, .home_2_features-list_card-small {
  border: 1px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.home_2_features-list_card-large-image-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home_2_features-list_card-medium-image-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home_4_logo-list_logo {
  max-height: 3.5rem;
}

.section_home_4_logo-list {
  overflow: hidden;
}

.home_4_logo-list_component {
  display: flex;
}

.home_4_logo-list_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  justify-items: start;
  margin-right: 2rem;
  display: grid;
}

.home_4_logo-list_wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.home_5_hero-header_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home_5_hero-header_image {
  width: 100%;
  height: 100%;
}

.footer7_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.footer7_bottom-wrapper {
  justify-content: space-between;
  display: flex;
}

.footer7_link {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.footer7_logo-link {
  margin-bottom: 2rem;
  padding-left: 0;
}

.footer7_credit-text {
  font-size: .875rem;
}

.footer7_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.footer7_top-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.line-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
}

.footer7_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

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

.header1_image-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
}

.header1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header1_image {
  width: 100%;
  height: 100%;
  color: var(--black);
  border-radius: 15px;
}

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

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

.layout401_row.solutions-4x {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.layout401_card-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

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

.layout401_card {
  border: 1px solid var(--black);
  border-radius: 15px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

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

.button-group-11.is-center {
  justify-content: center;
}

.layout422_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.layout422_overlay {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(36, 38, 39, .48);
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.layout422_overlay.card-3 {
  background-color: var(--light-blue);
}

.layout422_overlay.card-2 {
  background-color: var(--yellow);
  background-image: linear-gradient(to bottom, var(--light-blue), var(--yellow));
}

.layout422_overlay.oragnization-card {
  padding-top: 225px;
  padding-left: 48px;
  position: absolute;
}

.layout422_card-content-bottom {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.layout422_card-content-bottom.is-inline {
  flex-flow: wrap;
  justify-content: flex-start;
  display: flex;
}

.layout422_hover-content {
  display: none;
}

.layout422_instructions-callout {
  background-color: rgba(0, 0, 0, .1);
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

.layout422_card {
  width: 100%;
  height: 99.9999%;
  border-radius: 15px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout422_card.type-3-50 {
  width: 48.5%;
}

.layout422_card.margin-custom1 {
  position: relative;
  top: 239px;
}

.layout422_card.position-custom {
  position: relative;
  top: 200px;
}

.layout422_image-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.layout422_instructions-callout-image {
  margin-top: 1.5rem;
}

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

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

.layout-422-instructions-delete {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  padding: 2rem;
}

.rl-styleguide_label-2 {
  color: rgba(0, 0, 0, 0);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.layout422_card-content {
  height: 100%;
  min-height: 70vh;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 3rem;
  display: flex;
  position: relative;
}

.layout422_card-content.technologies-card {
  top: -60px;
}

.text-color-white-3 {
  color: rgba(0, 0, 0, 0);
}

.testimonial7_client-image-wrapper {
  margin-bottom: 1rem;
}

.testimonial7_content {
  height: 100%;
  max-width: 48rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial7_component {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 4rem;
}

.testimonial7_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.testimonial7_client-image {
  width: 4rem;
  height: 4rem;
  min-height: 4rem;
  min-width: 4rem;
  object-fit: cover;
  border-radius: 100%;
}

.testimonial7_slide {
  padding-left: 4rem;
  padding-right: 4rem;
}

.testimonial7_arrow-icon {
  width: 1rem;
  height: 1rem;
  border: 1px none var(--black);
  color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: rotate(0);
}

.testimonial7_arrow {
  width: 3.5rem;
  height: 3.5rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial7_arrow.hide-mobile-landscape {
  outline-color: var(--black);
  outline-offset: 0px;
  color: #000;
  border-style: none;
  border-width: 2px;
  outline-width: 1px;
  outline-style: solid;
}

.testimonial7_logo {
  max-height: 3.5rem;
}

.blog36_image {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.blog36_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.blog36_title-wrapper {
  margin-bottom: .5rem;
}

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

.blog36_item {
  border: 1px solid var(--black);
  border-radius: 15px;
}

.blog36_meta-wrapper {
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.text-size-regular-2 {
  font-size: 1rem;
}

.text-size-small-2 {
  font-size: .875rem;
}

.text-size-small-2.text-weight-semibold.text-inline {
  display: inline;
}

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

.blog36_component {
  flex-direction: column;
  align-items: center;
}

.blog36_item-link {
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  text-decoration: none;
  display: flex;
}

.blog36_category {
  background-color: rgba(0, 0, 0, 0);
  margin-right: 1rem;
  padding: .25rem .5rem;
  display: flex;
}

.blog36_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.navbar1_component-3 {
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar1_dropdown-link-3 {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link-3.w--current {
  color: rgba(0, 0, 0, 0);
}

.navbar1_dropdown-list-2.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem;
}

.text-color-white-4 {
  color: rgba(0, 0, 0, 0);
}

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

.home_6_layout_card-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

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

.home_6_layout_card {
  border: 1px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.home_7_layout_background-video {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home_7_layout_background-video-wrapper {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_home_7_layout {
  position: relative;
}

.video-overlay-layer {
  z-index: 1;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-overlay-layer.hide {
  display: none;
}

.home_8_layout_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.home_8_layout_overlay {
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home_8_layout_card-content-bottom {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home_8_layout_hover-content {
  display: none;
}

.home_8_layout_instructions-callout {
  background-color: rgba(0, 0, 0, .1);
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

.home_8_layout_card {
  width: 50%;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home_8_layout_image-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home_8_layout_instructions-callout-image {
  margin-top: 1.5rem;
}

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

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

.home_8_layout_card-content {
  height: 100%;
  min-height: 70vh;
  flex-direction: column;
  justify-content: flex-end;
  padding: 3rem;
  display: flex;
  position: relative;
}

.text-color-white-5 {
  color: rgba(0, 0, 0, 0);
}

.home_9_testimonial_client-image-wrapper {
  margin-bottom: 1rem;
}

.home_9_testimonial_content {
  height: 100%;
  max-width: 48rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home_9_testimonial_component {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 4rem;
}

.home_9_testimonial_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.home_9_testimonial_client-image {
  width: 4rem;
  height: 4rem;
  min-height: 4rem;
  min-width: 4rem;
  object-fit: cover;
  border-radius: 100%;
}

.home_9_testimonial_slide {
  padding-left: 4rem;
  padding-right: 4rem;
}

.home_9_testimonial_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home_9_testimonial_arrow {
  width: 3.5rem;
  height: 3.5rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home_9_testimonial_logo {
  max-height: 3.5rem;
}

.home_10_blog-list_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.home_10_blog-list_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

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

.home_10_blog-list_component {
  flex-direction: column;
  align-items: center;
}

.home_10_blog-list_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.home_10_blog-list_category-link {
  background-color: rgba(0, 0, 0, 0);
  margin-right: 1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.home_10_blog-list_category-link.w--current {
  border-bottom: 2px solid #000;
}

.text-size-regular-3 {
  font-size: 1rem;
}

.home_10_blog-list_meta-wrapper {
  margin-bottom: 1rem;
}

.home_10_blog-list_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.text-size-small-3 {
  font-size: .875rem;
}

.text-size-small-3.text-weight-semibold.text-inline {
  display: inline;
}

.home_10_blog-list_image, .home_11_blog-list_image {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.home_11_blog-list_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.home_11_blog-list_title-wrapper {
  margin-bottom: .5rem;
}

.home_11_blog-list_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.home_11_blog-list_item {
  border: 1px solid rgba(0, 0, 0, 0);
}

.home_11_blog-list_meta-wrapper {
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

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

.home_11_blog-list_component {
  flex-direction: column;
  align-items: center;
}

.home_11_blog-list_item-link {
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  text-decoration: none;
  display: flex;
}

.home_11_blog-list_category {
  background-color: rgba(0, 0, 0, 0);
  margin-right: 1rem;
  padding: .25rem .5rem;
  display: flex;
}

.home_11_blog-list_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.home_12_cta_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home_12_cta_content {
  flex: 1;
}

.home_12_cta_component {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.home_12_cta_button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.home_12_cta_background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_home_12_cta {
  position: relative;
}

.cta9_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cta9_content {
  flex: 1;
}

.cta9_component {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.text-color-white-6 {
  color: rgba(0, 0, 0, 0);
}

.cta9_button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cta9_background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_cta9 {
  width: 80%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 9%;
  display: block;
  position: relative;
}

.footer1_credit-text {
  font-size: .875rem;
}

.footer1_left-wrapper {
  flex-direction: column;
  display: flex;
}

.footer1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.footer1_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.footer1_link {
  color: var(--black);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
}

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

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

.footer1_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.footer1_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.form-input-2 {
  height: auto;
  min-height: 2.75rem;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input-2:focus {
  border-color: #000;
}

.form-input-2::-ms-input-placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input-2::placeholder {
  color: rgba(0, 0, 0, .6);
}

.footer1_component {
  background-image: linear-gradient(to bottom, black, white 0%, var(--light-blue) 101%);
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.footer1_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer1_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.footer1_logo-link {
  padding-left: 0;
}

.footer1_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.footer1_top-wrapper {
  grid-column-gap: 5vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  align-items: start;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
  padding: 1.5rem;
}

.footer6_column-heading {
  flex-direction: row;
  justify-content: flex-start;
  align-self: flex-start;
  margin-bottom: .5rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.footer6_column-heading.we-are-hiring {
  align-self: flex-end;
}

.footer6_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

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

.form-input-3 {
  height: auto;
  min-height: 2.75rem;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input-3:focus {
  border-color: #000;
}

.form-input-3::-ms-input-placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input-3::placeholder {
  color: rgba(0, 0, 0, .6);
}

.footer6_newsletter-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.footer6_logo-link {
  padding-left: 0;
}

.footer6_link {
  color: var(--black);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
}

.footer6_credit-text {
  font-size: .875rem;
}

.footer6_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.footer6_top-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
}

.footer6_form-block {
  max-width: 35rem;
  min-width: 25rem;
  margin-bottom: 0;
}

.text-color-white-7 {
  color: rgba(0, 0, 0, 0);
}

.section_cta9-2, .section_cta47 {
  position: relative;
}

.cta47_background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cta47_background-image-wrapper {
  z-index: -1;
  border-radius: 15px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cta47_content {
  flex: 1;
}

.cta47_button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cta47_card {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  padding: 3rem;
  display: grid;
  position: relative;
}

.text-color-white-8 {
  color: rgba(0, 0, 0, 0);
}

.cta47_component {
  height: 30vh;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.image {
  width: 165px;
}

.text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9 {
  color: var(--black);
}

.image-2 {
  width: 100%;
  background-image: url('../images/image-7.png');
  background-position: 100% 0;
  background-size: auto;
}

.image-3 {
  position: absolute;
  top: 8%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-3.careers {
  width: 50%;
}

.organization-logo-1, .organization-logo-2 {
  width: 20%;
  margin-right: 20px;
}

.organization-logo-3 {
  width: 35%;
}

.apple-logo {
  padding-right: 25px;
}

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

.page_gallery_image {
  width: 100%;
  height: 100%;
  aspect-ratio: 2.39 / 1;
  object-fit: cover;
}

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

.page_gallery_lightbox-link {
  width: 100%;
  height: 100%;
}

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

.spacer-xsmall-2 {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small-2 {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-medium-2 {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large-2 {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge-2 {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge-2 {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge-2 {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge-2 {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge-2 {
  width: 100%;
  padding-top: 10rem;
}

.spacer-xsmall-3 {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small-3 {
  width: 100%;
  border-bottom: 1px #000;
  padding-top: 1.5rem;
}

.spacer-medium-3 {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large-3 {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge-3 {
  width: 100%;
  padding-top: 4rem;
}

.spacer-huge-3 {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge-3 {
  width: 100%;
  padding-top: 7rem;
}

.team10_item {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.team10_slide {
  padding-right: 3rem;
}

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

.team10_image {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

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

.section_team10 {
  overflow: hidden;
}

.team10_mask {
  width: 33.33%;
  overflow: visible;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.team10_component {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 6rem;
  position: relative;
}

.team10_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  margin-top: 1.5rem;
  display: grid;
}

.team10_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team10_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.team10_arrow {
  width: 3rem;
  height: 3rem;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: rotate(0);
}

.team10_arrow.left {
  right: 4rem;
}

.team10_arrow.right-arrow {
  transform: rotate(180deg);
}

.spacer-xsmall-4 {
  width: 100%;
  padding-top: 1rem;
}

.spacer-medium-4 {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large-4 {
  width: 100%;
  padding-top: 3rem;
}

.spacer-huge-4 {
  width: 100%;
  padding-top: 6rem;
}

.page_1_gallery_image {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

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

.page_1_gallery_lightbox-link {
  width: 100%;
  height: 100%;
}

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

.page_2_hero-header_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.page_2_hero-header_background-video-wrapper {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.page_2_hero-header_component {
  height: 100svh;
  min-height: 100svh;
  flex-direction: column;
  display: flex;
}

.page_2_hero-header_video-wrapper {
  flex: 1;
  position: relative;
}

.page_2_hero-header_background-video {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-input-4 {
  height: auto;
  min-height: 2.75rem;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input-4:focus {
  border-color: #000;
}

.form-input-4::-ms-input-placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input-4::placeholder {
  color: rgba(0, 0, 0, .6);
}

.page_2_hero-header_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.page_2_hero-header_form-block {
  max-width: 30rem;
  margin-bottom: 0;
}

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

.page_3_layout_card-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

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

.page_3_layout_card {
  border: 1px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.page_4_hero-header_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.page_4_hero-header_image {
  width: 100%;
  height: 100%;
}

.page_5_team_item {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.page_5_team_slide {
  padding-right: 3rem;
}

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

.page_5_team_image {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.section_page_5_team {
  overflow: hidden;
}

.page_5_team_mask {
  width: 33.33%;
  overflow: visible;
}

.page_5_team_component {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 6rem;
  position: relative;
}

.page_5_team_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  margin-top: 1.5rem;
  display: grid;
}

.page_5_team_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.page_5_team_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.page_5_team_arrow {
  width: 3rem;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.page_5_team_arrow.left {
  right: 4rem;
}

.page_6_hero-header_image {
  width: 100%;
  height: 100%;
}

.page_6_hero-header_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.page_6_hero-header_image-wrapper {
  width: 100%;
}

.spacer-xsmall-5 {
  width: 100%;
  padding-top: 1rem;
}

.spacer-medium-5 {
  width: 100%;
  padding-top: 2rem;
}

.spacer-huge-5 {
  width: 100%;
  padding-top: 6rem;
}

.career5_title-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.career5_list {
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  display: grid;
}

.career5_accordion {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.career5_job-department {
  cursor: pointer;
  justify-content: space-between;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.career5_icon-wrapper {
  width: 2rem;
  align-self: center;
  margin-left: 1.5rem;
  display: flex;
}

.career5_item {
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 2rem;
}

.career5_list-wrapper {
  overflow: hidden;
}

.heading-style-h4-5 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.spacer-xsmall-6 {
  width: 100%;
  padding-top: 1rem;
}

.spacer-medium-6 {
  width: 100%;
  padding-top: 2rem;
}

.header47_component {
  grid-column-gap: 25.25rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.page_portfolio-list_item-link {
  height: 100%;
  flex-direction: column;
  display: flex;
}

.page_portfolio-list_title-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.page_portfolio-list_image {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.page_portfolio-list_item {
  border: 1px solid rgba(0, 0, 0, 0);
}

.page_portfolio-list_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.text-size-regular-4 {
  font-size: 1rem;
}

.page_portfolio-list_tag-item {
  background-color: rgba(0, 0, 0, 0);
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.page_portfolio-list_tag-item.w--current {
  border-bottom: 2px solid #000;
}

.page_portfolio-list_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  margin-top: 1rem;
  display: flex;
}

.page_portfolio-list_component {
  flex-direction: column;
  align-items: center;
}

.page_portfolio-list_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.page_portfolio-list_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.page_pricing_feature-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

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

.icon-embed-xsmall-2 {
  width: 1.5rem;
  height: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.page_pricing_tab-link {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-right: 10px;
  padding: .5rem 1.5rem;
}

.page_pricing_tab-link.w--current {
  background-color: var(--blue);
  color: #fff;
}

.page_pricing_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.heading-style-h1-2 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.page_pricing_divider {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

.page_pricing_content {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.page_pricing_tabs-menu {
  align-self: center;
  margin-bottom: 3rem;
  display: flex;
}

.page_pricing_component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.page_pricing_icon-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 1rem;
  display: flex;
}

.page_pricing_plan {
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 2rem;
}

.heading-style-h4-6 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.page_pricing_feature {
  display: flex;
}

.heading-style-h6-2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.layout422_overlay-2 {
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.layout422_card-2 {
  width: 50%;
  border-radius: 15px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout422_image-wrapper-2 {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.text-color-white-9 {
  color: rgba(0, 0, 0, 0);
}

.header1_image-2 {
  width: 100%;
  height: 100%;
  position: -webkit-sticky;
  position: sticky;
}

.layout83_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.layout83_item-list.counters {
  border-top: 1px solid #000;
  padding-top: 3rem;
}

.layout83_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.heading-style-h2-2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.page_0_hero-header_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.page_0_hero-header_image {
  width: 100%;
  height: 100%;
}

.page_2_feature_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.page_2_feature_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.image-overlay-layer-2 {
  z-index: 1;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.icon-embed-xsmall-3 {
  width: 1.5rem;
  height: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.page_3_feature_item-icon-wrapper {
  color: rgba(0, 0, 0, 0);
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.page_3_feature_background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_page_3_feature {
  position: relative;
}

.page_3_feature_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.text-color-white-10 {
  color: rgba(0, 0, 0, 0);
}

.page_3_feature_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.page_3_feature_item {
  display: flex;
}

.page_3_feature_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-overlay-layer-3 {
  z-index: 1;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-overlay-layer-3.hide {
  display: none;
}

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

.layout68_item-icon-wrapper {
  color: rgba(0, 0, 0, 0);
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.layout68_background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_layout68 {
  background-image: linear-gradient(to bottom, var(--grey), var(--grey));
  position: relative;
}

.layout68_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.text-color-white-11 {
  color: rgba(0, 0, 0, 0);
}

.layout68_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.layout68_item {
  display: flex;
}

.layout68_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog39_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.blog39_date-wrapper {
  align-items: center;
  display: flex;
}

.blog39_title-wrapper {
  margin-bottom: .5rem;
}

.blog39_image {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 10px;
}

.blog39_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.blog39_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.blog39_author-image {
  width: 3rem;
  height: 3rem;
  min-height: 3rem;
  min-width: 3rem;
  object-fit: cover;
  border-radius: 100%;
}

.blog39_author-wrapper {
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.text-size-regular-5 {
  font-size: 1rem;
}

.text-size-small-4 {
  font-size: .875rem;
}

.text-size-small-4.text-weight-semibold.text-inline {
  display: inline;
}

.blog39_component {
  flex-direction: column;
  align-items: center;
}

.blog39_item {
  border: 1px solid var(--black);
  border-radius: 15px;
}

.blog39_author-image-wrapper {
  margin-right: 1rem;
}

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

.blog39_category-wrapper {
  margin-bottom: .5rem;
  display: flex;
}

.blog39_item-link {
  height: 100%;
  border: 1px none var(--black);
  flex-direction: column;
  justify-content: flex-start;
  text-decoration: none;
  display: flex;
}

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

.text-weight-semibold {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.text-weight-semibold.align-center {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-image: linear-gradient(#dee0ff, #dee0ff);
  background-clip: border-box;
  border-radius: 5px;
  justify-content: center;
  padding: 5px 10px;
  display: inline-block;
}

.button-6 {
  color: #fff;
  text-align: center;
  background-color: #0047c9;
  border: 1px solid #000;
  border-radius: 7px;
  padding: .75rem 4rem;
  font-family: Inter, sans-serif;
}

.button-6.is-link {
  color: #0047c9;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 1;
  text-decoration: underline;
}

.button-6.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.button-7 {
  color: #fff;
  text-align: center;
  background-color: #0047c9;
  border: 1px solid #000;
  border-radius: 7px;
  padding: .75rem 4rem;
  font-family: Inter, sans-serif;
}

.button-7.is-link {
  color: #0047c9;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 1;
  text-decoration: underline;
}

.button-7.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.text-size-medium-13 {
  width: 100%;
  text-align: left;
  letter-spacing: -.5px;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 22px;
}

.button-8 {
  color: #fff;
  text-align: center;
  background-color: #0047c9;
  border: 1px solid #000;
  border-radius: 7px;
  padding: .75rem 4rem;
  font-family: Inter, sans-serif;
}

.button-8.is-alternate {
  color: #0047c9;
  background-color: #dee0ff;
  font-weight: 500;
}

.button-8.is-link {
  color: #0047c9;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 1;
  text-decoration: underline;
}

.button-8.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.button-9 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-9.is-secondary {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

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

.page_gallery_image-2 {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.page_contact_item {
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.page_contact_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.heading-style-h4-7 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

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

.contact20_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: center;
  display: grid;
}

.contact20_item {
  width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

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

.footer10_component {
  background-image: linear-gradient(to bottom, var(--white), var(--light-blue));
}

.button-10 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-10.is-secondary {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

.footer10_left-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
}

.footer10_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.footer10_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  display: grid;
}

.footer10_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  border: 1px solid rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
  padding: 3rem;
}

.form-input-5 {
  height: auto;
  min-height: 2.75rem;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input-5:focus {
  border-color: #000;
}

.form-input-5::-ms-input-placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input-5::placeholder {
  color: rgba(0, 0, 0, .6);
}

.footer10_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

.footer10_logo-link {
  padding-left: 0;
}

.footer10_right-wrapper {
  flex-direction: column;
  display: flex;
}

.footer10_legal-list {
  grid-column-gap: 2.25rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  display: grid;
}

.footer10_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.footer10_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.footer10_credit-text {
  font-size: .875rem;
}

.footer10_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.footer10_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

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

.footer6_link-2, .footer6_link-3 {
  color: #000;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
}

.section_page_0_header-2 {
  background-image: linear-gradient(#070291, #070291);
  position: relative;
}

.button-11 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-11.is-secondary {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

.button-11.is-secondary.is-alternate {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.button-11.is-link {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-11.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.page_0_header_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-color-white-12 {
  color: rgba(0, 0, 0, 0);
}

.page_0_header_background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.page_1_logo_logo-list {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: grid;
}

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

.page_1_logo_content-left {
  max-width: 20rem;
}

.page_1_logo_logo {
  max-height: 3.5rem;
}

.page_1_logo_component {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.section_page_2_features-list {
  background-image: linear-gradient(to bottom, var(--grey), var(--grey));
}

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

.page_2_features-list_row._4cols {
  grid-template-columns: 1fr 1fr;
}

.page_2_features-list_card-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

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

.page_2_features-list_card {
  border: 1px none var(--blue);
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  border-radius: 15px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.page_2_features-list_card:hover {
  box-shadow: 0 2px 5px 0 var(--yellow), 0 2px 5px 0 rgba(0, 0, 0, .2);
}

.page_3_layout_content-item {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 2rem;
  padding: 2rem;
  position: -webkit-sticky;
  position: sticky;
}

.page_3_layout_content-item.content-item-1 {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  border-style: none;
  top: 30%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.page_3_layout_content-item.content-item-2 {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  border-style: none;
  top: 32%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.page_3_layout_content-item.content-item-3 {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  border-style: none;
  top: 34%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.page_3_layout_content-item.content-item-4 {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  border-style: none;
  top: 36%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.page_3_layout_component-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.page_3_layout_content-left {
  position: -webkit-sticky;
  position: sticky;
  top: 30%;
}

.page_4_logo_logo {
  max-height: 3.5rem;
}

.page_4_logo_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-top: 15px;
}

.page_4_logo_list._5cols {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.page_4_logo_list._4cols {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.page_4_logo_wrapper {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 2rem .875rem;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.page_4_logo_wrapper:hover {
  box-shadow: 0 1px 5px 0 var(--yellow);
}

.section_page_4_logo {
  background-image: linear-gradient(to bottom, var(--grey), var(--grey));
}

.page_5_features-list_card-large-vertical-image {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.page_5_features-list_card-large-vertical-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding: 2rem;
  display: flex;
}

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

.page_5_features-list_card-large-horizontal-image {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.page_5_features-list_card-large-vertical-image-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.page_5_features-list_card-large-horizontal-content {
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  display: flex;
}

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

.page_5_features-list_card-small-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
}

.page_5_features-list_card-small {
  border: 1px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.page_5_features-list_card-large-horizontal-image-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.page_5_features-list_card-large-horizontal {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid var(--black);
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.page_5_features-list_card-large-vertical {
  border: 1px solid var(--black);
  border-radius: 15px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.page_6_faq_component {
  border-bottom: 1px #000;
}

.page_6_faq_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.page_6_faq_answer {
  border-bottom: 1px #000;
  overflow: hidden;
}

.page_6_faq_icon-wrapper {
  width: 2rem;
  align-self: flex-start;
  margin-left: 1.5rem;
  display: flex;
}

.page_6_faq_accordion {
  border-bottom: 1px solid var(--black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.layout1_image {
  width: 100%;
  height: 100%;
}

.button-12 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-12.is-link {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-12.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.button-12.is-secondary {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

.layout1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.text-color-white-13 {
  color: rgba(0, 0, 0, 0);
}

.layout209_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.layout209_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.layout209_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout209_image {
  width: 100%;
  height: 100%;
}

.layout209_item {
  display: flex;
}

.text-size-medium-14 {
  width: 100%;
  text-align: left;
  letter-spacing: -.5px;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 22px;
}

.section_page_0_header-3 {
  background-image: linear-gradient(#070291, #070291);
  position: relative;
}

.text-size-large-3 {
  letter-spacing: -.5px;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 28px;
}

.section_page_2_features-list-2 {
  background-image: linear-gradient(#f5f5f5, #f5f5f5);
}

.text-size-medium-15 {
  width: 100%;
  text-align: left;
  letter-spacing: -.5px;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 22px;
}

.page_2_features-list_card-2 {
  background-image: linear-gradient(#fff, #fff);
  border: 1px #0047c9;
  border-radius: 15px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.page_2_features-list_card-2:hover {
  box-shadow: 0 2px 5px #ffb401, 0 2px 5px rgba(0, 0, 0, .2);
}

.heading-style-h5-3 {
  color: #0e0d0d;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.text-size-medium-16 {
  width: 100%;
  text-align: left;
  letter-spacing: -.5px;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 22px;
}

.page_3_layout_component-3 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.page_3_layout_content-item-2 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 2rem;
  padding: 2rem;
  position: -webkit-sticky;
  position: sticky;
}

.page_3_layout_content-item-2.content-item-1 {
  background-image: linear-gradient(#fff, #fff);
  border-style: none;
  top: 30%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.button-13 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-13.is-link {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-13.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.heading-style-h5-4 {
  color: #0e0d0d;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.page_4_logo_wrapper-2 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: flex-start;
  padding: .875rem;
  display: flex;
}

.blog39_item-2 {
  border: 1px solid #000;
  border-radius: 15px;
}

.text-size-medium-17 {
  width: 100%;
  text-align: left;
  letter-spacing: -.5px;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 22px;
}

.text-size-tiny-3 {
  letter-spacing: -.5px;
  font-family: Inter, sans-serif;
  font-size: .75rem;
  font-weight: 400;
}

.text-size-tiny-3.text-weight-medium {
  color: #0047c9;
  font-weight: 600;
}

.blog39_item-link-2 {
  height: 100%;
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  text-decoration: none;
  display: flex;
}

.heading-style-h5-5 {
  color: #0e0d0d;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

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

.layout407_tab-link {
  width: 100%;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1.5px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.layout407_tab-link.w--current {
  border-top-width: 1px;
  border-top-color: var(--yellow);
  background-color: rgba(0, 0, 0, 0);
  padding-left: 3rem;
  padding-right: 3rem;
}

.layout407_tab-wrapper {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
}

.layout407_tabs-menu {
  margin-top: -9.5rem;
  padding: 0 30px;
  display: flex;
}

.layout407_image {
  width: 100%;
  height: 50%;
  aspect-ratio: 2.39 / 1;
  object-fit: cover;
}

.heading-style-h6-3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.salesforce-products {
  color: var(--blue);
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.text-size-medium-18 {
  width: 100%;
  text-align: left;
  letter-spacing: -.5px;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 22px;
}

.heading-style-h5-6 {
  color: #0e0d0d;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.text-size-small-5 {
  letter-spacing: -.5px;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 300;
}

.text-size-small-5.text-weight-semibold {
  color: #000;
}

.text-size-small-5.text-weight-semibold.category {
  color: #0047c9;
}

.blog39_item-3 {
  border: 1px solid #000;
  border-radius: 15px;
}

.blog39_item-link-3 {
  height: 100%;
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  text-decoration: none;
  display: flex;
}

.spacer-small-4 {
  width: 100%;
  padding-top: 1.5rem;
}

.layout407_tab-link-2 {
  width: 100%;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1.5px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.layout407_tab-link-2.w--current {
  background-color: rgba(0, 0, 0, 0);
  border-top-width: 1px;
  border-top-color: #ffb401;
  padding-left: 3rem;
  padding-right: 3rem;
}

.heading-style-h5-7 {
  color: #0e0d0d;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.text-size-large-4 {
  letter-spacing: -.5px;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 28px;
}

.text-size-medium-19 {
  width: 100%;
  text-align: left;
  letter-spacing: -.5px;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 22px;
}

.text-size-medium-19.text-align-center {
  text-align: center;
  font-weight: 300;
}

.page_6_faq_component-2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.page_6_faq_question-2 {
  cursor: pointer;
  border-top: 1px solid rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

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

.text-size-medium-20 {
  width: 100%;
  text-align: left;
  letter-spacing: -.5px;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 22px;
}

.text-size-medium-20.text-align-center {
  text-align: center;
  font-weight: 300;
}

.text-size-small-6 {
  letter-spacing: -.5px;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 300;
}

.text-size-small-6.text-weight-semibold {
  color: #000;
}

.text-size-small-6.text-weight-semibold.category {
  color: #0047c9;
}

.page_5_features-list_card-large-horizontal-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid var(--black);
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.page_5_features-list_card-large-vertical-2 {
  border: 1px solid var(--black);
  border-radius: 15px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.heading-style-h4-8 {
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3;
}

.page_5_features-list_card-large-horizontal-3 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid #000;
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.text-size-medium-21 {
  width: 100%;
  text-align: left;
  letter-spacing: -.5px;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 22px;
}

.text-size-medium-21.text-align-center {
  text-align: center;
  font-weight: 300;
}

.page_5_features-list_card-large-vertical-3 {
  border: 1px solid #000;
  border-radius: 15px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.text-size-small-7 {
  letter-spacing: -.5px;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 300;
}

.text-size-small-7.text-weight-semibold {
  color: #000;
}

.text-size-small-7.text-weight-semibold.category {
  color: #0047c9;
}

.heading-style-h4-9 {
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3;
}

.spacer-small-5 {
  width: 100%;
  padding-top: 1.5rem;
}

.layout407_tab-link-3 {
  width: 100%;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1.5px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.layout407_tab-link-3.w--current {
  background-color: rgba(0, 0, 0, 0);
  border-top-width: 1px;
  border-top-color: #ffb401;
  padding-left: 3rem;
  padding-right: 3rem;
}

.layout407_tabs-menu-2 {
  margin-top: -9.5rem;
  padding: 0 30px;
  display: flex;
}

.heading-style-h5-8 {
  color: #0e0d0d;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.navbar5_menu-dropdown {
  position: static;
}

.navbar5_container {
  width: 100%;
  height: 100%;
  max-width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar5_dropdown-background-layer {
  min-width: 100vw;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.button-14 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

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

.button-14.is-link {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-14.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-14.is-secondary {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

.navbar5_logo-link {
  padding-left: 0;
}

.navbar5_icon-wrapper {
  flex: none;
}

.navbar5_blog-image-wrapper {
  width: 100%;
}

.navbar5_menu {
  height: 100%;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.navbar5_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar5_dropdown-toggle.w--open {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.navbar5_menu-button {
  padding: 0;
}

.navbar5_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.navbar5_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar5_dropdown-list.w--open {
  width: 50vw;
  max-width: 100%;
  background-color: #fff;
  border-bottom: 0 #000;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
  box-shadow: 0 5px 8px rgba(0, 0, 0, .2);
}

.navbar5_blog-image {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.navbar5_large-item-content {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.navbar5_dropdown-content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem 2rem 2rem 0;
  display: grid;
}

.navbar5_dropdown-link {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: grid;
}

.navbar5_blog-list {
  grid-column-gap: 0rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.navbar5_dropdown-content-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar5_dropdown-content-wrapper.z-index-1 {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: max-content max-content;
  grid-auto-rows: max-content;
}

.navbar5_menu-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.navbar5_dropdown-content {
  width: 100%;
  display: flex;
}

.navbar5_dropdown-content-right {
  max-width: 35rem;
  flex: 1;
  padding: 2rem 0 2rem 2rem;
  display: flex;
  position: relative;
}

.navbar5_link {
  padding: 1.5rem 1rem;
}

.navbar5_link.w--current {
  color: rgba(0, 0, 0, 0);
}

.navbar5_component {
  width: 100%;
  min-height: 4.5rem;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar5_blog-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: grid;
}

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

.spacer-small-6 {
  width: 100%;
  padding-top: 1.5rem;
}

.navbar5_dropdown-background-layer-2 {
  min-width: 100vw;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.text-size-medium-22 {
  width: 100%;
  text-align: left;
  letter-spacing: -.5px;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 22px;
}

.text-size-medium-22.text-color-white.custom-width-2 {
  min-width: 15%;
}

.text-size-medium-22.text-color-white.custom-width {
  min-width: 25%;
}

.text-size-medium-22.custom-width-2 {
  min-width: 15%;
}

.text-size-medium-22.custom-width {
  min-width: 25%;
}

.button-15 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-15.is-link {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-15.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.navbar1_logo-3 {
  width: 165px;
}

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

.navbar1_menu-3 {
  align-items: center;
  display: flex;
  position: static;
}

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

.navbar1_menu-4 {
  align-items: center;
  display: flex;
  position: static;
}

.text-size-medium-23 {
  width: 100%;
  text-align: center;
  letter-spacing: -.5px;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 22px;
}

.text-size-medium-23.custom-width-2 {
  min-width: 15%;
}

.text-size-medium-23.custom-width {
  min-width: 20%;
  text-align: center;
  text-transform: uppercase;
  padding: .5rem 0;
}

.navbar5_dropdown-background-layer-3 {
  min-width: 100vw;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.button-16 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-16.is-link {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-16.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.text-size-large-5 {
  letter-spacing: -.5px;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 28px;
}

.button-17 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-17.is-link {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-17.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.text-size-medium-24 {
  width: 100%;
  text-align: left;
  letter-spacing: -.5px;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 22px;
}

.text-size-medium-24.text-color-black {
  text-transform: uppercase;
}

.text-size-small-8 {
  letter-spacing: -.5px;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 300;
}

.navbar5_dropdown-background-layer-4 {
  min-width: 100vw;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.text-size-medium-25 {
  width: 100%;
  text-align: left;
  letter-spacing: -.5px;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 22px;
}

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

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

.arrow-icon {
  width: 2%;
  color: #fff;
  display: block;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 5%;
  transform: rotate(90deg);
}

.back-to-top {
  width: 2%;
  color: #fff;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: rotate(-90deg);
}

.navbar11_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.button-18 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

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

.button-18.is-secondary {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

.dropdown-chevron-3 {
  width: 1rem;
  height: 1rem;
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-chevron-3.is-white {
  color: var(--white);
}

.navbar11_logo-link {
  padding-left: 0;
}

.navbar11_component {
  width: 100%;
  min-height: 4.5rem;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar11_icon-wrapper {
  flex: none;
}

.navbar11_menu-button {
  padding: 0;
}

.navbar11_dropdown-list.w--open {
  width: 20rem;
  background-color: #fff;
  border: 1px #000;
  padding: 1.5rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.navbar11_text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.navbar11_container {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar11_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar11_dropdown-link {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: .25rem;
  padding-bottom: .25rem;
  text-decoration: none;
  display: grid;
}

.navbar11_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar11_menu {
  align-items: center;
  display: flex;
  position: static;
}

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

.navbar11_link {
  padding: .5rem 1rem;
}

.navbar11_link.w--current {
  color: rgba(0, 0, 0, 0);
}

.button-19 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-19.is-link {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-19.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-19.is-link.is-icon.is-alternate {
  display: flex;
}

.layout422_card-3 {
  width: 100%;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout422_image-wrapper-3 {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.layout422_component-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

.text-color-white-14 {
  color: rgba(0, 0, 0, 0);
}

.layout422_card-content-2 {
  height: 100%;
  min-height: 52vh;
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  display: flex;
  position: relative;
}

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

.blog68_heading {
  flex: 1;
}

.blog68_title-wrapper {
  margin-bottom: .5rem;
}

.blog68_category {
  background-color: rgba(0, 0, 0, 0);
  margin-right: 1rem;
  padding: .25rem .5rem;
  display: flex;
}

.button-20 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-20.is-link {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-20.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-20.is-secondary {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

.section_blog68 {
  overflow: hidden;
}

.blog68_item {
  border: 1px solid #000;
  border-radius: 15px;
}

.blog68_meta-wrapper {
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.blog68_image {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.blog68_mask {
  width: 33.33%;
  overflow: visible;
}

.text-size-regular-6 {
  font-size: 1rem;
}

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

.blog68_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.blog68_component {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 8rem;
  position: relative;
}

.blog68_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

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

.blog68_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.blog68_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.blog68_button-row.show-mobile-landscape {
  display: none;
}

.blog68_slide {
  padding-right: 2rem;
}

.blog68_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.slide68_arrow {
  width: 3rem;
  height: 3rem;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.slide68_arrow.left {
  color: #000;
  right: 4rem;
}

.blog68_item-link {
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  text-decoration: none;
  display: flex;
}

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

.footer2_logo-link {
  padding-left: 0;
}

.button-21 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-21.is-secondary {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

.footer2_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

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

.footer2_right-wrapper {
  flex-direction: column;
  display: flex;
}

.footer2_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

.footer2_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.footer2_left-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.form-input-6 {
  height: auto;
  min-height: 2.75rem;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input-6:focus {
  border-color: #000;
}

.form-input-6::-ms-input-placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input-6::placeholder {
  color: rgba(0, 0, 0, .6);
}

.footer2_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.footer2_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  display: grid;
}

.footer2_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer2_credit-text {
  font-size: .875rem;
}

.footer2_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.line-divider-2 {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0);
}

.footer2_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.footer2_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

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

.loader4_background-top {
  height: 50%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.loader4_loading-animation {
  display: none;
}

.loader-4-instructions-delete {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  padding: 2rem;
  display: block;
}

.loader4_instructions-callout-image {
  margin-top: 1.5rem;
}

.loader4_number {
  color: rgba(0, 0, 0, 0);
}

.loader4_progress-background {
  width: 100%;
  height: 100%;
  opacity: .25;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.loader4_instructions-list-item {
  padding-left: .5rem;
}

.loader4_progress-wrapper {
  z-index: 1;
  width: 40%;
  text-align: center;
  flex-direction: column;
  display: flex;
  position: relative;
}

.loader4_instructions-list {
  padding-left: 1.25rem;
}

.loader4_progress {
  width: 100%;
  height: .25rem;
  position: relative;
}

.loader4_background-bottom {
  height: 50%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.loader4_instructions-callout {
  background-color: rgba(0, 0, 0, .1);
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

.loader4_progress-content {
  width: 100%;
  justify-content: space-between;
  margin-top: .75rem;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.loader4_component {
  z-index: 9999;
  height: 100dvh;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.loader4_progress-bar {
  width: 20%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.loader4_ix-trigger {
  width: 0;
  height: 0;
  display: none;
}

.loader4_text-wrapper {
  display: flex;
}

.loader-wrapper {
  min-height: 100vh;
  display: block;
}

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

.navbar1_component-4 {
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.button-22 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-22.is-secondary {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

.button-22.is-secondary.is-alternate {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

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

.button-22.is-link {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-22.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.dropdown-chevron-4 {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar1_dropdown-link-4 {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link-4.w--current {
  color: rgba(0, 0, 0, 0);
}

.navbar1_dropdown-list-3.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem;
}

.home_1_hero-header_component {
  height: 100svh;
  min-height: 100svh;
  flex-direction: column;
  display: flex;
}

.home_1_hero-header_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.home_1_hero-header_image-wrapper {
  flex: 1;
  position: relative;
}

.home_2_feature_image {
  width: 100%;
  height: 100%;
}

.home_2_feature_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home_2_feature_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

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

.home_3_features-list_item {
  width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home_3_features-list_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: center;
  display: grid;
}

.home_4_ecommerce-product_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.home_4_ecommerce-product_image {
  width: 100%;
  height: 100%;
}

.home_4_ecommerce-product_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home_5_ecommerce-products-list_mask {
  width: 25%;
  overflow: visible;
}

.section_home_5_ecommerce-products-list {
  overflow: hidden;
}

.home_5_ecommerce-products-list_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home_5_ecommerce-products-list_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.home_5_ecommerce-products-list_slide {
  padding-right: 2rem;
}

.home_5_ecommerce-products-list_item-link {
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: flex;
}

.home_5_ecommerce-products-list_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.home_5_ecommerce-products-list_heading {
  flex: 1;
}

.home_5_ecommerce-products-list_arrow {
  width: 3rem;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.home_5_ecommerce-products-list_arrow.left {
  right: 4rem;
}

.home_5_ecommerce-products-list_component {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 6rem;
  position: relative;
}

.home_5_ecommerce-products-list_image {
  width: 100%;
  height: 100%;
  aspect-ratio: 10 / 12;
  object-fit: cover;
}

.home_5_ecommerce-products-list_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.home_5_ecommerce-products-list_item {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.home_5_ecommerce-products-list_image-wrapper {
  width: 100%;
}

.home_6_ecommerce-products-list_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.home_6_ecommerce-products-list_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.home_6_ecommerce-products-list_image-link {
  display: block;
}

.home_6_ecommerce-products-list_left {
  margin-right: 1rem;
}

.home_6_ecommerce-products-list_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.home_6_ecommerce-products-list_text-link {
  justify-content: space-between;
  text-decoration: none;
  display: flex;
}

.home_6_ecommerce-products-list_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  display: grid;
}

.home_6_ecommerce-products-list_image {
  width: 100%;
  height: 100%;
  aspect-ratio: 10 / 12;
  object-fit: cover;
}

.home_6_ecommerce-products-list_item {
  width: 100%;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.home_6_ecommerce-products-list_heading {
  flex: 1;
}

.home_7_ecommerce-products-list_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home_7_ecommerce-products-list_arrow {
  width: 3rem;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.home_7_ecommerce-products-list_arrow.left {
  right: 4rem;
}

.home_7_ecommerce-products-list_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.home_7_ecommerce-products-list_image {
  width: 100%;
  height: 100%;
  aspect-ratio: 10 / 12;
  object-fit: cover;
}

.home_7_ecommerce-products-list_slide {
  padding-right: 3rem;
}

.home_7_ecommerce-products-list_image-wrapper {
  width: 100%;
}

.home_7_ecommerce-products-list_item-link {
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: flex;
}

.home_7_ecommerce-products-list_item {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.home_7_ecommerce-products-list_component {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 6rem;
  position: relative;
}

.home_7_ecommerce-products-list_heading {
  flex: 1;
}

.section_home_7_ecommerce-products-list {
  overflow: hidden;
}

.home_7_ecommerce-products-list_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.home_7_ecommerce-products-list_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.home_7_ecommerce-products-list_mask {
  width: 33%;
  overflow: visible;
}

.home_8_ecommerce-products-list_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.home_8_ecommerce-products-list_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.home_8_ecommerce-products-list_item-link {
  text-decoration: none;
}

.home_8_ecommerce-products-list_heading {
  flex: 1;
}

.home_8_ecommerce-products-list_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.home_8_ecommerce-products-list_image {
  width: 100%;
  height: 100%;
  aspect-ratio: 10 / 12;
  object-fit: cover;
}

.home_8_ecommerce-products-list_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.home_8_ecommerce-products-list_item {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.home_10_faq_question {
  cursor: pointer;
  border-top: 1px solid rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.home_10_faq_icon-wrapper {
  width: 2rem;
  align-self: flex-start;
  margin-left: 1.5rem;
  display: flex;
}

.home_10_faq_component {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.home_10_faq_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.home_10_faq_answer {
  overflow: hidden;
}

.home_11_cta_card {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 4rem;
  display: flex;
  position: relative;
}

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

.home_11_cta_background-image-wrapper {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home_11_cta_background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.signup-form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.home_12_newsletter_form-block {
  max-width: 30rem;
  margin-bottom: 0;
}

.home_12_newsletter_content {
  flex: 1;
}

.home_12_newsletter_component {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.form-input-7 {
  height: auto;
  min-height: 2.75rem;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input-7:focus {
  border-color: #000;
}

.form-input-7::-ms-input-placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input-7::placeholder {
  color: rgba(0, 0, 0, .6);
}

.error-text {
  color: #e23939;
}

.home_13_contact_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home_13_contact_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.home_13_contact_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer3_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  display: grid;
}

.icon-embed-xsmall-5 {
  width: 1.5rem;
  height: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer3_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.footer3_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.footer3_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.footer3_menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.footer3_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer3_logo-link {
  float: none;
  padding-left: 0;
}

.footer3_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer3_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.footer3_credit-text {
  font-size: .875rem;
}

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

.loader4_component-2 {
  z-index: 9999;
  height: 100dvh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.loader-wrapper-2 {
  min-height: 100vh;
}

.button-23 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-23.is-secondary {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

.team4_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  margin-top: 1.5rem;
  display: grid;
}

.team4_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.team4_item {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

.team4_image {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .margin-xxlarge {
    margin: 4.5rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

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

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

  .padding-xhuge {
    padding: 6rem;
  }

  .text-size-medium.text-color-white.custom-width {
    text-align: left;
    left: -22px;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

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

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

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

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

  .margin-xlarge {
    margin: 3.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

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

  .hide-tablet {
    display: none;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

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

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

  .padding-large {
    padding: 2.5rem;
  }

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

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

  .margin-xxhuge {
    margin: 7.5rem;
  }

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

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

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

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

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

  .margin-bottom.margin-huge {
    margin-bottom: 2rem;
  }

  .margin-bottom.margin-xsmall.align-center {
    text-align: center;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

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

  .spacer-huge {
    padding-top: 5rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

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

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

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

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar1_link.text-color-white {
    font-family: Inter, sans-serif;
  }

  .navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    height: 40dvh;
    background-color: #000;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar1_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .menu-icon1_line-bottom {
    width: 24px;
    height: 2px;
    background-color: #fff;
    border: 1px solid #fff;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .navbar1_dropdown-link {
    width: auto;
    color: #fff;
    padding: .75rem 0 .75rem 5%;
    font-family: Inter, sans-serif;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    background-color: #000;
    border-style: none;
    padding: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    width: 24px;
    height: 2px;
    background-color: #000;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-top {
    width: 24px;
    height: 2px;
    background-color: #fff;
    border: 1px solid #fff;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-chevron {
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .menu-icon1 {
    width: 48px;
    height: 48px;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .text-block-4.text-color-white {
    font-family: Inter, sans-serif;
  }

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

  .layout392_row {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ".";
  }

  .layout392_card-small-content {
    padding: 2rem;
  }

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

  .layout392_card-large-vertical {
    width: 48%;
  }

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

  .heading-style-h4-3 {
    font-size: 1.75rem;
  }

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

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

  .layout396_card {
    flex-wrap: nowrap;
  }

  .heading-style-h4-4 {
    font-size: 1.75rem;
  }

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

  .h4.text-color-white, .h4.text-color-black {
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .dropdown-chevron-2 {
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .navbar1_dropdown-link-2 {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu-2 {
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu-2.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar1_link-2 {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

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

  .home_2_features-list_row {
    grid-template-columns: 1fr 1fr;
  }

  .home_2_features-list_card-large-content, .home_2_features-list_card-small-content {
    padding: 2rem;
  }

  .home_5_hero-header_component {
    min-height: auto;
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

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

  .header1_component {
    min-height: auto;
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

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

  .layout401_row.solutions-4x {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .layout401_card {
    margin-bottom: 20px;
  }

  .layout422_overlay.oragnization-card {
    padding-top: 100px;
    padding-left: 35px;
    display: block;
  }

  .layout422_image {
    object-fit: cover;
  }

  .layout422_card-content {
    min-height: 60vh;
    padding: 2rem;
  }

  .layout422_card-content.technologies-card {
    top: 0;
  }

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

  .menu-icon1_line-top-2 {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_dropdown-link-3 {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_dropdown-list-2 {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list-2.w--open {
    border-style: none;
    padding: 0;
  }

  .menu-icon1-2 {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-bottom-2 {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .home_8_layout_image {
    object-fit: cover;
  }

  .home_8_layout_card-content {
    padding: 2rem;
  }

  .home_10_blog-list_list, .home_11_blog-list_list {
    grid-template-columns: 1fr 1fr;
  }

  .home_12_cta_content {
    margin-right: 3rem;
  }

  .home_12_cta_component {
    grid-column-gap: 3rem;
  }

  .home_12_cta_button-row {
    flex: none;
  }

  .cta9_content {
    margin-right: 3rem;
  }

  .cta9_component {
    grid-column-gap: 3rem;
  }

  .cta9_button-row {
    flex: none;
  }

  .footer1_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .footer6_newsletter-wrapper {
    justify-content: flex-start;
    display: block;
  }

  .footer6_newsletter-text-wrapper {
    margin-bottom: 1.5rem;
  }

  .footer6_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer6_form-block {
    min-width: auto;
  }

  .cta47_content {
    margin-right: 3rem;
  }

  .cta47_button-row {
    flex: none;
  }

  .cta47_card {
    grid-column-gap: 3rem;
    padding: 2rem;
  }

  .image-3 {
    max-width: 80%;
    top: -3%;
  }

  .image-3.careers {
    width: 60%;
    max-width: 100%;
    padding-top: 41px;
  }

  .team10_slide {
    padding-right: 2rem;
  }

  .team10_mask {
    width: 50%;
  }

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

  .page_2_hero-header_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

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

  .page_4_hero-header_component {
    min-height: auto;
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .page_5_team_slide {
    padding-right: 2rem;
  }

  .page_5_team_mask {
    width: 50%;
  }

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

  .page_6_hero-header_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .heading-style-h4-5 {
    font-size: 1.75rem;
  }

  .header47_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

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

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

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

  .heading-style-h4-6 {
    font-size: 1.75rem;
  }

  .layout83_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

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

  .page_0_hero-header_component {
    min-height: auto;
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .page_2_feature_component, .page_3_feature_component, .layout68_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

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

  .page_contact_component {
    grid-column-gap: 2rem;
  }

  .heading-style-h4-7 {
    font-size: 1.75rem;
  }

  .contact20_component {
    grid-column-gap: 2rem;
  }

  .footer10_bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer10_left-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer10_social-list {
    margin-bottom: 2rem;
  }

  .footer10_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .page_1_logo_logo-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .page_1_logo_content-left {
    max-width: 16rem;
  }

  .page_1_logo_component {
    grid-column-gap: 3rem;
  }

  .page_2_features-list_row {
    grid-template-columns: 1fr 1fr;
  }

  .page_3_layout_component-2 {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .page_4_logo_list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .page_4_logo_wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 15px;
  }

  .page_5_features-list_row {
    grid-template-columns: 1fr 1fr;
  }

  .page_5_features-list_card-small-content {
    padding: 2rem;
  }

  .layout1_component, .layout209_component, .page_3_layout_component-3 {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .layout407_tab-link {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  }

  .layout407_tab-link.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .layout407_tab-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout407_tabs-menu {
    margin-top: 1.9rem;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h4-8, .heading-style-h4-9 {
    font-size: 1.75rem;
  }

  .layout407_tab-link-3 {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  }

  .layout407_tab-link-3.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .layout407_tabs-menu-2 {
    margin-top: 1.9rem;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar5_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .navbar5_dropdown-background-layer {
    min-width: 100%;
  }

  .menu-icon {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar5_menu {
    height: 100dvh;
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    border-bottom: 1px solid #000;
    align-items: flex-start;
    margin-left: 0;
    padding: 1rem 5% 6.5rem;
    transition: height .5s;
    position: absolute;
    overflow: auto;
  }

  .navbar5_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .menu-icon_line-middle {
    width: 24px;
    height: 2px;
    background-color: #000;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-bottom {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar5_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar5_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .navbar5_dropdown-list.w--open {
    min-width: auto;
    border-style: none;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .navbar5_large-item-content {
    width: 100%;
  }

  .navbar5_dropdown-content-left {
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar5_blog-list, .navbar5_dropdown-content-wrapper {
    width: 100%;
  }

  .navbar5_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
  }

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

  .navbar5_dropdown-content-right {
    max-width: none;
    align-items: flex-start;
  }

  .navbar5_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon_line-top {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar5_blog-item {
    width: 100%;
  }

  .navbar5_dropdown-background-layer-2 {
    min-width: 100%;
  }

  .navbar1_menu-3 {
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu-3.is-page-height-tablet {
    height: 40dvh;
    background-color: #000;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar1_menu-4 {
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu-4.is-page-height-tablet {
    height: 40dvh;
    background-color: #000;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar5_dropdown-background-layer-3, .navbar5_dropdown-background-layer-4 {
    min-width: 100%;
  }

  .navbar11_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar11_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .menu-icon1_line-top-3 {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-chevron-3 {
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .menu-icon1-3 {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar11_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar11_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar11_dropdown-list.w--open {
    width: auto;
    border-style: none;
    padding: 0;
  }

  .menu-icon1_line-bottom-3 {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar11_dropdown-link-list {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar11_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .navbar11_menu {
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar11_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar11_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .layout422_card-content-2 {
    padding: 2rem;
  }

  .blog68_heading {
    margin-right: 3rem;
  }

  .blog68_mask {
    width: 50%;
  }

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

  .blog68_button-row {
    flex: none;
  }

  .blog68_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .footer2_bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer2_left-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer2_social-list {
    margin-bottom: 2rem;
  }

  .footer2_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .menu-icon1_line-top-4 {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-chevron-4 {
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .navbar1_dropdown-link-4 {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_dropdown-list-3 {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list-3.w--open {
    border-style: none;
    padding: 0;
  }

  .menu-icon1-4 {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .home_1_hero-header_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .home_2_feature_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .home_3_features-list_component {
    grid-column-gap: 2rem;
  }

  .home_4_ecommerce-product_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .home_5_ecommerce-products-list_mask {
    width: 50%;
  }

  .home_5_ecommerce-products-list_button-row {
    flex: none;
  }

  .home_5_ecommerce-products-list_slide {
    padding-right: 2rem;
  }

  .home_5_ecommerce-products-list_heading {
    margin-right: 3rem;
  }

  .home_5_ecommerce-products-list_component {
    padding-left: 0;
    padding-right: 0;
  }

  .home_5_ecommerce-products-list_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .home_6_ecommerce-products-list_button-row {
    flex: none;
  }

  .home_6_ecommerce-products-list_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .home_6_ecommerce-products-list_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .home_6_ecommerce-products-list_heading {
    margin-right: 3rem;
  }

  .home_7_ecommerce-products-list_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .home_7_ecommerce-products-list_slide {
    padding-right: 2rem;
  }

  .home_7_ecommerce-products-list_component {
    padding-left: 0;
    padding-right: 0;
  }

  .home_7_ecommerce-products-list_heading {
    margin-right: 3rem;
  }

  .home_7_ecommerce-products-list_button-row {
    flex: none;
  }

  .home_7_ecommerce-products-list_mask {
    width: 50%;
  }

  .home_8_ecommerce-products-list_button-row {
    flex: none;
  }

  .home_8_ecommerce-products-list_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .home_8_ecommerce-products-list_heading {
    margin-right: 3rem;
  }

  .home_8_ecommerce-products-list_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .home_11_cta_card {
    padding: 3rem;
  }

  .home_12_newsletter_content {
    margin-right: 0;
  }

  .home_12_newsletter_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .home_13_contact_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .footer3_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

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

@media screen and (max-width: 767px) {
  .margin-xxlarge {
    margin: 3rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .spacer-xsmall {
    padding-top: .75rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

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

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

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

  .padding-xhuge {
    padding: 4rem;
  }

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

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

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

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

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

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

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

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

  .margin-xlarge {
    margin: 2.5rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

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

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

  .padding-large {
    padding: 2rem;
  }

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

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

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

  .margin-xxhuge {
    margin: 5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

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

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

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

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

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

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

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

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

  .padding-xxlarge {
    padding: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

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

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

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

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

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

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

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .text-size-medium-6, .text-size-medium-7 {
    font-size: 1rem;
  }

  .layout392_card-large-vertical-content {
    padding: 1.5rem;
  }

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

  .layout392_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .layout392_card-large-horizontal-content {
    padding: 1.5rem;
  }

  .layout392_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .layout392_card-small-content {
    padding: 1.5rem;
  }

  .layout392_card-small {
    grid-template-columns: 1fr;
  }

  .heading-style-h4-2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .text-size-medium-8 {
    font-size: 1rem;
  }

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

  .heading-style-h4-3 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .text-size-medium-9 {
    font-size: 1rem;
  }

  .layout396_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .layout396_card-content {
    padding: 1.5rem;
  }

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

  .layout396_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .heading-style-h4-4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .text-size-medium-10 {
    font-size: 1rem;
  }

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

  .text-size-medium-11 {
    font-size: 1rem;
  }

  .logo3_logo {
    max-height: 3rem;
  }

  .logo3_list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .logo3_wrapper {
    padding: .75rem 1rem;
  }

  .navbar1_component-2 {
    height: auto;
    min-height: 4rem;
  }

  .navbar1_menu-2.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .text-size-medium-12 {
    font-size: 1rem;
  }

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

  .home_2_features-list_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .home_2_features-list_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .home_2_features-list_card-large-content, .home_2_features-list_card-small-content {
    padding: 1.5rem;
  }

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

  .home_2_features-list_card-small {
    grid-template-columns: 1fr;
  }

  .home_4_logo-list_logo {
    max-height: 3rem;
  }

  .home_4_logo-list_list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .home_4_logo-list_wrapper {
    padding: .75rem 1rem;
  }

  .home_5_hero-header_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .footer7_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer7_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    padding-bottom: 1rem;
  }

  .footer7_credit-text {
    margin-top: 2rem;
  }

  .footer7_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
  }

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

  .header1_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .layout401_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .layout401_card-content {
    padding: 1.5rem;
  }

  .layout401_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .layout422_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .layout422_card {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .layout422_card.type-3-50 {
    width: 100%;
  }

  .layout422_card.position-custom {
    top: 0;
  }

  .layout422_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .layout422_card-content {
    padding: 1.5rem;
  }

  .testimonial7_component {
    padding-bottom: 3rem;
  }

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

  .blog36_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .navbar1_component-3 {
    height: auto;
    min-height: 4rem;
  }

  .home_6_layout_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .home_6_layout_card-content {
    padding: 1.5rem;
  }

  .home_6_layout_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .home_8_layout_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .home_8_layout_card {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .home_8_layout_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .home_8_layout_card-content {
    padding: 1.5rem;
  }

  .home_9_testimonial_component {
    padding-bottom: 3rem;
  }

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

  .home_10_blog-list_list, .home_11_blog-list_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home_12_cta_content {
    margin-right: 0;
  }

  .home_12_cta_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home_12_cta_button-row {
    width: 100%;
    justify-content: flex-start;
  }

  .cta9_content {
    margin-right: 0;
  }

  .cta9_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cta9_button-row {
    width: 100%;
    justify-content: flex-start;
  }

  .footer1_credit-text {
    margin-top: 1.5rem;
  }

  .footer1_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer1_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer1_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer6_newsletter-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer6_top-wrapper {
    grid-row-gap: 2.5rem;
  }

  .cta47_content {
    margin-right: 0;
  }

  .cta47_button-row {
    width: 100%;
    justify-content: flex-start;
  }

  .cta47_card {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cta47_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .image-3 {
    top: 6%;
  }

  .image-3.careers {
    width: 50%;
  }

  .page_gallery_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .team10_slide {
    padding-right: 1.5rem;
  }

  .team10_image-wrapper {
    height: 100%;
  }

  .text-size-large-2 {
    font-size: 1.125rem;
  }

  .team10_mask {
    width: 80%;
  }

  .team10_arrow.left {
    right: 3.5rem;
  }

  .page_1_gallery_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .page_2_hero-header_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .page_2_hero-header_component {
    height: auto;
  }

  .page_3_layout_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .page_3_layout_card-content {
    padding: 1.5rem;
  }

  .page_3_layout_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .page_4_hero-header_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .page_5_team_slide {
    padding-right: 1.5rem;
  }

  .page_5_team_image-wrapper {
    height: 100%;
  }

  .page_5_team_mask {
    width: 80%;
  }

  .page_5_team_arrow.left {
    right: 3.5rem;
  }

  .page_6_hero-header_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .career5_list {
    grid-row-gap: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .career5_job-department {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .career5_icon-wrapper {
    width: 28px;
  }

  .career5_item {
    padding: 1.5rem;
  }

  .heading-style-h4-5 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .header47_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .page_portfolio-list_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

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

  .page_pricing_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading-style-h4-6 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

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

  .layout422_card-2 {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .layout422_component-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .layout83_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

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

  .page_0_hero-header_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .page_2_feature_component, .page_3_feature_component, .layout68_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .blog39_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium-13 {
    font-size: 1rem;
  }

  .page_contact_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h4-7 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .contact20_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .footer10_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer10_left-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer10_top-wrapper {
    grid-row-gap: 3rem;
    padding: 2rem;
  }

  .footer10_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer10_credit-text {
    margin-top: 1rem;
  }

  .page_1_logo_logo-list {
    grid-column-gap: 1rem;
    padding-top: 1rem;
  }

  .page_1_logo_wrapper {
    padding: .75rem 1rem;
  }

  .page_1_logo_content-left {
    max-width: none;
  }

  .page_1_logo_logo {
    max-height: 3rem;
  }

  .page_1_logo_component {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .page_2_features-list_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .page_2_features-list_card-content {
    padding: 1.5rem;
  }

  .page_2_features-list_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .page_2_features-list_card {
    grid-template-columns: 1fr;
  }

  .page_3_layout_component-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .page_3_layout_content-left {
    position: static;
  }

  .page_4_logo_logo {
    max-height: 3rem;
  }

  .page_4_logo_list {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    display: inline-block;
  }

  .page_4_logo_wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .page_5_features-list_card-large-vertical-content {
    padding: 1.5rem;
  }

  .page_5_features-list_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .page_5_features-list_card-large-horizontal-content {
    padding: 1.5rem;
  }

  .page_5_features-list_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .page_5_features-list_card-small-content {
    padding: 1.5rem;
  }

  .page_5_features-list_card-small {
    grid-template-columns: 1fr;
  }

  .page_6_faq_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .page_6_faq_icon-wrapper {
    width: 1.75rem;
  }

  .layout1_component, .layout209_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium-14 {
    font-size: 1rem;
  }

  .text-size-large-3 {
    font-size: 1.125rem;
  }

  .text-size-medium-15 {
    font-size: 1rem;
  }

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

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

  .text-size-medium-16 {
    font-size: 1rem;
  }

  .page_3_layout_component-3 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .page_4_logo_wrapper-2 {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-size-medium-17 {
    font-size: 1rem;
  }

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

  .layout407_tabs-menu {
    flex-wrap: wrap;
    margin-top: 3rem;
  }

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

  .text-size-medium-18 {
    font-size: 1rem;
  }

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

  .spacer-small-4 {
    padding-top: 1.25rem;
  }

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

  .text-size-large-4 {
    font-size: 1.125rem;
  }

  .text-size-medium-19 {
    font-size: 1rem;
  }

  .page_6_faq_question-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .text-size-medium-20 {
    font-size: 1rem;
  }

  .heading-style-h4-8 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .text-size-medium-21 {
    font-size: 1rem;
  }

  .heading-style-h4-9 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .spacer-small-5 {
    padding-top: 1.25rem;
  }

  .layout407_tabs-menu-2 {
    flex-wrap: wrap;
    margin-top: 3rem;
  }

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

  .navbar5_menu {
    padding-bottom: 6rem;
  }

  .navbar5_dropdown-link-list {
    max-width: none;
    grid-row-gap: .5rem;
  }

  .navbar5_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .navbar5_dropdown-content-right {
    padding: 1.5rem;
  }

  .navbar5_component {
    min-height: 4rem;
  }

  .navbar5_blog-item {
    grid-template-columns: .6fr 1fr;
  }

  .text-size-medium-22 {
    font-size: 1rem;
  }

  .navbar1_menu-3.is-page-height-tablet, .navbar1_menu-4.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .text-size-medium-23 {
    font-size: 1rem;
  }

  .text-size-large-5 {
    font-size: 1.125rem;
  }

  .text-size-medium-24, .text-size-medium-25 {
    font-size: 1rem;
  }

  .navbar11_component {
    min-height: 4rem;
  }

  .navbar11_dropdown-link-list {
    max-width: none;
    grid-row-gap: .5rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .navbar11_dropdown-link {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .navbar11_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .layout422_card-3 {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .layout422_component-3 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .layout422_card-content-2 {
    padding: 1.5rem;
  }

  .blog68_heading {
    margin-right: 0;
  }

  .blog68_mask {
    width: 80%;
  }

  .blog68_component {
    padding-bottom: 6rem;
  }

  .blog68_button-row {
    width: 100%;
    justify-content: flex-start;
  }

  .blog68_button-row.show-mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

  .blog68_slide {
    padding-right: 1.5rem;
  }

  .blog68_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .slide68_arrow.left {
    right: 3.5rem;
  }

  .footer2_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer2_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer2_left-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer2_credit-text {
    margin-top: 1rem;
  }

  .footer2_top-wrapper {
    grid-row-gap: 3rem;
  }

  .loader4_progress-wrapper {
    width: 70%;
  }

  .navbar1_component-4 {
    height: auto;
    min-height: 4rem;
  }

  .home_1_hero-header_component {
    height: auto;
    max-height: none;
  }

  .home_1_hero-header_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .home_2_feature_component, .home_3_features-list_component, .home_4_ecommerce-product_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home_5_ecommerce-products-list_mask {
    width: 80%;
  }

  .home_5_ecommerce-products-list_button-row {
    width: 100%;
    justify-content: flex-start;
  }

  .home_5_ecommerce-products-list_slide {
    padding-right: 1.5rem;
  }

  .home_5_ecommerce-products-list_heading {
    margin-right: 0;
  }

  .home_5_ecommerce-products-list_arrow.left {
    right: 3.5rem;
  }

  .home_5_ecommerce-products-list_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home_5_ecommerce-products-list_image-wrapper {
    height: 100%;
  }

  .home_6_ecommerce-products-list_button-row {
    width: 100%;
    justify-content: flex-start;
  }

  .home_6_ecommerce-products-list_image-wrapper {
    height: 100%;
  }

  .home_6_ecommerce-products-list_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home_6_ecommerce-products-list_list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home_6_ecommerce-products-list_heading {
    margin-right: 0;
  }

  .home_7_ecommerce-products-list_arrow.left {
    right: 3.5rem;
  }

  .home_7_ecommerce-products-list_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home_7_ecommerce-products-list_slide {
    padding-right: 1.5rem;
  }

  .home_7_ecommerce-products-list_image-wrapper {
    height: 100%;
  }

  .home_7_ecommerce-products-list_heading {
    margin-right: 0;
  }

  .home_7_ecommerce-products-list_button-row {
    width: 100%;
    justify-content: flex-start;
  }

  .home_7_ecommerce-products-list_mask {
    width: 80%;
  }

  .home_8_ecommerce-products-list_button-row {
    width: 100%;
    justify-content: flex-start;
  }

  .home_8_ecommerce-products-list_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home_8_ecommerce-products-list_heading {
    margin-right: 0;
  }

  .home_8_ecommerce-products-list_list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home_8_ecommerce-products-list_image-wrapper {
    height: 100%;
  }

  .home_10_faq_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .home_10_faq_icon-wrapper {
    width: 1.75rem;
  }

  .home_11_cta_card {
    padding: 2rem;
  }

  .home_11_cta_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .home_12_newsletter_content {
    margin-right: 0;
  }

  .home_12_newsletter_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home_13_contact_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer3_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer3_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer3_credit-text {
    margin-top: 2rem;
  }

  .footer3_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .team4_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .team4_image-wrapper {
    height: 100%;
  }
}

@media screen and (max-width: 479px) {
  .h3 {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

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

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

  .h2, .h2.align-center {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

  .h2.text-align-center {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  .h2.text-color-white {
    font-size: 2rem;
    line-height: 2rem;
  }

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

  .text-size-medium.text-color-white.custom-width {
    text-align: left;
    left: -20px;
  }

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

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

  .heading-style-h5 {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .text-size-small.text-weight-normal {
    font-size: .8rem;
  }

  .text-size-small.text-weight-xbold {
    font-size: 1rem;
  }

  .button {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .button.is-alternate {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button.is-secondary.is-small {
    font-size: .8rem;
  }

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

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

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

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

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

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

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

  .margin-bottom.margin-huge {
    margin-bottom: 2rem;
  }

  .margin-bottom.margin-xsmall.align-center {
    text-align: center;
  }

  .margin-bottom.margin-small {
    margin-bottom: 0;
  }

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

  .spacer-huge {
    display: none;
  }

  .heading-style-h4 {
    font-size: 1.4rem;
    line-height: 1.6;
  }

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

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

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

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

  .h1, .h1.text-color-white {
    font-size: 2.2rem;
    line-height: 2.5rem;
  }

  .navbar1_menu.is-page-height-tablet {
    height: 100dvh;
    background-color: var(--black);
  }

  .navbar1_logo {
    width: 120px;
    padding-top: 3px;
  }

  .header30_content {
    min-height: 80svh;
  }

  .layout392_row, .layout392_card-large-horizontal-content {
    display: block;
  }

  .layout392_component {
    grid-template-columns: minmax(292px, 1.25fr);
  }

  .layout392_card-small {
    width: 100%;
    margin-top: 20px;
  }

  .layout392_card-large-horizontal {
    width: 100%;
    flex-direction: column;
    display: flex;
  }

  .layout392_card-large-vertical {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text-weight-semibold {
    font-size: .8rem;
  }

  .text-weight-semibold.align-center {
    font-size: .8rem;
    line-height: 1rem;
  }

  .text-weight-semibold.text-color-white, .text-weight-semibold.text-color-black {
    font-size: .8rem;
  }

  .layout396_card {
    width: 100%;
    margin-top: 20px;
  }

  .logo3_list {
    justify-content: center;
  }

  .logo3_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .h4, .h4.text-color-white, .h4.text-color-black {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .home_2_features-list_row {
    grid-template-columns: 1fr;
  }

  .home_2_features-list_card-medium {
    flex-direction: column;
    display: flex;
  }

  .home_2_features-list_card-large-content, .home_2_features-list_card-medium-content {
    display: block;
  }

  .home_2_features-list_card-large {
    flex-direction: column;
    display: flex;
  }

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

  .home_4_logo-list_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .home_5_hero-header_component {
    grid-template-columns: 1fr;
  }

  .header1_image-wrapper {
    position: relative;
    top: 25px;
  }

  .header1_component, .layout401_row {
    grid-template-columns: 1fr;
  }

  .layout401_row.solutions-4x {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .layout401_component.solutions-4x {
    grid-template-columns: repeat(auto-fit, minmax(225px, 1.5fr));
  }

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

  .layout422_overlay.oragnization-card {
    display: block;
    top: -10%;
    left: -8%;
  }

  .layout422_card.type-3-50 {
    width: 100%;
  }

  .layout422_card.position-custom {
    top: 0;
  }

  .layout422_component {
    grid-template-columns: repeat(auto-fit, minmax(193px, 1fr));
  }

  .layout422_card-content {
    min-height: 52vh;
  }

  .layout422_card-content.technologies-card {
    top: 0;
  }

  .blog36_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .home_6_layout_row, .home_8_layout_row {
    grid-template-columns: 1fr;
  }

  .home_11_blog-list_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .footer1_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer1_legal-list {
    font-size: .8rem;
    line-height: 1rem;
    display: flex;
  }

  .footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer1_top-wrapper {
    grid-row-gap: 48px;
  }

  .footer6_column-heading {
    font-size: .9rem;
    line-height: 1rem;
  }

  .footer6_bottom-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer6_logo-link {
    margin-bottom: 1.5rem;
  }

  .footer6_link {
    padding-bottom: .125rem;
    font-size: .8rem;
    line-height: 1rem;
  }

  .footer6_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer6_top-wrapper {
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .cta47_card {
    padding: 1rem 1rem 1rem 2rem;
  }

  .cta47_component {
    height: 30vh;
  }

  .image-3 {
    max-width: 50%;
    top: -1%;
  }

  .image-3.careers {
    width: 65%;
    padding-top: 11px;
  }

  .team10_image-wrapper {
    padding-top: 66%;
  }

  .team10_mask {
    width: 95%;
  }

  .page_2_hero-header_content-wrapper {
    grid-template-columns: 1fr;
  }

  .page_2_hero-header_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .page_3_layout_row, .page_4_hero-header_component {
    grid-template-columns: 1fr;
  }

  .page_5_team_image-wrapper {
    padding-top: 66%;
  }

  .page_5_team_mask {
    width: 95%;
  }

  .page_6_hero-header_content-wrapper {
    grid-template-columns: 1fr;
  }

  .career5_title-wrapper {
    display: block;
  }

  .career5_title-heading {
    margin-bottom: 1.25rem;
  }

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

  .page_portfolio-list_title-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .layout83_item-list, .layout83_component, .page_0_hero-header_component, .page_2_feature_item-list, .page_2_feature_component, .page_3_feature_component, .layout68_component {
    grid-template-columns: 1fr;
  }

  .blog39_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .button-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer10_left-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .footer10_top-wrapper {
    grid-row-gap: 48px;
  }

  .footer10_logo-link {
    padding-left: 0;
    padding-right: 120px;
  }

  .footer10_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .page_1_logo_logo-list {
    grid-template-columns: 1fr 1fr;
  }

  .page_1_logo_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .page_2_features-list_row, .page_3_layout_component-2 {
    grid-template-columns: 1fr;
  }

  .page_4_logo_list {
    width: 100%;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr minmax(180px, 1fr);
    grid-auto-columns: 1fr;
    display: inline-block;
  }

  .page_4_logo_wrapper {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 14px;
    padding-top: 1rem;
  }

  .page_5_features-list_card-large-horizontal-content {
    display: block;
  }

  .page_5_features-list_card-large-horizontal {
    flex-direction: column;
    display: flex;
  }

  .layout1_component, .layout209_component, .page_3_layout_component-3 {
    grid-template-columns: 1fr;
  }

  .page_4_logo_wrapper-2 {
    justify-content: center;
    align-items: flex-start;
  }

  .layout407_tab-link {
    background-image: linear-gradient(rgba(222, 224, 255, .52), rgba(222, 224, 255, .52));
    border-radius: 15px;
    margin-bottom: 40px;
  }

  .layout407_tab-link.w--current {
    margin-bottom: 40px;
  }

  .page_5_features-list_card-large-horizontal-2, .page_5_features-list_card-large-horizontal-3 {
    flex-direction: column;
    display: flex;
  }

  .layout407_tab-link-3 {
    background-image: linear-gradient(rgba(222, 224, 255, .52), rgba(222, 224, 255, .52));
    border-radius: 15px;
    margin-bottom: 40px;
  }

  .layout407_tab-link-3.w--current {
    margin-bottom: 40px;
  }

  .navbar5_dropdown-link-list {
    max-width: 100%;
  }

  .navbar5_dropdown-list.w--open {
    width: 100vw;
  }

  .navbar5_large-item-content {
    margin-top: 1rem;
  }

  .navbar5_dropdown-content-left {
    max-width: 100%;
    background-image: linear-gradient(to bottom, var(--light-blue), var(--light-blue));
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 15px;
  }

  .navbar5_dropdown-link {
    padding-bottom: 0;
    padding-left: 0;
  }

  .navbar5_blog-list {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .navbar5_dropdown-content-right {
    background-image: linear-gradient(to bottom, var(--light-blue), var(--light-blue));
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .navbar5_blog-item {
    flex-direction: column;
    display: flex;
  }

  .navbar1_logo-3 {
    width: 120px;
    padding-top: 3px;
  }

  .navbar1_menu-3.is-page-height-tablet {
    height: 50dvh;
  }

  .navbar1_menu-4.is-page-height-tablet {
    height: 100dvh;
    background-color: var(--light-blue);
  }

  .text-size-medium-23.custom-width {
    text-align: left;
  }

  .text-size-large-5 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .navbar11_dropdown-list.w--open {
    background-color: rgba(255, 255, 255, 0);
  }

  .navbar11_dropdown-link-list {
    background-image: linear-gradient(to bottom, var(--light-blue), var(--light-blue));
    padding-left: 15px;
  }

  .navbar11_dropdown-link {
    padding-left: 0;
  }

  .layout422_card-content-2 {
    min-height: 32vh;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .blog68_mask {
    width: 95%;
  }

  .blog68_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .blog68_button-row.show-mobile-landscape {
    justify-content: center;
  }

  .blog68_slide {
    padding-right: .5rem;
  }

  .footer2_left-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .footer2_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer2_top-wrapper {
    grid-row-gap: 48px;
  }

  .home_1_hero-header_content-wrapper, .home_2_feature_component, .home_2_feature_item-list, .home_3_features-list_component, .home_4_ecommerce-product_item-list, .home_4_ecommerce-product_component {
    grid-template-columns: 1fr;
  }

  .home_5_ecommerce-products-list_mask, .home_7_ecommerce-products-list_mask {
    width: 95%;
  }

  .signup-form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

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

  .footer3_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .team4_image-wrapper {
    padding-top: 0%;
  }

  .bold-text {
    font-size: 47px;
    line-height: 30px;
  }
}

#w-node-_4f793158-8e67-b02b-988d-900824910b33-d2421489 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7842de6c-d041-0682-2811-9b6f3861e0aa-d2421489 {
  align-self: start;
}

#w-node-_404156ec-0203-3111-1285-e83849e7cbe1-d2421489 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_404156ec-0203-3111-1285-e83849e7cbf5-d2421489 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_404156ec-0203-3111-1285-e83849e7cc06-d2421489 {
  align-self: start;
}

#w-node-_404156ec-0203-3111-1285-e83849e7cbe2-d2421489 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_914c197e-3e83-269a-eb53-794aa312de94-d2421489, #w-node-_914c197e-3e83-269a-eb53-794aa312de84-d2421489, #w-node-_914c197e-3e83-269a-eb53-794aa312de74-d2421489 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11b50871-1457-18cf-cb7e-1b24c65d5194-d2421489, #w-node-_11b50871-1457-18cf-cb7e-1b24c65d5196-d2421489, #w-node-_11b50871-1457-18cf-cb7e-1b24c65d5198-d2421489, #w-node-_11b50871-1457-18cf-cb7e-1b24c65d519a-d2421489, #w-node-_11b50871-1457-18cf-cb7e-1b24c65d519c-d2421489, #w-node-_11b50871-1457-18cf-cb7e-1b24c65d519e-d2421489, #w-node-_11b50871-1457-18cf-cb7e-1b24c65d51a0-d2421489, #w-node-_11b50871-1457-18cf-cb7e-1b24c65d51a2-d2421489, #w-node-_11b50871-1457-18cf-cb7e-1b24c65d51a5-d2421489, #w-node-_11b50871-1457-18cf-cb7e-1b24c65d51a7-d2421489, #w-node-_11b50871-1457-18cf-cb7e-1b24c65d51a9-d2421489, #w-node-_11b50871-1457-18cf-cb7e-1b24c65d51ab-d2421489, #w-node-_11b50871-1457-18cf-cb7e-1b24c65d51ad-d2421489, #w-node-_11b50871-1457-18cf-cb7e-1b24c65d51af-d2421489, #w-node-_11b50871-1457-18cf-cb7e-1b24c65d51b1-d2421489, #w-node-_11b50871-1457-18cf-cb7e-1b24c65d51b3-d2421489 {
  justify-self: center;
}

#w-node-_54c0522f-5951-d36f-80f5-64e1fcddbea2-d2421489 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27f8eb03-cefb-1ffc-5c7c-6b02cbef9525-d2421489, #w-node-_27f8eb03-cefb-1ffc-5c7c-6b02cbef9539-d2421489, #w-node-_129b6f49-afe5-5252-ab39-a6ca7eb57a44-d2421489, #w-node-_3660d847-152d-158c-bf03-6ddeb9e5c57c-d2421489, #w-node-_3660d847-152d-158c-bf03-6ddeb9e5c590-d2421489, #w-node-_23a92839-61a0-13f7-029c-a54ffde90b54-d2421489 {
  align-self: start;
}

#w-node-e5c3a44b-afcd-f9d7-9a00-c214a895a7fd-d2421489 {
  align-self: center;
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28bdd-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28bdf-cdc93137 {
  justify-self: center;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28bf7-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28bf8-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28bfc-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28bfd-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28c01-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28c02-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28c06-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28c07-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28c0b-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28c0c-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28c10-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28c11-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28c1b-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28c1c-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28c20-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28c21-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28c25-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28c26-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28c2a-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28c2b-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28c2f-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28c30-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28c34-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28c35-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28c3f-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28c40-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28c44-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28c45-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28c49-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28c4a-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28c4e-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28c4f-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28c58-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28c59-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28c62-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28c63-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28c75-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28c76-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28c7a-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28c7b-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28c7f-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28c80-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28c84-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28c85-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28c89-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28c8a-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28c94-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28c95-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28c99-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28c9a-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28c9e-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28c9f-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28ca3-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28ca4-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28ca8-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28ca9-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28cad-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28cae-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28cb9-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28cba-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28cbe-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28cbf-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28cc3-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28cc4-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28cc8-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28cc9-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28ccd-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28cce-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28cd2-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28cd3-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28cd7-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28cd8-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28cdc-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28cdd-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28ce1-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28ce2-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28cec-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28ced-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28cf1-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28cf2-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28cf6-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28cf7-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28cfe-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28cff-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28d43-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28d63-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28d6b-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28d6c-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28d71-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28d72-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28d81-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28d8d-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28d97-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28d9a-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28d9b-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28d9e-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28d9f-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28da2-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28da3-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28da7-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28daa-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28dab-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28dae-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28daf-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28db2-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28dba-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28dbb-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28dbc-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28dbe-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28dc1-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28dc2-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28dc3-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28dc7-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28dca-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28dcb-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28dcc-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28dd0-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28dd4-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28dd5-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28ddb-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28dde-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28ddf-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28de0-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28de4-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28de7-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28de8-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28de9-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28def-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28df3-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28df4-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28df8-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28dfb-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e00-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e01-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e02-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e06-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e09-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e0a-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e0b-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e11-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e14-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e15-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e16-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e1c-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e1f-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e20-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e21-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e29-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e2c-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e2d-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e2e-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e3a-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e3b-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e3c-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e40-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e45-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e46-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e47-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e4d-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e52-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e53-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e54-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e5a-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e5f-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e60-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e61-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e69-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e6f-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e70-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e76-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e7b-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e7c-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e7d-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e81-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e84-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e85-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e86-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e8c-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e8f-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e90-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e91-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e97-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e9a-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e9b-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28e9c-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28ea4-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28ea7-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28ea8-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28ea9-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28eaf-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28eb2-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28eb3-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28eb4-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28ebc-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28ec0-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28ec1-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28ec7-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28ecf-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28ed0-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28ed1-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28ed2-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28ed4-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28ed7-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28edb-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28edc-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28edd-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28ee6-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28ee7-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28ee8-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28ef1-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28ef2-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28ef3-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28ef4-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28efa-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28efb-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28efc-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28efd-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28eff-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28f03-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28f04-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28f05-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28f06-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28f08-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28f74-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28f78-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28f79-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28f7b-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28f7d-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28f7e-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28f80-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28f82-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28f83-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28f85-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28f87-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28f88-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28f8a-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28f8c-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28f8d-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28f8f-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28f91-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28f92-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28f94-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28f96-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28f97-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28f99-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28f9a-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28f9c-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28f9d-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28f9f-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28fa0-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28fa2-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28fa3-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28fa5-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28fa6-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28fa8-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28fa9-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28fab-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28fb1-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28fb5-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28fb6-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28fb8-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28fba-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28fbb-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28fbd-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28fbf-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28fc0-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28fc2-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28fc4-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28fc5-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28fc7-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28fc9-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28fca-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28fcc-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28fce-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28fcf-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28fd1-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28fd3-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28fd4-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28fd6-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28fd8-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28fd9-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28fdb-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28fdd-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28fde-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28fe0-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28fe2-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28fe3-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28fe5-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28fe7-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28fe8-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28fea-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28fef-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28ff3-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28ff5-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28ff8-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e28ffd-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29002-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29007-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2900c-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29013-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29014-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29016-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29017-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29019-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2901a-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2901c-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2901d-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2901f-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29020-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29022-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29023-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29025-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29026-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29028-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29029-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2902b-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2902c-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2902e-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2902f-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29031-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29032-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29034-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29035-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29037-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29038-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2903a-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2903b-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2903d-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2903e-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29040-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29041-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29043-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29044-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29046-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29047-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29049-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2904a-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2904c-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2904d-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2904f-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29050-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29052-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29053-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29055-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29056-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29058-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29059-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2905b-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2905c-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2905e-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2905f-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29061-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29062-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29064-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29065-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29067-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29068-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2906a-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2906b-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29070-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29074-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29076-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29079-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2907e-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29083-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29088-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2908d-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29094-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29095-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29097-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29098-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2909a-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2909b-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2909d-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2909e-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290a0-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290a1-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290a3-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290a4-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290a6-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290a7-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290a9-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290aa-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290ac-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290ad-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290af-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290b0-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290b2-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290b3-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290b5-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290b6-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290b8-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290b9-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290bb-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290bc-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290be-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290bf-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290c1-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290c2-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290c4-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290c5-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290c7-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290c8-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290ca-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290cb-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290cd-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290ce-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290d0-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290d1-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290d3-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290d4-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290d6-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290d7-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290d9-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290da-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290dc-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290dd-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290df-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290e0-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290e2-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290e3-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290e5-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290e6-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290e8-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290e9-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290eb-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290ec-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290f1-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290f4-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290f5-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290f7-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290f8-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290fa-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290fb-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290fd-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e290fe-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29100-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29101-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29103-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29104-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29106-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29107-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29109-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2910a-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2910c-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2910d-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2910f-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29110-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29112-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29113-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29115-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29116-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29118-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29119-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2911b-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2911c-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2911e-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2911f-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29121-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29122-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29124-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29125-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29127-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29128-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2912a-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2912b-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2912d-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2912e-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29130-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29131-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29133-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29134-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29226-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2922a-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2922b-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2922f-cdc93137, #w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29231-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29232-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29236-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29237-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2923b-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2923c-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29240-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29241-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29245-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29246-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2924a-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2924b-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2924f-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29250-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29254-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29255-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29259-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2925a-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2925e-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2925f-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29262-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29263-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29266-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29267-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2926b-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2926c-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29270-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29271-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29275-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29276-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2927a-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2927b-cdc93137 {
  justify-self: start;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e2927f-cdc93137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200478ea-6dc9-a9fa-2222-c1ce84e29280-cdc93137 {
  justify-self: start;
}

#w-node-_7a037a17-8fe8-58dc-14cf-b45d45e0b1db-60d59be0, #w-node-d59e7c1d-f3b0-3149-21dc-f154e640b202-60d59be0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee1eedf2-8ec2-3c88-6cb3-bc435aa46a0b-5aa46a05 {
  align-self: center;
  justify-self: start;
}

#w-node-ad03f623-dd7f-ca5f-d062-00ef988554b7-bd7f2250 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad03f623-dd7f-ca5f-d062-00ef988554de-bd7f2250 {
  align-self: start;
}

#w-node-_8330bf2a-84b1-1242-8fe9-a0b3afb6492c-f721067b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a542b13-f76b-ac35-d868-9a6ca7bbcd97-2e2803cd, #w-node-_5a542b13-f76b-ac35-d868-9a6ca7bbcdab-2e2803cd, #w-node-_73a9bfed-b133-9af5-6147-d36b1bd487dc-2e2803cd, #w-node-_73a9bfed-b133-9af5-6147-d36b1bd487f0-2e2803cd, #w-node-b6702707-13c3-0bef-5c3e-bf3cfa66d379-2e2803cd, #w-node-b6702707-13c3-0bef-5c3e-bf3cfa66d38d-2e2803cd, #w-node-_88a642e4-dce3-317d-15ba-5aaa0e59e112-2e2803cd, #w-node-_88a642e4-dce3-317d-15ba-5aaa0e59e126-2e2803cd, #w-node-_65820020-e3ea-5818-41c1-5a57e8ff4072-2e2803cd, #w-node-_65820020-e3ea-5818-41c1-5a57e8ff4086-2e2803cd, #w-node-e7b02dca-3fd0-f633-5e7f-ad0cc0119db6-2e2803cd, #w-node-e7b02dca-3fd0-f633-5e7f-ad0cc0119dca-2e2803cd, #w-node-_174f4992-4224-0b80-9068-01cf808fdf35-1ea0fb0f, #w-node-_7eadfdf0-c977-f62e-9aad-bee545089dc8-1ea0fb0f, #w-node-_7eadfdf0-c977-f62e-9aad-bee545089dce-1ea0fb0f, #w-node-_7eadfdf0-c977-f62e-9aad-bee545089dd4-1ea0fb0f, #w-node-c2810190-daa8-995a-843e-45648a6fa7cd-1ea0fb0f, #w-node-c2810190-daa8-995a-843e-45648a6fa7d3-1ea0fb0f, #w-node-c2810190-daa8-995a-843e-45648a6fa7d9-1ea0fb0f, #w-node-_6a9b612b-3858-348f-a75d-0b124bc77d4e-1ea0fb0f {
  align-self: start;
}

#w-node-b82bc256-3e36-c2cf-d900-049ceb213518-9b364368 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad27b05c-851a-d5e4-cc8d-0c2cf17fbe7c-933ec08c, #w-node-ad27b05c-851a-d5e4-cc8d-0c2cf17fbe84-933ec08c {
  justify-self: center;
}

#w-node-_5ce364f8-af98-4340-7b70-e23b6ff110f1-933ec08c, #w-node-_5c0b70bb-5b49-5f30-f9ff-0dd9664d7980-933ec08c, #w-node-f93dee75-1ba4-a77e-d8a7-fe013a7e57d9-933ec08c, #w-node-d55cbdfb-8a50-4162-7e1c-4a0ef88b7cdd-933ec08c, #w-node-d2c27a04-4516-20f2-48b0-f84ff425f19c-933ec08c, #w-node-_08a4587c-63f9-e495-4202-c2c6183efcc2-933ec08c, #w-node-d903f180-6fff-0da4-75e3-aac57ce7bd76-933ec08c, #w-node-_271f7891-d545-543c-281d-488524a5fcb6-933ec08c, #w-node-_930b678b-6602-cfa9-af19-150d4c6ca1b4-933ec08c, #w-node-c013c8cb-f80f-6fb9-0135-e1fcc7241776-933ec08c, #w-node-_8498e936-37a7-a218-594d-08a361c189c3-933ec08c, #w-node-deaa5a80-452c-db06-c5e0-1ff354088a6c-933ec08c, #w-node-e1e37001-2f49-7211-bc01-982b541ce9e5-933ec08c, #w-node-b26ed677-39eb-369a-2a8b-5c23d8248590-933ec08c {
  align-self: start;
}

#w-node-ad27b05c-851a-d5e4-cc8d-0c2cf17fbe96-933ec08c, #w-node-ad27b05c-851a-d5e4-cc8d-0c2cf17fbeed-933ec08c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad27b05c-851a-d5e4-cc8d-0c2cf17fbf18-933ec08c {
  justify-self: center;
}

#w-node-_9b8d3821-c488-5ed4-3fc7-76e4a8802bed-933ec08c {
  grid-area: 1 / 2 / 3 / 3;
  justify-self: center;
}

#w-node-e7aafa03-635a-2b84-2220-9f5e6f92d05b-933ec08c, #w-node-eae75e31-b18d-b73e-5020-beefe8122ea3-933ec08c, #w-node-_83548e2a-45fd-ba2c-7db0-1ec6e09678da-933ec08c, #w-node-fc637be4-4212-311c-9f2b-97e8add940f1-933ec08c {
  justify-self: center;
}

#w-node-_4a12f830-d45e-1243-8142-f306de9d1a01-933ec08c {
  grid-area: 2 / 3 / 4 / 5;
  justify-self: center;
}

#w-node-_4a12f830-d45e-1243-8142-f306de9d1a10-933ec08c {
  grid-area: 1 / 3 / 2 / 3;
  justify-self: center;
}

#w-node-_0691beca-145b-1c74-1cc0-70845cc04965-933ec08c {
  grid-area: 3 / 1 / 3 / 3;
  justify-self: center;
}

#w-node-_0691beca-145b-1c74-1cc0-70845cc04968-933ec08c {
  justify-self: center;
}

#w-node-_0691beca-145b-1c74-1cc0-70845cc0496b-933ec08c {
  grid-area: 2 / 6 / 4 / 7;
  justify-self: center;
}

#w-node-_0691beca-145b-1c74-1cc0-70845cc0496e-933ec08c {
  justify-self: center;
}

#w-node-ad27b05c-851a-d5e4-cc8d-0c2cf17fbf34-933ec08c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad27b05c-851a-d5e4-cc8d-0c2cf17fbf35-933ec08c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ad27b05c-851a-d5e4-cc8d-0c2cf17fbf46-933ec08c {
  align-self: start;
}

#w-node-ad27b05c-851a-d5e4-cc8d-0c2cf17fbf48-933ec08c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ad27b05c-851a-d5e4-cc8d-0c2cf17fbf59-933ec08c {
  align-self: start;
}

#w-node-_6bf39c3f-daaa-7028-ede9-95c32dd68de0-933ec08c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6bf39c3f-daaa-7028-ede9-95c32dd68df1-933ec08c {
  align-self: start;
}

#w-node-a1a48e55-85a1-2d36-d229-c27b3623e261-8400e1d7, #w-node-a1a48e55-85a1-2d36-d229-c27b3623e269-8400e1d7 {
  justify-self: center;
}

#w-node-_787fd13d-63a9-65a2-2fba-2e5d346eaca4-8400e1d7, #w-node-_7196a635-fdca-4aba-6726-33b08ee68d52-8400e1d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c150e743-1680-dbff-3c70-8b60148cc99e-8400e1d7, #w-node-c150e743-1680-dbff-3c70-8b60148cc9a0-8400e1d7, #w-node-c150e743-1680-dbff-3c70-8b60148cc9a2-8400e1d7, #w-node-c150e743-1680-dbff-3c70-8b60148cc9a4-8400e1d7, #w-node-c150e743-1680-dbff-3c70-8b60148cc9a6-8400e1d7, #w-node-c150e743-1680-dbff-3c70-8b60148cc9a8-8400e1d7, #w-node-_53369e59-8e13-b910-358f-0b966a86712c-8400e1d7, #w-node-_53369e59-8e13-b910-358f-0b966a86712e-8400e1d7, #w-node-_53369e59-8e13-b910-358f-0b966a867130-8400e1d7, #w-node-_53369e59-8e13-b910-358f-0b966a867132-8400e1d7, #w-node-_53369e59-8e13-b910-358f-0b966a867134-8400e1d7 {
  justify-self: center;
}

#w-node-_36b14a04-aff2-b7c9-9a23-052dd4205b8e-8400e1d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36b14a04-aff2-b7c9-9a23-052dd4205b8f-8400e1d7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_36b14a04-aff2-b7c9-9a23-052dd4205b90-8400e1d7 {
  align-self: start;
}

#w-node-_36b14a04-aff2-b7c9-9a23-052dd4205ba1-8400e1d7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_36b14a04-aff2-b7c9-9a23-052dd4205bb1-8400e1d7 {
  align-self: start;
}

#w-node-_36b14a04-aff2-b7c9-9a23-052dd4205bb3-8400e1d7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_36b14a04-aff2-b7c9-9a23-052dd4205bc3-8400e1d7 {
  align-self: start;
}

#w-node-a1a48e55-85a1-2d36-d229-c27b3623e261-6e57859f, #w-node-a1a48e55-85a1-2d36-d229-c27b3623e269-6e57859f {
  justify-self: center;
}

#w-node-_787fd13d-63a9-65a2-2fba-2e5d346eaca4-6e57859f, #w-node-_7196a635-fdca-4aba-6726-33b08ee68d52-6e57859f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c150e743-1680-dbff-3c70-8b60148cc99e-6e57859f, #w-node-c150e743-1680-dbff-3c70-8b60148cc9a0-6e57859f, #w-node-c150e743-1680-dbff-3c70-8b60148cc9a2-6e57859f, #w-node-c150e743-1680-dbff-3c70-8b60148cc9a4-6e57859f, #w-node-c150e743-1680-dbff-3c70-8b60148cc9a6-6e57859f, #w-node-c150e743-1680-dbff-3c70-8b60148cc9a8-6e57859f, #w-node-_53369e59-8e13-b910-358f-0b966a86712c-6e57859f, #w-node-_53369e59-8e13-b910-358f-0b966a86712e-6e57859f, #w-node-_53369e59-8e13-b910-358f-0b966a867130-6e57859f, #w-node-_53369e59-8e13-b910-358f-0b966a867132-6e57859f, #w-node-_53369e59-8e13-b910-358f-0b966a867134-6e57859f {
  justify-self: center;
}

#w-node-_36b14a04-aff2-b7c9-9a23-052dd4205b8e-6e57859f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36b14a04-aff2-b7c9-9a23-052dd4205b8f-6e57859f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_36b14a04-aff2-b7c9-9a23-052dd4205b90-6e57859f {
  align-self: start;
}

#w-node-_36b14a04-aff2-b7c9-9a23-052dd4205ba1-6e57859f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_36b14a04-aff2-b7c9-9a23-052dd4205bb1-6e57859f {
  align-self: start;
}

#w-node-_36b14a04-aff2-b7c9-9a23-052dd4205bb3-6e57859f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_36b14a04-aff2-b7c9-9a23-052dd4205bc3-6e57859f {
  align-self: start;
}

#w-node-a1a48e55-85a1-2d36-d229-c27b3623e261-1f3a9011, #w-node-a1a48e55-85a1-2d36-d229-c27b3623e269-1f3a9011 {
  justify-self: center;
}

#w-node-_787fd13d-63a9-65a2-2fba-2e5d346eaca4-1f3a9011, #w-node-_7196a635-fdca-4aba-6726-33b08ee68d52-1f3a9011 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c150e743-1680-dbff-3c70-8b60148cc99e-1f3a9011, #w-node-c150e743-1680-dbff-3c70-8b60148cc9a0-1f3a9011, #w-node-c150e743-1680-dbff-3c70-8b60148cc9a2-1f3a9011, #w-node-c150e743-1680-dbff-3c70-8b60148cc9a4-1f3a9011, #w-node-c150e743-1680-dbff-3c70-8b60148cc9a6-1f3a9011, #w-node-c150e743-1680-dbff-3c70-8b60148cc9a8-1f3a9011, #w-node-_53369e59-8e13-b910-358f-0b966a86712c-1f3a9011, #w-node-_53369e59-8e13-b910-358f-0b966a86712e-1f3a9011, #w-node-_53369e59-8e13-b910-358f-0b966a867130-1f3a9011, #w-node-_53369e59-8e13-b910-358f-0b966a867132-1f3a9011, #w-node-_53369e59-8e13-b910-358f-0b966a867134-1f3a9011 {
  justify-self: center;
}

#w-node-_36b14a04-aff2-b7c9-9a23-052dd4205b8e-1f3a9011 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36b14a04-aff2-b7c9-9a23-052dd4205b8f-1f3a9011 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_36b14a04-aff2-b7c9-9a23-052dd4205b90-1f3a9011 {
  align-self: start;
}

#w-node-_36b14a04-aff2-b7c9-9a23-052dd4205ba1-1f3a9011 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_36b14a04-aff2-b7c9-9a23-052dd4205bb1-1f3a9011 {
  align-self: start;
}

#w-node-_36b14a04-aff2-b7c9-9a23-052dd4205bb3-1f3a9011 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_36b14a04-aff2-b7c9-9a23-052dd4205bc3-1f3a9011 {
  align-self: start;
}

#w-node-a1a48e55-85a1-2d36-d229-c27b3623e261-981440b0, #w-node-a1a48e55-85a1-2d36-d229-c27b3623e269-981440b0 {
  justify-self: center;
}

#w-node-_787fd13d-63a9-65a2-2fba-2e5d346eaca4-981440b0, #w-node-_7196a635-fdca-4aba-6726-33b08ee68d52-981440b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c150e743-1680-dbff-3c70-8b60148cc99e-981440b0, #w-node-c150e743-1680-dbff-3c70-8b60148cc9a0-981440b0, #w-node-c150e743-1680-dbff-3c70-8b60148cc9a2-981440b0, #w-node-c150e743-1680-dbff-3c70-8b60148cc9a4-981440b0, #w-node-c150e743-1680-dbff-3c70-8b60148cc9a6-981440b0, #w-node-c150e743-1680-dbff-3c70-8b60148cc9a8-981440b0, #w-node-_53369e59-8e13-b910-358f-0b966a86712c-981440b0, #w-node-_53369e59-8e13-b910-358f-0b966a86712e-981440b0, #w-node-_53369e59-8e13-b910-358f-0b966a867130-981440b0, #w-node-_53369e59-8e13-b910-358f-0b966a867132-981440b0, #w-node-_53369e59-8e13-b910-358f-0b966a867134-981440b0 {
  justify-self: center;
}

#w-node-_36b14a04-aff2-b7c9-9a23-052dd4205b8e-981440b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36b14a04-aff2-b7c9-9a23-052dd4205b8f-981440b0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_36b14a04-aff2-b7c9-9a23-052dd4205b90-981440b0 {
  align-self: start;
}

#w-node-_36b14a04-aff2-b7c9-9a23-052dd4205ba1-981440b0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_36b14a04-aff2-b7c9-9a23-052dd4205bb1-981440b0 {
  align-self: start;
}

#w-node-_36b14a04-aff2-b7c9-9a23-052dd4205bb3-981440b0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_36b14a04-aff2-b7c9-9a23-052dd4205bc3-981440b0 {
  align-self: start;
}

#w-node-a1a48e55-85a1-2d36-d229-c27b3623e261-cdd2876e, #w-node-a1a48e55-85a1-2d36-d229-c27b3623e269-cdd2876e {
  justify-self: center;
}

#w-node-_787fd13d-63a9-65a2-2fba-2e5d346eaca4-cdd2876e, #w-node-_7196a635-fdca-4aba-6726-33b08ee68d52-cdd2876e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c150e743-1680-dbff-3c70-8b60148cc99e-cdd2876e, #w-node-c150e743-1680-dbff-3c70-8b60148cc9a0-cdd2876e, #w-node-c150e743-1680-dbff-3c70-8b60148cc9a2-cdd2876e, #w-node-c150e743-1680-dbff-3c70-8b60148cc9a4-cdd2876e, #w-node-c150e743-1680-dbff-3c70-8b60148cc9a6-cdd2876e, #w-node-c150e743-1680-dbff-3c70-8b60148cc9a8-cdd2876e, #w-node-_53369e59-8e13-b910-358f-0b966a86712c-cdd2876e, #w-node-_53369e59-8e13-b910-358f-0b966a86712e-cdd2876e, #w-node-_53369e59-8e13-b910-358f-0b966a867130-cdd2876e, #w-node-_53369e59-8e13-b910-358f-0b966a867132-cdd2876e, #w-node-_53369e59-8e13-b910-358f-0b966a867134-cdd2876e {
  justify-self: center;
}

#w-node-_36b14a04-aff2-b7c9-9a23-052dd4205b8e-cdd2876e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36b14a04-aff2-b7c9-9a23-052dd4205b8f-cdd2876e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_36b14a04-aff2-b7c9-9a23-052dd4205b90-cdd2876e {
  align-self: start;
}

#w-node-_36b14a04-aff2-b7c9-9a23-052dd4205ba1-cdd2876e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_36b14a04-aff2-b7c9-9a23-052dd4205bb1-cdd2876e {
  align-self: start;
}

#w-node-_36b14a04-aff2-b7c9-9a23-052dd4205bb3-cdd2876e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_36b14a04-aff2-b7c9-9a23-052dd4205bc3-cdd2876e {
  align-self: start;
}

#w-node-a1a48e55-85a1-2d36-d229-c27b3623e261-aee29e60, #w-node-a1a48e55-85a1-2d36-d229-c27b3623e269-aee29e60 {
  justify-self: center;
}

#w-node-_787fd13d-63a9-65a2-2fba-2e5d346eaca4-aee29e60, #w-node-_7196a635-fdca-4aba-6726-33b08ee68d52-aee29e60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c150e743-1680-dbff-3c70-8b60148cc99e-aee29e60, #w-node-c150e743-1680-dbff-3c70-8b60148cc9a0-aee29e60, #w-node-c150e743-1680-dbff-3c70-8b60148cc9a2-aee29e60, #w-node-c150e743-1680-dbff-3c70-8b60148cc9a4-aee29e60, #w-node-c150e743-1680-dbff-3c70-8b60148cc9a6-aee29e60, #w-node-c150e743-1680-dbff-3c70-8b60148cc9a8-aee29e60, #w-node-_53369e59-8e13-b910-358f-0b966a86712c-aee29e60, #w-node-_53369e59-8e13-b910-358f-0b966a86712e-aee29e60, #w-node-_53369e59-8e13-b910-358f-0b966a867130-aee29e60, #w-node-_53369e59-8e13-b910-358f-0b966a867132-aee29e60, #w-node-_53369e59-8e13-b910-358f-0b966a867134-aee29e60 {
  justify-self: center;
}

#w-node-_36b14a04-aff2-b7c9-9a23-052dd4205b8e-aee29e60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36b14a04-aff2-b7c9-9a23-052dd4205b8f-aee29e60 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_36b14a04-aff2-b7c9-9a23-052dd4205b90-aee29e60 {
  align-self: start;
}

#w-node-_36b14a04-aff2-b7c9-9a23-052dd4205ba1-aee29e60 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_36b14a04-aff2-b7c9-9a23-052dd4205bb1-aee29e60 {
  align-self: start;
}

#w-node-_36b14a04-aff2-b7c9-9a23-052dd4205bb3-aee29e60 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_36b14a04-aff2-b7c9-9a23-052dd4205bc3-aee29e60 {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_404156ec-0203-3111-1285-e83849e7cbf5-d2421489 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_404156ec-0203-3111-1285-e83849e7cbe2-d2421489 {
    grid-area: 2 / 1 / 2 / 3;
  }

  #w-node-_914c197e-3e83-269a-eb53-794aa312de94-d2421489 {
    grid-area: 2 / 2 / 3 / 2;
  }

  #w-node-_914c197e-3e83-269a-eb53-794aa312de84-d2421489 {
    grid-area: 4 / 1 / 3 / 2;
  }

  #w-node-_914c197e-3e83-269a-eb53-794aa312de74-d2421489 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-fb50db67-ff77-bef5-70e1-a9190e497ead-9b364368 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9c516438-e26a-b42c-9524-6bf0a779d8ff-933ec08c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ad27b05c-851a-d5e4-cc8d-0c2cf17fbf35-933ec08c, #w-node-_36b14a04-aff2-b7c9-9a23-052dd4205b8f-8400e1d7, #w-node-_36b14a04-aff2-b7c9-9a23-052dd4205b8f-6e57859f, #w-node-_36b14a04-aff2-b7c9-9a23-052dd4205b8f-1f3a9011, #w-node-_36b14a04-aff2-b7c9-9a23-052dd4205b8f-981440b0, #w-node-_36b14a04-aff2-b7c9-9a23-052dd4205b8f-cdd2876e, #w-node-_36b14a04-aff2-b7c9-9a23-052dd4205b8f-aee29e60 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_404156ec-0203-3111-1285-e83849e7cbf5-d2421489 {
    grid-column: span 2 / span 2;
  }

  #w-node-fb50db67-ff77-bef5-70e1-a9190e497ead-9b364368 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fb50db67-ff77-bef5-70e1-a9190e497ef4-9b364368 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ed16bfff-b2c8-cd5c-3fe3-87153e2f3e2f-933ec08c {
    order: -9999;
  }

  #w-node-ad27b05c-851a-d5e4-cc8d-0c2cf17fbf48-933ec08c, #w-node-_6bf39c3f-daaa-7028-ede9-95c32dd68de0-933ec08c, #w-node-_36b14a04-aff2-b7c9-9a23-052dd4205ba1-8400e1d7, #w-node-_36b14a04-aff2-b7c9-9a23-052dd4205bb3-8400e1d7, #w-node-_36b14a04-aff2-b7c9-9a23-052dd4205ba1-6e57859f, #w-node-_36b14a04-aff2-b7c9-9a23-052dd4205bb3-6e57859f, #w-node-_36b14a04-aff2-b7c9-9a23-052dd4205ba1-1f3a9011, #w-node-_36b14a04-aff2-b7c9-9a23-052dd4205bb3-1f3a9011, #w-node-_36b14a04-aff2-b7c9-9a23-052dd4205ba1-981440b0, #w-node-_36b14a04-aff2-b7c9-9a23-052dd4205bb3-981440b0, #w-node-_36b14a04-aff2-b7c9-9a23-052dd4205ba1-cdd2876e, #w-node-_36b14a04-aff2-b7c9-9a23-052dd4205bb3-cdd2876e, #w-node-_36b14a04-aff2-b7c9-9a23-052dd4205ba1-aee29e60, #w-node-_36b14a04-aff2-b7c9-9a23-052dd4205bb3-aee29e60 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_404156ec-0203-3111-1285-e83849e7cbf5-d2421489, #w-node-_404156ec-0203-3111-1285-e83849e7cbe2-d2421489 {
    grid-column: span 1 / span 1;
  }

  #w-node-_54c0522f-5951-d36f-80f5-64e1fcddbea2-d2421489 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3d4d93c9-d514-4c4e-cde8-21ea84519a2b-84519a25 {
    justify-self: start;
  }

  #w-node-fb50db67-ff77-bef5-70e1-a9190e497ead-9b364368 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ad27b05c-851a-d5e4-cc8d-0c2cf17fbe97-933ec08c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a67ba1c1-9431-6aac-1352-3f447e6b0755-933ec08c {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-ad27b05c-851a-d5e4-cc8d-0c2cf17fbf35-933ec08c, #w-node-ad27b05c-851a-d5e4-cc8d-0c2cf17fbf48-933ec08c, #w-node-_6bf39c3f-daaa-7028-ede9-95c32dd68de0-933ec08c, #w-node-_36b14a04-aff2-b7c9-9a23-052dd4205b8f-8400e1d7, #w-node-_36b14a04-aff2-b7c9-9a23-052dd4205ba1-8400e1d7, #w-node-_36b14a04-aff2-b7c9-9a23-052dd4205bb3-8400e1d7, #w-node-_36b14a04-aff2-b7c9-9a23-052dd4205b8f-6e57859f, #w-node-_36b14a04-aff2-b7c9-9a23-052dd4205ba1-6e57859f, #w-node-_36b14a04-aff2-b7c9-9a23-052dd4205bb3-6e57859f, #w-node-_36b14a04-aff2-b7c9-9a23-052dd4205b8f-1f3a9011, #w-node-_36b14a04-aff2-b7c9-9a23-052dd4205ba1-1f3a9011, #w-node-_36b14a04-aff2-b7c9-9a23-052dd4205bb3-1f3a9011, #w-node-_36b14a04-aff2-b7c9-9a23-052dd4205b8f-981440b0, #w-node-_36b14a04-aff2-b7c9-9a23-052dd4205ba1-981440b0, #w-node-_36b14a04-aff2-b7c9-9a23-052dd4205bb3-981440b0, #w-node-_36b14a04-aff2-b7c9-9a23-052dd4205b8f-cdd2876e, #w-node-_36b14a04-aff2-b7c9-9a23-052dd4205ba1-cdd2876e, #w-node-_36b14a04-aff2-b7c9-9a23-052dd4205bb3-cdd2876e, #w-node-_36b14a04-aff2-b7c9-9a23-052dd4205b8f-aee29e60, #w-node-_36b14a04-aff2-b7c9-9a23-052dd4205ba1-aee29e60, #w-node-_36b14a04-aff2-b7c9-9a23-052dd4205bb3-aee29e60 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@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: 'Inter';
  src: url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Argon';
  src: url('../fonts/Argon-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}