﻿:root {
  --mo-red: #ff0000;
  --mo-black: #151515;
  --mo-off: #f9f6f3;
  --mo-blue: #1f78c8;
  --mo-blue-soft: #eef6ff;
}

@font-face {
  font-display: swap;
  font-family: "ABC Whyte Inktrap";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ABCWhyteInktrap-Regular.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "ABC Whyte Inktrap";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/ABCWhyteInktrap-Medium.woff2") format("woff2");
}

@keyframes mo-insights-marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

body {
  opacity: 1;
}

.site-main {
  overflow-x: hidden;
}

.brand-logo {
  align-items: flex-start;
  color: var(--mo-black);
  display: inline-flex;
  flex-direction: column;
  font-family: "ABC Whyte Inktrap", "neue-haas-grotesk-display", sans-serif;
  font-size: 18px;
  font-weight: 500;
  height: auto;
  letter-spacing: 0;
  line-height: .9;
  text-decoration: none;
  text-transform: uppercase;
  width: auto;
}

.brand-logo span {
  color: var(--mo-red);
  font-size: 15px;
  letter-spacing: 0;
}

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

.header__item--parent:not(:hover):not(:focus-within) > .header__sub-menu[hidden] {
  display: none;
}

.header__sub-menu {
  overflow: visible;
}


.mobile-menu[hidden] {
  display: none;
}

.mobile-menu:not(.mobile-menu--active) {
  display: none;
}

.mobile-menu.mobile-menu--active {
  display: flex;
}

body.mobile-menu-open {
  overflow: hidden;
}

.header-overlay--active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.mobile-menu__arrow-wrap {
  appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  margin-left: auto;
  padding: 12px;
}

.hero__image,
.home-hero__image,
.media-textarea__image,
.contact-hero__image,
.cta__image,
.page-card__image img {
  background-color: #eae1d9;
}

.home-hero.swiper {
  background: #151515;
  margin-bottom: 0;
  margin-top: 0;
  min-height: 94svh;
  overflow: hidden;
  position: relative;
}

.home-hero.swiper::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .42) 0%, rgba(0, 0, 0, .18) 36%, rgba(0, 0, 0, .66) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, .38) 0%, rgba(0, 0, 0, .08) 58%, rgba(0, 0, 0, .28) 100%);
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.home-hero .home-hero__container {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 94svh;
  padding-bottom: clamp(52px, 8vh, 98px);
  padding-top: clamp(150px, 22vh, 220px);
  position: relative;
  z-index: 2;
}

.home-hero .home-hero__heading {
  color: #fff;
  font-size: clamp(74px, 9.4vw, 142px);
  letter-spacing: 0;
  line-height: .9;
  margin: 0;
  max-width: 1180px;
  text-shadow: 0 2px 26px rgba(0, 0, 0, .22);
}

.home-hero__heading-line {
  display: block;
}

.home-hero__heading-line--mark {
  align-items: center;
  display: flex;
  gap: clamp(10px, 1.8vw, 28px);
}

.home-hero__mark {
  color: var(--mo-red);
  display: inline-flex;
  flex: 0 0 auto;
  transform: translateY(.02em);
  width: clamp(110px, 15vw, 214px);
}

.home-hero__mark svg {
  display: block;
  height: auto;
  width: 100%;
}

.home-hero .home-hero__inner-container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
  margin-top: clamp(28px, 4.4vw, 64px);
  max-width: none;
  width: 100%;
}

.home-hero .home-hero__content {
  color: #fff;
  font-family: "ABC Whyte Inktrap", "neue-haas-grotesk-display", sans-serif;
  font-size: clamp(20px, 2.1vw, 32px);
  font-weight: 500;
  line-height: 1.36;
  max-width: 640px;
  padding-left: 0;
  text-shadow: 0 2px 20px rgba(0, 0, 0, .28);
}

.home-hero .home-hero__button.btn {
  flex: 0 0 auto;
  margin-top: 0;
}

.home-hero .home-hero__button .btn__label {
  white-space: nowrap;
}

.home-hero__action-stack {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 32px;
}

.home-hero__review-widget {
  align-self: flex-start;
}

.hero-content_image {
  display: flex;
  height: auto;
  justify-content: flex-start;
}

.hero-content_image img {
  display: block;
  margin: 0;
  max-height: 54px;
  max-width: 100%;
  width: auto;
}

.home-hero__swiper-wrapper.swiper-wrapper {
  animation: none;
  filter: none;
  opacity: 1;
  transform: none;
  z-index: 0;
}

.home-hero__swiper-wrapper .swiper-slide {
  height: 100%;
}

.home-hero__image {
  filter: saturate(.96);
  height: 100%;
  object-position: center center;
  width: 100%;
}

.home-hero__outline-svg {
  display: none;
}

.home-hero.swiper + .page-cards {
  margin-top: 0;
}

.page-cards--before-create-waves {
  margin-bottom: 0;
}

.create-waves-marquee + .media-textarea {
  margin-top: 0;
}

.create-waves-marquee + .featured-programs {
  margin-top: 16px;
}

.marquee-text {
  color: #fff;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  text-align: center;
}

.page-cards__text-container.marquee-text {
  margin-bottom: 0;
}

.marquee-text--black {
  align-items: center;
  background-color: #000;
  display: flex;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: none;
  min-height: 0;
  padding: 6px 0 8px;
  position: relative;
  right: 50%;
  width: 100vw;
}

.marquee-text__marquee {
  animation: mo-insights-marquee 52s linear infinite;
  display: flex;
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  width: max-content;
}

.marquee-text__group {
  display: flex;
  width: max-content;
}

.marquee-text__heading {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  display: inline-block;
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: clamp(26px, 7vw, 32px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0;
  padding: 0 clamp(19px, 5vw, 30px);
  position: relative;
  text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;
  text-transform: uppercase;
}

.marquee-text__heading::after {
  color: #fff;
  content: "\2022";
  position: absolute;
  right: -3px;
  text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;
  top: 50%;
  transform: translate(50%, -50%);
}

.marquee-text__heading--active {
  color: #000;
}

.create-waves-marquee {
  align-items: center;
  background: #fff;
  color: #fff;
  display: flex;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  padding: 6px 0 8px;
  text-align: center;
}

.create-waves-marquee__container {
  margin: 0 auto;
  max-width: 2000px;
  padding: 0;
  width: 100%;
}

.create-waves-marquee__marquee {
  animation: mo-insights-marquee 52s linear infinite;
  display: flex;
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  width: max-content;
}

.create-waves-marquee__group {
  display: flex;
  width: max-content;
}

.create-waves-marquee__heading {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000;
  display: inline-block;
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: clamp(26px, 7vw, 32px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0;
  padding: 0 clamp(19px, 5vw, 30px);
  position: relative;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
  text-transform: uppercase;
}

.create-waves-marquee__heading::after {
  content: "\2022";
  position: absolute;
  right: -3px;
  text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;
  top: 50%;
  transform: translate(50%, -50%);
}

.create-waves-marquee__heading--active {
  color: #fff;
}

.create-waves-marquee__heading--active::after {
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

.register-marquee {
  --register-marquee-height: 40px;
  --register-marquee-gap: clamp(38px, 6vw, 58px);
  --register-marquee-speed: 18s;
  --register-marquee-start: -176px;
  background: #fff;
  color: #151515;
  height: var(--register-marquee-height);
  left: 50%;
  margin-bottom: 0;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: none;
  overflow: hidden;
  position: relative;
  right: 50%;
  width: 100vw;
}

.register-marquee + .page-cards__row {
  margin-top: 8px;
}

.page-cards__text-container.register-marquee {
  margin-bottom: 0 !important;
}

.register-marquee__track {
  align-items: center;
  animation: register-marquee-scroll var(--register-marquee-speed) linear infinite;
  display: flex;
  height: 100%;
  min-width: 100%;
  transform: translateX(var(--register-marquee-start));
  width: max-content;
  will-change: transform;
}

.register-marquee__group {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  white-space: nowrap;
}

.register-marquee__text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  color: #151515;
  display: inline-flex;
  flex: 0 0 auto;
  letter-spacing: 0;
  line-height: .94;
  margin-right: var(--register-marquee-gap);
}

.register-marquee__text--bold {
  font-family: bricolage-grotesque-72-cond, "Bricolage Grotesque", sans-serif;
  font-size: clamp(26px, 7vw, 32px);
  font-optical-sizing: auto;
  font-stretch: condensed;
  font-variation-settings: "opsz" 72, "wdth" 75;
  font-weight: 700;
}

.register-marquee__text--serif {
  font-family: instrument-serif, "Instrument Serif", serif;
  font-size: clamp(26px, 7vw, 32px);
  font-weight: 400;
}

@keyframes register-marquee-scroll {
  from {
    transform: translateX(var(--register-marquee-start));
  }

  to {
    transform: translateX(calc(var(--register-marquee-start) - 50%));
  }
}

@media (prefers-reduced-motion: reduce) {
  .marquee-text__marquee {
    animation-duration: 90s;
  }

  .create-waves-marquee__marquee {
    animation-duration: 90s;
  }

  .register-marquee__track {
    animation: none;
  }
}

@media screen and (max-width: 576px) {
  .register-marquee {
    --register-marquee-height: 40px;
    --register-marquee-gap: 44px;
    --register-marquee-start: -132px;
    margin-bottom: 0;
  }

  .register-marquee__text--bold {
    font-size: clamp(26px, 7vw, 32px);
  }

  .register-marquee__text--serif {
    font-size: clamp(26px, 7vw, 32px);
  }

  .create-waves-marquee {
    padding: 6px 0 8px;
  }

  .create-waves-marquee__heading {
    font-size: clamp(26px, 7vw, 32px);
    line-height: 1.12;
  }

  .create-waves-marquee + .featured-programs {
    margin-top: 14px;
  }
}

@media screen and (min-width: 1024px) {
  .home-hero .home-hero__container {
    padding-bottom: 42px;
    padding-top: clamp(150px, 18vh, 198px);
  }

  .home-hero .home-hero__inner-container {
    align-items: center;
    flex-direction: row;
    gap: 40px;
    margin-top: clamp(28px, 3.2vw, 46px);
  }

  .home-hero__action-stack {
    align-items: center;
    margin-left: auto;
  }

  .home-hero .home-hero__content {
    font-size: clamp(20px, 1.9vw, 28px);
    max-width: 600px;
  }
}

@media screen and (max-width: 768px) {
  .home-hero .home-hero__container {
    padding-left: clamp(24px, 6vw, 40px);
    padding-right: clamp(24px, 6vw, 40px);
    padding-top: clamp(176px, 24vh, 206px);
  }

  .home-hero .home-hero__heading {
    font-size: clamp(56px, 12.2vw, 78px);
    line-height: .94;
    max-width: 560px;
  }

  .home-hero__heading-line--mark {
    gap: 10px;
  }

  .home-hero__mark {
    width: clamp(92px, 22vw, 138px);
  }

  .home-hero .home-hero__inner-container {
    flex: 1 1 auto;
    margin-top: 28px;
    max-width: 540px;
  }

  .home-hero .home-hero__content {
    font-size: clamp(18px, 4vw, 24px);
    line-height: 1.38;
  }

  .home-hero__image {
    object-position: 44% center;
  }
}

@media screen and (max-width: 420px) {
  .home-hero .home-hero__container {
    padding-bottom: 10px;
    padding-top: clamp(206px, 31vh, 260px);
  }

  .home-hero .home-hero__heading {
    font-size: clamp(46px, 13.2vw, 56px);
  }

  .home-hero__mark {
    width: 86px;
  }
}

.mo-form {
  background: #fff;
  border-radius: 10px;
  display: grid;
  gap: 16px;
  padding: 28px;
}

.mo-form__row {
  display: grid;
  gap: 8px;
}

.mo-form label {
  color: var(--mo-black);
  font-size: 14px;
  font-weight: 700;
}

.mo-form input,
.mo-form select,
.mo-form textarea {
  background: #f9f6f3;
  border: 1px solid #eae1d9;
  border-radius: 8px;
  color: var(--mo-black);
  padding: 14px 16px;
  width: 100%;
}

.mo-form textarea {
  resize: vertical;
}

.mo-form__submit {
  border: 0;
  margin-top: 4px;
}

.mo-form__status {
  color: #5c554d;
  font-size: 14px;
  line-height: 1.45;
}

.mo-form__quote-summary {
  background: #eef6ff;
  border: 1px solid #c9dff3;
  border-radius: 8px;
  color: var(--mo-black);
  display: grid;
  gap: 10px;
  padding: 18px;
}

.mo-form__quote-summary h2 {
  font-size: 18px;
  line-height: 1.25;
  margin: 0;
}

.mo-form__quote-summary p {
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}

.mo-questionnaire-page {
  background: var(--mo-off);
  min-height: 100vh;
}

.mo-flow-header {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #eae1d9;
  display: flex;
  justify-content: space-between;
  min-height: 76px;
  padding: 18px clamp(18px, 4vw, 56px);
}

.mo-flow-header__link {
  color: var(--mo-black);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.mo-flow-header__link:hover,
.mo-flow-header__link:focus-visible {
  color: var(--mo-blue);
}

.mo-quote-entry {
  background: #fff;
  border: 1px solid rgba(31, 120, 200, .2);
  border-radius: 8px;
  box-shadow: 0 16px 35px rgba(21, 21, 21, .14);
  color: var(--mo-black);
  flex: 1 1 620px;
  max-width: 780px;
  padding: 24px;
  width: 100%;
}

.mo-quote-entry__heading {
  color: var(--mo-black);
  font-family: "ABC Whyte Inktrap", "neue-haas-grotesk-display", sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.mo-service-grid {
  display: grid;
  gap: 18px 24px;
  grid-template-columns: 1fr;
}

.mo-service-card {
  align-items: center;
  appearance: none;
  background: #fff;
  border: 1.5px solid var(--mo-blue);
  border-radius: 8px;
  color: var(--mo-black);
  cursor: pointer;
  display: grid;
  gap: 14px;
  grid-template-columns: 70px 1fr 34px;
  min-height: 138px;
  padding: 22px 24px;
  text-align: left;
  text-decoration: none;
  transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
  width: 100%;
}

.mo-service-card:hover,
.mo-service-card:focus-visible,
.mo-service-card--active,
.mo-service-card.is-selected {
  background: var(--mo-blue-soft);
  border-color: var(--mo-blue);
  box-shadow: 0 10px 24px rgba(31, 120, 200, .16);
  outline: 0;
}

.mo-service-card:hover {
  transform: translateY(-1px);
}

.mo-service-card__icon {
  align-items: center;
  color: var(--mo-blue);
  display: inline-flex;
  height: 58px;
  justify-content: center;
  width: 58px;
}

.mo-service-card__icon svg,
.mo-service-card__arrow svg {
  display: block;
  height: 100%;
  width: 100%;
}

.mo-service-card__label {
  align-self: end;
  color: var(--mo-black);
  font-family: "ABC Whyte Inktrap", "neue-haas-grotesk-display", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}

.mo-service-card__arrow {
  color: var(--mo-blue);
  height: 32px;
  justify-self: end;
  width: 32px;
}

.mo-quote-flow {
  background: var(--mo-off);
  padding: 36px 0 70px;
}

.mo-quote-flow--page {
  min-height: calc(100vh - 76px);
  padding: 48px 0 80px;
}

.mo-quote-flow__container {
  max-width: 1120px;
}

.mo-quote-flow__shell {
  background: #fff;
  border: 1px solid #eae1d9;
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(21, 21, 21, .08);
  padding: 26px;
}

.mo-quote-flow__header {
  align-items: flex-start;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.mo-quote-flow__eyebrow {
  color: var(--mo-blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.mo-quote-flow__heading {
  color: var(--mo-black);
  font-size: 28px;
  line-height: 1.15;
  margin: 0;
  max-width: 720px;
}

.mo-quote-flow__close {
  align-items: center;
  appearance: none;
  background: #f5f0eb;
  border: 0;
  border-radius: 50%;
  color: var(--mo-black);
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 28px;
  height: 44px;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  width: 44px;
}

.mo-quote-progress {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.mo-quote-progress__top {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.mo-quote-progress__text {
  color: #5c554d;
  font-size: 14px;
  font-weight: 700;
}

.mo-quote-progress__save,
.mo-quote-link-button {
  appearance: none;
  background: transparent;
  border: 0;
  color: var(--mo-blue);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  padding: 0;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.mo-quote-progress__track {
  background: #efe9e3;
  border-radius: 999px;
  height: 8px;
  overflow: hidden;
}

.mo-quote-progress__bar {
  background: var(--mo-blue);
  display: block;
  height: 100%;
  transition: width .2s ease;
  width: 20%;
}

.mo-quote-progress__steps {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(auto-fit, minmax(108px, 1fr));
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}

.mo-quote-progress__step {
  color: #8b8179;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}

.mo-quote-progress__step.is-active,
.mo-quote-progress__step.is-complete {
  color: var(--mo-blue);
}

.mo-quote-form {
  display: grid;
  gap: 24px;
  margin-top: 28px;
}

.mo-quote-service-choice {
  align-items: center;
  background: #fff;
  border: 1px solid #d5cbc3;
  border-radius: 4px;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  min-height: 68px;
  padding: 14px 16px;
}

.mo-quote-service-choice span {
  color: #6f665e;
  display: block;
  font-size: 13px;
  line-height: 1.25;
  margin-bottom: 4px;
}

.mo-quote-service-choice strong {
  color: var(--mo-black);
  display: block;
  font-size: 18px;
  line-height: 1.25;
}

.mo-quote-service-choice__edit {
  align-items: center;
  appearance: none;
  background: #eef6ff;
  border: 1px solid #c9dff3;
  border-radius: 50%;
  color: var(--mo-blue);
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0;
  height: 40px;
  justify-content: center;
  position: relative;
  width: 40px;
}

.mo-quote-service-choice__edit::before {
  content: "";
  background: currentColor;
  border-radius: 999px;
  height: 4px;
  transform: rotate(-35deg);
  width: 18px;
}

.mo-quote-service-choice__edit::after {
  background: currentColor;
  content: "";
  height: 6px;
  margin-left: -3px;
  transform: rotate(-35deg);
  width: 4px;
}

.mo-quote-step {
  display: grid;
  gap: 18px;
}

.mo-quote-step__heading {
  color: var(--mo-black);
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
}

.mo-quote-step__text {
  color: #5c554d;
  font-size: 16px;
  line-height: 1.45;
  margin: 0;
}

.mo-service-grid--wizard .mo-service-card {
  grid-template-columns: 1fr 32px;
  min-height: 86px;
}

.mo-service-grid--wizard .mo-service-card__label {
  align-self: center;
  font-size: 18px;
}

.mo-quote-form__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}

.mo-quote-field {
  color: var(--mo-black);
  display: grid;
  font-size: 14px;
  font-weight: 700;
  gap: 8px;
  line-height: 1.3;
}

.mo-quote-field input,
.mo-quote-field select,
.mo-quote-field textarea {
  background: #f9f6f3;
  border: 1px solid #d5cbc3;
  border-radius: 8px;
  color: var(--mo-black);
  font: inherit;
  font-weight: 400;
  min-height: 48px;
  padding: 12px 14px;
  width: 100%;
}

.mo-quote-field textarea {
  resize: vertical;
}

.mo-quote-field input:focus,
.mo-quote-field select:focus,
.mo-quote-field textarea:focus {
  border-color: var(--mo-blue);
  box-shadow: 0 0 0 3px rgba(31, 120, 200, .16);
  outline: 0;
}

.mo-quote-field--full {
  grid-column: 1 / -1;
}

.mo-quote-checks {
  border: 1px solid #eae1d9;
  border-radius: 8px;
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 18px;
}

.mo-quote-checks legend {
  color: var(--mo-black);
  font-size: 14px;
  font-weight: 700;
  padding: 0 6px;
}

.mo-quote-checks label {
  align-items: center;
  color: var(--mo-black);
  display: flex;
  font-size: 15px;
  gap: 10px;
  line-height: 1.35;
}

.mo-quote-checks input {
  accent-color: var(--mo-blue);
  height: 18px;
  width: 18px;
}

.mo-quote-summary {
  background: #eef6ff;
  border: 1px solid #c9dff3;
  border-radius: 8px;
  color: var(--mo-black);
  display: grid;
  gap: 8px;
  padding: 18px;
}

.mo-quote-summary h4 {
  font-size: 18px;
  line-height: 1.25;
  margin: 0 0 4px;
}

.mo-quote-summary p {
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}

.mo-quote-form__status {
  color: #b42318;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
  min-height: 20px;
}

.mo-quote-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.mo-quote-actions button {
  align-items: center;
  appearance: none;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
}

.mo-quote-actions__back {
  background: #fff;
  border: 1px solid #d5cbc3;
  color: var(--mo-black);
}

.mo-quote-actions__next,
.mo-quote-actions__submit {
  background: var(--mo-blue);
  border: 1px solid var(--mo-blue);
  color: #fff;
}

.contact-hero__content--placeholder-note {
  margin-top: 24px;
}

.top-footer__wrap[type="button"] {
  color: inherit;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.top-footer__wrap[type="button"] svg {
  color: currentColor;
  height: 12px;
  width: 12px;
}

@media screen and (min-width: 1024px) {
  .brand-logo {
    font-size: 20px;
  }

  .brand-logo span {
    font-size: 16px;
  }

  .mo-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mo-quote-flow__shell {
    padding: 34px;
  }

  .mo-quote-form__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mo-quote-form__grid--thirds {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mo-quote-checks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 768px) {
  .hero__heading,
  .contact-hero__heading {
    overflow-wrap: anywhere;
  }

  .mo-form {
    padding: 22px;
  }

  .mo-quote-entry {
    box-shadow: 0 12px 26px rgba(21, 21, 21, .12);
    padding: 18px;
  }

  .mo-quote-entry__heading {
    font-size: 21px;
  }

  .mo-service-card {
    grid-template-columns: 58px 1fr 30px;
    min-height: 112px;
    padding: 18px;
  }

  .mo-service-card__icon {
    height: 48px;
    width: 48px;
  }

  .mo-service-card__label {
    font-size: 18px;
  }

  .mo-quote-flow {
    padding: 26px 0 48px;
  }

  .mo-quote-flow__shell {
    padding: 20px;
  }

  .mo-quote-flow__heading {
    font-size: 23px;
  }

  .mo-quote-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .mo-quote-actions button {
    width: 100%;
  }
}

.mo-uusimaa-areas {
  background: #1f1f1f;
  border: 1px solid #464646;
  border-radius: 6px;
  color: #fff;
  max-width: 370px;
  overflow: hidden;
}

.mo-uusimaa-areas__summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: 24px;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.2;
  list-style: none;
  padding: 24px 30px;
}

.mo-uusimaa-areas__summary::-webkit-details-marker {
  display: none;
}

.mo-uusimaa-areas__icon {
  border-right: 2px solid #f2a100;
  border-bottom: 2px solid #f2a100;
  flex: 0 0 auto;
  height: 13px;
  margin-left: 18px;
  transform: rotate(45deg);
  transition: transform .2s ease;
  width: 13px;
}

.mo-uusimaa-areas[open] .mo-uusimaa-areas__icon {
  transform: rotate(225deg);
}

.mo-uusimaa-areas__body {
  border-top: 1px solid #3e3e3e;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 26px 26px 20px;
}

.mo-uusimaa-areas__link {
  color: #f2a100;
  font-family: "ABC Whyte Inktrap", sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.18;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.mo-uusimaa-areas__link:hover,
.mo-uusimaa-areas__link:focus-visible {
  color: #ffb000;
}

.home-cta-card.cta {
  background: transparent;
}

.home-cta-card + .home-cta-card {
  margin-top: -32px;
}

.home-cta-card .cta__container {
  border-radius: 10px;
  overflow: hidden;
}

.home-cta-card--red .cta__container {
  background: var(--mo-red);
}

.home-cta-card--black .cta__container {
  background: var(--mo-black);
}

.home-cta-card .cta__row {
  margin-left: 0;
  margin-right: 0;
}

.home-cta-card .cta__col {
  padding-left: 0;
  padding-right: 0;
}

.home-cta-card .cta__col--text {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

.home-cta-card .cta__outer {
  min-height: clamp(430px, 48vw, 520px);
}

.home-cta-card .cta__heading {
  overflow-wrap: anywhere;
}

.home-cta-card .cta__content {
  max-width: 560px;
}

.home-footer-marquee {
  margin-top: 0;
  padding-top: 0;
}

.home-footer-marquee--black {
  background: #000;
  margin-top: -34px;
  padding: 6px 0 8px;
}

.home-footer-marquee--black .create-waves-marquee__heading {
  color: #000;
  text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;
}

.home-footer-marquee--black .create-waves-marquee__heading::after {
  color: #fff;
  text-shadow: none;
}

.home-footer-marquee--black .create-waves-marquee__heading--active {
  color: #fff;
  text-shadow: none;
}

.home-footer-marquee--black + .home-footer-marquee--white {
  margin-top: 0;
}

.home-footer-marquee + .main-footer,
.site-main:has(.home-footer-marquee) + .main-footer {
  margin-top: 0;
}

.home-cta-card--black.cta {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .home-cta-card.cta {
    margin-bottom: 34px;
    margin-top: 34px;
  }

  .home-cta-card + .home-cta-card {
    margin-top: -14px;
  }

  .home-cta-card .cta__heading {
    font-size: clamp(43px, 11vw, 56px);
    line-height: .96;
  }

  .home-cta-card .cta__outer {
    min-height: 430px;
  }

  .home-footer-marquee {
    margin-top: 0;
    padding-top: 0;
  }

  .home-footer-marquee--black {
    margin-top: -34px;
  }

  .home-cta-card--black.cta {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .mo-uusimaa-areas {
    max-width: 100%;
  }

  .mo-uusimaa-areas__summary {
    font-size: 23px;
    padding: 22px 28px;
  }

  .mo-uusimaa-areas__body {
    padding: 24px 24px 18px;
  }

  .mo-uusimaa-areas__link {
    font-size: 22px;
  }
}

@media screen and (max-width: 420px) {
  .mo-uusimaa-areas__summary {
    font-size: 22px;
    padding: 21px 24px;
  }

  .mo-uusimaa-areas__body {
    padding: 22px 24px 18px;
  }

  .mo-uusimaa-areas__link {
    font-size: 22px;
  }
}
