:root {
  --midnight-blue: #070042;
  --white: #fff;
  --black: #1d1d1d80;
}

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #070042;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tt commons;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

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

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

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

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

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

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

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

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

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

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

.padding-vertical.padding-small {
  display: block;
}

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

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

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

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

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

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

.padding-bottom.padding-small {
  margin-bottom: 0;
  padding-bottom: 0;
}

.padding-bottom.padding-medium {
  padding-bottom: 0;
  display: block;
}

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

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

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

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

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

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

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

.overflow-auto {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-color-grey {
  color: gray;
}

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

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

.form_message-success {
  padding: 1.25rem;
}

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

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

.text-rich-text h1, .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 ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

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

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

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

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

.heading-style-h1.separate {
  letter-spacing: .2px;
}

.padding-global {
  margin-bottom: 0;
  padding-bottom: 34px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.custom-animation {
  margin-left: 0;
  padding-left: 0;
}

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

.padding-section-small {
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

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

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

.text-color-white.test {
  font-size: 2rem;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

.overflow-visible {
  overflow: visible;
}

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

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

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

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

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

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

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

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

.text-weight-bold {
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  font-weight: 700;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.background-color-grey {
  background-color: #f5f5f5;
}

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

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

.heading-style-h6 {
  font-family: Tt commons;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

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

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

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

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-size-large {
  padding-top: 32px;
  font-size: 1.5rem;
}

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

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

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

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

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

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

.heading-style-h5 {
  font-family: Tt commons;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

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

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

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

.overflow-scroll {
  overflow: scroll;
}

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

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

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

.form_component {
  margin-bottom: 0;
}

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

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

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

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

.button {
  float: left;
  clear: none;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #e32d00;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: .75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 600;
  display: block;
}

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

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

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

.button.is-secondary {
  background-color: var(--midnight-blue);
  color: var(--white);
  border-width: 2px 2px .125rem;
  border-color: #000;
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
}

.button.is-secondary.is-lower-case {
  background-color: var(--midnight-blue);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  align-self: auto;
}

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

.button.is-lower-case {
  text-transform: none;
  background-color: #e33d00;
  padding: .75rem 1.5rem;
}

.button.comment {
  float: none;
  clear: none;
  text-align: center;
  vertical-align: middle;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 9px;
  display: block;
}

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

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

.text-size-medium.text-weight-bold {
  margin-top: 0;
  padding-top: 0;
}

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

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

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

.hide {
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

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

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

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

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

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

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

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.navbar_link-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  flex: none;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar_component {
  z-index: 998;
  background-color: var(--white);
  align-items: center;
  padding: 1.5rem 2.5rem;
  position: sticky;
  inset: 0 0% auto;
}

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

.navbar_menu-button {
  padding: 0;
}

.navbar_logo-link {
  margin-right: 1.5rem;
  padding-left: 0;
}

.navbar_menu {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.section_feature-4 {
  background-image: url('../images/background-feature-4.jpg');
  background-position: 0 0;
  background-size: auto;
}

.feature-4_item {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.icon-size {
  width: 5em;
  display: block;
}

.section_homepage-services {
  background-image: linear-gradient(#00000080, #00000080), radial-gradient(circle at 50% 20%, #0185b9, #070042 55%);
}

.service-homepage_list {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.service-homepage_item {
  background-color: #fff;
  border: 10px solid #fff;
  border-radius: 20px;
}

.service-img {
  width: 100%;
  position: relative;
}

.service-tilde-layer {
  position: absolute;
  inset: auto 0% 0%;
}

.service-homepage_text {
  grid-template-columns: .25fr 1fr;
  justify-content: flex-start;
  margin-bottom: .3rem;
  display: flex;
}

.icon-size-32 {
  width: 2rem;
}

.service-homepage_text-wrapper {
  text-align: center;
}

.radius-10 {
  border-radius: 10px;
  display: block;
}

.div-block, .sizing-dont {
  flex: none;
}

.button-align-middle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.service-homepage-2-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.section_feature-3.is-background-dot {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/dot-background.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
}

.section_feature-3.bg-is-white {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/background-white-2.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.feature-3_list {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.feature-3_item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
}

.section_testimonials {
  background-image: linear-gradient(to bottom, var(--black), var(--black)), radial-gradient(circle farthest-corner at 50% 0%, #0185b9, var(--midnight-blue));
}

.testimonial_item {
  background-color: #fff;
  border-radius: 10px;
  padding: 1.5rem;
}

.testimonial_item.max-width-large.align-center {
  box-sizing: border-box;
  padding-bottom: 0;
}

.stars_wrapper {
  display: flex;
}

.section_service-header {
  background-image: linear-gradient(to bottom, #00000080, #00000080), radial-gradient(circle farthest-corner at 50% 50%, #0185b9, var(--midnight-blue) 72%);
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 20vh;
  display: flex;
}

.section_service.bg-is-blue {
  background-image: linear-gradient(to bottom, var(--black), var(--black)), radial-gradient(circle farthest-corner at 0% 50%, #0185b9, var(--midnight-blue)), url('../images/service-background-blue.jpg');
  color: #fff;
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
}

.section_service.bg-is-blue._2 {
  background-image: linear-gradient(to bottom, var(--black), var(--black)), radial-gradient(circle farthest-corner at 50% 0%, #0185b9, var(--midnight-blue)), url('../images/service-background-blue.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
}

.section_service.bg-is-red {
  color: #fff;
  background-image: radial-gradient(circle at 100%, #810000, #300), url('../images/BG6RED.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.section_service.bg-is-white {
  background-image: radial-gradient(circle at 0%, #fff, #ddd 81%), url('../images/background-white.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.service_list {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 2fr;
}

.service_list._2 {
  grid-template-columns: 2fr 1.25fr;
}

.service_list._3 {
  grid-template-columns: 1fr;
}

.service_text-wrapper {
  justify-content: center;
  display: flex;
}

.service_icon-wrapper {
  justify-content: center;
  font-weight: 700;
  display: flex;
}

.service_icon-wrapper.only {
  justify-content: space-around;
}

.service_icon-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service_icon-item_wrapper {
  width: 64px;
}

.img-test {
  background-image: url('../images/box-palette-usa.jpg');
  background-position: 50%;
  background-size: cover;
}

.express-truck-img {
  background-image: url('../images/truck.png');
  background-position: 0 0;
  background-size: cover;
}

.service-country_section {
  background-image: linear-gradient(to bottom, var(--black), var(--black)), url('../images/planet.jpg');
  background-position: 0 0, 20% 46%;
  background-size: auto, auto;
}

.service-country_list {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-items: center;
  font-size: 1.4rem;
}

.section_about-us-header {
  background-image: url('../images/USA-TRANSPORT.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 60vh;
  position: relative;
}

.about-us_wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.section_quote {
  background-image: url('../images/quote-background.jpg');
  background-position: 0 0;
  background-size: auto;
}

.quote_wrapper {
  color: #fff;
}

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

.round-image {
  border-radius: 10000px;
}

.feature-2_list {
  grid-template-rows: auto;
}

.section_about-us {
  background-color: var(--midnight-blue);
  background-image: linear-gradient(to bottom, var(--black), var(--black)), radial-gradient(circle farthest-corner at 50% 0%, #0185b9, var(--midnight-blue));
}

.slider_wrapper {
  color: #fff;
  background-color: #0000;
  height: 90vh;
}

.flexbox {
  justify-content: center;
  display: flex;
}

.flexbox.vertical {
  flex-direction: column;
}

.flexbox.vertical.align-center, .flexbox.align-vertical {
  align-items: center;
}

.flexbox.justify-start {
  justify-content: flex-start;
}

.round-orange {
  background-color: #eb4335;
  padding: 35px;
}

.icon {
  background-color: #eb4335;
}

.number_item {
  background-color: var(--midnight-blue);
  color: #fff;
  border-radius: 5px;
}

.footer {
  background-color: var(--midnight-blue);
  background-image: linear-gradient(to bottom, var(--black), var(--black)), radial-gradient(circle farthest-corner at 50% 100%, #0185b9, var(--midnight-blue));
  color: var(--white);
  border-top: 4px solid #ffffff91;
  margin-top: 0;
  padding-top: 4px;
  display: block;
}

.footer_list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 2.5fr 1fr 1fr;
  grid-template-areas: ". Area Area";
  grid-auto-flow: row;
  place-items: center;
  margin-bottom: 4px;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  bottom: 5px;
}

.link-block-footer {
  text-decoration: none;
}

.link-navbar {
  color: var(--midnight-blue);
  font-weight: 700;
  text-decoration: none;
}

.section_hero {
  height: 90vh;
  color: var(--white);
  background-image: linear-gradient(#00000080, #00000080), url('../images/main-gps.jpg');
  background-position: 0 0, 50% 70%;
  background-size: auto, cover;
  margin-top: 0;
}

.hero_list {
  grid-row-gap: 7px;
  grid-template-columns: 2fr 1fr;
  grid-auto-flow: row;
  place-items: center start;
}

.hero_item.custom-animation {
  animation-name: slideup;
  animation-duration: 1s;
}

.hero-section__list {
  float: none;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  text-align: center;
  direction: ltr;
  grid-template: "."
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start;
  place-items: center;
  font-style: normal;
  display: grid;
  position: static;
}

.hero-section_item {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  padding-right: 0;
  display: flex;
}

.section_contact {
  background-image: linear-gradient(to bottom, var(--black), var(--black)), url('../images/contact-background.jpg');
  color: var(--white);
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.contact_list {
  grid-template-columns: .75fr 1fr;
}

.form_wrapper {
  width: 70%;
  color: var(--midnight-blue);
  background-color: #fff;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
}

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

.text-field {
  border-radius: 5px;
  padding-top: 20px;
  padding-bottom: 24px;
  font-size: 1.2rem;
}

.submit-button {
  background-color: #eb4335;
  background-image: url('../images/Mail.svg');
  background-position: 4%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border-radius: 10px;
  padding: 12px 16px 12px 4rem;
  font-weight: 700;
}

.grid {
  grid-row-gap: 16px;
}

.about-us_list {
  align-items: center;
}

.test {
  width: 70px;
}

.slider_component {
  background-color: #ddd0;
}

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

.textarea {
  font-size: 1.2rem;
}

.text-contact {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.fs-cc-prefs3_overlay {
  z-index: -1;
  background-color: #000c;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs3_header {
  background-color: var(--midnight-blue);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.fs-cc-manager3_text {
  color: #4b79f0;
  margin-left: .625rem;
  font-weight: 700;
  display: inline-block;
}

.fs-cc-prefs3_component {
  z-index: 997;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 2rem;
  display: none;
  position: relative;
}

.fs-cc-banner3_text {
  font-size: 1.25rem;
  font-weight: 700;
}

.fs-cc-prefs3_button {
  color: #fff;
  text-align: center;
  background-color: #129657;
  border: 2px solid #129657;
  border-radius: 999rem;
  padding: .875rem 2rem;
  font-size: 1rem;
}

.fs-cc-prefs3_button.fs-cc-button-alt {
  color: #7e7e7e;
  background-color: #fff;
  border-color: #a8a8a8;
  margin-right: .75rem;
}

.fs-cc-prefs3_submit {
  background-color: var(--midnight-blue);
  color: #fff;
  text-align: center;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .875rem 2rem;
  font-size: 1rem;
  display: block;
}

.fs-cc-prefs3_checkbox-field {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.fs-cc-prefs3_label {
  color: var(--midnight-blue);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

.fs-cc-banner3_paragraph {
  color: #000;
  margin-top: .75rem;
  margin-bottom: 0;
}

.fs-cc-banner3_component {
  z-index: 998;
  background-color: #fff;
  border-radius: 1rem;
  margin: 2rem;
  padding: 2rem;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
  box-shadow: 7px 7px 12px #0000001a;
}

.fs-cc-prefs3_checkbox {
  border-radius: 999rem;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
  margin-right: .75rem;
}

.fs-cc-prefs3_checkbox.w--redirected-checked {
  background-color: #129657;
  background-size: 16px;
  border-color: #129657;
}

.fs-cc-prefs3_checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px #129657;
}

.fs-cc-prefs3_content {
  padding: 2rem;
}

.fs-cc-prefs3_close {
  background-color: #fff;
  border-radius: 999rem;
  padding: .75rem;
  position: absolute;
  inset: 2rem 2rem auto auto;
}

.fs-cc-prefs3_checkbox-label {
  display: none;
  position: static;
}

.fs-cc-prefs3_icon {
  color: #fff;
  width: 2rem;
  height: 2rem;
  margin-right: .75rem;
}

.fs-cc-banner3_button-icon {
  width: 1rem;
  margin-right: .625rem;
}

.fs-cc-manager3_icon {
  color: #4b53eb;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.fs-cc-banner3_button {
  background-color: var(--midnight-blue);
  color: #fff;
  border-radius: 500px;
  padding: .875rem 2rem;
  font-size: 1.125rem;
  text-decoration: none;
}

.fs-cc-banner3_button.fs-cc-button-alt {
  background-color: #df6966;
  margin-right: .75rem;
}

.fs-cc-prefs3_form {
  position: relative;
}

.fs-cc-prefs3_title {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.3;
}

.fs-cc-manager3_component {
  z-index: 999;
  background-color: #fff;
  border-radius: 999rem;
  align-items: center;
  display: block;
  position: absolute;
  inset: auto auto 2rem 2rem;
  box-shadow: 7px 7px 12px #0000001a;
}

.fs-cc-banner3_block {
  margin-right: 2rem;
}

.fs-cc-prefs3_buttons-wrapper {
  background-color: #f2f3ff;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding: 1.5rem 2rem;
  display: flex;
}

.fs-cc-prefs3_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fs-cc-prefs3_line {
  background-color: #e9e9e9;
  flex: 1;
  height: 1px;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.fs-cc-banner3_text-link {
  color: #4b53eb;
  border-bottom: 2px solid #4b53eb;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner3_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.fs-cc-banner3_buttons-wrapper {
  flex: none;
}

.fs-cc-preferences3_close-icon {
  color: #4b53eb;
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs3_form-wrapper {
  background-color: #fff;
  border-radius: .75rem;
  max-width: 45rem;
  margin-bottom: 0;
  overflow: hidden;
}

.fs-cc-manager3-link {
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
}

.fs-cc-prefs3_option {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.fs-cc-banner3_button-text {
  display: inline-block;
}

.text-span {
  display: block;
}

.heading {
  float: none;
  clear: none;
  color: var(--white);
  vertical-align: baseline;
  margin: 4rem auto 2rem;
  font-size: 4rem;
  font-weight: 700;
  display: block;
  position: static;
}

.text-span-2 {
  float: left;
  clear: both;
  vertical-align: baseline;
  padding-right: 0;
  font-weight: 900;
  display: inline;
  overflow: visible;
}

.text-span-3 {
  float: left;
  clear: both;
  font-weight: 900;
}

.text-span-4 {
  mix-blend-mode: normal;
  font-size: 4rem;
  display: block;
}

.image {
  vertical-align: baseline;
}

.image-2 {
  display: block;
}

.slide {
  box-sizing: border-box;
  float: none;
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: fill;
  margin-bottom: 0;
  padding-bottom: 0;
  position: static;
}

.image-3, .image-4 {
  display: block;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.link {
  text-align: left;
  margin-left: -2px;
  margin-right: auto;
  padding-left: 0;
}

.container-2 {
  margin-top: 51px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.button-2 {
  margin-left: auto;
  margin-right: auto;
}

.button-3 {
  box-sizing: border-box;
  object-fit: fill;
  width: 20rem;
  display: block;
  position: static;
}

.button-4 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 20rem;
  display: flex;
}

.code-embed {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  width: auto;
  margin-top: 65px;
  display: flex;
}

.image-5 {
  flex: 0 auto;
}

.image-6 {
  display: block;
}

.text-block {
  float: none;
  text-align: center;
  flex: 0 auto;
  margin-top: 0;
  font-weight: 700;
  text-decoration: none;
}

.text-block-2 {
  clear: none;
  text-align: center;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  margin-bottom: -27px;
  padding-bottom: 0;
  display: block;
}

.text-block-3 {
  margin-top: 26px;
}

.hero-heading-center {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(203deg, #14277a69 25%, #fff), url('../images/entrepot-usa.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  background-clip: border-box;
  border-bottom: 1px solid #e4ebf3;
  margin-top: -67px;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.image-7 {
  display: block;
}

.heading-2 {
  opacity: 1;
  color: var(--white);
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #ededed00;
  background-clip: border-box;
  margin-top: 65px;
  margin-bottom: 15px;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 2rem;
  animation-name: slideup;
  animation-duration: 1s;
}

.heading-2.faq-question {
  font-size: 2rem;
}

.slide-1 {
  float: none;
  position: relative;
}

.text-block-4 {
  margin-top: 0;
}

.hero-heading-center-2 {
  background-color: #f5f7fa;
  background-image: linear-gradient(349deg, #1044b405, #91a9dd8c 4%, #fff), url('../images/entrepot-usa.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-2.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-3 {
  box-sizing: border-box;
  object-fit: fill;
}

.section-2 {
  padding-bottom: 182px;
}

.section_faq {
  padding-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  animation-name: slideup;
  animation-duration: 1s;
}

.faq_question {
  font-weight: 400;
}

.background_faq {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/USA-petit-camion-transport.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  padding-bottom: 0;
}

.text-block-5 {
  order: 0;
  align-self: center;
}

.text-block-6 {
  float: none;
  padding-left: 0;
  padding-right: 45px;
}

.text-block-7 {
  display: block;
}

.text-block-8 {
  margin-left: auto;
  margin-right: auto;
}

.text-block-9 {
  box-sizing: border-box;
  float: none;
  object-fit: fill;
}

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

.text-block-11 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.button-5 {
  margin-left: auto;
  margin-right: auto;
}

.button-6 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.button-8 {
  box-sizing: border-box;
  float: none;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  object-fit: fill;
  width: 12rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

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

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

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

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

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

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

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

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

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

  .menu-icon1_line-top, .menu-icon1_line-bottom {
    background-color: #161616;
    width: 1.5rem;
    height: .125rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_link-wrapper {
    color: #fff;
    flex-direction: column;
    align-items: stretch;
  }

  .navbar_component {
    height: 5rem;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .menu-icon1_line-middle {
    background-color: #161616;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: .125rem;
    margin-top: .375rem;
    margin-bottom: .375rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

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

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

  .navbar_menu {
    z-index: 999;
    color: #fff;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 1rem;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 5vw;
    margin-right: 5vw;
    padding: 2rem 5%;
    overflow: auto;
  }

  .feature-4_list, .service-homepage_list {
    grid-template-columns: 1fr 1fr;
  }

  .service-homepage_item.margin-top.margin-large {
    margin-top: 0;
  }

  .service_list {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .service_list._2 {
    grid-template-columns: 2fr;
  }

  .express-truck-img {
    width: 100%;
    height: 50vh;
  }

  .service-country_list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer_list {
    grid-template-areas: ". Area Area"
                         "Area-2 . .";
  }

  .hero_list {
    grid-template-columns: 2.5fr;
  }

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

  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .container-3 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-5 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-color-white {
    text-align: justify;
  }

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

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

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

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

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

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

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

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

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

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

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

  .navbar_component {
    height: 4.5rem;
  }

  .navbar_menu {
    background-color: #fff;
  }

  .feature-4_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .service-homepage_list {
    grid-template-columns: 1fr;
  }

  .service-tilde-layer {
    width: 100%;
  }

  .testimonial_list, .feature-2_list {
    grid-template-columns: 1fr;
  }

  .footer_list {
    grid-template-columns: 2.5fr;
  }

  .section_hero {
    height: auto;
  }

  .hero-section__list {
    float: none;
    clear: none;
    text-align: center;
    grid-template-columns: 1fr;
    place-items: start;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .hero-section_item {
    float: left;
    clear: left;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .form_list-wrapper, .about-us_list {
    grid-template-columns: 1fr;
  }

  .fs-cc-prefs3_submit {
    margin-left: 0;
  }

  .fs-cc-prefs3_buttons-wrapper {
    flex-direction: column;
  }

  .fs-cc-banner3_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner3_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-prefs3_buttons-block {
    margin-bottom: 1rem;
  }

  .heading {
    font-size: 2rem;
  }

  .image {
    float: none;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .image-2 {
    float: none;
    clear: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .image-6 {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .image-7 {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-heading-center-2 {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

  .margin-bottom.margin-medium {
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

  .padding-bottom {
    padding: 0 0 33px;
  }

  .padding-bottom.padding-small {
    margin-bottom: 34px;
  }

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

  .padding-global {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .text-color-white {
    text-align: center;
    flex: 0 auto;
    font-size: 13px;
  }

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

  .text-weight-bold {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

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

  .padding-section-large.commentaries {
    -webkit-text-stroke-color: #070042;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding-bottom: 0;
  }

  .text-size-large {
    padding-top: 25px;
    font-size: 1rem;
  }

  .text-align-center, .text-align-center.small {
    font-size: 1rem;
  }

  .feature-3_list {
    grid-column-gap: 0px;
    grid-template: "Area Area-2" .25fr
                   "Area-3 Area-4"
                   "Area-5 Area-6"
                   / .5fr .5fr;
    grid-auto-rows: 1fr;
  }

  .feature-3_item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .testimonial_item.max-width-large.align-center {
    clear: none;
    text-align: left;
    object-fit: fill;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    display: block;
    position: static;
    inset: auto 0% 0%;
  }

  .service-country_list {
    grid-row-gap: 0px;
    text-align: left;
    grid-auto-flow: row;
    place-items: stretch center;
  }

  .footer_list {
    grid-template-columns: 2.5fr;
    grid-template-areas: "."
                         "Area";
    grid-auto-flow: row;
    place-items: center;
  }

  .section_hero {
    height: auto;
  }

  .hero_list {
    place-items: center;
  }

  .hero-section__list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: "Area"
                   "Area-2"
                   "Area-3"
                   / 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center;
    place-items: start center;
    display: grid;
  }

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

  .slider_component {
    vertical-align: baseline;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 309px;
    padding-bottom: 0;
    display: inline;
  }

  .fs-cc-prefs3_button.fs-cc-button-alt {
    margin-bottom: .25rem;
    margin-right: 0;
  }

  .fs-cc-prefs3_label {
    font-size: .75rem;
  }

  .fs-cc-prefs3_icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .fs-cc-banner3_button {
    text-align: center;
  }

  .fs-cc-banner3_button.fs-cc-button-alt {
    margin-bottom: .5rem;
    margin-right: 0;
  }

  .fs-cc-prefs3_title {
    font-size: 1.125rem;
  }

  .fs-cc-banner3_block {
    text-align: center;
    margin-right: 0;
  }

  .fs-cc-prefs3_line {
    min-width: .75rem;
    margin-left: .75rem;
    margin-right: .75rem;
    display: none;
  }

  .fs-cc-banner3_buttons-wrapper {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .fs-cc-prefs3_form-wrapper {
    width: 100%;
  }

  .fs-cc-prefs3_buttons-block {
    flex-direction: column;
    display: flex;
  }

  .fs-cc-prefs3_option {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .text-span {
    float: none;
    clear: none;
    display: inline;
  }

  .heading {
    float: none;
    clear: none;
    margin-top: 0;
    font-size: 3rem;
    display: block;
    position: static;
    overflow: visible;
  }

  .text-span-4 {
    font-size: 3rem;
  }

  .image-2 {
    float: none;
  }

  .slide {
    padding-top: 0;
  }

  .image-4 {
    margin-left: 128px;
    display: block;
  }

  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .image-6 {
    float: none;
    object-fit: fill;
  }

  .text-block {
    text-align: left;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    display: block;
  }

  .container-3 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .image-7 {
    float: none;
  }

  .container-5 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .paragraph {
    margin-bottom: 0;
  }

  .paragraph-small {
    text-align: left;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    display: inline;
  }

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

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-677a36f3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-677a36f3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-677a36f3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-677a36f3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-677a36f3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-677a36f3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-677a36f3 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-677a36f3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-677a36f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-677a36f3 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-677a36f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-677a36f3 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-677a36f3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-677a36f3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-677a36f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-677a36f3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-677a36f3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-677a36f3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-677a36f3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-677a36f3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-677a36f3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-677a36f3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-677a36f3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-677a36f3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-677a36f3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-677a36f3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-677a36f3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-677a36f3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-677a36f3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-677a36f3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-677a36f3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-677a36f3 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-677a36f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-677a36f3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-677a36f3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-677a36f3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-677a36f3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-677a36f3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-677a36f3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-677a36f3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-677a36f3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-677a36f3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-677a36f3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-677a36f3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-677a36f3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-677a36f3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-677a36f3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-677a36f3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-677a36f3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-677a36f3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-677a36f3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-677a36f3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-677a36f3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-677a36f3 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-677a36f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-677a36f3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-677a36f3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-677a36f3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-677a36f3 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-677a36f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-677a36f3 {
  justify-self: start;
}

#w-node-_3e495ab5-6e10-0b1b-657c-71d4ffc87393-057a36ee {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_906f98dc-af32-e041-2cf3-b27f50e74188-057a36ee, #w-node-_7723a700-3414-ae96-2335-4f5ad3dc5bfa-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_4e915edd-36a6-9e73-cebe-a265add260d2-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_5de492f4-ec7d-13ed-9644-32f5abe6eff3-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_745026c4-2551-c05f-ea00-582f91bbaf5a-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_745026c4-2551-c05f-ea00-582f91bbaf5b-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9fac840-110e-8299-b562-6a9c7de6ff98-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-d9fac840-110e-8299-b562-6a9c7de6ff99-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d18a6112-85c1-7b8a-4bc9-b6598da82622-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-d18a6112-85c1-7b8a-4bc9-b6598da82623-057a36ee, #w-node-bf6473be-fcba-d763-c3c4-bbcc5a96b8f4-057a36ee, #w-node-aecb3c4d-4e6f-ebc8-a991-e8803038175b-057a36ee, #w-node-_203725b5-5a6d-ea94-ac38-635522eb78e3-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ccf96931-2d80-eac9-03a0-fb327487ba8e-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-cf662204-ab5f-b18e-2c4a-f585158138ce-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-f115676c-8a99-18bb-8571-c1520166c0cb-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f115676c-8a99-18bb-8571-c1520166c0cd-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_785df0a2-8e92-883f-dfe9-1e1c12abdbe1-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_785df0a2-8e92-883f-dfe9-1e1c12abdbe3-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_2a36eedf-8a1e-ab81-fa63-4f80916b265b-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_95dc7f88-3bdc-15a4-8679-cfb0547c4ac9-057a36ee, #w-node-_95dc7f88-3bdc-15a4-8679-cfb0547c4acc-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95dc7f88-3bdc-15a4-8679-cfb0547c4ad6-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_95dc7f88-3bdc-15a4-8679-cfb0547c4ad8-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_95dc7f88-3bdc-15a4-8679-cfb0547c4adb-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_95dc7f88-3bdc-15a4-8679-cfb0547c4add-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_95dc7f88-3bdc-15a4-8679-cfb0547c4ae0-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_95dc7f88-3bdc-15a4-8679-cfb0547c4ae2-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-d257d2ed-4056-8000-259f-aabc6e39aa37-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d257d2ed-4056-8000-259f-aabc6e39aa39-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-b0469f73-15cc-6a29-b5d7-3925896aa6a5-057a36ee, #w-node-b0469f73-15cc-6a29-b5d7-3925896aa6a8-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b0469f73-15cc-6a29-b5d7-3925896aa6b2-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b0469f73-15cc-6a29-b5d7-3925896aa6b4-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-b0469f73-15cc-6a29-b5d7-3925896aa6b7-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b0469f73-15cc-6a29-b5d7-3925896aa6b9-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-b0469f73-15cc-6a29-b5d7-3925896aa6bc-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b0469f73-15cc-6a29-b5d7-3925896aa6be-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_159bde72-5873-0e4b-7d21-b5bd486fa6d7-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_159bde72-5873-0e4b-7d21-b5bd486fa6d9-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_63b94912-9ac7-17f9-9a7e-73717e0253fa-057a36ee, #w-node-_63b94912-9ac7-17f9-9a7e-73717e0253fd-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_63b94912-9ac7-17f9-9a7e-73717e025407-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_63b94912-9ac7-17f9-9a7e-73717e025409-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_63b94912-9ac7-17f9-9a7e-73717e02540c-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_63b94912-9ac7-17f9-9a7e-73717e02540e-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_63b94912-9ac7-17f9-9a7e-73717e025411-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_63b94912-9ac7-17f9-9a7e-73717e025413-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_63b94912-9ac7-17f9-9a7e-73717e025416-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_63b94912-9ac7-17f9-9a7e-73717e025418-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_88c0955f-8ed2-ac59-2a3d-4bce317c43df-057a36ee, #w-node-_3e9f4e8e-47cf-ddb0-5714-640b02cb3323-057a36ee, #w-node-_3e9f4e8e-47cf-ddb0-5714-640b02cb3325-057a36ee, #w-node-_3e9f4e8e-47cf-ddb0-5714-640b02cb3331-057a36ee, #w-node-_3e9f4e8e-47cf-ddb0-5714-640b02cb333d-057a36ee, #w-node-_3e9f4e8e-47cf-ddb0-5714-640b02cb3349-057a36ee, #w-node-_3e9f4e8e-47cf-ddb0-5714-640b02cb3357-057a36ee, #w-node-_3e9f4e8e-47cf-ddb0-5714-640b02cb336a-057a36ee, #w-node-e4c3329d-e6ef-c3b8-a8ac-f9e556905b3f-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37b3ab2b-3312-a184-7839-16ac8d50ea13-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7d1f90bd-e325-c667-bd0b-5442e9e79d0c-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d1f90bd-e325-c667-bd0b-5442e9e79d0d-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6cda838f-2f3b-046e-1545-dc9ba1c665c0-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6cda838f-2f3b-046e-1545-dc9ba1c665c1-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1c7d925a-83f6-d5e4-66b0-400c940db08e-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c7d925a-83f6-d5e4-66b0-400c940db08f-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_39e39da0-8289-324c-46d9-47fd56ca5692-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_39e39da0-8289-324c-46d9-47fd56ca5693-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d19a9c75-f287-0a24-cc8f-ffdca76fd361-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d19a9c75-f287-0a24-cc8f-ffdca76fd362-057a36ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-bf768a8c-1923-6a01-4234-69bbda9667bb-da9667b5, #w-node-bf768a8c-1923-6a01-4234-69bbda9667bc-da9667b5, #w-node-bf768a8c-1923-6a01-4234-69bbda9667bd-da9667b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf768a8c-1923-6a01-4234-69bbda9667c2-da9667b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-bbd8c716-852a-072f-4e00-d5ae5fb1c4f5-36dc6b89, #w-node-_9d0cea9a-01c7-cc7a-41b6-82106eecfe65-36dc6b89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a3f37c5-6d10-1fc1-e8a6-80e77f88c248-36dc6b89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d72e3d97-ce08-d83c-779f-f54159575b4c-36dc6b89, #w-node-d72e3d97-ce08-d83c-779f-f54159575b50-36dc6b89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d72e3d97-ce08-d83c-779f-f54159575b51-36dc6b89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-fdff2f80-aec8-556f-2d97-5e3a0f4b18d2-36dc6b89, #w-node-fdff2f80-aec8-556f-2d97-5e3a0f4b18d4-36dc6b89, #w-node-fdff2f80-aec8-556f-2d97-5e3a0f4b18d6-36dc6b89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fdff2f80-aec8-556f-2d97-5e3a0f4b18d7-36dc6b89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_50ebbc6b-0dc3-70b3-8fa9-0cb51fdbad36-36dc6b89, #w-node-_50ebbc6b-0dc3-70b3-8fa9-0cb51fdbad38-36dc6b89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50ebbc6b-0dc3-70b3-8fa9-0cb51fdbad39-36dc6b89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b3d027f5-55c7-8b7e-3943-cc21e253bc31-36dc6b89, #w-node-b3d027f5-55c7-8b7e-3943-cc21e253bc33-36dc6b89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3d027f5-55c7-8b7e-3943-cc21e253bc34-36dc6b89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-eb1477f2-c2bb-78be-992d-b5a0d36a11fe-36dc6b89, #w-node-eb1477f2-c2bb-78be-992d-b5a0d36a1200-36dc6b89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb1477f2-c2bb-78be-992d-b5a0d36a1201-36dc6b89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_1559e094-802f-84a7-cae1-493a0bff149e-36dc6b89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_1559e094-802f-84a7-cae1-493a0bff149f-36dc6b89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2b4b5fc-3e1f-a9ea-37a2-7fd2abc711a9-36dc6b89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-d2b4b5fc-3e1f-a9ea-37a2-7fd2abc711aa-36dc6b89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49565871-cc65-5ea8-1d96-ab3f65f8d357-36dc6b89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_49565871-cc65-5ea8-1d96-ab3f65f8d358-36dc6b89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86aa1b79-9a9b-5155-577f-0f3869b9e2b5-36dc6b89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_86aa1b79-9a9b-5155-577f-0f3869b9e2b6-36dc6b89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e879bad-17c7-4a73-c346-5b6de52f973c-36dc6b89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_9e879bad-17c7-4a73-c346-5b6de52f973d-36dc6b89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_518e9f90-663f-8ead-f29f-f8e520567a30-36dc6b89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_518e9f90-663f-8ead-f29f-f8e520567a31-36dc6b89, #w-node-d925400d-7987-0240-6786-7d974c7562a7-7b8b8ec6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d925400d-7987-0240-6786-7d974c7562a8-7b8b8ec6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_183d9f5c-f74b-ebc9-6d83-7d383045a1a0-7b8b8ec6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_183d9f5c-f74b-ebc9-6d83-7d383045a1a1-7b8b8ec6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b6b992bd-7f7b-62d6-d39e-79c972de65ec-7b8b8ec6, #w-node-_7265ae19-c550-87a4-e8c1-ba5d914f0c1c-7b8b8ec6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7265ae19-c550-87a4-e8c1-ba5d914f0c1d-7b8b8ec6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_312c6791-c1e9-a645-7595-2304f2a09d48-7b8b8ec6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bb538f0-5fb1-d913-b757-14cc3c3311ea-7b8b8ec6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_3c5ac57d-76df-03dc-e1e5-693609414f43-7b8b8ec6, #w-node-_56d04d77-fe72-6d15-082b-4ae36a185506-7b8b8ec6, #w-node-bda4bab8-c1bf-e9db-af24-2ed2ca403e05-7b8b8ec6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1938886-4f24-fd61-c12e-edee8078e731-7b8b8ec6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ecf6c9b8-606c-79ee-a271-415c4adf0d45-7b8b8ec6, #w-node-ecf6c9b8-606c-79ee-a271-415c4adf0d4c-7b8b8ec6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_714de5a3-8329-90bc-6ccb-f91b7907ab6e-7b8b8ec6, #w-node-c255d543-25ff-3d3c-5b8c-760836a4578a-7b8b8ec6, #w-node-_0840544a-890d-ae0f-8324-d0b32cd0a674-7b8b8ec6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-_279b626c-8c21-c170-3f5c-5f8f2375e638-7b8b8ec6, #w-node-_940f724b-0db3-4261-cf38-2abab0cf0326-7b8b8ec6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0f622f2-dad1-6197-c325-6f4f622f4c39-7b8b8ec6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_18a12127-63df-157b-43c7-ae163d874e6c-7b8b8ec6, #w-node-_18a12127-63df-157b-43c7-ae163d874e6d-7b8b8ec6, #w-node-_3408264a-625d-38d4-16dc-d4a1476fc103-7b8b8ec6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3408264a-625d-38d4-16dc-d4a1476fc126-7b8b8ec6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4aea9299-a31e-5104-9aee-e6b73b648ccd-7b8b8ec6, #w-node-_4aea9299-a31e-5104-9aee-e6b73b648cce-7b8b8ec6, #w-node-_4aea9299-a31e-5104-9aee-e6b73b648cd0-7b8b8ec6, #w-node-_9ba5426b-86e4-d5c4-8d96-581beab1828e-7b8b8ec6, #w-node-_9ba5426b-86e4-d5c4-8d96-581beab18290-7b8b8ec6, #w-node-_9ba5426b-86e4-d5c4-8d96-581beab18291-7b8b8ec6, #w-node-_098cc5b3-109c-515e-3349-093b495909a3-7b8b8ec6, #w-node-_098cc5b3-109c-515e-3349-093b495909a4-7b8b8ec6, #w-node-_098cc5b3-109c-515e-3349-093b495909a1-7b8b8ec6, #w-node-_6c6a4661-d6b5-b5d0-9d42-2e09d84caaf0-7b8b8ec6, #w-node-_6c6a4661-d6b5-b5d0-9d42-2e09d84caae9-7b8b8ec6, #w-node-_6c6a4661-d6b5-b5d0-9d42-2e09d84caaea-7b8b8ec6, #w-node-_43b7191c-bcdb-bd8b-01f5-37bc91df0cb6-7b8b8ec6, #w-node-_43b7191c-bcdb-bd8b-01f5-37bc91df0cb7-7b8b8ec6, #w-node-_43b7191c-bcdb-bd8b-01f5-37bc91df0cc2-7b8b8ec6, #w-node-_384bd6cf-ac26-88ad-8d46-cdd505cc3f91-7cd97ade, #w-node-_384bd6cf-ac26-88ad-8d46-cdd505cc3f9d-7cd97ade, #w-node-_384bd6cf-ac26-88ad-8d46-cdd505cc3fa3-7cd97ade, #w-node-_384bd6cf-ac26-88ad-8d46-cdd505cc3fa6-7cd97ade, #w-node-_384bd6cf-ac26-88ad-8d46-cdd505cc3faa-7cd97ade {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#field.w-node-_34d88ca9-ee37-3411-e6bc-3e106d3981bd-7cd97ade {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_95dc7f88-3bdc-15a4-8679-cfb0547c4ac9-057a36ee {
    align-self: stretch;
  }

  #w-node-b0469f73-15cc-6a29-b5d7-3925896aa6a5-057a36ee {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3aa99221-4bd2-cb19-697f-82c6aa6be357-da9667b5 {
    grid-area: Area-2;
  }

  #w-node-d72e3d97-ce08-d83c-779f-f54159575b50-36dc6b89 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_906f98dc-af32-e041-2cf3-b27f50e74188-057a36ee {
    justify-self: start;
  }

  #w-node-bf768a8c-1923-6a01-4234-69bbda9667bd-da9667b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bf768a8c-1923-6a01-4234-69bbda9667c2-da9667b5 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3e495ab5-6e10-0b1b-657c-71d4ffc87393-057a36ee {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_906f98dc-af32-e041-2cf3-b27f50e74188-057a36ee, #w-node-_7723a700-3414-ae96-2335-4f5ad3dc5bfa-057a36ee {
    place-self: center;
  }

  #w-node-_6cda838f-2f3b-046e-1545-dc9ba1c665bf-057a36ee {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bf768a8c-1923-6a01-4234-69bbda9667bb-da9667b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-bf768a8c-1923-6a01-4234-69bbda9667bd-da9667b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bf768a8c-1923-6a01-4234-69bbda9667c2-da9667b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_3aa99221-4bd2-cb19-697f-82c6aa6be357-da9667b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


