.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

body {
  color: #fff;
  background-color: #222221;
  font-family: futura-pt, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}

p {
  color: #d1d1d1;
  margin-bottom: 0;
  font-size: 1.125rem;
}

a {
  color: #222221;
  border-color: #222221;
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1rem solid #222221;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

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

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

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

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

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

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

.show {
  display: block;
}

.overflow-hidden {
  overflow: hidden;
}

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

.stylesystem_utility {
  display: none;
}

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

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

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

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

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

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

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

.hide {
  display: none;
}

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

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

.text-style-link {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  text-decoration: none;
}

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

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

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.text-rich-text a {
  text-decoration: underline;
}

.text-rich-text figcaption {
  opacity: .8;
  text-align: center;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

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

.stylesystem_hide-show {
  display: none;
}

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

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

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

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

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

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

.background-color-dark {
  color: #fff;
  background-color: #222221;
}

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

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

.padding-global {
  flex: 1;
  padding-left: 3%;
  padding-right: 3%;
}

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

.show-tablet {
  display: none;
}

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

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

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

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

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

.utility_component {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  max-width: 20rem;
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

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

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

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

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

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

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

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

.padding-top.padding-medium {
  border: 0 rgba(0, 0, 0, 0);
}

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

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

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

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

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

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

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

.text-size-large.text-weight-bold {
  text-decoration: none;
}

.form-radio-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, .2);
  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;
}

.form-radio-icon.w--redirected-focus-visible {
  border-color: #e4425f;
}

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

.heading-style-h1 {
  font-size: 3.5rem;
  line-height: 1;
}

.heading-style-h2 {
  font-size: 3rem;
  line-height: 1;
}

.heading-style-h3 {
  font-size: 2.5rem;
  line-height: 1;
}

.heading-style-h4 {
  font-size: 2rem;
  line-height: 1;
}

.heading-style-h5 {
  font-size: 1.5rem;
  line-height: 1;
}

.heading-style-h6 {
  font-size: 1.25rem;
  line-height: 1;
}

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

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

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

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

.form-input[data-wf-focus-visible] {
  border-color: #e4425f;
}

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

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

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

.form-input.is-text-area.is-light, .form-input.is-light {
  color: #222221;
  border-color: rgba(48, 47, 45, .25);
}

.background-color-light {
  background-color: #f7f7f7;
}

.form-checkbox-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, .2);
  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;
}

.form-checkbox-icon.w--redirected-focus-visible {
  border-color: #e4425f;
}

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

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

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

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

.stylesystem-images_layout {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

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

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

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

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

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

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

.text-lineheight-normal {
  line-height: 1.5;
}

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

.gu-styleguide_class-content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(10.75rem, .25fr) 1fr;
  align-items: center;
}

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

.text-lineheight-xshort {
  line-height: 1.2;
}

.gu-styleguide_heading {
  z-index: 4;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  padding-top: .65rem;
  padding-bottom: .65rem;
  font-size: 2rem;
  font-weight: 500;
}

.text-lineheight-xtall {
  line-height: 2;
}

.icon-medium {
  height: 3rem;
}

.text-lineheight-none {
  line-height: 1;
}

.gu-styleguide_class-label {
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0a85ff;
  border-radius: 3px;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.gu-styleguide_class-label.html-tags {
  background-color: #be4aa5;
}

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

.text-letterspacing-wide {
  letter-spacing: .025em;
}

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

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

.text-lineheight-short {
  line-height: 1.3;
}

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

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

.icon-large {
  height: 5rem;
}

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

.gu-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
  margin-top: 3rem;
}

.icon-xsmall {
  height: 1.5rem;
}

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

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

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

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

.icon-xxsmall {
  height: 1rem;
}

.gu-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: 5rem 5%;
}

.text-lineheight-tall {
  line-height: 1.7;
}

.icon-small {
  height: 2rem;
}

.gu-styleguide_subheading {
  z-index: 3;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  padding-top: .55rem;
  padding-bottom: .55rem;
}

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

.gu-styleguide_shadow-wrapper {
  height: 8rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

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

.text-letterspacing-xtight {
  letter-spacing: -.03em;
}

.text-letterspacing-normal {
  letter-spacing: 0;
}

.text-letterspacing-xwide {
  letter-spacing: .05em;
}

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

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

.icon-xlarge {
  height: 6.5rem;
}

.gu-styleguide_wrapper {
  border-top: 1px solid rgba(255, 255, 255, .2);
  padding: 5rem 5%;
}

.text-letterspacing-tight {
  letter-spacing: -.015em;
}

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

.form-block {
  margin-bottom: 0;
}

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

.gu-styleguide_orga {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 16rem 1fr;
  grid-auto-flow: row;
}

.gu-styleguide_navbar {
  height: 100vh;
  border-right: 1px solid rgba(255, 255, 255, .2);
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem 1.5rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.gu-styleguide_navbar-item {
  margin-right: -1px;
}

.text-color-add-color {
  color: #a7a7a7;
}

.gu-styleguide-navlink {
  width: 100%;
  color: #d1d1d1;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 3px;
  padding: .4rem 2rem .4rem .7rem;
  text-decoration: none;
}

.gu-styleguide-navlink.w--current {
  color: #fff;
  background-color: #222221;
}

.text-weight-black {
  font-weight: 900;
}

.background-color-success {
  color: #f5f5f5;
  background-color: #2ec862;
}

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

.text-size-xxlarge {
  font-size: 2rem;
  line-height: 1.1;
}

.text-size-huge {
  font-size: 2.5rem;
  line-height: 1.1;
}

.text-size-xhuge {
  font-size: 4rem;
  line-height: 1.1;
}

.text-size-xxhuge {
  font-size: 5rem;
  line-height: 1.1;
}

.text-size-gigantic {
  font-size: 6rem;
  line-height: 1.1;
}

.border-color-light {
  background-color: rgba(255, 255, 255, .2);
}

.border-color-dark {
  color: #fff;
  background-color: rgba(48, 47, 45, .25);
}

.accessible-outline-color {
  color: #fff;
  background-color: #e4425f;
}

.background-color-gardient1 {
  color: #f5f5f5;
  background-image: linear-gradient(143deg, #ff00e5, #005eff 52%, #42e4c6);
}

.background-color-pattern1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.error-message {
  background-color: #ffdede;
}

.background-color-warning {
  color: #fff;
  background-color: #ffdede;
}

.gu-styleguide_spacing-item {
  background-color: #dfe2fa;
  border: 1px solid #b9bee4;
}

.gu-styleguide_spacing-label {
  text-align: center;
  background-color: #fff;
  justify-content: center;
  padding: 1rem;
  display: flex;
}

.gu-styleguide_margin-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.gu-styleguide_spacing-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  align-items: start;
}

.gu-styleguide_structure-label {
  text-align: center;
  justify-content: center;
  padding: 1rem;
  display: flex;
}

.gu-styleguide_container-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.image-wrapper {
  width: 100%;
  position: relative;
}

.gu-styleguide_header-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
}

.stylesystem_max-width-full, .stylesystem-page-structure {
  display: none;
}

.success-message {
  background-color: #2ec862;
}

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

.image-wrapper-1x1 {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.image-wrapper-4x3 {
  width: 100%;
  padding-top: 75%;
  position: relative;
}

.image-wrapper-3x2 {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
}

.image-wrapper-16x9 {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.image-wrapper-custom {
  width: 100%;
  padding-top: 35%;
  position: relative;
}

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

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

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

.content18_feature-item {
  text-align: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.content18_service {
  grid-column-gap: 1rem;
  background-color: #f7f7f7;
  border-radius: 4px;
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

.gu-styleguide_button, .gu-styleguide_button_is-alternate, .gu-styleguide_button_is-button-small, .gu-styleguide_button_is-button-small_is-alternate, .gu-styleguide_button-secondary, .gu-styleguide_button-secondary_is-alternate, .gu-styleguide_button-secondary_is-button-small, .gu-styleguide_button-secondary_is-button-small_is-alternate, .gu-styleguide_button-tertiary, .gu-styleguide_button-tertiary_is-alternate, .gu-styleguide_button-tertiary_is-button-small, .gu-styleguide_button-tertiary_is-button-small_is-alternate, .gu-styleguide_button-link, .gu-styleguide_button-link_is-alternate, .gu-styleguide_button-link_is-button-small, .gu-styleguide_button-link_is-button-small_is-alternate {
  grid-column-gap: 1rem;
  display: flex;
}

.gu-styleguide_dark {
  background-color: #222221;
  padding: .8rem;
}

.text-color-primary {
  color: #a7a7a7;
}

.background-color-primary {
  background-color: #d1d1d1;
}

.headline-color-dark {
  color: #000;
}

.headline-color-light {
  color: #fff;
}

.headline-color-primary, .headline-color-add-color {
  color: #636363;
}

.tagline-color-dark {
  color: #000;
}

.button-color-dark {
  color: #fff;
  background-color: #000;
}

.button-color-dark-hover {
  color: #fff;
  background-color: #4b4b4b;
}

.button-color-light {
  color: #fff;
  background-color: #fff;
}

.button-color-light-hover {
  background-color: #eee;
}

.gu-background-overlay-wrapper {
  position: relative;
}

.tagline-color-light {
  color: #bababa;
}

.button-color-tertiary {
  color: #000;
  background-color: #f7f7f7;
}

.button-color-tertiary-hover {
  color: #000;
  background-color: #000;
}

.button-color-tertiary-dark {
  color: #000;
  background-color: #3b3b3b;
}

.button-color-tertiary-dark-hover {
  color: #000;
  background-color: #636363;
}

.tagline-text {
  color: #d1d1d1;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 400;
}

.tagline-text.text-color-dark {
  color: #222221;
}

.gu-stylguide-button {
  grid-column-gap: .75rem;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.445, .05, .55, .95), background-color .2s cubic-bezier(.445, .05, .55, .95);
  display: flex;
}

.gu-stylguide-button:hover {
  color: #fff;
  background-color: #000;
}

.gu-stylguide-button:focus-visible {
  box-shadow: 1px 1px 0 1px #000;
}

.gu-stylguide-button[data-wf-focus-visible] {
  box-shadow: 1px 1px 0 1px #000;
}

.button-form {
  grid-column-gap: .75rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
  transition: background-color .3s cubic-bezier(.445, .05, .55, .95);
  display: flex;
}

.button-form:hover {
  background-color: #4b4b4b;
}

.button-form:focus-visible {
  border-color: #e4425f;
}

.button-form[data-wf-focus-visible] {
  border-color: #e4425f;
}

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

.button-form.is-alternate:hover {
  background-color: #eee;
  border-color: rgba(0, 0, 0, 0);
}

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

.button-form.is-button-small.is-alternate {
  color: #222221;
  background-color: #fff;
}

.button-form.is-button-small.is-alternate:hover {
  background-color: #d8d8d8;
}

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

.navbar1_menu-button {
  padding: 0;
}

.navbar1_container {
  width: 100%;
  height: 100%;
  min-height: 5.5rem;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  grid-template-rows: auto;
  grid-template-columns: .5fr min-content .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar1_component {
  width: 100%;
  height: auto;
  min-height: 5.5rem;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: absolute;
}

.navbar1_link {
  height: 100%;
  color: #d1d1d1;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  align-items: center;
  margin-bottom: -1px;
  margin-right: 1.5rem;
  padding: .5rem 0;
  font-size: .8rem;
  transition: border-color .3s, color .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.navbar1_link:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.navbar1_link.w--current {
  color: #fff;
}

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

.navbar1_logo-link {
  width: 15rem;
  padding-left: 0;
}

.navbar1_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.footer4_logo {
  width: 100%;
}

.footer4_copyright-text {
  color: #d1d1d1;
}

.footer4_link {
  color: #d1d1d1;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .9rem;
  text-decoration: none;
}

.footer4_logo-wrapper {
  width: 16rem;
}

.footer4_scroll-up-icon {
  width: .8rem;
}

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

.footer4_links-divider {
  width: .063rem;
  background-color: rgba(255, 255, 255, .2);
}

.footer4_legal-links-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  display: flex;
}

.footer4_dropdown-list {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.footer4_dropdown-toggle {
  width: 100%;
  color: #fff;
  padding: 0 0 1rem;
}

.footer4_scroll-up-link {
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.footer4_scroll-up-link:hover {
  border-color: #222221;
}

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

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

.footer4_dropdown-icon {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: none;
}

.footer4_legal-link {
  color: #d1d1d1;
  font-size: .875rem;
  text-decoration: none;
}

.button-set-2 {
  grid-column-gap: 1rem;
  flex: none;
  align-items: center;
  display: flex;
}

.button {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #222221;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.75rem;
  font-size: .85rem;
  text-decoration: none;
  transition: background-color .3s cubic-bezier(.445, .05, .55, .95);
  display: flex;
}

.button:hover {
  background-color: #4b4b4b;
  border-color: rgba(0, 0, 0, 0);
}

.button:focus-visible {
  border-color: #e4425f;
}

.button[data-wf-focus-visible] {
  border-color: #e4425f;
}

.button.is-small_button {
  padding: .65rem 1.25rem;
}

.button.is-alternate_button {
  color: #222221;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0);
}

.button.is-alternate_button:hover {
  background-color: #eee;
}

.button-set-9 {
  grid-column-gap: 1rem;
  flex: none;
  align-items: center;
  display: flex;
}

.button-secondary {
  grid-column-gap: .5rem;
  color: #222221;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #222221;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.75rem;
  font-size: .85rem;
  text-decoration: none;
  transition: background-color .3s cubic-bezier(.445, .05, .55, .95);
  display: flex;
}

.button-secondary:hover {
  color: #fff;
  background-color: #4b4b4b;
  border-color: #4b4b4b;
}

.button-secondary:focus-visible {
  border-color: #e4425f;
}

.button-secondary[data-wf-focus-visible] {
  border-color: #e4425f;
}

.button-secondary.is-small_button-secondary {
  padding: .65rem 1.25rem;
}

.button-secondary.is-alternate_button-secondary {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, .2);
}

.button-secondary.is-alternate_button-secondary:hover {
  color: #000;
  background-color: #eee;
  border-color: #fff;
}

.button-set-5 {
  grid-column-gap: 1rem;
  flex: none;
  align-items: center;
  display: flex;
}

.button-tertiary {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  background-color: #222221;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
  transition: background-color .3s cubic-bezier(.445, .05, .55, .95);
  display: flex;
}

.button-tertiary:hover {
  background-color: #4b4b4b;
}

.button-tertiary:focus-visible {
  border-color: #e4425f;
}

.button-tertiary[data-wf-focus-visible] {
  border-color: #e4425f;
}

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

.button-tertiary.is-alternate_button-tertiary {
  color: #222221;
  background-color: #fff;
}

.button-tertiary.is-alternate_button-tertiary:hover {
  background-color: #eee;
}

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

.button-link {
  grid-row-gap: .1rem;
  color: #222221;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: stretch;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: .85rem;
  text-decoration: none;
  transition: background-color .3s cubic-bezier(.445, .05, .55, .95);
  display: flex;
}

.button-link:focus-visible {
  border-color: #e4425f;
}

.button-link[data-wf-focus-visible] {
  border-color: #e4425f;
}

.button-link.is-alternate_button-link {
  color: #fff;
}

.button-link.is-small_button-link {
  font-size: .85rem;
}

.button-15_line_inner {
  width: 100%;
  height: 1px;
  background-color: #222221;
}

.button-15_line_inner.is-light {
  background-color: #fff;
}

.button-15_line_outer {
  width: 100%;
  height: 3px;
  align-items: flex-start;
  padding-bottom: 0;
  display: flex;
}

.button-set-15 {
  grid-column-gap: 1rem;
  flex: none;
  align-items: center;
  display: flex;
}

.button-15_content {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
}

.header6_play-state {
  display: inline-block;
}

.header6_play-button {
  z-index: 40;
  bottom: 2.75rem;
  right: 5%;
}

.header6_scroll-wrapper {
  width: 30rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.header6_content-wrapper {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header6_content-alignment {
  height: 100%;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.header6_100vh {
  max-height: 60rem;
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 3rem;
  padding-bottom: 6rem;
  display: flex;
}

.header6_scroll-down {
  grid-column-gap: .5rem;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  padding: .25rem 0;
  font-size: .8rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.header6_background-video-wrapper {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-header6 {
  height: 100vh;
  flex: 1;
  position: relative;
}

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

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

.header6_background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.header6_line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .2);
}

.text-span-style {
  font-style: italic;
  font-weight: 300;
}

.divider_line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .2);
}

.content79_icon-wrapper {
  flex: none;
  display: inline-block;
}

.content79_image-wrapper {
  width: 30rem;
  flex: none;
  padding-top: 90%;
  position: relative;
}

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

.content79_image.is-position-center {
  object-position: 35% 50%;
}

.content79_component {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, .9fr) .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.section-content79.sec {
  overflow: hidden;
}

.tagline-text-2 {
  color: #000;
  font-weight: 600;
}

.content79_feature {
  grid-column-gap: 1rem;
  align-items: flex-start;
  display: flex;
}

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

.logos6_wrapper {
  justify-content: center;
}

.logos6_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: grid;
}

.logos6_logo-image {
  max-height: 1.6rem;
}

.logos6_logo-image.is-gj {
  max-height: 1rem;
}

.logos6_logo-image.is-hudson {
  max-height: 1.3rem;
}

.logos6_logo-image.is-h {
  max-height: 1.4rem;
}

.logos6_logo-image.is-be {
  max-height: 1.9rem;
}

.logos6_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: block;
}

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

.content69_image-wrapper {
  padding-top: 105%;
  position: relative;
}

.section-content69 {
  background-color: #3c3c3c;
}

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

.tagline-text-3 {
  color: #000;
  font-weight: 600;
}

.testimonials2_content-wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.testimonials2_customer-name {
  color: #a7a7a7;
}

.testimonials2_image-wrapper {
  position: relative;
}

.testimonials2_quote-icon {
  width: 1.2rem;
  height: 1.2rem;
}

.testimonials2_bottom-content {
  text-align: left;
  align-self: stretch;
}

.testimonials2_bg-image-wrapper {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.testimonials2_logo {
  width: 4rem;
}

.testimonials2_top-content {
  max-width: 40rem;
  text-align: left;
  align-self: stretch;
}

.testimonials2_component {
  height: 100%;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: center;
  display: flex;
}

.testimonials2_bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 10%;
}

.testimonials2_tag-line {
  width: 4.9375rem;
  height: 2rem;
  border: 1px solid #ddd;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: .75rem .25rem;
  display: flex;
}

.testimonials2_quote-icon-wrapper {
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-testimonials2 {
  height: 80vh;
  margin-top: 3%;
  margin-left: 3%;
  margin-right: 3%;
  display: flex;
  position: relative;
}

.testimonials2_content {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

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

.testimonials2_quote {
  text-transform: uppercase;
  font-family: futura-pt, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.1;
}

.div-block-17 {
  grid-column-gap: 5rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-interactive-globes_tagline-text {
  grid-column-gap: .8125rem;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-18 {
  color: #fff;
}

.section-interactive-globes {
  position: relative;
  top: 0;
  overflow: hidden;
}

.graphic-circle-5 {
  z-index: 1;
  width: 20px;
  height: 20px;
  opacity: .8;
  filter: none;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 3000px;
  margin-top: 0%;
  margin-left: 0%;
  margin-right: auto;
  display: none;
  position: absolute;
  bottom: 5%;
  left: auto;
  right: 40%;
}

.yvori-gs {
  z-index: 1;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 57%;
  right: auto;
}

.globe-outer-graphic-small {
  width: 94%;
  height: 94%;
  background-color: rgba(255, 255, 255, .01);
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 3000px;
  margin-top: 3%;
  margin-left: 3%;
  margin-right: auto;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tagline-blue-dot {
  width: 7px;
  height: 7px;
  background-color: #80c0ff;
  border-radius: 100px;
  margin-top: -2px;
}

.graphic-circle-3 {
  z-index: 1;
  width: 80px;
  height: 80px;
  opacity: .8;
  filter: none;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 3000px;
  margin-top: 0%;
  margin-left: 0%;
  margin-right: auto;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0%;
  left: 0;
  right: 0%;
}

.div-block-16 {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  display: flex;
}

.interactive-globe-1-wrapper {
  opacity: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.fs-globe-container {
  width: 51rem;
  height: 51rem;
  max-height: 1024px;
  max-width: 1024px;
  background-color: rgba(0, 0, 0, 0);
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: static;
  top: 0;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(3%);
}

.fs-globe-container:hover, .fs-globe-container:active, .fs-globe-container:focus {
  border: 0 solid #000;
}

.fs-globe-container.is-map {
  display: flex;
}

.globe-outer-graphic-large {
  width: 120%;
  height: 120%;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 3000px;
  margin-top: -10%;
  margin-left: -10%;
  margin-right: auto;
  line-height: 1.5;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.graphic-circle-4 {
  z-index: -1;
  width: 60px;
  height: 60px;
  opacity: .8;
  filter: none;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 3000px;
  margin-top: 0%;
  margin-left: 0%;
  margin-right: auto;
  display: block;
  position: absolute;
  top: auto;
  bottom: 25%;
  left: auto;
  right: -17%;
}

.facts-numbers {
  letter-spacing: -1.5px;
  font-family: futura-pt, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
}

.div-block-15 {
  max-width: 28rem;
  color: #fff;
}

.flex-horizontal {
  z-index: 2;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.globe-wrapper {
  width: auto;
  height: auto;
  flex-direction: column;
  flex: none;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  display: flex;
  position: relative;
}

.graphic-circle-6 {
  z-index: 1;
  width: 60px;
  height: 60px;
  opacity: .8;
  filter: none;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 3000px;
  margin-top: 0%;
  margin-left: 0%;
  margin-right: auto;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0%;
  right: auto;
}

.home-interactive-globes_wrap {
  max-width: 86rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
  overflow: hidden;
}

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

.cta68_image-wrapper {
  height: 20rem;
  box-shadow: none;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}

.cta68_content {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.section-cta68.sec {
  position: relative;
}

.cta68_feature-card {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
  overflow: hidden;
}

.scroll-down-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: .8rem;
  position: absolute;
  top: auto;
  bottom: 3.2rem;
  left: auto;
  right: 9%;
}

.collection-list-wrapper {
  display: flex;
}

.collection-list-wrapper.hide {
  display: none;
}

.fs-globe-pin {
  width: 2.5rem;
  height: 2.5rem;
  filter: brightness(160%) saturate(78%) hue-rotate(-48deg);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.lottie-pin-1 {
  width: auto;
  height: auto;
  opacity: .82;
  position: absolute;
}

.fs-globe-tooltip {
  width: 170px;
  height: auto;
  text-align: left;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  padding: 10px;
  font-size: 16px;
  display: flex;
  position: relative;
}

.fs-globe-tooltip._1 {
  width: 260px;
  padding: 16px;
}

.tooltip-arrow-top {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -6px;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: rotate(45deg);
}

.tooltip-title {
  color: #222221;
  margin-bottom: 4px;
  font-size: 1rem;
  font-weight: 600;
}

.tooltip-description {
  color: #222221;
  font-size: 1rem;
  font-weight: 400;
  line-height: 16px;
}

.hidden-content {
  display: none;
}

.background-overlay-gradient {
  z-index: 1;
  background-color: rgba(0, 0, 0, .2);
  background-image: linear-gradient(135deg, rgba(50, 50, 50, .63) 22%, rgba(50, 50, 50, 0) 90%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content79_component-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  justify-items: end;
  display: flex;
}

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

.team3_item {
  position: relative;
}

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

.team3_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.team3_item-content {
  z-index: 1;
  color: #fff;
  background-color: rgba(0, 0, 0, .15);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 2rem;
  transition: background-color .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.team3_item-content:hover {
  background-color: rgba(0, 0, 0, .2);
}

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

.team3_image-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto;
  justify-content: flex-start;
  padding-top: 130%;
  position: relative;
}

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

.about-overlay-gradient {
  z-index: 1;
  background-image: linear-gradient(13deg, rgba(50, 50, 50, .63), rgba(50, 50, 50, .2) 10%, rgba(50, 50, 50, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cases2_category-filter-text {
  display: none;
}

.cases2_radio-button {
  width: 100%;
  height: 100%;
  border-style: none;
  border-radius: 0;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0);
}

.cases2_radio-button.w--redirected-focus {
  box-shadow: none;
  border-style: none;
}

.cases2_radio-button.w--redirected-focus-visible {
  box-shadow: none;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

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

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

.cases2_content-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.section-cases2 {
  color: #222221;
  background-color: #f7f7f7;
}

.cases2_image2-wrapper {
  padding-top: 80%;
  position: relative;
}

.cases2_radio-field {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.cases2_radio-field:hover {
  color: #696969;
  border-color: #696969;
}

.cases2_radio-field.is-active {
  color: #fff;
  background-color: #222221;
  border-color: #222221;
}

.cases2_radio-label {
  margin-bottom: 0;
  font-weight: 500;
  position: relative;
}

.cases2_collection-link {
  min-width: 30rem;
  text-decoration: none;
}

.cases2_collection-link.is-first {
  min-width: 25rem;
  margin-top: 5rem;
}

.cases2_collection-link.is-second {
  min-width: 35rem;
  margin-top: -6rem;
}

.cases2_collection-link.is-third {
  min-width: 25rem;
}

.cases2_content-wrapper-middle {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr 1fr;
}

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

.cases2_image1-wrapper {
  padding-top: 115%;
  position: relative;
}

.cases_arrow-wrapper {
  grid-column-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.background-layer-top-50p {
  z-index: -1;
  height: 45%;
  background-color: #f7f7f7;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.legal3_link {
  color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  flex: none;
  padding-bottom: .2rem;
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.legal3_link.w--current {
  border-bottom-color: #000;
}

.legal3-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.legal3_bar {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.team3_content {
  text-align: center;
  justify-content: center;
  display: flex;
}

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

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

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

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

.contact-modal2_component {
  z-index: 1009;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .5);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contact-modal2_close-button {
  color: #fff;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #222221;
  border: 1px solid #222221;
  padding: .75rem 1.5rem;
}

.section_contact-modal2 {
  position: relative;
}

.contact-modal2_content-wrapper {
  width: 100%;
  height: auto;
  max-height: 80vh;
  max-width: 48rem;
  color: #222221;
  background-color: #f7f7f7;
  padding: 3rem 4rem;
  overflow: scroll;
}

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

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

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

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

.contact-modal2_background-overlay {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .25);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-input-2 {
  height: auto;
  min-height: 2.75rem;
  color: #222221;
  background-color: #fff;
  border: 1px solid #222221;
  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);
}

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

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

.error-text {
  color: #e23939;
}

.contact-modal2_form-block {
  flex-direction: column;
  align-items: stretch;
}

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

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

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

.success-message-2 {
  background-color: #f7f7f7;
  padding: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.map-place {
  max-width: 35rem;
  margin-left: -70px;
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .show-tablet {
    display: block;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h4 {
    font-size: 1.75rem;
  }

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

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

  .content18_feature-item {
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-icon1_line-top {
    width: 24px;
    height: 1px;
    background-color: #fff;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu-button {
    padding: 0;
  }

  .navbar1_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar1_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .menu-icon1_line-middle {
    width: 24px;
    height: 1px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-bottom {
    width: 24px;
    height: 1px;
    background-color: #fff;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_link {
    text-align: left;
    border-top-width: 1px;
    border-top-color: rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    margin-right: 0;
    padding: .5rem 0;
    font-size: 1rem;
  }

  .navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #222221;
    background-clip: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    justify-content: center;
    padding: 1rem 3% 2rem;
    display: flex;
    position: absolute;
  }

  .menu-icon1 {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

  .footer4_menu-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr 1fr 1fr max-content;
  }

  .content79_image-wrapper {
    width: 100%;
    padding-top: 120%;
  }

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

  .logos6_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1.5rem;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .testimonials2_content-wrapper {
    height: 60vh;
  }

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

  .testimonials2_bg-image {
    object-position: 64% 50%;
  }

  .div-block-17 {
    grid-column-gap: 3rem;
  }

  .div-block-16 {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .interactive-globe-1-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-globe-container {
    transform: translate(-3%);
  }

  .flex-horizontal {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .home-interactive-globes_wrap {
    padding: 4rem 5% 0;
  }

  .cta68_feature-card {
    height: auto;
  }

  .scroll-down-text {
    right: 11%;
  }

  .content79_component-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: grid;
  }

  .team3_list {
    object-fit: fill;
    grid-template-columns: 1fr 1fr;
  }

  .team3_item-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cases2_content-wrapper {
    grid-template-columns: 1fr;
  }

  .cases2_collection-link.is-first, .cases2_collection-link.is-second {
    margin-top: 0;
  }

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

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

  .contact-modal2_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

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

  .show-mobile-landscape {
    display: block;
  }

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

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

  .heading-style-h6, .text-style-quote, .text-size-xlarge {
    font-size: 1.125rem;
  }

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

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

  .text-size-xhuge {
    font-size: 1.75rem;
  }

  .text-size-xxhuge {
    font-size: 2rem;
  }

  .text-size-gigantic {
    font-size: 2.25rem;
  }

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

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

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

  .navbar1_container, .navbar1_component {
    min-height: 4rem;
  }

  .footer4_copyright-text {
    order: 1;
  }

  .footer4_menu-wrapper {
    grid-column-gap: 1.5rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer4_legal-links-wrapper {
    justify-content: center;
  }

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

  .footer4_legal-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .content79_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .content79_feature-list {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .logos6_list {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .testimonials2_content-wrapper {
    height: 70vh;
  }

  .testimonials2_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .div-block-17 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-globe-container.is-map {
    width: 100%;
    height: auto;
    margin-top: 5rem;
  }

  .facts-numbers {
    font-size: 2.5rem;
  }

  .globe-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .home-interactive-globes_wrap {
    padding-top: 3rem;
  }

  .cta68_feature-card {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .scroll-down-text {
    display: none;
    right: 13%;
  }

  .team3_item-content {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .cases2_content-wrapper {
    grid-row-gap: 2rem;
  }

  .cases2_collection-link {
    width: 100%;
    min-width: auto;
  }

  .cases2_collection-link.is-first, .cases2_collection-link.is-second, .cases2_collection-link.is-third {
    min-width: auto;
  }

  .cases2_content-wrapper-middle {
    grid-template-columns: 1fr 1fr;
  }

  .cases2_image1-wrapper {
    padding-top: 80%;
  }

  .legal3_link {
    font-size: 1.125rem;
  }

  .legal3_bar {
    flex-wrap: wrap;
  }

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

  .form-field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

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

  .contact-modal2_content-wrapper {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .map-place {
    max-width: 30rem;
    margin-left: 0;
  }
}

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

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

  .text-align-center.is-mobile-left.is-h2-mobile {
    max-width: 20rem;
  }

  .show-mobile-portrait {
    display: block;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h1.is-header-mobile {
    max-width: 22rem;
  }

  .heading-style-h2.is-h2-mobile {
    max-width: 20rem;
  }

  .stylesystem-images_layout {
    grid-template-columns: 1fr;
  }

  .padding-section, .padding-section-small, .padding-section-large, .padding-section-medium {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar1_menu {
    background-color: #222221;
  }

  .navbar1_logo-link {
    width: 13rem;
  }

  .footer4_copyright-text {
    order: 1;
  }

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

  .footer4_dropdown-list {
    padding-bottom: .5rem;
    display: none;
    position: absolute;
  }

  .footer4_dropdown-list.w--open {
    display: flex;
    position: relative;
  }

  .footer4_dropdown-toggle {
    align-items: center;
    padding-bottom: .5rem;
  }

  .footer4_scroll-up-link {
    width: 2.75rem;
    height: 2.75rem;
  }

  .footer4_dropdown {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
  }

  .footer4_dropdown-icon {
    margin-top: .25rem;
    display: block;
  }

  .header6_content-wrapper {
    text-align: left;
    align-items: flex-start;
  }

  .header6_100vh {
    padding-bottom: 7rem;
  }

  .footer-item {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .logos6_logo-image {
    max-height: 0;
    min-height: 1.8rem;
  }

  .logos6_component {
    text-align: center;
  }

  .testimonials2_content-wrapper {
    height: auto;
    justify-content: flex-end;
  }

  .testimonials2_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .testimonials2_bg-image {
    object-fit: cover;
    object-position: 70% 0%;
  }

  .section-testimonials2 {
    height: 80vh;
  }

  .testimonials2_content {
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-17 {
    grid-column-gap: 1rem;
  }

  .graphic-circle-5 {
    display: none;
  }

  .yvori-gs {
    max-width: 50%;
    top: 34%;
    left: 26%;
  }

  .globe-outer-graphic-small {
    width: 100%;
    height: 100%;
    display: none;
  }

  .graphic-circle-3 {
    display: none;
  }

  .div-block-16 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .interactive-globe-1-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .fs-globe-container {
    width: 100%;
    height: 400px;
    max-height: none;
    max-width: none;
    transform: none;
  }

  .fs-globe-container.is-map {
    margin-top: 3rem;
  }

  .globe-outer-graphic-large, .graphic-circle-4 {
    display: none;
  }

  .facts-numbers {
    font-size: 2rem;
  }

  .flex-horizontal {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
  }

  .globe-wrapper {
    width: 100%;
    height: auto;
    flex: 1;
    margin-top: 20px;
  }

  .graphic-circle-6 {
    display: none;
  }

  .home-interactive-globes_wrap {
    padding-bottom: 1rem;
  }

  .cta68_image-wrapper {
    height: 15rem;
  }

  .cta68_content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cta68_feature-card {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .scroll-down-text {
    right: 20%;
  }

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

  .cases2_content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .cases2_radio-label {
    font-size: .85rem;
  }

  .cases2_collection-link {
    width: 100%;
  }

  .cases2_content-wrapper-middle {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .cases2_filters-button-group {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .legal3_bar {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .legal3_meta-wrapper {
    text-align: center;
    align-items: center;
  }

  .contact-modal2_component {
    display: none;
  }

  .map-place {
    max-width: 90%;
  }
}

#w-node-d0575a29-bcf9-97a7-9cf5-fa567ae1172d-367280f5 {
  justify-self: stretch;
}

#w-node-b8d4dded-b2cd-644a-502f-2926145abd38-367280f5, #w-node-_837d426d-97f6-a2a6-d10f-a35e0dbdf581-367280f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_837d426d-97f6-a2a6-d10f-a35e0dbdf583-367280f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-e0d76e26-5f37-30af-8df0-8ffdc7559066-367280f5, #w-node-e0d76e26-5f37-30af-8df0-8ffdc7559068-367280f5, #w-node-d2f4a6ac-e5fb-5652-2fce-22db8acde598-367280f5, #w-node-d2f4a6ac-e5fb-5652-2fce-22db8acde599-367280f5, #w-node-d2f4a6ac-e5fb-5652-2fce-22db8acde5a2-367280f5, #w-node-d2f4a6ac-e5fb-5652-2fce-22db8acde5a3-367280f5, #w-node-f46309f1-7fb3-ca8c-1533-0df280657592-367280f5, #w-node-f46309f1-7fb3-ca8c-1533-0df280657593-367280f5, #w-node-f46309f1-7fb3-ca8c-1533-0df280657595-367280f5, #w-node-f46309f1-7fb3-ca8c-1533-0df280657599-367280f5, #w-node-f46309f1-7fb3-ca8c-1533-0df28065759a-367280f5, #w-node-f46309f1-7fb3-ca8c-1533-0df28065759c-367280f5, #w-node-f46309f1-7fb3-ca8c-1533-0df2806575a0-367280f5, #w-node-f46309f1-7fb3-ca8c-1533-0df2806575a1-367280f5, #w-node-f46309f1-7fb3-ca8c-1533-0df2806575a3-367280f5, #w-node-f46309f1-7fb3-ca8c-1533-0df2806575a7-367280f5, #w-node-f46309f1-7fb3-ca8c-1533-0df2806575a8-367280f5, #w-node-f46309f1-7fb3-ca8c-1533-0df2806575aa-367280f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4096666b-9102-7708-fa06-c34c6c7b6a8b-367280f5 {
  justify-self: end;
}

#w-node-_4096666b-9102-7708-fa06-c34c6c7b6a9c-367280f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0dc73f2-a5d9-5202-ef4b-50246bda89fe-367280f5 {
  justify-self: end;
}

#w-node-a0dc73f2-a5d9-5202-ef4b-50246bda8a01-367280f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db54aa31-65cd-fc40-1659-e518cdb63c8a-367280f5 {
  justify-self: start;
}

#w-node-db54aa31-65cd-fc40-1659-e518cdb63c8d-367280f5, #w-node-_1ec37645-ae6f-10ea-f489-c2701d1ab915-8a0721e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a23da92f-6274-c6d2-2232-5037884e1379-884e1374 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-ba8aac6a-4f16-47ef-8e17-2f07645e73b3-ad05ca1b {
  align-self: stretch;
  justify-self: start;
}

#w-node-_24c37723-bcdb-4844-b3e3-3cf24e4def3b-ad05ca1b {
  justify-self: center;
}

#w-node-_561b0d5e-9738-4417-9903-c0814409d279-ad05ca1b {
  justify-self: end;
}

#w-node-d183f758-c6b9-19f1-56ed-114e555e13d5-367280f6, #w-node-d183f758-c6b9-19f1-56ed-114e555e13d6-367280f6, #w-node-d183f758-c6b9-19f1-56ed-114e555e13de-367280f6, #w-node-d183f758-c6b9-19f1-56ed-114e555e13df-367280f6, #w-node-_4a30b688-e494-300b-7fea-9234ec74b39a-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b938bc19-0489-72fe-7121-2f937260918c-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93146-367280f8 {
  align-self: start;
}

#w-node-_23eb0b1c-e5af-ca1e-78c5-bd169d536b6b-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-b7dfa74f-ab98-f6f4-557a-3c608be8b7d3-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23eb0b1c-e5af-ca1e-78c5-bd169d536b9f-367280f8 {
  align-self: start;
}

#w-node-_23eb0b1c-e5af-ca1e-78c5-bd169d536bcf-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23eb0b1c-e5af-ca1e-78c5-bd169d536bd0-367280f8 {
  justify-self: start;
}

#w-node-_23eb0b1c-e5af-ca1e-78c5-bd169d536bd4-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23eb0b1c-e5af-ca1e-78c5-bd169d536bd5-367280f8 {
  justify-self: start;
}

#w-node-_23eb0b1c-e5af-ca1e-78c5-bd169d536bd9-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23eb0b1c-e5af-ca1e-78c5-bd169d536bda-367280f8 {
  justify-self: start;
}

#w-node-a04336e1-35fd-f027-57ea-2c881086ccd0-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a04336e1-35fd-f027-57ea-2c881086ccd1-367280f8 {
  justify-self: start;
}

#w-node-_86011c2b-3cce-bdae-6015-a777fd793660-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86011c2b-3cce-bdae-6015-a777fd793661-367280f8 {
  justify-self: start;
}

#w-node-_5e440bc1-13ad-bb50-8098-e87db9fa24df-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e440bc1-13ad-bb50-8098-e87db9fa24e0-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9315f-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93160-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93164-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93165-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93169-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9316a-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9316e-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9316f-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93173-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93174-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93178-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93179-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93180-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93181-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93185-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93186-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9318a-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9318b-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9318f-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93190-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93194-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93195-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93199-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9319a-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a1-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a2-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a6-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a7-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931b0-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931b1-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ba-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931bb-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931c4-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931c5-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ab-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ac-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931d4-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931d5-367280f8 {
  justify-self: start;
}

#w-node-bcc1c531-8306-ff67-3bbb-8a0b1ad6cbae-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bcc1c531-8306-ff67-3bbb-8a0b1ad6cbaf-367280f8 {
  justify-self: start;
}

#w-node-_3591cf9e-0e5b-f607-35bc-6d1c89595412-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3591cf9e-0e5b-f607-35bc-6d1c89595413-367280f8 {
  justify-self: start;
}

#w-node-_3302533a-208f-1717-49f8-6f4b3112bd21-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3302533a-208f-1717-49f8-6f4b3112bd22-367280f8 {
  justify-self: start;
}

#w-node-_6131199b-75af-92d8-173f-a7c1488de594-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6131199b-75af-92d8-173f-a7c1488de595-367280f8 {
  justify-self: start;
}

#w-node-_9745688a-72c5-eb73-1893-c89bf6394e4c-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9745688a-72c5-eb73-1893-c89bf6394e4d-367280f8 {
  justify-self: start;
}

#w-node-_6d57abfe-4f01-1f59-39cc-3cab23796d17-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d57abfe-4f01-1f59-39cc-3cab23796d18-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931d9-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931da-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931de-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931df-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e3-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e4-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e8-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e9-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f0-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f1-367280f8 {
  justify-self: start;
}

#w-node-_6f2040c3-b7c7-9f38-4045-2d24060b4751-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f2040c3-b7c7-9f38-4045-2d24060b4752-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f5-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f6-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931fa-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931fb-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ff-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93200-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93204-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93205-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93209-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9320a-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9322d-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9322e-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93232-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93233-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93237-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93238-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9323c-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9323d-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93241-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93242-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93246-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93247-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93211-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93212-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93216-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93217-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9321b-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9321c-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93220-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93221-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93225-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93226-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9324e-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9324f-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93253-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93254-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93258-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93259-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9325d-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9325e-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93262-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93263-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93267-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93268-367280f8, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9326a-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9326c-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9326d-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93271-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93272-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93276-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93277-367280f8 {
  justify-self: start;
}

#w-node-dc4c7254-ef5b-01b2-909f-dc2d142bd330-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc4c7254-ef5b-01b2-909f-dc2d142bd331-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9327e-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9327f-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93283-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93284-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93288-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93289-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93290-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93291-367280f8 {
  align-self: start;
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932d8-367280f8 {
  align-self: start;
}

#w-node-_79db14bb-8332-cef9-f5f8-c6729d66aebf-367280f8, #w-node-aacc1fcd-ea7a-6bb5-8160-656e54977971-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932f4-367280f8 {
  align-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932f7-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932f8-367280f8 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932fc-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932fd-367280f8 {
  justify-self: start;
}

#w-node-_387eec03-33f6-0fdf-9202-f80c078e5c75-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_387eec03-33f6-0fdf-9202-f80c078e5c76-367280f8 {
  justify-self: start;
}

#text-colors.w-node-cdb26717-ebd6-4c4b-a685-d47638b8e521-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cdb26717-ebd6-4c4b-a685-d47638b8e522-367280f8 {
  justify-self: start;
}

#w-node-e62d4707-c1f0-fd18-3839-fc8f84414d92-367280f8 {
  align-self: start;
}

#w-node-e62d4707-c1f0-fd18-3839-fc8f84414d95-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e62d4707-c1f0-fd18-3839-fc8f84414d96-367280f8 {
  justify-self: start;
}

#w-node-e62d4707-c1f0-fd18-3839-fc8f84414d9a-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e62d4707-c1f0-fd18-3839-fc8f84414d9b-367280f8 {
  justify-self: start;
}

#w-node-e62d4707-c1f0-fd18-3839-fc8f84414da0-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e62d4707-c1f0-fd18-3839-fc8f84414da1-367280f8 {
  justify-self: start;
}

#text-colors.w-node-e62d4707-c1f0-fd18-3839-fc8f84414da5-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e62d4707-c1f0-fd18-3839-fc8f84414da6-367280f8 {
  justify-self: start;
}

#w-node-_4670ead9-9a85-5360-3bc8-a7a9f055fc16-367280f8 {
  align-self: start;
}

#w-node-_4670ead9-9a85-5360-3bc8-a7a9f055fc19-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4670ead9-9a85-5360-3bc8-a7a9f055fc1a-367280f8 {
  justify-self: start;
}

#w-node-_28401363-fe3e-407e-0615-f3597cc9777e-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28401363-fe3e-407e-0615-f3597cc9777f-367280f8 {
  justify-self: start;
}

#w-node-_9770e205-71c8-3b6c-57fa-b5a96a7b10cd-367280f8 {
  align-self: start;
}

#w-node-_2920adc7-919d-00a9-6d25-b754a89e941e-367280f8, #w-node-_2920adc7-919d-00a9-6d25-b754a89e941f-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2920adc7-919d-00a9-6d25-b754a89e9420-367280f8 {
  justify-self: start;
}

#w-node-_2920adc7-919d-00a9-6d25-b754a89e9424-367280f8, #w-node-b05e0594-988a-5c7b-8336-18c62e85a2c6-367280f8, #w-node-b05e0594-988a-5c7b-8336-18c62e85a2c7-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b05e0594-988a-5c7b-8336-18c62e85a2c8-367280f8 {
  justify-self: start;
}

#w-node-b05e0594-988a-5c7b-8336-18c62e85a2cc-367280f8, #w-node-_84c2f688-24e0-ea30-8256-6fb01d838961-367280f8, #w-node-_84c2f688-24e0-ea30-8256-6fb01d838962-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84c2f688-24e0-ea30-8256-6fb01d838963-367280f8 {
  justify-self: start;
}

#w-node-_113e6cf3-826e-5748-e1e3-dd813604365a-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_84c2f688-24e0-ea30-8256-6fb01d838967-367280f8, #w-node-_59a152e0-4adf-86d2-d141-d9a91ade5708-367280f8, #w-node-_59a152e0-4adf-86d2-d141-d9a91ade5709-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59a152e0-4adf-86d2-d141-d9a91ade570a-367280f8 {
  justify-self: start;
}

#w-node-ea9a5e0d-0c12-6b20-c326-26bc096cda60-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_59a152e0-4adf-86d2-d141-d9a91ade570e-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3ce9c10-24c1-0e81-4a21-fc35ba333406-367280f8 {
  align-self: start;
}

#w-node-d76bb69d-d908-76ec-1d33-8e7cba5816f8-367280f8, #w-node-d76bb69d-d908-76ec-1d33-8e7cba5816f9-367280f8, #w-node-d76bb69d-d908-76ec-1d33-8e7cba5816fc-367280f8, #w-node-_30f53696-10d3-b142-c712-078ec0fe02cd-367280f8, #w-node-_30f53696-10d3-b142-c712-078ec0fe02ce-367280f8, #w-node-_30f53696-10d3-b142-c712-078ec0fe02d1-367280f8, #w-node-_6b09a327-72f7-77de-6e69-30126dfd52f3-367280f8, #w-node-_6b09a327-72f7-77de-6e69-30126dfd52f4-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f87e5e73-1eae-1f6a-e74f-0d9fdc2e55d0-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6b09a327-72f7-77de-6e69-30126dfd52f7-367280f8, #w-node-_7d6d4afc-0d10-3bee-fef5-b2c979c8a5f8-367280f8, #w-node-_7d6d4afc-0d10-3bee-fef5-b2c979c8a5f9-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5069b4d1-e26f-7291-6beb-a538b756a22f-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_7d6d4afc-0d10-3bee-fef5-b2c979c8a5fc-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36b3a477-3a65-aa01-944a-954211f68f92-367280f8 {
  align-self: start;
}

#w-node-_36b3a477-3a65-aa01-944a-954211f68f96-367280f8, #w-node-_36b3a477-3a65-aa01-944a-954211f68f97-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36b3a477-3a65-aa01-944a-954211f68f98-367280f8 {
  justify-self: start;
}

#w-node-_36b3a477-3a65-aa01-944a-954211f68f9a-367280f8, #w-node-_36b3a477-3a65-aa01-944a-954211f68f9e-367280f8, #w-node-_36b3a477-3a65-aa01-944a-954211f68f9f-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36b3a477-3a65-aa01-944a-954211f68fa0-367280f8 {
  justify-self: start;
}

#w-node-_36b3a477-3a65-aa01-944a-954211f68fa4-367280f8, #w-node-_36b3a477-3a65-aa01-944a-954211f68fa8-367280f8, #w-node-_36b3a477-3a65-aa01-944a-954211f68fa9-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36b3a477-3a65-aa01-944a-954211f68faa-367280f8 {
  justify-self: start;
}

#w-node-_05718075-4db7-f97a-f33f-9e51dda30b33-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_36b3a477-3a65-aa01-944a-954211f68fae-367280f8, #w-node-_36b3a477-3a65-aa01-944a-954211f68fb2-367280f8, #w-node-_36b3a477-3a65-aa01-944a-954211f68fb3-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36b3a477-3a65-aa01-944a-954211f68fb4-367280f8 {
  justify-self: start;
}

#w-node-_934be23f-c5c2-7570-ed73-00ecbfbdef97-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_36b3a477-3a65-aa01-944a-954211f68fba-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_686dd5c3-bfff-a3f7-2af8-bc7f651a1e38-367280f8 {
  align-self: start;
}

#w-node-_686dd5c3-bfff-a3f7-2af8-bc7f651a1e3c-367280f8, #w-node-_686dd5c3-bfff-a3f7-2af8-bc7f651a1e3d-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_686dd5c3-bfff-a3f7-2af8-bc7f651a1e3e-367280f8 {
  justify-self: start;
}

#w-node-_686dd5c3-bfff-a3f7-2af8-bc7f651a1e40-367280f8, #w-node-_686dd5c3-bfff-a3f7-2af8-bc7f651a1e44-367280f8, #w-node-_686dd5c3-bfff-a3f7-2af8-bc7f651a1e45-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_686dd5c3-bfff-a3f7-2af8-bc7f651a1e46-367280f8 {
  justify-self: start;
}

#w-node-_686dd5c3-bfff-a3f7-2af8-bc7f651a1e4a-367280f8, #w-node-_686dd5c3-bfff-a3f7-2af8-bc7f651a1e4e-367280f8, #w-node-_686dd5c3-bfff-a3f7-2af8-bc7f651a1e4f-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_686dd5c3-bfff-a3f7-2af8-bc7f651a1e50-367280f8 {
  justify-self: start;
}

#w-node-_1674b1a1-bdd0-1f77-66f1-0f41b0479c3b-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_686dd5c3-bfff-a3f7-2af8-bc7f651a1e54-367280f8, #w-node-_686dd5c3-bfff-a3f7-2af8-bc7f651a1e58-367280f8, #w-node-_686dd5c3-bfff-a3f7-2af8-bc7f651a1e59-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_686dd5c3-bfff-a3f7-2af8-bc7f651a1e5a-367280f8 {
  justify-self: start;
}

#w-node-e46eaea5-d135-9c2c-ef6c-9c19a2d67f10-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_686dd5c3-bfff-a3f7-2af8-bc7f651a1e60-367280f8, #w-node-_7c82c5b4-c8e3-9d0b-cff2-19ad22115cdc-367280f8, #w-node-_7c82c5b4-c8e3-9d0b-cff2-19ad22115cdd-367280f8, #w-node-_7c82c5b4-c8e3-9d0b-cff2-19ad22115cde-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c82c5b4-c8e3-9d0b-cff2-19ad22115cdf-367280f8 {
  justify-self: start;
}

#w-node-_7c82c5b4-c8e3-9d0b-cff2-19ad22115ce1-367280f8, #w-node-_7c82c5b4-c8e3-9d0b-cff2-19ad22115ce4-367280f8, #w-node-_7c82c5b4-c8e3-9d0b-cff2-19ad22115ce8-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c82c5b4-c8e3-9d0b-cff2-19ad22115ce9-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7c82c5b4-c8e3-9d0b-cff2-19ad22115cea-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c82c5b4-c8e3-9d0b-cff2-19ad22115ceb-367280f8 {
  justify-self: start;
}

#w-node-_7c82c5b4-c8e3-9d0b-cff2-19ad22115ced-367280f8, #w-node-_7c82c5b4-c8e3-9d0b-cff2-19ad22115cf6-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c82c5b4-c8e3-9d0b-cff2-19ad22115cf7-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7c82c5b4-c8e3-9d0b-cff2-19ad22115cf8-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c82c5b4-c8e3-9d0b-cff2-19ad22115cf9-367280f8 {
  justify-self: start;
}

#w-node-_7c82c5b4-c8e3-9d0b-cff2-19ad22115cfb-367280f8, #w-node-_7c82c5b4-c8e3-9d0b-cff2-19ad22115d04-367280f8, #w-node-_7c82c5b4-c8e3-9d0b-cff2-19ad22115d05-367280f8, #w-node-_7c82c5b4-c8e3-9d0b-cff2-19ad22115d06-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c82c5b4-c8e3-9d0b-cff2-19ad22115d07-367280f8 {
  justify-self: start;
}

#w-node-_7c82c5b4-c8e3-9d0b-cff2-19ad22115d09-367280f8, #w-node-_7c82c5b4-c8e3-9d0b-cff2-19ad22115d0c-367280f8, #w-node-_7c82c5b4-c8e3-9d0b-cff2-19ad22115d13-367280f8, #w-node-_7c82c5b4-c8e3-9d0b-cff2-19ad22115d14-367280f8, #w-node-_7c82c5b4-c8e3-9d0b-cff2-19ad22115d15-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c82c5b4-c8e3-9d0b-cff2-19ad22115d16-367280f8 {
  justify-self: start;
}

#w-node-_7c82c5b4-c8e3-9d0b-cff2-19ad22115d18-367280f8, #w-node-_7c82c5b4-c8e3-9d0b-cff2-19ad22115d1b-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c82c5b4-c8e3-9d0b-cff2-19ad22115d1c-367280f8 {
  justify-self: start;
}

#w-node-_7c82c5b4-c8e3-9d0b-cff2-19ad22115d22-367280f8, #w-node-_7c82c5b4-c8e3-9d0b-cff2-19ad22115d23-367280f8, #w-node-_7c82c5b4-c8e3-9d0b-cff2-19ad22115d24-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c82c5b4-c8e3-9d0b-cff2-19ad22115d25-367280f8, #w-node-_7c82c5b4-c8e3-9d0b-cff2-19ad22115d27-367280f8 {
  justify-self: start;
}

#w-node-_9a20ca41-11b6-d535-e27b-343fb4906c8e-367280f8, #w-node-_9a20ca41-11b6-d535-e27b-343fb4906c8f-367280f8, #w-node-_9a20ca41-11b6-d535-e27b-343fb4906c90-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a20ca41-11b6-d535-e27b-343fb4906c91-367280f8, #w-node-_9a20ca41-11b6-d535-e27b-343fb4906c93-367280f8 {
  justify-self: start;
}

#w-node-_5ecc6bd3-5833-3e05-16ec-7cad45a2e90e-367280f8, #w-node-_5ecc6bd3-5833-3e05-16ec-7cad45a2e90f-367280f8, #w-node-_5ecc6bd3-5833-3e05-16ec-7cad45a2e910-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ecc6bd3-5833-3e05-16ec-7cad45a2e911-367280f8 {
  justify-self: start;
}

#w-node-_980da5b5-2147-4d6d-0569-fe7cd9487d1a-367280f8, #w-node-_5ecc6bd3-5833-3e05-16ec-7cad45a2e913-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_88c3d89b-5138-e2e9-37d7-b35863ff4f54-367280f8, #w-node-_88c3d89b-5138-e2e9-37d7-b35863ff4f55-367280f8, #w-node-_88c3d89b-5138-e2e9-37d7-b35863ff4f56-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88c3d89b-5138-e2e9-37d7-b35863ff4f57-367280f8 {
  justify-self: start;
}

#w-node-_88c3d89b-5138-e2e9-37d7-b35863ff4f5b-367280f8, #w-node-_88c3d89b-5138-e2e9-37d7-b35863ff4f5c-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93323-367280f8, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93324-367280f8, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93327-367280f8, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93328-367280f8, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9332b-367280f8, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9332c-367280f8, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9332f-367280f8, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93330-367280f8, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93333-367280f8, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93334-367280f8, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93337-367280f8, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93338-367280f8, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9333b-367280f8, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9333c-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a048d23c-e2c8-d56d-b265-fd2933cc7af5-367280f8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_11b07003-b840-6826-bb44-21496f5c8caf-367280f8, #w-node-be74a530-b7a2-6a68-b4d8-8047625e241d-367280f8, #w-node-_8f09afea-c6dc-3e76-0db3-129d155acd84-367280f8, #w-node-_3b5319fe-fbdb-f3d9-d1f8-617077e6858a-367280f8, #w-node-dcb3a6b3-219c-b06a-a8ff-63f3875a2789-367280f8, #w-node-_2ef85ab0-0ae4-1d7c-77ac-d295ca1259c9-367280f8, #w-node-_8bad617d-d9ef-f80d-4b51-dd3a29c191b2-367280f8, #w-node-_616aecd0-c8b1-6782-76c2-b53e150aaa35-367280f8, #w-node-_04e9e396-96d1-7c47-ab45-9b0efb7a962e-367280f8, #w-node-_2e020ba7-cf09-d778-7293-ce38d2474d4c-367280f8, #w-node-_09e32a72-e299-d36d-b1bc-f369d14d8261-367280f8, #w-node-_8de68e12-5b70-0a3e-6823-7a167d5d67ea-367280f8 {
  justify-self: start;
}

#w-node-_4906171a-c79c-863a-d99d-1af1b0a8c074-367280f8, #w-node-e1e5b946-0394-e688-ca91-017fa2a373c2-367280f8, #w-node-_0f3a127a-2a17-a584-8120-466df6e82367-367280f8, #w-node-_57e218e9-21b7-ac8b-a8e3-d64cbe9c0048-367280f8, #w-node-fdeb71bb-6f33-764d-b924-d645abd86bd4-367280f8, #w-node-e57caaa7-845a-f858-9698-d522ae9164e6-367280f8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_11d4fac7-1059-1631-24e3-42b87fcec100-367280f8 {
  align-self: start;
}

#w-node-_11d4fac7-1059-1631-24e3-42b87fcec108-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11d4fac7-1059-1631-24e3-42b87fcec109-367280f8 {
  justify-self: start;
}

#w-node-_11d4fac7-1059-1631-24e3-42b87fcec10d-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11d4fac7-1059-1631-24e3-42b87fcec10e-367280f8 {
  justify-self: start;
}

#w-node-_11d4fac7-1059-1631-24e3-42b87fcec112-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11d4fac7-1059-1631-24e3-42b87fcec113-367280f8 {
  justify-self: start;
}

#w-node-e11f32ae-0d7f-ca9d-d1e4-230fe98f97ae-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb403b6c-b60a-16fe-d56c-08d87629360e-367280f8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c533a26e-3233-7204-354c-1ff5405133ae-367280f8 {
  align-self: start;
}

#w-node-c533a26e-3233-7204-354c-1ff5405133b1-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c533a26e-3233-7204-354c-1ff5405133b2-367280f8 {
  justify-self: start;
}

#w-node-c533a26e-3233-7204-354c-1ff5405133b6-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c533a26e-3233-7204-354c-1ff5405133b7-367280f8 {
  justify-self: start;
}

#w-node-c533a26e-3233-7204-354c-1ff5405133bc-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c533a26e-3233-7204-354c-1ff5405133bd-367280f8 {
  justify-self: start;
}

#w-node-_4cdf440f-f1d6-3670-fab1-3a60145a84f2-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cdf440f-f1d6-3670-fab1-3a60145a84f3-367280f8 {
  justify-self: start;
}

#w-node-b82fa28d-feb5-313b-edaa-7af9a637888b-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b82fa28d-feb5-313b-edaa-7af9a637888c-367280f8 {
  justify-self: start;
}

#w-node-e2c5212d-62b7-a988-a93b-0e35219efc2e-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2c5212d-62b7-a988-a93b-0e35219efc2f-367280f8 {
  justify-self: start;
}

#w-node-b823a6c3-df3d-f1d9-1ac2-7688292cf97d-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b823a6c3-df3d-f1d9-1ac2-7688292cf97e-367280f8 {
  justify-self: start;
}

#w-node-aad796ac-25cc-edfd-3e9d-cdd5c59dcc4a-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aad796ac-25cc-edfd-3e9d-cdd5c59dcc4b-367280f8 {
  justify-self: start;
}

#w-node-c10e4b3a-2cbf-a020-2c42-3dc6255f8eb0-367280f8 {
  align-self: start;
}

#w-node-c10e4b3a-2cbf-a020-2c42-3dc6255f8eb3-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c10e4b3a-2cbf-a020-2c42-3dc6255f8eb4-367280f8 {
  justify-self: start;
}

#w-node-c10e4b3a-2cbf-a020-2c42-3dc6255f8eb8-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c10e4b3a-2cbf-a020-2c42-3dc6255f8eb9-367280f8 {
  justify-self: start;
}

#w-node-c10e4b3a-2cbf-a020-2c42-3dc6255f8ebd-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c10e4b3a-2cbf-a020-2c42-3dc6255f8ebe-367280f8 {
  justify-self: start;
}

#w-node-c10e4b3a-2cbf-a020-2c42-3dc6255f8ec2-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c10e4b3a-2cbf-a020-2c42-3dc6255f8ec3-367280f8 {
  justify-self: start;
}

#w-node-c10e4b3a-2cbf-a020-2c42-3dc6255f8ecc-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c10e4b3a-2cbf-a020-2c42-3dc6255f8ecd-367280f8 {
  justify-self: start;
}

#w-node-c10e4b3a-2cbf-a020-2c42-3dc6255f8ed6-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c10e4b3a-2cbf-a020-2c42-3dc6255f8ed7-367280f8 {
  justify-self: start;
}

#w-node-_6973bc0f-b674-77a2-8741-f4ba18910c40-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6973bc0f-b674-77a2-8741-f4ba18910c41-367280f8 {
  justify-self: start;
}

#w-node-d1a2b2c7-2840-ffe4-165f-37df87a39ef4-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1a2b2c7-2840-ffe4-165f-37df87a39ef5-367280f8 {
  justify-self: start;
}

#w-node-_9b9ca238-b217-7c4d-f6b4-6547f13d060f-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b9ca238-b217-7c4d-f6b4-6547f13d0610-367280f8 {
  justify-self: start;
}

#w-node-_92553b1a-588c-67a9-e50b-e4ddef21ca61-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-d1f14397-387f-e89b-35f5-1a18572a656b-367280f8, #w-node-d1f14397-387f-e89b-35f5-1a18572a656c-367280f8, #w-node-d1f14397-387f-e89b-35f5-1a18572a656f-367280f8, #w-node-d1f14397-387f-e89b-35f5-1a18572a6573-367280f8, #w-node-d1f14397-387f-e89b-35f5-1a18572a6574-367280f8, #w-node-d1f14397-387f-e89b-35f5-1a18572a6577-367280f8, #w-node-d1f14397-387f-e89b-35f5-1a18572a657b-367280f8, #w-node-d1f14397-387f-e89b-35f5-1a18572a657c-367280f8, #w-node-d1f14397-387f-e89b-35f5-1a18572a657f-367280f8, #w-node-d1f14397-387f-e89b-35f5-1a18572a6583-367280f8, #w-node-d1f14397-387f-e89b-35f5-1a18572a6584-367280f8, #w-node-d1f14397-387f-e89b-35f5-1a18572a6587-367280f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_837d426d-97f6-a2a6-d10f-a35e0dbdf583-367280f5, #w-node-e0d76e26-5f37-30af-8df0-8ffdc7559068-367280f5 {
    order: -9999;
  }

  #w-node-d2f4a6ac-e5fb-5652-2fce-22db8acde599-367280f5, #w-node-d2f4a6ac-e5fb-5652-2fce-22db8acde5a3-367280f5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_552330e0-0fe6-a8c8-68b0-b834dcf96c82-367280f5 {
    order: -9999;
  }

  #w-node-d183f758-c6b9-19f1-56ed-114e555e13d6-367280f6, #w-node-d183f758-c6b9-19f1-56ed-114e555e13df-367280f6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4096666b-9102-7708-fa06-c34c6c7b6a8b-367280f5, #w-node-a0dc73f2-a5d9-5202-ef4b-50246bda89fe-367280f5, #w-node-db54aa31-65cd-fc40-1659-e518cdb63c8a-367280f5 {
    justify-self: stretch;
  }

  #w-node-_1ec37645-ae6f-10ea-f489-c2701d1ab915-8a0721e8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f42d980c-2e42-4f08-bb8a-c20ec6dac339-8a0721e8 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1ec37645-ae6f-10ea-f489-c2701d1ab915-8a0721e8 {
    justify-self: center;
  }

  #w-node-f42d980c-2e42-4f08-bb8a-c20ec6dac339-8a0721e8 {
    order: -9999;
    align-self: center;
  }

  #w-node-_1b1343a8-3ffa-4fbc-9671-d08380b02225-8a0721e8, #w-node-_2ee3e93d-8b4a-4417-91e5-86d43b7c6c4d-8a0721e8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'BPA Font';
  src: url('../fonts/Mulish-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BPA Font';
  src: url('../fonts/Mulish-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'BPA Font';
  src: url('../fonts/Mulish-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BPA Font';
  src: url('../fonts/Mulish-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'BPA Font';
  src: url('../fonts/Mulish-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BPA Font';
  src: url('../fonts/Mulish-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}