:root {
  --black: #000005;
  --white: #fef7ef;
  --transparent: transparent;
  --gray: #dfe0e2;
}

body {
  color: #000;
  background-color: #fef7ef;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 110%;
}

h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Malila, Arial, sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 110%;
}

h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Malila, Arial, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: 110%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Malila, Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 110%;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Malila, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 110%;
}

p {
  margin-bottom: 10px;
}

.main-wrapper {
  overflow: clip;
}

.section_hp-hero {
  padding-top: 13.2rem;
}

.container {
  width: 162rem;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.hp-h1 {
  margin-top: 0;
  margin-bottom: 3.3rem;
}

.hp-h1-h2 {
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 5.6rem;
  font-size: 2.8rem;
  line-height: 120%;
}

.hp-header-buttons-wrapper {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  display: flex;
}

.button_main {
  background-color: var(--black);
  color: var(--white);
  border: 3px solid #0000;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: 2rem 3.8rem 1.7rem;
  font-size: 1.8rem;
  line-height: 100%;
  transition: all .4s;
  display: flex;
}

.button_main:where(.w-variant-1e82d9ea-dedb-b8ec-e652-94c6dd15bf50) {
  background-color: var(--white);
  color: var(--black);
}

.button_main:hover {
  background-color: var(--transparent);
  color: var(--black);
  border: 3px solid #000;
}

.button_main:hover:where(.w-variant-1e82d9ea-dedb-b8ec-e652-94c6dd15bf50) {
  color: var(--white);
  border-color: #fff;
}

.button_main.navbar {
  padding: 1.2rem 2.3rem .8rem;
}

.button_secondary {
  border: 3px solid var(--black);
  background-color: var(--transparent);
  color: var(--black);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: 2rem 3.8rem 1.7rem;
  font-size: 1.8rem;
  line-height: 110%;
  transition: all .4s;
  display: flex;
}

.button_secondary:where(.w-variant-5990d88f-447a-3c47-e94e-9405229b548b) {
  border-color: var(--white);
  color: var(--white);
}

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

.button_secondary:hover:where(.w-variant-5990d88f-447a-3c47-e94e-9405229b548b) {
  background-color: var(--white);
  color: var(--black);
}

.button_secondary.navbar {
  padding: 1.2rem 2.3rem .8rem;
}

.hp-hero-header-wrapper {
  width: 84rem;
  max-width: 50%;
  margin-top: 13.3rem;
}

.hp-hero-visuals-wrapper {
  aspect-ratio: 376 / 745;
  width: 37.6rem;
  max-width: 30%;
  height: auto;
  margin-right: 10.5rem;
  position: relative;
}

.hp-hero-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hp-hero-main-visual {
  width: 100%;
  height: auto;
}

.hp-heor-right-visual {
  width: 55%;
  height: auto;
  position: absolute;
  inset: 12.9rem -27% 0% auto;
}

.hp-heor-left-visual {
  border-radius: 20px;
  width: 60%;
  height: auto;
  position: absolute;
  inset: auto auto 15% -50%;
}

.hp-heor-left-visual.mobile {
  display: none;
}

.section_hp-services {
  padding-top: 15.5rem;
  position: relative;
}

.hp-services-wrapper {
  z-index: 2;
  background-image: url("https://cdn.prod.website-files.com/68c6a36fa1235944e6c74dc0/68c6ac81de144a394cec993b_One%20platform.%20Multiple%20services%20%7C%20Visual.avif");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
  padding: 10.3rem 11.6rem 11.2rem;
  position: relative;
}

.hp-services-h2 {
  color: #fff;
  flex: none;
  width: 100%;
  max-width: 70.6rem;
}

.hp-services-top-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 11.4rem;
  display: flex;
}

.hp-services-line {
  background-color: #fff;
  width: 100%;
  height: 3px;
}

.services-bottom-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 10rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.services-inner-text {
  color: #fff;
}

.services-inner-visual {
  width: 8.8rem;
  height: auto;
  margin-bottom: 3.5rem;
}

.services-absolute-bg {
  background-color: var(--gray);
  height: 45rem;
  position: absolute;
  inset: auto 0% 0%;
}

.section_hp-how-it-works {
  background-color: var(--gray);
  padding-top: 20rem;
}

.hp-how-it-works-h2 {
  color: var(--black);
  text-align: center;
}

.hp-how-it-works-wrapper {
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.hp-how-it-works-left {
  grid-column-gap: 6.8rem;
  grid-row-gap: 6.8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 55%;
  display: flex;
}

.hp-how-it-works-right {
  width: 69.3rem;
  max-width: 42%;
  height: auto;
  margin-top: 2rem;
  position: relative;
}

.hp-how-it-works-400-vh {
  height: 400vh;
  position: relative;
}

.hp-how-it-works-left-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hp-how-it-works-number {
  color: #000;
  font-family: Malila, Arial, sans-serif;
  font-size: 12rem;
  font-weight: 400;
  line-height: 120%;
}

.hp-how-it-works-left-top-text {
  color: #000;
  text-wrap: balance;
  max-width: 29rem;
  font-size: 2.8rem;
  line-height: 120%;
}

.hp-how-it-works-left-bottom-text {
  color: #656565;
  line-height: 150%;
}

.section_hp-managers {
  padding-top: 13.2rem;
  position: relative;
}

.hp-managers-h2 {
  max-width: 70rem;
  margin-bottom: 9.2rem;
}

.hp-managers-visuals-wrapper {
  width: 101.6rem;
  height: auto;
  margin-bottom: 12rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hp-managers-main-visual {
  width: 100%;
  height: auto;
}

.hp-managers-main-visual.mobile {
  display: none;
}

.hp-managers-right-visual {
  width: 32.8rem;
  height: auto;
  position: absolute;
  inset: -10.9rem -17.4rem auto auto;
}

.hp-managers-left-visual {
  width: 26.3rem;
  height: auto;
  position: absolute;
  inset: auto auto -2.7rem -14.7rem;
}

.hp-managers-grid-wrapper {
  margin-bottom: 11.6rem;
}

.hp-managers-top-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5.8rem;
  display: flex;
}

.hp-managers-h3 {
  font-size: 2.8rem;
  line-height: 120%;
}

.hp-managers-bottom-wrapper {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  display: flex;
}

.hp-managers-bottom-inner-wrapper {
  background-color: #030616;
  border-radius: 40px;
  flex: 1;
  padding: 3.5rem;
}

.hp-managers-bottom-inner-wrapper._2 {
  background-color: #101729;
}

.hp-managers-bottom-inner-wrapper._3 {
  background-color: #20293a;
}

.hp-managers-bottom-inner-wrapper._4 {
  background-color: #364154;
}

.hp-managers-h4 {
  color: #fff;
  line-height: 120%;
}

.hp-managers-h4-divider {
  background-color: #fff;
  width: 9.2rem;
  height: 3px;
  margin-top: 3.7rem;
  margin-bottom: 3rem;
}

.hp-managers-h4-p {
  color: #fef7efb3;
}

.hp-managers-announcement {
  z-index: 1;
  text-align: center;
  text-wrap: balance;
  background-color: #dfe0e2;
  border-radius: 60px;
  padding: 17.8rem 12.2rem 14.3rem;
  font-family: Malila, Arial, sans-serif;
  font-size: 5.5rem;
  line-height: 120%;
  position: relative;
}

.managers-absolute-bg {
  background-color: #000005;
  height: 35.7rem;
  position: absolute;
  inset: auto 0% 0%;
}

.section_hp-cta {
  background-color: #000005;
  padding-top: 16.2rem;
}

.hp-ritz-h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 7.2rem;
}

.hp-ritz-buttons-wrapper {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 13.5rem;
  display: flex;
}

.hp-ritz-contact-us {
  color: #fff;
  text-align: center;
  margin-bottom: 8rem;
  font-family: Malila, Arial, sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 120%;
}

.heading-span {
  font-weight: 600;
  line-height: 115%;
}

.hp-how-it-works-visual {
  width: 100%;
  height: auto;
}

.hp-how-it-works-visual._2, .hp-how-it-works-visual._3, .hp-how-it-works-visual._4 {
  position: absolute;
  inset: 0%;
}

.hp-how-it-works-visual._2, .hp-how-it-works-visual._3, .hp-how-it-works-visual._4 {
  position: absolute;
  inset: 0%;
}

.hp-how-it-works-visual.mobile {
  display: none;
}

.hp-ritz-contact-us-form-block {
  margin-bottom: 0;
}

.hp-ritz-contact-us-form-text-field {
  color: #fef7ef;
  background-color: #0000;
  border: 3px solid #fef7ef;
  border-radius: 30px;
  margin-bottom: 2.4rem;
  padding: 4rem 4rem 3.4rem;
  font-size: 2.2rem;
  line-height: 100%;
}

.hp-ritz-contact-us-form-text-field:focus {
  color: #fef7ef;
  border-color: #fef7ef;
}

.hp-ritz-contact-us-form-text-field::placeholder {
  color: #fef7ef;
}

.hp-ritz-contact-us-form-text-field-wrapper {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  display: flex;
}

.hp-ritz-contact-us-form-button {
  border: 3px solid var(--white);
  background-color: var(--transparent);
  color: var(--white);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 3.8rem 1.5rem;
  font-size: 2.2rem;
  line-height: 110%;
  transition: all .4s;
  display: flex;
}

.hp-ritz-contact-us-form-button:where(.w-variant-5990d88f-447a-3c47-e94e-9405229b548b) {
  border-color: var(--white);
  color: var(--white);
}

.hp-ritz-contact-us-form-button:hover {
  background-color: var(--white);
  color: var(--black);
}

.footer {
  background-color: #000005;
  padding-top: 13.8rem;
  padding-bottom: 8rem;
}

.footer-logo {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 12.3rem;
  height: auto;
  display: flex;
}

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

.footer-links-wrapper {
  grid-column-gap: 4.7rem;
  grid-row-gap: 4.7rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #9e9d9b;
  font-size: 1.8rem;
  transition: color .4s;
}

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

.hp-navbar {
  z-index: 9999;
  background-color: #fef7ef;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-container {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  justify-content: center;
  align-items: center;
  width: 177.7rem;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.navbar-brand-icon {
  color: #000005;
  justify-content: center;
  align-items: center;
  width: 18.7rem;
  height: auto;
  display: flex;
}

.navigation {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  display: flex;
}

.navbar-link {
  border-bottom: 1px solid #0000;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 120%;
  transition: all .4s;
}

.navbar-link:hover {
  border-bottom: 1px solid #000;
}

.navbar-link.w--current {
  color: #000;
  text-decoration: underline;
}

.navbar-brand-logo {
  width: 8rem;
  height: auto;
  margin: auto;
  display: none;
  position: absolute;
  inset: 0%;
}

.navbar-logo-wrap {
  position: static;
}

.navigation-wrapper {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.navigations-buttons-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  display: flex;
}

.hp-ritz-contact-us-form-text-message {
  color: #fef7ef;
  background-color: #0000;
  border: 3px solid #fef7ef;
  border-radius: 30px;
  min-height: 19.9rem;
  margin-bottom: 2.4rem;
  padding: 4rem 4rem 3.4rem;
  font-size: 2.2rem;
  line-height: 100%;
}

.hp-ritz-contact-us-form-text-message:focus {
  color: #fef7ef;
  border-color: #fef7ef;
}

.hp-ritz-contact-us-form-text-message::placeholder {
  color: #fef7ef;
}

.how-it-work-anchor {
  pointer-events: none;
  min-height: 100vh;
  position: absolute;
  inset: auto 0% 0%;
}

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

  h3 {
    font-size: 1.8rem;
  }

  p {
    font-size: 1.5rem;
  }

  .section_hp-hero {
    padding-top: 11.1rem;
  }

  .hp-h1 {
    text-align: center;
    margin-bottom: 1.7rem;
    font-size: 3rem;
  }

  .hp-h1-h2 {
    text-align: center;
    margin-bottom: 2.4rem;
    font-size: 1.5rem;
  }

  .hp-header-buttons-wrapper {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    justify-content: center;
    align-items: center;
  }

  .button_main {
    padding: 1rem 1.5rem;
    font-size: 1.2rem;
  }

  .button_main:where(.w-variant-1e82d9ea-dedb-b8ec-e652-94c6dd15bf50) {
    padding-bottom: .7rem;
  }

  .button_secondary {
    border-width: 2px;
    border-radius: 50px;
    padding: 1rem 1.5rem;
    font-size: 1.2rem;
  }

  .button_secondary:where(.w-variant-5990d88f-447a-3c47-e94e-9405229b548b) {
    padding-bottom: .7rem;
  }

  .hp-hero-header-wrapper {
    width: auto;
    max-width: 100%;
    margin-top: 0;
  }

  .hp-hero-visuals-wrapper {
    max-width: 80%;
    margin-right: -1rem;
  }

  .hp-hero-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .hp-heor-left-visual {
    left: -40%;
  }

  .section_hp-services {
    padding-top: 5.9rem;
  }

  .hp-services-wrapper {
    padding: 3rem 2rem 8rem;
  }

  .hp-services-top-wrapper {
    margin-bottom: 6rem;
  }

  .hp-services-line {
    display: none;
  }

  .services-bottom-wrapper {
    grid-column-gap: 4.4rem;
    grid-row-gap: 2.2rem;
    grid-template-columns: 1fr 1fr;
    place-items: start;
  }

  .services-inner-text {
    font-size: 1.5rem;
  }

  .services-inner-visual {
    width: 4rem;
    margin-bottom: 1.2rem;
  }

  .section_hp-how-it-works {
    padding-top: 5.6rem;
    padding-bottom: 5.2rem;
  }

  .hp-how-it-works-h2 {
    text-align: left;
    margin-bottom: 6.8rem;
    font-size: 3rem;
  }

  .hp-how-it-works-wrapper {
    height: auto;
  }

  .hp-how-it-works-left {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }

  .hp-how-it-works-right {
    display: none;
  }

  .hp-how-it-works-400-vh {
    height: auto;
  }

  .hp-how-it-works-left-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hp-how-it-works-number {
    margin-top: -.3rem;
    font-size: 2.6rem;
  }

  .hp-how-it-works-left-top-text {
    font-size: 2.6rem;
  }

  .hp-how-it-works-left-bottom-text {
    font-size: 1.5rem;
  }

  .section_hp-managers {
    padding-top: 4.9rem;
  }

  .hp-managers-h2 {
    text-align: center;
    margin-bottom: 4.7rem;
    font-size: 3rem;
  }

  .hp-managers-visuals-wrapper {
    width: 100%;
    margin-bottom: 1.4rem;
  }

  .hp-managers-main-visual.mobile {
    display: block;
  }

  .hp-managers-right-visual {
    width: 100%;
    display: block;
    position: static;
  }

  .hp-managers-left-visual {
    width: 100%;
    position: static;
  }

  .hp-managers-left-visual.is--smaller {
    width: 90%;
  }

  .hp-managers-grid-wrapper {
    grid-column-gap: 2.6rem;
    grid-row-gap: 2.6rem;
    flex-flow: column;
    margin-bottom: 4.7rem;
    display: flex;
  }

  .hp-managers-top-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    order: 1;
    margin-bottom: 0;
  }

  .hp-managers-h3 {
    text-wrap: balance;
    font-size: 1.8rem;
  }

  .hp-managers-bottom-wrapper {
    flex-flow: column;
  }

  .hp-managers-bottom-inner-wrapper {
    border-radius: 20px;
    padding: 2.1rem;
  }

  .hp-managers-h4-divider {
    height: 2px;
    margin-top: 1.9rem;
    margin-bottom: 1.3rem;
  }

  .hp-managers-h4-p {
    font-size: 1.5rem;
  }

  .hp-managers-announcement {
    padding: 4rem 3rem 5rem;
    font-size: 2.4rem;
  }

  .managers-absolute-bg {
    height: 10%;
  }

  .section_hp-cta {
    padding-top: 3.6rem;
  }

  .hp-ritz-h2 {
    text-wrap: balance;
    margin-bottom: 2.7rem;
    font-size: 1.8rem;
  }

  .hp-ritz-buttons-wrapper {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    margin-bottom: 3.3rem;
  }

  .hp-ritz-contact-us {
    margin-bottom: 2.7rem;
    font-size: 1.8rem;
  }

  .hp-how-it-works-visual {
    order: -1;
    width: 35rem;
    margin-bottom: 3.2rem;
  }

  .hp-how-it-works-visual.mobile {
    display: block;
  }

  .hp-ritz-contact-us-form-text-field {
    border-width: 1.2px;
    margin-bottom: 1.6rem;
    padding: 1.4rem 1.7rem .7rem;
    font-size: 1.2rem;
  }

  .hp-ritz-contact-us-form-text-field-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .hp-ritz-contact-us-form-button {
    padding: 1rem 1.7rem .7rem;
    font-size: 1.2rem;
  }

  .footer {
    padding-top: 4.8rem;
    padding-bottom: 2.6rem;
  }

  .footer-logo {
    width: 4.6rem;
  }

  .footer-links-wrapper {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }

  .footer-link {
    font-size: 1.2rem;
  }

  .hp-navbar {
    padding-top: 1.06rem;
    padding-bottom: 1.06rem;
  }

  .navbar-container {
    color: #fff;
    justify-content: space-between;
    max-width: 100%;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
    position: static;
  }

  .navbar-brand-icon {
    width: 10rem;
  }

  .navigation {
    grid-column-gap: 3.1rem;
    grid-row-gap: 3.1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 15.1rem;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }

  .navbar-link {
    color: #fff;
    margin-left: 0;
    margin-right: auto;
    font-family: Malila, Arial, sans-serif;
    font-size: 3.1rem;
  }

  .navbar-link.w--current {
    color: #fff;
  }

  .navbar-brand-logo {
    width: 4rem;
    display: none;
  }

  .navbar-logo-wrap {
    z-index: 3;
    position: relative;
  }

  .navigation-wrapper {
    z-index: 2;
    background-color: #000005;
    min-height: 100vh;
    inset: 0%;
  }

  .navigations-buttons-wrapper {
    display: none;
  }

  .hp-ritz-contact-us-form-text-message {
    border-width: 1.2px;
    min-height: 10rem;
    margin-bottom: 1.6rem;
    padding: 1.4rem 1.7rem .7rem;
    font-size: 1.2rem;
  }

  .hp-how-it-works-mobile-wrapper {
    flex-flow: column;
    display: flex;
  }

  .hp-how-it-works-mobile-wrapper.swiper-slide {
    flex: none;
    align-items: center;
    width: 100%;
    max-width: 37.5rem;
    height: auto;
  }

  .navbar_menu-button {
    z-index: 3;
    color: #000005;
    background-color: #0000;
    width: 2.7rem;
    height: auto;
    padding: 0;
  }

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

  .navbar_ham-icon {
    width: 2.7rem;
    height: auto;
  }

  .hp-how-it-works-list.swiper-wrapper {
    width: 100%;
    height: auto;
    display: flex;
    overflow: visible;
  }

  .hp-how-it-works-list-wrap.swiper {
    width: 100%;
    height: auto;
    overflow: visible;
  }

  .hp-slide-wrap.swiper-slide {
    flex-flow: column;
    flex: none;
    width: 100%;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .hp-hero-visuals-wrapper {
    max-width: 56%;
  }

  .hp-heor-right-visual {
    top: auto;
    bottom: 37%;
  }

  .hp-heor-left-visual.desktop {
    display: none;
  }

  .hp-heor-left-visual.mobile {
    display: block;
    bottom: 13.5%;
  }
}

@media screen and (max-width: 479px) {
  .hp-managers-bottom-inner-wrapper {
    border-radius: 10px;
  }
}

#w-node-_5eff7209-67b6-8913-50cf-4302e5868aea-e6c74de5, #w-node-_6e2251cb-54c8-d988-680f-2e59aa62282d-e6c74de5, #w-node-_308fe7f7-9c91-ae56-e5d4-a1a6b791da1f-e6c74de5, #w-node-a7c389be-d735-264e-10a6-f0dabfab9a73-e6c74de5, #w-node-_90b84571-85a2-9117-dbcc-dcd01c35c2c4-e6c74de5, #w-node-_5c84f00f-1032-882d-8476-247b6329da5a-e6c74de5, #w-node-_09e34ae3-017a-04c4-f6de-18f85eab7af4-e6c74de5, #w-node-e719eb06-9fb8-e891-20ca-334ea2870fb2-e6c74de5, #w-node-e6fc43a4-d2dc-d338-bbda-ee121f3f49b5-e6c74de5, #w-node-_2cec2ffc-fbc5-b747-e48b-9a79b9de2dcc-e6c74de5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
