:root {
  --white: white;
  --black: black;
  --grey: var(--white);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar {
  background-color: #003a5d;
  border: 0 #000;
  height: 106px;
  padding-top: 29px;
  padding-bottom: 0;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.logo-block {
  z-index: 10;
  margin-right: 30px;
}

.logo {
  height: 40px;
  margin-top: 3px;
}

.nav-menu {
  z-index: 1;
  border-radius: 4px;
  margin-top: 5px;
}

.nav-link {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-right: 3px;
  padding: 11px 15px;
  font-size: 13px;
  line-height: 12px;
  transition: background-color .2s, border .2s;
}

.nav-link:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, .2);
}

.nav-link.light {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 2px;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-style: normal;
}

.nav-link.light:hover {
  border-color: rgba(255, 255, 255, .2);
}

.nav-link.light.w--current {
  text-transform: none;
  border-color: rgba(255, 255, 255, .2);
  font-style: normal;
}

.nav-link.light-copy {
  color: #fff;
  text-transform: none;
  background-color: #1bc1c1;
  margin-left: 20px;
  margin-right: 2px;
  padding-top: 12px;
  padding-left: 35px;
  padding-right: 35px;
  font-style: normal;
}

.nav-link.light-copy:hover, .nav-link.light-copy.w--current {
  border-color: rgba(255, 255, 255, .2);
}

.hero-background-video {
  background-image: url('../images/hero1.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: auto;
}

.hero-block-overlay {
  color: #fff;
  background-color: rgba(0, 0, 0, .25);
  padding-top: 270px;
  padding-bottom: 250px;
}

.hero-block-overlay.business {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: cover;
  object-position: 50% 50%;
  background-image: url('../images/hero1.jpg');
  background-size: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 240px;
  padding-bottom: 500px;
  display: block;
  overflow: visible;
}

.container {
  position: relative;
}

.container.hero-container {
  z-index: 5;
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  max-width: 80%;
  display: flex;
  top: 447px;
}

.large-hero-title {
  color: #fff;
  width: 90%;
  margin: 0 auto 30px;
  font-size: 45px;
  font-weight: 300;
  line-height: 47px;
  display: block;
}

.large-hero-title-bold {
  font-weight: 700;
}

.container-2 {
  max-width: 1200px;
}

.container-3 {
  background-color: #003a5d;
  max-width: 1200px;
}

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

.rl-styleguide_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

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

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

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

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

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

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

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

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

.background-color-alternative {
  background-color: #34332c;
}

.padding-xlarge {
  padding: 4rem;
}

.main-wrapper {
  width: auto;
  height: auto;
  margin-top: 0;
}

.heading-1 {
  z-index: 50;
  color: var(--white);
  text-align: right;
  letter-spacing: .5px;
  width: 700px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Figtree, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 60px;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

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

.padding-0 {
  padding: 0;
}

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

.button {
  color: #fff;
  text-align: center;
  background-color: #0c234b;
  border: 0 solid #34332c;
  align-self: auto;
  padding: .75rem 4rem;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

.button.is-alternate {
  color: #34332c;
  background-color: #fff;
  border-color: #fff;
}

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

.margin-xlarge {
  margin: 4rem;
}

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

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

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

.padding-xxlarge {
  padding: 5rem;
}

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

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

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

.margin-top {
  margin: 41px 0 0;
}

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

.margin-top.margin-medium {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

.form_checkbox-label {
  margin-bottom: 0;
}

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

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

.rl-styleguide_heading {
  z-index: 4;
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

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

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

.background-color-black {
  background-color: #34332c;
}

.margin-xsmall {
  margin: 1rem;
}

.rl-styleguide_callout-heading-wrapper {
  font-size: 1.25rem;
  font-weight: 600;
}

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

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

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

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

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

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

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

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

.padding-small {
  padding: 1.5rem;
}

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

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

.container-small {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rl-styleguide_nav-link {
  color: #fff;
  border-radius: .25rem;
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  color: #34332c;
  background-color: #fff;
}

.background-color-secondary {
  background-color: #eee;
}

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

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

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

.margin-bottom {
  width: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 47px;
}

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

.margin-bottom.margin-xhuge, .margin-bottom.margin-large, .margin-bottom.margin-huge, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xxlarge {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin: 0;
  padding-bottom: 0;
  display: flex;
}

.margin-bottom.margin-small {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 0;
  display: flex;
}

.margin-bottom.margin-0, .margin-bottom.margin-custom2, .margin-bottom.margin-medium, .margin-bottom.margin-xlarge, .margin-bottom.margin-xxhuge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

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

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 100%;
  position: relative;
}

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

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: rgba(190, 74, 165, .1);
}

.pointer-events-none {
  pointer-events: none;
}

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

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

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

.background-color-tertiary {
  background-color: #aaa;
}

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

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

.form_radio-label {
  margin-bottom: 0;
}

.form_message-error {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

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

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

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

.padding-section-large {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  min-width: auto;
  max-width: 85%;
  margin-top: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

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

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

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

.margin-huge {
  margin: 6rem;
}

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

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

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

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

.hide {
  display: none;
}

.padding-global {
  color: #444;
  text-align: left;
  object-fit: cover;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding: 2% 5%;
  display: block;
}

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

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

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

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

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: rgba(0, 0, 0, .6);
}

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

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

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

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

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

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

.text-color-primary {
  color: #34332c;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

.form_message-success-wrapper {
  padding: 0;
}

.container-large {
  text-align: center;
  object-fit: fill;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
}

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

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

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

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

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

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

.padding-vertical.padding-xxlarge {
  object-fit: fill;
  padding: 4rem 0;
}

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

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

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

.pointer-events-auto {
  pointer-events: auto;
}

.margin-xxhuge {
  margin: 10rem;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

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

.max-width-large {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 600px;
  max-width: 30rem;
  display: flex;
}

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

.aspect-ratio-square {
  aspect-ratio: 1;
}

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

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

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

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

.margin-0 {
  margin: 0;
}

.rl-styleguide_nav {
  z-index: 1000;
  background-color: #161616;
  border-radius: .75rem;
  margin-top: 1rem;
  padding: .5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
}

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

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

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

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

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

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
}

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

.form_field-wrapper {
  position: relative;
}

.padding-xhuge {
  padding: 7rem;
}

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

.heading-5 {
  font-family: Figtree, sans-serif;
  font-size: 26px;
}

.text-color-white {
  color: #34332c;
  font-family: Bitter, serif;
  font-weight: 400;
}

.margin-xhuge {
  margin: 7rem;
}

.text-size-medium {
  color: #666;
  text-align: left;
  font-size: 1.125rem;
  overflow: visible;
}

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

.padding-large {
  padding: 3rem;
}

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

.rl-styleguide_callout-link-wrapper-colors {
  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);
  border-radius: .6875rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

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

.padding-xsmall {
  padding: 1rem;
}

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

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

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

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

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

.rl-styleguide_callout-link_colors {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

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

.margin-xxlarge {
  margin: 5rem;
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.overflow-auto {
  overflow: auto;
}

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

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

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

.heading-3 {
  font-family: Figtree, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1;
}

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

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

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

.heading-6 {
  font-family: Figtree, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.text-color-secondary {
  color: #34332c;
}

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

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

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

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

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

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

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

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

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

.form_message-success {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.padding-bottom, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xsmall, .padding-bottom.padding-custom3, .padding-bottom.padding-0, .padding-bottom.padding-medium {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-xxlarge {
  padding: 0 0 1rem;
}

.padding-bottom.padding-tiny, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom1, .padding-bottom.padding-large, .padding-bottom.padding-xxhuge, .padding-bottom.padding-huge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.rl-styleguide_subheading {
  z-index: 3;
  background-color: #eee;
  border-radius: .75rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

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

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

.icon-embed-xsmall {
  clear: none;
  aspect-ratio: auto;
  opacity: 1;
  color: #0c234b;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: .75rem;
  font-weight: 300;
  display: flex;
  position: static;
  overflow: visible;
}

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

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

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

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

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

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

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

.heading-style-h5 {
  color: #666;
  font-family: Bitter, serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.overflow-hidden {
  overflow: hidden;
}

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

.margin-large {
  margin: 3rem;
}

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

.margin-medium {
  margin: 2rem;
}

.overflow-scroll {
  overflow: scroll;
}

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

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

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

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

.padding-xxhuge {
  padding: 10rem;
}

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

.heading-4 {
  font-family: Figtree, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

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

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

.padding-medium {
  padding: 2rem;
}

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

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

.padding-huge {
  padding: 6rem;
}

.margin-small {
  margin: 1.5rem;
}

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

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

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.heading-2 {
  font-family: Figtree, sans-serif;
  font-size: 36px;
  font-weight: 600;
}

.heading-7 {
  font-size: 44px;
  line-height: 42px;
}

.body {
  display: block;
  overflow: hidden;
}

.hero_block1 {
  object-fit: fill;
  background-image: url('../images/hero1_1.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 900px;
  padding-top: 250px;
  padding-bottom: 250px;
}

.image {
  z-index: 50;
  float: right;
  order: 0;
  align-self: flex-start;
  width: 360px;
  max-width: 100%;
  padding-top: 128px;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 18rem;
  right: auto;
  overflow: visible;
}

.container-4 {
  max-width: 80%;
  position: static;
  top: -87px;
}

.image-2 {
  margin-bottom: 9px;
  margin-left: 85px;
  position: static;
}

.image-2-copy {
  margin-left: 85px;
  padding-top: 8px;
  padding-bottom: 8px;
  position: static;
}

.image-2-copy-copy {
  margin-left: -3px;
  position: static;
}

.image-2-copy-22 {
  margin-left: 0;
  position: static;
}

.footer_component {
  background-color: #2c2c2c;
  height: 225px;
}

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

.paragraph {
  text-align: center;
}

.paragraph-2 {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.paragraph-3 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: block;
}

.text-block {
  width: auto;
  min-width: 0;
  max-width: none;
  display: block;
}

.container-6 {
  text-align: center;
  max-width: 1200px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-2 {
  color: #0c0c0c;
  text-align: center;
  margin-bottom: 38px;
  font-family: Figtree, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  max-width: 550px;
  margin-left: 0%;
  margin-right: 10%;
  display: flex;
}

.shadow-two {
  flex: 0 auto;
  align-self: auto;
  width: 500px;
  max-width: none;
  margin-right: 0;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.margin-bottom-24px {
  color: #4d4d4d;
  width: 100%;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 16px;
  line-height: 30px;
}

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

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

.section03 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 0;
  position: relative;
}

.hero-split-copy {
  flex-direction: column;
  order: 0;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  max-width: 100%;
  margin-left: 0%;
  margin-right: 5%;
  display: flex;
}

.heading-8 {
  color: #1dcad3;
  font-family: Figtree, sans-serif;
  font-size: 42px;
  font-weight: 700;
}

.text-span {
  color: #003a5d;
}

.text-span-2, .text-span-3 {
  color: #003a5d;
  font-family: Figtree, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 50px;
}

.div-block {
  opacity: 1;
}

.image-3 {
  text-align: left;
  align-self: flex-start;
  width: 55px;
  margin-top: 10px;
  padding-bottom: 15px;
}

.section04 {
  background-color: #1dcad3;
  border: 0 #000;
  border-radius: 0;
  padding: 40px 30px 60px;
  position: relative;
}

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

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 61px;
  padding-right: 4px;
  display: flex;
}

.pricing-image {
  object-fit: fill;
  align-self: flex-start;
  width: 55px;
  max-width: none;
  height: 55px;
  margin-bottom: 16px;
}

.pricing-card-text {
  color: #ececec;
  text-align: left;
  margin-bottom: 20px;
  font-family: Figtree, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.heading-9 {
  color: #fff;
  text-align: left;
  align-self: flex-start;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.image-4 {
  align-self: flex-start;
  width: 70px;
  margin-top: 5px;
}

.section05 {
  -webkit-text-fill-color: inherit;
  background-color: #2c2c2c;
  background-clip: border-box;
  padding-bottom: 40px;
}

.container-synchro {
  max-width: 1200px;
  padding-bottom: 60px;
}

.testimonial-image-left {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.testimonial-wrapper-four {
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.testimonial-left {
  width: 30%;
  margin-right: 64px;
}

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

.testimonial-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.heading-small {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.heading-small.margin-bottom-32px {
  color: #fff;
}

.testimonial-text-four {
  color: #e1e1e1;
  margin-bottom: 32px;
  font-family: Figtree, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 36px;
}

.testimonial-author-name-three {
  color: #fff;
  margin-bottom: 10px;
}

.text-span-4 {
  color: #1dcad3;
  font-weight: 700;
}

.container_49percent {
  max-width: 1000px;
  margin-bottom: 70px;
}

.text-span-4-copy {
  color: #1dcad3;
  font-size: 200px;
  font-weight: 400;
}

.text-span-4-copy-copy {
  color: #1dcad3;
  font-size: 50px;
  font-weight: 400;
  display: inline;
}

.testimonial-text-four-copy-copy {
  color: var(--white);
  margin-bottom: 53px;
  margin-left: 7px;
  font-family: Figtree, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
}

.testimonial-text-four-copy {
  color: var(--white);
  margin-bottom: 32px;
  font-family: Figtree, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 36px;
}

.testimonial-right-copy {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.testimonial-left-copy {
  width: 40%;
  margin-right: 64px;
}

.container-percent {
  max-width: 1200px;
  height: 200px;
  margin-bottom: 80px;
}

.text-block-3 {
  text-align: left;
  color: #1dcad3;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 170px;
  font-weight: 100;
}

.text-block-4 {
  color: #fff;
  margin-top: 26px;
  font-family: Figtree, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 38px;
  position: relative;
}

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

.quick-stack {
  padding: 0;
}

.pricing-image-copy {
  object-fit: fill;
  align-self: flex-start;
  width: 65px;
  max-width: none;
  height: 65px;
  margin-bottom: 6px;
}

.image-5 {
  width: 450px;
  margin-left: 43px;
  position: relative;
  left: -35px;
}

.container-agent {
  max-width: 1200px;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-6 {
  z-index: 0;
  width: 600px;
  max-width: none;
  position: relative;
  top: -160px;
  left: -152px;
}

.image-7 {
  z-index: 10;
  padding-left: 12px;
  position: relative;
  left: 33px;
}

.div-block-2 {
  position: absolute;
}

.image-8 {
  width: 700px;
  position: absolute;
  top: 363px;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.section06 {
  margin-top: 48px;
}

.container-10 {
  max-width: 1200px;
  padding-top: 80px;
  padding-bottom: 75px;
}

.text-span-4-copy {
  color: #1dcad3;
  font-weight: 700;
}

.text-block-5 {
  color: #003a5d;
  text-align: center;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
}

.text-span-5 {
  color: #1dcad3;
}

.quick-stack-2 {
  padding: 0;
}

.image-9 {
  text-align: left;
  width: 775px;
  margin-top: 16px;
  padding-left: 8px;
}

.section07 {
  margin-bottom: 30px;
}

.container-11 {
  max-width: 1200px;
}

.image-10 {
  border-radius: 10px;
  width: 70%;
}

.quick-stack-3 {
  margin-top: 74px;
  padding: 0;
}

.text-block-4-copy {
  color: #696969;
  padding-top: 50px;
  font-family: Figtree, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 38px;
  position: relative;
}

.text-block-6 {
  color: #737373;
  margin-top: 22px;
  font-family: Figtree, sans-serif;
  font-size: 16px;
}

.text-span-6 {
  color: #4c4c4c;
  font-weight: 800;
}

.container-12 {
  max-width: 1000px;
}

.section08 {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px #e4ebf3;
  border-left: 0 solid #fff;
  padding: 60px 30px 25px;
  position: relative;
}

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

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

.features-block {
  text-align: center;
  border-left: 1px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.features-title {
  color: #1dcad3;
  margin-bottom: 8px;
  padding-right: 60px;
  font-family: Figtree, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.text-block-7 {
  text-align: left;
  width: 160px;
  font-family: Figtree, sans-serif;
  font-size: 16px;
}

.text-block-8, .text-block-9, .text-block-10 {
  text-align: left;
  width: 155px;
  font-family: Figtree, sans-serif;
  font-size: 16px;
}

.html-embed {
  width: 100px;
  position: relative;
  right: -40px;
}

.div-block-3 {
  position: absolute;
}

.html-embed-copy {
  width: 100px;
  position: relative;
  right: -40px;
}

.div-block-4 {
  position: absolute;
}

.container-14 {
  max-width: 1000px;
}

.section09 {
  background-image: url('../images/cta_bg.svg');
  background-position: 0 0;
  background-size: cover;
  height: 700px;
}

.quick-stack-4 {
  padding: 0;
}

.container-15 {
  max-width: 1000px;
  padding-top: 259px;
  padding-left: 0;
}

.quick-stack-5 {
  padding: 0;
}

.text-block-11 {
  font-family: Lato, sans-serif;
}

.text-block-12 {
  color: #003a5d;
  font-family: Figtree, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 65px;
}

.text-span-7 {
  color: #1dcad3;
}

.text-block-13 {
  margin-bottom: 20px;
  padding-top: 18px;
  padding-left: 3px;
  font-family: Figtree, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.button03 {
  text-align: center;
  background-color: #1dcad3;
  border-radius: 4px;
  width: 157px;
  height: 40px;
  padding-top: 10px;
  font-family: Figtree, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.cell-2 {
  padding-top: 81px;
}

.div-block-5 {
  width: 550px;
  margin-right: 58px;
  padding-left: 0;
  padding-right: 0;
}

.footer-subscribe {
  background-color: #2c2c2c;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container-16 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

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

.button-primary-2.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  text-align: right;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: auto;
  margin-left: -20px;
  margin-right: -20px;
  display: block;
}

.footer-link-three {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Figtree, sans-serif;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #cecece;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #505050;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 20px;
}

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

.footer-copyright {
  color: gray;
  font-family: Figtree, sans-serif;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: gray;
  margin-left: 24px;
  font-family: Figtree, sans-serif;
  font-weight: 300;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.cell-3 {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.quick-stack-6 {
  text-align: left;
  padding: 0;
}

.div-block-6 {
  align-self: flex-start;
  width: 100%;
}

.cell-4 {
  justify-content: flex-start;
  align-items: flex-end;
}

.navbar-copy {
  background-color: rgba(0, 58, 93, 0);
  border: 0 #000;
  height: 106px;
  padding-top: 29px;
  padding-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.container-3-copy3 {
  background-color: rgba(0, 58, 93, 0);
  max-width: 1200px;
}

.logo-block-copy {
  z-index: 10;
  margin-right: 30px;
}

.text-span-8 {
  font-weight: 800;
  line-height: 32px;
}

.image-11 {
  text-align: left;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-14 {
  color: #1dcad3;
  text-transform: uppercase;
  padding-bottom: 9px;
  font-family: Figtree, sans-serif;
  font-weight: 600;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px rgba(150, 163, 181, .12);
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px rgba(150, 163, 181, .3);
}

.pricing-image-2 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

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

.button-primary-3.outline-button {
  color: #1a1b1f;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-3.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider {
  background-color: rgba(118, 135, 157, .1);
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px rgba(150, 163, 181, .2);
}

.monthly-pricing {
  max-width: 1200px;
}

.text-block-15 {
  color: #003a5d;
  padding-top: 69px;
  padding-bottom: 15px;
  font-family: Figtree, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.text-block-basic-pro {
  color: #1dcad3;
  cursor: pointer;
  padding-bottom: 55px;
  font-family: Figtree, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 17px;
}

.text-block-17 {
  color: #003a5d;
  padding-bottom: 20px;
  font-family: Figtree, sans-serif;
  font-size: 55px;
  font-weight: 300;
}

.text-block-18 {
  color: #0c0c0c;
  padding-bottom: 0;
  padding-left: 5px;
  font-family: Figtree, sans-serif;
  font-size: 14px;
}

.text-block-19 {
  color: #0c0c0c;
  padding-bottom: 15px;
  font-family: Figtree, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 22px;
}

.text-block-20, .text-block-21 {
  color: #0c0c0c;
  padding-bottom: 15px;
  font-family: Figtree, sans-serif;
  font-size: 15px;
}

.text-block-22 {
  color: #0c0c0c;
  padding-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 15px;
}

.div-block-7 {
  border: 1px solid #ddd;
  width: 100%;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.price-wrapper-1, .price-wrapper-2 {
  width: 100%;
}

.price-wrapper-3 {
  background-color: #1dcad3;
  border-radius: 12px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 57px 35px 35px;
}

.price-wrapper-4 {
  width: 100%;
}

.button03-copy {
  text-align: center;
  background-color: #003a5d;
  border-radius: 4px;
  width: 157px;
  height: 40px;
  padding-top: 10px;
  font-family: Figtree, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.text-block-18-copy {
  color: #fff;
  padding-bottom: 0;
  padding-left: 5px;
  font-family: Figtree, sans-serif;
  font-size: 14px;
}

.text-block-19-copy {
  color: #fff;
  padding-bottom: 15px;
  font-family: Figtree, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 22px;
}

.text-block-20-copy, .text-block-21-copy {
  color: #fff;
  padding-bottom: 15px;
  font-family: Figtree, sans-serif;
  font-size: 15px;
}

.text-block-22-copy {
  color: #fff;
  padding-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 15px;
}

.text-block-15-copy {
  color: #fff;
  margin-top: 15px;
  padding-bottom: 15px;
  font-family: Figtree, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.text-block-17-copy-copy {
  color: #fff;
  padding-bottom: 25px;
  font-family: Figtree, sans-serif;
  font-size: 55px;
  font-weight: 300;
}

.text-block-17-copy {
  color: #003a5d;
  padding-bottom: 20px;
  font-family: Figtree, sans-serif;
  font-size: 50px;
  font-weight: 300;
}

.image-12 {
  font-family: Figtree, sans-serif;
  position: relative;
  top: -43px;
  left: -22px;
}

.div-block-8 {
  position: absolute;
}

.cell-5 {
  padding-left: 5px;
  padding-right: 20px;
}

.quick-stack-7 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  border: 1.5px solid #c2c2c2;
  border-radius: 7px;
  width: 220px;
  height: 51px;
  padding: 5px 6px 0;
}

.div-block-9 {
  text-align: center;
}

.div-block-10 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-monthly {
  color: #585858;
  background-color: #e5e5e5;
  border-radius: 6px;
  width: 100%;
  margin-right: 0;
  font-size: 15px;
}

.button-annual {
  color: #585858;
  background-color: #fff;
  border-radius: 6px;
  width: 100%;
  margin-right: 0;
  font-size: 15px;
}

.annual-pricing {
  max-width: 1200px;
}

.text-block-16-annual {
  color: #0c0c0c;
  padding-bottom: 55px;
  font-family: Figtree, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
}

.text-block-16-copy {
  color: #1dcad3;
  padding-bottom: 55px;
  font-family: Figtree, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 17px;
}

.text-block-16-copy-copy {
  color: var(--white);
  cursor: pointer;
  padding-bottom: 47px;
  font-family: Figtree, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 17px;
}

.text-block-annual-white {
  color: var(--white);
  padding-bottom: 47px;
  font-family: Figtree, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
}

.text-block-enterprise {
  color: #0c0c0c;
  padding-bottom: 55px;
  font-family: Figtree, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
}

.section02-pricing {
  margin-bottom: 50px;
}

.container-18 {
  background-color: #2c2c2c;
  border-radius: 10px;
  max-width: 1200px;
  height: auto;
  padding-top: 36px;
  padding-bottom: 60px;
}

.text-block-23 {
  color: var(--white);
  text-align: center;
  padding-top: 68px;
  padding-bottom: 30px;
  font-family: Figtree, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.text-block-24 {
  color: var(--white);
  text-align: center;
  width: 65%;
  padding-bottom: 95px;
  font-family: Figtree, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

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

.quick-stack-8 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  padding-left: 90px;
  padding-right: 90px;
}

.text-block-25 {
  color: #fff;
  font-family: Figtree, sans-serif;
  font-size: 24px;
}

.image-4-sep01 {
  opacity: .4;
  align-self: flex-start;
  width: 70px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.text-block-26 {
  color: #fff;
  padding-bottom: 41px;
  font-family: Figtree, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 32px;
}

.div-block-12 {
  padding-bottom: 49px;
}

.div-block-13 {
  padding-bottom: 0;
}

.text-block-26-copy {
  color: #fff;
  padding-bottom: 55px;
  font-family: Figtree, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 32px;
}

.container-19 {
  max-width: 1200px;
  padding-top: 50px;
}

.text-block-27 {
  color: #1b365d;
  text-align: center;
  text-transform: uppercase;
  padding-top: 26px;
  padding-bottom: 50px;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.text-span-9 {
  color: #1dcad3;
}

.section01-demo {
  background-image: url('../images/demo_bg.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto 40%;
}

.container-20 {
  max-width: 1100px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 90px;
  padding-bottom: 193px;
}

.quick-stack-9 {
  padding: 0;
}

.text-block-book-a-free {
  color: #003a5d;
  text-align: center;
  margin-bottom: 0;
  padding-top: 79px;
  font-family: Figtree, sans-serif;
  font-size: 39px;
  font-weight: 700;
  line-height: 40px;
}

.cell-6 {
  background-color: rgba(243, 243, 243, 0);
}

.text-block-28 {
  color: #0c0c0c;
  padding-bottom: 20px;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  line-height: 33px;
}

.image-3-copy {
  width: 55px;
  margin-top: 10px;
  padding-bottom: 15px;
}

.sep-01-demo {
  width: 55px;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-block-29 {
  color: #003a5d;
  font-family: Figtree, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
}

.container-21 {
  max-width: 1100px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.quick-stack-10 {
  text-align: left;
  padding: 0;
}

.container-22 {
  max-width: 1200px;
  margin-left: auto;
  padding-left: 400px;
}

.container-23 {
  max-width: 1200px;
  padding-left: 0;
}

.container-24 {
  max-width: 1350px;
}

.quick-stack-11 {
  padding: 0;
}

.div-block-14 {
  position: absolute;
}

.html-embed-2 {
  width: 100%;
}

.div-block-15 {
  width: 100%;
  height: 100%;
}

.section01-privacy {
  margin-left: 20px;
  margin-right: 20px;
}

.container-25 {
  max-width: 1000px;
  padding: 60px 20px 80px;
}

.text-block-30 {
  font-family: Figtree, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.heading-10 {
  margin-bottom: 54px;
  font-family: Figtree, sans-serif;
  font-size: 36px;
}

.section02-contact {
  background-color: #fff;
  border: 0 #000;
  border-radius: 0;
  padding: 40px 30px 0;
  position: relative;
}

.container-contact2-1 {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.heading-9-contact, .heading-10-contact, .heading-11-contact {
  color: #003a5d;
  text-align: left;
  align-self: flex-start;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.pricing-card-text-copy {
  color: #ececec;
  text-align: left;
  text-align: left;
  text-align: left;
  margin-bottom: 20px;
  font-family: Figtree, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

.pricing-card-text-copy-copy {
  color: #333;
  text-align: left;
  margin-bottom: 20px;
  font-family: Figtree, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

.paragraph-4, .paragraph-5, .paragraph-6 {
  text-align: left;
  width: 100%;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.image-3-copy {
  text-align: left;
  align-self: flex-start;
  width: 55px;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.hero_block1-copy {
  object-fit: fill;
  background-image: url('../images/hero1_1.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 900px;
  padding-top: 250px;
  padding-bottom: 250px;
}

.hero_block1-copy-copy {
  object-fit: fill;
  background-image: url('../images/hero-faq.webp');
  background-position: 0 0;
  background-size: cover;
  height: 500px;
  padding-top: 250px;
  padding-bottom: 250px;
}

.container-contact-05 {
  max-width: 1100px;
}

.heading-contact01 {
  z-index: 50;
  color: var(--white);
  text-align: right;
  letter-spacing: .5px;
  margin-top: 8.7rem;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 60px;
  position: relative;
  top: 0%;
  bottom: auto;
  left: -155px;
  right: 0%;
}

.hero-contact01 {
  text-align: right;
  font-size: 65px;
  font-weight: 700;
  position: relative;
  left: 149px;
}

.contact-element-01 {
  width: 400px;
  position: absolute;
  top: 193px;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.pricing-card-three-copy {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 45px;
  padding-right: 4px;
  display: flex;
}

.section05-faq {
  background-image: url('../images/faq_bg.svg');
  background-position: 0 0;
  background-size: cover;
  height: 700px;
}

.container-15-faq {
  max-width: 1000px;
  padding-top: 259px;
  padding-left: 100px;
}

.quick-stack-5-faq {
  padding: 0;
}

.cell-4-faq {
  justify-content: flex-start;
  align-items: flex-end;
}

.div-block-5-faq {
  width: 550px;
  padding-left: 0;
}

.text-block-12-faq {
  color: #003a5d;
  font-family: Figtree, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 65px;
}

.text-block-13-faq {
  margin-bottom: 20px;
  padding-top: 18px;
  padding-left: 3px;
  font-family: Figtree, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.button03-faq {
  text-align: center;
  background-color: #1dcad3;
  border-radius: 4px;
  width: 157px;
  height: 40px;
  padding-top: 10px;
  font-family: Figtree, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

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

.text-size-medium-2 {
  color: #666;
  text-align: left;
  font-size: 1rem;
  overflow: visible;
}

.text-size-medium-2.text-weight-bold {
  color: var(--white);
  font-family: Figtree, sans-serif;
  font-size: 24px;
}

.home_faq_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.text-span-26 {
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.home_faq_question {
  cursor: pointer;
  border: 1px #fff;
  border-top: 1px solid #3ed8d8;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.section_home_faq {
  background-color: #1bc1c1;
}

.padding-global-copy {
  color: #444;
  text-align: left;
  object-fit: cover;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding: 3% 5% 0%;
  display: block;
}

.div-block-16 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  margin-bottom: 100px;
  display: block;
}

.div-block-17.container-large-2 {
  margin-top: 40px;
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.div-block-12-copy {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

.text-span-22-copy {
  color: #666;
  font-size: 1rem;
  font-weight: 400;
}

.home_faq_answer {
  overflow: hidden;
}

.heading-32 {
  text-transform: uppercase;
  font-family: Great Vibes, cursive;
  font-size: 2.3rem;
}

.div-block-18 {
  text-align: left;
}

.heading-33 {
  color: #34332c;
  text-align: center;
  align-self: center;
}

.text-span-22 {
  color: #f2b800;
  font-family: Oswald, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.home_faq_component {
  border-bottom: 1px #34332c;
}

.text-span-44 {
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 2rem;
}

.text-block-31 {
  padding-top: 10px;
}

.section04-faq {
  background-color: #1bc1c1;
}

.paragraph-15, .paragraph-16, .paragraph-17, .paragraph-18, .paragraph-19, .paragraph-20, .paragraph-21 {
  font-family: Figtree, sans-serif;
  font-size: 16px;
}

.hero_block1-contact {
  object-fit: fill;
  background-image: url('../images/hero-contact.webp');
  background-position: 0 0;
  background-size: cover;
  height: 500px;
  padding-top: 250px;
  padding-bottom: 250px;
}

.container-27 {
  max-width: 1200px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.container-28 {
  max-width: 1100px;
}

.text-block-2-faq {
  color: #0c0c0c;
  text-align: center;
  margin-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Figtree, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
}

.container-24-faq {
  max-width: 1300px;
}

.quick-stack-11-copyfaq {
  padding: 0;
}

.shadow-two-copyfaq {
  flex: 0 auto;
  align-self: center;
  width: 500px;
  max-width: none;
  margin-right: 0;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.div-block-14-copyfaq {
  position: absolute;
}

.image-copyfaq {
  z-index: 50;
  float: right;
  order: 0;
  align-self: flex-start;
  width: 320px;
  max-width: 100%;
  padding-top: 128px;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 18rem;
  right: auto;
}

.heading-8-copyfaq {
  color: #1dcad3;
  font-family: Figtree, sans-serif;
  font-size: 42px;
  font-weight: 400;
}

.image-3-copyfaq {
  text-align: left;
  align-self: flex-start;
  width: 55px;
  margin-top: 10px;
  padding-bottom: 15px;
}

.margin-bottom-24px-copyfaq {
  color: #4d4d4d;
  width: 100%;
  margin-bottom: 24px;
  padding-left: 0;
  padding-right: 75px;
  font-size: 16px;
  line-height: 30px;
}

.text-span-2-copyfaq, .text-span-3-copyfaq {
  color: #003a5d;
  font-family: Figtree, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 50px;
}

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

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

.div-block-19 {
  align-self: center;
}

.cell-9 {
  justify-content: flex-start;
  align-items: center;
}

.div-block-20 {
  align-self: flex-end;
  margin-top: 10px;
}

.div-block-21 {
  width: auto;
}

.container-29 {
  max-width: 1200px;
  padding-left: 0;
}

.div-block-22 {
  position: absolute;
  top: 575px;
  bottom: auto;
  left: auto;
  right: 10%;
}

.container-percent-copy {
  max-width: 1200px;
  height: 200px;
  margin-bottom: 0;
}

.quick-stack-percent-copy {
  padding: 0;
}

.cell-percent-01-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.text-block-percent-02-4-copy {
  color: #fff;
  font-family: Figtree, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 38px;
  position: relative;
}

.div-block-25 {
  padding-left: 40px;
}

.image-13 {
  width: 600px;
  max-width: none;
  position: relative;
  top: -168px;
  left: -103px;
}

.div-block-27 {
  position: absolute;
}

.quick-stack-2-copy {
  padding: 0;
}

.cell-8-copy {
  text-align: left;
}

.div-block-19-copy {
  align-self: center;
}

.text-block-5-copy {
  color: #003a5d;
  text-align: center;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
}

.container-10-copy {
  max-width: 1200px;
  padding-top: 80px;
  padding-bottom: 75px;
}

.container-30 {
  max-width: 1100px;
}

.image-14 {
  display: none;
}

.image-9-copy {
  text-align: left;
  width: 775px;
  margin-top: 16px;
  padding-left: 8px;
}

.image-15, .image-20, .image-21 {
  display: none;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .nav-menu {
    background-color: #292c31;
    border-radius: 0;
    margin-top: 0;
  }

  .nav-link {
    color: #fff;
    border-radius: 0;
    width: 100%;
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
  }

  .nav-link:hover {
    color: #fff;
    background-color: #000;
  }

  .nav-link.light {
    border-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    width: 100%;
    max-width: 1500px;
    margin-right: 0;
    padding-left: 35px;
    padding-right: 35px;
  }

  .nav-link.light:hover {
    background-color: #000;
  }

  .nav-link.light.w--current {
    border-color: rgba(0, 0, 0, 0);
  }

  .nav-link.light-copy {
    border-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    width: 100%;
    max-width: 1500px;
    margin-right: 0;
    padding-left: 35px;
    padding-right: 35px;
  }

  .nav-link.light-copy:hover {
    background-color: #000;
  }

  .nav-link.light-copy.w--current {
    border-color: rgba(0, 0, 0, 0);
  }

  .transparant-menu-button {
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 4px;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .transparant-menu-button:hover {
    background-color: rgba(0, 0, 0, .3);
  }

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

  .hero-background-video {
    background-image: url('../images/Photo-9.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .hero-block-overlay {
    padding: 170px 45px 140px;
  }

  .hero-block-overlay.business {
    background-color: rgba(0, 0, 0, .45);
    padding-top: 150px;
    padding-bottom: 120px;
  }

  .large-hero-title {
    width: 90%;
  }

  .hide-tablet {
    display: none;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .heading-1 {
    width: 700px;
    margin-top: 12.1rem;
    margin-left: 455px;
    font-size: 2.5rem;
    line-height: 50px;
    left: -48px;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

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

  .padding-xxlarge {
    padding: 4.5rem;
  }

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

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

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

  .spacer-huge {
    padding-top: 5rem;
  }

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

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

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

  .padding-section-large {
    max-width: none;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .margin-huge {
    margin: 5rem;
  }

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

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

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

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

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

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

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

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

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

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

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

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

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

  .margin-large {
    margin: 2.5rem;
  }

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

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

  .padding-huge {
    padding: 5rem;
  }

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

  .hero_block1 {
    background-image: url('../images/hero1-2.jpg');
  }

  .image {
    left: 22.1rem;
  }

  .image-2, .image-2-copy {
    margin-left: 100px;
  }

  .image-2-copy-copy, .image-2-copy-22 {
    margin-left: 20px;
  }

  .container-6 {
    margin-bottom: 14px;
  }

  .text-block-2 {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

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

  .shadow-two {
    position: static;
  }

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

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

  .pricing-grid {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 1px;
  }

  .pricing-card-three {
    margin-left: 0;
    padding-right: 0;
  }

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

  .testimonial-left, .testimonial-left-copy {
    width: 40%;
    margin-right: 40px;
  }

  .text-block-4 {
    font-size: 20px;
  }

  .image-7 {
    margin-left: 0;
    padding-left: 0;
    left: 52px;
  }

  .image-8 {
    width: 400px;
    top: 593px;
  }

  .section06 {
    margin-top: 47px;
    margin-bottom: 74px;
  }

  .container-10 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-5 {
    width: 100%;
    max-width: 100%;
  }

  .quick-stack-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image-9 {
    width: 100%;
    max-width: none;
    margin-top: -9px;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
  }

  .image-10 {
    width: 90%;
  }

  .quick-stack-3 {
    margin-top: 1px;
  }

  .text-block-4-copy {
    padding-top: 5px;
  }

  .section08 {
    padding-top: 44px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-13 {
    max-width: 100%;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .section09 {
    background-image: url('../images/cta_bg2.svg');
    height: 500px;
  }

  .container-15 {
    padding-top: 142px;
    padding-left: 0;
  }

  .quick-stack-5 {
    padding-bottom: 0;
    padding-left: 70px;
  }

  .text-block-12 {
    font-size: 60px;
    line-height: 55px;
  }

  .div-block-5 {
    align-self: center;
    width: 450px;
    margin-right: -35px;
    padding-left: 0;
  }

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

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .cell-4 {
    padding-bottom: 0;
  }

  .navbar-copy {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

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

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

  .pricing-card {
    width: 350px;
  }

  .price-wrapper-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-12 {
    left: -3px;
  }

  .text-block-25 {
    line-height: 40px;
  }

  .container-20 {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .quick-stack-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-book-a-free {
    padding-top: 40px;
  }

  .heading-10 {
    font-size: 36px;
  }

  .container-contact2-1 {
    max-width: 728px;
  }

  .hero-contact01 {
    left: 142px;
  }

  .pricing-card-three-copy {
    flex-flow: column;
    margin-left: -14px;
    padding-right: 0;
  }

  .text-size-medium-2.text-weight-bold {
    font-weight: 400;
  }

  .padding-global-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-17.container-large-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-15, .paragraph-16, .paragraph-17, .paragraph-18, .paragraph-19, .paragraph-20, .paragraph-21 {
    font-weight: 300;
  }

  .container-27 {
    padding: 50px 20px;
  }

  .text-block-2-faq {
    font-size: 26px;
  }

  .shadow-two-copyfaq {
    border-top-left-radius: 150px;
    border-bottom-right-radius: 150px;
  }

  .margin-bottom-24px-copyfaq {
    margin-bottom: 50px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cell-8 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-19 {
    width: 100%;
  }

  .cell-10 {
    text-align: left;
    padding-left: 67px;
  }

  .cell-11 {
    padding: 20px 64px 35px;
  }

  .div-block-22 {
    top: 44%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .container-percent-copy {
    height: auto;
  }

  .div-block-24-01-copy {
    padding-left: 15px;
    padding-right: 15px;
  }

  .quick-stack-2-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .cell-8-copy {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-19-copy {
    aspect-ratio: auto;
    width: 100%;
    max-width: none;
    max-height: none;
  }

  .text-block-5-copy {
    width: 100%;
    max-width: 100%;
  }

  .container-10-copy {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .container-30 {
    max-width: 1100px;
  }

  .quick-stack-12 {
    padding: 0;
  }

  .cell-15 {
    justify-content: center;
    align-items: center;
  }

  .div-block-29 {
    width: 100%;
  }

  .image-9-copy {
    width: 100%;
    max-width: none;
    margin-top: -9px;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
  }

  .image-15, .image-20, .image-21 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .logo {
    height: 30px;
    margin-top: 10px;
  }

  .nav-link {
    padding-left: 25px;
  }

  .nav-link.light, .nav-link.light-copy {
    padding-left: 25px;
    padding-right: 25px;
  }

  .transparant-menu-button {
    width: 40px;
    height: 40px;
    padding-top: 8px;
  }

  .hero-block-overlay {
    padding-top: 120px;
    padding-bottom: 90px;
  }

  .hero-block-overlay.business {
    padding: 130px 25px 60px;
  }

  .large-hero-title {
    width: 100%;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 36px;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .heading-1 {
    width: auto;
    margin-top: 0;
    margin-left: 0;
    left: 0;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .max-width-medium {
    padding-right: 0;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

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

  .margin-top {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

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

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

  .padding-small {
    padding: 1.25rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

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

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

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

  .padding-section-large {
    max-width: 100%;
    padding: 2rem 20px 1rem;
  }

  .button-group {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

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

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

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

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

  .margin-xxhuge {
    margin: 5rem;
  }

  .max-width-large {
    width: 350px;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

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

  .padding-xhuge {
    padding: 4rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

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

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

  .padding-large {
    padding: 2rem;
  }

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

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

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

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

  .margin-xxlarge {
    margin: 3rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

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

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

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

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

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

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

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

  .margin-large {
    margin: 2rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

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

  .padding-xxhuge {
    padding: 5rem;
  }

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

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

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

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

  .image {
    margin-right: 0;
    padding: 433px 0 0;
    left: 8rem;
  }

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

  .shadow-two {
    align-self: center;
    width: 100%;
    max-width: none;
  }

  .section03 {
    padding: 0 0 15px;
  }

  .section04 {
    padding: 15px 15px 60px;
  }

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

  .testimonial-image-left {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

  .testimonial-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four {
    height: auto;
  }

  .heading-small {
    font-size: 28px;
    line-height: 36px;
  }

  .testimonial-text-four-copy-copy {
    margin-left: 0;
  }

  .testimonial-left-copy {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .container-percent {
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-4 {
    flex: 0 auto;
    align-self: center;
    width: auto;
    min-width: auto;
    max-width: none;
  }

  .quick-stack {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
  }

  .image-5 {
    width: 100%;
  }

  .image-7 {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
    top: 165px;
    left: 0;
  }

  .image-10 {
    width: 100%;
  }

  .section08 {
    padding: 60px 15px;
  }

  .features-wrapper {
    border-left: 0 solid #000;
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    border: 1px #000;
    width: 50%;
    margin-bottom: 40px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .navbar-copy {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .text-block-15 {
    padding-top: 30px;
  }

  .price-wrapper-3, .price-wrapper-4 {
    margin-top: 30px;
  }

  .cell-5 {
    padding-left: 0;
    padding-right: 5px;
  }

  .text-block-24 {
    padding-bottom: 37px;
  }

  .text-block-25 {
    line-height: 30px;
  }

  .container-19 {
    padding-bottom: 40px;
  }

  .quick-stack-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .section02-contact {
    text-align: center;
    padding: 10px 15px 72px;
    position: relative;
  }

  .container-contact2-1 {
    text-align: center;
  }

  .hero-contact01 {
    font-size: 50px;
  }

  .pricing-card-three-copy {
    margin-left: 0;
  }

  .section05-faq {
    background-image: url('../images/cta_bg2.svg');
    height: 500px;
  }

  .container-15-faq {
    padding-top: 128px;
    padding-left: 130px;
  }

  .home_faq_icon-wrapper {
    width: 1.75rem;
  }

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

  .text-size-medium-2.text-weight-bold {
    font-size: 20px;
    font-weight: 500;
    position: static;
  }

  .home_faq_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .padding-global-copy {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-17.container-large-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-26 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-15 {
    font-weight: 300;
  }

  .hero_block1-contact {
    height: 350px;
    padding-top: 150px;
  }

  .cell-10 {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 108px;
    padding-left: 0;
  }

  .div-block-22 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    top: 52%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .div-block-24 {
    margin-top: 69px;
  }

  .container-percent-copy {
    margin-top: 34px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .quick-stack-percent-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: auto;
  }

  .div-block-24-01-copy {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-25 {
    padding-left: 0;
  }

  .image-13 {
    text-align: left;
    width: 500px;
    top: -190px;
    left: 147px;
  }

  .div-block-27 {
    align-self: auto;
  }

  .div-block-28 {
    width: 100%;
    margin-right: 0;
  }

  .cell-16 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-14, .image-15 {
    display: none;
  }

  .image-18 {
    z-index: 1;
    display: none;
    position: relative;
    top: -216px;
    right: 467px;
  }

  .div-block-31 {
    z-index: 0;
    position: absolute;
  }

  .image-20, .image-21 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    background-color: rgba(0, 58, 93, .38);
    padding: 10px 0;
    position: relative;
    bottom: 0;
  }

  .logo-block.w--current {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 200px;
    margin-right: 0;
    padding-left: 0;
    display: block;
    position: static;
  }

  .logo {
    width: 195px;
    max-width: none;
    height: auto;
    margin-top: 5px;
    display: block;
  }

  .nav-menu {
    padding-bottom: 17px;
  }

  .nav-link.light-copy {
    color: #1dcad3;
    background-color: rgba(27, 193, 193, 0);
    padding-left: 0;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .transparant-menu-button {
    z-index: 1000;
    margin-right: 0;
  }

  .hero-block-overlay {
    padding: 90px 25px 40px;
  }

  .hero-block-overlay.business {
    padding-top: 90px;
    padding-bottom: 20px;
  }

  .large-hero-title {
    font-size: 23px;
    line-height: 26px;
  }

  .container-2 {
    height: 70px;
    position: relative;
  }

  .container-3 {
    background-color: rgba(0, 58, 93, .24);
    max-width: none;
  }

  .heading-1 {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    font-size: 34px;
    font-weight: 800;
    line-height: 38px;
    top: 0%;
    left: auto;
  }

  .button {
    width: 100%;
  }

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

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

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

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

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

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

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

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

  .padding-section-large {
    text-align: left;
    width: auto;
    min-width: 0;
    max-width: none;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .container-large {
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

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

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

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

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

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

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

  .padding-top.padding-medium {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .body {
    line-height: 20px;
  }

  .hero_block1 {
    height: 600px;
  }

  .image {
    width: auto;
    max-width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: none;
    position: static;
    top: 272px;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .container-6 {
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: Figtree, sans-serif;
    font-weight: 400;
  }

  .text-block-2 {
    font-weight: 400;
    line-height: 28px;
  }

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

  .shadow-two {
    flex: 0 auto;
    align-self: auto;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: none;
    display: none;
  }

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

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

  .heading-8 {
    font-size: 42px;
    line-height: 42px;
  }

  .text-span-2, .text-span-3 {
    font-size: 20px;
    line-height: 24px;
  }

  .section04 {
    padding: 50px 20px 30px;
  }

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

  .pricing-grid {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-left: 0;
  }

  .pricing-card-three {
    margin-left: 0;
  }

  .pricing-card-text {
    font-size: 17px;
  }

  .heading-9 {
    font-size: 20px;
  }

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

  .heading-small {
    font-size: 24px;
    line-height: 32px;
  }

  .testimonial-text-four-copy-copy {
    margin-top: 52px;
    margin-bottom: 0;
    font-size: 44px;
    position: static;
  }

  .container-percent {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block-4 {
    text-align: left;
    margin-top: 13px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 32px;
    position: static;
  }

  .image-5 {
    width: 100%;
    max-width: none;
    margin-left: 3px;
    position: static;
    left: auto;
  }

  .container-agent {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-6 {
    width: 370px;
    padding-bottom: 0;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .image-7 {
    align-self: auto;
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: none;
    top: -98px;
    left: 0;
  }

  .div-block-2 {
    flex: 0 auto;
    align-self: auto;
    width: auto;
    display: block;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .image-8 {
    z-index: 0;
    position: relative;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
    overflow: visible;
  }

  .section06 {
    margin-bottom: 34px;
    font-size: 12px;
  }

  .image-9 {
    margin-top: 7px;
  }

  .image-10 {
    width: 100%;
  }

  .quick-stack-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-4-copy {
    width: 100%;
    font-size: 20px;
  }

  .section08 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .features-wrapper {
    flex-flow: column;
  }

  .features-block {
    flex: 0 auto;
    width: 100%;
  }

  .features-title {
    letter-spacing: -2px;
    text-indent: -20px;
    align-self: center;
    padding-right: 30px;
    font-size: 80px;
    font-weight: 300;
  }

  .text-block-7 {
    text-align: center;
    align-self: center;
    width: 100%;
    padding-right: 22px;
    font-size: 16px;
  }

  .text-block-8 {
    text-align: center;
    padding-right: 22px;
    font-size: 16px;
  }

  .text-block-9, .text-block-10 {
    text-align: center;
    margin-right: 22px;
  }

  .html-embed, .html-embed-copy {
    right: -70px;
  }

  .section09 {
    height: 400px;
  }

  .quick-stack-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    min-width: auto;
    min-height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quick-stack-5 {
    margin-top: -63px;
    padding-left: 40px;
    padding-right: 30px;
  }

  .text-block-12 {
    font-size: 40px;
    line-height: 45px;
  }

  .div-block-5 {
    width: auto;
    margin-right: 0;
  }

  .footer-subscribe {
    padding-bottom: 20px;
  }

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

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-block-three {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .footer-link-three {
    font-size: 17px;
    line-height: 30px;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 4px;
  }

  .cell-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-6 {
    align-self: center;
    width: 100%;
  }

  .cell-4 {
    justify-content: flex-start;
    align-items: center;
  }

  .navbar-copy {
    height: 60px;
    padding: 10px 5px;
  }

  .container-3-copy3 {
    width: 100%;
    max-width: 1200px;
  }

  .logo-block-copy.w--current {
    float: left;
    width: 65%;
    padding-left: 0;
  }

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

  .price-wrapper-1, .price-wrapper-2 {
    background-color: #ededed;
    border-radius: 12px;
    padding-bottom: 35px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .price-wrapper-3 {
    margin-top: 0;
  }

  .price-wrapper-4 {
    background-color: #ededed;
    border-radius: 12px;
    margin-top: 0;
    padding-bottom: 35px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section02-pricing {
    margin-bottom: 30px;
  }

  .container-18 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-23 {
    padding-top: 30px;
    line-height: 40px;
  }

  .text-block-24 {
    width: 100%;
  }

  .quick-stack-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-26 {
    padding-bottom: 0;
  }

  .text-block-26-copy {
    padding-bottom: 40px;
  }

  .text-block-27 {
    padding-bottom: 31px;
    font-size: 26px;
    line-height: 30px;
  }

  .text-span-9 {
    font-size: 26px;
  }

  .section01-demo {
    background-image: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quick-stack-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-book-a-free {
    font-size: 34px;
  }

  .text-block-28 {
    font-size: 15px;
    line-height: 25px;
  }

  .sep-01-demo {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-29 {
    padding-bottom: 44px;
    font-size: 15px;
    font-weight: 600;
    line-height: 15px;
  }

  .container-21 {
    width: 55%;
    margin-top: -128px;
    margin-left: -5px;
    padding-left: 0;
  }

  .quick-stack-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-14 {
    align-self: auto;
    width: auto;
    max-width: 100%;
    position: static;
    top: 25%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .container-25 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-10 {
    margin-top: 0;
    font-size: 38px;
    font-weight: 800;
    line-height: 40px;
  }

  .section02-contact {
    padding-top: 26px;
    padding-bottom: 30px;
  }

  .container-contact2-1 {
    max-width: none;
  }

  .hero_block1-copy-copy {
    background-image: url('../images/faq-mobile.webp');
    height: 350px;
    padding-top: 150px;
  }

  .hero-contact01 {
    text-align: left;
    font-size: 38px;
    line-height: 40px;
    top: 23px;
    left: 141px;
  }

  .contact-element-01 {
    display: none;
    position: relative;
    top: -244px;
  }

  .section05-faq {
    height: 400px;
  }

  .container-15-faq {
    padding-top: 62px;
    padding-left: 26px;
  }

  .cell-4-faq {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-5-faq {
    width: 300px;
  }

  .text-block-12-faq {
    margin-right: 0;
    padding-right: 0;
    font-size: 44px;
    line-height: 50px;
  }

  .text-size-medium-2.text-weight-bold {
    font-size: 20px;
    font-weight: 500;
  }

  .paragraph-14 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .padding-global-copy {
    padding-bottom: 40px;
  }

  .div-block-17.container-large-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-33 {
    text-align: left;
    font-size: 2rem;
  }

  .container-26 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-15 {
    font-weight: 300;
  }

  .section03_faq {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-27 {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .text-block-2-faq {
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 34px;
  }

  .quick-stack-11-copyfaq {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .shadow-two-copyfaq {
    width: auto;
    margin-left: 0;
  }

  .margin-bottom-24px-copyfaq {
    padding-top: 34px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-2-copyfaq {
    line-height: 25px;
  }

  .text-span-3-copyfaq {
    line-height: 20px;
  }

  .cell-7 {
    justify-content: flex-start;
    align-items: center;
  }

  .cell-10 {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .cell-11 {
    padding: 15px 20px 51px;
  }

  .div-block-21 {
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
    overflow: visible;
  }

  .div-block-22 {
    width: 100%;
    margin-top: 0;
    top: 411px;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .cell-12 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
  }

  .div-block-23 {
    width: 100%;
  }

  .div-block-24 {
    padding: 0 15px 10px;
  }

  .container-percent-copy {
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-24-01-copy {
    padding: 0 15px 24px;
  }

  .div-block-25 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cell-12-cdsdsopy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
  }

  .div-block-26 {
    flex: 0 auto;
    align-self: flex-start;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image-13 {
    width: 400px;
    max-width: none;
    height: auto;
    padding-bottom: 0;
    position: relative;
    top: -46px;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .cell-13 {
    justify-content: center;
    align-items: center;
  }

  .cell-14 {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .div-block-27 {
    position: static;
  }

  .div-block-28 {
    text-align: center;
    align-self: center;
    width: 80%;
    max-width: none;
    margin-bottom: -120px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-5-copy {
    font-size: 40px;
  }

  .div-block-30 {
    width: auto;
  }

  .cell-17 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-14 {
    display: block;
  }

  .image-9-copy {
    margin-top: 7px;
    display: none;
  }

  .image-15 {
    padding-top: 20px;
    padding-left: 50px;
    padding-right: 50px;
    display: block;
  }

  .image-16 {
    width: auto;
    max-width: none;
    margin-right: 0;
    padding-right: 0;
  }

  .image-17 {
    width: 185px;
    margin-top: 8px;
    margin-left: 0;
    padding-left: 5px;
  }

  .image-19 {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .image-20 {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .cell-18 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-32 {
    align-self: center;
  }

  .quick-stack-13 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section {
    background-color: #003a5d;
  }

  .image-21 {
    z-index: 50;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
    position: relative;
    top: -94px;
  }
}

#w-node-cc01df9a-2802-e17e-4ec3-036d071ff2ce-6e9cdefb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fdb547b0-6354-9324-6c08-9d4809733a4e-6e9cdefb, #w-node-fdb547b0-6354-9324-6c08-9d4809733a58-6e9cdefb, #w-node-_0fd7935e-63b1-5b11-aa47-d3c0e0dbb364-6e9cdefb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d739429-c1b2-4563-4e95-354af0d46a1c-6e9cdefb {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
}

#w-node-_93c0370f-1264-b772-6ac1-1e7785152675-6e9cdefb {
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
}

#w-node-_37489714-141a-9c61-6819-c5f0c4218bd8-6e9cdefb {
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
}

#w-node-_05c608f3-62ea-dc1f-fb31-9da6c9ca6b4a-6e9cdefb {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.25fr;
}

#w-node-cc80c4a0-8ce6-6d80-5693-9b7b5677deb6-6e9cdefb {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_821b639c-031f-cf89-aebd-1c8ed7d29cc6-d7d29cc4 {
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
}

#w-node-c40d6173-a96f-eb8d-35a2-37b1fa05fb01-fa05faff {
  grid-template-rows: auto;
  grid-template-columns: 2.5fr;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d5dc-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d5f2-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d5f3-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d5f7-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d5f8-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d5fc-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d5fd-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d601-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d602-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d606-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d607-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d60b-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d60c-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d616-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d617-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d61b-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d61c-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d620-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d621-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d625-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d626-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d62a-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d62b-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d62f-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d630-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d63a-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d63b-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d63f-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d640-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d644-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d645-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d649-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d64a-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d653-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d654-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d65d-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d65e-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d670-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d671-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d675-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d676-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d67a-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d67b-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d67f-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d680-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d684-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d685-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d68f-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d690-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d694-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d695-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d699-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d69a-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d69e-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d69f-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d6a3-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d6a4-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d6a8-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d6a9-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d6b4-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d6b5-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d6b9-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d6ba-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d6be-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d6bf-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d6c3-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d6c4-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d6c8-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d6c9-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d6cd-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d6ce-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d6d2-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d6d3-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d6d7-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d6d8-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d6dc-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d6dd-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d6e7-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d6e8-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d6ec-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d6ed-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d6f1-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d6f2-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d6f9-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d6fa-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d73b-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d73e-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d73f-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d742-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d743-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d746-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d74a-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d74b-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d74e-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d74f-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d752-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d759-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d75a-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d75f-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d760-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d764-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d765-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d769-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d76a-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d76e-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d76f-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d77f-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d782-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d783-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d786-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d787-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d78a-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d78b-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d78f-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d792-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d793-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d796-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d797-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d79a-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d7a2-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d7a3-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d7a4-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d7a6-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d7a9-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d7aa-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d7ab-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d7af-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d7b2-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d7b3-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d7b4-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d7b8-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d7bc-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d7bd-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d7c3-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d7c6-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d7c7-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d7c8-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d7cc-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d7cf-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d7d0-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d7d1-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d7d7-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d7db-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d7dc-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d7e0-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d7e3-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d7e8-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d7e9-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d7ea-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d7ee-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d7f1-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d7f2-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d7f3-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d7f9-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d7fc-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d7fd-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d7fe-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d804-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d807-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d808-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d809-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d811-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d814-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d815-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d816-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d822-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d823-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d824-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d828-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d82d-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d82e-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d82f-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d835-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d83a-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d83b-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d83c-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d842-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d847-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d848-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d849-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d851-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d857-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d858-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d85e-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d863-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d864-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d865-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d869-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d86c-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d86d-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d86e-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d874-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d877-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d878-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d879-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d87f-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d882-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d883-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d884-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d88c-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d88f-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d890-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d891-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d897-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d89a-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d89b-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d89c-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d8a4-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d8a8-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d8a9-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d8af-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d8b7-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d8b8-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d8b9-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d8ba-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d8bc-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d8bf-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d8c3-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d8c4-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d8c5-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d8ce-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d8cf-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d8d0-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d8d9-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d8da-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d8db-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d8dc-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d8e2-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d8e3-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d8e4-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d8e5-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d8e7-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d8eb-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d8ec-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d8ed-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d8ee-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d8f0-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d95e-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d962-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d963-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d965-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d967-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d968-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d96a-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d96c-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d96d-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d96f-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d971-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d972-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d974-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d976-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d977-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d979-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d97b-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d97c-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d97e-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d980-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d982-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d984-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d986-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d987-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d989-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d98a-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d98c-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d98d-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d98f-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d990-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d992-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d993-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d995-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d996-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d998-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d999-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d99b-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d9a1-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d9a5-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d9a6-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d9a8-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d9aa-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d9ab-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d9ad-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d9af-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d9b0-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d9b2-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d9b4-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d9b5-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d9b7-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d9b9-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d9ba-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d9bc-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d9be-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d9bf-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d9c1-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d9c3-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d9c4-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d9c6-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d9c8-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d9c9-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d9cb-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d9cd-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d9ce-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d9d0-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d9d2-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d9d3-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d9d5-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d9d7-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d9d8-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d9da-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d9df-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d9e3-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d9e5-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8d9e8-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d9ed-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d9f2-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d9f7-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8d9fc-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8da03-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8da04-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8da06-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8da07-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8da09-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8da0a-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8da0c-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8da0d-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8da0f-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8da10-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8da12-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8da13-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8da15-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8da16-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8da18-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8da19-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8da1b-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8da1c-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8da1e-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8da1f-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8da21-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8da22-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8da24-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8da25-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8da27-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8da28-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8da2a-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8da2b-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8da2d-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8da2e-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8da30-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8da31-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8da33-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8da34-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8da36-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8da37-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8da39-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8da3a-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8da3c-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8da3d-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8da3f-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8da40-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8da42-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8da43-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8da45-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8da46-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8da48-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8da49-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8da4b-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8da4c-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8da4e-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8da4f-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8da51-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8da52-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8da54-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8da55-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8da57-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8da58-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8da5a-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8da5b-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8da60-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8da64-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8da66-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8da69-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8da6e-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8da73-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8da78-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8da7d-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8da84-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8da85-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8da87-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8da88-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8da8a-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8da8b-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8da8d-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8da8e-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8da90-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8da91-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8da93-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8da94-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8da96-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8da97-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8da99-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8da9a-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8da9c-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8da9d-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8da9f-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8daa0-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8daa2-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8daa3-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8daa5-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8daa6-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8daa8-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8daa9-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8daab-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8daac-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8daae-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8daaf-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dab1-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8dab2-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8dab4-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dab5-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dab7-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8dab8-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8daba-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dabb-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dabd-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8dabe-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8dac0-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dac1-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dac3-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8dac4-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8dac6-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dac7-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dac9-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8daca-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8dacc-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dacd-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dacf-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8dad0-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8dad2-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dad3-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dad5-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8dad6-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8dad8-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dad9-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dadb-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8dadc-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8dae1-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8dae4-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dae5-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dae7-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8dae8-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8daea-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8daeb-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8daed-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8daee-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8daf0-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8daf1-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8daf3-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8daf4-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8daf6-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8daf7-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8daf9-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8dafa-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8dafc-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dafd-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8daff-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8db00-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8db02-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8db03-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8db05-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8db06-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8db08-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8db09-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8db0b-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8db0c-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8db0e-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8db0f-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8db11-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8db12-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8db14-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8db15-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8db17-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8db18-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8db1a-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8db1b-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8db1d-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8db1e-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8db20-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8db21-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8db23-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8db24-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8dc16-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8dc1a-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dc1b-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dc1f-ced166b6, #w-node-d84a7431-3f91-e82d-6d47-85440dd8dc21-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dc22-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dc26-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dc27-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dc2b-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dc2c-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dc30-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dc31-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dc35-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dc36-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dc3a-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dc3b-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dc3f-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dc40-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dc44-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dc45-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dc49-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dc4a-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dc4e-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dc4f-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dc52-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dc53-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dc57-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dc58-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dc5c-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dc5d-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dc61-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dc62-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dc66-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dc67-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dc6b-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dc6c-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dc70-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dc71-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dc75-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dc76-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dc7a-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dc7b-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dc7f-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dc80-ced166b6 {
  justify-self: start;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dc84-ced166b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d84a7431-3f91-e82d-6d47-85440dd8dc85-ced166b6 {
  justify-self: start;
}

#w-node-_6c8b9e5d-b505-1977-ce2b-e37ab42e25ef-b9479a4a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9ed27eb7-d710-b0ba-680e-3aed5afe6e14-b9479a4a, #w-node-_6b7fe535-a05a-46f2-8073-516d4d60f772-b9479a4a {
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr 1fr .75fr;
}

#w-node-_72a99e16-0fee-ea4e-3f08-4dca8a752826-b9479a4a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_517136f2-3e1b-612c-8d37-74d30fce90a7-0fdc76c1 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-fdb547b0-6354-9324-6c08-9d4809733a4e-322a155d, #w-node-fdb547b0-6354-9324-6c08-9d4809733a58-322a155d, #w-node-_0fd7935e-63b1-5b11-aa47-d3c0e0dbb364-322a155d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0a7832a-1f1e-ce01-21c5-51a046d2b1cc-4fbc688b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7d431ea0-2717-42d7-10dd-927b891da93a-4fbc688b {
  grid-template-rows: auto;
  grid-template-columns: 2.5fr;
}

@media screen and (max-width: 991px) {
  #w-node-cc01df9a-2802-e17e-4ec3-036d071ff2cf-6e9cdefb, #w-node-cc01df9a-2802-e17e-4ec3-036d071ff2d0-6e9cdefb {
    grid-column: span 2 / span 2;
  }

  #w-node-_37489714-141a-9c61-6819-c5f0c4218bd8-6e9cdefb {
    grid-template-rows: auto;
    grid-template-columns: .25fr .75fr;
  }

  #w-node-_05c608f3-62ea-dc1f-fb31-9da6c9ca6b4a-6e9cdefb {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_05c608f3-62ea-dc1f-fb31-9da6c9ca6b4b-6e9cdefb {
    grid-row: span 1 / span 1;
  }

  #w-node-_9ed27eb7-d710-b0ba-680e-3aed5afe6e14-b9479a4a, #w-node-_6b7fe535-a05a-46f2-8073-516d4d60f772-b9479a4a {
    grid-template-rows: auto;
    grid-template-columns: .75fr .75fr .25fr .75fr;
  }

  #w-node-_517136f2-3e1b-612c-8d37-74d30fce90a7-0fdc76c1, #w-node-e0a7832a-1f1e-ce01-21c5-51a046d2b1cc-4fbc688b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cc01df9a-2802-e17e-4ec3-036d071ff2ce-6e9cdefb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cc01df9a-2802-e17e-4ec3-036d071ff2cf-6e9cdefb, #w-node-cc01df9a-2802-e17e-4ec3-036d071ff2d0-6e9cdefb {
    grid-column: span 1 / span 1;
  }

  #w-node-_4d739429-c1b2-4563-4e95-354af0d46a1c-6e9cdefb {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_4d739429-c1b2-4563-4e95-354af0d46a1e-6e9cdefb {
    order: -9999;
  }

  #w-node-_93c0370f-1264-b772-6ac1-1e7785152675-6e9cdefb {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_37489714-141a-9c61-6819-c5f0c4218bd8-6e9cdefb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cc80c4a0-8ce6-6d80-5693-9b7b5677deb6-6e9cdefb {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_9ed27eb7-d710-b0ba-680e-3aed5afe6e14-b9479a4a {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_6b7fe535-a05a-46f2-8073-516d4d60f772-b9479a4a {
    grid-template-rows: auto;
    grid-template-columns: .75fr .75fr;
  }

  #w-node-_72a99e16-0fee-ea4e-3f08-4dca8a752826-b9479a4a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-fdb547b0-6354-9324-6c08-9d4809733a4e-322a155d {
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cc01df9a-2802-e17e-4ec3-036d071ff2ce-6e9cdefb {
    grid-template-rows: auto;
    grid-template-columns: minmax(322px, 1fr);
  }

  #w-node-cc01df9a-2802-e17e-4ec3-036d071ff2d0-6e9cdefb {
    grid-column: span 1 / span 1;
  }

  #w-node-_4d739429-c1b2-4563-4e95-354af0d46a1c-6e9cdefb {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
    display: grid;
  }

  #w-node-_4d739429-c1b2-4563-4e95-354af0d46a1e-6e9cdefb {
    order: -9999;
  }

  #w-node-_93c0370f-1264-b772-6ac1-1e7785152675-6e9cdefb {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_37489714-141a-9c61-6819-c5f0c4218bd9-6e9cdefb, #w-node-_37489714-141a-9c61-6819-c5f0c4218bdc-6e9cdefb {
    grid-column: span 2 / span 2;
  }

  #w-node-cc80c4a0-8ce6-6d80-5693-9b7b5677deb6-6e9cdefb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_821b639c-031f-cf89-aebd-1c8ed7d29cc6-d7d29cc4 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_821b639c-031f-cf89-aebd-1c8ed7d29cc9-d7d29cc4 {
    grid-row: span 1 / span 1;
  }

  #w-node-c40d6173-a96f-eb8d-35a2-37b1fa05fb01-fa05faff {
    grid-template-rows: auto;
    grid-template-columns: 4.75fr;
  }

  #w-node-_9ed27eb7-d710-b0ba-680e-3aed5afe6e14-b9479a4a, #w-node-_6b7fe535-a05a-46f2-8073-516d4d60f772-b9479a4a, #w-node-e0a7832a-1f1e-ce01-21c5-51a046d2b1cc-4fbc688b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


