@font-face {
  font-family: Line Square Icons;
  src: url('../fonts/line-square-icons.woff2') format("woff2"), url('../fonts/line-square-icons.eot') format("embedded-opentype"), url('../fonts/line-square-icons.woff') format("woff"), url('../fonts/line-square-icons.ttf') format("truetype"), url('../fonts/line-square-icons.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Social Icon Font;
  src: url('../fonts/social-icon-font.woff2') format("woff2"), url('../fonts/social-icon-font.eot') format("embedded-opentype"), url('../fonts/social-icon-font.woff') format("woff"), url('../fonts/social-icon-font.ttf') format("truetype"), url('../fonts/social-icon-font.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Filled Icon Font;
  src: url('../fonts/filled-icon-font.woff2') format("woff2"), url('../fonts/filled-icon-font.eot') format("embedded-opentype"), url('../fonts/filled-icon-font.woff') format("woff"), url('../fonts/filled-icon-font.ttf') format("truetype"), url('../fonts/filled-icon-font.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Line Rounded Icons;
  src: url('../fonts/line-rounded-icons.woff2') format("woff2"), url('../fonts/line-rounded-icons.eot') format("embedded-opentype"), url('../fonts/line-rounded-icons.woff') format("woff"), url('../fonts/line-rounded-icons.ttf') format("truetype"), url('../fonts/line-rounded-icons.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Onest;
  src: url('../fonts/OnestExtraBold.ttf') format("truetype"), url('../fonts/OnestExtraBold.ttf') format("truetype"), url('../fonts/OnestBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roofing X Icon Font;
  src: url('../fonts/roofing-x-icon-font.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Onest;
  src: url('../fonts/OnestThin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Onest;
  src: url('../fonts/OnestRegular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Onest;
  src: url('../fonts/OnestBlack.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Onest;
  src: url('../fonts/OnestMedium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Onest;
  src: url('../fonts/OnestLight.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --light-grey: #f4f4f4;
  --crimson: #da2128;
  --white: white;
}

.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-form-formrecaptcha {
  margin-bottom: 8px;
}

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

body {
  color: var(--black);
  font-family: canada-type-gibson, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: canada-type-gibson, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

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

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

p {
  margin-bottom: 0;
  font-family: canada-type-gibson, sans-serif;
}

a {
  border-color: var(--black);
  color: var(--black);
  text-decoration: underline;
}

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

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

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

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

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

blockquote {
  border-left: .1875rem solid var(--black);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

.max-width-large.align-center {
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

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

.margin-bottom.margin-xxlarge {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

.text-size-medium {
  font-family: canada-type-gibson, sans-serif;
  font-size: 1.125rem;
}

.rl-styleguide-message-delete-this {
  text-align: center;
  background-color: #f1f0ee;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.rl-styleguide-message-wrapper {
  text-align: left;
  background-color: #e4e2df;
  border-radius: 16px;
  padding: 2.5rem;
}

.rl-styleguide-message-fixed {
  z-index: 99;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

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

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

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

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

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

.rl-styleguide_callout-link-wrapper {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

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

.background-color-gray {
  background-color: var(--light-grey);
}

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

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

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

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

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

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

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

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

.heading-style-h5 {
  font-family: canada-type-gibson, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

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

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

.form-checkbox-icon {
  border: 1px solid var(--black);
  cursor: pointer;
  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;
}

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

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

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

.button {
  border: 1px none var(--black);
  background-color: var(--crimson);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: canada-type-gibson, sans-serif;
}

.button.is-link {
  color: var(--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  color: var(--white);
  background-color: #0000;
}

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

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

.button.is-secondary {
  border-color: var(--white);
  background-color: #da212814;
  text-decoration: none;
}

.button.is-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

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

.button.is-alternate {
  background-color: var(--white);
  color: #000;
}

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

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

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

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

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

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

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

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

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

.rl-styleguide_label {
  color: var(--white);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

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

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

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

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

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

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

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

.icon-1x1-large {
  background-color: var(--crimson);
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.form-input {
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black);
  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: #0009;
}

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

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

.rl-styleguide_paste-text {
  color: #00000080;
  text-align: center;
  border: 1px dashed #00000026;
  padding: 1rem;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

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

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

.rl-styleguide_color {
  padding-bottom: 8rem;
}

.rl-styleguide_color.is-black {
  background-color: var(--black);
}

.rl-styleguide_color.is-gray {
  background-color: var(--light-grey);
}

.rl-styleguide_color.is-white {
  background-color: var(--white);
}

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

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

.text-color-white {
  color: var(--white);
}

.background-color-white {
  background-color: var(--white);
}

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

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

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

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

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

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.text-color-black {
  color: var(--black);
}

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

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

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

.background-color-black {
  background-color: var(--black);
  color: var(--white);
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

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

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

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: sticky;
  top: 2rem;
}

.form-radio-icon {
  border: 1px solid var(--black);
  cursor: pointer;
  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;
}

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

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

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

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  text-decoration: none;
  display: flex;
}

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

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

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

.text-size-small.text-weight-semibold.text-inline {
  display: inline;
}

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

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

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

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

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

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

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

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

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

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

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

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

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

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

.text-rich-text figcaption {
  border-left: 2px solid var(--black);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

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

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

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

.icon-1x1-medium {
  background-color: #f26522;
  width: 3rem;
  height: 3rem;
}

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

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

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

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

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

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

.padding-section-small.centre {
  align-items: center;
  display: flex;
}

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

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

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

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

.padding-section-large {
  justify-content: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: var(--black);
}

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

.navbar1_menu-button {
  padding: 0;
}

.navbar1_dropdown-list.w--open {
  border: 1px solid var(--black);
  background-color: var(--white);
  padding: .5rem;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar1_dropdown-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
}

.navbar1_component {
  border-bottom: 1px solid var(--black);
  background-color: #fff;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding: 1% 5%;
  display: flex;
}

.dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navbar1_logo-link {
  padding-left: 0;
}

.navbar1_link {
  padding: .5rem 1rem;
}

.navbar1_link.w--current {
  color: var(--black);
}

.navbar1_logo {
  max-width: 8rem;
}

.header26_image-wrapper {
  position: static;
  inset: 167% 5% auto;
}

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

.section_header26 {
  background-color: var(--light-grey);
  color: #fff;
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/dusk-edit-on-detached-nottingham-house-rear-garden-enhanced-1024x682.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

.section_header1 {
  background-color: var(--light-grey);
}

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

.button-2 {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
}

.button-2.is-secondary {
  color: var(--black);
  background-color: #0000;
  font-family: open-sans;
}

.button-2.is-link {
  color: var(--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

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

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

.section_layout242 {
  font-family: open-sans;
  display: none;
}

.layout242_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.layout242_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.footer3_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.footer3_link {
  color: #fff;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.footer3_legal-link {
  color: #fff;
  font-size: .875rem;
  text-decoration: underline;
}

.footer3_component {
  background-image: radial-gradient(circle farthest-side at 50% 50%, #1f1f1f, var(--black));
  color: var(--white);
  font-family: canada-type-gibson, sans-serif;
}

.footer3_link-list {
  color: var(--white);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.social-icon {
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
}

.footer3_menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start end;
}

.footer3_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.line-divider {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.footer3_logo-link {
  float: none;
  padding-left: 0;
  display: inline-block;
}

.footer3_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer3_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  align-items: start;
}

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

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

.image {
  max-width: 8rem;
}

.link {
  color: #fff;
}

.form-heading {
  width: 100%;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 900;
}

.container-centered-w60ch {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 60ch;
  display: flex;
}

.signup-submit-button {
  background-color: var(--crimson);
  margin-top: 2rem;
  padding: 1rem 2rem;
}

.signup-last-slide-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.signup-slide {
  width: 100%;
  height: 100%;
  min-height: auto;
}

.signup-mask {
  font-family: canada-type-gibson, sans-serif;
}

.success-message-5 {
  color: #000;
  background-color: #fff;
  border-radius: 1rem;
  width: 50%;
}

.checkbox-button-container {
  background-color: #fff;
  border-radius: .2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1rem 2rem;
  display: flex;
}

.signup-next-button {
  background-color: var(--crimson);
  color: #fff;
  width: 100%;
  padding: 1rem 1.1rem;
  font-size: 1rem;
  font-weight: 700;
  position: static;
}

.signup-next-button.next {
  background-color: var(--crimson);
  border-radius: 0;
  width: 100%;
  font-family: canada-type-gibson, sans-serif;
}

.signup-next-button.next {
  border-radius: 0;
  width: 100%;
}

.signup-next-button.next {
  background-color: #f26522;
  border-radius: 0;
  width: 100%;
}

.signup-next-button.next:hover {
  background-image: none;
}

.container-vertical {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1250px;
  display: flex;
  position: relative;
}

.checkbox-3 {
  cursor: pointer;
  background-color: #fff;
  border-style: none;
  border-radius: .3rem;
  width: 3rem;
  height: 3rem;
  margin-left: 1rem;
  margin-right: 1rem;
  transition: background-color .3s;
}

.checkbox-3:hover {
  background-color: #f8edee;
}

.checkbox-3.w--redirected-checked {
  background-color: var(--crimson);
  background-image: url('../images/xmark-solid-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
  border-style: none;
  border-radius: .2rem;
}

.signup-form-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: canada-type-gibson, sans-serif;
  display: flex;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #e08719;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.checkbox-label {
  color: #000;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
}

.signup-slider {
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding-bottom: 1rem;
  display: flex;
}

.signup-slider.small {
  justify-content: flex-end;
  height: auto;
  position: relative;
}

.signup-name-grid {
  grid-template-rows: auto;
}

.signup-back-arrow {
  color: #000501;
  background-color: #ebebeb;
  border: .3rem #000;
  border-radius: .2rem;
  width: 100%;
  margin-bottom: .5rem;
  padding: 1rem 1.1rem;
  font-size: 1rem;
  position: static;
  inset: auto auto -4rem 0;
}

.signup-back-arrow:hover {
  border-style: none;
}

.form-paragraph {
  color: #686868;
  max-width: 550px;
  font-size: 18px;
  line-height: 23px;
}

.multi-select-field {
  margin-top: 1rem;
  display: none;
}

.form-field-container {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2rem;
  font-family: canada-type-gibson, sans-serif;
  display: flex;
}

.form-field-container.justify-bottom {
  justify-content: flex-end;
}

.multi-select {
  background-color: #fff;
  border-radius: .2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 1rem 2rem;
  display: flex;
}

.signup-form-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin-top: 2rem;
  display: flex;
}

.signup-form {
  width: 70%;
}

.slide-nav-2 {
  display: none;
  position: static;
}

.section-header76 {
  background-color: #ebebeb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90dvh;
  display: none;
}

.section-header76.new {
  background-color: var(--white);
  background-color: #f4f4f4;
  background-image: linear-gradient(#00000080, #00000080), url('../images/dusk-edit-on-detached-nottingham-house-rear-garden-enhanced-1024x682.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 90dvh;
  font-family: open-sans;
  display: block;
}

.form-field {
  border: .07rem solid #cacaca;
  border-radius: .2rem;
  width: 100%;
  height: 3rem;
  margin-bottom: .5rem;
  padding: .7rem 1.5rem;
  transition: background-color .2s, border-color .2s, border-radius .2s;
}

.form-field:hover {
  background-color: #f5f5f5;
}

.form-field:focus {
  background-color: #f5f5f5;
  border: .1rem solid #000501;
}

.form-field.signup {
  color: #000;
  height: 4rem;
  margin-top: 1rem;
  font-size: 16px;
}

.form-text-area {
  min-height: 16px;
  margin-top: 1rem;
  font-size: 16px;
}

.checkbox-button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: grid;
}

.checkbox-button-wrapper.step-two {
  grid-template-columns: 1fr;
}

.form-section-title {
  color: #000;
  margin-bottom: 12px;
  font-family: canada-type-gibson, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.heading {
  color: var(--crimson);
  background-color: #0000;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 700;
}

.heading-2 {
  font-family: amboy-black;
}

.heading-3 {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 700;
}

.button-4 {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
}

.button-4.is-secondary {
  color: var(--black);
  background-color: #0000;
}

.text-size-medium-2 {
  font-family: Onest, sans-serif;
  font-size: 1.125rem;
}

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

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

.section_header44 {
  background-color: var(--light-grey);
}

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

.contact1_component {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.section_contact1 {
  background-color: var(--light-grey);
}

.button-5 {
  border: 1px solid var(--black);
  background-color: var(--crimson);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
}

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

.error-text {
  color: #e23939;
}

.success-message {
  background-color: var(--light-grey);
  padding: 1.5rem;
}

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

.body-2 {
  font-family: open-sans;
}

.heading-5 {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 700;
}

.footer3_link-2 {
  color: var(--white);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.footer3_legal-link-2 {
  font-size: .875rem;
  text-decoration: underline;
}

.social-icon-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.line-divider-2 {
  background-color: var(--black);
  width: 100%;
  height: 1px;
}

.button-6 {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
}

.button-6.is-secondary {
  color: var(--black);
  background-color: #0000;
}

.button-6.is-link {
  color: var(--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

.link-2 {
  text-decoration: none;
}

.heading-7 {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 700;
}

.heading-8, .heading-9 {
  font-family: canada-type-gibson, sans-serif;
}

.heading-10 {
  font-family: canada-type-gibson, sans-serif;
  position: static;
}

.heading-11 {
  font-family: canada-type-gibson, sans-serif;
}

.paragraph {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 400;
}

.body-4 {
  font-family: canada-type-gibson, sans-serif;
}

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

.paragraph-2 {
  font-family: canada-type-gibson, sans-serif;
}

.badge {
  max-width: 10rem;
}

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

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

.banner10_content-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.banner10_content {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 3rem;
  display: flex;
}

.link-8 {
  margin-left: 5px;
  text-decoration: underline;
}

.text-block-38 {
  margin-left: 5px;
}

.banner10_close-button {
  margin-left: 1rem;
}

.image-19 {
  color: #fff;
}

.banner10_component {
  background-color: var(--crimson);
  color: var(--white);
}

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

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

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

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

.layout250_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

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

.section_layout250 {
  background-color: var(--white);
}

.section_layout250.black {
  background-color: var(--black);
  color: var(--white);
}

.layout250_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.form-field-container-2 {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2rem;
  display: flex;
}

.form-field-container-2.justify-bottom {
  justify-content: flex-end;
}

.form-section-title-2 {
  color: #000;
  margin-bottom: 12px;
  font-family: canada-type-gibson, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.button-7 {
  color: #fff;
  text-align: center;
  background-color: #e08719;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.checkbox-4 {
  cursor: pointer;
  background-color: #fff;
  border-style: none;
  border-radius: .3rem;
  width: 3rem;
  height: 3rem;
  margin-left: 1rem;
  margin-right: 1rem;
  transition: background-color .3s;
}

.checkbox-4:hover {
  background-color: #e087191a;
}

.checkbox-4.w--redirected-checked {
  background-color: #f26522;
  background-image: url('../images/xmark-solid-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
  border-style: none;
  border-radius: .2rem;
}

.signup-submit-button-2 {
  background-color: #f26522;
  margin-top: 2rem;
  padding: 1rem 2rem;
}

.form-field-container-3 {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2rem;
  display: flex;
}

.form-field-container-3.justify-bottom {
  justify-content: flex-end;
}

.form-section-title-3 {
  color: #000;
  margin-bottom: 12px;
  font-size: 40px;
  font-weight: 400;
}

.button-8 {
  color: #fff;
  text-align: center;
  background-color: #e08719;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.signup-form-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.signup-submit-button-3 {
  background-color: #f26522;
  margin-top: 2rem;
  padding: 1rem 2rem;
}

.heading-style-h5-3 {
  color: var(--crimson);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

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

.section_testimonial1 {
  display: none;
}

.header-form {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding: 5%;
  font-family: Onest, sans-serif;
  display: flex;
}

.container-large-5 {
  width: 100%;
}

.button-9 {
  background-color: var(--crimson);
  color: #fff;
  text-align: center;
  padding: .75rem 1.5rem;
}

.header1_image-wrapper-2 {
  height: 100%;
}

.logo1_component {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-radius: 8px;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.text-field-14 {
  border-radius: 0;
  font-size: 16px;
}

.logo1_logo {
  max-height: 5rem;
}

.logo1_logo.padding {
  max-height: 3rem;
}

.logo1_logo.padding-l {
  max-height: 7rem;
}

.section_logo1 {
  width: 100%;
  display: block;
}

.heading-12 {
  color: var(--white);
  font-family: Onest, sans-serif;
}

.section-header--short-form {
  background-image: linear-gradient(#00000080, #00000080), url('../images/lanai-extension3.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.section-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 90vh;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.grid-2 {
  grid-template-columns: 1fr;
  margin-top: 16px;
}

.select-field {
  background-color: var(--white);
  color: #999;
  border-radius: 0;
  font-size: 16px;
}

.textarea {
  border-radius: 0;
  font-size: 16px;
}

.list-item {
  color: var(--white);
}

.check {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-bottom: 10px;
  display: flex;
}

.image-20 {
  background-color: var(--crimson);
  min-width: 2rem;
  min-height: 2rem;
  margin-right: 15px;
  padding: 5px;
}

.text-block-39 {
  color: var(--white);
  font-size: 1.5rem;
}

.div-block-2 {
  background-color: var(--crimson);
  color: #fff;
  padding: 5px 10px;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 700;
  display: inline-block;
}

.text-block-40 {
  font-family: Onest, sans-serif;
}

.button-10 {
  color: #fff;
  text-align: center;
  background-color: #01652e;
  border-radius: 6px;
  padding: .75rem 1.5rem;
  font-family: canada-type-gibson, sans-serif;
}

.button-10.is-secondary {
  color: #000;
  background-color: #0000;
}

.button-10.is-secondary.is-alternate {
  border: 1px solid var(--black);
  background-color: #0000;
  border-radius: 0;
  text-decoration: none;
}

.phone {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.text-block-41 {
  color: var(--crimson);
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  display: flex;
}

.text-block-41.white {
  color: var(--white);
}

.testimonial17_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.testimonial17_rating-icon {
  color: var(--white);
  flex-direction: column;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.testimonial17_client-image-wrapper {
  margin-right: 1rem;
}

.testimonial17_content {
  border: 1px solid var(--black);
  background-color: var(--crimson);
  color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.testimonial17_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.testimonial17_rating-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
}

.testimonial17_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.image-21 {
  width: 50px;
}

.div-block-3 {
  margin-top: 20px;
}

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

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

.blog44_title-wrapper {
  margin-bottom: .5rem;
}

.blog44_item {
  border: 1px solid #000;
}

.blog44_item.hidden {
  display: none;
}

.blog44_item-content {
  background-color: var(--white);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.blog44_category {
  background-color: var(--crimson);
  color: #fff;
  margin-right: 1rem;
  padding: .25rem .5rem;
  display: flex;
}

.blog44_heading {
  flex: 1;
}

.blog44_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.heading-13 {
  font-weight: 400;
}

.blog44_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.section_blog44 {
  background-color: var(--light-grey);
}

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

.button-11.is-secondary {
  color: #000;
  background-color: #0000;
}

.blog44_item-link {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.blog44_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog44_meta-wrapper {
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.blog44_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.heading-14 {
  font-family: Onest, sans-serif;
  font-weight: 500;
}

.section_header1-2 {
  background-color: #f4f4f4;
}

.blogpost3_share-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.text-weight-semibold-2 {
  font-weight: 500;
}

.blogpost3_social-icon {
  color: #002369cc;
  width: 1.5rem;
  height: 1.5rem;
}

.blogpost3_social-link {
  background-color: #fff;
  border: 1px solid #6a9bfc47;
  border-radius: 7px;
  padding: .5rem;
}

.section-blogpost3 {
  background-color: #fff;
  position: relative;
}

.image-18 {
  border-radius: 100px;
  width: 60px;
  height: 60px;
}

.text-size-small-3 {
  color: #6e6e6f;
  font-size: .875rem;
}

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

.blogpost3_content-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.blogpost3_content-bottom.margin-bottom.margin-large {
  display: none;
}

.blogpost3_date-wrapper {
  margin-top: .25rem;
  display: flex;
}

.blogpost3_author-text {
  align-items: center;
  display: flex;
}

.blogpost1_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.blogpost3_content {
  margin-bottom: 4rem;
}

.blogpost3_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  display: grid;
}

.copied {
  color: #135221;
  background-color: #ccffd7;
  padding: .25rem;
}

.copied.margin-top.margin-small {
  border-radius: 8px;
  display: none;
  position: static;
  top: 533.188px;
}

.grid-3 {
  grid-template-columns: .5fr .5fr;
}

.div-block-4 {
  background-color: var(--crimson);
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.text-block-42 {
  color: var(--white);
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 700;
}

.blog33_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.blog33_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.blog33_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.blog33_author-image-wrapper {
  margin-right: 1rem;
}

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

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

.text-size-small-4.text-weight-semibold.text-inline {
  display: inline;
}

.blog33_component {
  flex-direction: column;
  align-items: center;
}

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

.blog33_category-link {
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog33_category-link.w--current {
  border-bottom: 2px solid #000;
}

.blog3_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.blog33_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section_blog33 {
  margin-top: 5rem;
}

.blog33_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.blog33_date-wrapper {
  align-items: center;
  display: flex;
}

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

.blog33_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.image-4 {
  max-width: 150px;
  margin-right: 30px;
}

.img-revealer {
  z-index: 10;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  background-color: #fff;
  width: 101%;
  height: 0%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.blue-bg {
  background-color: var(--crimson);
  border: 1px solid #fff;
  box-shadow: 0 36px 24px -30px #da212829;
}

.btn-c {
  margin-top: 2rem;
}

.section-w {
  justify-content: center;
  display: flex;
}

.btn {
  color: #212223;
  border-radius: 5px;
  padding: 16px 24px;
  font-size: 17px;
  font-weight: 500;
  line-height: 90%;
  text-decoration: none;
}

.btn.btn-white {
  color: var(--crimson);
  background-color: #ffffffe6;
  border-radius: 0;
  transition: all .2s;
}

.btn.btn-white:hover {
  box-shadow: 0 0 10px #187ef7;
}

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

.image-w.special2 {
  border: 6px solid #fff;
  border-radius: 6px;
}

.img-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.so-container-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 95%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.so-container-grid.blue-bg-column {
  grid-column-gap: 63px;
  grid-template-rows: minmax(60px, 1fr) minmax(64px, 1fr) auto auto auto 64px minmax(60px, 1fr);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.h2-classic {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 120%;
}

.h2-classic.white {
  color: #fff;
}

.p-light {
  color: #939faa;
  font-weight: 300;
}

.p-light.p-body {
  font-size: 20px;
  line-height: 160%;
}

.p-light.p-body.white {
  color: #eff6fe;
}

.collection-item {
  padding-top: 20px;
  padding-bottom: 20px;
}

.trade-rocket {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-22 {
  width: 2rem;
}

.call-button {
  display: none;
}

.logo1_component-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.blog44_item-content-2 {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.blog44_category-2 {
  background-color: var(--light-grey);
  margin-right: 1rem;
  padding: .25rem .5rem;
  display: flex;
}

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

.blog44_item-2 {
  border: 1px solid var(--black);
}

.blog44_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

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

.faq6_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

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

.faq6_accordion {
  border: 1px solid var(--black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq6_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.faq6_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.faq6_list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.images {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  display: none;
  overflow: hidden;
}

.image-24 {
  max-width: none;
}

.image-25 {
  margin-top: 25px;
}

.div-block-5 {
  margin-top: 150px;
}

.text-block-43, .text-block-44, .text-block-45 {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
}

.line-square-icon {
  font-weight: 400;
  line-height: 1.1em;
}

.line-square-icon.link-icon-right {
  margin-left: 4px;
  font-family: Line Rounded Icons, sans-serif;
  display: inline-block;
}

.half-banner-right {
  z-index: 0;
  background-color: #0d0d0d;
  position: absolute;
}

.half-banner-right.v1 {
  z-index: -1;
  width: 100vw;
  height: 100%;
  margin-right: -10vw;
  inset: 0% 0% 0% auto;
}

.container-right {
  flex-direction: column;
  max-width: 900px;
}

.hero {
  background-color: #0d0d0d;
  position: relative;
}

.hero.v1 {
  padding-top: 320px;
  padding-bottom: 320px;
}

.btn-secondary {
  color: #0e0e0e;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #0d0d0d;
  border-radius: 0;
  padding: 26px 38px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #f03535;
  border-color: #f03535;
  transform: translate3d(0, -3px, .01px);
}

.btn-secondary.white {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.btn-secondary.white:hover {
  color: #0e0e0e;
  background-color: #fff;
  border-color: #fff;
}

.inner-container.home-hero {
  max-width: 560px;
  margin-left: auto;
}

.inner-container._620px {
  max-width: 620px;
}

.inner-container._550px {
  max-width: 550px;
}

.inner-container._508px {
  max-width: 508px;
}

.inner-container._308px {
  max-width: 308px;
}

.inner-container._300px {
  max-width: 300px;
}

.inner-container._566px {
  max-width: 566px;
}

.inner-container._692px {
  max-width: 692px;
}

.inner-container._480px {
  max-width: 480px;
}

.inner-container._340px {
  max-width: 340px;
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #f03535;
  border: 1px solid #f03535;
  border-radius: 0;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0d0d0d;
  border-color: #0d0d0d;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary.hover-white:hover {
  color: #0d0d0d;
  background-color: #fff;
  border-color: #fff;
}

.btn-primary.hover-white.button-row {
  margin-right: 28px;
  font-family: Onest, sans-serif;
}

.btn-primary.white {
  color: #f03535;
  background-color: #fff;
  border-color: #fff;
}

.btn-primary.white:hover {
  color: #eaf4ff;
  background-color: #0000;
}

.btn-primary.white.button-row {
  margin-right: 28px;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.hero-v1 {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-columns: .8fr 2.15fr;
  position: relative;
}

.grid-2-columns.footer-sub-grid {
  grid-column-gap: 40px;
  grid-template-columns: auto 1fr;
  justify-content: start;
  align-items: start;
}

.grid-2-columns.cta-v3 {
  z-index: 1;
  grid-column-gap: 40px;
  grid-template-columns: 1fr auto;
}

.grid-2-columns.testimonial-sub-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1.04fr 1fr;
}

.overflow-hidden-2 {
  overflow: hidden;
}

.buttons-row {
  align-items: center;
  display: flex;
}

.buttons-row.center {
  justify-content: center;
}

.bg-shape {
  background-image: url('../images/bg-home-shape-roofing-x-webflow-template_1.svg');
  background-position: 0 0;
  background-size: auto;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.bg-shape.v1 {
  background-image: url('../images/bg-shape-home-roofing-x-webflow-template.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
}

.container-default {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default.cta-v3 {
  z-index: 2;
  background-color: #f03535;
  padding-top: 200px;
  padding-bottom: 200px;
  padding-left: 6%;
  position: relative;
}

.color-neutral-400 {
  color: #d6d6d6;
}

.color-neutral-400.mg-bottom-40px {
  margin-bottom: 40px;
  font-family: Onest, sans-serif;
  font-size: 18px;
  line-height: 1.667em;
}

.hero-main-home-image {
  z-index: 0;
  object-fit: cover;
  width: 58%;
  margin-left: -5vw;
  position: absolute;
  left: -2%;
  right: auto;
}

.half-container-banner-left {
  z-index: -1;
  background-color: #0d0d0d;
  width: 20%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.color-accent-1 {
  color: #f03535;
}

.display-1 {
  color: #0e0e0e;
  font-size: 90px;
  font-weight: 500;
  line-height: 1.156em;
}

.display-1.color-neutral-100 {
  color: #fff;
}

.body-5 {
  font-family: Onest, sans-serif;
}

.mg-bottom-0 {
  color: #68686d;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  line-height: 1.667em;
}

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

.section.bottom-0 {
  padding-bottom: 0;
}

.section.bg-neutral-800.overflow-hidden {
  background-color: var(--black);
}

.section._180px {
  padding-top: 180px;
  padding-bottom: 180px;
}

.subtitle {
  color: #f03535;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.083em;
}

.display-2 {
  color: #0e0e0e;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.233em;
}

.mg-bottom-64px {
  margin-bottom: 64px;
}

.width-100 {
  width: 100%;
}

.bg-gradient {
  background-image: linear-gradient(#0000, #0d0d0d);
}

.bg-gradient.v1 {
  background-image: linear-gradient(#0000 90%, #0d0d0d 90%);
}

.flex-title {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.mg-right--6 {
  margin-right: -6%;
}

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

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

.line-square-icon-2 {
  font-family: Line Square Icons, sans-serif;
  font-weight: 400;
  line-height: 1.1em;
}

.line-square-icon-2.link-icon-right {
  margin-left: 4px;
  display: inline-block;
}

.slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.slider-mask {
  height: 100%;
}

.slider-mask.width-430px {
  max-width: 430px;
  overflow: visible;
}

.display-3 {
  color: #0e0e0e;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.233em;
}

.display-3.mg-bottom-0.color-neutral-100 {
  color: var(--white);
}

.hidden {
  display: none;
}

.slide-item-mg {
  margin-right: 0;
}

.slide-item-mg.mg-right--1px {
  margin-right: -1px;
}

.btn-square-secondary {
  color: #0e0e0e;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
}

.btn-square-secondary:hover {
  color: #fff;
  background-color: #f03535;
  border-color: #f03535;
  transform: translate3d(0, -3px, .01px);
}

.btn-square-secondary.carousel-v1 {
  color: #fff;
  background-color: #0d0d0d;
  border-color: #0d0d0d;
  border-radius: 0%;
  width: 70px;
  min-width: 70px;
  height: 70px;
  min-height: 70px;
  margin-top: 0;
  margin-bottom: 0;
}

.btn-square-secondary.carousel-v1:hover {
  background-color: #f03535;
  border-color: #f03535;
}

.btn-square-secondary.carousel-v1.right---top-left {
  top: -144px;
}

.btn-square-secondary.carousel-v1.right---top-left:hover {
  color: #fff;
  background-color: #f03535;
  border-color: #f03535;
}

.btn-square-secondary.carousel-v1.left---top-left {
  top: -144px;
  right: 68px;
}

.empty-state {
  text-align: center;
  background-color: #fff;
  border: 1px solid #f3f3f3;
  border-radius: 11px;
  padding: 26px 24px;
  box-shadow: 0 2px 12px #14142b14;
}

.color-neutral-500 {
  color: #ababad;
}

.link-cards {
  color: #0d0d0d;
  align-items: center;
  max-width: 144px;
  font-weight: 500;
  line-height: 1.1em;
  display: flex;
}

.link-cards.v4 {
  color: #fff;
}

.line-square-icon-3 {
  font-family: Line Square Icons, sans-serif;
  font-weight: 400;
  line-height: 1.1em;
}

.card {
  background-color: #0000;
  border: 1px solid #fafafa;
  border-radius: 0;
}

.card.v1 {
  background-color: #0000;
  border-color: #fff;
  height: 100%;
  padding: 80px 60px;
}

.card.v1.min-height---tablet {
  border-color: #68686d;
}

.card.testimonial-grid-card {
  border-color: #f0f1f6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 46px 48px;
  display: flex;
}

.card.testimonial-grid-card.last {
  margin-top: -1px;
}

.card.testimonial-grid-card.large {
  border-left-style: none;
  padding-left: 38px;
  padding-right: 38px;
}

.mg-bottom-40px {
  margin-bottom: 40px;
}

.service-learn-link {
  color: #fff;
  background-color: #f03535;
  justify-content: center;
  align-items: center;
  width: 30px;
  max-width: 30px;
  height: 30px;
  max-height: 30px;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  display: flex;
}

.service-learn-link.v1 {
  color: #fff;
  background-color: #f03535;
  border: 1px solid #f03535;
}

.heading-h3-size {
  color: #0e0e0e;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.417em;
}

.heading-h3-size.color-neutral-100 {
  color: #fff;
}

.mg-bottom-6px {
  margin-bottom: 6px;
}

.icon-size {
  min-width: 46px;
  max-width: 46px;
  min-height: 46px;
  max-height: 46px;
}

.icon-size.filter {
  filter: invert(0%) brightness();
}

.icon-size.filter.v2 {
  filter: brightness(0%) invert();
  width: 50px;
  max-width: 50px;
  height: 50px;
  max-height: 50px;
}

.line-square-icon-4 {
  font-family: Line Square Icons, sans-serif;
  font-weight: 400;
  line-height: 1.1em;
}

.service-link {
  width: 100%;
  text-decoration: none;
}

.service-link.v2 {
  background-color: #0d0d0d;
  height: 100%;
  transition-property: none;
}

.line-square-icon-5 {
  font-family: Line Square Icons, sans-serif;
  font-weight: 400;
  line-height: 1.1em;
}

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

.line-square-icon-6 {
  font-family: Line Square Icons, sans-serif;
  font-weight: 400;
  line-height: 1.1em;
}

.line-square-icon-6.link-icon-right {
  margin-left: 4px;
  display: inline-block;
}

.social-media-link {
  color: #fff;
  margin-right: 12px;
  font-size: 20px;
  line-height: 1em;
  text-decoration: none;
  transition: color .3s;
}

.social-media-link:hover {
  color: #f03535;
}

.social-media-link.last {
  margin-right: 0;
}

.footer-logo-wrapper {
  cursor: pointer;
  transform-style: preserve-3d;
  margin-bottom: 24px;
  transition: transform .3s, color .3s;
}

.footer-logo-wrapper:hover {
  transform: translate3d(0, -3px, .01px);
}

.footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.text-300 {
  font-size: 20px;
  line-height: 1.1em;
}

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

.text-300.bold.footer-title {
  color: #fff;
  margin-bottom: 40px;
}

.grid-footer-v1---4-column {
  grid-column-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .8fr .4fr .4fr;
  align-items: start;
}

.social-icon-font {
  line-height: 21px;
}

.footer-link {
  color: #ababad;
  text-decoration: none;
}

.footer-link:hover {
  color: #f03535;
}

.footer-link.bold {
  color: #fff;
  font-weight: 700;
}

.footer-link.bold:hover {
  color: #f03535;
}

.footer-link.icon-and-text {
  align-items: flex-start;
  line-height: 1.667em;
  display: flex;
}

.footer-link.icon-and-text.color-neutral-100 {
  color: #fff;
}

.footer-link.icon-and-text.color-neutral-100:hover {
  color: #f03535;
}

.footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
  line-height: 1.111em;
}

.footer-list-item.mg-bottom-0 {
  margin-bottom: 0;
}

.footer-icon {
  margin-right: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.footer-icon.envelope-icon {
  padding-top: 7px;
}

.link-text {
  display: inline-block;
}

.social-media-flex-bottom {
  display: flex;
}

.footer-wrapper {
  background-color: var(--black);
}

.line-square-icon-7 {
  font-family: Line Square Icons, sans-serif;
  font-weight: 400;
  line-height: 1.1em;
}

.line-square-icon-7.link-icon-right {
  margin-left: 4px;
  display: inline-block;
}

.cta-v3-image-wrapper {
  z-index: 2;
  width: 48%;
  position: absolute;
  bottom: 0;
  right: -4%;
}

.bg-shape-2 {
  background-image: url('../images/bg-home-shape-roofing-x-webflow-template.svg');
  background-position: 0 0;
  background-size: auto;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.bg-shape-2.v7 {
  z-index: -1;
  background-image: url('../images/bg-shape-cta-three-roofing-x-webflow-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-width: 97vw;
  margin-left: 0;
  left: 0%;
}

.color-neutral-300 {
  color: #f3f3f3;
}

.color-neutral-300.mg-bottom-40px {
  font-family: Onest, sans-serif;
  font-size: 18px;
  line-height: 1.667em;
}

.heading-h1-size {
  color: #0e0e0e;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.22em;
}

.heading-h1-size.color-neutral-100 {
  color: #fff;
}

.body-6, .heading-15, .text-block-46 {
  font-family: Onest, sans-serif;
}

.image-26 {
  position: relative;
  inset: auto 0% 0%;
}

.image-27 {
  margin-top: 40px;
}

.new-design {
  display: none;
}

.line-square-icon-8 {
  font-family: Line Square Icons, sans-serif;
  font-weight: 400;
  line-height: 1.1em;
}

.line-square-icon-8.link-icon-right {
  margin-left: 4px;
  display: inline-block;
}

.fit-cover {
  object-fit: cover;
}

.flex {
  display: flex;
}

.display-4 {
  color: #0e0e0e;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.429em;
}

.display-5 {
  color: #0e0e0e;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.233em;
}

.text-200 {
  line-height: 1.111em;
}

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

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

.btn-primary-2 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0c4ca0;
  border: 1px solid #0c4ca0;
  border-radius: 0;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

.btn-primary-2:hover {
  color: #fff;
  background-color: #0d0d0d;
  border-color: #0d0d0d;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary-2.button-row {
  border-color: var(--crimson);
  background-color: var(--crimson);
  margin-right: 28px;
  font-weight: 500;
}

.subtitle-2 {
  color: #0c4ca0;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.083em;
}

.testimonial-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.95fr;
}

.avatar-circle {
  border-radius: 50%;
  width: 100%;
  overflow: hidden;
  transform: translate(0);
}

.avatar-circle._02 {
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  display: none;
}

.grid-1-column {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.grid-1-column.testimonial-cards-grid {
  grid-row-gap: 0px;
}

.flex-testimonial-client {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

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

.mg-bottom-8px {
  margin-bottom: 8px;
}

.heading-h4-size {
  color: #0e0e0e;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.273em;
}

.heading-16, .heading-17 {
  font-weight: 500;
}

.column {
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.paragraph-3 {
  font-family: Onest, sans-serif;
}

.column-2 {
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.display-6 {
  color: #0e0e0e;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.233em;
}

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

.grid-3-columns.gap-row-64px {
  grid-row-gap: 64px;
}

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

.flex-vertical.center {
  justify-content: center;
  align-items: center;
}

.blog-card-image-wrapper {
  overflow: hidden;
  transform: translate(0);
}

.blog-card-image-wrapper.mg-bottom-32px {
  margin-bottom: 32px;
  position: relative;
}

.divider {
  background-color: #d6d6d6;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider.v2 {
  color: #0e0e0e;
  background-color: #68686d;
  min-width: 32px;
  margin: 0 8px;
}

.blog-card-wrapper {
  color: #68686d;
  flex-direction: column;
  max-width: 1010px;
  height: 100%;
  margin-left: auto;
  text-decoration: none;
  display: flex;
}

.mg-bottom-16px {
  margin-bottom: 16px;
}

.blog-card-text-container {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.blog-card-title.mg-bottom-24px {
  color: var(--black);
  font-size: 24px;
  font-weight: 500;
}

.view-article-link {
  grid-column-gap: 6px;
  color: #0e0e0e;
  margin-top: auto;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.body-7 {
  font-family: Onest, sans-serif;
}

.categories-badges-wrapper {
  justify-content: flex-end;
  display: flex;
}

.display-7 {
  color: #0e0e0e;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.294em;
}

.categories-badges-item-wrapper {
  flex-direction: row;
  display: flex;
}

.body-8 {
  font-family: Onest, sans-serif;
}

@media screen and (min-width: 1440px) {
  .max-width-large.align-center {
    text-align: center;
  }

  .half-banner-right.v1 {
    width: 60vw;
  }

  .grid-2-columns.hero-v1 {
    grid-template-columns: .75fr 2.4fr;
  }

  .container-default.cta-v3 {
    padding-left: 110px;
  }

  .hero-main-home-image {
    left: 0%;
  }

  .half-container-banner-left {
    margin-left: -20px;
  }
}

@media screen and (min-width: 1920px) {
  .half-banner-right.v1 {
    width: 80%;
    margin-right: -20vw;
  }

  .bg-shape.v1 {
    background-position: 100% 14%;
    width: 80%;
  }

  .hero-main-home-image {
    width: 60%;
  }

  .half-container-banner-left {
    margin-left: 0;
  }
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .menu-icon1_line-middle {
    background-color: var(--black);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu {
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .menu-icon1_line-bottom {
    background-color: var(--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

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

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

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .menu-icon1_line-top {
    background-color: var(--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

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

  .header1_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout242_list {
    grid-column-gap: 2rem;
  }

  .footer3_menu-wrapper {
    justify-items: start;
  }

  .footer3_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .signup-submit-button {
    margin-top: 1.5rem;
  }

  .signup-last-slide-container {
    text-align: center;
  }

  .signup-next-button {
    position: static;
  }

  .signup-next-button:hover {
    padding-left: 1.1rem;
  }

  .signup-back-arrow {
    margin-bottom: .5rem;
    position: static;
  }

  .signup-back-arrow:hover {
    padding-right: 1.1rem;
  }

  .multi-select-field {
    margin-top: 1rem;
    display: none;
  }

  .multi-select {
    margin-bottom: 1rem;
  }

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

  .checkbox-button-wrapper {
    grid-row-gap: 0rem;
  }

  .checkbox-button-wrapper.step-two {
    grid-auto-flow: row;
  }

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

  .layout250_list {
    grid-column-gap: 2rem;
  }

  .signup-submit-button-2, .signup-submit-button-3 {
    margin-top: 1.5rem;
  }

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

  .logo1_component {
    flex-wrap: wrap;
  }

  .section-header--short-form {
    background-image: linear-gradient(#00000080, #fff0), url('../images/dusk-edit-on-detached-nottingham-house-rear-garden-enhanced-1024x682.webp');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .phone {
    justify-content: center;
  }

  .testimonial17_component, .blog44_list {
    grid-template-columns: 1fr 1fr;
  }

  .blog44_heading {
    margin-right: 3rem;
  }

  .blog44_button-row {
    flex: none;
  }

  .blog44_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .blogpost3_content {
    margin-bottom: 3rem;
  }

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

  .image-4 {
    margin-bottom: 32px;
  }

  .so-container-grid.blue-bg-column {
    grid-column-gap: 32px;
  }

  .content {
    text-align: left;
  }

  .logo1_component-2 {
    flex-wrap: wrap;
  }

  .faq6_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .half-banner-right.v1 {
    margin-right: 0;
  }

  .hero.v1 {
    padding-top: 140px;
    padding-bottom: 70px;
  }

  .inner-container.home-hero {
    max-width: 100%;
    margin-left: 0;
  }

  .inner-container._550px._100-tablet, .inner-container._508px._100-tablet, .inner-container._308px._100-tablet, .inner-container._300px._100-tablet, .inner-container._566px._100-tablet, .inner-container._692px._100-tablet {
    max-width: 100%;
  }

  .grid-2-columns.hero-v1 {
    grid-row-gap: 80px;
    grid-template-columns: 2fr;
  }

  .grid-2-columns.footer-sub-grid {
    grid-template-columns: auto auto;
  }

  .grid-2-columns.cta-v3 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.testimonial-sub-grid {
    grid-template-columns: 1fr 1fr;
  }

  .container-default.cta-v3 {
    padding-top: 80px;
    padding-bottom: 0;
    padding-left: 24px;
  }

  .hero-main-home-image {
    width: 100%;
    margin-left: 0;
    position: relative;
    left: 0%;
  }

  .display-1 {
    font-size: 60px;
  }

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

  .section._180px {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .display-2 {
    font-size: 48px;
  }

  .flex-title {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .slider-wrapper.arrows-top-right {
    padding-bottom: 94px;
  }

  .slider-mask {
    position: static;
  }

  .slider-mask.width-430px {
    max-width: 60%;
  }

  .display-3 {
    font-size: 48px;
  }

  .btn-square-secondary.carousel-v1.right---top-left {
    inset: auto 0% 0% 70px;
  }

  .btn-square-secondary.carousel-v1.left---top-left {
    inset: auto 70px 0% 0%;
  }

  .color-neutral-500.mg-bottom-24px.mg-bottom-16px-tablet {
    margin-bottom: 16px;
  }

  .card.v1 {
    padding: 60px 40px;
  }

  .card.v1.min-height---tablet {
    min-height: 380px;
  }

  .card.testimonial-grid-card {
    padding: 40px 32px;
  }

  .card.testimonial-grid-card.last {
    margin-left: -1px;
  }

  .card.testimonial-grid-card.large {
    padding-left: 32px;
    padding-right: 32px;
  }

  .heading-h3-size {
    font-size: 24px;
  }

  .service-link.v2 {
    min-height: 380px;
  }

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

  .footer-logo-wrapper {
    margin-bottom: 16px;
  }

  .text-300.bold.footer-title {
    margin-bottom: 24px;
  }

  .grid-footer-v1---4-column {
    grid-row-gap: 64px;
    grid-template-columns: 2fr 1fr;
    justify-content: start;
  }

  .cta-v3-image-wrapper {
    width: 64%;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .bg-shape-2.v7 {
    background-position: 0%;
    min-width: auto;
  }

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

  .display-4 {
    font-size: 28px;
  }

  .display-5 {
    font-size: 48px;
  }

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

  .grid-1-column.testimonial-cards-grid {
    grid-column-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .display-6 {
    font-size: 48px;
  }

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

  .grid-3-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .blog-card-image {
    width: 100%;
  }

  .divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .categories-badges-wrapper {
    justify-content: flex-start;
  }

  .display-7 {
    font-size: 38px;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

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

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .padding-section-small.centre.phone {
    display: block;
  }

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

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

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .header1_component {
    grid-row-gap: 3rem;
  }

  .layout242_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
    justify-items: start;
  }

  .footer3_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer3_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer3_credit-text {
    margin-top: 2rem;
  }

  .footer3_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

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

  .checkbox-button-container {
    padding-left: 0;
    padding-right: 0;
  }

  .signup-next-button {
    position: relative;
    top: -10%;
  }

  .checkbox-3 {
    width: 2rem;
    height: 2rem;
  }

  .checkbox-label {
    width: 100%;
    font-size: 1.3rem;
  }

  .signup-slider.small {
    height: 100vh;
  }

  .signup-name-grid {
    grid-template-columns: 1fr;
  }

  .signup-back-arrow {
    position: relative;
    top: -10%;
    bottom: 0;
  }

  .multi-select {
    padding-left: 0;
    padding-right: 0;
  }

  .signup-form-wrapper {
    justify-content: flex-start;
    height: 100vh;
    margin-top: 0;
    position: relative;
  }

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

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

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

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

  .banner10_content {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 1rem;
  }

  .banner10_close-button {
    margin-left: 0;
  }

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

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

  .layout250_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .checkbox-4 {
    width: 2rem;
    height: 2rem;
  }

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

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

  .logo1_component {
    padding-top: 1rem;
  }

  .logo1_logo {
    max-height: 5rem;
  }

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

  .testimonial17_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .testimonial17_content {
    padding: 1.5rem;
  }

  .testimonial17_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

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

  .blog44_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog44_heading {
    margin-right: 0;
  }

  .blog44_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .blog44_button-row.show-mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

  .blog44_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blogpost3_content {
    margin-bottom: 2rem;
  }

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

  .blog33_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .image-w.special2 {
    min-height: 300px;
    margin-top: 64px;
  }

  .so-container-grid.blue-bg-column {
    grid-template-rows: minmax(0, 32px) minmax(64px, 1fr) auto;
  }

  .h2-classic.white.mb-32 {
    font-size: 50px;
  }

  .logo1_component-2 {
    padding-top: 1rem;
  }

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

  .faq6_question {
    padding: 1rem 1.25rem;
  }

  .faq6_icon {
    width: 1.75rem;
  }

  .faq6_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-primary {
    padding: 20px 32px;
    line-height: 1.125em;
  }

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

  .grid-2-columns.hero-v1 {
    grid-row-gap: 64px;
  }

  .grid-2-columns.cta-v3 {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.testimonial-sub-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-default.cta-v3 {
    padding-top: 64px;
    padding-left: 20px;
  }

  .display-1 {
    font-size: 44px;
  }

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

  .subtitle {
    font-size: 20px;
  }

  .display-2 {
    font-size: 40px;
  }

  .mg-bottom-64px {
    margin-bottom: 56px;
  }

  .slider-wrapper.arrows-top-right {
    padding-bottom: 88px;
  }

  .display-3 {
    font-size: 40px;
  }

  .slide-item-mg {
    margin-right: 0;
  }

  .btn-square-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-square-secondary.carousel-v1.right---top-left {
    width: 64px;
    min-width: 64px;
    height: 64px;
    min-height: 64px;
    inset: auto 0% 0% 64px;
  }

  .btn-square-secondary.carousel-v1.left---top-left {
    width: 64px;
    min-width: 64px;
    height: 64px;
    min-height: 64px;
    inset: auto 64px 0% 0%;
  }

  .link-cards.v4 {
    margin-top: auto;
  }

  .card.v1 {
    padding: 40px 32px;
  }

  .card.v1.min-height---tablet {
    flex-direction: column;
    min-height: 368px;
    display: flex;
  }

  .card.testimonial-grid-card.last {
    margin-left: 0;
  }

  .card.testimonial-grid-card.large {
    border-style: solid;
  }

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

  .icon-size {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
  }

  .service-link.v2 {
    min-height: 316px;
  }

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

  .text-300 {
    font-size: 18px;
  }

  .text-300.bold.footer-title {
    margin-bottom: 24px;
  }

  .grid-footer-v1---4-column {
    grid-column-gap: 32px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .footer-list-item {
    margin-bottom: 10px;
  }

  .cta-v3-image-wrapper {
    width: 80%;
  }

  .display-4 {
    font-size: 24px;
  }

  .display-5 {
    font-size: 40px;
  }

  .text-200 {
    font-size: 16px;
  }

  .btn-primary-2 {
    padding: 20px 32px;
    line-height: 1.125em;
  }

  .btn-primary-2.button-row {
    margin-right: 16px;
  }

  .subtitle-2 {
    font-size: 20px;
  }

  .testimonial-grid {
    grid-row-gap: 48px;
  }

  .avatar-circle._02 {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
  }

  .grid-1-column.testimonial-cards-grid {
    grid-template-columns: 1fr;
  }

  .heading-h4-size {
    font-size: 20px;
  }

  .display-6 {
    font-size: 40px;
  }

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

  .grid-3-columns.gap-row-64px {
    grid-row-gap: 56px;
  }

  .divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .categories-badges-wrapper {
    flex-wrap: wrap;
  }

  .display-7 {
    font-size: 28px;
  }

  .categories-badges-item-wrapper {
    flex-wrap: wrap;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .button {
    width: 100%;
  }

  .menu-icon1 {
    display: flex;
  }

  .navbar1_component {
    padding-top: 3%;
    padding-bottom: 3%;
  }

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

  .header1_content {
    max-width: 100%;
  }

  .button-2.is-secondary {
    width: 100%;
  }

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

  .footer3_menu-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr;
    justify-items: start;
  }

  .signup-slide {
    height: auto;
    min-height: auto;
  }

  .success-message-5 {
    width: 90%;
  }

  .checkbox-button-container {
    border-radius: .2rem;
    margin-bottom: .25rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .signup-next-button {
    max-width: none;
  }

  .checkbox-3 {
    margin-left: 1rem;
  }

  .checkbox-label {
    width: auto;
    font-size: 1rem;
  }

  .signup-slider.small {
    height: auto;
  }

  .signup-back-arrow {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .multi-select {
    border-radius: .2rem;
    margin-bottom: .25rem;
    padding: .5rem 1rem;
  }

  .signup-form-wrapper {
    max-width: none;
    margin-top: 4rem;
  }

  .signup-form {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-header76.new {
    height: auto;
  }

  .form-section-title {
    font-size: 2em;
    line-height: 1.3em;
  }

  .body-3 {
    font-family: open-sans;
  }

  .heading-6 {
    font-family: amboy-black;
  }

  .banner10_content {
    justify-content: center;
  }

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

  .form-section-title-2 {
    font-size: 2em;
    line-height: 1.3em;
  }

  .checkbox-4 {
    margin-left: 1rem;
  }

  .form-section-title-3 {
    font-size: 2em;
    line-height: 1.3em;
  }

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

  .header1_image-wrapper-2 {
    max-width: 100%;
  }

  .logo1_component {
    flex-wrap: wrap;
    justify-content: center;
  }

  .logo1_logo.padding-l {
    max-height: 7rem;
  }

  .section-header--short-form {
    background-position: 0 0, 30%;
  }

  .button-10 {
    width: 100%;
  }

  .blog44_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .blogpost3_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

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

  .section_blog33 {
    margin-top: 5rem;
  }

  .section-w.mt-200 {
    object-fit: fill;
    margin-top: 150px;
  }

  .so-container-grid.blue-bg-column {
    grid-column-gap: 12px;
  }

  .h2-classic.white.mb-32 {
    font-size: 36px;
  }

  .trade-rocket {
    flex-direction: row;
    align-items: center;
    margin-top: 1.5rem;
  }

  .call-button {
    z-index: 100;
    background-color: var(--white);
    align-items: center;
    width: 100%;
    height: 5rem;
    padding-left: 5%;
    padding-right: 5%;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .logo1_component-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    display: grid;
  }

  .blog44_item-content-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .image-24 {
    max-width: 100%;
  }

  .hero.v1 {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .btn-secondary, .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-primary.hover-white.button-row {
    margin-bottom: 16px;
    margin-right: auto;
  }

  .btn-primary.white.button-row {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .grid-2-columns.footer-sub-grid {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.cta-v3 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .overflow-hidden-2.position-relative {
    position: relative;
  }

  .buttons-row {
    flex-direction: column;
  }

  .buttons-row.width-100-mbp {
    width: 100%;
  }

  .buttons-row.center {
    align-items: stretch;
  }

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

  .container-default.cta-v3 {
    padding-left: 16px;
  }

  .color-neutral-400.mg-bottom-40px {
    font-size: 16px;
  }

  .display-1 {
    font-size: 40px;
  }

  .display-1.color-neutral-100 {
    font-family: Onest, sans-serif;
  }

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

  .section._180px {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .display-2 {
    font-size: 34px;
  }

  .flex-title.center-mbp {
    align-items: center;
  }

  .slider-mask.width-430px {
    max-width: 100%;
  }

  .display-3 {
    font-size: 34px;
  }

  .btn-square-secondary.carousel-v1.left---top-left {
    bottom: 0;
    left: 0%;
  }

  .card {
    box-shadow: none;
  }

  .card.v1 {
    padding: 32px 24px;
  }

  .card.v1.min-height---tablet {
    min-height: 340px;
  }

  .card.testimonial-grid-card {
    padding: 32px 24px;
  }

  .card.testimonial-grid-card.large {
    padding-left: 24px;
    padding-right: 24px;
  }

  .icon-size.filter {
    width: 30px;
    max-width: 30px;
    height: 30px;
    max-height: 30px;
  }

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

  .text-300.bold.footer-title {
    margin-bottom: 16px;
  }

  .grid-footer-v1---4-column {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .social-media-flex-bottom.mg-bottom-10px---mbp {
    margin-bottom: 10px;
  }

  .heading-h1-size {
    font-size: 32px;
  }

  .image-27 {
    margin-top: 25px;
  }

  .display-5 {
    font-size: 34px;
  }

  .btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-primary-2.button-row {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .testimonial-grid {
    grid-row-gap: 40px;
  }

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

  .display-6 {
    font-size: 34px;
  }

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

  .grid-3-columns.gap-row-64px {
    grid-row-gap: 40px;
  }

  .divider {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .divider.v2 {
    min-width: 20px;
  }

  .mg-bottom-16px {
    margin-bottom: 8px;
  }

  .mg-bottom-16px.mg-bottom-16px-mbp {
    margin-bottom: 16px;
  }

  .width-100-mbp, .categories-badges-wrapper {
    width: 100%;
  }

  .categories-badges-item-wrapper {
    flex-direction: column;
  }

  .categories-badges-item-wrapper.vertical-mbp {
    width: 100%;
  }
}

#w-node-_56de90ac-1ab0-5bbd-cc23-0c569a29ca52-cb055c9e, #Service-2.w-node-_56de90ac-1ab0-5bbd-cc23-0c569a29ca53-cb055c9e, #Best-Time-To-Call-2.w-node-_56de90ac-1ab0-5bbd-cc23-0c569a29ca54-cb055c9e, #Notes-2.w-node-_56de90ac-1ab0-5bbd-cc23-0c569a29ca55-cb055c9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3432c569-15ab-3a91-9836-e829b7a412a6-cb055c9e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_98e90ed3-7039-68d9-abdf-9fbbbc5e253c-cb055c9e, #w-node-_98e90ed3-7039-68d9-abdf-9fbbbc5e253d-cb055c9e, #w-node-_98e90ed3-7039-68d9-abdf-9fbbbc5e254c-cb055c9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98e90ed3-7039-68d9-abdf-9fbbbc5e255c-cb055c9e, #w-node-_98e90ed3-7039-68d9-abdf-9fbbbc5e255e-cb055c9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-c8d72e96-4ab1-b801-7de0-98c0db55f2be-cb055c9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c1ac1e6-4f67-20e6-bb75-ec4bd43bdc1c-cb055ca5 {
  justify-self: center;
}

#w-node-_084c64b2-57ae-461d-9592-1de2302364b8-cb055ca8, #Service-2.w-node-_084c64b2-57ae-461d-9592-1de2302364b9-cb055ca8, #Best-Time-To-Call-2.w-node-_084c64b2-57ae-461d-9592-1de2302364ba-cb055ca8, #Notes-2.w-node-_084c64b2-57ae-461d-9592-1de2302364bb-cb055ca8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_084c64b2-57ae-461d-9592-1de2302364d2-cb055ca8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_084c64b2-57ae-461d-9592-1de2302365c6-cb055ca8, #w-node-_084c64b2-57ae-461d-9592-1de2302365c7-cb055ca8, #w-node-_084c64b2-57ae-461d-9592-1de2302365d6-cb055ca8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_084c64b2-57ae-461d-9592-1de2302365e6-cb055ca8, #w-node-_084c64b2-57ae-461d-9592-1de2302365e8-cb055ca8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_084c64b2-57ae-461d-9592-1de230236616-cb055ca8, #w-node-_839dddc3-646e-98ea-5aff-f04cf06b3d08-cb055cab, #Service-2.w-node-_839dddc3-646e-98ea-5aff-f04cf06b3d09-cb055cab, #Best-Time-To-Call-2.w-node-_839dddc3-646e-98ea-5aff-f04cf06b3d0a-cb055cab, #Notes-2.w-node-_839dddc3-646e-98ea-5aff-f04cf06b3d0b-cb055cab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_839dddc3-646e-98ea-5aff-f04cf06b3d22-cb055cab {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_839dddc3-646e-98ea-5aff-f04cf06b3e16-cb055cab, #w-node-_839dddc3-646e-98ea-5aff-f04cf06b3e17-cb055cab, #w-node-_839dddc3-646e-98ea-5aff-f04cf06b3e26-cb055cab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_839dddc3-646e-98ea-5aff-f04cf06b3e36-cb055cab, #w-node-_839dddc3-646e-98ea-5aff-f04cf06b3e38-cb055cab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_839dddc3-646e-98ea-5aff-f04cf06b3e66-cb055cab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75b8f37c-bde8-6a02-1d6f-c1dcbd82522e-cb055cbc {
  align-self: stretch;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-cb055cbf {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86367-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc86386-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863a4-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc863b0-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-cb055cbf {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-cb055cbf {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-cb055cbf, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-cb055cbf, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d380-cb055cbf {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d382-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d385-cb055cbf, #w-node-aba73718-5f03-827e-9e0b-61449dc1d38a-cb055cbf, #w-node-aba73718-5f03-827e-9e0b-61449dc1d38f-cb055cbf, #w-node-aba73718-5f03-827e-9e0b-61449dc1d394-cb055cbf, #w-node-aba73718-5f03-827e-9e0b-61449dc1d399-cb055cbf {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3a0-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3a1-cb055cbf {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3a3-cb055cbf, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3a4-cb055cbf, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3a6-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3a7-cb055cbf {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3a9-cb055cbf, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3aa-cb055cbf, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3ac-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3ad-cb055cbf {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3af-cb055cbf, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3b0-cb055cbf, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3b2-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3b3-cb055cbf {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3b5-cb055cbf, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3b6-cb055cbf, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3b8-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3b9-cb055cbf {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3bb-cb055cbf, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3bc-cb055cbf, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3be-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3bf-cb055cbf {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3c1-cb055cbf, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3c2-cb055cbf, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3c4-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3c5-cb055cbf {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3c7-cb055cbf, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3c8-cb055cbf, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3ca-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3cb-cb055cbf {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3cd-cb055cbf, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3ce-cb055cbf, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3d0-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3d1-cb055cbf {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3d3-cb055cbf, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3d4-cb055cbf, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3d6-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3d7-cb055cbf {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3d9-cb055cbf, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3da-cb055cbf, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3dc-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3dd-cb055cbf {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3df-cb055cbf, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3e0-cb055cbf, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3e2-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3e3-cb055cbf {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3e5-cb055cbf, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3e6-cb055cbf, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3e8-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3e9-cb055cbf {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3eb-cb055cbf, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3ec-cb055cbf, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3ee-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3ef-cb055cbf {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3f1-cb055cbf, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3f2-cb055cbf, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3f4-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3f5-cb055cbf {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3f7-cb055cbf, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3f8-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-cb055cbf, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369536-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369537-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-cb055cbf {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-cb055cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-cb055cbf {
  justify-self: start;
}

#w-node-_1021db7f-0ce3-6a26-8394-657c262b38f4-5c5a1baf, #Service.w-node-_1021db7f-0ce3-6a26-8394-657c262b38f5-5c5a1baf, #Notes.w-node-_1021db7f-0ce3-6a26-8394-657c262b38f6-5c5a1baf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_98e90ed3-7039-68d9-abdf-9fbbbc5e253d-cb055c9e, #w-node-_084c64b2-57ae-461d-9592-1de2302365c7-cb055ca8, #w-node-_839dddc3-646e-98ea-5aff-f04cf06b3e17-cb055cab {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_3432c569-15ab-3a91-9836-e829b7a412a6-cb055c9e {
    order: -9999;
    grid-column: span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_98e90ed3-7039-68d9-abdf-9fbbbc5e255b-cb055c9e {
    order: -9999;
  }

  #w-node-_98e90ed3-7039-68d9-abdf-9fbbbc5e255e-cb055c9e {
    justify-self: stretch;
  }

  #w-node-c8d72e96-4ab1-b801-7de0-98c0db55f2cb-cb055c9e {
    justify-self: end;
  }

  #w-node-_2a704de5-6406-6ae5-623a-811ac8ee6f97-c8ee6f93 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2a704de5-6406-6ae5-623a-811ac8ee6fc3-c8ee6f93 {
    justify-self: center;
  }

  #w-node-_084c64b2-57ae-461d-9592-1de2302364d2-cb055ca8 {
    order: -9999;
    grid-column: span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_084c64b2-57ae-461d-9592-1de2302365e5-cb055ca8 {
    order: -9999;
  }

  #w-node-_084c64b2-57ae-461d-9592-1de2302365e8-cb055ca8 {
    justify-self: stretch;
  }

  #w-node-_084c64b2-57ae-461d-9592-1de230236623-cb055ca8 {
    justify-self: end;
  }

  #w-node-_839dddc3-646e-98ea-5aff-f04cf06b3d22-cb055cab {
    order: -9999;
    grid-column: span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_839dddc3-646e-98ea-5aff-f04cf06b3e35-cb055cab {
    order: -9999;
  }

  #w-node-_839dddc3-646e-98ea-5aff-f04cf06b3e38-cb055cab {
    justify-self: stretch;
  }

  #w-node-_839dddc3-646e-98ea-5aff-f04cf06b3e73-cb055cab {
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2a704de5-6406-6ae5-623a-811ac8ee6f97-c8ee6f93, #w-node-_2a704de5-6406-6ae5-623a-811ac8ee6fce-c8ee6f93 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2a704de5-6406-6ae5-623a-811ac8ee6f97-c8ee6f93 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2a704de5-6406-6ae5-623a-811ac8ee6fb0-c8ee6f93 {
    grid-column-end: 2;
    justify-self: start;
  }

  #w-node-_2a704de5-6406-6ae5-623a-811ac8ee6fb4-c8ee6f93 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2a704de5-6406-6ae5-623a-811ac8ee6fc3-c8ee6f93 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_2a704de5-6406-6ae5-623a-811ac8ee6fce-c8ee6f93 {
    grid-column-end: 2;
  }
}


@font-face {
  font-family: 'Line Square Icons';
  src: url('../fonts/line-square-icons.woff2') format('woff2'), url('../fonts/line-square-icons.eot') format('embedded-opentype'), url('../fonts/line-square-icons.woff') format('woff'), url('../fonts/line-square-icons.ttf') format('truetype'), url('../fonts/line-square-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Social Icon Font';
  src: url('../fonts/social-icon-font.woff2') format('woff2'), url('../fonts/social-icon-font.eot') format('embedded-opentype'), url('../fonts/social-icon-font.woff') format('woff'), url('../fonts/social-icon-font.ttf') format('truetype'), url('../fonts/social-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Filled Icon Font';
  src: url('../fonts/filled-icon-font.woff2') format('woff2'), url('../fonts/filled-icon-font.eot') format('embedded-opentype'), url('../fonts/filled-icon-font.woff') format('woff'), url('../fonts/filled-icon-font.ttf') format('truetype'), url('../fonts/filled-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Rounded Icons';
  src: url('../fonts/line-rounded-icons.woff2') format('woff2'), url('../fonts/line-rounded-icons.eot') format('embedded-opentype'), url('../fonts/line-rounded-icons.woff') format('woff'), url('../fonts/line-rounded-icons.ttf') format('truetype'), url('../fonts/line-rounded-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: url('../fonts/OnestExtraBold.ttf') format('truetype'), url('../fonts/OnestExtraBold.ttf') format('truetype'), url('../fonts/OnestBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roofing X Icon Font';
  src: url('../fonts/roofing-x-icon-font.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: url('../fonts/OnestThin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: url('../fonts/OnestRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: url('../fonts/OnestBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: url('../fonts/OnestMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: url('../fonts/OnestLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}