:root {
  --_colorsystem---surface: var(--_colorpalette---neutral--black);
  --_typeset---fontfamily--primary: Ppeditorialsans, Arial, sans-serif;
  --_colorsystem---surface-2: var(--_colorpalette---beige--100);
  --_typeset---fontfamily--tertiary: "Geistmono Variable", Arial, sans-serif;
  --_colorpalette---teal--teal: #596a6e;
  --_colorsystem---onsurface: var(--_colorpalette---neutral--black);
  --_colorpalette---beige--200: #c5bba1;
  --_colorpalette---beige--500: #706854;
  --_colorsystem---surface-3: var(--_colorpalette---beige--200);
  --_colorsystem---primary-soft: var(--_colorpalette---gray--300);
  --_colorsystem---onprimary: var(--_colorpalette---gray--100);
  --_colorsystem---onprimary-soft: var(--_colorpalette---gray--600);
  --_colorpalette---neutral--white: #dbdbdb;
  --_colorpalette---red--red: #893032;
  --_colorsystem---surface-1: var(--_colorpalette---beige--50-2);
  --_colorsystem---primary: var(--_colorpalette---gray--500);
  --_colorpalette---gray--800: #2c2d2d;
  --_typeset---fontfamily--secondary: "Garsimon Marker", Arial, sans-serif;
  --_colorpalette---neutral--black: #171718;
  --_colorpalette---gray--50-2: #edeeee;
  --_colorsystem---onsurface-muted: var(--_colorpalette---gray--200);
  --_colorsystem---onsurface-weaker: var(--_colorpalette---gray--300);
  --_colorsystem---onsurface-weak: var(--_colorpalette---gray--400);
  --_colorsystem---onsurface-softer: var(--_colorpalette---gray--500);
  --_colorsystem---onsurface-soft: var(--_colorpalette---gray--600);
  --_colorsystem---surface-4: var(--_colorpalette---beige--300);
  --_colorpalette---beige--300: #c1b89e;
  --_colorpalette---beige--400: #ccc2a8;
  --_colorpalette---beige--50-2: #eff3f7;
  --_colorpalette---beige--600: #595344;
  --_colorpalette---beige--900: #36342e;
  --_colorpalette---beige--100: #ebe6d7;
  --_colorpalette---beige--800: #3e3b33;
  --_colorpalette---beige--700: #49453a;
  --_layout---borderwidth--l: 2px;
  --_layout---borderwidth--s: .5px;
  --_layout---borderwidth--m: 1px;
  --_layout---cornerradius--100vw: 500px;
  --_layout---cornerradius--l: 16px;
  --_layout---cornerradius--s: 4px;
  --_layout---cornerradius--m: 8px;
  --_typeset---fontsize--h2: 54px;
  --_typeset---fontsize--h1: 265px;
  --_typeset---fontsize--t5: 12px;
  --_typeset---fontsize--t1: 21px;
  --_typeset---fontsize--t3: 16px;
  --_typeset---fontsize--h5: 28px;
  --_typeset---fontsize--t2: 18px;
  --_typeset---fontsize--h3: 47px;
  --_typeset---fontsize--t4: 14px;
  --_typeset---fontsize--h4: 32px;
  --_typeset---fontweight--medium: 500px;
  --_typeset---fontweight--regular: 400px;
  --_typeset---fontweight--bold: 700px;
  --_colorpalette---gray--600: #37393a;
  --_colorpalette---gray--300: #6e7273;
  --_colorpalette---gray--200: #7a7e7f;
  --_colorpalette---gray--100: #b2b5b7;
  --_colorpalette---gray--700: #313334;
  --_colorpalette---gray--400: #616566;
  --_colorpalette---gray--900: #232425;
  --_colorpalette---gray--500: #3f4142;
  --_layout---sectionpadding--toppage: 224px;
  --_layout---sectionpadding--l: 144px;
  --_layout---sectionpadding--xl: 160px;
  --_layout---sectionpadding--xs: 64px;
  --_layout---sectionpadding--m: 120px;
  --_layout---sectionpadding--s: 80px;
  --_layout---sitegrid--gutter: 16px;
  --_layout---sitegrid--margin: 40px;
  --_layout---sitegrid--width: 1440px;
  --_layout---sitegrid--column-count: 12px;
}

body {
  background-color: var(--_colorsystem---surface);
  font-family: var(--_typeset---fontfamily--primary);
  color: var(--_colorsystem---surface-2);
  font-size: 1.11111vw;
  font-weight: 500;
  line-height: 1.2em;
}

.c-page-wrapper {
  overflow: clip;
}

.c-main-wrapper {
  width: 100%;
  position: relative;
  overflow: clip;
}

.c-global {
  display: none;
}

.c-section {
  height: 100vh;
  overflow: clip;
}

.c-section.cc-results {
  scrollbar-gutter: stable;
  scrollbar-gutter: stable;
  overflow-y: auto;
}

.c-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25em;
  padding-right: 1.25em;
  display: flex;
}

.c-container.cc-relative {
  position: relative;
}

.c-container.cc-results {
  justify-content: flex-start;
  align-items: center;
}

.c-title-2 {
  font-family: var(--_typeset---fontfamily--primary);
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75em;
  font-weight: 400;
  line-height: 100%;
}

.c-title-4script {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Garsimon Marker, Arial, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 100%;
}

.c-title-5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75em;
  line-height: 135%;
}

.c-title-5.cc-btn {
  z-index: 2;
  position: relative;
}

.c-title-5.cc-lh-100 {
  font-weight: 700;
  line-height: 100%;
}

.c-text-1 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3125em;
  line-height: 140%;
}

.c-text-1allcaps {
  letter-spacing: -.01em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3125em;
  line-height: 140%;
}

.c-text-2 {
  letter-spacing: .01em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125em;
  line-height: 100%;
}

.c-text-2:where(.w-variant-a57f8baa-8e03-3955-a974-6c8e43cf02d1), .c-text-2.radio-button-2, .c-text-2.radio-button-4, .c-text-2.radio-button-6, .c-text-2.radio-button-2, .c-text-2.radio-button-4, .c-text-2.radio-button-6 {
  letter-spacing: -.01em;
  font-size: 1.313em;
  line-height: 140%;
}

.c-text-3 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 140%;
}

.c-text-3mono {
  font-family: var(--_typeset---fontfamily--tertiary);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 130%;
}

.c-text-3mono.cc-700 {
  font-weight: 700;
}

.c-text-4 {
  font-family: var(--_typeset---fontfamily--tertiary);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75em;
  font-weight: 500;
  line-height: 130%;
}

.c-img-bg {
  z-index: 2;
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.c-img-bg.cc-mobile {
  display: none;
}

.c-content-wrapper {
  z-index: 3;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  aspect-ratio: 605 / 366;
  color: var(--_colorsystem---surface);
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 31.9%;
  display: flex;
  position: absolute;
  top: 28.15%;
  left: 34.55%;
}

.c-content-wrapper.cc-reception {
  aspect-ratio: 605 / 419;
  width: 33%;
  top: 26.5%;
  left: 29.75%;
}

.c-content-wrapper.cc-radio {
  aspect-ratio: 605 / 417;
  border-radius: 40px;
  width: 43%;
  top: 26%;
  left: 26.25%;
}

.c-content-wrapper.cc-server {
  aspect-ratio: 605 / 422;
  border-radius: 10px;
  width: 57.5%;
  top: 15%;
  left: 21.25%;
}

.c-content-wrapper.cc-results {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  aspect-ratio: auto;
  background-color: #b3afac;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 70.625em;
  position: absolute;
  top: 0%;
  left: 50%;
  overflow-x: clip;
  transform: translate(-50%);
}

.c-content-wrapper.cc-notebook {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
}

.c-frame {
  aspect-ratio: 16 / 9;
  min-width: 100%;
  max-width: none;
  height: auto;
  min-height: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.c-frame.cc-pattern {
  pointer-events: none;
}

.c-frame.cc-set {
  aspect-ratio: 1920 / 1120;
  width: 120em;
  min-width: 0%;
  min-height: 0%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.c-pattern-bg {
  object-fit: fill;
  position: absolute;
  inset: 0%;
}

.c-pattern-svg {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.c-map-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 2em;
  scale: clamp(0, calc(100vh / 800px), 1);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 82.063em;
  display: grid;
  position: relative;
}

.c-polaroid {
  background-color: var(--_colorpalette---teal--teal);
  color: var(--_colorsystem---onsurface);
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  flex-flow: column;
  width: 15.625em;
  height: 18.125em;
  display: flex;
  position: relative;
}

.c-polaroid.cc-br {
  margin-left: 1em;
}

.c-polaroid.cc-dmg {
  margin-top: 1em;
}

.c-polaroid.cc-rr {
  transform: rotate(2.2deg);
}

.c-polaroid.cc-results {
  z-index: 10;
  background-image: linear-gradient(180deg, var(--_colorpalette---beige--200), var(--_colorpalette---beige--500) 81%, var(--_colorpalette---beige--200));
  opacity: 0;
  transform-origin: 0 0;
  will-change: transform;
  margin-left: 1em;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 5px 6px #00000059;
}

.c-polaroid.cc-results:hover {
  transform: rotate(2deg)scale(1.1)translate(-50%, -50%);
}

.c-polaroid_img-wrap {
  aspect-ratio: 1;
  width: 100%;
  max-width: 100%;
  padding: .625em;
  position: relative;
}

.c-polaroid_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-polaroid_img.cc-hover {
  opacity: 0;
  mix-blend-mode: screen;
  opacity: 0;
  mix-blend-mode: screen;
  inset: .625em;
  width: calc(100% - 1.25em);
  height: calc(100% - 1.25em);
  position: absolute;
  inset: .625em;
}

.c-polaroid_title {
  text-align: center;
  white-space: nowrap;
  min-width: 100%;
  max-width: none;
  padding-left: .5em;
  position: absolute;
  inset: auto auto 0 50%;
  transform: translate(-50%);
}

.c-polaroid_title.cc-billing {
  bottom: -.1em;
}

.c-polaroid_title.cc-revenue {
  bottom: .3em;
}

.c-billing {
  display: inline-block;
  transform: rotate(-5.3deg);
}

.c-range {
  display: inline-block;
  position: relative;
  top: .1em;
  transform: rotate(-3.09deg);
}

.c-nav {
  z-index: 100;
  max-width: 100%;
  padding: 1.25em;
  position: fixed;
  inset: 0% 0% auto;
}

.c-nav_logo {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: var(--_colorsystem---surface-3);
  -webkit-appearance: none;
  appearance: none;
  justify-content: center;
  align-items: center;
  width: 11.188em;
  height: auto;
  display: flex;
}

.c-logo-tex {
  color: var(--_colorsystem---surface);
}

.c-main-form_wrap {
  grid-column-gap: 4.625em;
  grid-row-gap: 4.625em;
  color: var(--_colorsystem---primary-soft);
  grid-template-rows: auto;
  grid-template-columns: 41.9em 37.5em;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.c-input {
  letter-spacing: -.01em;
  background-color: #0000;
  border-style: none none solid;
  border-width: 1px;
  border-bottom-color: currentColor;
  outline: none;
  width: 100%;
  height: auto;
  padding: 1rem .625rem;
  font-size: 1.3125em;
  line-height: 140%;
  transition-property: color;
  transition-duration: .25s;
  transition-timing-function: ease;
}

.c-input-wrap {
  color: var(--_colorsystem---primary-soft);
  position: relative;
}

.c-input_label {
  pointer-events: none;
  letter-spacing: -.01em;
  text-transform: uppercase;
  will-change: transform;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.313em;
  line-height: 140%;
  position: absolute;
  inset: 1rem auto auto .625rem;
}

.c-input_label.cc-hide {
  opacity: 0;
  opacity: 0;
}

.c-main-form_form-col {
  position: relative;
  transform: rotate(2deg);
}

.c-main-form_line {
  background-color: currentColor;
  width: 2px;
  height: 150vh;
  position: absolute;
  inset: -50vh auto 0% 0%;
}

.c-main-form_btn-wrap {
  color: var(--_colorsystem---onprimary);
  text-align: right;
  margin-top: 2.5em;
  padding-right: 2em;
}

.c-next-btn {
  position: relative;
}

.c-btn_next-decoration {
  transform-origin: 36%;
  width: 100%;
}

.c-btn_next-decoration.c-404 {
  width: 190%;
  max-width: none;
  height: auto;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(41%, -20%);
}

.c-main-form_big-text {
  z-index: 0;
  pointer-events: none;
  color: var(--_colorsystem---onprimary-soft);
  position: absolute;
  inset: -1em 0 auto auto;
  transform: rotate(-1deg);
}

.c-main-form_big-text.cc-bottom {
  inset: auto auto -1.5em -2em;
  inset: auto auto -1.5em -2em;
  transform: rotate(1deg);
}

.c-sharks-paper {
  width: 8.75em;
  margin-top: -4em;
  margin-left: 2em;
}

.c-clock-paper {
  width: 18.75em;
}

.c-draw-checks {
  width: 4.375em;
}

.c-paper-top {
  z-index: 5;
  background-image: url("https://cdn.prod.website-files.com/6908f4b0800dacf2aadffe2c/690c1889ecac8fd841da310b_paper-top.avif");
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: auto 100%;
  width: 100%;
  height: 9.375em;
  max-height: 12vh;
  position: absolute;
  inset: 0% 0% auto;
}

.c-paper-top.cc-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--_colorsystem---surface-3);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  inset: auto 0% 0%;
  background-image: url("https://cdn.prod.website-files.com/6908f4b0800dacf2aadffe2c/690c192a317a609e7f6bf1b9_paper-bottom.avif");
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  height: 6.875em;
  padding-top: 2em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  display: grid;
  inset: auto 0% 0%;
}

.c-hub-btn {
  margin-left: 1em;
  transform: rotate(-5deg);
}

.c-hub-btn.cc-mobile {
  display: none;
}

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

.c-check_label {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.c-check_label:where(.w-variant-aa10d86b-5f87-f3d3-60ab-53f0f911317f) {
  flex-flow: column-reverse;
  justify-content: center;
  align-items: center;
}

.c-check_input {
  z-index: 2;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  inset: 0%;
}

.c-check_circle_wrap {
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.1em;
  height: 1.125em;
  display: flex;
  position: relative;
}

.c-check_circle_wrap.cc-results {
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  transform: translate(0, -50%);
}

.c-inputs-list {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 26.313em;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.c-inputs-list.cc-center {
  justify-content: flex-start;
  align-items: center;
}

.c-inputs-list.cc-grid {
  grid-column-gap: 2.6em;
  grid-row-gap: 5.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  max-width: 28.25%;
  display: grid;
  position: absolute;
  inset: auto auto 11% 11.5%;
}

.c-btn {
  grid-column-gap: .5625em;
  grid-row-gap: .5625em;
  background-color: var(--_colorpalette---red--red);
  color: var(--_colorpalette---neutral--white);
  will-change: transform;
  border-radius: .25em;
  justify-content: center;
  align-items: center;
  max-width: max-content;
  padding: .188em .438em;
  text-decoration: none;
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: ease;
  display: flex;
}

.c-btn:where(.w-variant-f34ec7dd-c02c-ee3e-dc68-94e322480d4e) {
  aspect-ratio: 1;
  color: var(--_colorsystem---surface);
  text-align: center;
  background-color: #0000;
  border-radius: 50%;
  width: 100%;
}

.c-btn:where(.w-variant-a57f8baa-8e03-3955-a974-6c8e43cf02d1) {
  aspect-ratio: 1;
  color: var(--_colorsystem---surface-1);
  text-align: center;
  background-color: #0000;
  border-radius: 50%;
  width: 100%;
}

.c-btn:where(.w-variant-dd9f00b7-097b-952f-6499-1187d4404b03) {
  background-color: var(--_colorsystem---primary);
}

.c-btn:hover {
  transform: rotate(-2deg);
}

.c-btn:active {
  transform: scale(.97)rotate(-2deg);
}

.c-btn.radio-button {
  aspect-ratio: 1;
  color: var(--_colorsystem---surface-1);
  text-align: center;
  background-color: #0000;
  border-radius: 50%;
  width: 100%;
}

.c-btn.radio-button-3 {
  aspect-ratio: 1;
  color: var(--_colorsystem---surface-1);
  text-align: center;
  background-color: #0000;
  border-radius: 50%;
  width: 100%;
}

.c-btn.circle {
  aspect-ratio: 1;
  color: var(--_colorsystem---surface);
  text-align: center;
  background-color: #0000;
  border-radius: 50%;
  width: 100%;
}

.c-btn.radio-button-5 {
  aspect-ratio: 1;
  color: var(--_colorsystem---surface-1);
  text-align: center;
  background-color: #0000;
  border-radius: 50%;
  width: 100%;
}

.c-btn.c-next {
  aspect-ratio: 1;
  color: var(--_colorsystem---surface-1);
  text-align: center;
  background-color: #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  font-size: 1.5em;
  line-height: 1em;
  display: flex;
}

.c-btn.cc-server {
  text-align: center;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.c-btn.cc-radio {
  text-align: center;
  background-color: #89303200;
  border-radius: 50%;
  height: 100%;
}

.c-btn.cc-darkgray {
  background-color: var(--_colorpalette---gray--800);
}

.c-title-red {
  color: var(--_colorpalette---red--red);
}

.c-radio_label {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  border: .25em solid var(--_colorpalette---red--red);
  justify-content: center;
  align-items: center;
  width: 15.625em;
  height: 2.688em;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.c-radio_label:where(.w-variant-b2608408-df99-105c-af99-3973b120eb98) {
  aspect-ratio: 1;
  text-align: center;
  border-style: none;
  border-radius: 50%;
  width: 100%;
  height: auto;
  padding-left: 1.25em;
  padding-right: 1.25em;
  transition: background-color .2s;
}

.c-radio_label:hover {
  transform: rotate(-1deg);
}

.c-radio_label:hover:where(.w-variant-b2608408-df99-105c-af99-3973b120eb98) {
  background-color: #ffffff26;
  transform: none;
}

.c-radio_input {
  z-index: 2;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  inset: 0%;
}

.c-server-btn {
  aspect-ratio: 1;
  border-radius: 50%;
  width: 6.9em;
  height: auto;
  position: absolute;
  inset: auto 11.75% 12.5% auto;
}

.c-btn_next-decoration-wrap {
  transform-origin: 34%;
  width: 8.8em;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(36%, -50%);
}

.c-btn_next-decoration-wrap.cc-carpet {
  width: 4em;
  left: 0;
  right: auto;
  transform: rotate(-23deg)translate(-23%, -74%);
}

.c-btn_next-decoration-wrap.cc-404 {
  color: var(--_colorsystem---primary-soft);
  width: auto;
  text-decoration: none;
  transition: color .2s;
  position: relative;
  inset: 0%;
  transform: none;
}

.c-btn_next-decoration-wrap.cc-404:hover {
  color: var(--_colorsystem---onprimary);
}

.c-btn_next-decoration-wrap.cc-sm {
  width: 8.5em;
  transform: rotate(-2deg)translate(34%, -33%);
}

.c-btn_next-decoration-wrap.cc-hub-modal {
  width: 8.5em;
  transform: rotate(-40deg)translate(38%, 5%);
}

.c-btn_next-decoration-wrap.cc-hub-modal.cc-back {
  inset: 0% auto auto 0%;
  width: 4.5em;
  inset: 0% auto auto 0%;
  transform: translate(-56%, -14%);
}

.c-polaroid_scotch-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 7.5em;
  height: 2.188em;
  display: flex;
  position: absolute;
  inset: 2em auto auto -1em;
}

.c-polaroid_scotch-wrap.cc-mr {
  width: 8.2em;
  inset: 2% -23% auto auto;
  transform: rotate(20deg);
}

.c-polaroid_scotch-wrap.cc-dc {
  width: 8.2em;
  inset: 14% auto auto -12%;
  transform: rotate(10deg);
}

.c-polaroid_scotch-wrap.cc-rec {
  width: 8.2em;
  inset: -1% -12% auto auto;
  transform: rotate(12deg);
}

.c-polaroid_scotch {
  position: absolute;
  inset: 0%;
}

.c-polaroid_scotch-text {
  position: relative;
}

.c-pins-connect {
  pointer-events: none;
  width: 60.438em;
  height: 37.438em;
  position: absolute;
  inset: -4.2em 0% 0% 8.2em;
}

.c-complete {
  opacity: 0;
  pointer-events: none;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: absolute;
  inset: .625em;
}

.c-radio_submit {
  aspect-ratio: 1;
  border-radius: 50%;
  width: 7.4em;
  height: auto;
  position: absolute;
  inset: auto 43% 24% auto;
}

.c-radio_submit.cc-prev {
  bottom: 25%;
  left: 13.5%;
  right: auto;
}

.c-radio_submit.cc-next {
  width: 7.4em;
  bottom: 24.5%;
  right: 14%;
}

.c-radio_submit.cc-submit {
  bottom: 25%;
}

.c-radio_form-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding-bottom: 1em;
  display: grid;
}

.c-radio_input-wrap {
  text-align: center;
  max-width: 7.3em;
}

.c-radio_forms-main-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 75%;
  height: 37%;
  display: flex;
  position: absolute;
  top: 8%;
  overflow: auto;
}

.c-title-0 {
  letter-spacing: -.08em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16.563em;
  line-height: 100%;
}

.c-main-result_bottom-line {
  border: 1px solid var(--_colorpalette---red--red);
  width: 100%;
  height: 1px;
}

.c-main-result_bottom-line.cc-2 {
  position: absolute;
  inset: auto 0% 0%;
  transform: rotate(-2deg);
}

.c-main-result_bottom-line.cc-1 {
  position: absolute;
  inset: auto 0% 0%;
  transform: rotate(-1deg);
}

.c-main-result_bottom-line.cc-1.cc-top {
  top: 1em;
  bottom: auto;
}

.c-main-result_bottom-line.cc-normal {
  position: absolute;
  inset: auto 0% 0%;
}

.c-main-result_bottom-line.cc-normal.cc-top {
  top: 0;
  bottom: auto;
}

.c-tag {
  background-color: var(--_colorpalette---red--red);
  max-width: max-content;
  margin: 2.5em auto;
}

.c-tag.cc-normal {
  margin: 0;
}

.c-tag.cc-brush {
  color: var(--_colorsystem---onsurface);
  background-color: #0000;
  margin: 0;
  position: relative;
}

.c-tag.cc-brush.cc-results-tag {
  color: var(--_colorsystem---onprimary);
  white-space: nowrap;
  position: absolute;
  inset: 0% auto auto 50%;
  transform: rotate(-4deg)translate(-50%);
}

.c-tag.cc-brush.cc-vault {
  position: absolute;
  top: -.625em;
  left: 1.375em;
}

.c-tag.cc-brush.cc-tools {
  color: var(--_colorsystem---onprimary);
}

.c-text-5 {
  font-family: var(--_typeset---fontfamily--tertiary);
  letter-spacing: -.01em;
  margin: 0;
  font-size: .75em;
  line-height: 130%;
}

.c-recovery-plan {
  border-right: 1px solid var(--_colorpalette---red--red);
  border-left: 1px solid var(--_colorpalette---red--red);
  flex-flow: column;
  width: 100%;
  max-width: 56.375em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4.5em;
}

.c-carpet-wrap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  width: 100%;
  max-width: 28.125em;
  display: flex;
}

.c-carpet {
  aspect-ratio: 570 / 695;
  -webkit-clip-path: polygon(0% 10.25%, 37.92% 10.25%, 43.27% 0%, 90% 0%, 95.35% 10.25%, 100% 10.25%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 10.25%, 37.92% 10.25%, 43.27% 0%, 90% 0%, 95.35% 10.25%, 100% 10.25%, 100% 100%, 0% 100%);
  background-color: #969490;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 6.25em 1em 2em;
  display: flex;
  position: sticky;
  top: 7em;
}

.c-carpet.cc-3 {
  -webkit-clip-path: polygon(0% 9.91%, 3.06% 9.91%, 5.8% 0%, 30.44% 0%, 33.27% 9.91%, 100% 9.91%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 9.91%, 3.06% 9.91%, 5.8% 0%, 30.44% 0%, 33.27% 9.91%, 100% 9.91%, 100% 100%, 0% 100%);
}

.c-carpet.cc-2 {
  -webkit-clip-path: polygon(0% 10.25%, 6.95% 10.25%, 12.23% 0%, 58.35% 0%, 63.71% 9.91%, 100% 10.25%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 10.25%, 6.95% 10.25%, 12.23% 0%, 58.35% 0%, 63.71% 9.91%, 100% 10.25%, 100% 100%, 0% 100%);
}

.c-title-2script {
  font-family: var(--_typeset---fontfamily--secondary);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75em;
  font-weight: 400;
  line-height: 80%;
}

.c-carpet_bg {
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.c-carpet_title {
  text-align: center;
  position: absolute;
  inset: 2% 21% auto auto;
}

.c-carpet_title.cc-3 {
  text-align: center;
  max-width: 10.25em;
  top: 2%;
  left: 8%;
  right: auto;
}

.c-carpet_title.cc-6 {
  text-align: center;
  max-width: 11em;
  top: 2%;
  left: 12%;
  right: auto;
}

.c-carpet_title.cc-2 {
  text-align: center;
  max-width: 10.5em;
  top: 2%;
  left: 28.25%;
  right: auto;
}

.c-carpet_content {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.c-footer {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1em;
  padding-bottom: .75em;
  display: flex;
}

.c-text-6 {
  font-family: var(--_typeset---fontfamily--tertiary);
  letter-spacing: -.01em;
  margin: 0;
  font-size: .625em;
  line-height: 130%;
}

.c-main-form_policy {
  width: 100%;
  max-width: 20.938em;
  margin-top: .5em;
  padding-left: .625em;
}

.c-text-link.cc-no-under {
  text-decoration: none;
}

.c-main-form_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.c-main-form_col {
  border-right: 1px solid var(--_colorsystem---primary-soft);
}

.c-select {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: var(--_colorsystem---primary-soft);
  letter-spacing: -.01em;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0000;
  border-style: none none solid;
  border-width: 1px;
  border-bottom-color: currentColor;
  outline: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 1rem .625rem;
  font-size: 1.3125em;
  line-height: 140%;
  transition-property: color;
  transition-duration: .25s;
  transition-timing-function: ease;
  display: flex;
}

.c-select.cc-hide {
  display: none;
}

.c-select-arrow {
  width: 1.625em;
  transition: transform .2s cubic-bezier(.77, 0, .175, 1);
}

.c-brush-underline {
  width: 100%;
  height: 100%;
  display: block;
}

.c-underline-span {
  word-break: keep-all;
  position: relative;
}

.c-loader_text-wrapper {
  color: var(--_colorsystem---primary-soft);
  text-align: center;
  width: 100%;
  max-width: 27em;
  position: absolute;
}

.c-loader_text-wrapper.cc-2 {
  text-align: right;
  align-self: flex-end;
  max-width: 37.5em;
}

.c-loader_text-wrapper.cc-3 {
  text-align: left;
  align-self: flex-start;
  max-width: 41.9em;
}

.c-loader_start-btn {
  margin-top: 10em;
  position: absolute;
}

.c-input-error {
  opacity: 0;
  pointer-events: none;
  font-family: var(--_typeset---fontfamily--tertiary);
  color: var(--_colorpalette---red--red);
  letter-spacing: -.01em;
  margin: 0;
  font-size: .75em;
  line-height: 130%;
  position: absolute;
  bottom: .125em;
  left: .75em;
}

.logo_toggle {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.c-logo_toggl {
  flex: none;
  width: 4.063em;
}

.c-hub_next-modal {
  opacity: 0;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  will-change: opacity;
  background-color: color-mix(in hsl, var(--_colorpalette---neutral--black) 90%, transparent);
  visibility: hidden;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.c-hub_next-modal_content {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  color: var(--_colorsystem---onprimary);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 29.75em;
  display: flex;
}

.cc-text-gray-50 {
  color: var(--_colorpalette---gray--50-2);
}

.c-hub_next-modal_btns {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 27em;
  display: flex;
}

.c-hub-modal_btn {
  text-align: left;
  margin-left: 1em;
  transform: rotate(-5deg);
}

.c-hub-modal_btn.cc-back {
  text-align: right;
  text-align: right;
}

.c-texture {
  z-index: 1111111;
  opacity: .54;
  pointer-events: none;
  mix-blend-mode: overlay;
  background-image: url("https://cdn.prod.website-files.com/6908f4b0800dacf2aadffe2c/6916186488fe4ddef929ee22_68fa83e4cf75a6d18badab7a_noiz.avif");
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 9em;
  position: fixed;
  inset: 0%;
}

.c-brush-underline-wrap {
  width: 100%;
  height: 4px;
  position: absolute;
  inset: auto 2% 0 -1%;
}

.c-brush-underline-wrap:where(.w-variant-b4aacb17-7e7a-326c-ab11-ce42a2805a47) {
  height: 100%;
}

.c-rooms-investigated_total {
  margin-left: 1rem;
  position: relative;
}

.c-rounded-brush-svg {
  width: 2.5em;
  position: absolute;
  inset: 0%;
  transform: scale(1.3);
}

.c-check_circle_svg {
  color: var(--_colorpalette---red--red);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.c-check_circle_svg-dot {
  opacity: 0;
}

.c-check_circle_svg-dot.cc-results {
  opacity: 100;
  opacity: 100;
}

.c-hide {
  display: none;
}

.c-canvas {
  z-index: 1;
  width: 100%;
  height: 100svh;
  position: absolute;
  inset: 0%;
}

.c-server-divider {
  display: none;
}

.c-radio-dial {
  width: 43%;
  position: absolute;
  top: 16%;
}

.c-loader_skip-btn {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: center;
  align-items: center;
  margin-top: 10em;
  display: flex;
  position: absolute;
  bottom: 2.5em;
}

.c-server_text {
  color: var(--_colorsystem---surface-2);
  position: absolute;
  top: 28.5%;
  left: 11%;
}

.c-results_header {
  background-color: #b3afac;
  padding: 6em 4em;
}

.c-results_header-deco {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2em;
  display: flex;
}

.c-results_header-deco_left {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 20.625em;
  display: flex;
}

.c-tag_text {
  position: relative;
}

.c-tag_text.cc-icon {
  grid-column-gap: .438em;
  grid-row-gap: .438em;
  grid-column-gap: .438em;
  grid-row-gap: .438em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-tag_bg {
  min-width: 110%;
  max-width: none;
  margin-left: -5%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-tag_bg.cc-tools {
  transform-style: preserve-3d;
  top: 0%;
  transform: scale3d(1.1, 2, 1);
}

.c-tag_bg.cc-card {
  top: -30%;
}

.c-tag_bg.cc-bookmark {
  transform-style: preserve-3d;
  min-width: 100%;
  margin-left: 0%;
  top: 10%;
  transform: scale3d(1, 1.5, 1);
}

.c-results_header-deco_right {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 29.125em;
  display: flex;
}

.c-results_header-wrap {
  grid-column-gap: 1.125em;
  grid-row-gap: 1.125em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 5em;
  display: grid;
}

.c-results_wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 9em;
  display: flex;
  position: relative;
}

.c-results_paper {
  filter: drop-shadow(0 4px 4px #0000001a);
}

.c-results_text {
  position: absolute;
}

.c-results_video-section {
  grid-column-gap: .375em;
  grid-row-gap: .375em;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 6.25em 4em;
  display: flex;
  position: relative;
}

.c-results_video {
  aspect-ratio: 16 / 9;
  background-color: #c2c0bf;
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  width: 56.438em;
  display: flex;
  overflow: clip;
  transform: rotate(-1deg);
}

.c-video_play {
  width: 2.625em;
  position: absolute;
}

.c-video_thumb {
  width: 100%;
  height: 100%;
}

.c-results_video-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: max-content;
  display: flex;
  position: relative;
}

.c-results_video-title-wrap {
  position: absolute;
  inset: -2.5em auto auto -2.812em;
}

.c-results_video-title-wrap.cc-bottom {
  z-index: 2;
  inset: auto -2.812em -2em auto;
}

.c-results_video-title-wrap.cc-muted {
  opacity: .1;
}

.c-results_vault-section {
  grid-column-gap: 3.5em;
  grid-row-gap: 3.5em;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 2.5em 4em 8.5em;
  display: flex;
  position: relative;
}

.c-results_vault-section.cc-recovery {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  padding-top: 6.25em;
}

.c-vault-featured {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.c-vault-featured-card {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: left;
  background-color: #969490;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 2em 1em 1em;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 2px 4px 3px #00000014;
}

.c-vault-featured-card_img {
  aspect-ratio: 461 / 259;
  filter: grayscale();
  border-radius: .25em;
  width: 100%;
}

.c-vault-featured-card_img.cc-recovery {
  filter: none;
}

.c-vault-featured-card_title-wrap {
  width: 100%;
  max-width: 18em;
}

.c-vault-featured-card-item {
  transform: rotate(1deg);
}

.c-vault-featured-card-item:nth-child(2n) {
  transform: rotate(3deg);
}

.c-vault-collection {
  grid-column-gap: 1.125em;
  grid-row-gap: 1.125em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.c-vault-collection.cc-recovery {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.c-vault-card {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.c-vault-card.cc-recovery {
  min-width: 20em;
  max-width: 20em;
}

.c-tools-title {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  white-space: nowrap;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 7em;
  transform: rotate(-1deg);
}

.c-tools_svg {
  width: 100%;
  max-width: 14.625em;
}

.c-btn_svg {
  width: 1em;
}

.c-paper-note-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 24.125em;
  margin-bottom: 2.563em;
  display: flex;
  position: relative;
}

.c-paper-note_stick {
  width: 7.906em;
  position: absolute;
  inset: -12% auto auto 50%;
  transform: translate(-50%);
}

.c-paper-note_text {
  margin-top: 1em;
  padding-left: 2.75em;
  padding-right: 2.75em;
  position: absolute;
}

.c-suspects {
  padding-top: 6em;
  padding-bottom: 5em;
}

.c-suspects_title-wrap {
  text-align: center;
  margin-bottom: 1em;
  transform: rotate(-1deg);
}

.c-note-line {
  border-bottom: 1px solid var(--_colorsystem---onsurface);
  justify-content: space-between;
  align-items: center;
  padding: .375em;
  display: flex;
  transform: rotate(-1deg);
}

.c-note-brush {
  width: 15.313em;
  height: auto;
}

.c-contact-folder-wrap {
  justify-content: flex-start;
  align-items: flex-start;
}

.c-contact-folder_tabs {
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 1.5em;
  display: flex;
}

.c-contact-folder_tab {
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  -webkit-clip-path: polygon(9% 0%, 91% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(9% 0%, 91% 0%, 100% 100%, 0% 100%);
  background-color: #884849;
  width: 16em;
  height: 3.25em;
}

.c-contact-folder_tab.cc-active {
  background-color: color-mix(in hsl, var(--_colorpalette---red--red) 70%, transparent);
  background-color: color-mix(in hsl, var(--_colorpalette---red--red) 70%, transparent);
}

.c-contact-folder_panes-wrap {
  background-color: color-mix(in hsl, var(--_colorpalette---red--red) 70%, transparent);
}

.c-contact-folder_pane {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  justify-content: space-between;
  align-items: stretch;
  height: 23.4em;
  padding: 1em .75em 0;
  display: flex;
  overflow: clip;
}

.c-contact-folder_pane_left {
  text-transform: uppercase;
  color: color-mix(in hsl, var(--_colorpalette---red--red) 70%, transparent);
  width: 100%;
  max-width: 29.875em;
}

.c-title-6 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75em;
  line-height: 100%;
}

.c-carnet-img {
  width: 22.5em;
  margin: -.8em 1.5em -.8em auto;
  display: block;
  transform: rotate(3deg);
}

.c-cta-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-recovery-title {
  margin-bottom: 48px;
}

.c-dial-wrapper {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: -4em;
  display: flex;
  position: relative;
}

.c-dial_marker-wrap {
  aspect-ratio: 1;
  pointer-events: none;
  border-radius: 50%;
  justify-content: center;
  align-items: flex-start;
  width: 99em;
  height: auto;
  display: flex;
  position: absolute;
}

.c-text-red {
  color: var(--_colorpalette---red--red);
}

.c-contact-folder_pane_right {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  width: 100%;
  max-width: 20em;
  display: flex;
}

.c-confidential_block {
  flex-flow: column;
  display: flex;
}

.c-tools-wrap {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.c-tool-carpet_small-title {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.25em;
  display: flex;
}

.c-vault_img-wrp {
  position: relative;
}

.c-vault_img-arrow {
  opacity: 0;
  will-change: translate, opacity;
  width: 2.375em;
  height: auto;
  transition-property: all;
  transition-duration: .25s;
  transition-timing-function: ease;
  position: absolute;
  inset: auto .75em .75em auto;
  translate: -10px;
}

.c-contact-banner {
  text-align: left;
  offset-position: bottom;
  background-color: #969490;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 56.375em;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 2.5em;
  display: flex;
  transform: rotate(.5deg);
}

.c-contact-banner_content {
  width: 100%;
  max-width: 29.375em;
}

.c-btn-icon {
  display: none;
}

.c-btn-icon:where(.w-variant-0d78381f-59d6-998f-5aab-c892559c54dd), .c-btn-icon.cc-w-icon {
  justify-content: center;
  align-items: center;
  width: 1.5em;
  display: flex;
}

.c-btn-icon.cc-w-icon {
  justify-content: center;
  align-items: center;
  width: 1.5em;
  display: flex;
}

.c-btn-icon.cc-w-icon.cc-left {
  transform: rotate(180deg);
}

.c-contact-banner_scotch {
  z-index: 2;
  pointer-events: none;
  width: 6em;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(30%, -30%)rotate(42deg);
}

.c-contact-banner_scotch.cc-bottom {
  inset: auto auto 0% 0%;
  inset: auto auto 0% 0%;
  transform: translate(-30%, 30%)rotate(42deg);
}

.c-contact-banner_line {
  background-color: var(--_colorpalette---red--red);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: .8em;
  left: 0;
}

.c-back-btn-wrap {
  margin-bottom: 3em;
}

.c-back-btn-wrap.cc-back {
  display: none;
}

.c-scene-back-btn {
  z-index: 150;
  position: absolute;
  inset: 6.875em auto auto 1.25em;
}

.c-results-reveal {
  overflow: hidden;
}

.c-results-reveal-wrap {
  grid-template-rows: 1fr;
  display: grid;
}

.c-results_header-btns {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-bookmark-btn {
  text-transform: uppercase;
  -webkit-appearance: none;
  appearance: none;
  padding: .3em .5em;
  display: block;
  position: relative;
}

.c-bookmark-btn:hover {
  transform: rotate(-3deg);
}

.c-bookmark-icon {
  width: .688em;
}

.c-toast {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  opacity: 0;
  text-align: center;
  background-color: #5b8930;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1em 2em;
  display: flex;
}

.c-toasts-wrapper {
  z-index: 2000;
  pointer-events: none;
  width: 100%;
  max-width: 39em;
  position: fixed;
  bottom: 1.5em;
  left: 50%;
  right: 1.5em;
  transform: translate(-50%);
}

.c-custom-select {
  width: calc(100% - 1px);
  margin-left: auto;
  position: relative;
}

.c-select_list {
  z-index: 200;
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--_colorpalette---neutral--white);
  background-color: var(--_colorsystem---surface);
  opacity: 0;
  pointer-events: none;
  transform-origin: 50% 0;
  width: 100%;
  margin: 0;
  padding: 1em;
  transition: all .2s cubic-bezier(.215, .61, .355, 1);
  position: absolute;
  top: 100%;
  transform: scale(.95);
}

.c-select_option {
  color: var(--_colorsystem---surface-1);
  cursor: pointer;
  margin: 0;
  padding: .5rem;
  font-size: 1.25em;
  list-style: none;
}

.c-select_option:hover {
  background-color: var(--_colorpalette---gray--800);
}

.c-select_option:active {
  outline-color: var(--_colorpalette---neutral--white);
  outline-offset: 1px;
  outline-width: 1px;
  outline-style: solid;
}

.c-select_option:focus {
  outline-color: var(--_colorpalette---neutral--white);
  outline-offset: 2px;
  outline-width: 1px;
  outline-style: solid;
}

.c-select_option:focus-visible, .c-select_option[data-wf-focus-visible] {
  outline-width: 1px;
}

.c-hubspot-form {
  display: none;
}

@media screen and (max-width: 991px) {
  .c-map-wrapper {
    scale: 1;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  .c-section {
    height: 100svh;
  }

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

  .c-container.cc-results {
    padding-left: 0;
    padding-right: 0;
  }

  .c-title-1 {
    font-size: 72px;
  }

  .c-title-2 {
    font-size: 40px;
  }

  .c-title-2.cc-mobile-70 {
    font-size: 70px;
  }

  .c-title-3 {
    font-size: 32px;
  }

  .c-title-5.cc-btn, .c-text-1, .c-text-1allcaps {
    font-size: 21px;
  }

  .c-text-2 {
    font-size: 18px;
  }

  .c-text-3 {
    font-size: 16px;
  }

  .c-text-3.cc-mobile-14 {
    font-size: 14px;
  }

  .c-text-3mono {
    font-size: 16px;
  }

  .c-text-4 {
    font-size: 14px;
  }

  .c-img-bg {
    display: none;
  }

  .c-img-bg.cc-mobile {
    height: auto;
    display: block;
    position: static;
  }

  .c-img-bg.cc-mobile.cc-laptop-desk {
    height: 17%;
    inset: auto 0% 0%;
  }

  .c-img-bg.cc-mobile.cc-top {
    z-index: 4;
    position: relative;
    inset: auto;
  }

  .c-img-bg.cc-mobile.cc-top.cc-radio {
    margin-top: 0%;
  }

  .c-content-wrapper {
    aspect-ratio: auto;
    background-color: #dacdc4;
    border-radius: 0;
    flex: none;
    width: 100%;
    max-width: 100vw;
    height: auto;
    max-height: 90svh;
    padding-top: 20%;
    padding-bottom: 20%;
    position: static;
    top: 20%;
    left: 50%;
    overflow: auto;
    box-shadow: 0 0 0 50vh #090b11;
  }

  .c-content-wrapper.cc-reception {
    aspect-ratio: auto;
    width: 100%;
    height: auto;
    padding: 10% 16px;
  }

  .c-content-wrapper.cc-radio {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    border-radius: 5px;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 80svh;
    margin-bottom: -4px;
    padding-top: 5%;
    padding-bottom: 0%;
    position: relative;
    inset: auto;
  }

  .c-content-wrapper.cc-server {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    aspect-ratio: auto;
    background-color: #20282e;
    border-radius: 0;
    flex: none;
    width: 100%;
    padding-bottom: 15%;
    top: 20%;
    left: 50%;
    overflow: clip;
  }

  .c-content-wrapper.cc-results {
    aspect-ratio: auto;
    width: 100%;
    max-height: 100%;
    margin-top: 0;
    padding-top: 140px;
    padding-bottom: 0;
    top: 10%;
    left: 50%;
  }

  .c-content-wrapper.cc-notebook {
    padding: 10% 16px;
  }

  .c-frame.cc-pattern {
    aspect-ratio: 16 / 9;
    height: 100svh;
    min-height: 0%;
  }

  .c-frame.cc-set {
    aspect-ratio: auto;
    background-color: #0a0c0f;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    inset: 0% auto 0 50%;
    overflow: hidden;
    transform: translate(-50%);
  }

  .c-frame.cc-set.cc-notebook {
    justify-content: space-around;
  }

  .c-pattern-bg {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .c-pattern-svg {
    object-fit: cover;
  }

  .c-map-wrapper {
    grid-column-gap: 40px;
    justify-content: flex-start;
    align-items: center;
    min-width: 100vw;
    max-width: 100%;
    margin-top: -12.5svh;
    padding-top: 5%;
    padding-bottom: 5%;
    display: flex;
    overflow: scroll clip;
  }

  .c-polaroid {
    flex: none;
  }

  .c-polaroid_title {
    bottom: .4em;
  }

  .c-main-form_wrap {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .c-main-form_form-col {
    width: 100%;
    max-width: 100%;
  }

  .c-main-form_btn-wrap {
    text-align: center;
    width: 100%;
    padding-right: 0;
  }

  .c-main-form_big-text {
    left: 0;
  }

  .c-sharks-paper, .c-clock-paper, .c-draw-checks {
    display: none;
  }

  .c-paper-top.cc-bottom {
    grid-column-gap: 4.75vh;
    grid-row-gap: 4.75vh;
    text-align: center;
    grid-column-gap: 4.75vh;
    grid-row-gap: 4.75vh;
    text-align: center;
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: center;
    height: 8vh;
    padding-bottom: 2vh;
    display: flex;
  }

  .c-hub-btn {
    display: none;
  }

  .c-hub-btn.cc-mobile {
    margin-top: 32px;
    margin-left: 0;
    display: flex;
  }

  .c-check_label {
    justify-content: flex-start;
    align-items: center;
  }

  .c-check_label:where(.w-variant-aa10d86b-5f87-f3d3-60ab-53f0f911317f) {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .c-check_circle_wrap {
    width: 2em;
    height: 2em;
  }

  .c-check_circle_wrap:where(.w-variant-aa10d86b-5f87-f3d3-60ab-53f0f911317f) {
    width: 32px;
  }

  .c-inputs-list {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 15em;
  }

  .c-inputs-list.cc-grid {
    grid-column-gap: 40px;
    grid-row-gap: 140px;
    grid-column-gap: 40px;
    grid-row-gap: 140px;
    justify-content: center;
    max-width: 85%;
    position: relative;
    bottom: auto;
    left: auto;
  }

  .c-btn {
    padding: 12px;
  }

  .c-btn.cc-server {
    border-radius: .25rem;
    width: auto;
    height: auto;
  }

  .c-btn.cc-radio {
    background-color: var(--_colorpalette---red--red);
    border-radius: 8px;
  }

  .c-radio_label {
    min-height: 45px;
  }

  .c-radio_label:where(.w-variant-b2608408-df99-105c-af99-3973b120eb98) {
    background-color: #cbb597;
  }

  .c-server-btn {
    aspect-ratio: auto;
    text-align: center;
    width: 100%;
    position: static;
    bottom: 0%;
    right: auto;
  }

  .c-btn_next-decoration-wrap {
    width: 5em;
  }

  .c-pins-connect {
    display: none;
  }

  .c-radio_submit {
    z-index: 9;
    width: 5em;
  }

  .c-radio_submit.cc-prev {
    width: 16%;
    bottom: 12vw;
    left: 22%;
  }

  .c-radio_submit.cc-next {
    width: 16%;
    bottom: 12vw;
    right: 22%;
  }

  .c-radio_submit.cc-submit {
    z-index: 20;
    aspect-ratio: auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    bottom: 0%;
    right: auto;
  }

  .c-radio_form-wrap {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 100%;
    grid-auto-flow: row;
    place-content: end start;
    place-items: start stretch;
    max-width: 100%;
    padding-bottom: 0;
  }

  .c-radio_input-wrap {
    max-width: 100%;
  }

  .c-radio_forms-main-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 90%;
    height: auto;
    margin-top: auto;
    position: static;
    top: 4%;
  }

  .c-results-wrap {
    max-width: 95%;
  }

  .c-title-0 {
    font-size: 120px;
  }

  .c-tag.cc-brush.cc-results-tag {
    top: -40px;
  }

  .c-text-5 {
    font-size: 12px;
  }

  .c-recovery-plan {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .c-carpet-wrap {
    max-width: 100%;
  }

  .c-title-2script {
    font-size: 40px;
  }

  .c-main-form_row {
    grid-template-columns: 1fr;
  }

  .c-main-form_col {
    border-right-style: none;
  }

  .c-underline-span {
    white-space: nowrap;
  }

  .c-loader_text-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .c-loader_text-wrapper.cc-2, .c-loader_text-wrapper.cc-3, .c-loader_text-wrapper.cc-2, .c-loader_text-wrapper.cc-3 {
    text-align: center;
    align-self: center;
  }

  .c-main-form_main-text {
    display: none;
  }

  .c-hub_next-modal_btns {
    max-width: 24em;
  }

  .c-radio_dial-title {
    text-align: center;
    order: -9999;
    align-self: center;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .c-canvas {
    inset: 0% 0% auto;
  }

  .c-server-button {
    aspect-ratio: 1;
    width: 90%;
    height: auto;
  }

  .c-server-divider {
    background-color: #0a0c13;
    min-width: 101vw;
    height: 15px;
    display: block;
    position: absolute;
    top: 50%;
    left: -9%;
    transform: translate(0, -50%);
  }

  .c-radio-dial {
    width: 70%;
    height: auto;
    top: 2.5%;
  }

  .c-server_text {
    z-index: 20;
    text-align: center;
    width: 100%;
    top: 15px;
    left: 50%;
    transform: translate(-50%);
  }

  .c-results_header {
    padding-top: 0;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .c-results_header-wrap {
    grid-column-gap: 110px;
    grid-row-gap: 110px;
    grid-template-columns: 1fr;
  }

  .c-results_wrap {
    height: 8em;
  }

  .c-results_video-section {
    margin-top: 120px;
    padding: 80px 1.5em;
  }

  .c-results_video {
    width: 100%;
    max-width: 100%;
  }

  .c-results_video-wrap {
    max-width: 100%;
  }

  .c-results_video-title-wrap.cc-bottom {
    bottom: -24px;
    right: 24px;
  }

  .c-results_video-title-wrap.cc-muted {
    top: -24px;
    left: 40px;
  }

  .c-results_vault-section {
    padding: 80px 1.5em;
  }

  .c-results_vault-section.cc-recovery {
    padding-top: 80px;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .c-vault-featured {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .c-vault-collection {
    grid-template-columns: 1fr;
  }

  .c-vault-card.cc-recovery {
    max-width: 100%;
  }

  .c-tools-title {
    width: 100%;
  }

  .c-contact-folder_pane {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column-reverse;
    height: auto;
  }

  .c-title-6 {
    font-size: 32px;
  }

  .c-dial-wrapper {
    display: none;
  }

  .c-tools-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .c-contact-banner {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .c-contact-banner_content {
    margin-right: auto;
  }

  .c-back-btn-wrap {
    z-index: 150;
    display: none;
    position: absolute;
    top: 16px;
    right: 16px;
  }

  .c-back-btn-wrap.cc-back {
    display: block;
  }

  .c-scene-back-btn {
    top: 16px;
    left: auto;
    right: 16px;
  }

  .c-toasts-wrapper {
    padding-left: 1em;
    padding-right: 1em;
  }

  .c-404-title {
    font-size: 9em;
  }

  .c-404_lines {
    width: 100%;
  }

  .c-404_text {
    max-width: 100%;
  }

  .c-404_deco-2 {
    display: none;
  }

  .c-404_lamp {
    width: 33em;
    top: -11em;
    left: -5em;
  }

  .c-404_deco {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .c-container.cc-results {
    padding-left: 0;
    padding-right: 0;
  }

  .c-title-2.cc-mobile-70 {
    font-size: 50px;
  }

  .c-text-3mono.cc-mobile-12 {
    font-size: 12px;
  }

  .c-content-wrapper {
    text-align: center;
    max-width: 100vw;
  }

  .c-content-wrapper.cc-server {
    max-width: none;
  }

  .c-content-wrapper.cc-results {
    text-align: left;
    max-height: 100%;
  }

  .c-main-form_big-text {
    transform-origin: 0 0;
    transform: scale(.65)rotate(-1deg);
  }

  .c-main-form_big-text.cc-bottom {
    transform-origin: 0%;
    left: -.7em;
    transform: scale(.65)rotate(1deg);
  }

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

  .c-server-btn {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .c-tag.cc-brush.cc-results-tag {
    top: -16px;
  }

  .c-carpet_title {
    right: 14%;
  }

  .c-carpet_title.cc-2 {
    left: 24.25%;
  }

  .c-carpet_content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .c-underline-span.cc-break {
    padding-left: .15em;
    display: inline-flex;
  }

  .c-hub_next-modal_btns {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    transform: scale(.9);
  }

  .c-hub-modal_btn {
    white-space: nowrap;
    word-break: keep-all;
  }

  .c-results_header-deco {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .c-results_header-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .c-results_video-section {
    margin-top: 0;
  }

  .c-results_video-title-wrap.cc-bottom {
    right: 0;
  }

  .c-paper-note-wrap {
    margin-bottom: 0;
  }

  .c-paper-note_stick {
    top: -31%;
  }

  .c-paper-note_text {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .c-contact-folder_tab {
    padding-left: .75em;
    padding-right: .75em;
  }

  .c-contact-folder_tab.cc-active {
    overflow-wrap: break-word;
    overflow-wrap: break-word;
  }

  .c-contact-folder_pane_right {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .c-contact-banner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .c-results-reveal {
    overflow: hidden;
  }

  .c-results_header-btns {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .c-toast_mobile-hidden {
    display: none;
  }
}

#w-node-c24a251a-029b-ce7c-9947-4f41ddb70f18-aadfff4b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-d2edee9c-3d33-774e-7a8b-c57a6a4a1c4f-aadfff4b {
  grid-area: 2 / 2 / 3 / 5;
  justify-self: start;
}

#w-node-ea8a1c7a-a861-1299-bb78-1c97d71bad62-aadfff4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d2edee9c-3d33-774e-7a8b-c57a6a4a1c59-aadfff4b {
  grid-area: 1 / 4 / 2 / 7;
  place-self: start center;
}

#w-node-d2edee9c-3d33-774e-7a8b-c57a6a4a1c60-aadfff4b {
  grid-area: 2 / 7 / 3 / 10;
}

#w-node-d2edee9c-3d33-774e-7a8b-c57a6a4a1c69-aadfff4b {
  grid-area: 1 / 9 / 2 / 12;
  justify-self: end;
}

#w-node-_767e9474-9ac2-7e26-da37-79559dd02499-aadfff4b {
  grid-area: 1 / 7 / 2 / 9;
  place-self: center;
}

#w-node-_1318001d-c359-65e5-05aa-7c44e489bba8-aadfff4b {
  grid-area: 2 / 5 / 3 / 7;
  place-self: center start;
}

#w-node-dbae78fb-dac3-6f00-d511-eccb1247972f-aadfff4b {
  grid-area: 1 / 1 / 2 / 4;
  place-self: center;
}

#w-node-_0817f1b7-0395-61c9-500b-7c7a1726151b-aadfff4b {
  grid-area: 2 / 10 / 2 / 13;
  place-self: center start;
}

#w-node-cc1787ec-ee7f-e94e-a43e-72d30ca4e36e-aadfff4b {
  grid-area: 1 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_7e91ddb1-5265-8599-12d0-2b7e461f8517-aadfff4b, #w-node-_7e6aeb52-4f78-4e73-302d-00ee27dfb722-aadfff4b {
  align-self: center;
}

#w-node-e934c786-191e-759e-1959-b09c003d503d-aadfff4b {
  grid-area: 1 / 4 / 3 / 5;
  place-self: center;
}

#w-node-_539c1805-3a4f-83f6-05ee-1638f6af2642-aadfff4b {
  grid-area: 3 / 1 / 4 / 5;
  place-self: end center;
}

#w-node-_41cf8af0-dce8-3ac9-c796-4c56f21ccce8-aadfff4b {
  grid-area: 1 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_41cf8af0-dce8-3ac9-c796-4c56f21ccceb-aadfff4b, #w-node-_41cf8af0-dce8-3ac9-c796-4c56f21cccee-aadfff4b {
  align-self: center;
}

#w-node-_41cf8af0-dce8-3ac9-c796-4c56f21cccf1-aadfff4b {
  grid-area: 1 / 4 / 3 / 5;
  place-self: center;
}

#w-node-_815833f7-c17c-a5a3-db48-088eb612082f-aadfff4b {
  grid-area: 3 / 1 / 4 / 5;
  place-self: end center;
}

#w-node-_9400e13a-afe9-e724-0dc7-9257db492b28-aadfff4b {
  grid-area: 1 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_9400e13a-afe9-e724-0dc7-9257db492b2b-aadfff4b, #w-node-_9400e13a-afe9-e724-0dc7-9257db492b2e-aadfff4b {
  align-self: center;
}

#w-node-_9400e13a-afe9-e724-0dc7-9257db492b31-aadfff4b {
  grid-area: 1 / 4 / 3 / 5;
  place-self: center;
}

#w-node-_613682e6-92eb-3bff-37e7-be33500f3373-aadfff4b {
  grid-area: 3 / 1 / 4 / 5;
  place-self: end center;
}

@media screen and (max-width: 767px) {
  #w-node-_08985b4a-2a90-e767-a348-4c0174458719-aadfff4b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7938bd84-7f96-42ed-0e27-19f854c8ac22-aadfff4b, #w-node-d9fe5479-c181-f211-a002-26257959cb50-aadfff4b, #w-node-_424bef7d-fa34-d0bb-c7bd-3aea970e1e74-aadfff4b, #w-node-_9b2cc5d8-2307-6549-10a1-5a2489e5e2cc-aadfff4b {
    place-self: center;
  }

  #w-node-cc1787ec-ee7f-e94e-a43e-72d30ca4e36e-aadfff4b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_7e91ddb1-5265-8599-12d0-2b7e461f8517-aadfff4b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7e6aeb52-4f78-4e73-302d-00ee27dfb722-aadfff4b {
    justify-self: auto;
  }

  #w-node-e934c786-191e-759e-1959-b09c003d503d-aadfff4b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_539c1805-3a4f-83f6-05ee-1638f6af2642-aadfff4b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_41cf8af0-dce8-3ac9-c796-4c56f21ccce8-aadfff4b, #w-node-_41cf8af0-dce8-3ac9-c796-4c56f21cccf1-aadfff4b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_815833f7-c17c-a5a3-db48-088eb612082f-aadfff4b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9400e13a-afe9-e724-0dc7-9257db492b28-aadfff4b, #w-node-_9400e13a-afe9-e724-0dc7-9257db492b31-aadfff4b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_613682e6-92eb-3bff-37e7-be33500f3373-aadfff4b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
