:root {
  --dark-blue: #0a071f;
  --white: white;
  --black: #000;
  --orange: #fe6f28;
  --gradient--orange-bright: #ffa135;
  --gradient--orange-dark: #ff702a;
  --dark: #333;
  --white-2: white;
  --black-2: black;
}

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

.body {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.grid-3column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.container-1180 {
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
}

.container-1180._100vh-center {
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
}

.footer {
  background-color: var(--dark-blue);
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-link {
  color: #fff;
  margin-right: -5px;
  padding: 2px 5px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

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

.column-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column-2.right {
  align-items: flex-end;
}

.column-2.center {
  align-items: center;
}

.footer-text {
  color: var(--white);
  font-size: 15px;
  font-weight: 300;
  line-height: 140%;
  transition: all .2s;
}

.hero-section {
  background-image: url('../images/Header_DML_Set2025_3.jpg');
  background-position: 50% 100%;
  background-size: cover;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  height: 100vh;
  display: block;
}

.h1 {
  color: var(--black);
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 900;
  line-height: 65%;
}

._90px {
  font-size: 75px;
  line-height: 65%;
}

._90px.v2 {
  color: var(--orange);
  font-size: 54px;
  line-height: 84%;
}

._50px-orange {
  color: var(--orange);
  font-size: 49.5px;
  line-height: 130%;
}

._50px-orange.v2 {
  color: var(--black);
  font-size: 48px;
}

._50px-orange.v2.v3 {
  font-size: 50px;
}

._37 {
  line-height: 53%;
}

._37.v2 {
  font-size: 47px;
}

.column-hero {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 51%;
  height: 100vh;
  display: flex;
}

.paragraph {
  margin-bottom: 0;
  font-size: 16px;
}

.paragraph._22px {
  margin-top: 5px;
  font-size: 22px;
  line-height: 140%;
}

.bold {
  font-weight: 600;
}

.button {
  background-image: linear-gradient(175deg, var(--gradient--orange-bright), var(--gradient--orange-dark));
  border-radius: 1000px;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 600;
}

.button.top-margin-20 {
  margin-top: 20px;
}

.text-block {
  background-image: linear-gradient(148deg, var(--gradient--orange-bright), var(--gradient--orange-dark));
  color: var(--white);
  border-radius: 3px;
  padding: 4px 5px;
  font-weight: 500;
  line-height: 100%;
}

.orange-section {
  background-color: var(--orange);
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading2 {
  color: var(--white);
  text-align: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-size: 44px;
  font-weight: 800;
  line-height: 100%;
}

.heading2._110 {
  margin-top: 5px;
  line-height: 110%;
}

.heading2._110.max {
  max-width: 684px;
}

.heading2._110.max._0botmargin {
  margin-bottom: 0;
}

.heading2.max2 {
  max-width: 834px;
}

.heading-2 {
  color: var(--white);
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
}

.paragraph-white {
  color: var(--white);
  margin-bottom: 0;
  font-size: 16px;
}

.text-block-2 {
  z-index: 0;
  opacity: .2;
  color: var(--white);
  font-size: 120px;
  font-weight: 900;
  line-height: 100%;
  display: inline-block;
  position: absolute;
  inset: -32% auto 0% 0%;
}

.text-block-2._2 {
  top: -20%;
  left: -8%;
}

.number-block {
  padding-left: 70px;
  position: relative;
}

.number-block._2 {
  padding-left: 70px;
}

.number-block._0 {
  padding-left: 0;
}

.container-1000 {
  max-width: 884px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
}

.container-1000._100vh-center {
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
}

.grid {
  grid-column-gap: 70px;
  grid-row-gap: 90px;
  margin-top: 91px;
}

.grid.mobile {
  display: none;
}

.image-block-2 {
  padding-left: 0;
  position: relative;
}

.image-block-2._2 {
  padding-left: 70px;
}

.image-block-2._0 {
  padding-left: 0;
}

.white-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading2-black {
  color: var(--black);
  text-align: center;
  font-size: 44px;
  font-weight: 800;
  line-height: 100%;
}

.box-manhas {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-3 {
  color: var(--black);
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
}

.text-block-3-copy {
  color: var(--orange);
  font-size: 35px;
  font-weight: 700;
  line-height: 100%;
  display: inline-block;
}

.grid-2 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  margin-top: 50px;
}

.dark-blue-section {
  background-color: var(--dark-blue);
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-block-4 {
  color: var(--orange);
  text-align: center;
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
  line-height: 140%;
}

.text-block-4.white {
  color: var(--white);
}

.column-center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-span {
  background-image: linear-gradient(142deg, var(--gradient--orange-bright), var(--gradient--orange-dark));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.sec-quem-e {
  background-image: url('../images/bio-copy.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 50px;
  padding-bottom: 50px;
}

.col-quem-e {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 647px;
  height: 100%;
  display: flex;
}

.heading2-quem-e {
  color: var(--black);
  text-align: left;
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: 800;
  line-height: 100%;
}

.heading2-quem-e.mobile {
  display: none;
}

.orange {
  color: var(--orange);
}

.orange-sec-cta {
  background-color: var(--orange);
  padding-top: 50px;
  padding-bottom: 50px;
}

.button-dark {
  background-image: linear-gradient(175deg, var(--gradient--orange-bright), var(--gradient--orange-dark));
  border-radius: 1000px;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 600;
}

.button-dark.top-margin-20 {
  background-color: var(--dark-blue);
  background-image: none;
  margin-top: 20px;
}

.testimonials-sec {
  background-color: var(--dark-blue);
  padding-top: 50px;
  padding-bottom: 50px;
}

.test-card {
  flex-flow: column;
  margin-top: 0;
  display: flex;
}

.test-card.no-top-margin {
  margin-top: 0;
}

.image {
  width: 100%;
}

.testemunho-text {
  color: var(--white);
  background-color: #ffffff1a;
  padding: 20px;
  font-size: 16px;
}

.test-columns {
  column-count: 2;
  column-rule-style: none;
  column-rule-width: 0px;
  word-break: normal;
  overflow-wrap: normal;
  flex-flow: column-reverse;
  justify-content: center;
  align-items: center;
  column-gap: 30px;
}

.test-col-1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.grid-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  margin-top: 50px;
}

.image-3 {
  width: 60%;
}

.modal {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-bg {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #000000e0;
  width: 100%;
  height: 100%;
}

.modal-container-4 {
  background-color: #081b2b00;
  border-radius: 4px;
  width: 100%;
  max-width: 35rem;
  margin-top: -10%;
  padding: 0 0;
  position: absolute;
}

.close-link {
  color: #1e1e1e;
  cursor: pointer;
  text-decoration: none;
  position: absolute;
  inset: 3.1rem 1.5rem auto auto;
}

.close-text {
  color: #fff;
  font-size: 4rem;
  transform: rotate(45deg);
}

.obrigado-sec {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/hero-bck1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 70px;
  padding-bottom: 70px;
}

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

.column.center {
  align-items: center;
}

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

.tk-blue {
  color: #1188c7;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

.telegram-card {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  outline-offset: 0px;
  background-color: #00000080;
  border-radius: 10px;
  outline: 1px solid #7e7e7e;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.thank-you {
  font-size: 60px;
  line-height: 100%;
}

.thank-you.gradient-span-text-bold {
  color: var(--white);
  margin-top: 50px;
  margin-bottom: 20px;
}

.container-940 {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.image-5 {
  max-width: 300px;
}

.tk-white {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.tk-white.top-margin-30 {
  text-transform: none;
  max-width: 586px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  line-height: 120%;
}

.paragraph-white-2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 120%;
}

.paragraph-white-2.center {
  text-align: center;
}

.paragraph-white-2.center.max-width {
  max-width: 547px;
}

.telegram-buton {
  text-align: center;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 22px;
  font-weight: 600;
  line-height: 100%;
  transition: all .2s;
}

.telegram-buton:hover {
  background-color: #247ecc;
}

.faq {
  padding-top: 80px;
  padding-bottom: 80px;
}

.faq-col {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 60px;
  display: flex;
}

.faq-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.question {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #f1f1f15c;
  border: 1px solid #00000024;
  border-radius: 20px;
  flex-flow: column;
  padding: 15px 30px;
  display: flex;
}

.faq-q-text {
  color: var(--dark);
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}

.answer {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.answer._22px {
  margin-top: 5px;
  font-size: 22px;
  line-height: 140%;
}

@media screen and (max-width: 991px) {
  ._90px {
    font-size: 66px;
  }

  ._50px-orange {
    font-size: 43px;
  }

  ._37 {
    font-size: 33px;
  }

  .column-hero {
    width: 72%;
  }

  .paragraph.max-width-mob {
    max-width: 480px;
  }

  .heading2 {
    font-size: 36px;
  }

  .heading-2 {
    font-size: 26px;
  }

  .number-block {
    padding-left: 30px;
  }

  .col-quem-e {
    max-width: 64vw;
  }

  .image-3 {
    max-width: 254px;
  }

  .answer.max-width-mob {
    max-width: 480px;
  }
}

@media screen and (max-width: 767px) {
  .grid-3column {
    grid-template-columns: 1fr;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .column-2.center-mobile {
    align-items: center;
  }

  .footer-text {
    text-align: center;
  }

  .hero-section {
    background-image: url('../images/hero-mobile2.jpg'), url('../images/hero-sec2.jpg');
    background-position: 50% 0, 50% 100%;
    background-size: cover, cover;
  }

  .h1 {
    text-align: center;
  }

  ._90px.v2 {
    font-size: 48px;
  }

  ._50px-orange.v2 {
    text-align: center;
    font-size: 43px;
  }

  ._37.v2 {
    font-size: 43px;
  }

  .column-hero {
    justify-content: flex-end;
    align-items: center;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .paragraph._22px {
    font-size: 18px;
    line-height: 130%;
  }

  .paragraph.max-width-mob {
    text-align: center;
    max-width: 643px;
  }

  .button {
    margin-bottom: 20px;
  }

  .button.top-margin-20 {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 16px;
  }

  .orange-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading2._110.max {
    max-width: 491px;
    font-size: 32px;
  }

  .heading2._110.max._0botmargin {
    max-width: 298px;
  }

  .heading2._2 {
    max-width: 423px;
    font-size: 32px;
  }

  .grid {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .grid.mobile {
    grid-column-gap: 70px;
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    margin-top: 30px;
    display: grid;
  }

  .grid.desktop {
    display: none;
    overflow: visible;
  }

  .white-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading2-black {
    margin-top: 0;
    font-size: 32px;
  }

  .text-block-3 {
    font-size: 18px;
  }

  .text-block-3-copy {
    font-size: 30px;
  }

  .grid-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .dark-blue-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-4 {
    font-size: 18px;
  }

  .sec-quem-e {
    background-image: linear-gradient(#ffffffc4, #ffffffc4), url('../images/bio-copy.jpg');
    background-position: 0 0, 88%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .col-quem-e {
    max-width: none;
  }

  .heading2-quem-e {
    font-size: 32px;
  }

  .heading2-quem-e.desktop {
    display: none;
  }

  .heading2-quem-e.mobile {
    display: block;
  }

  .orange-sec-cta {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-dark.top-margin-20 {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 16px;
  }

  .testimonials-sec {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .testemunho-text {
    font-size: 16px;
    line-height: 140%;
  }

  .grid-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .image-2 {
    object-fit: cover;
    width: 100%;
    height: 350px;
  }

  .bold-text {
    font-size: 32px;
  }

  .close-link {
    top: -10px;
    right: 5px;
  }

  .tk-blue {
    font-size: 28px;
  }

  .thank-you.gradient-span-text-bold {
    font-size: 50px;
  }

  .container-940 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-5 {
    max-width: 300px;
  }

  .tk-white {
    font-size: 16px;
  }

  .paragraph-white-2 {
    font-size: 20px;
  }

  .paragraph-white-2.center.max-width, .telegram-buton {
    font-size: 16px;
  }

  .faq-q-text {
    font-size: 18px;
  }

  .answer._22px {
    font-size: 18px;
    line-height: 130%;
  }

  .answer.max-width-mob {
    text-align: center;
    max-width: 643px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    background-image: url('../images/mobile_ML25_2.jpg'), url('../images/hero-sec2.jpg');
    background-position: 50% 0, 50% 100%;
    background-size: cover, cover;
    padding-bottom: 0;
  }

  .h1 {
    text-align: center;
  }

  ._90px {
    font-size: 12vw;
  }

  ._90px.v2 {
    font-size: 9vw;
  }

  ._90px.v2.v3 {
    font-size: 10vw;
    line-height: 20%;
  }

  ._50px-orange {
    font-size: 8vw;
  }

  ._50px-orange.v2 {
    font-size: 8vw;
    line-height: 150%;
  }

  ._50px-orange.v2.v3 {
    font-size: 9vw;
  }

  ._37 {
    font-size: 6vw;
  }

  ._37.v2 {
    font-size: 8vw;
  }

  ._37.v2.v3 {
    font-size: 8.5vw;
  }

  .column-hero {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .paragraph._22px {
    font-size: 16px;
  }

  .paragraph.max-width-mob {
    font-size: 15px;
    line-height: 140%;
  }

  .button {
    text-align: center;
    margin-bottom: 20px;
  }

  .text-block {
    text-align: center;
    font-size: 14px;
  }

  .orange-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading2 {
    text-align: center;
    font-size: 32px;
  }

  .heading2._110.max {
    font-size: 26px;
  }

  .heading2._2 {
    max-width: 398px;
    font-size: 26px;
  }

  .heading-2 {
    font-size: 22px;
  }

  .number-block._3 {
    padding-left: 0;
  }

  .grid.mobile {
    margin-top: 30px;
  }

  .white-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading2-black {
    font-size: 26px;
  }

  .text-block-3 {
    font-size: 18px;
    line-height: 140%;
  }

  .text-block-3-copy {
    font-size: 30px;
  }

  .grid-2 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .dark-blue-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-4 {
    font-size: 16px;
  }

  .sec-quem-e {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading2-quem-e {
    font-size: 32px;
  }

  .testemunho-text {
    font-size: 14px;
    line-height: 130%;
  }

  .image-2 {
    height: 194px;
    margin-top: -33px;
  }

  .bold-text {
    font-size: 26px;
    line-height: 100%;
  }

  .telegram-card {
    padding: 20px 10px;
  }

  .thank-you.gradient-span-text-bold {
    margin-top: 30px;
    font-size: 35px;
  }

  .image-5 {
    max-width: 200px;
  }

  .tk-white.top-margin-30 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 16px;
  }

  .paragraph-white-2, .paragraph-white-2.center.max-width {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .telegram-buton {
    font-size: 14px;
    line-height: 100%;
  }

  .faq-q-text {
    font-size: 18px;
    line-height: 140%;
  }

  .answer._22px {
    font-size: 16px;
  }

  .answer.max-width-mob {
    font-size: 15px;
    line-height: 140%;
  }
}

#w-node-_1bd937eb-c48d-c1fe-8006-daec39626849-9fd3be4c, #w-node-_0ea3933f-5f4c-6ce2-0cf7-93e2b376f7ce-9fd3be4c, #w-node-_8b4fd72a-a980-0fa1-a707-899d0279ca3a-9fd3be4c, #w-node-_15c5eac5-2af3-7886-d6d4-e246dbb58e92-9fd3be4c, #w-node-bc339ce3-ef8e-143b-47b8-1f445d15e2f0-9fd3be4c, #w-node-bc339ce3-ef8e-143b-47b8-1f445d15e2ff-9fd3be4c, #w-node-bc339ce3-ef8e-143b-47b8-1f445d15e306-9fd3be4c, #w-node-bc339ce3-ef8e-143b-47b8-1f445d15e313-9fd3be4c {
  align-self: center;
}

#w-node-_831954ca-f6a3-1d65-30da-66617145705a-71457057 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bd937eb-c48d-c1fe-8006-daec39626849-9fd3be4d, #w-node-_0ea3933f-5f4c-6ce2-0cf7-93e2b376f7ce-9fd3be4d, #w-node-_8b4fd72a-a980-0fa1-a707-899d0279ca3a-9fd3be4d, #w-node-_15c5eac5-2af3-7886-d6d4-e246dbb58e92-9fd3be4d, #w-node-bc339ce3-ef8e-143b-47b8-1f445d15e2f0-9fd3be4d, #w-node-bc339ce3-ef8e-143b-47b8-1f445d15e2ff-9fd3be4d, #w-node-bc339ce3-ef8e-143b-47b8-1f445d15e306-9fd3be4d, #w-node-bc339ce3-ef8e-143b-47b8-1f445d15e313-9fd3be4d {
  align-self: center;
}

#w-node-_8e9f45b9-019b-f6cb-14b3-a11821efbb88-9fd3be4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bd937eb-c48d-c1fe-8006-daec39626849-9fd3be4e, #w-node-_0ea3933f-5f4c-6ce2-0cf7-93e2b376f7ce-9fd3be4e, #w-node-_8b4fd72a-a980-0fa1-a707-899d0279ca3a-9fd3be4e, #w-node-_15c5eac5-2af3-7886-d6d4-e246dbb58e92-9fd3be4e, #w-node-bc339ce3-ef8e-143b-47b8-1f445d15e2f0-9fd3be4e, #w-node-bc339ce3-ef8e-143b-47b8-1f445d15e2ff-9fd3be4e, #w-node-bc339ce3-ef8e-143b-47b8-1f445d15e306-9fd3be4e, #w-node-bc339ce3-ef8e-143b-47b8-1f445d15e313-9fd3be4e {
  align-self: center;
}

#w-node-_8e9f45b9-019b-f6cb-14b3-a11821efbb88-9fd3be4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


