.is-home {
  display: flex;
}

.section {
  overflow: clip;
}

.section.is-home {
  background-image: url('../images/FUNDO_Estagios.png');
  background-position: 50%;
  background-size: cover;
}

.section.is-grey {
  background-color: #ebebeb;
}

.section.image {
  opacity: 1;
  background-image: url('../images/Sexta_5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.is-yellow {
  background-color: #7c01f8;
}

.section.is-black {
  background-color: #333;
}

.section.is-greyed {
  background-color: #5f0fb1;
}

.is-homesplash {
  width: 100%;
  min-height: 60svh;
  margin-left: auto;
  margin-right: auto;
}

.navbar-logo-center {
  background-color: #e0e0e0;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  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: #7c01f8;
  overflow-wrap: normal;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: obviously, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #cfcfcf;
  font-family: obviously, sans-serif;
}

.nav-link:focus-visible, .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: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .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, .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: #1a1b1fbf;
}

.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;
}

.navbar {
  background-color: #e0e0e0;
}

.navbar-logo-left {
  background-color: #ebebeb;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.navbar-brand {
  margin-left: auto;
  margin-right: auto;
}

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.text_full_container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2%;
}

.title_container {
  padding-top: 4%;
  padding-bottom: 4%;
}

.title_container.is-aproximado {
  padding-top: 4%;
}

.title_container.is-final {
  padding-top: 0%;
  padding-bottom: 0%;
}

.text_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 5%;
}

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

.text_container.is-grid1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.titulo1 {
  text-align: center;
  text-transform: uppercase;
  padding-top: 8%;
  padding-bottom: 8%;
  font-family: obviously, sans-serif;
  font-size: 6rem;
  font-weight: 700;
}

.titulo1.is-whitetype {
  color: #333;
  text-underline-offset: 23px;
  padding-top: 0%;
  padding-bottom: 0%;
  font-family: obviously-wide, sans-serif;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.titulo1.is-whitetype.is-realwhite {
  color: #f89e01;
  text-decoration-color: #f89e01;
}

.paragrafo1 {
  color: #333;
  text-align: left;
  padding-top: 3%;
  padding-bottom: 3%;
  font-family: obviously-wide, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
  text-decoration: none;
}

.barra_laranja {
  background-color: #101164;
  height: 30px;
}

.nota {
  max-width: 1140px;
  margin: 3% auto 0%;
}

.textonota {
  color: #7c01f8;
  text-align: center;
  text-transform: uppercase;
  font-family: obviously, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 4rem;
}

.textonota.is-white {
  color: #fff;
}

.textonota.is-white.is-lightpurple {
  color: #25216b;
}

.subnota {
  color: #333;
  text-align: center;
  margin-top: 2%;
  font-family: obviously, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
}

.is_laranja {
  color: #333;
  text-underline-offset: 6px;
  font-family: obviously-extended, sans-serif;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.text-span {
  color: #7c01f8;
  text-underline-position: under;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.divider {
  display: block;
}

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

.divider45 {
  background-color: #000;
  width: 105%;
  height: 80px;
  margin-top: -41px;
  margin-left: -72px;
  transform: rotate(2deg);
}

.section-2.is-grey {
  background-color: #d1d1d1;
}

.section-2.is-purple {
  background-color: #7c02f8;
}

.fullwidth-laranja {
  opacity: 1;
  mix-blend-mode: screen;
  background-color: #f89e01;
  position: static;
}

.is_underlined {
  color: #f89e01;
  text-underline-offset: 4px;
  text-underline-position: auto;
  font-family: obviously-wide, sans-serif;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.video_container {
  padding-top: 4%;
  padding-bottom: 2%;
}

.divider_90 {
  background-color: #101164;
  height: 20px;
}

.programa {
  display: none;
}

.rectangle {
  opacity: 1;
  background-image: linear-gradient(#f89e01, #fff);
  border-radius: 10px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5%;
  padding-bottom: 5%;
  box-shadow: 7px 6px 16px -7px #0003;
}

.data {
  color: #fff;
  text-align: center;
  padding-top: 5%;
  padding-bottom: 5%;
  font-family: obviously, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: underline;
}

.horario {
  margin-top: 8%;
  margin-bottom: 2%;
}

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

.horas {
  text-align: center;
  font-family: obviously, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.info {
  text-align: center;
  margin-top: 1%;
  font-family: obviously, sans-serif;
  font-size: 1rem;
}

.grid2_1 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-span-2 {
  text-underline-offset: -14px;
  text-underline-position: under;
  -webkit-text-decoration: underline wavy #f89e01;
  text-decoration: underline wavy #f89e01;
  text-decoration-thickness: calc(1em / 5);
}

.video {
  box-shadow: 14px 18px 14px -5px #0003;
}

.map {
  margin-top: 2%;
}

.code-embed {
  margin-top: 3%;
}

.grid_perguntas {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  margin-top: 1%;
  margin-bottom: 4%;
  display: grid;
}

.grid_perguntas.is-last {
  margin-bottom: 0%;
}

.pergunta {
  color: #b787e9;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 2rem;
}

.resposta {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2rem;
}

.divider_perguntas {
  background-color: #fff;
  height: 3px;
  margin-top: 2%;
}

.button {
  background-color: #b787e9;
  border-radius: .9rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 11px 9px 14px 5px #0003;
}

.texto_botao {
  color: #fff;
  text-align: center;
  padding-top: 3%;
  padding-bottom: 5%;
  font-family: obviously, sans-serif;
  font-size: 3rem;
  font-weight: 700;
}

.texto_wrapper {
  text-align: center;
}

.subtitulo {
  color: #ebebeb;
  text-align: center;
  padding-top: 0;
  font-family: obviously, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 5rem;
}

.is-big {
  font-size: 3rem;
}

.is-big.is-chamada {
  color: #f89e01;
  font-size: 2rem;
}

.is-hidden {
  display: none;
}

.subnoota {
  color: #e7e7e7;
  text-align: center;
  text-underline-offset: 12px;
  font-size: 2rem;
  -webkit-text-decoration: underline wavy;
  text-decoration: underline wavy;
  text-decoration-thickness: 7px;
}

.footer {
  filter: invert();
  background-color: #000;
  background-image: url('../images/financiamento25.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25%;
  height: 75px;
}

.link {
  color: #fff;
  font-family: obviously-extended, sans-serif;
}

.link-block {
  width: 100%;
  text-decoration: none;
}

.videoframe {
  margin-bottom: 2%;
}

.basic-text {
  text-align: left;
  margin-top: 0%;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 2rem;
}

.basic-text.is-bold {
  font-weight: 700;
}

.basic-text.is-afastado {
  margin-top: 4%;
}

.basic-text.is-white {
  color: #fff;
}

.basic-text-center {
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 2rem;
}

.basic-text-center.is-purple {
  color: #7c01f8;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.2rem;
}

.basic-text-center.is-bold {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.basic-text-center.is-bold.is-purple.is-scaled {
  color: #fff;
  margin-top: 2%;
  font-size: 1.5rem;
  line-height: 4rem;
}

.basic-text-center.is-bold.is-white {
  color: #fff;
}

.basic-text-center.has_moremargin {
  margin-top: 3%;
}

.chamada.is-purple, .is-purple {
  color: #7c01f8;
}

.is-purple.is-grey {
  color: #252525;
}

.is-grey {
  color: #252525;
  font-weight: 700;
}

.is-grey.is-white {
  color: #fff;
}

.is-teaser {
  color: #b787e9;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.div-block {
  background-image: url('../images/FUNDO_Estagios.png');
  background-position: 50%;
  background-size: auto;
  width: 100%;
  height: 100%;
}

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

.titulo_sessao {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}

.data_sessao {
  color: #3e0d68;
  text-align: center;
  margin-top: 1%;
  font-size: 1.3rem;
  font-weight: 700;
}

.link_inscricao {
  color: #fff;
  text-align: center;
}

.caixa {
  background-color: #8d02f88f;
}

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

  .navbar-wrapper-three {
    justify-content: space-between;
  }

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

  .nav-menu-wrapper-three {
    background-color: #0000;
    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 #0000000d;
  }

  .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;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .titulo1.is-whitetype {
    font-size: 4.6rem;
  }

  .paragrafo1 {
    text-align: left;
    font-size: .9rem;
    line-height: 1.7rem;
  }

  .textonota {
    text-align: center;
    margin-top: 4%;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 1.6rem;
  }

  .subnota {
    margin-left: 5%;
    margin-right: 5%;
    font-size: 1.5rem;
  }

  .subnota.is-new {
    margin-top: 8%;
  }

  .video_container {
    margin-top: 2%;
  }

  .grid2_1 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    margin-left: 5%;
    margin-right: 5%;
  }

  .grid_perguntas {
    margin-top: 4%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .pergunta, .resposta {
    font-size: .9rem;
  }

  .button {
    max-width: 640px;
  }

  .texto_botao {
    font-size: 2rem;
  }

  .subtitulo {
    font-size: 2rem;
    line-height: 4.4rem;
  }

  .is-big {
    font-size: 3.8rem;
  }

  .is-big.is-chamada {
    font-size: 1.7rem;
  }

  .footer {
    background-size: 80%;
  }
}

@media screen and (max-width: 767px) {
  .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 #0000000d;
  }

  .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;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

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

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

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .titulo1.is-whitetype {
    font-size: 3.3rem;
  }

  .subnota {
    font-size: 1.4rem;
  }

  .button {
    max-width: 440px;
  }

  .texto_botao {
    font-size: 1.5rem;
  }

  .subtitulo {
    font-size: 1.4rem;
  }

  .is-big {
    font-size: 4rem;
  }

  .is-big.is-chamada {
    font-size: 1.2rem;
    line-height: 4rem;
  }
}

@media screen and (max-width: 479px) {
  .is-homesplash {
    min-height: 34svh;
  }

  .container {
    max-width: none;
  }

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

  .titulo1.is-whitetype {
    font-size: 1.8rem;
  }

  .paragrafo1 {
    font-family: obviously, sans-serif;
    font-size: .8rem;
    line-height: 1.5rem;
  }

  .textonota {
    font-size: 1.1rem;
    line-height: 2.1rem;
  }

  .subnota {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .is_underlined {
    font-size: .8rem;
  }

  .grid_perguntas {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .pergunta {
    font-size: .9rem;
    line-height: 1.5rem;
  }

  .resposta {
    font-size: .7rem;
    line-height: 1.6rem;
  }

  .button {
    max-width: 280px;
  }

  .texto_botao {
    font-size: 1rem;
  }

  .subtitulo {
    line-height: 2.5rem;
  }

  .is-big {
    font-size: 2.6rem;
    line-height: 1.9rem;
  }

  .is-big.is-chamada {
    line-height: 1.6rem;
  }

  .footer {
    height: 40px;
  }

  .link {
    font-family: obviously, sans-serif;
    font-size: .7rem;
  }
}

#w-node-_41ec88a7-7498-2776-e672-e05cbc105cb7-5dc52585 {
  align-self: start;
}

#w-node-_5525d22c-ce81-c1ec-5861-908cff3d1e36-5dc52585 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bff8e65c-918a-53d5-2b40-78eaec1fdf11-5dc52585 {
  place-self: start;
}

#w-node-bff8e65c-918a-53d5-2b40-78eaec1fdf15-5dc52585 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_63169af1-a636-1934-2519-c98877cc9fd7-5dc52585 {
  place-self: start;
}

#w-node-_663eda43-8f1b-3301-e6ce-39d06460332a-5dc52585 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c6a99e49-749d-7b1b-3259-fd3f42bfcc45-5dc52585 {
  align-self: start;
}

#w-node-c6a99e49-749d-7b1b-3259-fd3f42bfcc49-5dc52585 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ed20af6d-1944-df58-8f3a-b25aadab00e0-5dc52585 {
  place-self: start;
}

#w-node-ed20af6d-1944-df58-8f3a-b25aadab00e4-5dc52585 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d8106ddd-16f4-a645-2cc0-775257964775-5dc52585 {
  place-self: start;
}

#w-node-d8106ddd-16f4-a645-2cc0-775257964777-5dc52585 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f7b932c9-2cfe-b5f0-2121-c75f288d90f7-5dc52585 {
  place-self: start;
}

#w-node-f7b932c9-2cfe-b5f0-2121-c75f288d90f9-5dc52585 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1f1a3a89-c9a8-c94e-69cb-a214e06e6fd8-5dc52585 {
  place-self: start;
}

#w-node-_1f1a3a89-c9a8-c94e-69cb-a214e06e6fda-5dc52585 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_83c25522-97e7-0ea3-3080-e4d190576efd-5dc52585 {
  place-self: start;
}

#w-node-_83c25522-97e7-0ea3-3080-e4d190576eff-5dc52585 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cb80c9be-bd66-3644-bca0-d8b2ecfb5dce-5dc52585 {
  place-self: start;
}

#w-node-cb80c9be-bd66-3644-bca0-d8b2ecfb5dd0-5dc52585 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_916fc572-5c3f-e646-fa7d-cd3c79a80443-5dc52585 {
  place-self: start;
}

#w-node-_916fc572-5c3f-e646-fa7d-cd3c79a80445-5dc52585 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_79b7c3d7-a294-c3e9-cbb9-c4f0b50fe84c-5dc52585 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_41ec88a7-7498-2776-e672-e05cbc105cb7-5dc52585 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-bff8e65c-918a-53d5-2b40-78eaec1fdf0f-5dc52585 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bff8e65c-918a-53d5-2b40-78eaec1fdf11-5dc52585 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_663eda43-8f1b-3301-e6ce-39d064603324-5dc52585 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_63169af1-a636-1934-2519-c98877cc9fd7-5dc52585 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-c6a99e49-749d-7b1b-3259-fd3f42bfcc43-5dc52585 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c6a99e49-749d-7b1b-3259-fd3f42bfcc45-5dc52585 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-ed20af6d-1944-df58-8f3a-b25aadab00de-5dc52585 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ed20af6d-1944-df58-8f3a-b25aadab00e0-5dc52585 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-d8106ddd-16f4-a645-2cc0-775257964771-5dc52585 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d8106ddd-16f4-a645-2cc0-775257964775-5dc52585 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-f7b932c9-2cfe-b5f0-2121-c75f288d90f3-5dc52585 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f7b932c9-2cfe-b5f0-2121-c75f288d90f7-5dc52585 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_1f1a3a89-c9a8-c94e-69cb-a214e06e6fd4-5dc52585 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1f1a3a89-c9a8-c94e-69cb-a214e06e6fd8-5dc52585 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_83c25522-97e7-0ea3-3080-e4d190576ef9-5dc52585 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_83c25522-97e7-0ea3-3080-e4d190576efd-5dc52585 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-cb80c9be-bd66-3644-bca0-d8b2ecfb5dca-5dc52585 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cb80c9be-bd66-3644-bca0-d8b2ecfb5dce-5dc52585 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_916fc572-5c3f-e646-fa7d-cd3c79a8043f-5dc52585 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_916fc572-5c3f-e646-fa7d-cd3c79a80443-5dc52585 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }
}


