:root {
  --dodger-blue: #188bdf;
  --lavender-left: #d3ddf8;
  --lavender-right: #d4dcf7;
  --alice-blue: #d1e9fa;
  --royal-blue: #0561fc;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #333;
  font-family: Archivo, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Archivo Black, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 125%;
}

h2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Archivo Black, sans-serif;
  font-size: 2.2em;
  font-weight: 400;
  line-height: 1.5;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Archivo Black, sans-serif;
  font-size: 2.3em;
  font-weight: 400;
  line-height: 125%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2em;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  line-height: 1.5;
}

strong {
  font-weight: bold;
}

.hero {
  background-image: linear-gradient(rgba(0, 28, 125, .75), rgba(0, 28, 125, .75)), url('../images/jacksonville-florida-skyline.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image {
  z-index: 1;
  align-self: flex-end;
  margin-left: -80px;
  position: relative;
}

.white.hero-heading {
  z-index: 0;
  color: #fff;
  text-align: center;
  font-size: 3em;
}

.floater {
  width: 500px;
  height: 660px;
  flex: none;
}

.hero-heading-wrapper {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 325px;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
  position: relative;
}

.intro {
  background-color: #d1e9fa;
}

.section-heading {
  background-color: #188bdf;
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
}

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

.intro-content-wrapper {
  margin-top: -32px;
  padding-bottom: 100px;
  display: block;
  position: relative;
  overflow: hidden;
}

.grid {
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1.75fr;
  position: relative;
}

.image-2 {
  z-index: 9;
  width: 40%;
  object-fit: cover;
  border: 10px solid #fff;
  flex: 0 auto;
  position: relative;
  box-shadow: 10px 0 10px rgba(0, 0, 0, .1);
}

.arrow {
  width: 28px;
}

.testimonial-slider {
  height: 100%;
  min-width: 60%;
  background-color: #fff;
  border-radius: 24px;
  flex: 1;
  padding: 32px;
  box-shadow: 7px 7px 10px rgba(0, 0, 0, .25);
}

.testimonial-content-wrap {
  height: 100%;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.mask-2 {
  padding-right: 3px;
}

.slider-right {
  border-radius: 45px 0 45px 45px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
}

.testimonial-image-block {
  width: 50%;
  height: 500px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.testimonial-author-wrap {
  flex: 1;
}

.arrow-disabled {
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
}

.testimonial-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0% 50%;
  margin-bottom: 0;
}

.testimonial-content-block {
  text-align: right;
  flex: 1;
  align-items: flex-end;
  padding-bottom: 3px;
}

.slide-nav-2 {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  bottom: 16px;
  left: 0;
  transform: translate(-43px)scale(.7);
}

.slider-arrow-wrap {
  justify-content: flex-end;
  align-items: stretch;
  display: none;
}

.btn {
  z-index: 9;
  color: #fff;
  text-transform: uppercase;
  background-color: #0080dd;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
  box-shadow: 3px 3px #000;
}

.btn:hover {
  color: #1298ff;
  background-color: #fff;
  border: 2px solid #1298ff;
}

.btn.w--current {
  background-color: #c9ac7a;
}

.btn.process {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 32px;
  margin-right: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 24px;
  position: relative;
}

.btn.static {
  position: static;
}

.btn.static.giant {
  border-radius: 16px;
  padding: 20px;
  font-size: 22px;
}

.testimonial-columns {
  align-items: stretch;
  display: flex;
}

.icon-6 {
  color: #4c4172;
}

.heading {
  text-align: left;
  margin-top: 0;
  font-size: 1.4em;
}

.slider-wrapper {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: 3fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  display: grid;
  position: absolute;
  top: 50%;
  transform: scale(0);
}

.div-block-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
  position: relative;
}

.noble-break {
  z-index: 1;
  height: 32px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.noble-break-logo {
  height: 80px;
}

.hassle-section {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.hassle-content-wrapper {
  margin-top: -32px;
  padding-bottom: 100px;
  display: block;
  position: relative;
}

.hassle-image {
  border: 10px solid #fff;
  flex: 0 auto;
  box-shadow: 3px 0 10px rgba(0, 0, 0, .1);
}

.hassle-image-wrapper {
  width: 100%;
  justify-content: center;
  align-items: flex-end;
  padding-top: 100px;
  display: flex;
}

.hassle-girl {
  width: 200px;
  border: 10px solid #fff;
  flex: 0 auto;
  box-shadow: 3px 0 10px rgba(0, 0, 0, .1);
}

.for-sale-sign {
  z-index: 0;
  height: 400px;
  border: 10px solid #fff;
  flex: 0 auto;
  margin-bottom: -214px;
}

.blue {
  z-index: 1;
  width: 40%;
  color: var(--dodger-blue);
  position: absolute;
  top: 100px;
}

.hassle-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.hassle-grass-container {
  z-index: 2;
  height: 90px;
  mix-blend-mode: normal;
  background-image: url('../images/abstract-sunny-grass-texture-small.png');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto 70px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.hassle-section-1-wrapper {
  position: relative;
}

.noble-shield {
  z-index: 1;
  width: 20%;
  margin-bottom: -129px;
}

.hassle-heading-section-2 {
  background-color: #188bdf;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-3 {
  width: 100%;
  height: 100%;
  opacity: .16;
  background-image: url('../images/noble-logo-solo.png');
  background-position: 120%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.guarantee-left {
  width: 100%;
  height: 100%;
  background-image: url('../images/noble-logo-solo-bg.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.guarantee-right {
  width: 100%;
  height: 100%;
  background-image: url('../images/lady-smiling-at-camera-standing-crossing-hands-wh-2022-12-16-09-15-20-utc.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: scroll;
}

.no-large {
  text-align: center;
  text-transform: uppercase;
  font-size: 210px;
  line-height: 100%;
  display: block;
}

.no-sub-item {
  text-transform: uppercase;
  margin-top: 32px;
  font-family: Archivo, sans-serif;
  font-size: 50px;
  font-weight: 700;
  display: block;
}

.grid-2 {
  height: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(0, 460px);
  align-items: center;
  justify-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-1-wrapper {
  height: 540px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  justify-items: stretch;
  margin-bottom: 32px;
  display: flex;
  position: relative;
}

.guarantee-h3 {
  z-index: 1;
  color: var(--dodger-blue);
  text-align: center;
  font-size: 2.2em;
}

.process-section {
  background-image: linear-gradient(#d3ddf8, #d4dcf7);
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-4 {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0 24px 24px;
  grid-template-rows: 62px auto;
  grid-template-columns: 1fr .7fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 32px;
  display: grid;
  box-shadow: 7px 7px 10px rgba(0, 0, 0, .1);
}

.process-card-tab {
  z-index: 2;
  text-transform: uppercase;
  white-space: normal;
  background-color: #fff;
  border-top-left-radius: 24px;
  border-top-right-radius: 25px;
  font-family: Archivo, sans-serif;
  font-weight: 300;
  box-shadow: 7px 7px 10px rgba(0, 0, 0, .1);
}

.process-card-wrapper {
  grid-row-gap: 0px;
  border-radius: 24px;
  grid-template-rows: 60px auto auto;
  grid-template-columns: 260px auto minmax(200px, 300px);
  grid-auto-columns: 1fr;
  margin-bottom: 32px;
  display: grid;
}

.heading-2 {
  z-index: 9;
  border-bottom: 4px solid var(--dodger-blue);
  color: #fff;
  background-color: #000;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 64px;
  font-family: Archivo Black, sans-serif;
  font-weight: 400;
  position: relative;
}

.paragraph {
  padding-left: 64px;
  padding-right: 64px;
}

.process-card-image {
  z-index: 9;
  border-radius: 24px;
  padding-right: 16px;
}

.process-heading {
  color: #000;
  text-align: center;
  font-family: Archivo, sans-serif;
  font-weight: 700;
}

.image-5 {
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 7px 7px 10px rgba(0, 0, 0, .1);
}

.reviews-section {
  background-color: #d1e9fa;
  background-image: linear-gradient(to bottom, var(--lavender-left), var(--lavender-right));
  padding-top: 100px;
  padding-bottom: 100px;
}

.reviews-heading {
  background-color: #188bdf;
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-block {
  color: #188bdf;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
  font-size: 63px;
  font-weight: 700;
  line-height: 110%;
}

.text-block.bold {
  font-family: Archivo Black, sans-serif;
  font-size: 58px;
  line-height: 125%;
}

.review-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #fff;
  border-radius: 24px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 32px 64px;
  box-shadow: 3px 3px 14px rgba(0, 0, 0, .25);
}

.review-block {
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, .09);
  margin-bottom: 32px;
  padding: 32px;
}

.review-block.last {
  border: 0 solid #000;
  margin-bottom: 0;
}

.review-user-profile {
  justify-content: space-between;
  font-family: Roboto, sans-serif;
  display: flex;
}

.profile-photo {
  width: 62px;
  float: left;
  border-radius: 50%;
  margin-right: 16px;
}

.reviewer-name {
  font-weight: 700;
}

.reviews {
  color: #70757a;
  font-size: 18px;
}

.star {
  width: 16px;
  margin-right: 1px;
}

.review-time {
  color: #70757a;
  font-size: 16px;
}

.star-wrapper {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.google-review {
  margin-top: 12px;
  font-family: Roboto, sans-serif;
  line-height: 150%;
}

.we-take-care-of-everything {
  background-color: var(--alice-blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

._w-t-c-e-form-heading {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 64px;
}

.center {
  text-align: center;
  margin-bottom: 32px;
}

._w-t-c-e--support-heading {
  color: #188bdf;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
  font-weight: 700;
  line-height: 110%;
}

._w-t-c-e--support-heading.bold {
  margin-bottom: 64px;
  font-family: Archivo Black, sans-serif;
  line-height: 125%;
}

.section-form {
  z-index: 1;
  background-color: #fff;
  border-radius: 24px;
  margin-bottom: 32px;
  padding: 32px 64px;
  box-shadow: 3px 3px 14px rgba(0, 0, 0, .1);
}

.paragraph-2 {
  text-align: center;
  margin-bottom: 39px;
  font-weight: 600;
  line-height: 150%;
}

.form-bullet {
  color: var(--royal-blue);
  flex: 1;
  font-weight: 600;
}

.list-item {
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.image-6 {
  flex: none;
  margin-right: 16px;
}

.list {
  padding-left: 0;
}

.field-label {
  color: var(--dodger-blue);
  font-weight: 500;
}

.form-field {
  height: 48px;
  background-color: #f0f0f0;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  margin-bottom: 24px;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .12);
}

.form {
  flex-direction: column;
  align-items: flex-start;
}

.form-block {
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.form-block.shadow {
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.column {
  padding-left: 16px;
  padding-right: 0;
}

.columns {
  height: 100%;
}

.column-2 {
  padding-left: 0;
  padding-right: 16px;
}

.company-that-cares {
  background-color: var(--alice-blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

.company-that-cares-heading {
  background-color: #188bdf;
  margin-bottom: 240px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.company-that-cares-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  justify-items: center;
  padding-top: 100px;
  display: grid;
}

.html-embed {
  z-index: 1;
  width: 100%;
  height: 100%;
  flex: 1;
  padding-right: 64px;
  position: relative;
}

.div-block-5 {
  height: 100%;
  background-color: red;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.paragraph-3 {
  z-index: 1;
  margin-bottom: 0;
  padding-left: 64px;
  position: relative;
}

.grid-3 {
  z-index: 0;
  background-color: #fff;
  border-radius: 24px;
  grid-template-rows: auto;
  padding: 64px 64px 64px 0;
  position: relative;
  box-shadow: 7px 7px 14px rgba(0, 0, 0, .1);
}

.footer {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.footer-link {
  color: #188bdf;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-4 {
  color: #188bdf;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}

.paragraph-4.micro {
  margin-top: 32px;
  font-size: 12px;
}

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

.link {
  color: var(--royal-blue);
}

.navbar {
  background-color: #fff;
}

.image-7 {
  height: 50px;
  margin-top: 9px;
}

.nav-link {
  color: var(--royal-blue);
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  padding: 20px;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
}

.nav-link:active {
  border-bottom-style: solid;
  border-bottom-width: 2px;
}

.nav-link:focus {
  border-bottom: 2px solid var(--royal-blue);
}

.nav-link.w--current {
  border-bottom-color: var(--royal-blue);
}

.nav-link.bold {
  font-weight: 500;
}

.com-nav-menu {
  justify-content: space-between;
  margin-bottom: 16px;
  display: flex;
}

.com-nav-left {
  align-items: center;
  font-family: Archivo, sans-serif;
  font-size: 16px;
  font-weight: 100;
  display: flex;
}

.com-nav-right.mobile-nav {
  display: none;
}

.com-nav-link {
  color: var(--dodger-blue);
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.com-nav-link.bold {
  font-weight: 500;
}

.com-nav-link.last {
  padding-right: 0;
}

.com-nav {
  color: #fff;
  background-color: #000;
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-2 {
  color: var(--dodger-blue);
  margin-right: 8px;
  font-weight: 400;
}

.phone-link {
  color: var(--royal-blue);
  font-weight: 600;
  text-decoration: none;
}

.image-8 {
  height: 21px;
}

.section-h2 {
  color: #fff;
}

.section-h2.alternate {
  color: var(--dodger-blue);
}

.cta-button {
  z-index: 99999;
  direction: ltr;
  color: #000;
  text-transform: uppercase;
  background-color: #00cf07;
  border-radius: 8px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 21px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(90deg);
  box-shadow: 3px 3px #000;
}

.cta-button:hover {
  background-color: #00ff08;
  display: inline-block;
}

.cta-button.process {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 32px;
  margin-right: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 24px;
  position: static;
}

.cta-button.static {
  position: static;
}

.cta-button.static.giant {
  border-radius: 16px;
  padding: 20px;
  font-size: 22px;
}

.cta-wrapper {
  z-index: 99999;
  text-align: center;
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
}

.cta-container {
  position: relative;
}

.form-heading {
  color: var(--royal-blue);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: 800;
  display: block;
}

.footer-social-container {
  text-align: center;
  margin-bottom: 32px;
}

.inner-hero {
  background-color: var(--dodger-blue);
}

.main {
  background-color: #d1e9fa;
  padding-top: 100px;
}

.grid-4 {
  text-align: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9 {
  text-align: left;
}

.h-i-w-step-wrapper {
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

.h-i-w-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 24px;
  grid-template-rows: 480px auto;
  grid-template-columns: 100%;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding-bottom: 32px;
  display: grid;
  overflow: hidden;
  box-shadow: 7px 7px 10px rgba(0, 0, 0, .1);
}

.h-i-w-number-wrapper {
  width: 200px;
  height: 200px;
  background-color: var(--dodger-blue);
  color: #fff;
  text-align: center;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: -32px;
  font-family: Archivo Black, sans-serif;
  font-size: 120px;
  display: flex;
  position: relative;
  box-shadow: 7px 7px 10px rgba(0, 0, 0, .1);
}

.h-i-w-number-wrapper.odd, .h-i-w-number-wrapper.even {
  transform: none;
}

.slide {
  height: 100%;
  padding-left: 64px;
  padding-right: 64px;
}

.slider {
  height: 100%;
  background-color: #fff;
  margin-bottom: 16px;
  display: none;
}

.icon-7, .icon-8 {
  color: var(--royal-blue);
}

.h-i-w-step-image-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.h-i-w-step-image-wrapper.step-2, .h-i-w-step-image-wrapper.final {
  justify-content: center;
}

.h-i-w-step-text {
  padding: 32px 32px 32px 64px;
}

.h-i-w-number {
  font-size: 1.4em;
}

.heading-3 {
  height: 61px;
  color: var(--dodger-blue);
}

.inner-h1 {
  color: #fff;
}

.h1-support {
  color: #fff;
  text-align: center;
  margin-top: 24px;
  padding-bottom: 100px;
  font-family: Archivo Black, sans-serif;
  font-size: 1.2em;
}

.faq-section {
  background-image: linear-gradient(#d3ddf8, #d4dcf7);
  padding-top: 100px;
  padding-bottom: 100px;
}

.faq-wrapper {
  background-color: #fff;
  border-radius: 24px;
  margin-bottom: 64px;
  padding: 64px;
  box-shadow: 7px 7px 10px rgba(0, 0, 0, .1);
}

.faq-heading {
  margin-bottom: 32px;
  line-height: 150%;
}

.faq-section-subheading {
  color: #188bdf;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
  font-family: Archivo, sans-serif;
  font-weight: 700;
  line-height: 110%;
}

.faq-section-subheading.bold {
  margin-bottom: 64px;
  font-family: Archivo Black, sans-serif;
  line-height: 125%;
}

.story-section {
  background-color: #d1e9fa;
  background-image: url('../images/neighborhood.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 100px;
  padding-bottom: 260px;
}

.story-wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: scale(.7);
}

.story-wrapper:focus {
  transform: scale(1);
}

.story-wrapper.right {
  width: 80%;
  background-image: none;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-9 {
  z-index: 1;
}

.story-paragraph {
  z-index: 2;
  flex: 1;
  font-size: 1.5vw;
  line-height: 1.5;
  display: block;
}

.story-container {
  height: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.accordion {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.js-accordion-icon {
  height: 28px;
  transition: transform .2s;
}

.js-accordion-icon.active {
  transform: rotate(90deg);
}

.faq-image {
  width: 100%;
  margin-top: 40px;
}

.accordion-header {
  color: #2e323c;
  align-items: center;
  display: flex;
}

.accordion-header.js-accordion-header {
  cursor: pointer;
}

.accordion_item-image {
  width: 40px;
}

.faq-button {
  background-color: #ffb223;
  border-radius: 3px;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  transition: background-color .2s;
}

.faq-button:hover {
  background-color: #ffd17b;
}

.question-text {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
  font-size: 1.1em;
  line-height: 150%;
}

.faq-video {
  margin-top: 40px;
}

.accordion__item {
  width: 100%;
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 24px;
  padding: 20px 32px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(46, 50, 60, .09);
}

.accordion__item:hover {
  box-shadow: 0 3px 9px rgba(46, 50, 60, .09);
}

.accordion__item.js-accordion-item {
  padding-bottom: 20px;
  box-shadow: 0 10px 10px rgba(46, 50, 60, .09);
}

.accordion__item.js-accordion-item.active {
  cursor: default;
}

.accordion-body {
  color: #9096a4;
  padding-left: 64px;
  padding-right: 8px;
  display: block;
}

.accordion-body.js-accordion-body {
  color: #9096a4;
  padding-bottom: 20px;
}

.accordion-body__contents {
  opacity: 1;
  color: #000;
  margin-top: 8px;
}

.profile-wrapper {
  display: flex;
}

.slider-2 {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  align-self: stretch;
  position: relative;
}

.story-slide {
  height: 100%;
}

.slide-3 {
  transform-style: preserve-3d;
}

.slide-3:focus {
  transform: scale3d(1none, 1none, 1none);
}

.left-arrow-2 {
  height: 60px;
  color: var(--royal-blue);
  left: 5%;
}

.chat-bubble {
  width: 65vw;
  height: 100%;
  max-width: 950px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: 80% 20%;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: relative;
}

.bubble-desktop {
  display: block;
}

.right-arrow-3 {
  color: var(--royal-blue);
  position: absolute;
  right: 5%;
}

.story-nav {
  display: none;
  bottom: 0;
}

.author {
  font-style: italic;
  font-weight: 500;
  display: block;
}

.bubble-mobile {
  display: none;
}

.call-to-action {
  text-align: center;
}

.process-cta-heading {
  color: #188bdf;
  text-align: center;
  margin-top: 100px;
}

.process-cta-heading.bold {
  margin-bottom: 64px;
  font-family: Archivo Black, sans-serif;
  line-height: 125%;
}

.break-left {
  position: absolute;
  left: 340px;
}

.break-right {
  position: absolute;
  left: 438px;
}

.lets {
  position: absolute;
  left: 180px;
}

.it-down {
  position: absolute;
  right: 198px;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
  position: relative;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-us {
  background-color: #fafafa;
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-phone-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-3 {
  margin-right: 12px;
}

.contact-email-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-5 {
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  align-items: start;
  justify-items: center;
}

.contact-block {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.photo-block {
  width: 30%;
  flex: 0 auto;
}

.contact-address-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  margin-right: 24px;
  padding: 17px;
  display: flex;
}

.contact-info {
  text-align: left;
  flex: 1;
  align-self: flex-end;
}

.address-text-wrapper {
  text-align: left;
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
}

.office-hours {
  text-align: left;
  flex: 1;
  margin-bottom: 16px;
}

.contact-detials {
  text-align: right;
  flex: 0 auto;
}

.contact-us-block {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-9 {
  width: 100%;
  display: flex;
}

.street-address {
  white-space: break-spaces;
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 700;
}

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

.image-11 {
  max-height: 300px;
  position: absolute;
  bottom: 0;
}

.section-2, .section-3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-us h2 {
  color: var(--royal-blue);
}

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

.toc {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.style-guide-swatch {
  height: 60px;
  margin-bottom: 5px;
}

.style-guide-swatch.swatch---secondary-blue {
  background-color: #949dff;
}

.style-guide-swatch.swatch---accent {
  background-color: #a778ff;
}

.style-guide-swatch.swatch---primary-blue {
  background-color: #4353ff;
}

.style-guide-individual-element {
  margin-bottom: 20px;
}

.style-guide-element-description {
  color: #5e5e5e;
  margin-top: 0;
  margin-bottom: 0;
  font-style: italic;
}

.style-guide-section-wrap {
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

.style-guide-help-heading {
  margin-top: 0;
  margin-bottom: 10px;
}

.style-guide-page-wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}

.style-guide-swatches-wrap {
  justify-content: space-between;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.style-guide-swatch-wrap {
  flex: 1;
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
}

.style-guide-elements-wrap {
  flex-direction: column;
  flex: 1;
}

.style-guide-help-wrap {
  width: 300px;
  background-color: #f5f5f5;
  border-radius: 5px;
  margin-left: 40px;
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.style-guide-help-image {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.button.button-large {
  padding: 12px 20px;
  font-size: 18px;
}

.button.button-secondary {
  color: #3898eb;
  background-color: #fff;
  border: 1px solid #3898eb;
  margin-right: 24px;
}

.button.button-small {
  padding: 6px 12px;
  font-size: 12px;
}

.style-guide-title {
  margin-bottom: 40px;
  font-size: 48px;
  line-height: 54px;
}

.published-on-lead {
  margin-right: 6px;
  display: inline-block;
}

.published-on-date {
  display: inline;
}

.published-date-container {
  font-size: 16px;
}

.author-name {
  display: inline;
}

.author-lead {
  margin-right: 6px;
  display: inline-block;
}

.cell {
  align-items: flex-start;
}

.cell-2 {
  align-items: center;
}

.author-container {
  font-size: 16px;
  display: flex;
}

.social-share-container {
  width: 100%;
}

.blog-image-container {
  width: 90%;
  height: 240px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}

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

.section-4 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.toc-heading {
  margin-top: 24px;
  font-size: 14px;
}

.h-i-w-heading {
  text-align: left;
  margin-top: 0;
  font-size: 1.2em;
}

.h-i-w-heading-3 {
  font-size: 1em;
  line-height: 1.5;
}

.h-i-w-lead-paragraph {
  margin-bottom: 64px;
}

.sell-my-house-fast {
  color: red;
  margin-bottom: 0;
  font-weight: 700;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.checkbox {
  width: 30px;
  height: 30px;
  flex: none;
  margin-top: 0;
  margin-right: 12px;
}

.image-13 {
  height: 100%;
  object-fit: contain;
}

.hassle-heading {
  z-index: 1;
  width: 40%;
  color: var(--dodger-blue);
  flex: 1;
  line-height: 1.5;
}

.italic-text {
  text-decoration: line-through;
}

.contact-us-heading-2 {
  text-align: left;
  margin-top: 0;
}

.div-block-10 {
  width: 100%;
  flex-direction: column;
  display: flex;
}

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

.image-14 {
  width: 100%;
  height: 140px;
  object-fit: cover;
  margin-bottom: 16px;
}

.text-block-4 {
  margin-bottom: 16px;
}

.collection-item {
  flex-direction: column;
  padding: 24px;
  display: flex;
}

.div-block-12 {
  background-color: #f0f0f0;
  padding: 24px 16px;
}

.blog-heading {
  font-size: 1.1em;
}

.section-5 {
  padding-top: 36px;
  padding-bottom: 36px;
}

.link-sans-decor {
  color: #313131;
  text-decoration: none;
}

.div-block-13 {
  display: none;
}

@media screen and (max-width: 991px) {
  .hero {
    padding-top: 40px;
  }

  .image {
    margin-left: -49px;
  }

  .white {
    font-size: 44px;
  }

  .hero-heading-wrapper {
    flex-direction: column;
    grid-template-columns: auto auto 33%;
    justify-items: stretch;
  }

  .image-2 {
    width: 100%;
  }

  .testimonial-slider {
    height: 100%;
    position: relative;
  }

  .testimonial-image-block {
    padding: 30px;
  }

  .testimonial-content-block {
    margin-bottom: 64px;
  }

  .slide-nav-2 {
    position: absolute;
    bottom: 64px;
    left: 0;
  }

  .btn {
    position: absolute;
    right: 0;
  }

  .slider-wrapper {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .for-sale-sign {
    height: 420px;
  }

  .blue {
    width: 100%;
    text-align: center;
    margin-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
    position: static;
  }

  .hassle-wrapper, .grid-2 {
    grid-column-gap: 0px;
  }

  .section-1-wrapper {
    height: 606px;
  }

  .process-card-wrapper {
    grid-template-rows: 80px auto auto 250px;
    grid-template-columns: 260px auto minmax(200px, 124px);
  }

  .text-block {
    font-size: 45px;
  }

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

  .google-review {
    margin-left: 0;
  }

  ._w-t-c-e--support-heading.bold {
    font-size: 50px;
  }

  .paragraph-2 {
    margin-bottom: 16px;
  }

  .column {
    padding-left: 0;
  }

  .column-2 {
    padding-right: 0;
  }

  .html-embed {
    position: static;
  }

  .column-3 {
    align-items: stretch;
    top: 0;
    bottom: 0;
    left: 0;
  }

  .footer-nav {
    flex-direction: column;
  }

  .image-7 {
    height: 100%;
  }

  .nav-link {
    color: #fff;
    text-align: center;
    font-size: 21px;
    display: block;
  }

  .com-nav-right {
    display: block;
  }

  .nav-menu {
    background-color: var(--royal-blue);
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

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

  .menu-button.w--open {
    background-color: var(--royal-blue);
  }

  .cta-button {
    display: none;
    position: absolute;
    top: 23px;
    right: 0;
  }

  .form-heading {
    line-height: 1em;
  }

  .brand {
    width: 110px;
    height: 100%;
  }

  .h-i-w-step-image-wrapper {
    justify-content: center;
  }

  .h1-support {
    padding-bottom: 0;
  }

  .faq-section-subheading.bold {
    font-size: 50px;
  }

  .story-paragraph {
    font-size: 2.5vw;
  }

  .accordion {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .left-arrow-2 {
    left: 2%;
  }

  .chat-bubble {
    width: 100%;
  }

  .right-arrow-3 {
    right: 2%;
  }

  .author {
    font-size: 2.5vw;
  }

  .process-cta-heading.bold {
    font-size: 50px;
  }

  .break-left, .break-right, .lets, .it-down {
    position: static;
  }

  .photo-block {
    width: 40%;
  }

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

  .image-11 {
    max-height: 230px;
  }

  .hassle-heading {
    width: 100%;
    text-align: center;
    margin-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .image {
    height: 260px;
    object-fit: contain;
    margin-left: 0;
  }

  .white {
    font-size: 32px;
  }

  .white.hero-heading {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 40px;
  }

  .hero-heading-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .section-heading {
    z-index: 9;
    padding: 50px 16px;
  }

  .intro-content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-2 {
    width: 50vw;
    align-self: center;
  }

  .testimonial-slider {
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .testimonial-content-wrap, .testimonial-image-block {
    width: 100%;
  }

  .testimonial-image {
    max-width: 390px;
  }

  .testimonial-content-block {
    text-align: center;
    margin-bottom: 0;
  }

  .slide-nav-2 {
    text-align: center;
    position: static;
    transform: none;
  }

  .btn {
    position: static;
  }

  .testimonial-columns {
    flex-direction: column;
  }

  .heading {
    text-align: center;
  }

  .div-block-2 {
    align-items: stretch;
  }

  .noble-break-logo {
    height: 40px;
  }

  .for-sale-sign {
    height: 300px;
  }

  .blue {
    font-size: 26px;
    position: static;
  }

  .hassle-wrapper {
    grid-template-rows: auto 371px;
  }

  .noble-shield {
    width: 250px;
  }

  .hassle-heading-section-2 {
    padding: 50px 16px;
  }

  .guarantee-left, .guarantee-right {
    background-position: 50%;
  }

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

  .container-3 {
    height: 470px;
  }

  .section-1-wrapper {
    height: 430px;
  }

  .guarantee-h3 {
    text-align: center;
    font-size: 46px;
  }

  .process-section {
    padding: 50px 16px;
  }

  .div-block-4 {
    height: 100%;
  }

  .process-card-wrapper {
    grid-template-columns: 260px auto auto;
  }

  .heading-2 {
    text-align: center;
    padding-left: 0;
    font-size: 32px;
  }

  .process-card-image {
    width: 110px;
    overflow: hidden;
  }

  .process-heading {
    font-size: 42px;
    line-height: 190%;
  }

  .image-5 {
    width: 100%;
    border-radius: 50%;
  }

  .reviews-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .reviews-heading {
    padding: 50px 16px;
  }

  .text-block {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .review-wrapper {
    margin-left: 16px;
    margin-right: 16px;
  }

  .review-block {
    padding-left: 0;
    padding-right: 0;
  }

  .review-user-profile {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .profile-photo {
    width: 120px;
    margin-bottom: 16px;
  }

  .star-ratings {
    flex: 1;
    order: 1;
    margin-right: 0;
  }

  .star {
    width: 24px;
  }

  .star.last {
    margin-right: 0;
  }

  .star-wrapper {
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
  }

  .we-take-care-of-everything {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  ._w-t-c-e--support-heading.bold {
    margin-top: 50px;
    font-size: 32px;
  }

  .section-form {
    padding-left: 32px;
    padding-right: 32px;
  }

  .paragraph-2 {
    font-size: 21px;
  }

  .form-field {
    margin-bottom: 16px;
  }

  .company-that-cares {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .company-that-cares-heading {
    margin-bottom: 120px;
    padding: 50px 16px;
  }

  .company-that-cares-section {
    width: 100%;
  }

  .html-embed {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph-5 {
    margin-bottom: 53px;
  }

  .link {
    text-align: center;
    display: block;
  }

  .image-7 {
    height: 40px;
  }

  .com-nav-menu {
    flex-direction: row;
  }

  .com-nav-left {
    flex: 1;
  }

  .com-nav-right {
    flex: 0 auto;
    display: block;
  }

  .com-nav-link.last {
    padding-right: 0;
  }

  .com-nav {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-2 {
    display: none;
  }

  .section-h2 {
    font-size: 30px;
  }

  .cta-button {
    border-radius: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .cta-wrapper {
    top: 0;
  }

  .form-heading {
    font-size: 30px;
  }

  .h-i-w-step-wrapper {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .h-i-w-card {
    width: 100%;
    height: auto;
  }

  .h-i-w-number-wrapper {
    width: 100%;
    height: 60px;
    border-radius: 0%;
    margin-right: 0;
  }

  .h-i-w-number-wrapper.odd {
    align-self: flex-start;
  }

  .h-i-w-step-text {
    padding-left: 32px;
  }

  .h-i-w-number {
    font-size: .5em;
  }

  .faq-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .faq-section-subheading.bold {
    margin-top: 50px;
    font-size: 32px;
  }

  .story-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .story-paragraph {
    font-size: 5vw;
  }

  .accordion {
    width: 100%;
    margin-bottom: -16px;
  }

  .question-text {
    margin-top: 8px;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .bubble-desktop {
    display: none;
  }

  .author {
    font-size: 4vw;
  }

  .bubble-mobile {
    display: block;
  }

  .process-cta-heading.bold {
    margin-top: 50px;
    font-size: 32px;
  }

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

  .grid-5 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .contact-detials {
    align-self: center;
  }

  .contact-us-block {
    flex-direction: column;
  }

  .div-block-9 {
    flex-direction: column-reverse;
  }

  .hassle-heading {
    font-size: 26px;
    position: static;
  }
}

@media screen and (max-width: 479px) {
  .white.hero-heading {
    width: 100%;
    text-align: center;
  }

  .hero-heading-wrapper {
    align-items: center;
  }

  .testimonial-slider {
    z-index: 10;
    padding-left: 16px;
    padding-right: 16px;
  }

  .testimonial-content-wrap {
    padding: 15px;
  }

  .left-arrow {
    width: 40px;
  }

  .testimonial-image-block {
    padding: 15px;
  }

  .right-arrow-2 {
    width: 40px;
  }

  .testimonial-content-block {
    padding-left: 19px;
    padding-right: 19px;
  }

  .btn.process {
    margin-left: auto;
    margin-right: auto;
  }

  .noble-shield {
    width: 260px;
  }

  .no-large {
    font-size: 50vw;
  }

  .no-sub-item {
    margin-top: 0;
    font-size: 10vw;
  }

  .div-block-4 {
    border-radius: 0 0 24px 24px;
  }

  .process-card-wrapper {
    flex-direction: column;
    grid-template-columns: 260px auto auto;
    align-items: stretch;
    display: flex;
  }

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

  .paragraph {
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .process-card-image {
    width: 100%;
    order: -1;
    padding: 16px;
  }

  .review-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

  ._w-t-c-e--support-heading.bold {
    font-size: 29px;
  }

  .div-block-7 {
    flex: none;
    display: none;
  }

  .navbar {
    z-index: 999999;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .com-nav-menu {
    flex-direction: column;
    align-items: center;
  }

  .com-nav-right {
    display: none;
  }

  .com-nav-link {
    text-align: center;
    padding-right: 0;
    display: block;
  }

  .com-nav-link.last {
    text-align: center;
  }

  .com-nav {
    z-index: 9999;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

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

  .cta-button.process {
    margin-left: auto;
    margin-right: auto;
  }

  .cta-wrapper {
    top: 60px;
  }

  .h-i-w-card {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .h-i-w-step-image-wrapper {
    max-height: 100%;
  }

  .faq-section-subheading.bold {
    font-size: 29px;
  }

  .story-container {
    align-items: flex-end;
  }

  .faq-image {
    margin-top: 20px;
  }

  .accordion_item-image {
    width: 30px;
  }

  .question-text {
    flex: 0 100%;
    margin-bottom: 8px;
    margin-left: 16px;
    padding-right: 20px;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .left-arrow-2 {
    width: 50px;
    height: 100%;
    left: 0%;
  }

  .right-arrow-3 {
    width: 50px;
    right: 0%;
  }

  .author {
    padding-top: 0;
  }

  .icon-9 {
    font-size: 50%;
  }

  .process-cta-heading.bold {
    font-size: 29px;
  }

  .icon-10 {
    font-size: 50%;
  }

  .contact-phone-wrapper, .contact-email-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-block {
    align-items: stretch;
  }

  .address-text-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .image-11 {
    display: none;
  }
}

#w-node-c28c4695-e3c8-4f4c-e22a-926ce266deb5-333b2b14 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
  justify-self: start;
}

#w-node-ee7dfd33-3aa2-1d3c-1c83-0bc196f94705-333b2b14 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_73d346d4-5c96-5eb5-6ae3-8fcfa2f03e91-333b2b14 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-_41582f15-4fff-b6c4-1486-eac61c927478-333b2b14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#flowbaseSlider.w-node-e5a5a9d4-614e-3935-d519-bd8af8f1b5f1-333b2b14 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: auto;
}

#w-node-_80abcb99-8346-9da2-ab63-4203a53871b6-333b2b14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b23a6248-b812-ec02-e0e4-62cb00f3be9b-333b2b14 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_61b5f370-9367-93a8-d8ae-35ccedeab56d-333b2b14 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a917e794-1fd7-e30d-2464-06db2eb4d695-333b2b14 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: end;
}

#w-node-_4a9e8043-ee3a-769f-3d96-2fe0a7544631-333b2b14 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ec317393-4aaf-72d7-2c74-adcc7dffebcb-333b2b14 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5abf7673-fd8a-476f-860e-defe53bdf860-333b2b14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f5d4f16d-2bb3-7029-efd2-f761c136c3ae-333b2b14 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: start;
}

#w-node-bcbe69d5-6fd1-c24a-2762-d82fccb0d220-333b2b14 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bbfdae79-28fa-8f6f-6e4d-0950d1bde51c-333b2b14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8337577f-7ea0-45b6-dae2-06a2a6e1f64f-333b2b14, #w-node-_3bf351fb-3df5-ed5b-f57f-acb17e110757-333b2b14 {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-_20c8b8e0-6876-29a8-59c6-46192756fae0-333b2b14 {
  grid-area: 2 / 1 / 4 / 4;
}

#w-node-_27632701-c9d6-20e4-ed34-66b26b08698e-333b2b14 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-_76f01b15-fd10-157a-f1f9-69f601124104-333b2b14 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-a43e058c-0da6-448e-acfc-63ebdb17842e-333b2b14 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a43e058c-0da6-448e-acfc-63ebdb178431-333b2b14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a43e058c-0da6-448e-acfc-63ebdb178432-333b2b14, #w-node-a43e058c-0da6-448e-acfc-63ebdb178433-333b2b14 {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-a43e058c-0da6-448e-acfc-63ebdb178434-333b2b14 {
  grid-area: 2 / 1 / 4 / 4;
}

#w-node-a43e058c-0da6-448e-acfc-63ebdb178435-333b2b14 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-a43e058c-0da6-448e-acfc-63ebdb178437-333b2b14 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_25eeea6e-1762-d8cd-831f-d751025b971e-333b2b14 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_25eeea6e-1762-d8cd-831f-d751025b9721-333b2b14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25eeea6e-1762-d8cd-831f-d751025b9722-333b2b14, #w-node-_25eeea6e-1762-d8cd-831f-d751025b9723-333b2b14 {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-_25eeea6e-1762-d8cd-831f-d751025b9724-333b2b14 {
  grid-area: 2 / 1 / 4 / 4;
}

#w-node-_25eeea6e-1762-d8cd-831f-d751025b9725-333b2b14 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-_25eeea6e-1762-d8cd-831f-d751025b9727-333b2b14 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2ded76c1-f67e-b0f3-06c6-dfd19bfc2911-333b2b14 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2ded76c1-f67e-b0f3-06c6-dfd19bfc2914-333b2b14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ded76c1-f67e-b0f3-06c6-dfd19bfc2915-333b2b14, #w-node-_2ded76c1-f67e-b0f3-06c6-dfd19bfc2916-333b2b14 {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-_2ded76c1-f67e-b0f3-06c6-dfd19bfc2917-333b2b14 {
  grid-area: 2 / 1 / 4 / 4;
}

#w-node-_2ded76c1-f67e-b0f3-06c6-dfd19bfc2918-333b2b14 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-_2ded76c1-f67e-b0f3-06c6-dfd19bfc291a-333b2b14 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2ded76c1-f67e-b0f3-06c6-dfd19bfc291c-333b2b14 {
  grid-area: 3 / 3 / 4 / 4;
  align-self: end;
  justify-self: stretch;
}

#w-node-_1aea479f-bdbf-28dc-7e8b-f9b65ff35cd4-333b2b14 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_114f4451-1fd5-0b87-e86a-c6e315dccef1-333b2b14 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_732030a9-fa60-4484-8b1c-9adae0826189-333b2b14 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_22540b3f-74d5-7a02-682b-a67a26ead888-333b2b14 {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-a0da423e-1aca-3123-3a82-94908867661a-333b2b14 {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-_35302370-0fde-5b70-5e55-bea732d20aca-333b2b14 {
  grid-area: 6 / 1 / 7 / 3;
}

#w-node-fae080a4-484b-e928-fa95-2ad7d88a7638-333b2b14 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-ccd49c6d-05ef-58c0-db46-7f7308d32462-333b2b14 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-_2caa6e08-fbeb-fa0a-1aad-de0181d8a15b-333b2b14 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d7ba8cda-df49-96b2-859f-7830ce007480-ce0073fd {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_818d6b81-5331-db64-a5aa-ea6bfef1827f-be02d355 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_818d6b81-5331-db64-a5aa-ea6bfef18281-be02d355 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_818d6b81-5331-db64-a5aa-ea6bfef182ac-be02d355 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_818d6b81-5331-db64-a5aa-ea6bfef182bc-be02d355 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_818d6b81-5331-db64-a5aa-ea6bfef182cc-be02d355, #w-node-_818d6b81-5331-db64-a5aa-ea6bfef182d7-be02d355 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-f6e1d67f-5c4a-44e2-80bb-ce24851145bf-be02d355, #w-node-_06285460-c7de-a575-1c24-c3f491d77a83-be02d355 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_6ab3ae94-d635-b796-75bd-707e21eb2ad9-be02d355 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_638f18c5-c084-1639-d807-e8cea64629ee-a64629eb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_638f18c5-c084-1639-d807-e8cea64629f0-a64629eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_638f18c5-c084-1639-d807-e8cea64629f1-a64629eb {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_71a62468-5712-d623-074f-15a23a640833-88f02771 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_71a62468-5712-d623-074f-15a23a640835-88f02771 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-a858dde9-4de7-4da3-7e64-d02dcb0b233a-88f02771, #w-node-_71a62468-5712-d623-074f-15a23a640836-88f02771 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c4ab9c3-4237-8dd8-a930-b59add21f529-88f02771 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c4ab9c3-4237-8dd8-a930-b59add21f526-88f02771 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_6c4ab9c3-4237-8dd8-a930-b59add21f52f-88f02771 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_6c4ab9c3-4237-8dd8-a930-b59add21f538-88f02771 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_6c4ab9c3-4237-8dd8-a930-b59add21f541-88f02771, #w-node-a77375cf-ad8b-3953-16b0-e6f2c67b72be-88f02771 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
  justify-self: center;
}

#lower-page-form.w-node-_8455d860-9c3b-b72d-73c2-1236db51143a-870edac4 {
  justify-self: stretch;
}

#w-node-_6c2e305a-41f3-a018-13c1-f62f3ba18508-870edac4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-c6a80096-99e7-2230-343f-2e95d72bca75-870edac4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-baeaef8e-b541-ea5a-8d2d-20fecebb69fe-870edac4 {
  grid-area: 3 / 2 / 4 / 2;
}

#w-node-_2d76af29-e48d-35a6-001a-bab0b3d459c6-870edac4, #w-node-_2d76af29-e48d-35a6-001a-bab0b3d459c9-870edac4, #w-node-_32bf90b0-f078-602f-b3bd-9b7ed3bc139c-870edac4, #w-node-_2057cd06-55a0-f9a5-a1ea-a1af860b0d66-870edac4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c08b2ee0-3c52-d475-c865-7af240b68d80-870edac4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f34d2cc8-4b4c-5d17-f408-e1e8a216f026-96d90b2f {
  grid-template-rows: 30% 70%;
  grid-template-columns: .25fr 1fr;
}

#w-node-_6b84952b-3b32-2327-346f-59402526d216-96d90b2f, #w-node-c97fd373-a952-1689-caeb-e7756370fec9-96d90b2f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c28c4695-e3c8-4f4c-e22a-926ce266deb5-333b2b14 {
    align-self: center;
  }

  #w-node-ee7dfd33-3aa2-1d3c-1c83-0bc196f94705-333b2b14 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_73d346d4-5c96-5eb5-6ae3-8fcfa2f03e91-333b2b14 {
    grid-area: 1 / 3 / 2 / 4;
    align-self: end;
  }

  #w-node-_20c8b8e0-6876-29a8-59c6-46192756fae0-333b2b14 {
    grid-area: 2 / 1 / 5 / 4;
  }

  #w-node-_76f01b15-fd10-157a-f1f9-69f601124104-333b2b14 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
  }

  #w-node-a43e058c-0da6-448e-acfc-63ebdb178434-333b2b14 {
    grid-area: 2 / 1 / 5 / 4;
  }

  #w-node-a43e058c-0da6-448e-acfc-63ebdb178437-333b2b14 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
  }

  #w-node-_25eeea6e-1762-d8cd-831f-d751025b9724-333b2b14 {
    grid-area: 2 / 1 / 5 / 4;
  }

  #w-node-_25eeea6e-1762-d8cd-831f-d751025b9727-333b2b14 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
  }

  #w-node-_2ded76c1-f67e-b0f3-06c6-dfd19bfc2917-333b2b14 {
    grid-area: 2 / 1 / 5 / 4;
  }

  #w-node-_2ded76c1-f67e-b0f3-06c6-dfd19bfc291a-333b2b14 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
  }

  #w-node-_2ded76c1-f67e-b0f3-06c6-dfd19bfc291c-333b2b14 {
    grid-area: 3 / 2 / 5 / 4;
    align-self: end;
    justify-self: stretch;
  }

  #lower-page-form.w-node-_8455d860-9c3b-b72d-73c2-1236db51143a-870edac4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6c2e305a-41f3-a018-13c1-f62f3ba18508-870edac4 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c28c4695-e3c8-4f4c-e22a-926ce266deb5-333b2b14 {
    grid-area: span 2 / span 2 / span 2 / span 2;
    align-self: start;
    justify-self: start;
  }

  #w-node-ee7dfd33-3aa2-1d3c-1c83-0bc196f94705-333b2b14 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_73d346d4-5c96-5eb5-6ae3-8fcfa2f03e91-333b2b14 {
    grid-area: 1 / 3 / 2 / 4;
    align-self: end;
    justify-self: center;
  }

  #w-node-_4a9e8043-ee3a-769f-3d96-2fe0a7544631-333b2b14 {
    grid-row: 2 / 3;
    grid-column-start: 1;
    align-self: stretch;
  }

  #w-node-ec317393-4aaf-72d7-2c74-adcc7dffebcb-333b2b14 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f5d4f16d-2bb3-7029-efd2-f761c136c3ae-333b2b14 {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-_8337577f-7ea0-45b6-dae2-06a2a6e1f64f-333b2b14 {
    align-self: stretch;
    justify-self: end;
  }

  #w-node-_76f01b15-fd10-157a-f1f9-69f601124104-333b2b14 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-a43e058c-0da6-448e-acfc-63ebdb178432-333b2b14 {
    align-self: stretch;
    justify-self: end;
  }

  #w-node-a43e058c-0da6-448e-acfc-63ebdb178437-333b2b14 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-_25eeea6e-1762-d8cd-831f-d751025b9722-333b2b14 {
    align-self: stretch;
    justify-self: end;
  }

  #w-node-_25eeea6e-1762-d8cd-831f-d751025b9727-333b2b14 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-_2ded76c1-f67e-b0f3-06c6-dfd19bfc2915-333b2b14 {
    align-self: stretch;
    justify-self: end;
  }

  #w-node-_2ded76c1-f67e-b0f3-06c6-dfd19bfc291a-333b2b14 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-fae080a4-484b-e928-fa95-2ad7d88a7638-333b2b14 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: center;
    justify-self: stretch;
  }

  #w-node-_2caa6e08-fbeb-fa0a-1aad-de0181d8a15b-333b2b14 {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c28c4695-e3c8-4f4c-e22a-926ce266deb5-333b2b14 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
    justify-self: start;
  }

  #w-node-_73d346d4-5c96-5eb5-6ae3-8fcfa2f03e91-333b2b14 {
    grid-area: 2 / 1 / 3 / 4;
    align-self: end;
    justify-self: center;
  }

  #w-node-_8337577f-7ea0-45b6-dae2-06a2a6e1f64f-333b2b14 {
    grid-area: 1 / 2 / 3 / 4;
    align-self: stretch;
    justify-self: end;
  }

  #w-node-_76f01b15-fd10-157a-f1f9-69f601124104-333b2b14 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-a43e058c-0da6-448e-acfc-63ebdb178432-333b2b14 {
    grid-area: 1 / 2 / 3 / 4;
    align-self: stretch;
    justify-self: end;
  }

  #w-node-a43e058c-0da6-448e-acfc-63ebdb178437-333b2b14 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-_25eeea6e-1762-d8cd-831f-d751025b9722-333b2b14 {
    grid-area: 1 / 2 / 3 / 4;
    align-self: stretch;
    justify-self: end;
  }

  #w-node-_25eeea6e-1762-d8cd-831f-d751025b9727-333b2b14 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-_2ded76c1-f67e-b0f3-06c6-dfd19bfc2915-333b2b14 {
    grid-area: 1 / 2 / 3 / 4;
    align-self: stretch;
    justify-self: end;
  }

  #w-node-_2ded76c1-f67e-b0f3-06c6-dfd19bfc291a-333b2b14 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-_2ded76c1-f67e-b0f3-06c6-dfd19bfc291c-333b2b14 {
    grid-area: 3 / 2 / 5 / 4;
    align-self: start;
    justify-self: stretch;
  }

  #w-node-_1aea479f-bdbf-28dc-7e8b-f9b65ff35cd4-333b2b14 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_638f18c5-c084-1639-d807-e8cea64629f0-a64629eb {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
  }

  #w-node-_638f18c5-c084-1639-d807-e8cea64629f1-a64629eb {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_71a62468-5712-d623-074f-15a23a640835-88f02771 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
  }

  #w-node-_71a62468-5712-d623-074f-15a23a640836-88f02771 {
    grid-area: 2 / 1 / 3 / 3;
  }
}


