:root {
  --firebrick: #d7021b;
  --charcoal: #333;
  --black: black;
}

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

body {
  color: #000;
  font-family: forma-djr-display, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 20px;
}

p {
  letter-spacing: .04em;
  margin-bottom: .5em;
  font-family: forma-djr-display, sans-serif;
  font-weight: 400;
  line-height: 1.25;
}

li {
  letter-spacing: .08em;
  margin-top: .75em;
  margin-bottom: .75em;
  line-height: 1.2;
}

.cookie-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 6%;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.navigation_menu {
  justify-content: center;
  align-items: center;
  margin-top: .75em;
  display: none;
}

.logo {
  background-color: var(--firebrick);
  border-radius: 0 0 1.75em 1.75em;
  padding: 1.5em 1em .75em;
  display: inline;
}

.page-padding {
  padding: 5em 6%;
}

.page-padding.is-navigation {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 0 6% .75em;
  display: grid;
}

.page-padding.is--home-header {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 0% 0 10%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-padding.is-benefits-section {
  padding-top: 0;
  padding-bottom: 0;
}

.page-padding.is--cta-section {
  align-items: center;
  padding: 2em 12%;
  display: flex;
}

.page-padding.is--footer {
  border-top: 1px solid #0000001f;
  justify-content: space-between;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.page-padding.is--home-services {
  align-items: flex-start;
  padding-top: 7em;
  padding-bottom: 7em;
  display: flex;
}

.page-padding.is--reviews {
  padding-top: 0;
  padding-bottom: 0;
}

.page-padding.is--fifty-section {
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.page-padding.is--fifty-section.no-top-padding {
  padding-top: 0;
}

.page-padding.is--contact-form {
  padding-top: 5em;
  padding-left: 24%;
  padding-right: 24%;
}

.page-padding.is--about-header {
  padding-top: 6em;
  padding-bottom: 15em;
}

.page-padding.is--home-about-section {
  align-items: center;
  padding-left: 18%;
  padding-right: 18%;
  display: flex;
}

.page-padding.is--about-success {
  max-width: 74em;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 9em;
  padding-left: 16%;
  padding-right: 16%;
}

.page-padding.is--contact-header {
  padding-top: 10em;
  padding-bottom: 2.5em;
}

.global_symbol {
  position: fixed;
  inset: 0% 0% auto;
}

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

.container.is-hero {
  height: 100%;
}

.navigation {
  z-index: 999;
  background-color: #fff;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: inset 0 -1px #0000001f;
}

.nav-link {
  margin-left: .5em;
  margin-right: .5em;
  padding: .5em 1em;
  font-size: 1.125em;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .3s;
}

.nav-link:hover {
  opacity: .5;
}

.global_embed {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.cookie-button {
  background-color: var(--firebrick);
  color: #fff;
  border-radius: 2em;
  align-items: center;
  padding: .75em 1.5em;
  font-weight: 600;
  transition: all .3s;
  display: inline-block;
  box-shadow: inset 0 0 #212121;
}

.cookie-button:hover {
  box-shadow: none;
  color: #000;
  background-color: #fff;
  border-color: #212121;
}

.cookie-bar {
  z-index: 99999;
  padding: 0;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.cookie-bar.is--hidden {
  display: none;
}

.underline {
  text-decoration: underline;
}

.menu-logo {
  display: none;
}

.cookie-bar__text {
  color: #fff;
  width: 80%;
  font-size: 1em;
}

.button__text {
  font-size: 1.125em;
  font-weight: 800;
  line-height: 1;
  display: inline-block;
}

.cookie-bar__wrapper {
  background-color: var(--charcoal);
  border-radius: 1.75em;
  justify-content: space-between;
  align-items: center;
  padding: 1.5em 2em;
  display: flex;
  box-shadow: 0 0 0 1px #ffffff1f;
}

.cookie-bar__wrapper.hide {
  display: none;
}

.burger {
  align-items: center;
  width: 2em;
  height: 2em;
  display: none;
}

.button {
  background-color: #d2d1d1;
  border-radius: 3em;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-family: forma-djr-display, sans-serif;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button.is-red {
  background-color: var(--firebrick);
  color: #fff;
  text-align: center;
}

.button.is-red.is-nav {
  letter-spacing: .02em;
  margin-top: 0;
  display: inline-block;
}

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

.home-header {
  align-items: center;
  height: 100vh;
  max-height: 1080px;
}

.home-header_left {
  width: 80ch;
  padding-right: 6vw;
}

.home-header_right {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 50%;
  height: 100%;
  max-height: 100%;
  padding-left: 0;
  position: relative;
  overflow: hidden;
}

.text-size-h4 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.25;
}

.text-size-h1 {
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.2;
}

.text-size-h3 {
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.3;
}

.text-size-h2 {
  color: #06101c;
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2;
}

.styleguide_list {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-size-display {
  margin-bottom: 2rem;
  font-family: forma-djr-display, sans-serif;
  font-size: 4em;
  font-weight: 600;
  line-height: 1;
}

.text-size-h5 {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.3;
}

.styleguide_form-submit {
  font-size: 1.25em;
}

.text-size-h6 {
  text-align: center;
  font-size: .875em;
}

.styleguide_form-input {
  border: 1px solid #0003;
  border-radius: 0;
  height: 3em;
  margin-bottom: 1em;
  padding: 0 .9em;
  font-size: 1.25em;
}

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

.hero_image-shape {
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.hero_pound {
  position: absolute;
}

.hero_pound.is-top {
  width: 6em;
  inset: 18% auto auto 0%;
}

.hero_pound.is-bottom {
  width: 12em;
  inset: auto auto 18% 0%;
}

.home-benefits-section {
  margin-top: -4em;
  position: relative;
}

.benefits_bar {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #333;
  border-radius: 1.75em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2em;
  display: grid;
}

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

.benefit_icon {
  width: 3.25em;
  height: 3.25em;
  margin-right: 1em;
}

.button_circle {
  z-index: 0;
  background-color: #0000001a;
  border-radius: 50%;
  width: 100%;
  height: 12em;
  transition: all .3s;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

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

.margin-bottom {
  margin-bottom: 1.5em;
}

.cta-section {
  background-color: var(--firebrick);
  background-image: url('../images/cta-bg-mask.webp');
  background-position: 78%;
  background-repeat: no-repeat;
  background-size: auto;
}

.cta-section_column {
  width: 50%;
}

.footer_left {
  display: flex;
}

.footer_logo-wrapper {
  background-color: #f7f7f7;
  border: 1px solid #0000001f;
  border-radius: 1.75em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5em 5em 1.5em 2em;
  display: flex;
}

.footer_logo {
  width: 16em;
  height: 100%;
}

.footer_copyright {
  color: #00000080;
  letter-spacing: .05em;
  padding-top: 1em;
}

.footer_contact-wrapper {
  background-color: #fff;
  border: 1px solid #0000001f;
  border-radius: 1.75em;
  flex-direction: column;
  align-items: flex-start;
  margin-left: -3em;
  padding: 1.5em 2em;
  display: flex;
}

.footer_contact-link {
  letter-spacing: .07em;
  margin-bottom: .5em;
  display: inline-block;
}

.footer_contact-link.is-privacy {
  margin-bottom: 0;
  margin-left: 1em;
  margin-right: 0;
}

.footer_right {
  opacity: .5;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer_partners {
  width: 3em;
  margin-left: 1em;
}

.footer_partners.is--hidden {
  display: none;
}

.footer_partners.is--aat {
  width: 8.6em;
}

.home-services_left {
  width: 32%;
  padding-left: 2em;
  padding-right: 2em;
}

.home-services_right {
  width: 68%;
}

.home-services_block-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-services_block {
  border: 1px solid #0000001f;
  border-radius: 1.125em;
  padding: 1.5em;
}

.review_wrapper {
  background-color: var(--charcoal);
  border-radius: 1.75em;
  padding: 2em;
  display: flex;
}

.review_left {
  width: 33.3%;
  padding-right: 2em;
}

.review_right {
  width: 66.6%;
}

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

.review_block {
  background-color: #fff;
  border-radius: 1.5em;
  padding: 2em;
}

.review_content {
  letter-spacing: .04em;
  font-size: 1.5em;
}

._50-column {
  width: 50%;
}

._50-column.is--right-text {
  padding-left: 6vw;
}

._50-column.is--left-text {
  padding-right: 6vw;
}

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

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: flex;
}

.form_success {
  color: #000;
  background-color: #07ec5f;
  border-radius: 2em;
  padding: 2em;
  font-size: 1.25em;
}

.button-2 {
  background-color: #e4e4e4;
  border-radius: 2.5em;
  padding: 1.5em 2em;
  font-size: 1.25em;
  font-weight: 600;
  transition: all .3s;
}

.button-2:hover {
  transform: scale(1.1);
}

.button-2.is-blue {
  color: #fff;
  background-color: #072cec;
}

.button-2.is-blue.is-full {
  width: 100%;
}

.form_input {
  color: var(--black);
  background-color: #0000;
  border: 0 #000;
  border-bottom: 2px solid #33333329;
  margin-bottom: 0;
  padding: 1em 0;
  font-size: 1.25em;
  font-weight: 400;
}

.form_input:hover {
  border-color: #fff #fff var(--charcoal);
}

.form_input:focus {
  border-color: #fff #fff var(--firebrick);
}

.form_wrapper {
  width: 54em;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
  display: block;
}

.form_label {
  color: var(--charcoal);
  font-weight: 600;
}

.text-size-h2-2 {
  color: #06101c;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.2;
}

.close {
  cursor: pointer;
  background-color: #ffffff12;
  border-radius: 2.5em;
  justify-content: center;
  align-items: center;
  padding: 1.5em;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: 2em 2em auto auto;
}

.close:hover {
  background-color: #ffffff08;
}

.form_group {
  margin-bottom: .5em;
}

.form_group.is-half {
  width: 48%;
}

.form_group.is--center {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form_select {
  height: 3em;
  color: var(--charcoal);
  background-color: #f3f3f312;
  border: 2px #000;
  border-bottom: 2px solid #33333329;
  margin-bottom: 0;
  padding: 0 0;
  font-size: 1.25em;
  font-weight: 300;
  display: inline-block;
}

.form_select:hover {
  border-bottom-color: var(--charcoal);
}

.form_select:focus {
  border-bottom-color: var(--firebrick);
}

.form_row {
  justify-content: space-between;
  display: flex;
}

.contact-form {
  z-index: 9999;
  width: 100%;
}

.contact-form .page-padding.is--contact-form {
  padding-left: 6%;
  padding-right: 6%;
}

.contact-directory {
  flex-direction: column;
  gap: 4em;
  display: flex;
}

.contact-directory_block {
  width: 100%;
}

.contact-directory_block .text-size-h2 {
  border-bottom: 1px solid #0000001f;
  margin-top: 0;
  margin-bottom: .65em;
  padding-bottom: .55em;
}

.contact-directory_row {
  grid-template-columns: minmax(0, 1fr) minmax(18em, 38%);
  column-gap: 4em;
  align-items: start;
  padding-bottom: .4em;
  display: grid;
}

.contact-directory_identity,
.contact-directory_meta {
  flex-direction: column;
  gap: .2em;
  display: flex;
}

.form_error {
  background-color: #ff5656;
  border-radius: 2em;
  padding: 2em;
  font-size: 1.25em;
}

.privacy_header {
  background-color: var(--firebrick);
}

.privacy-header_content {
  text-align: center;
  padding-top: 9em;
  padding-bottom: 4em;
}

.text-size-h1-2 {
  font-size: 3.28em;
  font-weight: 600;
  line-height: 1.2;
}

.text-size-h4-2 {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.3;
}

.privacy-content {
  max-width: 43.75em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3em;
  padding-bottom: 3em;
}

.navigation_right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  margin-top: .75em;
  display: flex;
}

.about-header_content {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 92ch;
  height: 85vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-header_wrapper {
  text-align: center;
  position: relative;
}

.about-header_bg {
  z-index: -2;
  width: auto;
  height: 150vh;
  max-height: 150vh;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -40%;
  left: 0;
  right: 0;
}

.about-header_side-image-wrapper {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.about-header_side-image.is--medal {
  z-index: -1;
  width: 16em;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotate(-18deg);
}

.about-header_side-image.is--mug {
  z-index: -1;
  width: 16em;
  position: absolute;
  inset: 5% 0% auto auto;
}

.about-header_side-image.is--calculator {
  z-index: -1;
  width: 16em;
  position: absolute;
  inset: 5% auto auto 0%;
}

.about-header_side-image.is--music {
  z-index: -1;
  width: 16em;
  position: absolute;
  inset: auto auto -10% 0%;
}

.about-success_wrapper {
  box-shadow: 0 0 0 1.5em var(--firebrick);
  text-align: center;
  border-radius: 1.125em;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 2em 3em 16em;
  position: relative;
}

.about-sucess_image {
  height: 25em;
  position: absolute;
  inset: -50% auto auto -12%;
}

.contact_header {
  background-color: var(--charcoal);
  text-align: center;
}

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

@media screen and (max-width: 991px) {
  .cookie-container {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .page-padding {
    padding-top: 8em;
    padding-left: 8%;
    padding-right: 8%;
  }

  .page-padding.is--cta-section {
    padding-left: 6%;
    padding-right: 6%;
  }

  .page-padding.is--home-services {
    flex-direction: column;
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .page-padding.is--fifty-section {
    padding-left: 6%;
    padding-right: 6%;
  }

  .page-padding.is--contact-form {
    padding-left: 12%;
    padding-right: 12%;
  }

  .contact-directory_row {
    grid-template-columns: 1fr;
    row-gap: 1em;
  }

  .cookie-bar__text {
    width: 100%;
    margin-bottom: 1em;
  }

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

  .home-header {
    height: 80vh;
  }

  .text-size-h1 {
    font-size: 2.5em;
  }

  .text-size-display {
    font-size: 5em;
  }

  .hero-image {
    width: auto;
    height: 100%;
  }

  .benefits_bar {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .footer_contact-link.is-privacy {
    margin-right: 0;
  }

  .footer_right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .home-services_left {
    width: 66%;
    padding-bottom: 2em;
    padding-left: 0;
  }

  .home-services_right {
    width: 100%;
  }

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

  .review_left {
    width: 100%;
    margin-bottom: 2em;
  }

  .review_right {
    width: 100%;
  }

  .navigation_right {
    width: 90%;
  }

  .about-header_content {
    width: 60ch;
  }

  .about-header_side-image.is--medal {
    width: 14em;
    bottom: 2%;
  }

  .about-header_side-image.is--mug, .about-header_side-image.is--calculator {
    width: 14em;
  }

  .about-header_side-image.is--music {
    width: 14em;
    bottom: -4%;
  }
}

@media screen and (max-width: 767px) {
  .navigation_menu {
    z-index: 999998;
    background-color: #06101c;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    height: 100vh;
    padding-top: 6em;
    padding-bottom: 6em;
    transition: transform .7s cubic-bezier(.25, .46, .45, .94);
    display: flex;
    position: fixed;
    inset: 0%;
    transform: translate(100%);
  }

  .page-padding.is--cta-section {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-padding.is--footer {
    flex-direction: column;
    align-items: center;
  }

  .page-padding.is--fifty-section {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-padding.is--contact-form {
    padding-left: 6%;
    padding-right: 6%;
  }

  .contact-directory_row {
    grid-template-columns: 1fr;
    row-gap: 1em;
  }

  .page-padding.is--about-header {
    background-color: var(--charcoal);
  }

  .page-padding.is--home-about-section {
    flex-direction: column;
  }

  .nav-link {
    font-size: 1.125em;
  }

  .menu-logo {
    display: block;
    position: absolute;
    inset: 3% auto auto 6%;
  }

  .burger {
    cursor: pointer;
    justify-content: center;
    padding: 0;
    display: none;
  }

  .burger.is-inside {
    z-index: 99999;
    position: absolute;
    inset: 4% 6% auto auto;
  }

  .text-size-display {
    font-size: 4em;
  }

  .cta-section_column {
    width: 80%;
  }

  .cta-section_column.is--last {
    order: 1;
    margin-top: 2em;
  }

  .footer_left {
    width: 100%;
  }

  .footer_right {
    grid-template-columns: 1fr 1fr;
    margin-top: 2em;
  }

  .home-services_block-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .review_block-wrapper {
    grid-template-columns: 1fr;
  }

  ._50-column {
    width: 100%;
  }

  ._50-column.is--right-text {
    padding-top: 6vw;
    padding-left: 0;
  }

  ._50-column.is--left-text {
    order: 1;
    padding-top: 6vw;
    padding-right: 0;
  }

  .form_wrapper, .form_group.is-half {
    width: 100%;
  }

  .form_row {
    flex-direction: column;
  }

  .privacy-content {
    padding-left: 2em;
    padding-right: 2em;
  }

  .navigation_right {
    width: 90%;
  }

  .about-header_content {
    width: 100%;
  }

  .about-header_side-image.is--medal {
    bottom: 8%;
    right: -24%;
  }

  .about-header_side-image.is--mug {
    top: 0%;
    right: -25%;
  }

  .about-header_side-image.is--calculator {
    left: -26%;
  }

  .about-header_side-image.is--music {
    left: -23%;
  }

  .about-success_wrapper {
    padding-left: 2em;
  }

  .about-sucess_image {
    width: 8em;
    height: auto;
    top: auto;
    bottom: -56%;
    left: auto;
    transform: translate(-50%);
  }
}

@media screen and (max-width: 479px) {
  .cookie-container {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .navigation_menu {
    display: none;
  }

  .logo {
    width: 16em;
    display: flex;
  }

  .page-padding.is-navigation {
    grid-template-columns: .5fr;
    justify-content: center;
    justify-items: center;
    width: 100%;
    display: flex;
  }

  .page-padding.is--home-header {
    flex-direction: column;
    padding-left: 0%;
  }

  .page-padding.is--fifty-section {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-padding.is--home-about-section {
    padding-left: 10%;
    padding-right: 10%;
  }

  .nav-link {
    font-size: 1.125em;
  }

  .menu-logo {
    width: 16em;
  }

  .button.is-red {
    text-align: center;
  }

  .button.is-red.is-nav {
    display: none;
  }

  .home-header {
    height: 100%;
  }

  .home-header_left {
    width: 100%;
    padding-top: 2em;
    padding-left: 6vw;
  }

  .home-header_right {
    order: -1;
    width: 100%;
  }

  .text-size-h1 {
    font-size: 2em;
  }

  .text-size-display {
    font-size: 2.8em;
  }

  .hero-image {
    width: 100%;
    height: auto;
  }

  .hero_image-shape, .hero_pound.is-top, .hero_pound.is-bottom {
    display: none;
  }

  .home-benefits-section {
    margin-top: 3em;
  }

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

  .cta-section_column {
    width: 100%;
  }

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

  .footer_logo-wrapper {
    flex-direction: column;
    padding-bottom: 4.5em;
    padding-right: 2em;
  }

  .footer_contact-wrapper {
    width: 100%;
    margin-top: -3em;
    margin-left: 0;
  }

  .home-services_left {
    width: 100%;
  }

  .home-services_block-wrapper {
    grid-template-columns: 1fr;
  }

  ._50-column {
    width: 100%;
  }

  ._50-column.is--right-text {
    padding-top: 6vw;
    padding-left: 0;
  }

  .close {
    z-index: 9998;
  }

  .contact-form {
    overflow: scroll;
  }

  .privacy-content {
    padding-left: 2em;
    padding-right: 2em;
  }

  .navigation_right {
    width: 53%;
  }

  .about-header {
    background-color: var(--charcoal);
  }

  .about-header_content {
    width: 100%;
  }

  .about-header_side-image.is--medal {
    right: -53%;
  }

  .about-header_side-image.is--mug {
    top: 1%;
    left: 158px;
  }

  .about-header_side-image.is--calculator {
    left: -39%;
  }

  .about-header_side-image.is--music {
    left: -42%;
  }
}

#w-node-_7d6a6c91-2775-48c2-3fd5-c7dc013c4312-c75bbfef, #w-node-_6aca4601-6c81-593e-b979-c8853f853475-c75bbfef, #w-node-_60c19d55-44b5-bbe8-fbd3-4237483bc008-c75bbfef, #w-node-d6490771-7fa4-3e23-e474-de89733972ff-c75bbfef, #w-node-_5f6e6052-8923-bc94-7d3b-250ce4a6ad79-c75bbfef, #w-node-_88c007e8-1f33-c056-5b9a-628bb7351ead-c75bbfef, #w-node-c77b19ec-93f0-137e-48fa-16df9598e639-c75bbfef, #w-node-_41410c98-84fc-cd59-47bd-4330513d462f-c75bbfef, #w-node-_735c26b3-94dc-7faf-dfaf-61fe57d6f566-c75bbfef, #w-node-a789e0f1-7d65-7d10-dfd0-d51b74f3a481-c75bbfef, #w-node-_46d197ea-35c1-975b-e65c-d5e622d398f2-c75bbfef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a1b0717-2b12-5ab6-01a5-98438337670f-8337670c {
  justify-self: start;
}

#w-node-_4a1b0717-2b12-5ab6-01a5-984383376720-8337670c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4a1b0717-2b12-5ab6-01a5-984383376723-8337670c {
  place-self: center end;
}

@media screen and (max-width: 479px) {
  #w-node-_4a1b0717-2b12-5ab6-01a5-98438337670f-8337670c {
    justify-self: center;
  }
}
