:root {
  --white: white;
  --black: black;
}

.navbar-logo-center-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.hero-stack {
  background-color: rgba(245, 247, 250, 0);
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  max-width: none;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.margin-bottom-24px {
  color: #fff;
  margin-bottom: 24px;
  display: none;
}

.hero-image {
  width: 100%;
  max-width: 80%;
  min-height: 0;
  margin-top: 137px;
}

.hero-image.sumission_form {
  display: none;
}

.footer-subscribe {
  border-bottom: 1px #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  width: 460px;
  height: 48px;
  border: 1px #000;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.footer-wrapper-three {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block-three {
  justify-content: flex-end;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  background-color: #413f3f;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: center;
  align-items: center;
  font-family: Judson, sans-serif;
  display: flex;
}

.footer-copyright {
  max-width: 550px;
  color: linen;
  font-family: adobe-caslon-pro, sans-serif;
  font-size: 11px;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #fff;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #fff;
}

.image {
  max-height: 180px;
  min-width: 180px;
  background-color: #000;
  border: 8px solid #000;
  border-radius: 100%;
  margin-top: 123px;
}

.body {
  outline-offset: 0px;
  text-align: center;
  background-color: #000;
  border: 1px solid #413f3f;
  border-radius: 0;
  outline: 3px #fff;
  margin: 20px;
}

.heading {
  color: #fff;
  display: none;
}

.legal-footer {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 20px;
}

.pricing-overview {
  color: #fff;
  border-bottom: 1px #e4ebf3;
  padding: 20px 30px 80px;
  font-family: Judson, sans-serif;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: adobe-caslon-pro, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
}

.pricing-description {
  max-width: 550px;
  color: #f1ece2;
  text-align: left;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: adobe-caslon-pro, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-bottom: 16px;
}

.pricing-card-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.text-block, .text-block-2, .text-block-3 {
  color: #fff;
}

.heading-2, .heading-3, .heading-4 {
  text-transform: uppercase;
}

.rules-container {
  max-width: 900px;
  margin-top: 157px;
}

.official-rules---page {
  color: #fff;
  text-align: left;
  justify-content: center;
  font-family: Judson, sans-serif;
  display: flex;
}

.rich-text-block {
  text-align: left;
  font-family: adobe-caslon-pro, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.button {
  min-width: 70%;
  outline-offset: 0px;
  color: #f1ece2;
  text-align: center;
  background-color: rgba(206, 173, 101, 0);
  outline: 1px solid #b26632;
  margin-top: 30px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: Judson, sans-serif;
  font-size: 20px;
  display: inline-block;
}

.button:hover {
  border: 1px solid #b26632;
}

.button.quest_rules {
  width: 200px;
  max-width: 200px;
  min-width: 200px;
  outline-color: #fff;
  margin-top: 60px;
  padding-top: 18px;
  padding-bottom: 10px;
  font-family: adobe-caslon-pro, sans-serif;
  font-size: 22px;
}

.heading-5 {
  color: #fff;
  margin-top: 183px;
  margin-bottom: 20px;
  font-family: bodoni-pt-variable, sans-serif;
  font-size: 80px;
  font-weight: 400;
}

.column {
  width: 100%;
  justify-content: flex-end;
  margin-left: 40px;
  display: flex;
}

.error-message---brix {
  border-radius: 16px;
  padding: 20px;
}

.popup-content-wrapper---brix {
  z-index: 100;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 14px rgba(74, 58, 255, .16), 0 -2px 4px rgba(20, 20, 43, .12), 0 12px 44px rgba(20, 20, 43, .34);
}

.popup-content-wrapper---brix.popup-1-content-wrapper---brix-copy {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.success-message---brix {
  color: #fff;
  background-color: #4a3aff;
  border-radius: 16px;
}

.dummy-display {
  color: #a0a3bd;
  margin-bottom: 16px;
  line-height: 1.2;
}

.paragraph.dummy-paragraph {
  color: #a0a3bd;
  margin-bottom: 32px;
}

.close-popup---brix {
  opacity: .9;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  cursor: pointer;
  transition: transform .2s;
  position: absolute;
  top: 24px;
  bottom: auto;
  left: auto;
  right: 24px;
}

.close-popup---brix:hover {
  transform: scale(.9);
}

.cloneable-container-default {
  min-height: 624px;
  background-color: rgba(247, 247, 251, 0);
  border-radius: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.button-arrow {
  margin-left: 6px;
}

.popup-1-form---brix {
  align-items: center;
  display: flex;
  position: relative;
}

.input---brix {
  min-height: 60px;
  color: #170f49;
  border: 1px solid #eff0f6;
  border-radius: 500px;
  margin-bottom: 0;
  padding: 30px 20px;
  font-size: 18px;
  line-height: 20px;
  transition: color .2s, border-color .2s;
}

.input---brix:hover, .input---brix:focus {
  color: #4a3aff;
  border-color: #4a3aff;
}

.input---brix::-ms-input-placeholder {
  color: #6f6c90;
}

.input---brix::placeholder {
  color: #6f6c90;
}

.input---brix.large---brix {
  min-height: 74px;
  padding: 24px 40px;
}

.dummy-hero-wrapper---brix {
  width: 100%;
  justify-content: flex-start;
  display: flex;
}

.dummy-hero-wrapper---brix.preview-page---brix {
  padding: 32px 50px;
}

.subscribe-button---brix {
  color: #fff;
  text-align: center;
  background-color: #4a3aff;
  background-image: none;
  border-radius: 80px;
  padding: 16px 32px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 12px;
  box-shadow: 0 3px 12px rgba(74, 58, 255, .12);
}

.subscribe-button---brix:hover {
  background-color: #3527d8;
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px rgba(74, 58, 255, .15);
}

.image-thumbnail-illustration---brix {
  width: 100%;
  height: 100%;
  max-height: 440px;
}

.limit-content---brix {
  width: 100%;
  max-width: 456px;
  align-self: center;
}

.popup-form-block---brix {
  width: 100%;
  margin-bottom: 0;
}

.popup-1---brix {
  text-align: center;
  background-color: rgba(0, 0, 0, .8);
  border-radius: 32px;
  flex-direction: column;
  align-items: center;
  padding: 50px;
  display: flex;
  position: static;
}

.popup-1-illustration---brix {
  width: 600px;
  height: 600px;
  min-height: 100%;
  min-width: 100%;
  margin-bottom: 0;
}

.popup-wrapper---brix {
  z-index: 99999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-wrapper---brix.preview-page {
  background-color: rgba(0, 0, 0, .7);
  display: none;
  position: absolute;
}

.overlay---brix {
  z-index: 10;
  background-color: rgba(0, 0, 0, .61);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dummy-hero-button---brix {
  max-width: 260px;
  color: #6f6c90;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #d9dbe9;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px 21px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: flex;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .04);
}

.dummy-hero-button---brix:hover {
  transform: scale3d(1, 1, .01)translate(0, -2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
}

.image-2 {
  max-width: 120px;
}

.html-embed {
  margin-top: -30px;
}

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

  .navbar-wrapper-three {
    justify-content: center;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .image {
    margin-top: 10px;
  }

  .container-2 {
    max-width: 728px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .heading-5 {
    margin-top: 40px;
  }

  .column {
    width: 100%;
    align-self: auto;
    margin-top: 40px;
    margin-left: 0;
  }

  .popup-content-wrapper---brix {
    width: auto;
  }

  .popup-content-wrapper---brix.popup-1-content-wrapper---brix-copy {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 24px;
    right: 24px;
  }

  .dummy-hero-wrapper---brix.preview-page---brix {
    max-width: 90%;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
  }

  .limit-content---brix {
    max-width: none;
    align-self: auto;
  }

  .popup-wrapper---brix.preview-page {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-wrapper-three {
    justify-content: center;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-stack {
    padding: 60px 15px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .image {
    margin-top: 10px;
  }

  .pricing-overview {
    padding: 60px 15px;
  }

  .heading-5 {
    margin-top: 40px;
    font-size: 50px;
  }

  .column {
    margin-top: 40px;
    margin-left: 0;
  }

  .popup-content-wrapper---brix.popup-1-content-wrapper---brix-copy {
    max-width: none;
    border-radius: 20px;
    left: 24px;
    right: 24px;
  }

  .popup-1-form---brix {
    flex-direction: column;
  }

  .input---brix.large---brix {
    min-height: 64px;
    margin-bottom: 16px;
    padding: 16px 32px;
  }

  .dummy-hero-wrapper---brix {
    flex-direction: column;
  }

  .dummy-hero-wrapper---brix.preview-page---brix {
    max-width: 100%;
  }

  .subscribe-button---brix {
    width: 100%;
    min-height: 66px;
    background-position: 67% 52%;
    line-height: 18px;
    position: static;
  }

  .subscribe-button---brix.popup-1---brix {
    background-position: 68% 52%;
  }

  .popup-1---brix {
    max-width: none;
    padding: 32px;
  }

  .popup-1-illustration---brix {
    height: auto;
    max-width: 28%;
    margin-bottom: 16px;
  }

  .popup-wrapper---brix {
    padding-left: 24px;
    padding-right: 24px;
  }

  .dummy-hero-button---brix {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .navbar-wrapper-three {
    justify-content: center;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .hero-stack {
    display: none;
  }

  .hero-image {
    width: 110%;
    max-height: none;
    max-width: 120%;
    margin-top: -20px;
    margin-left: -13px;
    padding-left: 0;
  }

  .footer-subscribe {
    padding-top: 0;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-legal-link:hover {
    color: #fff;
    -webkit-text-stroke-color: #fff;
  }

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

  .pricing-overview {
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .container-2 {
    max-width: none;
    display: block;
  }

  .centered-heading {
    object-fit: fill;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 26px;
    display: flex;
    overflow: visible;
  }

  .pricing-description {
    max-width: none;
    text-align: center;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
  }

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

  .rules-container {
    width: 100%;
    margin-top: 14px;
  }

  .official-rules---page {
    padding-left: 9px;
    padding-right: 9px;
  }

  .button {
    min-width: 90%;
    margin-top: 26px;
  }

  .button.quest_rules {
    margin-top: 10px;
    padding-bottom: 9px;
  }

  .heading-5 {
    text-align: center;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 32px;
    line-height: 56px;
  }

  .column {
    margin-top: 32px;
  }

  .popup-content-wrapper---brix {
    border-radius: 24px;
  }

  .popup-content-wrapper---brix.popup-1-content-wrapper---brix-copy {
    border-radius: 16px;
    margin-left: -10px;
    margin-right: -10px;
    left: 16px;
    right: 16px;
  }

  .dummy-hero-wrapper---brix.preview-page---brix {
    max-width: 100%;
  }

  .subscribe-button---brix {
    text-align: center;
    background-position: 247px;
    padding: 15px 34px 16px 38px;
  }

  .popup-1---brix {
    padding: 60px 0 0;
  }

  .popup-1-illustration---brix {
    height: auto;
    max-width: 40%;
  }

  .popup-wrapper---brix {
    padding-left: 16px;
    padding-right: 16px;
  }

  .popup-wrapper---brix.preview-page {
    padding-left: 0;
    padding-right: 0;
  }

  .dummy-hero-button---brix {
    padding: 15px 34px 16px;
  }

  .html-embed {
    margin-top: -30px;
    margin-left: -20px;
    margin-right: -20px;
    padding-right: 0;
  }
}

#w-node-_59a59e90-367a-2a9e-954a-5dce73601bea-8a451bab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e0cb6c9-bf37-b665-96f4-c6db55f6393a-8a451bab {
  justify-self: auto;
}

#w-node-_4ad52a08-00b7-968f-e751-d7a0d6d6fc2a-8a451bab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad47fd7e-df83-0073-4914-1704aef4dba5-8a451bab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_59a59e90-367a-2a9e-954a-5dce73601bea-695fdb0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad47fd7e-df83-0073-4914-1704aef4dba5-695fdb0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}


