.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #fff;
  background-color: #06103d;
  font-family: Red Hat Display, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  color: #000;
  border-color: #000;
  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: .1875rem solid #000;
  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;
}

.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%;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.hide {
  display: none;
}

.text-style-link {
  text-decoration: underline;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.page-wrapper {
  position: relative;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large._5 {
  padding-left: 5%;
  padding-right: 5%;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.page-padding {
  padding-left: 5%;
  padding-right: 5%;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.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;
}

.main-wrapper {
  height: 100px;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  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;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.text-weight-medium {
  font-weight: 500;
}

.text-size-medium {
  font-family: Red Hat Text, sans-serif;
  font-size: 1.5rem;
  line-height: 1.66;
}

.heading-medium {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.margin-top-auto {
  margin-top: auto;
}

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.icon-embed-small {
  width: 2rem;
  height: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

.rl-styleguide_callout-link-wrapper {
  width: 100%;
  background-image: linear-gradient(135deg, rgba(255, 116, 72, .15), rgba(255, 72, 72, .15) 50%, rgba(98, 72, 255, .15)), linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.styleguide_grid-colours {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.background-color-gray {
  background-color: #f4f4f4;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px rgba(0, 0, 0, .14);
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.icon-embed-medium {
  width: 3rem;
  height: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.form-checkbox-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form-checkbox-label {
  margin-bottom: 0;
}

.text-size-tiny {
  font-size: .75rem;
}

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
}

.button.is-link {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
}

.button.is-secondary.is-alternate {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-alternate {
  color: #000;
  background-color: #fff;
}

.text-weight-normal {
  font-weight: 400;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.text-style-italic {
  font-style: italic;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.form-radio-label {
  margin-bottom: 0;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px rgba(0, 0, 0, .18);
}

.text-weight-light {
  font-weight: 300;
}

.rl-styleguide_label {
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  background-color: #be4aa5;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-align-right {
  text-align: right;
}

.text-weight-bold {
  font-weight: 700;
}

.icon-height-xlarge {
  height: 6.5rem;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.form-input {
  height: auto;
  min-height: 2.75rem;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input::placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input.is-select-input {
  background-color: #fff;
  background-image: none;
}

.rl-styleguide_paste-text {
  color: rgba(0, 0, 0, .5);
  text-align: center;
  border: 1px dashed rgba(0, 0, 0, .15);
  padding: 1rem;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  align-items: center;
  justify-items: start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.icon-embed-custom1 {
  width: 1.25rem;
  height: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl-styleguide_color {
  padding-bottom: 8rem;
}

.rl-styleguide_color.is-black {
  background-color: #000;
}

.rl-styleguide_color.is-gray {
  background-color: #f4f4f4;
}

.rl-styleguide_color.is-white {
  background-color: #fff;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-color-white {
  color: #fff;
}

.background-color-white {
  background-color: #fff;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-muted {
  opacity: .6;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-align-left {
  text-align: left;
}

.icon-embed-large {
  width: 5rem;
  height: 5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.text-color-black {
  color: #000;
}

.icon-embed-xxsmall {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-height-xxsmall {
  height: 1rem;
}

.background-color-black {
  color: #000;
  background-color: #000;
}

.shadow-xsmall {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .06);
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
}

.form-radio-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100px;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  display: flex;
}

.icon-height-custom1 {
  height: 1.25rem;
}

.text-align-center {
  text-align: center;
}

.text-size-small {
  font-size: .875rem;
}

.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;
}

.form-field-wrapper {
  position: relative;
}

.icon-height-small {
  height: 2rem;
}

.icon-height-large {
  height: 5rem;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px rgba(0, 0, 0, .08), 0 8px 8px -4px rgba(0, 0, 0, .03);
}

.icon-embed-xlarge {
  width: 6.5rem;
  height: 6.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.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 a {
  text-decoration: underline;
}

.text-rich-text figcaption {
  text-align: left;
  border-left: 2px solid #000;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.icon-height-medium {
  height: 3rem;
}

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .06);
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(0, 0, 0, .03);
}

.text-size-large {
  font-size: 1.25rem;
}

.icon-height-xsmall {
  height: 1.5rem;
}

.rl-styleguide_spacing-all {
  display: none;
}

.page-wrapper-2 {
  z-index: 0;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.rl-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: #eee;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed #d3d3d3;
}

.padding-global {
  padding-left: 15%;
  padding-right: 15%;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.navbar16_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-items: stretch;
  display: grid;
}

.navbar16_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.navbar16_logo-link {
  z-index: 1;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.navbar16_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.menu-icon4_line-middle {
  width: 24px;
  height: 2px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.navbar16_menu-wrapper {
  height: 100%;
  max-width: 80rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
  position: relative;
}

.menu-icon4_wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar16_links-wrapper {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: auto;
}

.navbar16_bottom {
  width: 100%;
  min-height: 4.5rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.navbar16_menu-button {
  z-index: 1;
  padding: 0;
  position: relative;
}

.navbar16_menu-button.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.navbar16_logo {
  height: 1.5rem;
  display: block;
}

.menu-icon4 {
  width: 48px;
  height: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar16_container {
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 80rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button_component {
  height: 2.5rem;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  background-color: #2969f2;
  border-radius: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .625rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .25s ease-in-out;
  display: flex;
}

.button_component.ghost {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.button_component.ghost:hover {
  color: #0f2658;
  background-color: #ebeced;
}

.button_component.ghost:active {
  background-color: #d2d5d7;
}

.button_component.ghost:focus-visible {
  outline-offset: 0rem;
  outline: .125rem solid #2969f2;
}

.button_component.ghost[data-wf-focus-visible] {
  outline-offset: 0rem;
  outline: .125rem solid #2969f2;
}

.hero_component {
  justify-content: center;
  align-items: center;
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  display: flex;
}

.hero_wrapper {
  z-index: 2;
  width: 80%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hero_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.hero_header-spacer {
  height: 1.75rem;
  min-width: 1px;
  background-color: #2256c6;
}

.hero_header_logo {
  height: 1.75rem;
}

.hero_header_title {
  text-transform: uppercase;
}

.hero_title {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.3;
}

.hero_paragraph {
  font-size: 1.25rem;
  line-height: 1.7;
}

.button-icon_component {
  height: 2.5rem;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  background-color: #2969f2;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem .75rem .625rem 1rem;
  font-size: 1rem;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.button-icon_component.is-button-compact {
  height: 2rem;
  color: #0f2658;
  background-color: #f0f4fd;
  font-family: Red Hat Text, sans-serif;
}

.button-icon_component.is-button-compact.relative {
  z-index: 1;
  position: relative;
}

.button-icon_component.tertiary {
  height: 2rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 2px #fff;
}

.button-icon_component.primary {
  color: #fff;
  background-color: #2969f2;
  font-family: Red Hat Text, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.button-icon_component.primary:hover {
  background-color: #2256c6;
}

.button-icon_component.primary:active {
  background-color: #163984;
}

.button-icon_component.primary:focus-visible {
  outline-offset: .0625rem;
  outline: .125rem solid #2969f2;
}

.button-icon_component.primary[data-wf-focus-visible] {
  outline-offset: .0625rem;
  outline: .125rem solid #2969f2;
}

.button-icon_component.primary.is-animated:hover {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  padding-right: .5rem;
}

.button-icon_component.primary.is-animated.test {
  height: 3rem;
}

.button_text {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.button_text.mobile {
  white-space: nowrap;
}

.button-icon_container {
  font-size: 1rem;
}

.icon-12px {
  height: .75rem;
  font-family: C27, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: .75rem;
}

.hero_container {
  position: relative;
}

.divider_component {
  width: 100%;
}

.divider_component._20px {
  height: 1.25rem;
}

.divider_component._48px {
  height: 3rem;
}

.hero_background {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.hero_image_plane {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 50%;
  right: 0%;
}

.hero_background_wrapper {
  position: relative;
  top: -5rem;
}

.hero_scroll {
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero_scroll_circle {
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  border: 1px solid #d3dffb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-16px {
  height: 1rem;
  font-family: C27, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
}

.section_hero {
  height: 100vh;
  min-height: 500px;
  justify-content: center;
  align-items: center;
  padding-top: 14.5rem;
  padding-bottom: 10rem;
  display: flex;
  position: relative;
}

.home_intro_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home_intro_title {
  font-size: 2.375rem;
  font-weight: 400;
}

.home_intro_paragraph {
  color: #2969f2;
  text-align: center;
  font-size: 3.25rem;
  font-weight: 700;
}

.text-color-blue-04 {
  color: #2969f2;
}

.section_number {
  grid-column-gap: 20rem;
  grid-row-gap: 20rem;
  flex-direction: column;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.item {
  width: 100vw;
  height: auto;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: 0;
}

.item_wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.item_wrapper.left {
  align-items: flex-start;
}

.item_subtle {
  font-size: 1.5rem;
}

.item_number {
  z-index: 1;
  color: #2969f2;
  font-size: 7.5rem;
  font-weight: 700;
  position: relative;
}

.item_number.turquoise {
  color: #28a2b6;
}

.item_number.purple {
  color: #7169c9;
}

.item_paragraph {
  z-index: 1;
  text-align: center;
  font-size: 3.375rem;
  font-weight: 700;
  position: relative;
}

.item_paragraph.small {
  font-size: 2.3125rem;
}

.item_image_wrapper {
  z-index: 0;
  position: absolute;
  top: -10%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.item_image_wrapper.right {
  z-index: 0;
  top: -10%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.item_image_wrapper.plane {
  top: 0%;
}

.item_image {
  max-height: 100%;
}

.item_image.woman {
  width: 225px;
}

.item_button_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: 3rem;
  display: flex;
}

.button_text-2 {
  font-family: Red Hat Text, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.white {
  color: #fff;
  font-size: 2.625rem;
}

.text-size-42 {
  font-size: 2.625rem;
}

.home_graph_card {
  z-index: 19;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: #06103d;
  background-color: #fff;
  border-radius: 1.5rem;
  flex-direction: column;
  padding: 4rem;
  display: flex;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .16);
}

.home_graph_card.with-base {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  align-items: center;
}

.home_graph_wrapper {
  width: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.home_graph_left_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home_graph {
  width: 161px;
  color: #fff;
  justify-content: center;
  align-items: center;
}

.home_graph.left-blue {
  min-height: 315px;
  background-color: #2969f2;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.home_graph.right-bottom-blue {
  min-height: 130px;
  background-color: #2969f2;
  border-radius: 0 0 1rem 1rem;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.home_graph.right-middle-blue {
  min-height: 185px;
  background-color: #608ff4;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.home_graph.right-top-blue {
  min-height: 185px;
  background-color: #06103d;
  border-radius: 1rem 1rem 0 0;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.home_graph.right-top-blue.blue-200 {
  background-color: #163984;
}

.home_graph.text-3 {
  min-height: 130px;
  justify-content: flex-start;
  display: flex;
}

.home_graph.text-2 {
  min-height: 185px;
  justify-content: flex-start;
  display: flex;
}

.home_graph.left-turquoise {
  min-height: 323px;
  background-color: #1b6c79;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.home_graph.right-bottom-turquoise {
  min-height: 130px;
  background-color: #1b6c79;
  border-radius: 0 0 1rem 1rem;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.home_graph.right-middle-turquoise {
  min-height: 185px;
  background-color: #56d0e4;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.home_graph.right-top-turquoise {
  min-height: 185px;
  background-color: #0d363d;
  border-radius: 1rem 1rem 0 0;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.home_graph.left-purple {
  min-height: 323px;
  background-color: #4c41bb;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.home_graph.right-top-purple {
  min-height: 185px;
  background-color: #1c1844;
  border-radius: 1rem 1rem 0 0;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.home_graph.right-middle-purple {
  min-height: 185px;
  background-color: #9d97da;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.home_graph.right-bottom-purple {
  min-height: 130px;
  background-color: #4c41bb;
  border-radius: 0 0 1rem 1rem;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.home_graph_year_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home_graph_text {
  text-transform: uppercase;
  font-size: 2.25rem;
  font-weight: 900;
}

.home_graph_subtle_text {
  color: #181c1e;
  font-size: 1.75rem;
  font-weight: 700;
}

.home_graph_subtle_text.text-color-white {
  color: #fff;
}

.home_graph_year_text {
  font-family: Red Hat Text, sans-serif;
  font-size: 1.125rem;
}

.home_graph_year_text.grey {
  color: #181c1e;
}

.home_graph_title {
  max-width: 878px;
  text-align: center;
  font-size: 2.375rem;
  font-weight: 700;
}

.home_graph_right_year_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home_graph_number_text {
  color: #000;
  text-transform: uppercase;
  font-size: 2.25rem;
  font-weight: 900;
}

.home_graph_number_text.text-color-white {
  color: #fff;
}

.home_graph_subtle_text_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.empty {
  width: 0;
  height: 0;
}

.home_graph_right_grid_wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home_map_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-home {
  width: 100%;
}

.text-block-2 {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 700;
}

.menu-icon4_line-top-2 {
  width: 24px;
  height: 2px;
  background-color: #fff;
  padding-bottom: 0;
  padding-right: 0;
}

.navbar_link {
  color: #fff;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.95;
  display: flex;
  position: static;
}

.navbar_link.w--current {
  color: #fff;
}

.navbar_link.about {
  font-size: 1.875rem;
  line-height: 2.6;
}

.navbar_link.home {
  margin-bottom: 2rem;
  font-size: 1.875rem;
  line-height: 2.6;
}

.menu-icon_line-middle-base-2 {
  width: 24px;
  height: 2px;
  background-color: #fff;
  position: absolute;
}

.navbar_component {
  z-index: 50;
  width: 100%;
  min-height: 4.5rem;
  opacity: 1;
  background-color: #06103d;
  flex-direction: row;
  align-items: center;
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
  position: fixed;
  top: 0;
}

.navbar_component.green {
  background-color: #06181c;
}

.navbar_component.purple {
  background-color: #0a0817;
}

.navbar_component.home {
  position: absolute;
}

.menu-icon4_line-bottom-2 {
  width: 24px;
  height: 2px;
  background-color: #fff;
}

.menu-icon_line-middle-top-2 {
  z-index: 2;
  width: 24px;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.navbar16_menu-2 {
  height: 100vh;
  background-color: #06103d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 15%;
  padding-right: 15%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.spacer._2rem {
  height: 2rem;
}

.spacer._3rem {
  height: 3rem;
}

.spacer._6rem {
  height: 6rem;
}

.spacer._5rem {
  height: 5rem;
}

.spacer._1rem {
  height: 1rem;
}

.navbar_curls {
  max-height: 65%;
  position: absolute;
  top: 25%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.navbar_logo_title {
  color: #fff;
  font-size: 1rem;
}

.section_header47 {
  height: 100vh;
  min-height: 700px;
  justify-content: center;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
  position: relative;
}

.section_header47.half {
  height: auto;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.header47_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.header47_component.flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.hero_tagline {
  font-size: 1.5rem;
  font-weight: 500;
}

.heor_title {
  font-size: 5rem;
}

.ba_image_hero {
  position: relative;
  top: 0%;
  bottom: 0%;
  left: -15%;
  right: auto;
}

.ba_image_hero_wrapper {
  z-index: -1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.ba_image_hero_wrapper.right {
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 16.4rem;
}

.section_full_center {
  z-index: 1;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_full_center.center {
  text-align: center;
}

.section_full_center.half {
  height: auto;
}

.section_full_center.margin-top {
  padding-top: 0;
}

.section_full_center.dark-green {
  height: auto;
  background-color: #0b0d0e;
  padding-bottom: 11.25rem;
}

.section_full_center.free {
  height: auto;
}

.section_ba_heights {
  color: #06103d;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.section_ba_heights.margin-top {
  z-index: 1;
}

.oblic-4 {
  z-index: 2;
  width: 100%;
  color: #06103d;
  position: relative;
  top: -1px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.oblic-4._1 {
  top: 100px;
}

.oblic-4.test {
  display: none;
}

.title-section {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.25;
}

.title-section.aligh-right {
  text-align: right;
  line-height: 1;
}

.paragraph-section {
  flex: 1;
  font-size: 1.6875rem;
}

.paragraph-section.underline {
  flex: 0 auto;
  text-decoration: underline;
}

.paragraph-section.underline.test {
  max-width: 275px;
}

.paragraph-section.underline.test._2 {
  max-width: 397px;
}

.paragraph-section.underline.test2 {
  max-width: 342px;
}

.paragraph-section.underline.test3 {
  max-width: 292px;
}

.paragraph-section.column {
  column-count: 2;
  column-rule-style: none;
  column-rule-width: 0px;
  column-gap: 2rem;
}

.full-screen-wrapper {
  display: flex;
}

.full-screen-wrapper.vertical {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  flex-direction: column;
}

.full-screen-wrapper.vertical._48px {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.full-screen-wrapper.grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.raise-card {
  color: #181c1e;
  background-color: #fff;
  border-radius: 1.5rem;
  padding: 2rem 3.75rem;
  display: flex;
  box-shadow: 2px 0 1rem rgba(0, 0, 0, .16);
}

.raise-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.height-card-fleet-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.raise-number {
  font-size: 5rem;
  font-weight: 700;
}

.raise-title {
  font-family: Red Hat Text, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.raise-paragraph {
  font-family: Red Hat Text, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.height-divider {
  width: 100%;
  min-height: 2px;
  background-color: #d3dffb;
}

.height-card-business {
  position: relative;
}

.oblic-2 {
  z-index: 1;
  color: #06103d;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.space-between {
  justify-content: space-between;
  display: flex;
}

.raise-subtitle {
  font-family: Red Hat Text, sans-serif;
  font-size: 1.5rem;
}

.raise-year {
  font-family: Red Hat Text, sans-serif;
}

.oblic-3 {
  z-index: 1;
  color: #06103d;
  position: absolute;
  top: auto;
  bottom: -7px;
  left: 0%;
  right: 0%;
}

.oblic-3._1 {
  bottom: -107px;
}

.div-block-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  display: flex;
}

.supply-grid {
  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;
}

.supply-grid.tablet {
  display: none;
}

.supply-item {
  grid-column-gap: 0rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 80px 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: start;
  justify-items: start;
  display: grid;
}

.number-section {
  width: 80px;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.25;
}

.footer-title {
  margin-bottom: 2.75rem;
  font-size: 5rem;
  font-weight: 700;
}

.section-footer {
  position: relative;
}

.section-footer.white {
  color: #06103d;
  background-color: #fff;
}

.footer-obliq {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.footer-obliq.static {
  width: 100%;
  background-image: linear-gradient(#fff 50%, #06103d 50%);
  position: static;
}

.div-block-6 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.full-center-title {
  color: #2969f2;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
}

.full-center-title.center {
  text-align: center;
}

.full-center-title.center.turquoise {
  color: #28a2b6;
  line-height: 1;
}

.full-center-title.center.purple {
  color: #7169c9;
  line-height: 1;
}

.commercial-text {
  text-align: center;
  font-size: 3.625rem;
  font-weight: 700;
}

.big-blue {
  color: #2969f2;
  font-size: 4.9375rem;
}

.commercial-grid {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.commercial-paragraph {
  font-family: Red Hat Text, sans-serif;
  font-size: 1.6875rem;
}

.arrow-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.arrow-queue {
  width: 2px;
  height: 78px;
  border: 2px dashed #2969f2;
  border-top-style: dotted;
}

.arrow-head-down {
  width: 0;
  height: 0;
  border-top: 20px solid #2969f2;
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
}

.text-arrow-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.card-bottom-wrapper {
  z-index: 20;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  padding: 1.9rem;
  display: flex;
  position: relative;
}

.card-bottom-wrapper.blue {
  background-color: #2969f2;
}

.card-bottom-wrapper.turquoise {
  background-color: #28a2b6;
}

.card-bottom-wrapper.purple {
  background-color: #3e3599;
}

.card-bottom-button-text {
  font-family: Red Hat Text, sans-serif;
  font-weight: 600;
}

.classic {
  color: #000;
  font-size: 3.5rem;
}

.pilot-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.pilot-opportunities {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.pilot-opportunities-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: flex-end;
  display: flex;
}

.pilot-opportunities-number {
  color: #2969f2;
  flex: 1;
  font-size: 9.375rem;
  font-weight: 700;
  line-height: 1;
}

.pilot-opportunities-number.medium {
  text-align: right;
  font-size: 6.25rem;
}

.pilot-opportunities-number.big {
  text-align: right;
}

.pilot-opportunities-text {
  min-width: 383px;
  flex: 1;
  font-size: 2rem;
  font-weight: 500;
}

.pilot-opportunities_title_wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pilot-opportunities-blue {
  color: #2969f2;
  font-size: 5rem;
  font-weight: 700;
}

.pilot-opportunities-white {
  font-size: 3.625rem;
  font-weight: 700;
}

.pilot-skies_wrapper {
  grid-column-gap: 3.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pilot-women_wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: space-between;
  display: flex;
}

.pilot-women_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pilot-women_text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 60px;
}

.pilot-women_blue-01 {
  color: #2969f2;
  font-size: 3.125rem;
}

.source-text {
  font-size: .875rem;
}

.pilot-women_text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.pilot {
  min-height: 6.25rem;
  min-width: 5.25rem;
  background-image: url('../images/pilot-white.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.pilot.women {
  background-image: url('../images/pilot-blue.webp');
}

.body-turquoise {
  background-color: #06181c;
}

.pilot-opportunities-turquoise {
  color: #31c6de;
  font-size: 5rem;
  font-weight: 700;
}

.pilot-opportunities-number-turquoise {
  color: #31c6de;
  text-align: right;
  flex: 1;
  font-size: 9.375rem;
  font-weight: 700;
  line-height: 1;
}

.pilot-opportunities-number-turquoise.medium {
  text-align: right;
  font-size: 6.25rem;
}

.pilot-women_turqoise {
  color: #28a2b6;
  font-size: 3.125rem;
}

.maintenance {
  min-height: 6.25rem;
  min-width: 5.25rem;
  background-image: url('../images/maintenance.webp');
  background-position: 50%;
  background-size: cover;
}

.maintenance.women {
  background-image: url('../images/mainenance-woman.webp');
}

.body-purple {
  background-color: #0a0817;
}

.pilot-opportunities-purple {
  color: #7169c9;
  font-size: 5rem;
  font-weight: 700;
}

.pilot-opportunities-number-puple {
  color: #7169c9;
  text-align: right;
  flex: 1;
  font-size: 9.375rem;
  font-weight: 700;
  line-height: 1;
}

.report-button_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #2969f2;
  align-items: center;
  display: flex;
}

.report-button_text {
  font-size: 5rem;
  font-weight: 700;
}

.icon-report {
  height: 5.625rem;
  font-family: C27, sans-serif;
  font-size: 5.625rem;
  font-weight: 400;
  line-height: 5.625rem;
}

.footer2_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer2_bottom-wrapper {
  opacity: .8;
  justify-content: space-between;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  font-family: Red Hat Text, sans-serif;
  display: flex;
}

.footer2_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Red Hat Text, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.footer2_link:hover {
  text-decoration: underline;
}

.footer2_left-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
  padding-left: 5%;
  padding-right: 5%;
}

.footer2_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.line-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .8);
}

.footer2_credit-text {
  font-size: .875rem;
}

.footer {
  border-top: .5px solid rgba(255, 255, 255, .8);
}

.footer_link_header {
  height: 4rem;
  text-transform: uppercase;
  align-items: center;
  font-weight: 300;
  display: flex;
}

.footer_logo_wrapper {
  width: 200px;
  height: 4rem;
  background-image: url('../images/cae-blue-webclip-256x256.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.sticky-navbar {
  z-index: 4;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section_glance {
  padding-top: 11rem;
  padding-bottom: 7rem;
}

.image-4 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -38.4rem;
  right: auto;
}

.image-5 {
  position: absolute;
  top: auto;
  bottom: -14.2rem;
  left: auto;
  right: -9.5rem;
  transform: rotate(100deg);
}

.section-card {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  flex-direction: column;
  display: flex;
  position: relative;
}

.language-wrapper {
  display: flex;
}

.language-option {
  font-size: 1.125rem;
  font-weight: 700;
}

.language-option.active {
  color: #2969f2;
}

.footer-link {
  transition: all .3s ease-in-out;
}

.footer-link:hover {
  text-decoration: underline;
}

.fullscreen_navbar {
  z-index: 100;
  opacity: 1;
  background-color: #06103d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 15%;
  padding-right: 15%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fullscreen_navbar.green {
  background-color: #06181c;
}

.fullscreen_navbar.purple {
  background-color: #0a0817;
}

.menu_wrapper {
  width: 100%;
  height: 100%;
  max-width: 80rem;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.menu-top_wrapper {
  height: 4.5rem;
  min-height: 4.5rem;
  justify-content: space-between;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu-top_wrapper.content {
  width: 100%;
  position: static;
}

.menu-top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.icon-32px {
  font-family: C27, sans-serif;
  font-size: 2rem;
}

.menu-content_wrapper {
  align-items: flex-start;
  display: flex;
  overflow: auto;
}

.navbar-menu {
  font-family: Red Hat Text, sans-serif;
  font-weight: 500;
}

.break-section {
  justify-content: center;
  display: flex;
}

.break-text {
  font-size: 1.5rem;
  font-weight: 700;
}

.image-7 {
  z-index: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: -21.3rem;
}

.image-8 {
  z-index: 0;
  width: 44.4rem;
  position: absolute;
  top: auto;
  bottom: -15.5rem;
  left: -4.9rem;
  right: auto;
}

.footer-subtitle {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 3;
}

.image-card {
  z-index: 2;
  width: 80%;
  height: 35rem;
  max-width: 839.63px;
  border-radius: 0 0 .5rem .5rem;
  flex-direction: column;
  display: flex;
  position: static;
  overflow: hidden;
}

.div-block-8 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  display: flex;
}

.image-card_bottom {
  background-color: #fff;
}

.image-card_source {
  color: #000;
  padding-top: .75rem;
  padding-bottom: .75rem;
  padding-left: 1rem;
  font-family: Red Hat Text, sans-serif;
  font-size: .875rem;
  font-weight: 500;
}

.link {
  color: #2969f2;
  text-decoration: underline;
}

.image-card_background {
  background-image: url('../images/commercial-image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex: 1;
}

.image-card_background._2 {
  background-image: url('../images/AdobeStock_427496623.webp');
  background-size: auto;
}

.image-top-left {
  position: absolute;
  top: -40.4rem;
  bottom: auto;
  left: -49.9rem;
  right: auto;
}

.image-top-left._1 {
  top: -7.1rem;
  left: -9rem;
}

.image-bottom-right {
  position: absolute;
  top: auto;
  bottom: -38.6rem;
  left: auto;
  right: -43.4rem;
}

.testi-wrapper {
  width: 100%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  flex: 0 auto;
  display: flex;
}

.testi-image {
  width: 9rem;
  height: 9rem;
  max-width: none;
  border-radius: 100px;
  margin-bottom: 1.5rem;
}

.testi-image-wrapper {
  flex-direction: column;
  display: flex;
}

.testi-name {
  color: #2969f2;
  font-size: 1.5rem;
  font-weight: 600;
}

.testi-job {
  font-family: Red Hat Text, sans-serif;
  font-size: 1.125rem;
}

.testi-title {
  font-size: 2.5rem;
  font-weight: 600;
}

.testi-paragraph {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  font-family: Red Hat Text, sans-serif;
  font-size: 1.375rem;
  display: flex;
}

.testi-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.supply-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #2969f2;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.supply-link-wrapper {
  width: 100%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.supply-link-wrapper._1 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.testimonial7_component {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 4rem;
}

.testimonial7_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.testimonial7_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial7_mask, .testimonial7_slide {
  width: 100%;
}

.testimonial7_arrow {
  width: 3.5rem;
  height: 3.5rem;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial7_arrow.hide-mobile-landscape {
  display: none;
}

.image-home-mobile {
  width: 100%;
  display: none;
}

.home-mobile {
  display: none;
}

.home_graph_wrappe-mobile {
  width: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: flex-end;
  display: none;
}

.color-map {
  width: 2rem;
  height: 2rem;
}

.color-map.blue {
  background-color: #2969f2;
}

.color-map.green {
  background-color: #28a2b6;
}

.map-legend {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -6.8rem;
  right: auto;
}

.legend {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.legend-text {
  font-size: .875rem;
  font-weight: 700;
}

.image-wrapper {
  position: relative;
}

.talent-background-image {
  width: 200%;
  position: absolute;
  top: 7rem;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.supply-grid_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.modal1_component {
  z-index: 99;
  width: 100vw;
  height: 100vh;
  color: #000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal1_content-wrapper {
  width: 100%;
  height: auto;
  max-height: 80vh;
  max-width: 48rem;
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  display: flex;
}

.modal1_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.show-mobile-landscape {
  display: none;
}

.modal1_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%;
}

.social-text {
  color: #2969f2;
}

.share-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-22 {
  flex-direction: column;
  display: flex;
}

@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;
  }

  .main-wrapper {
    height: auto;
  }

  .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-medium {
    font-size: 1.75rem;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .padding-global {
    padding-left: 12%;
    padding-right: 12%;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .menu-icon4_line-middle {
    width: 24px;
    height: 2px;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .menu-icon4_wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .navbar16_links-wrapper {
    flex: 0 auto;
  }

  .navbar16_bottom {
    padding-top: 1rem;
    padding-bottom: 8rem;
  }

  .navbar16_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

  .navbar16_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-icon4 {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .navbar16_container {
    grid-auto-columns: 1fr;
  }

  .button-icon_component.is-button-compact.relative {
    display: none;
  }

  .button_text.mobile {
    display: flex;
  }

  .hero_background_wrapper {
    top: 0;
    left: 4rem;
  }

  .hero_scroll {
    display: none;
  }

  .home_intro_title {
    font-size: 2rem;
  }

  .home_intro_paragraph {
    font-size: 2.5rem;
  }

  .section_number {
    flex-direction: column;
  }

  .item_paragraph {
    font-size: 2.5rem;
  }

  .home_graph_wrapper {
    width: 100%;
  }

  .home_graph {
    width: 100px;
  }

  .home_graph.text-2 {
    width: 100%;
  }

  .home_graph_year_wrapper {
    max-width: 100px;
  }

  .home_graph_text {
    font-size: 1.75rem;
  }

  .home_graph_subtle_text, .home_graph_subtle_text.text-color-white {
    font-size: 1.25rem;
  }

  .home_graph_title {
    max-width: none;
    font-size: 1.75rem;
  }

  .home_graph_number_text {
    font-size: 1.25rem;
  }

  .home_graph_number_text.text-color-white {
    font-size: 1.75rem;
  }

  .home_graph_subtle_text_wrapper {
    max-width: 100px;
  }

  .image-home {
    width: 80%;
  }

  .menu-icon4_line-top-2 {
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_link {
    position: static;
  }

  .menu-icon_line-middle-base-2 {
    width: 24px;
    height: 2px;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

  .menu-icon4_line-bottom-2 {
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-top-2 {
    z-index: 2;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .navbar16_menu-2 {
    flex-direction: column;
    justify-content: center;
    position: absolute;
  }

  .navbar_curls {
    max-height: 50%;
  }

  .navbar_logo_title {
    display: none;
  }

  .header47_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section_full_center.margin-top {
    margin-top: 0;
  }

  .section_ba_heights.margin-top {
    top: 0;
  }

  .oblic-4.test {
    height: auto;
    padding-top: 45px;
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .title-section {
    font-size: 3rem;
  }

  .paragraph-section {
    font-size: 1.25rem;
  }

  .paragraph-section.underline.test {
    max-width: none;
  }

  .paragraph-section.underline.test2 {
    max-width: none;
    white-space: normal;
  }

  .full-screen-wrapper.vertical {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .full-screen-wrapper.grid {
    grid-column-gap: 2rem;
  }

  .raise-card {
    min-width: 550px;
  }

  .height-card-fleet-wrapper {
    flex-direction: column;
  }

  .raise-title {
    text-align: center;
  }

  .supply-grid {
    grid-template-columns: 1fr;
  }

  .supply-grid.desktop {
    display: none;
  }

  .supply-grid.tablet {
    display: grid;
  }

  .number-section {
    font-size: 3.5rem;
  }

  .footer-obliq.static {
    width: 100%;
    background-image: linear-gradient(#fff 50%, #06103d 50%);
    position: static;
  }

  .commercial-grid {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .pilot-opportunities-number.medium {
    font-size: 4rem;
  }

  .pilot-opportunities-number.big {
    font-size: 6rem;
  }

  .pilot-skies_wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-direction: column;
    display: flex;
  }

  .pilot-women_wrapper {
    flex-direction: column;
  }

  .maintenance {
    background-repeat: no-repeat;
    background-size: auto;
  }

  .footer2_bottom-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
  }

  .footer2_left-wrapper {
    grid-row-gap: 1.75rem;
    grid-template-columns: 1fr 1fr;
  }

  .image-4 {
    top: -12%;
  }

  .icon-32px {
    font-size: 1.5rem;
  }

  .testi-wrapper {
    flex-direction: column;
  }

  .home_graph_wrappe-mobile {
    width: 100%;
  }

  .map-legend {
    left: -2rem;
  }

  .legend-text {
    font-size: .75rem;
  }

  .image-wrapper {
    justify-content: flex-end;
    display: flex;
  }

  .modal1_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;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .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-size-medium {
    font-size: 1rem;
  }

  .heading-medium {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-global.mobile {
    flex: 1;
    padding: 0% 2%;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .navbar16_menu-wrapper {
    padding-top: 4rem;
  }

  .navbar16_links-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar16_bottom {
    height: 4rem;
  }

  .hero_title {
    font-size: 2rem;
  }

  .hero_paragraph {
    font-size: 1rem;
  }

  .section_number {
    grid-column-gap: 20rem;
    grid-row-gap: 20rem;
  }

  .item_number {
    font-size: 5rem;
  }

  .item_paragraph {
    font-size: 2rem;
  }

  .home_graph_card.with-base {
    width: 100%;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 2rem;
  }

  .home_graph_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    display: none;
  }

  .home_graph_wrapper.desktop {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    align-items: flex-start;
    display: none;
  }

  .home_graph_left_wrapper {
    width: 100%;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .home_graph.left-blue {
    width: 100%;
    min-height: auto;
    border-radius: .5rem;
  }

  .home_graph.right-bottom-blue {
    min-height: auto;
    border-radius: 0;
    flex: 1;
  }

  .home_graph.right-middle-blue {
    width: 25%;
    min-height: auto;
  }

  .home_graph.right-top-blue {
    width: 40%;
    min-height: auto;
    border-radius: 0;
  }

  .home_graph_year_wrapper {
    width: 75%;
    height: 3rem;
    max-width: none;
  }

  .home_graph_text, .home_graph_title {
    font-size: 1.5rem;
  }

  .home_graph_right_wrapper {
    width: 100%;
  }

  .home_graph_right_year_wrapper {
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
    display: flex;
  }

  .home_graph_subtle_text_wrapper {
    height: 3rem;
    max-width: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row-reverse;
    display: flex;
    overflow: visible;
  }

  .home_graph_subtle_text_wrapper.overflow {
    border-radius: .5rem;
    overflow: hidden;
  }

  .image-home {
    display: none;
  }

  .text-block-2 {
    font-size: 1.75rem;
  }

  .navbar_link {
    font-size: 2rem;
  }

  .navbar_link.about {
    font-size: 1.5rem;
  }

  .navbar_component {
    min-height: 4rem;
  }

  .spacer._5rem {
    height: 0;
  }

  .spacer._5rem.fixed {
    height: 5rem;
  }

  .header47_component {
    grid-template-columns: 1fr;
  }

  .hero_tagline {
    font-size: 1rem;
  }

  .heor_title {
    font-size: 2rem;
  }

  .section_full_center.dark-green {
    padding-bottom: 7.05rem;
  }

  .title-section {
    font-size: 3.125rem;
  }

  .paragraph-section {
    width: 100%;
  }

  .paragraph-section.underline {
    width: auto;
  }

  .paragraph-section.underline.test2 {
    max-width: 421px;
    white-space: normal;
  }

  .full-screen-wrapper.grid {
    grid-template-columns: 1fr;
  }

  .raise-card {
    min-width: auto;
  }

  .height-card-fleet-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .raise-number {
    font-size: 3rem;
  }

  .raise-title {
    font-size: 1.25rem;
  }

  .raise-paragraph, .raise-subtitle {
    font-size: 1rem;
  }

  .div-block-2 {
    flex-direction: column;
  }

  .supply-grid {
    grid-template-columns: 1fr;
  }

  .div-block-6 {
    flex-direction: column;
  }

  .commercial-text {
    font-size: 2rem;
    line-height: 1.5;
  }

  .big-blue {
    font-size: 3rem;
  }

  .section-commercial {
    overflow: hidden;
  }

  .commercial-paragraph {
    font-size: 1.125rem;
  }

  .pilot-opportunities-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    align-items: center;
  }

  .pilot-opportunities-number.medium {
    font-size: 3.25rem;
  }

  .pilot-opportunities-number.big {
    font-size: 4rem;
  }

  .pilot-opportunities-text {
    text-align: center;
    font-size: 1.125rem;
  }

  .pilot-opportunities-blue {
    font-size: 2.5rem;
  }

  .pilot-opportunities-white {
    font-size: 2.25rem;
  }

  .pilot-skies_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .pilot-women_grid {
    grid-column-gap: 0rem;
  }

  .pilot-women_text {
    font-size: 1.875rem;
    line-height: 1.5;
  }

  .pilot-women_blue-01 {
    font-size: 1.875rem;
  }

  .pilot {
    min-height: 2.8125rem;
    min-width: auto;
  }

  .pilot-opportunities-number-puple.medium {
    font-size: 6rem;
  }

  .report-button_text {
    font-size: 3rem;
  }

  .footer2_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .footer2_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer2_left-wrapper {
    grid-column-gap: 1.5rem;
  }

  .card {
    height: auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .raise-source {
    font-size: .75rem;
  }

  .break-section {
    padding-top: 4rem;
  }

  .image-card {
    width: 80%;
    height: 18.75rem;
  }

  .image-card_background._2 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .testi-wrapper {
    flex-direction: column;
  }

  .testi-image {
    width: 9rem;
    height: 9rem;
    margin-bottom: 0;
  }

  .testi-image-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    border-right-style: none;
    align-items: flex-start;
    padding-right: 0;
    display: flex;
  }

  .testi-name {
    font-size: 1.25rem;
  }

  .testi-job {
    font-size: .75rem;
  }

  .testi-title {
    font-size: 1.375rem;
  }

  .testi-paragraph {
    font-size: 1.125rem;
  }

  .supply-link-wrapper {
    width: 100%;
  }

  .testimonial7_component {
    padding-bottom: 3rem;
  }

  .testimonial7_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .image-home-mobile {
    display: block;
  }

  .home-mobile {
    width: 100%;
    flex-direction: column;
    display: flex;
  }

  .home-mobule-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border: 1px solid #fff;
    border-radius: .75rem;
    flex-direction: column;
    padding: 1.5rem;
    display: flex;
  }

  .home-mobile-item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    align-items: center;
    display: flex;
  }

  .home-mobile-graph {
    height: 2rem;
    background-color: #2969f2;
    align-items: center;
    display: flex;
  }

  .home-mobile-graph._40 {
    width: 40%;
    padding-left: .5rem;
  }

  .home-mobile-graph._20 {
    width: 20%;
    padding-left: .5rem;
  }

  .home-mobile-graph._25 {
    width: 25%;
    padding-left: .5rem;
  }

  .home-mobile-graph._23 {
    width: 23%;
    padding-left: .5rem;
  }

  .home-mobile-graph._50 {
    width: 50%;
    padding-left: .5rem;
  }

  .home-mobile-graph._15 {
    width: 15%;
    padding-left: .5rem;
  }

  .home-mobile-graph-text {
    width: 6.25rem;
    font-size: .75rem;
    font-weight: 700;
  }

  .home_graph_wrappe-mobile {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-weight: 700;
    display: flex;
  }

  .active-wrapper {
    width: 50%;
  }

  .active-wrapper._75 {
    width: 75%;
  }

  .year-wrapper {
    justify-content: space-between;
    display: flex;
  }

  .year-wrapper.active {
    width: 100%;
    align-items: center;
  }

  .active-graph {
    width: 100%;
    height: 3rem;
    background-color: #2969f2;
    border-radius: .75rem;
  }

  .active-graph.green {
    background-color: #1b6c79;
  }

  .active-graph.purple {
    background-color: #4c41bb;
  }

  .graph-text {
    text-align: center;
    white-space: nowrap;
    font-size: .875rem;
  }

  .graph-text._16px {
    font-size: 1rem;
  }

  .graph-text.left {
    text-align: right;
  }

  .future-wrapper {
    width: 100%;
    display: flex;
  }

  .remain-active-wrapper {
    height: 2.8125rem;
    background-color: #2969f2;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 900;
    display: flex;
  }

  .remain-active-wrapper._2 {
    background-color: #608ff4;
  }

  .remain-active-wrapper._3 {
    background-color: #163984;
    border-top-right-radius: .75rem;
    border-bottom-right-radius: .75rem;
  }

  .remain-active-wrapper._1, .remain-active-wrapper._1-green {
    border-top-left-radius: .75rem;
    border-bottom-left-radius: .75rem;
  }

  .remain-active-wrapper._1-green.white {
    background-color: #1b6c79;
  }

  .remain-active-wrapper._2-green {
    background-color: #608ff4;
  }

  .remain-active-wrapper._2-green.white {
    background-color: #31c6de;
  }

  .remain-active-wrapper._3-green {
    background-color: #163984;
    border-top-right-radius: .75rem;
    border-bottom-right-radius: .75rem;
  }

  .remain-active-wrapper._3-green.white {
    background-color: #0d363d;
  }

  .remain-active-wrapper._1-purple {
    background-color: #4c41bb;
    border-top-left-radius: .75rem;
    border-bottom-left-radius: .75rem;
  }

  .remain-active-wrapper._2-purple {
    background-color: #9d97da;
  }

  .remain-active-wrapper._3-purple {
    background-color: #1c1844;
    border-top-right-radius: .75rem;
    border-bottom-right-radius: .75rem;
  }

  .futur-block {
    flex: 1;
  }

  .futur-block._30 {
    width: 30%;
    flex: 0 auto;
  }

  .futur-block._45 {
    width: 45%;
    flex: 0 auto;
  }

  .futur-block._20 {
    width: 20%;
    flex: 0 auto;
  }

  .color-map.blue, .color-map.green {
    min-width: 2rem;
  }

  .image-wrapper {
    display: none;
  }

  .talent-background-image {
    top: 66.1rem;
  }

  .active-number {
    font-size: 1.5rem;
    font-weight: 900;
  }

  .active-year {
    font-size: .875rem;
    font-weight: 400;
  }

  .future {
    width: 100%;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    display: flex;
  }

  .modal1_component {
    align-items: flex-start;
    display: none;
  }

  .modal1_content-wrapper {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .show-mobile-landscape {
    display: block;
  }

  .div-block-23 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  .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;
  }

  .padding-global {
    display: flex;
  }

  .padding-global.mobile {
    padding-left: 5%;
    padding-right: 5%;
  }

  .button-icon_component.is-button-compact {
    height: auto;
  }

  .button-icon_component.is-button-compact.mobile {
    padding-left: .75rem;
  }

  .button_text.mobile {
    display: none;
  }

  .hero_background {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .hero_background_wrapper {
    position: relative;
    top: -10.2rem;
    left: auto;
  }

  .section_hero {
    height: auto;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .home_intro_paragraph {
    font-size: 1.5rem;
  }

  .section_number {
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
  }

  .item, .item.plane {
    height: auto;
  }

  .item_wrapper {
    flex-direction: column;
  }

  .item_subtle {
    text-align: center;
  }

  .item_number {
    font-size: 3rem;
  }

  .item_image_wrapper, .item_image_wrapper.right {
    position: static;
  }

  .item_image {
    height: 144px;
  }

  .item_image.woman {
    width: 84px;
  }

  .item_button_wrapper {
    flex-direction: column;
  }

  .white, .text-size-42 {
    font-size: 1.75rem;
  }

  .home_graph_card.with-base {
    padding: 1rem;
  }

  .home_graph_title {
    font-size: 1rem;
  }

  .navbar_link {
    font-size: 1.5rem;
  }

  .navbar_link.about {
    font-size: 1rem;
    line-height: 1.25;
  }

  .navbar_component {
    padding-left: 5%;
    padding-right: 5%;
  }

  .spacer._2rem, .spacer._3rem {
    height: 1rem;
  }

  .spacer._5rem {
    height: 3rem;
  }

  .navbar_curls {
    top: 25%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .navbar_logo_title {
    font-size: .75rem;
    display: none;
  }

  .section_header47 {
    height: auto;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .section_header47.half {
    height: auto;
    padding-top: 4rem;
  }

  .header47_component {
    grid-template-columns: 1fr;
  }

  .ba_image_hero_wrapper {
    display: block;
  }

  .section_full_center, .section_full_center.half {
    height: auto;
  }

  .section_full_center.dark-green {
    height: auto;
    display: block;
  }

  .oblic-4._1 {
    height: auto;
    display: none;
  }

  .title-section {
    font-size: 2rem;
  }

  .title-section.aligh-right.left {
    text-align: left;
  }

  .paragraph-section {
    font-size: 1rem;
  }

  .paragraph-section.column {
    column-count: auto;
  }

  .full-screen-wrapper.grid {
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .raise-card {
    padding: 1.2rem 1.25rem;
  }

  .raise-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .height-card-fleet-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
  }

  .raise-number {
    font-size: 2rem;
  }

  .raise-title {
    text-align: center;
    font-size: 1rem;
  }

  .supply-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .supply-item {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .footer-title, .full-center-title, .full-center-title.center.turquoise {
    font-size: 3rem;
  }

  .full-center-title.center.purple {
    font-size: 2rem;
  }

  .commercial-paragraph {
    font-size: 1rem;
  }

  .arrow-queue {
    height: 3rem;
  }

  .card-bottom-wrapper.turquoise {
    padding: 1rem;
  }

  .card-bottom-button-text {
    font-size: .775rem;
  }

  .classic {
    font-size: 2rem;
  }

  .pilot-opportunities-number.big {
    text-align: center;
    font-size: 3.5rem;
  }

  .pilot-opportunities-text {
    min-width: auto;
  }

  .pilot-opportunities-turquoise {
    font-size: 3rem;
  }

  .pilot-opportunities-number-turquoise {
    font-size: 5rem;
  }

  .pilot-opportunities-number-turquoise.medium {
    font-size: 4rem;
  }

  .pilot-opportunities-purple {
    font-size: 3rem;
  }

  .pilot-opportunities-number-puple {
    font-size: 5rem;
  }

  .pilot-opportunities-number-puple.medium {
    text-align: center;
    white-space: nowrap;
    font-size: 4rem;
  }

  .report-button_text {
    font-size: 2rem;
  }

  .footer2_left-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .footer_link_header {
    height: auto;
  }

  .section-card {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .fullscreen_navbar {
    padding-left: 5%;
    padding-right: 5%;
    overflow: auto;
  }

  .menu_wrapper {
    flex-direction: column;
  }

  .menu-top_wrapper {
    width: 100%;
    position: static;
  }

  .icon-32px {
    font-size: 1rem;
  }

  .menu-content_wrapper {
    height: auto;
  }

  .break-section {
    justify-content: center;
    padding-bottom: 4rem;
  }

  .testimonial7_component {
    width: auto;
  }

  .home-mobile {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .home-mobule-wrapper {
    min-width: 400px;
  }

  .home-mobile-item {
    flex-wrap: wrap;
  }

  .home-mobile-graph._45 {
    width: 45%;
    padding-left: .5rem;
  }

  .home-mobile-graph-text.graph {
    width: auto;
  }

  .active-wrapper._75 {
    width: 75%;
  }

  .graph-text {
    text-align: left;
    font-size: .6rem;
  }

  .graph-text.left {
    text-align: right;
  }

  .graph-text.align-center {
    text-align: center;
  }

  .remain-active-wrapper._2, .remain-active-wrapper._2.white, .remain-active-wrapper._3, .remain-active-wrapper._3.white, .remain-active-wrapper._1, .remain-active-wrapper._1.white, .remain-active-wrapper._1-green.white, .remain-active-wrapper._2-green.white, .remain-active-wrapper._3-green.white {
    font-size: 1rem;
  }

  .remain-active-wrapper._1-purple {
    color: #fff;
    background-color: #4c41bb;
  }

  .remain-active-wrapper._1-purple.white {
    font-size: 1rem;
  }

  .remain-active-wrapper._2-purple {
    color: #fff;
    background-color: #9d97da;
  }

  .remain-active-wrapper._2-purple.white {
    font-size: 1rem;
  }

  .remain-active-wrapper._3-purple {
    color: #fff;
    background-color: #1c1844;
  }

  .remain-active-wrapper._3-purple.white {
    font-size: 1rem;
  }

  .futur-block._45 {
    width: 35%;
  }

  .futur-block._20 {
    width: 30%;
  }

  .active-number {
    font-size: 1rem;
  }

  .modal1_component {
    display: none;
  }

  .div-block-21 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    display: flex;
  }

  .bold-text, .text-block-3 {
    font-size: 1rem;
  }

  .text-block-4 {
    font-size: .75rem;
  }
}

#w-node-_35ed8516-f493-bf29-543d-7e1d4a99a1be-a0082491 {
  justify-self: end;
}

#w-node-_35ed8516-f493-bf29-543d-7e1d4a99a1c4-a0082491 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35ed8516-f493-bf29-543d-7e1d4a99a1c5-a0082491 {
  align-self: center;
  justify-self: center;
}

#w-node-_35ed8516-f493-bf29-543d-7e1d4a99a1cd-a0082491, #w-node-_35ed8516-f493-bf29-543d-7e1d4a99a1e1-a0082491, #w-node-_1908adf3-d4f8-0bbf-7239-269ffa59b883-eb66f473 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-960824a8 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86367-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc86386-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86393-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863a4-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863b0-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-960824a8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-960824a8, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-960824a8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369536-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369537-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-960824a8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-960824a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-960824a8 {
  justify-self: start;
}

#w-node-_4257c13b-d063-2ad5-c96a-58bd910a96e0-e6812198 {
  align-self: center;
}

#w-node-_3f2dda06-c66a-e6d1-7f52-278952f35b4f-e6812198, #w-node-_3cb15928-53b5-f958-6ec9-ff0721765038-e6812198 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_045fb32d-453f-a7e9-2ae9-2c4179d18452-e6812198 {
  justify-self: end;
}

#w-node-_045fb32d-453f-a7e9-2ae9-2c4179d18458-e6812198 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_045fb32d-453f-a7e9-2ae9-2c4179d18459-e6812198 {
  align-self: center;
  justify-self: center;
}

#w-node-_045fb32d-453f-a7e9-2ae9-2c4179d18461-e6812198, #w-node-_045fb32d-453f-a7e9-2ae9-2c4179d18475-e6812198 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_045fb32d-453f-a7e9-2ae9-2c4179d18487-e6812198 {
  justify-self: end;
}

#w-node-_045fb32d-453f-a7e9-2ae9-2c4179d1848d-e6812198 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_045fb32d-453f-a7e9-2ae9-2c4179d1848e-e6812198 {
  align-self: center;
  justify-self: center;
}

#w-node-_045fb32d-453f-a7e9-2ae9-2c4179d18496-e6812198, #w-node-_045fb32d-453f-a7e9-2ae9-2c4179d184aa-e6812198, #w-node-_65a10f98-8633-55f3-8f51-ceb8bfea8220-e6812198, #w-node-efe824c5-5350-93bf-e19e-cfe24ec110ba-e6812198, #w-node-_184e16ce-f157-5b20-fa3e-c06c26573efc-e6812198, #w-node-a0c5dff2-bfcd-14f8-622d-f53c87fda7b8-e6812198, #w-node-a0c5dff2-bfcd-14f8-622d-f53c87fda7b9-e6812198, #w-node-c547a964-8aa5-65dd-0fc1-f2120bec34ee-e6812198, #w-node-_1b2e4fd0-5ddb-78fa-4dfe-29f9adc78dac-e6812198 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4257c13b-d063-2ad5-c96a-58bd910a96e0-15b347fa {
  align-self: center;
}

#w-node-e5e2f41d-e04c-b938-5e6d-3f413b184cdc-15b347fa, #w-node-_08cd10f7-dc66-bbc2-1e71-85e5e08c60dc-15b347fa {
  justify-self: end;
}

#w-node-_08cd10f7-dc66-bbc2-1e71-85e5e08c60e2-15b347fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08cd10f7-dc66-bbc2-1e71-85e5e08c60e3-15b347fa {
  align-self: center;
  justify-self: center;
}

#w-node-_08cd10f7-dc66-bbc2-1e71-85e5e08c60eb-15b347fa, #w-node-_08cd10f7-dc66-bbc2-1e71-85e5e08c60ff-15b347fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7986d2e8-edc9-dd96-022e-a06612fe3bc6-15b347fa {
  justify-self: end;
}

#w-node-_7986d2e8-edc9-dd96-022e-a06612fe3bcc-15b347fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7986d2e8-edc9-dd96-022e-a06612fe3bcd-15b347fa {
  align-self: center;
  justify-self: center;
}

#w-node-_7986d2e8-edc9-dd96-022e-a06612fe3bd5-15b347fa, #w-node-_7986d2e8-edc9-dd96-022e-a06612fe3be9-15b347fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6cb125d1-f6d8-0b80-15e6-e155040f9f99-15b347fa {
  justify-self: end;
}

#w-node-_6cb125d1-f6d8-0b80-15e6-e155040f9f9f-15b347fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6cb125d1-f6d8-0b80-15e6-e155040f9fa0-15b347fa {
  align-self: center;
  justify-self: center;
}

#w-node-_6cb125d1-f6d8-0b80-15e6-e155040f9fa8-15b347fa, #w-node-_6cb125d1-f6d8-0b80-15e6-e155040f9fbc-15b347fa, #w-node-_65a10f98-8633-55f3-8f51-ceb8bfea8220-15b347fa, #w-node-efe824c5-5350-93bf-e19e-cfe24ec110ba-15b347fa, #w-node-_184e16ce-f157-5b20-fa3e-c06c26573efc-15b347fa, #w-node-a0c5dff2-bfcd-14f8-622d-f53c87fda7b8-15b347fa, #w-node-a0c5dff2-bfcd-14f8-622d-f53c87fda7b9-15b347fa, #w-node-c547a964-8aa5-65dd-0fc1-f2120bec34ee-15b347fa, #w-node-_1b2e4fd0-5ddb-78fa-4dfe-29f9adc78dac-15b347fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4257c13b-d063-2ad5-c96a-58bd910a96e0-d93b42ae {
  align-self: center;
}

#w-node-_4b159a97-0186-fd8b-53cd-149f034a1c37-d93b42ae {
  justify-self: end;
}

#w-node-_4b159a97-0186-fd8b-53cd-149f034a1c3d-d93b42ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b159a97-0186-fd8b-53cd-149f034a1c3e-d93b42ae {
  align-self: center;
  justify-self: center;
}

#w-node-_4b159a97-0186-fd8b-53cd-149f034a1c46-d93b42ae, #w-node-_4b159a97-0186-fd8b-53cd-149f034a1c5a-d93b42ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7d8bfd8-d7ba-a603-fea6-4b52e610acad-d93b42ae {
  justify-self: end;
}

#w-node-b7d8bfd8-d7ba-a603-fea6-4b52e610acb3-d93b42ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7d8bfd8-d7ba-a603-fea6-4b52e610acb4-d93b42ae {
  align-self: center;
  justify-self: center;
}

#w-node-b7d8bfd8-d7ba-a603-fea6-4b52e610acbc-d93b42ae, #w-node-b7d8bfd8-d7ba-a603-fea6-4b52e610acd0-d93b42ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7cdb30d-e865-ca10-1325-41fea2253383-d93b42ae {
  justify-self: end;
}

#w-node-_661ea95c-4741-f0ef-77be-02b0216bb7e0-d93b42ae, #w-node-a10a6267-3aea-a123-956e-567b6d52b288-d93b42ae, #w-node-c98aeb72-6824-3a52-3117-f03b99b52820-d93b42ae, #w-node-_1d3490d7-c2ed-7e4b-5165-d26f47a46797-d93b42ae, #w-node-dc7c48ba-c330-53af-6dd7-7c8050acc471-d93b42ae, #w-node-b243ee1f-ee74-330d-f1d5-3eb361d05d33-d93b42ae, #w-node-_4afc0841-8a2a-0381-b5bf-0d0c50146b4b-d93b42ae, #w-node-fa229e68-5a54-8f5f-6999-729159cc7c25-d93b42ae, #w-node-d7214ae8-d0e7-4cf9-5ded-730d0f4f3f13-d93b42ae, #w-node-cf5289c8-43db-7d5e-36d7-e490deb82d3a-d93b42ae, #w-node-d79ba606-2d74-826f-73af-acaef76df1a8-d93b42ae, #w-node-f97a048f-fa1f-4d2b-1e7f-c6d058aed92b-d93b42ae, #w-node-f76f6628-eb7f-3907-8b9e-f245b978c28e-d93b42ae, #w-node-_0d3bed71-8edf-3241-c694-0cbbc1166589-d93b42ae, #w-node-_873d5587-d855-c221-182e-476d754dfa23-d93b42ae, #w-node-b1471422-ad34-e73a-0bdd-84847baa3d40-d93b42ae, #w-node-a851a977-bfd6-4500-afb1-cbe8038f827f-d93b42ae, #w-node-a20bf042-61fb-db89-7dc0-e961e07e4d1a-d93b42ae, #w-node-eef5e6b6-9793-3442-8107-83edaf65ca0b-d93b42ae, #w-node-_256f7845-43f3-2f68-365a-5af07f7bf4f0-d93b42ae, #w-node-a374c656-b314-bbfd-9197-dd082e4c0a9c-d93b42ae, #w-node-c05a8b8f-0831-ccf1-7c8a-f3d3e810ed49-d93b42ae, #w-node-a374c656-b314-bbfd-9197-dd082e4c0aa6-d93b42ae, #w-node-d5533f2c-577e-3dde-f6ee-28484d24d975-d93b42ae, #w-node-c936d5fa-4795-b904-caf2-bdded4ac6dd4-d93b42ae, #w-node-a374c656-b314-bbfd-9197-dd082e4c0aa1-d93b42ae, #w-node-ca13c52c-c764-6e50-c241-5eb76d1aa6ab-d93b42ae, #w-node-a374c656-b314-bbfd-9197-dd082e4c0aab-d93b42ae, #w-node-a374c656-b314-bbfd-9197-dd082e4c0aac-d93b42ae, #w-node-_0800adb3-9a61-c9d9-ea94-29997f139dfd-d93b42ae, #w-node-c1680245-b4aa-c6b4-4072-a1e1e2c68b28-d93b42ae, #w-node-c1680245-b4aa-c6b4-4072-a1e1e2c68b2b-d93b42ae, #w-node-c1680245-b4aa-c6b4-4072-a1e1e2c68b4f-d93b42ae, #w-node-c1680245-b4aa-c6b4-4072-a1e1e2c68b52-d93b42ae, #w-node-c1680245-b4aa-c6b4-4072-a1e1e2c68b40-d93b42ae, #w-node-c1680245-b4aa-c6b4-4072-a1e1e2c68b43-d93b42ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c69f492-bc2d-14dd-fe8d-6a902032da75-d985b9f2 {
  justify-self: end;
}

#w-node-_2c69f492-bc2d-14dd-fe8d-6a902032da7b-d985b9f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c69f492-bc2d-14dd-fe8d-6a902032da7c-d985b9f2 {
  align-self: center;
  justify-self: center;
}

#w-node-_2c69f492-bc2d-14dd-fe8d-6a902032da84-d985b9f2, #w-node-_2c69f492-bc2d-14dd-fe8d-6a902032da98-d985b9f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c89f3ed-12e6-3df4-ab4d-6accb879bf32-d985b9f2 {
  justify-self: end;
}

#w-node-_5c89f3ed-12e6-3df4-ab4d-6accb879bf38-d985b9f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c89f3ed-12e6-3df4-ab4d-6accb879bf39-d985b9f2 {
  align-self: center;
  justify-self: center;
}

#w-node-_5c89f3ed-12e6-3df4-ab4d-6accb879bf41-d985b9f2, #w-node-_5c89f3ed-12e6-3df4-ab4d-6accb879bf55-d985b9f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7cdb30d-e865-ca10-1325-41fea2253383-d985b9f2 {
  justify-self: end;
}

#w-node-_661ea95c-4741-f0ef-77be-02b0216bb7e0-d985b9f2, #w-node-_727d7839-8af6-72a8-14e3-b5d5512e3b56-d985b9f2, #w-node-_7b86698d-aacc-d83e-b253-fb33868f1c9e-d985b9f2, #w-node-_2b2b64a4-ea76-eb63-c780-5c73552b3ff4-d985b9f2, #w-node-_23330ed2-366c-168a-f5b4-6274b58dd2b1-d985b9f2, #w-node-_010c38a1-fd7f-14fd-8f6a-c669c9e6b6d4-d985b9f2, #w-node-_77b73086-10c5-32f1-48ec-f13729cc5ffc-d985b9f2, #w-node-cd8928b8-d156-d974-2131-b35552f70787-d985b9f2, #w-node-fe10b34b-be54-736a-0404-8a9d9998ea30-d985b9f2, #w-node-_77c0f49c-1e70-0d2c-5702-b279d36b9229-d985b9f2, #w-node-_6c39651d-ee11-ea81-c989-de599367f360-d985b9f2, #w-node-b14da265-2e15-ac1b-9fc9-cb355980dbc3-d985b9f2, #w-node-_7dcba92f-cf3a-5610-24a0-2f845dba91e2-d985b9f2, #w-node-aecf7cae-0039-278b-fd10-b70a7bdbb5a7-d985b9f2, #w-node-_454ec253-d15a-d4a0-55e8-c82fca899af4-d985b9f2, #w-node-_7e707951-229d-199c-7d19-14edd8b875b9-d985b9f2, #w-node-_4ce73f86-b0ca-3714-a328-7df69fba3343-d985b9f2, #w-node-ed96a87f-7931-db84-366c-81ae28c2a996-d985b9f2, #w-node-_19028cc1-fa76-5f6f-c397-283cb45a7c6e-d985b9f2, #w-node-fe73b0bf-40fa-18e4-f883-98a6f243d0ff-d985b9f2, #w-node-_582c9c72-877f-0567-463b-9b61c3a2b679-d985b9f2, #w-node-_56bc8574-968e-2d96-019c-aefde0f1f0c9-d985b9f2, #w-node-_401055b8-7740-db82-226c-4b79e3316bb2-d985b9f2, #w-node-a443f275-f362-116e-b62e-672c1ba07d04-d985b9f2, #w-node-bdf8fce9-2d42-7d43-8dbe-3019797f0072-d985b9f2, #w-node-de5f7ea8-0e40-3bd5-472e-ed299ccc6121-d985b9f2, #w-node-de5f7ea8-0e40-3bd5-472e-ed299ccc6124-d985b9f2, #w-node-de5f7ea8-0e40-3bd5-472e-ed299ccc6135-d985b9f2, #w-node-de5f7ea8-0e40-3bd5-472e-ed299ccc6138-d985b9f2, #w-node-de5f7ea8-0e40-3bd5-472e-ed299ccc613c-d985b9f2, #w-node-de5f7ea8-0e40-3bd5-472e-ed299ccc613f-d985b9f2, #w-node-de5f7ea8-0e40-3bd5-472e-ed299ccc614a-d985b9f2, #w-node-de5f7ea8-0e40-3bd5-472e-ed299ccc614b-d985b9f2, #w-node-de5f7ea8-0e40-3bd5-472e-ed299ccc614c-d985b9f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe73a7b6-432c-e89d-0f67-92da3def3b86-bf29becf {
  align-self: start;
}

#w-node-_1ccc0b98-02d7-16fd-0a4e-21174c38afd6-bf29becf {
  justify-self: end;
}

#w-node-_1ccc0b98-02d7-16fd-0a4e-21174c38afdc-bf29becf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ccc0b98-02d7-16fd-0a4e-21174c38afdd-bf29becf {
  align-self: center;
  justify-self: center;
}

#w-node-_1ccc0b98-02d7-16fd-0a4e-21174c38afe5-bf29becf, #w-node-_1ccc0b98-02d7-16fd-0a4e-21174c38aff9-bf29becf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7cdb30d-e865-ca10-1325-41fea2253383-bf29becf {
  justify-self: end;
}

#w-node-_63c4beb7-1ef0-3673-0306-dd2cc65b475a-bf29becf, #w-node-_63c4beb7-1ef0-3673-0306-dd2cc65b475d-bf29becf, #w-node-_63c4beb7-1ef0-3673-0306-dd2cc65b476e-bf29becf, #w-node-_63c4beb7-1ef0-3673-0306-dd2cc65b4771-bf29becf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35ed8516-f493-bf29-543d-7e1d4a99a1be-084ce6bb {
  justify-self: end;
}

#w-node-_35ed8516-f493-bf29-543d-7e1d4a99a1c4-084ce6bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35ed8516-f493-bf29-543d-7e1d4a99a1c5-084ce6bb {
  align-self: center;
  justify-self: center;
}

#w-node-_35ed8516-f493-bf29-543d-7e1d4a99a1cd-084ce6bb, #w-node-_35ed8516-f493-bf29-543d-7e1d4a99a1e1-084ce6bb, #w-node-_75e19eaf-a2c4-9816-7b9a-84efabd767d9-abd767a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4257c13b-d063-2ad5-c96a-58bd910a96e0-254bea25 {
  align-self: center;
}

#w-node-e5e2f41d-e04c-b938-5e6d-3f413b184cdc-254bea25, #w-node-_08cd10f7-dc66-bbc2-1e71-85e5e08c60dc-254bea25 {
  justify-self: end;
}

#w-node-_08cd10f7-dc66-bbc2-1e71-85e5e08c60e2-254bea25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08cd10f7-dc66-bbc2-1e71-85e5e08c60e3-254bea25 {
  align-self: center;
  justify-self: center;
}

#w-node-_08cd10f7-dc66-bbc2-1e71-85e5e08c60eb-254bea25, #w-node-_08cd10f7-dc66-bbc2-1e71-85e5e08c60ff-254bea25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7986d2e8-edc9-dd96-022e-a06612fe3bc6-254bea25 {
  justify-self: end;
}

#w-node-_7986d2e8-edc9-dd96-022e-a06612fe3bcc-254bea25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7986d2e8-edc9-dd96-022e-a06612fe3bcd-254bea25 {
  align-self: center;
  justify-self: center;
}

#w-node-_7986d2e8-edc9-dd96-022e-a06612fe3bd5-254bea25, #w-node-_7986d2e8-edc9-dd96-022e-a06612fe3be9-254bea25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6cb125d1-f6d8-0b80-15e6-e155040f9f99-254bea25 {
  justify-self: end;
}

#w-node-_6cb125d1-f6d8-0b80-15e6-e155040f9f9f-254bea25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6cb125d1-f6d8-0b80-15e6-e155040f9fa0-254bea25 {
  align-self: center;
  justify-self: center;
}

#w-node-_6cb125d1-f6d8-0b80-15e6-e155040f9fa8-254bea25, #w-node-_6cb125d1-f6d8-0b80-15e6-e155040f9fbc-254bea25, #w-node-_65a10f98-8633-55f3-8f51-ceb8bfea8220-254bea25, #w-node-efe824c5-5350-93bf-e19e-cfe24ec110ba-254bea25, #w-node-_184e16ce-f157-5b20-fa3e-c06c26573efc-254bea25, #w-node-a0c5dff2-bfcd-14f8-622d-f53c87fda7b8-254bea25, #w-node-a0c5dff2-bfcd-14f8-622d-f53c87fda7b9-254bea25, #w-node-c547a964-8aa5-65dd-0fc1-f2120bec34ee-254bea25, #w-node-_1b2e4fd0-5ddb-78fa-4dfe-29f9adc78dac-254bea25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4257c13b-d063-2ad5-c96a-58bd910a96e0-2a00a787 {
  align-self: center;
}

#w-node-_3f2dda06-c66a-e6d1-7f52-278952f35b4f-2a00a787, #w-node-_3cb15928-53b5-f958-6ec9-ff0721765038-2a00a787 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_045fb32d-453f-a7e9-2ae9-2c4179d18452-2a00a787 {
  justify-self: end;
}

#w-node-_045fb32d-453f-a7e9-2ae9-2c4179d18458-2a00a787 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_045fb32d-453f-a7e9-2ae9-2c4179d18459-2a00a787 {
  align-self: center;
  justify-self: center;
}

#w-node-_045fb32d-453f-a7e9-2ae9-2c4179d18461-2a00a787, #w-node-_045fb32d-453f-a7e9-2ae9-2c4179d18475-2a00a787 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_045fb32d-453f-a7e9-2ae9-2c4179d18487-2a00a787 {
  justify-self: end;
}

#w-node-_045fb32d-453f-a7e9-2ae9-2c4179d1848d-2a00a787 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_045fb32d-453f-a7e9-2ae9-2c4179d1848e-2a00a787 {
  align-self: center;
  justify-self: center;
}

#w-node-_045fb32d-453f-a7e9-2ae9-2c4179d18496-2a00a787, #w-node-_045fb32d-453f-a7e9-2ae9-2c4179d184aa-2a00a787, #w-node-_65a10f98-8633-55f3-8f51-ceb8bfea8220-2a00a787, #w-node-efe824c5-5350-93bf-e19e-cfe24ec110ba-2a00a787, #w-node-_184e16ce-f157-5b20-fa3e-c06c26573efc-2a00a787, #w-node-a0c5dff2-bfcd-14f8-622d-f53c87fda7b8-2a00a787, #w-node-a0c5dff2-bfcd-14f8-622d-f53c87fda7b9-2a00a787, #w-node-c547a964-8aa5-65dd-0fc1-f2120bec34ee-2a00a787, #w-node-_1b2e4fd0-5ddb-78fa-4dfe-29f9adc78dac-2a00a787 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4257c13b-d063-2ad5-c96a-58bd910a96e0-ad72d0a5 {
  align-self: center;
}

#w-node-_4b159a97-0186-fd8b-53cd-149f034a1c37-ad72d0a5 {
  justify-self: end;
}

#w-node-_4b159a97-0186-fd8b-53cd-149f034a1c3d-ad72d0a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b159a97-0186-fd8b-53cd-149f034a1c3e-ad72d0a5 {
  align-self: center;
  justify-self: center;
}

#w-node-_4b159a97-0186-fd8b-53cd-149f034a1c46-ad72d0a5, #w-node-_4b159a97-0186-fd8b-53cd-149f034a1c5a-ad72d0a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7d8bfd8-d7ba-a603-fea6-4b52e610acad-ad72d0a5 {
  justify-self: end;
}

#w-node-b7d8bfd8-d7ba-a603-fea6-4b52e610acb3-ad72d0a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7d8bfd8-d7ba-a603-fea6-4b52e610acb4-ad72d0a5 {
  align-self: center;
  justify-self: center;
}

#w-node-b7d8bfd8-d7ba-a603-fea6-4b52e610acbc-ad72d0a5, #w-node-b7d8bfd8-d7ba-a603-fea6-4b52e610acd0-ad72d0a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7cdb30d-e865-ca10-1325-41fea2253383-ad72d0a5 {
  justify-self: end;
}

#w-node-_661ea95c-4741-f0ef-77be-02b0216bb7e0-ad72d0a5, #w-node-a10a6267-3aea-a123-956e-567b6d52b288-ad72d0a5, #w-node-c98aeb72-6824-3a52-3117-f03b99b52820-ad72d0a5, #w-node-_1d3490d7-c2ed-7e4b-5165-d26f47a46797-ad72d0a5, #w-node-dc7c48ba-c330-53af-6dd7-7c8050acc471-ad72d0a5, #w-node-b243ee1f-ee74-330d-f1d5-3eb361d05d33-ad72d0a5, #w-node-_4afc0841-8a2a-0381-b5bf-0d0c50146b4b-ad72d0a5, #w-node-fa229e68-5a54-8f5f-6999-729159cc7c25-ad72d0a5, #w-node-d7214ae8-d0e7-4cf9-5ded-730d0f4f3f13-ad72d0a5, #w-node-cf5289c8-43db-7d5e-36d7-e490deb82d3a-ad72d0a5, #w-node-d79ba606-2d74-826f-73af-acaef76df1a8-ad72d0a5, #w-node-f97a048f-fa1f-4d2b-1e7f-c6d058aed92b-ad72d0a5, #w-node-f76f6628-eb7f-3907-8b9e-f245b978c28e-ad72d0a5, #w-node-_0d3bed71-8edf-3241-c694-0cbbc1166589-ad72d0a5, #w-node-_873d5587-d855-c221-182e-476d754dfa23-ad72d0a5, #w-node-b1471422-ad34-e73a-0bdd-84847baa3d40-ad72d0a5, #w-node-a851a977-bfd6-4500-afb1-cbe8038f827f-ad72d0a5, #w-node-a20bf042-61fb-db89-7dc0-e961e07e4d1a-ad72d0a5, #w-node-eef5e6b6-9793-3442-8107-83edaf65ca0b-ad72d0a5, #w-node-_256f7845-43f3-2f68-365a-5af07f7bf4f0-ad72d0a5, #w-node-a374c656-b314-bbfd-9197-dd082e4c0a9c-ad72d0a5, #w-node-c05a8b8f-0831-ccf1-7c8a-f3d3e810ed49-ad72d0a5, #w-node-a374c656-b314-bbfd-9197-dd082e4c0aa1-ad72d0a5, #w-node-ca13c52c-c764-6e50-c241-5eb76d1aa6ab-ad72d0a5, #w-node-a374c656-b314-bbfd-9197-dd082e4c0aab-ad72d0a5, #w-node-a374c656-b314-bbfd-9197-dd082e4c0aac-ad72d0a5, #w-node-_0800adb3-9a61-c9d9-ea94-29997f139dfd-ad72d0a5, #w-node-c936d5fa-4795-b904-caf2-bdded4ac6dd4-ad72d0a5, #w-node-a374c656-b314-bbfd-9197-dd082e4c0aa6-ad72d0a5, #w-node-d5533f2c-577e-3dde-f6ee-28484d24d975-ad72d0a5, #w-node-ebf7c0e7-a479-e654-64a3-806d1b5bed9a-ad72d0a5, #w-node-ebf7c0e7-a479-e654-64a3-806d1b5bed9d-ad72d0a5, #w-node-ebf7c0e7-a479-e654-64a3-806d1b5bedcc-ad72d0a5, #w-node-ebf7c0e7-a479-e654-64a3-806d1b5bedcf-ad72d0a5, #w-node-ebf7c0e7-a479-e654-64a3-806d1b5bedcb-ad72d0a5, #w-node-ebf7c0e7-a479-e654-64a3-806d1b5bedb2-ad72d0a5, #w-node-ebf7c0e7-a479-e654-64a3-806d1b5bedb5-ad72d0a5, #w-node-ebf7c0e7-a479-e654-64a3-806d1b5bedb9-ad72d0a5, #w-node-ebf7c0e7-a479-e654-64a3-806d1b5bedba-ad72d0a5, #w-node-ebf7c0e7-a479-e654-64a3-806d1b5bedbb-ad72d0a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c69f492-bc2d-14dd-fe8d-6a902032da75-adf43482 {
  justify-self: end;
}

#w-node-_2c69f492-bc2d-14dd-fe8d-6a902032da7b-adf43482 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c69f492-bc2d-14dd-fe8d-6a902032da7c-adf43482 {
  align-self: center;
  justify-self: center;
}

#w-node-_2c69f492-bc2d-14dd-fe8d-6a902032da84-adf43482, #w-node-_2c69f492-bc2d-14dd-fe8d-6a902032da98-adf43482 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c89f3ed-12e6-3df4-ab4d-6accb879bf32-adf43482 {
  justify-self: end;
}

#w-node-_5c89f3ed-12e6-3df4-ab4d-6accb879bf38-adf43482 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c89f3ed-12e6-3df4-ab4d-6accb879bf39-adf43482 {
  align-self: center;
  justify-self: center;
}

#w-node-_5c89f3ed-12e6-3df4-ab4d-6accb879bf41-adf43482, #w-node-_5c89f3ed-12e6-3df4-ab4d-6accb879bf55-adf43482 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7cdb30d-e865-ca10-1325-41fea2253383-adf43482 {
  justify-self: end;
}

#w-node-_661ea95c-4741-f0ef-77be-02b0216bb7e0-adf43482, #w-node-_727d7839-8af6-72a8-14e3-b5d5512e3b56-adf43482, #w-node-_7b86698d-aacc-d83e-b253-fb33868f1c9e-adf43482, #w-node-_2b2b64a4-ea76-eb63-c780-5c73552b3ff4-adf43482, #w-node-_23330ed2-366c-168a-f5b4-6274b58dd2b1-adf43482, #w-node-_010c38a1-fd7f-14fd-8f6a-c669c9e6b6d4-adf43482, #w-node-_77b73086-10c5-32f1-48ec-f13729cc5ffc-adf43482, #w-node-cd8928b8-d156-d974-2131-b35552f70787-adf43482, #w-node-fe10b34b-be54-736a-0404-8a9d9998ea30-adf43482, #w-node-_77c0f49c-1e70-0d2c-5702-b279d36b9229-adf43482, #w-node-_6c39651d-ee11-ea81-c989-de599367f360-adf43482, #w-node-b14da265-2e15-ac1b-9fc9-cb355980dbc3-adf43482, #w-node-_7dcba92f-cf3a-5610-24a0-2f845dba91e2-adf43482, #w-node-aecf7cae-0039-278b-fd10-b70a7bdbb5a7-adf43482, #w-node-_454ec253-d15a-d4a0-55e8-c82fca899af4-adf43482, #w-node-_7e707951-229d-199c-7d19-14edd8b875b9-adf43482, #w-node-_4ce73f86-b0ca-3714-a328-7df69fba3343-adf43482, #w-node-ed96a87f-7931-db84-366c-81ae28c2a996-adf43482, #w-node-_19028cc1-fa76-5f6f-c397-283cb45a7c6e-adf43482, #w-node-fe73b0bf-40fa-18e4-f883-98a6f243d0ff-adf43482, #w-node-_582c9c72-877f-0567-463b-9b61c3a2b679-adf43482, #w-node-_56bc8574-968e-2d96-019c-aefde0f1f0c9-adf43482, #w-node-_401055b8-7740-db82-226c-4b79e3316bb2-adf43482, #w-node-a443f275-f362-116e-b62e-672c1ba07d04-adf43482, #w-node-bdf8fce9-2d42-7d43-8dbe-3019797f0072-adf43482, #w-node-de5f7ea8-0e40-3bd5-472e-ed299ccc6121-adf43482, #w-node-de5f7ea8-0e40-3bd5-472e-ed299ccc6124-adf43482, #w-node-de5f7ea8-0e40-3bd5-472e-ed299ccc6135-adf43482, #w-node-de5f7ea8-0e40-3bd5-472e-ed299ccc6138-adf43482, #w-node-de5f7ea8-0e40-3bd5-472e-ed299ccc613c-adf43482, #w-node-de5f7ea8-0e40-3bd5-472e-ed299ccc613f-adf43482, #w-node-de5f7ea8-0e40-3bd5-472e-ed299ccc614a-adf43482, #w-node-de5f7ea8-0e40-3bd5-472e-ed299ccc614b-adf43482, #w-node-de5f7ea8-0e40-3bd5-472e-ed299ccc614c-adf43482 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe73a7b6-432c-e89d-0f67-92da3def3b86-c4c2b750 {
  align-self: start;
}

#w-node-_1ccc0b98-02d7-16fd-0a4e-21174c38afd6-c4c2b750 {
  justify-self: end;
}

#w-node-_1ccc0b98-02d7-16fd-0a4e-21174c38afdc-c4c2b750 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ccc0b98-02d7-16fd-0a4e-21174c38afdd-c4c2b750 {
  align-self: center;
  justify-self: center;
}

#w-node-_1ccc0b98-02d7-16fd-0a4e-21174c38afe5-c4c2b750, #w-node-_1ccc0b98-02d7-16fd-0a4e-21174c38aff9-c4c2b750 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7cdb30d-e865-ca10-1325-41fea2253383-c4c2b750 {
  justify-self: end;
}

#w-node-_63c4beb7-1ef0-3673-0306-dd2cc65b475a-c4c2b750, #w-node-_63c4beb7-1ef0-3673-0306-dd2cc65b475d-c4c2b750, #w-node-_63c4beb7-1ef0-3673-0306-dd2cc65b476e-c4c2b750, #w-node-_63c4beb7-1ef0-3673-0306-dd2cc65b4771-c4c2b750 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_1908adf3-d4f8-0bbf-7239-269ffa59b881-eb66f473, #w-node-_75e19eaf-a2c4-9816-7b9a-84efabd767d7-abd767a5 {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1908adf3-d4f8-0bbf-7239-269ffa59b883-eb66f473, #w-node-_75e19eaf-a2c4-9816-7b9a-84efabd767d9-abd767a5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'C27';
  src: url('../fonts/C27.eot') format('embedded-opentype'), url('../fonts/C27.woff') format('woff'), url('../fonts/C27.ttf') format('truetype'), url('../fonts/C27.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}