@font-face {
  font-family: Agencyfb;
  src: url('../fonts/AgencyFB-Bold.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Agencyfb;
  src: url('../fonts/AgencyFB-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
  --yellow: #daec08;
  --laranja: #ed672f;
  --white-smoke: whitesmoke;
  --black-2: #070801;
  --slate-grey: #7d7d96;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #000;
  min-height: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility_block {
  grid-column-gap: 0rem;
  grid-row-gap: 1.25rem;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  width: 70%;
  max-width: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.lottie-animation {
  width: 50%;
}

.heading {
  color: #232536b0;
}

.text-block {
  color: #b5b5b5;
}

.l-nav {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #f5f5f599;
  background-clip: border-box;
  border: 1px #000;
  flex-flow: row;
  place-content: space-around;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: 90px;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.l-nav:hover {
  color: #ef2e4d;
}

.c-container {
  object-fit: fill;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: static;
}

.c-nav-logo.w--current {
  flex: 0 auto;
  width: auto;
  min-width: 0;
}

.c-nav-link {
  color: var(--black);
  cursor: pointer;
  font-family: Agencyfb, sans-serif;
  font-size: 20px;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.c-nav-link:hover {
  color: var(--black);
  font-weight: 600;
  text-decoration: overline;
}

.c-nav-link:active, .c-nav-link:focus, .c-nav-link:focus-visible, .c-nav-link[data-wf-focus-visible], .c-nav-link:visited {
  color: var(--black);
}

.c-nav-link.w--current {
  color: var(--black);
  font-size: 20px;
  text-decoration: overline;
}

.c-nav-link.w--current:hover {
  color: var(--black);
}

.nav-menu {
  text-align: center;
  flex: none;
  order: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c-nav-compra {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  flex: 0 auto;
  order: 1;
  justify-content: flex-end;
  align-items: center;
  width: 30%;
  min-width: 227px;
  padding-right: 0;
  line-height: 1;
  display: flex;
}

.segunda-dobra {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: none;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: none;
}

.s-container {
  background-color: var(--white-smoke);
  color: #474747;
  mix-blend-mode: normal;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  min-width: 100%;
  height: 100%;
  max-height: none;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.passos {
  height: auto;
  padding: 0 10px;
  position: relative;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-content: center;
  height: 100%;
}

.coluna {
  text-align: center;
  cursor: pointer;
  background-color: #070b3b;
  border-radius: 25px;
  flex-direction: column;
  justify-content: space-around;
  height: 340px;
  padding: 20px;
  display: flex;
  position: relative;
}

.heading-6 {
  color: #c0ff72;
  text-align: right;
  font-size: 6rem;
}

.heading-7 {
  color: #c0ff72;
  text-align: right;
  padding-top: 10px;
  font-size: 2rem;
  overflow: hidden;
}

.heading-8 {
  color: #c0ff72;
  text-align: left;
  margin-top: 0;
  font-size: 1.4rem;
  overflow: hidden;
}

.coluna-box {
  z-index: 0;
  object-fit: fill;
  background-color: #c0ff72;
  border: 2px solid #c0ff72;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  height: 0%;
  margin: auto;
  padding: 10px;
  display: none;
  position: absolute;
  inset: auto 0% auto auto;
  overflow: hidden;
}

.paragraph {
  height: auto;
  margin: auto;
  font-size: .75rem;
  display: block;
  overflow: hidden;
}

.paragraph-2 {
  margin: auto;
  font-size: .75rem;
  display: flex;
  overflow: hidden;
}

.paragraph-3, .paragraph-4 {
  font-size: .75rem;
  overflow: hidden;
}

.db-agenda {
  width: 100%;
  height: 100%;
}

.db-agenda.padding-default {
  align-self: flex-start;
  height: auto;
  min-height: 60vh;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 140px;
}

.db-agenda.padding-default.aulas-especiais {
  padding-top: 140px;
}

.html-embed-2 {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.navigation {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  mix-blend-mode: normal;
  background-color: #f5f5f500;
  flex-direction: column;
  flex: 1;
  align-items: center;
  max-width: none;
  padding: 20px 3%;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.dropdown-2 {
  color: #242424;
  margin-left: 5px;
  margin-right: 5px;
}

.footer {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-top: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.my-account-top {
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  display: block;
}

.body-my-account {
  color: var(--laranja);
  background-color: #eee;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  height: auto;
  min-height: auto;
  font-family: "Baloo 2", sans-serif;
  display: flex;
}

.html-embed-3 {
  display: block;
}

.box-r-sociais {
  flex-direction: column;
  align-items: center;
  display: block;
}

.box-r-sociais.menu {
  align-items: flex-start;
  display: block;
}

.box-r-sociais.menu.social-box-menu {
  display: none;
}

.box-r-sociais.menu {
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
}

.heading-12 {
  color: var(--white);
  margin-bottom: .5rem;
  font-size: 1rem;
}

.div-block-16 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 160px;
  display: flex;
}

.pagekraft-agenda {
  padding: 40px 20px 60px;
}

.div-block-21.p-click-21 {
  margin-bottom: 20px;
}

.heading-13 {
  color: #c9c9c9;
  text-align: center;
  font-size: 1.05rem;
}

.heading-13.p-mouse {
  display: block;
}

.heading-15.p-clickaqui {
  display: none;
}

.div-block-22 {
  align-items: center;
  width: 100%;
  display: flex;
}

.button-3, .div-block-23, .open-menu.hamburguer.menu-mobile-action, .car-mobile {
  display: none;
}

.l-instagram {
  text-decoration: none;
}

.l-instagram.youtube {
  text-decoration: none;
  display: none;
}

.db-politica {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  min-height: 60vh;
  padding-top: 140px;
  padding-bottom: 60px;
  display: flex;
}

.db-politica.old {
  display: flex;
}

.db-politica.doc-politica {
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
}

.db-politica-custom {
  width: 100%;
  max-width: 100%;
  padding: 60px 20px;
}

.body-politica {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-family: "Baloo 2", sans-serif;
  display: flex;
}

.db-cookiesof {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  min-height: 60vh;
  padding: 140px 60px 60px;
  display: flex;
}

.text-block-5 {
  color: #000;
}

.body-cookiesof {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-family: "Baloo 2", sans-serif;
  display: flex;
}

.body-agenda {
  color: var(--laranja);
  background-color: #f7f8fc;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-family: "Baloo 2", sans-serif;
  display: flex;
}

.body-packages {
  color: var(--laranja);
  background-color: #f7f8fc;
  flex-flow: column wrap;
  place-content: center space-between;
  align-items: center;
  min-height: auto;
  display: flex;
}

.db-packages {
  width: 100%;
  height: 100%;
}

.db-packages.padding-default {
  align-self: flex-start;
  height: 100%;
  min-height: 60vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.packages-html {
  margin-top: 0;
}

.body-home {
  color: var(--laranja);
  background-color: #f7f8fc;
  flex-flow: column wrap;
  place-content: center space-between;
  align-items: center;
  min-height: auto;
  font-family: "Baloo 2", sans-serif;
  transition: color .3s;
  display: flex;
}

.body-home.scroll {
  grid-row-gap: 0px;
}

.div-block-25 {
  width: 100%;
  height: 100%;
}

.d-imagem {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 770px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-5 {
  color: var(--laranja);
  text-align: center;
  margin-bottom: 75px;
  font-family: "Baloo 2", sans-serif;
  font-size: 50px;
}

.div-block-27 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-top-bg {
  background-color: var(--black);
  color: var(--black-2);
  object-fit: contain;
  width: 100%;
  height: 120px;
  margin-top: -120px;
  margin-left: 0;
  padding-left: 0;
  display: none;
  position: static;
  inset: 0% 0% auto;
}

.heading-26 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 79px;
  margin-left: auto;
  margin-right: auto;
  font-family: Agencyfb, sans-serif;
  font-size: 64px;
}

.f-formas {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-around;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.f-forma {
  flex-direction: column;
  align-items: center;
  width: 288px;
  height: 224px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-13 {
  width: 85px;
  height: 85px;
}

.paragraph-8 {
  color: var(--black);
  text-align: center;
  margin-top: 20px;
  font-family: "Baloo 2", sans-serif;
  font-size: 20px;
}

.div-block-36 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-right: 51px;
  display: flex;
}

.div-block-36.m-playlist {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
}

.heading-29 {
  color: var(--laranja);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin: 0 auto 2rem;
  font-family: Agencyfb, sans-serif;
  font-size: 56px;
  font-weight: 700;
  display: flex;
}

.link-block {
  background-color: var(--laranja);
  color: var(--white);
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: auto;
  max-height: 78px;
  margin-top: 0;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  background-color: var(--laranja);
  text-align: left;
  -webkit-text-stroke-color: #7b8507;
  justify-content: center;
  text-decoration: none;
}

.link-block.btn-banner {
  background-color: var(--laranja);
  flex-direction: row;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: auto;
  max-height: 78px;
  margin-top: 2rem;
  padding: 20px;
}

.link-block.btn-passos {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  height: auto;
  max-height: 78px;
  margin-top: 16px;
  margin-left: auto;
  padding: 20px;
}

.html-embed-14 {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 24px;
}

.heading-32 {
  color: var(--black-2);
  text-align: left;
  -webkit-text-stroke-color: var(--black-2);
  text-transform: uppercase;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Agencyfb, sans-serif;
  font-size: 32px;
  display: flex;
}

.heading-32:hover {
  text-align: left;
}

.nona-dobra {
  flex-direction: column;
  width: 100%;
  margin-bottom: auto;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
}

.nona-dobra.nona-b {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 60px;
}

.div-block-39 {
  width: 100%;
}

.div-block-40 {
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  position: relative;
}

.div-block-41 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  border-radius: 16px;
  flex-flow: wrap;
  place-content: space-around center;
  align-items: flex-start;
  width: 100%;
  max-width: 871px;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 10%;
  display: flex;
  position: absolute;
  inset: 0% 0 0% 1%;
}

.div-block-41.studios-c {
  background-color: var(--white);
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  max-width: 419px;
  height: 265px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-41.d-reservas {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  place-content: center;
  min-height: 480px;
  max-height: 100%;
  margin: 0 auto;
  position: relative;
}

.div-block-42 {
  background-color: var(--black-2);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 312px;
  max-width: none;
  height: auto;
  min-height: 319px;
  padding: 40px 15px 60px;
  display: flex;
}

.div-block-42.d-studio {
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  max-width: none;
  height: auto;
  min-height: 0;
  padding: 0;
}

.div-block-43 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-right: 20px;
  display: flex;
}

.heading-35 {
  color: var(--laranja);
  margin-left: 0;
  font-family: "Baloo 2", sans-serif;
  font-size: 54px;
  display: block;
}

.heading-35.n-studio {
  color: var(--laranja);
  align-self: flex-start;
  margin-bottom: 10px;
  font-family: Agencyfb, sans-serif;
  font-size: 32px;
}

.div-block-44 {
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 30px;
  max-height: 30px;
  display: flex;
}

.paragraph-14 {
  color: var(--black);
  align-self: center;
  height: 100%;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: auto;
  font-family: "Baloo 2", sans-serif;
}

.html-embed-15 {
  align-self: center;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
}

.div-block-45 {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.heading-36 {
  color: var(--black);
  font-family: Agencyfb, sans-serif;
  font-size: 33px;
  font-weight: 400;
}

.div-block-46 {
  margin: 0 auto 40px;
  display: flex;
}

.image-15 {
  width: auto;
  height: auto;
  margin-left: 10px;
}

.image-17 {
  width: 100%;
}

.column-slide {
  border: 1px solid #0003;
  width: 100%;
}

.slide-2 {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.mask-2 {
  height: 100%;
}

.carrossel-professores {
  width: 360px;
  height: 374px;
  display: none;
}

.carrossel-professores.carrossel-passos {
  display: none;
}

.right-arrow {
  margin-right: -20px;
}

.left-arrow {
  margin-left: -20px;
}

.bg-top {
  background-color: var(--white);
  width: 100%;
  height: 450px;
  min-height: 450px;
  max-height: 450px;
  margin-top: 0;
  padding-top: 0;
  display: none;
}

.bg-top.bg-map {
  margin-top: -120px;
}

.bg-top.agenda-pacote {
  background-image: url('../images/bg-pacotes-agenda_default-02.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.body-2, .body-3, .body-4 {
  font-family: "Baloo 2", sans-serif;
}

.div-block-49 {
  display: none;
}

.faq-answer {
  color: #424242;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 100px;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
}

.toggle-text {
  z-index: 2;
  color: #fff;
  position: relative;
}

.faq {
  background-color: var(--black);
  color: #070b3b;
  white-space: break-spaces;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.faq.w--open {
  border-bottom: 1px solid #0000001a;
}

.faq-container {
  min-width: 0;
  max-width: 100%;
  margin-bottom: 60px;
}

.faq-ans {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.head-medium {
  text-align: center;
  letter-spacing: .58px;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 700;
  line-height: 150%;
}

.text-block-7 {
  color: #fff;
}

.head-regular {
  color: #424242;
  letter-spacing: -.31px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.block-grid {
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.faq-q {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.text-block-8 {
  color: #fff;
}

.faq-title {
  margin-bottom: 40px;
}

.faq-icon {
  z-index: 2;
  width: 24px;
  margin-right: 16px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.faq-default {
  padding: 140px 72px 100px;
  position: relative;
  overflow: hidden;
}

.border-faq-linear {
  background-color: #242424;
  background-image: linear-gradient(-259deg, #000, #fff);
  width: 100%;
  height: 2px;
}

.container-faq-default {
  z-index: 3;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-faq-default.basic-grid {
  z-index: 3;
  grid-row-gap: 180px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1152px;
  display: grid;
}

.accordian-item {
  border-top: 1px #8be98b;
  border-radius: 0;
  width: 100%;
}

.accordian-item:last-child {
  border-bottom: 1px solid #5fd567;
}

.faq-body {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.faq-answer-2 {
  margin-bottom: 24px;
}

.plus-icon {
  background-color: #1da23d00;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin-top: -5px;
  margin-left: 0;
  margin-right: 50px;
  display: flex;
  position: relative;
}

.plus-horiz {
  background-color: #000;
  border-radius: 100px;
  width: 26px;
  height: 4px;
  position: absolute;
}

.faq-p {
  background-color: #f4f6f8;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq-body-cont {
  border-top: 1px #000;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.plus-vert {
  background-color: #000;
  border-radius: 100px;
  width: 4px;
  height: 26px;
  position: absolute;
}

.section-modalidade {
  background-image: url('../images/Logo_AF_presential-3.png');
  background-position: 100% 0;
  background-size: cover;
  width: 100%;
  min-height: 480px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.flex-block-6 {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.flex-block-7 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
}

.image-21 {
  margin-top: -8px;
}

.paragraph-18 {
  color: #000;
  text-align: center;
  margin-top: 0;
  font-family: "Baloo 2", sans-serif;
  font-size: 16px;
  line-height: 24.22px;
}

.paragraph-18.p3 {
  margin-top: 0;
}

.div-block-51 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-19 {
  color: var(--laranja);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Agencyfb, sans-serif;
  font-size: 24px;
  line-height: 31.2px;
}

.heading-38 {
  color: var(--laranja);
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 63.99px;
  display: block;
}

.div-block-52 {
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 312px;
  max-width: none;
  height: auto;
  min-height: 320px;
  max-height: 320px;
  padding: 40px 15px 60px;
  display: flex;
}

.div-block-53 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  border-radius: 16px;
  flex-flow: wrap;
  place-content: space-around center;
  align-items: flex-start;
  width: 100%;
  max-width: 871px;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 10%;
  display: flex;
  position: absolute;
  inset: 0% 0 0% 1%;
}

.div-block-53.d-reservas {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  place-content: center space-between;
  align-items: flex-start;
  max-width: none;
  max-height: none;
  margin: 0 0 0 10px;
  position: static;
  inset: 0% 0% auto;
}

.div-block-54 {
  background-image: url('../images/young-women-taking-part-spinning-class-1.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 480px;
  max-height: 770px;
  display: none;
}

.div-block-55 {
  width: 100%;
  height: 100%;
}

.section {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-56 {
  background-image: url('../images/COMO-RESERVAR_-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.c-carousel-coach {
  max-width: 100%;
  margin-top: 59px;
}

.c-carousel-coach.mobile {
  display: none;
}

.flex-block-8 {
  border-radius: 16px 0 0 16px;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
}

.db-title-cta {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.container-1 {
  max-width: 1200px;
}

.terceira-dobra-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: auto;
  margin: auto auto 0;
  padding: 100px 20px;
  display: none;
}

.heading-sections {
  color: var(--laranja);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-family: Agencyfb, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 66.36px;
  display: block;
}

.div-block-57 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  display: none;
}

.div-block-58 {
  width: 493px;
  height: 305px;
}

.slider-3 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.heading-45 {
  font-size: 12px;
  font-weight: 500;
  line-height: 19.24px;
}

.right-arrow-2 {
  color: #8a2fec;
  left: auto;
}

.paragraph-21 {
  margin-top: 21px;
  font-size: 12px;
}

.html-embed-16 {
  color: #000;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 24px;
}

.div-block-59 {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.link-block-2 {
  color: #fff;
  background-color: #8a2fec;
  border-radius: 14px;
  justify-content: space-around;
  align-items: center;
  width: 257px;
  height: 66px;
  margin-top: 0;
  text-decoration: none;
  display: flex;
}

.link-block-2:hover {
  color: #fff;
  -webkit-text-stroke-color: #7b8507;
  background-color: #711dcc;
  text-decoration: none;
}

.link-block-2.btn-banner {
  grid-column-gap: 10px;
  background-color: var(--laranja);
  text-transform: uppercase;
  border: 1px #000;
  justify-content: center;
  align-self: center;
  width: 203px;
  height: 52px;
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
  font-family: Agencyfb, sans-serif;
  font-weight: 700;
}

.link-block-2.btn-banner:hover {
  background-color: var(--laranja);
  text-align: left;
}

.slide-nav-2 {
  display: none;
}

.flex-block-9 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding-left: 13px;
  padding-right: 18px;
}

.slide {
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.icon-6 {
  color: var(--laranja);
  -webkit-text-stroke-color: transparent;
  background-color: #0000;
  border: 0 solid #0000;
  border-radius: 50%;
  margin-left: 40px;
  margin-right: 60px;
  font-size: 32px;
}

.icon-6:hover {
  color: var(--black);
  background-color: #0000;
}

.icon-6.esquerda {
  color: var(--laranja);
  margin-left: 0;
  margin-right: 0;
}

.icon-6.esquerda:hover {
  color: var(--black);
}

.mask-3 {
  align-self: center;
}

.slider-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: grid;
}

.paragraph-22 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 19.79px;
}

.image-22 {
  width: 100%;
}

.heading-46 {
  color: #000;
  -webkit-text-stroke-color: #070801;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 17.76px;
  font-weight: 400;
  line-height: 21.04px;
}

.heading-46:hover, .heading-46.txt-menor {
  color: #000;
}

.heading-44 {
  font-size: 12px;
  font-weight: 500;
  line-height: 19.24px;
}

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

.heading-47 {
  font-size: 12px;
  font-weight: 500;
  line-height: 19.24px;
}

.logo-wrapper {
  background-color: #fff;
  border-style: solid;
  border-color: #fff;
  border-radius: 16px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  height: auto;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-48 {
  font-size: 12px;
  font-weight: 500;
  line-height: 19.24px;
}

.heading-49 {
  color: var(--laranja);
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 26.07px;
}

.heading-49.funco {
  color: var(--black);
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  line-height: 19.24px;
}

.div-block-60 {
  grid-column-gap: 10px;
  border-radius: 16px;
  width: 493px;
  height: 305px;
  display: flex;
  overflow: hidden;
}

.heading-40 {
  color: #8a2fec;
  font-size: 22px;
  font-weight: 500;
  line-height: 26.07px;
}

.nona-dobra-2 {
  background-color: #f1f1f1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
}

.nona-dobra-2.depoimentos {
  background-color: #fff;
  background-image: url('../images/Logo_AF_presential-3.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: center;
  padding-bottom: 140px;
  display: none;
}

.heading-50 {
  color: var(--laranja);
  font-size: 12px;
  font-weight: 400;
  line-height: 15.14px;
}

.image-20 {
  text-align: center;
  max-width: 109px;
  margin-bottom: 20px;
}

.icon-7 {
  color: #c6ba2f;
}

.slider-4 {
  background-color: #0000;
  height: 100%;
  display: none;
}

.div-block-61 {
  background-color: #fff;
  border-radius: 5.48px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 328px;
  margin-left: auto;
  margin-right: auto;
  padding: 36px 27px;
  display: flex;
}

.heading-51 {
  color: var(--laranja);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Agencyfb, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 66.36px;
  display: flex;
}

.paragraph-23 {
  color: #000;
  text-align: center;
  margin-bottom: 22px;
  font-size: 14.6px;
  font-style: normal;
  line-height: 31.03px;
}

.icon-8 {
  color: #c6ba2f;
}

.div-block-62 {
  text-align: center;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
}

.div-block-62.depoimentos {
  justify-content: center;
}

.bold-text-13 {
  color: #000;
}

.contato-info-2 {
  color: #000;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.contato-info-2.e-mail {
  text-transform: lowercase;
  max-width: 253px;
}

.img-contato-info {
  width: 100%;
  max-width: 20px;
  height: 100%;
  min-height: 20px;
  max-height: 20px;
}

.social-links-footer-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #474747;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 0;
  text-decoration: none;
  display: flex;
}

.grid-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  grid-template-rows: 1fr;
  grid-template-columns: 20% 20% 20% 20% 20px;
  grid-auto-columns: 20px;
  grid-auto-flow: row;
  place-content: start flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  display: flex;
}

.bold-text-11 {
  color: #000;
  font-size: 18px;
}

.paragraph-24 {
  color: #000;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.2;
}

.f-r-link-2 {
  color: #000;
  width: 100%;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
}

.f-r-link-2:hover {
  font-weight: 400;
  text-decoration: underline;
}

.f-r-link-2.w--current {
  cursor: pointer;
  font-family: "Baloo 2", sans-serif;
  font-style: normal;
  text-decoration: underline;
}

.f-r-link-2.w--current:hover {
  font-weight: 600;
}

.f-r-link-2.w--current:focus {
  color: #070b3b;
}

.f-r-link-2.w--current:visited {
  color: #070b3b;
  -webkit-text-stroke-color: #070b3b;
}

.heading-62 {
  color: #fff;
  width: 100%;
  margin-bottom: .5rem;
  font-size: 18px;
  line-height: 21.33px;
}

.instagram-icon-2 {
  color: #fff;
  text-decoration: none;
}

.footer-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.paragraph-25 {
  color: #fff;
  flex-wrap: wrap;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  display: flex;
}

.paragraph-25.endereco {
  color: #000;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.div-block-66 {
  flex-direction: column;
  width: 20%;
  max-width: 20%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-66.f-si {
  width: 20%;
  max-width: 15%;
}

.div-block-66.f-p {
  width: 20%;
}

.div-block-66.f-l-principais {
  min-width: 20%;
  max-width: 20%;
  padding-left: 10px;
}

.bold-text-12 {
  color: #000;
}

.icone-info-contato-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-61 {
  color: #000;
  margin-bottom: .5rem;
  font-size: 18px;
  line-height: 21.33px;
}

.facebook-icon-2, .facebook-icon-2:hover {
  text-decoration: none;
}

.l-facebook-2 {
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  text-decoration: none;
}

.l-facebook-2:hover {
  text-decoration: none;
}

.f-container-2 {
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  padding-bottom: 10px;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.div-block-67 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20%;
  min-width: 20%;
  max-width: 20%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-33 {
  text-align: left;
  object-fit: fill;
  width: 100%;
  max-width: 168px;
  display: inline-block;
}

.container-3 {
  justify-content: flex-start;
  display: flex;
}

.section-redirecionamento {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60vh;
  padding-top: 60px;
  display: flex;
}

.html-embed-17 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.image-39 {
  max-width: 150px;
}

.section-carrousel {
  color: #f15a24;
  width: 100%;
  height: 100%;
  min-height: auto;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.modalidade {
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 20px 10px;
  display: flex;
  position: relative;
}

.coluna-2 {
  text-align: center;
  cursor: pointer;
  background-color: #5cb85c;
  border-radius: 25px;
  flex-direction: column;
  justify-content: space-around;
  padding: 20px;
  display: flex;
  position: relative;
}

.coluna-2.modalidade1 {
  background-color: #0000;
  background-image: url('../images/Rectangle-205.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 100%;
  min-width: 347px;
  max-width: none;
  height: 347px;
  min-height: 347px;
  max-height: 347px;
}

.coluna-2.modalidade1.item2 {
  background-image: url('../images/default-imagem_judo-kids.jpg');
  min-width: 330px;
  max-width: 100%;
  padding: 0;
}

.coluna-2.modalidade1 {
  background-color: #0000;
  background-image: url('../images/Rectangle-205.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 100%;
  min-width: 347px;
  height: 347%;
  min-height: 347px;
  max-height: 347px;
}

.coluna-2.modalidade1.item6 {
  background-image: url('../images/Rectangle-196_1.png');
  max-width: 100%;
  padding: 0;
}

.coluna-2.modalidade1.item6.sem-mouse-hover {
  background-image: url('../images/default-imagem_jump.jpg');
  min-width: 330px;
}

.coluna-2.modalidade1.item4 {
  background-image: url('../images/Rectangle-196.png');
  max-width: 100%;
  padding: 0;
}

.coluna-2.modalidade1.item4.novo-bg {
  background-image: url('../images/default-imagem_beach-tennis.jpg');
  min-width: 330px;
}

.coluna-2.modalidade1.item4.novo-bg.fight {
  background-image: url('../images/default-imagem_fight-fitness.jpg');
}

.coluna-2.modalidade1.item4.novo-bg.pump {
  background-image: url('../images/default-imagem_pump-fitness.jpg');
}

.coluna-2.modalidade1.item4.novo-bg.funcional {
  background-image: url('../images/default-imagem_funcional-fitness.jpg');
  min-width: 330px;
}

.coluna-2.modalidade1.item4.novo-bg.cross {
  background-image: url('../images/default-imagem_cross-fitness.jpg');
  min-width: 320px;
}

.coluna-2.modalidade1.item4.novo-bg.spinning {
  background-image: url('../images/default-imagem_spinning.jpg');
  min-width: 330px;
}

.coluna-2.modalidade1.item5 {
  background-image: url('../images/default-imagem_yoga.jpg');
  min-width: 330px;
  max-width: 100%;
  padding: 0;
}

.texto-ocultar {
  font-family: Agencyfb, sans-serif;
  font-weight: 400;
  display: flex;
}

.heading-53 {
  color: #231f20;
  text-align: left;
  -webkit-text-stroke-color: #070801;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Agencyfb, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.grid-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-content: center;
  align-items: stretch;
  height: 100%;
}

.grid-3.modalidades {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: space-around;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.paragraph-20 {
  color: #fff;
  text-align: left;
  height: auto;
  margin: 10px auto;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 16px;
  display: flex;
  overflow: hidden;
}

.heading-52 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  margin-bottom: 10px;
  font-family: Agencyfb, sans-serif;
  font-size: 32px;
  line-height: 38.63px;
  display: flex;
}

.heading-52.em-breve {
  font-size: 22px;
  display: none;
}

.bold-text-6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Agencyfb, sans-serif;
  display: block;
}

.link-block-4 {
  color: #fff;
  text-align: right;
  background-color: #f1f1f1;
  border-radius: 14px;
  justify-content: space-around;
  align-items: center;
  width: 257px;
  height: 69px;
  margin-top: 0;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.link-block-4:hover {
  -webkit-text-stroke-color: #7b8507;
  background-color: #fff;
  text-decoration: none;
  display: flex;
}

.link-block-4.desabilitado {
  pointer-events: auto;
  cursor: pointer;
  display: flex;
}

.link-block-4.btn-modalidade {
  background-color: #f1f1f1;
}

.link-block-4.btn-modalidade:hover {
  display: flex;
}

.coluna-box-2 {
  z-index: 0;
  object-fit: fill;
  background-color: #5cb85c;
  border-radius: 25px;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  height: 0%;
  min-height: 400px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
  overflow: hidden;
}

.coluna-box-2.modalidade1 {
  background-color: #00000040;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 347px;
  min-height: 0;
  max-height: 347px;
  display: none;
}

.coluna-box-2.modalidade1.centro {
  justify-content: center;
  display: none;
}

.coluna-box-2.modalidade1.item6 {
  background-image: none;
  justify-content: center;
  display: none;
}

.html-embed-18 {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 5px;
  padding-top: 0;
  font-size: 24px;
  font-weight: 700;
}

.html-embed-18:hover {
  display: block;
}

.image-40 {
  object-fit: cover;
  max-width: 150px;
  margin-left: -20px;
}

.container-4 {
  border-bottom: 1px solid #e2e2e280;
  justify-content: flex-start;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
}

.link-block-5 {
  object-fit: fill;
}

.link-block-5.w--current {
  object-fit: cover;
  justify-content: flex-start;
  display: flex;
}

.image-41 {
  width: 168px;
  max-width: 168%;
  padding-top: 10px;
}

.container-5 {
  width: 100%;
}

.paragraph-26, .paragrafo {
  margin-bottom: 10px;
}

.heading-64 {
  margin-top: 40px;
  margin-bottom: 10px;
}

.heading-64.subtitulo {
  margin-top: 35px;
  margin-bottom: 12px;
}

.div-block-69 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-70 {
  align-items: center;
  width: auto;
  display: flex;
}

.c-nav-link-2 {
  color: #000;
  cursor: pointer;
  font-family: Agencyfb, sans-serif;
  font-size: 20px;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.c-nav-link-2:hover {
  color: #000;
  font-weight: 600;
  text-decoration: overline;
}

.c-nav-link-2:active, .c-nav-link-2:focus, .c-nav-link-2:focus-visible, .c-nav-link-2[data-wf-focus-visible], .c-nav-link-2:visited {
  color: #000;
}

.c-nav-link-2.w--current {
  color: #000;
  font-size: 20px;
  text-decoration: overline;
}

.c-nav-link-2.w--current:hover {
  color: #000;
}

.div-block-71 {
  width: auto;
}

.btn-header {
  background-color: var(--laranja);
  color: var(--white);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 38px;
  padding: 6px 12px;
  font-weight: 700;
  display: flex;
}

.btn-header.pagekraft-auth-login {
  display: none;
}

.btn-header.pagekraft-auth-my-account {
  min-width: 113px;
  display: none;
}

.btn-header.pagekraft-auth-register {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--laranja);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--laranja);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--laranja);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--laranja);
  color: var(--laranja);
  background-color: #0000;
  min-width: 115px;
  display: none;
}

.btn-header.pagekraft-auth-logout {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--laranja);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--laranja);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--laranja);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--laranja);
  color: var(--laranja);
  background-color: #0000;
  display: none;
}

.btn-header.agekraft-auth-checkout {
  width: auto;
  min-width: 32px;
}

.div-block-72 {
  color: var(--laranja);
  justify-content: center;
  align-items: center;
  min-width: 32px;
  height: 38px;
  line-height: 1;
  display: flex;
}

.code-embed {
  line-height: 1;
}

@media screen and (min-width: 1280px) {
  .l-nav {
    background-color: #ededed99;
  }

  .db-agenda.padding-default {
    padding-top: 40px;
  }

  .l-instagram {
    text-decoration: none;
  }

  .bg-top.agenda-pacote {
    background-position: 50% 0;
    background-size: cover;
  }

  .contato-info-2 {
    text-transform: capitalize;
  }

  .social-links-footer-2 {
    text-decoration: none;
  }

  .paragraph-24 {
    margin-bottom: 0;
  }

  .paragraph-25 {
    text-transform: capitalize;
  }

  .l-facebook-2 {
    text-decoration: none;
  }

  .coluna-box-2.modalidade1 {
    max-width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .db-agenda.padding-default {
    padding-top: 40px;
  }

  .l-instagram {
    text-decoration: none;
  }

  .bg-top.agenda-pacote {
    background-position: 50% 0;
    background-size: cover;
  }

  .social-links-footer-2 {
    text-decoration: none;
  }

  .paragraph-24 {
    margin-bottom: 0;
  }

  .l-facebook-2 {
    text-decoration: none;
  }

  .coluna-2.modalidade1.item2, .coluna-2.modalidade1.item6, .coluna-2.modalidade1.item4, .coluna-2.modalidade1.item5 {
    padding: 0;
  }

  .link-block-4 {
    width: 257px;
    height: 69px;
  }

  .coluna-box-2.modalidade1 {
    max-width: 100%;
    padding-top: 20px;
    display: none;
    position: relative;
    right: auto;
  }
}

@media screen and (min-width: 1920px) {
  .db-agenda.padding-default {
    padding-top: 40px;
  }

  .box-r-sociais.menu {
    text-decoration: none;
  }

  .div-block-22 {
    justify-content: center;
  }

  .l-instagram {
    text-decoration: none;
  }

  .heading-29 {
    margin-left: auto;
  }

  .image-17 {
    object-fit: fill;
    width: 100%;
  }

  .bg-top {
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 450px;
    max-height: 450px;
  }

  .bg-top.agenda-pacote {
    background-position: 50% 0;
    background-size: cover;
  }

  .section-modalidade {
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .social-links-footer-2 {
    text-decoration: none;
  }

  .grid-4 {
    justify-content: flex-start;
  }

  .paragraph-24 {
    margin-bottom: 0;
  }

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

  .facebook-icon-2, .l-facebook-2 {
    text-decoration: none;
  }

  .f-container-2 {
    padding-bottom: 10px;
  }

  .container-3 {
    width: 100%;
    max-width: 100%;
  }

  .modalidade {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .coluna-2.modalidade1 {
    background-color: #0000;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 5px;
    max-width: 0;
  }

  .texto-ocultar {
    display: flex;
  }

  .grid-3.modalidades {
    grid-auto-flow: row;
    place-items: stretch stretch;
  }

  .heading-52.em-breve {
    display: none;
  }

  .link-block-4 {
    width: 257px;
    height: 69px;
  }

  .link-block-4.desabilitado, .link-block-4.btn-modalidade.desabilitado {
    display: flex;
  }

  .coluna-box-2.modalidade1 {
    min-width: 100%;
    min-height: 0;
    display: none;
  }

  .coluna-box-2.modalidade1.centro, .coluna-box-2.modalidade1.item6 {
    display: none;
  }

  .div-block-70 {
    justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  .utility_block {
    width: 95%;
  }

  .l-nav {
    mix-blend-mode: normal;
    align-self: flex-start;
    position: relative;
    inset: 0 0%;
  }

  .c-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #0000;
    flex-direction: row;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: none;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    position: static;
  }

  .c-nav-logo {
    text-align: left;
    flex-direction: row;
    flex: 1;
    order: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .c-nav-logo.w--current {
    flex: 1;
    order: 1;
    max-width: 166px;
    margin-right: 0;
    display: flex;
  }

  .c-nav-link {
    color: var(--white);
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5px;
    line-height: 1.5;
  }

  .c-nav-link:hover {
    color: var(--yellow);
  }

  .c-nav-link:active, .c-nav-link:focus {
    color: var(--white);
  }

  .nav-menu {
    object-fit: contain;
    background-color: #000;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: center;
    width: 80%;
    height: 100vh;
    margin-top: 0;
    padding-top: 0;
    padding-left: 20px;
    overflow: hidden;
  }

  .c-nav-compra {
    background-color: #0000;
    display: none;
  }

  .segunda-dobra {
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .s-container {
    max-width: none;
    height: auto;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .passos {
    width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 50% 50% 50% 50%;
    grid-auto-flow: column;
    justify-content: stretch;
  }

  .coluna {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    width: 290px;
    height: 360px;
    max-height: 360px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
  }

  .heading-6 {
    font-size: 5rem;
  }

  .heading-8 {
    text-align: center;
    font-size: 1.1rem;
  }

  .db-agenda.padding-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .html-embed-2.login-top {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .navigation {
    display: none;
  }

  .footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .html-embed-3 {
    width: 100%;
    height: 100%;
    display: block;
    position: static;
    inset: 0% 0% auto;
  }

  .box-r-sociais.menu.social-box-menu {
    margin-top: 10%;
    font-size: .875rem;
    display: none;
  }

  .box-r-sociais.menu {
    margin-top: 0%;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
  }

  .heading-12 {
    text-align: left;
    font-size: .875rem;
  }

  .heading-12.rs-mobile {
    color: #d45700;
  }

  .div-block-16 {
    align-items: center;
  }

  .html-embed-9 {
    color: var(--laranja);
    cursor: pointer;
    display: flex;
  }

  .html-embed-10 {
    cursor: pointer;
    display: flex;
  }

  .div-block-17 {
    display: block;
  }

  .div-block-21 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-21.p-click-21 {
    margin-top: 20px;
    overflow: hidden;
  }

  .heading-13.p-mouse {
    display: none;
    overflow: visible;
  }

  .heading-15 {
    color: #c9c9c9;
    font-size: 1.05rem;
  }

  .heading-15.p-clickaqui {
    display: block;
  }

  .html-embed-11 {
    padding-top: 0;
  }

  .div-block-22 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .button-3 {
    color: var(--white);
    cursor: pointer;
    background-color: #0000;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-top: 10px;
    font-size: 24px;
    font-weight: 500;
    line-height: 2;
    display: flex;
    position: static;
    inset: 13% 0% auto 50%;
  }

  .div-block-23 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-left: 0;
    display: flex;
    position: static;
    inset: auto 0% 15%;
  }

  .open-menu {
    width: 32px;
    max-width: none;
    height: 24px;
  }

  .open-menu.hamburguer.menu-mobile-action {
    display: block;
  }

  .car-mobile {
    order: 1;
    align-self: center;
    height: auto;
    display: none;
  }

  .html-embed-13 {
    margin-bottom: 0;
    margin-right: 0;
    display: block;
  }

  .db-politica {
    width: 100%;
    max-width: 668px;
  }

  .db-politica-custom {
    width: 100%;
    max-width: 100%;
  }

  .body-home {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .bold-text-3 {
    color: var(--white);
  }

  .paragraph-5 {
    padding-top: 60px;
  }

  .div-block-27 {
    justify-content: flex-start;
  }

  .div-block-36 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    justify-content: space-between;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-36.m-playlist {
    margin-left: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-29 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 25px;
  }

  .nona-dobra {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 90px;
    display: none;
  }

  .nona-dobra.nona-b {
    flex-direction: column;
    display: none;
  }

  .div-block-40 {
    justify-content: center;
    align-self: center;
    height: auto;
    min-height: 420px;
    margin-top: 0;
  }

  .div-block-41 {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .div-block-41.studios-c {
    justify-content: center;
    width: 95%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .image-17 {
    object-fit: cover;
    height: 100%;
    overflow: visible;
  }

  .slide-2 {
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
  }

  .mask-2 {
    background-color: #0000;
    flex: 0 auto;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  .carrossel-professores {
    background-color: #0000;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .carrossel-professores.carrossel-passos {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
    position: absolute;
  }

  .right-arrow {
    background-color: #0000;
  }

  .icon-4 {
    -webkit-text-stroke-width: 0px;
    background-color: #0000;
    font-family: "Baloo 2", sans-serif;
  }

  .div-block-49 {
    padding-left: 0;
    display: block;
  }

  .div-block-50 {
    background-color: var(--black);
    width: 80%;
    height: 100%;
    min-height: 100vh;
    margin-top: -50px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 40px;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .faq-answer {
    border: 0 #e70f0f;
    font-size: 16px;
  }

  .faq-container {
    width: 100%;
    min-width: 0;
  }

  .head-regular {
    font-size: 20px;
    line-height: 28px;
  }

  .block-grid {
    border: 1px #000;
  }

  .faq-default {
    padding-left: 48px;
    padding-right: 48px;
  }

  .container-faq-default.basic-grid {
    max-width: 700px;
  }

  .accordian-item, .accordian-block {
    border: 1px #000;
  }

  .section-modalidade {
    padding-top: 60px;
  }

  .flex-block-6 {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 1045px;
  }

  .flex-block-7 {
    flex-flow: wrap;
  }

  .div-block-52 {
    text-align: center;
    width: 300px;
    min-height: 319px;
    max-height: none;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-53 {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .div-block-56 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .slide-3, .slide-4 {
    margin-left: 0;
  }

  .container-1 {
    width: auto;
    max-width: none;
    overflow: hidden;
  }

  .terceira-dobra-2 {
    flex-flow: column;
    align-content: flex-start;
    align-items: flex-end;
    width: auto;
    max-width: none;
    height: auto;
    padding-top: 90px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .heading-sections {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 25px;
  }

  .paragraph-22 {
    font-size: 12px;
  }

  .image-22 {
    height: 100%;
  }

  .logo-wrapper {
    margin-top: 65px;
  }

  .nona-dobra-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 90px;
    display: flex;
  }

  .heading-50 {
    font-size: 12.78px;
    font-weight: 400;
    line-height: 13.9px;
  }

  .image-20 {
    margin-bottom: 22px;
  }

  .slider-4 {
    display: flex;
  }

  .container-2 {
    flex-direction: column;
    display: flex;
  }

  .heading-51 {
    text-align: center;
    margin: 0 auto;
  }

  .columns-2 {
    display: none;
  }

  .div-block-62 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    justify-content: space-between;
    margin-left: auto;
    padding-left: 40px;
    padding-right: 0;
  }

  .div-block-62.depoimentos {
    margin-left: auto;
    padding-left: 0;
  }

  .social-links-footer-2 {
    align-items: center;
  }

  .grid-4 {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 25% 25% 25% 25%;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center flex-start;
    place-items: flex-start center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .heading-62 {
    text-align: left;
    font-size: .875rem;
  }

  .instagram-icon-2 {
    cursor: pointer;
  }

  .footer-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .div-block-66 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    order: 1;
    grid-template-rows: 100% auto;
    grid-template-columns: 50% 1fr;
    grid-auto-columns: 1fr;
    align-self: flex-start;
    padding-left: 0;
    font-size: .8rem;
    display: flex;
  }

  .div-block-66.f-p {
    margin-left: 80px;
  }

  .div-block-66.f-l-principais {
    margin-left: 0;
    padding-left: 0;
  }

  .bold-text-12, .heading-61 {
    font-size: .875rem;
  }

  .facebook-icon-2 {
    cursor: pointer;
    display: flex;
  }

  .f-container-2 {
    justify-content: space-between;
    align-items: stretch;
    display: block;
  }

  .div-block-67 {
    order: -1;
    align-self: flex-start;
    align-items: flex-start;
    width: 280px;
  }

  .html-embed-17 {
    margin-top: 10px;
  }

  .section-carrousel {
    flex: 1;
    margin-top: 0;
  }

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

  .grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 50% 50% 50% 50%;
    grid-auto-flow: column;
  }

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

  .div-block-70 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .c-nav-link-2 {
    color: #fff;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5px;
    line-height: 1.5;
  }

  .c-nav-link-2:hover {
    color: #daec08;
  }

  .c-nav-link-2:active, .c-nav-link-2:focus {
    color: #fff;
  }

  .div-block-71 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .utility_block {
    width: 95%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .l-nav {
    mix-blend-mode: normal;
  }

  .c-container {
    justify-content: space-around;
    max-width: none;
    padding-left: 15px;
  }

  .c-nav-logo.w--current {
    flex: 1;
    align-self: center;
    width: 100%;
    padding-left: 0;
    display: flex;
  }

  .nav-menu {
    height: 100vh;
  }

  .segunda-dobra {
    max-width: none;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .s-container {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .passos {
    flex-direction: column;
    height: auto;
    display: block;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .coluna {
    justify-content: space-around;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .db-agenda.padding-default {
    padding-left: 10px;
    padding-right: 10px;
  }

  .box-r-sociais.menu.social-box-menu {
    padding-left: 20px;
  }

  .box-r-sociais.menu {
    margin-top: 20px;
    padding-left: 0;
  }

  .div-block-16 {
    justify-content: flex-start;
    margin-left: 0;
  }

  .html-embed-11 {
    padding-top: 0;
  }

  .div-block-22 {
    padding-left: 0;
  }

  .button-3 {
    justify-content: center;
    align-items: center;
    line-height: 2;
    display: flex;
  }

  .div-block-23 {
    position: static;
    inset: auto 0% 15%;
  }

  .html-embed-13 {
    margin-right: 0;
  }

  .db-politica {
    max-width: 468px;
  }

  .bold-text-3 {
    color: var(--white);
  }

  .d-imagem {
    height: 100%;
    min-height: 480px;
  }

  .paragraph-5 {
    margin-top: 90px;
    margin-bottom: 40px;
    font-size: 32px;
  }

  .div-block-27 {
    max-width: none;
  }

  .div-block-36 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    justify-content: space-between;
    max-width: none;
    margin-bottom: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-36.m-playlist {
    flex-flow: column wrap;
    padding-top: 60px;
  }

  .heading-29 {
    text-align: center;
    margin-bottom: 60px;
    margin-left: auto;
    font-size: 32px;
  }

  .link-block {
    width: 278px;
    height: 54px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nona-dobra {
    max-width: none;
    height: auto;
    padding-top: 0;
  }

  .nona-dobra.nona-b {
    padding-bottom: 0;
  }

  .div-block-40 {
    flex-flow: column wrap;
    height: auto;
    min-height: 370px;
    margin-top: 0;
  }

  .div-block-41 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    max-width: none;
    display: none;
  }

  .div-block-41.studios-c {
    flex-flow: column;
    height: 374px;
    padding-bottom: 15px;
    padding-left: 20px;
  }

  .div-block-42 {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 260px;
  }

  .div-block-42.d-studio {
    flex-wrap: wrap;
    align-content: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .div-block-43 {
    width: 100%;
    height: 54px;
  }

  .heading-35.n-studio {
    margin-bottom: 1rem;
    padding-top: 0;
  }

  .heading-36 {
    font-size: 28px;
  }

  .div-block-46 {
    margin-top: 10px;
  }

  .image-15 {
    font-size: 28px;
  }

  .image-17 {
    height: 568px;
  }

  .mask-2 {
    max-width: none;
  }

  .carrossel-professores.carrossel-passos {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    max-width: 360px;
    height: 100%;
    min-height: 374px;
  }

  .right-arrow {
    margin-right: 0;
  }

  .left-arrow {
    margin-left: 0;
  }

  .div-block-49 {
    padding-left: 0;
  }

  .div-block-50 {
    min-height: 100vh;
  }

  .faq-answer {
    background-color: #e8fbe800;
    border: 1px #000;
    padding: 0 40px 24px 0;
  }

  .faq-block {
    margin-left: -24px;
    margin-right: -24px;
  }

  .head-medium {
    letter-spacing: .41px;
    font-size: 28px;
    line-height: 30px;
  }

  .head-regular {
    letter-spacing: -.19px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 28px;
  }

  .block-grid {
    grid-row-gap: 48px;
  }

  .faq-q {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-title {
    padding-left: 24px;
    padding-right: 24px;
  }

  .faq-default {
    padding: 80px 24px;
  }

  .container-faq-default.basic-grid {
    grid-row-gap: 120px;
    max-width: 500px;
  }

  .accordian-item {
    max-width: 100%;
  }

  .plus-icon {
    background-color: #0000;
    border-radius: 0;
    width: 12px;
    min-width: 12px;
    height: 40px;
    min-height: 40px;
    margin-right: 24px;
  }

  .section-modalidade {
    flex-direction: column;
    display: flex;
  }

  .flex-block-6 {
    flex-flow: column wrap;
  }

  .div-block-52 {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 260px;
  }

  .div-block-53 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    max-width: none;
    display: none;
  }

  .c-carousel-coach.mobile {
    max-width: none;
    display: flex;
  }

  .c-carousel-coach.desktop {
    display: none;
  }

  .flex-block-8 {
    text-align: left;
    border-radius: 50%;
    justify-content: center;
    width: auto;
    height: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .db-title-cta {
    flex-flow: column wrap;
    align-content: center;
    width: auto;
    display: flex;
  }

  .terceira-dobra-2 {
    align-items: center;
    width: 100%;
    min-width: 0;
    max-width: none;
    padding-top: 90px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-sections {
    text-align: center;
    margin-left: 0;
    font-size: 32px;
  }

  .slider-3 {
    height: auto;
  }

  .link-block-2 {
    width: 278px;
    height: 54px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block-2.btn-banner {
    margin-right: 100px;
  }

  .flex-block-9 {
    align-items: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mask-3 {
    width: 414px;
  }

  .slider-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 80px;
    display: flex;
  }

  .paragraph-22 {
    text-align: center;
  }

  .image-22 {
    border-radius: 50%;
    width: 126px;
    max-width: none;
    height: 126px;
    margin-bottom: 0;
  }

  .db-content {
    flex-direction: column;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .logo-wrapper {
    grid-row-gap: 20px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 374px;
    margin-top: 0;
    padding-top: 31px;
    padding-bottom: 31px;
    display: flex;
    position: relative;
  }

  .nona-dobra-2 {
    max-width: none;
    height: auto;
    padding-top: 0;
  }

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

  .div-block-62 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    justify-content: space-between;
    max-width: none;
    margin-bottom: 70px;
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-13 {
    align-items: flex-start;
    display: flex;
  }

  .social-links-footer-2 {
    justify-content: flex-start;
    margin-left: 0;
  }

  .grid-4 {
    flex-flow: column;
    place-content: flex-start;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .bold-text-11 {
    font-size: .875rem;
  }

  .paragraph-25 {
    line-height: 2;
  }

  .div-block-66 {
    width: 100%;
    margin-top: 0;
  }

  .div-block-66.f-p {
    margin-left: 0;
  }

  .div-block-66.f-l-principais {
    padding-left: 0;
  }

  .heading-61 {
    margin-bottom: 0;
  }

  .div-block-67 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
  }

  .html-embed-17 {
    margin-top: 10px;
  }

  .section-carrousel {
    margin-top: 0;
  }

  .grid-3.modalidades {
    display: block;
  }

  .link-block-4 {
    width: 278px;
    height: 54px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-70 {
    padding-left: 0;
  }

  .div-block-71 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .utility_block {
    width: 95%;
  }

  .heading {
    font-size: 1.5rem;
  }

  .l-nav {
    background-color: var(--white);
    mix-blend-mode: normal;
    position: relative;
  }

  .c-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--white);
    order: 1;
    justify-content: space-between;
    align-items: center;
    padding-right: 0;
  }

  .c-nav-logo.w--current {
    flex: 1;
    order: 1;
    align-self: center;
    min-width: 50%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .c-nav-link {
    color: var(--black);
  }

  .c-nav-link:hover {
    color: var(--laranja);
  }

  .nav-menu {
    background-color: var(--white);
    opacity: 1;
    -webkit-text-stroke-color: #101010;
    mix-blend-mode: normal;
    width: 80%;
    height: 100%;
    min-height: 100vh;
    margin-top: 0;
  }

  .segunda-dobra {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .s-container {
    max-width: 360px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 100%;
    grid-auto-flow: column;
    display: flex;
  }

  .coluna {
    width: 100%;
  }

  .db-agenda.padding-default {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .footer {
    margin-bottom: auto;
    padding: 40px 20px 0;
  }

  .html-embed-3 {
    display: block;
  }

  .box-r-sociais {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .box-r-sociais.menu {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .heading-12.rs-mobile {
    color: var(--white);
  }

  .html-embed-9, .html-embed-10 {
    display: flex;
  }

  .pagekraft-agenda {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-22 {
    padding-left: 0;
  }

  .button-3 {
    color: var(--black);
    justify-content: center;
    align-items: center;
    line-height: 2;
    display: flex;
  }

  .div-block-23 {
    position: static;
    inset: auto 0% 15%;
  }

  .open-menu {
    width: 24px;
    display: none;
  }

  .open-menu.hamburguer {
    display: block;
  }

  .open-menu.hamburguer.menu-mobile-action {
    align-self: center;
    margin-left: 20px;
    display: block;
  }

  .l-instagram {
    align-self: center;
    max-height: 30px;
  }

  .db-politica {
    max-width: 360px;
  }

  .db-politica.old {
    padding-top: 0;
  }

  .db-cookiesof {
    max-width: 360px;
  }

  .text-block-5 {
    width: 100%;
  }

  .body-home {
    background-color: #f7f8fc;
    align-items: center;
  }

  .bold-text-3 {
    color: var(--white);
  }

  .d-imagem {
    height: auto;
    min-height: 480px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-27 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-top-bg {
    display: none;
  }

  .heading-26 {
    flex-flow: column wrap;
    align-items: center;
    font-size: 48px;
    display: flex;
  }

  .f-formas {
    flex-direction: column;
    align-items: center;
  }

  .div-block-36 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .div-block-36.m-playlist {
    margin-top: 0;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-29 {
    text-align: left;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    margin-bottom: 60px;
    margin-left: auto;
  }

  .heading-32 {
    font-size: 20px;
  }

  .nona-dobra {
    flex-wrap: nowrap;
    margin-bottom: 0;
    padding-top: 0;
    display: flex;
  }

  .nona-dobra.nona-b {
    width: auto;
    margin-top: 0;
  }

  .div-block-40 {
    align-items: center;
    height: auto;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-41.studios-c {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    height: auto;
    max-height: 400px;
    margin-top: 60px;
    margin-bottom: 0;
    padding-left: 5px;
    left: 0%;
    right: 0%;
  }

  .div-block-41.d-reservas {
    height: 100%;
    max-height: 378px;
  }

  .div-block-42.d-studio {
    flex-direction: column;
    max-width: 100%;
    padding-left: 0;
  }

  .div-block-43 {
    width: 100%;
    height: auto;
    padding-top: 20px;
  }

  .heading-35.n-studio {
    text-align: center;
    align-self: center;
    font-size: 24px;
  }

  .div-block-44 {
    max-width: 100%;
    font-size: 10px;
  }

  .paragraph-14 {
    align-self: flex-end;
    align-items: center;
    max-height: 100%;
    font-size: 13px;
    display: flex;
  }

  .heading-36 {
    align-items: center;
    display: flex;
  }

  .image-15 {
    width: 160px;
    height: 50px;
  }

  .image-17 {
    display: block;
  }

  .mask-2, .carrossel-professores.carrossel-passos {
    width: 100%;
  }

  .right-arrow {
    margin-right: 0;
    right: 0;
  }

  .left-arrow {
    margin-left: 0;
    left: 0;
  }

  .icon-4 {
    background-color: #0000;
    margin-left: 10px;
    margin-right: 0;
    left: auto;
    right: 0;
  }

  .icon-5 {
    background-color: #0000;
    margin-left: 10px;
    margin-right: 0;
    left: -11px;
  }

  .slide-nav {
    background-color: #0000;
  }

  .bg-top.agenda-pacote {
    background-size: cover;
  }

  .div-block-49 {
    padding-left: 0;
  }

  .div-block-50 {
    min-height: 100vh;
    margin-top: -50px;
    padding-top: 20px;
  }

  .faq-block {
    margin-left: 0;
    margin-right: 0;
  }

  .head-regular {
    font-size: 18px;
  }

  .faq-q {
    align-items: center;
  }

  .container-faq-default.basic-grid {
    max-width: 360px;
  }

  .flex-block-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-52 {
    max-height: 320px;
  }

  .section {
    padding-bottom: 220px;
  }

  .c-carousel-coach.mobile {
    max-width: none;
    display: block;
  }

  .c-carousel-coach.desktop {
    display: none;
  }

  .flex-block-8 {
    border-radius: 50%;
    align-items: flex-end;
    width: 100%;
  }

  .db-title-cta {
    flex-direction: column;
  }

  .terceira-dobra-2 {
    flex-flow: column;
    width: 100%;
    min-width: 0;
    max-width: none;
    margin-bottom: 0;
    padding: 60px 0;
    display: none;
  }

  .heading-sections {
    text-align: left;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 10px;
    margin-left: 0;
    line-height: 1.5;
  }

  .div-block-57 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-block-58 {
    height: 100%;
  }

  .slider-3 {
    justify-content: center;
    width: auto;
    height: auto;
  }

  .html-embed-16 {
    font-size: 14px;
    line-height: 1;
  }

  .link-block-2.btn-banner {
    width: 220px;
    margin-bottom: 20px;
    margin-right: auto;
    font-size: 14px;
  }

  .flex-block-9 {
    width: 100%;
  }

  .slide {
    width: 320px;
    height: auto;
  }

  .icon-6 {
    color: var(--laranja);
  }

  .icon-6:hover {
    color: var(--black);
    margin-right: 60px;
    right: -20px;
  }

  .icon-6.esquerda {
    z-index: 9;
    color: var(--laranja);
    left: 0;
  }

  .mask-3 {
    width: 320px;
    overflow: hidden;
  }

  .slider-wrapper {
    overflow-wrap: normal;
    flex-flow: column wrap;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ". Area";
    grid-auto-flow: column;
    place-content: stretch flex-start;
    place-items: center baseline;
    width: 320px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .paragraph-22 {
    text-align: center;
  }

  .image-22 {
    border-radius: 50%;
    width: 126px;
    max-width: none;
    height: 126px;
  }

  .heading-46 {
    font-size: 20px;
    line-height: 21px;
  }

  .heading-46.txt-menor {
    font-size: 24px;
  }

  .db-content {
    width: 320px;
  }

  .logo-wrapper {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    flex: 0 auto;
    place-content: stretch space-between;
    align-items: stretch;
    width: auto;
    min-width: 0;
    max-width: none;
    margin-top: 0;
    margin-bottom: 60px;
    padding: 0 10px 40px;
    display: flex;
  }

  .heading-49 {
    font-size: 16px;
  }

  .div-block-60 {
    flex-flow: column;
    width: 100%;
    height: 100%;
  }

  .nona-dobra-2 {
    flex-wrap: nowrap;
    margin-bottom: 0;
    padding-top: 0;
  }

  .icon-7 {
    color: #000;
    margin-right: 0;
  }

  .container-2 {
    text-align: center;
    width: 320px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .right-arrow-3 {
    margin-left: auto;
    margin-right: 0;
  }

  .left-arrow-2 {
    margin-left: 0;
    inset: 0% auto 0% 0%;
  }

  .heading-51 {
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 28px;
    line-height: 1.2;
  }

  .paragraph-23 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .icon-8 {
    color: #000;
    margin-left: 0;
    margin-right: auto;
  }

  .div-block-62 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .div-block-62.depoimentos {
    margin-bottom: 0;
  }

  .bold-text-13 {
    display: inline;
  }

  .contato-info-2 {
    font-size: 14px;
  }

  .social-links-footer-2 {
    align-items: center;
  }

  .grid-4 {
    flex-wrap: nowrap;
    margin-top: 0;
    padding-left: 0;
  }

  .bold-text-11 {
    font-size: .875rem;
  }

  .heading-62 {
    margin-bottom: 0;
  }

  .instagram-icon-2 {
    align-items: center;
    max-height: 30px;
    display: flex;
  }

  .footer-2 {
    align-self: flex-start;
    margin-bottom: auto;
    padding: 40px 0 0;
  }

  .paragraph-25.endereco {
    align-items: flex-start;
    line-height: 1.2;
  }

  .div-block-66 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    max-width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .div-block-66.f-si, .div-block-66.f-p {
    width: 100%;
    max-width: 100%;
  }

  .div-block-66.f-l-principais {
    max-width: 100%;
  }

  .icone-info-contato-2 {
    padding-left: 0;
    font-size: 10px;
  }

  .icone-info-contato-2.icon-zap {
    align-self: flex-start;
    padding-left: 0;
  }

  .facebook-icon-2 {
    align-items: center;
    max-height: 30px;
    margin-right: 0;
    display: flex;
  }

  .f-container-2 {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-67 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    margin-bottom: 0;
  }

  .image-34, .image-35, .image-36, .image-37, .image-38 {
    margin-bottom: 20px;
  }

  .html-embed-17 {
    margin-top: 0;
  }

  .modalidade {
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .coluna-2 {
    width: 100%;
  }

  .coluna-2.modalidade1.item2 {
    min-width: 100%;
  }

  .coluna-2.modalidade1 {
    background-size: cover;
  }

  .coluna-2.modalidade1.item6 {
    min-width: 100%;
  }

  .coluna-2.modalidade1.item4 {
    min-width: 100%;
    margin-bottom: 10px;
  }

  .coluna-2.modalidade1.item5 {
    min-width: 100%;
  }

  .heading-53 {
    font-size: 20px;
  }

  .grid-3 {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 100%;
    grid-auto-flow: column;
    display: flex;
  }

  .grid-3.modalidades {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-4 {
    padding-bottom: 10px;
  }

  .image-41 {
    margin-left: -50px;
  }

  .div-block-68 {
    justify-content: flex-start;
    align-items: center;
    width: 78px;
    height: 100%;
    padding-left: 0;
    display: flex;
  }

  .menu-mobile-action {
    max-width: 32px;
  }

  .div-block-70 {
    padding-left: 0;
  }

  .c-nav-link-2 {
    color: #000;
  }

  .c-nav-link-2:hover {
    color: #ed672f;
  }
}

#w-node-_950ba4cc-7c64-0e0f-6d72-b1755d80e1f7-e3f0bca3, #w-node-_97543f09-5651-68d6-08d9-754904b824e8-e3f0bca3, #w-node-_97543f09-5651-68d6-08d9-754904b824f5-e3f0bca3, #w-node-c88e729b-609c-9c56-a669-3d68ee7db0fe-e3f0bca3, #w-node-_97543f09-5651-68d6-08d9-754904b8250d-e3f0bca3, #w-node-_97543f09-5651-68d6-08d9-754904b8251a-e3f0bca3, #w-node-_3c7ebd45-cad1-1e33-6553-b1ad6ae1d95a-e3f0bca3, #w-node-e5a1f7f9-5195-15b2-33f4-77c6cc88965c-e3f0bca3, #w-node-_57875af7-f129-ac74-f5e6-07dc07783dc8-e3f0bca3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_4569d397-5ac9-cc55-6ce8-97d82c44b234-e3f0bca3 {
  justify-self: end;
}

#w-node-_4569d397-5ac9-cc55-6ce8-97d82c44b235-e3f0bca3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4569d397-5ac9-cc55-6ce8-97d82c44b23e-e3f0bca3 {
  justify-self: start;
}

#w-node-_4569d397-5ac9-cc55-6ce8-97d82c44b23f-e3f0bca3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4569d397-5ac9-cc55-6ce8-97d82c44b248-e3f0bca3 {
  justify-self: end;
}

#w-node-_4569d397-5ac9-cc55-6ce8-97d82c44b249-e3f0bca3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4569d397-5ac9-cc55-6ce8-97d82c44b252-e3f0bca3 {
  justify-self: start;
}

#w-node-_4569d397-5ac9-cc55-6ce8-97d82c44b253-e3f0bca3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4569d397-5ac9-cc55-6ce8-97d82c44b25e-e3f0bca3 {
  justify-self: end;
}

#w-node-_4569d397-5ac9-cc55-6ce8-97d82c44b25f-e3f0bca3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4569d397-5ac9-cc55-6ce8-97d82c44b268-e3f0bca3 {
  justify-self: start;
}

#w-node-_4569d397-5ac9-cc55-6ce8-97d82c44b269-e3f0bca3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4569d397-5ac9-cc55-6ce8-97d82c44b272-e3f0bca3 {
  justify-self: end;
}

#w-node-_4569d397-5ac9-cc55-6ce8-97d82c44b273-e3f0bca3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4569d397-5ac9-cc55-6ce8-97d82c44b27c-e3f0bca3 {
  justify-self: start;
}

#w-node-_4569d397-5ac9-cc55-6ce8-97d82c44b27d-e3f0bca3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4569d397-5ac9-cc55-6ce8-97d82c44b290-e3f0bca3 {
  justify-self: end;
}

#w-node-_4569d397-5ac9-cc55-6ce8-97d82c44b291-e3f0bca3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4569d397-5ac9-cc55-6ce8-97d82c44b29c-e3f0bca3 {
  justify-self: start;
}

#w-node-_4569d397-5ac9-cc55-6ce8-97d82c44b29d-e3f0bca3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4569d397-5ac9-cc55-6ce8-97d82c44b2a8-e3f0bca3 {
  justify-self: end;
}

#w-node-_4569d397-5ac9-cc55-6ce8-97d82c44b2a9-e3f0bca3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4569d397-5ac9-cc55-6ce8-97d82c44b2b4-e3f0bca3 {
  justify-self: start;
}

#w-node-_4569d397-5ac9-cc55-6ce8-97d82c44b2b5-e3f0bca3, #w-node-_4569d397-5ac9-cc55-6ce8-97d82c44b2c3-e3f0bca3, #w-node-_5350502e-98b7-4fbd-bedd-732a7180ef48-7180ef42, #w-node-_5350502e-98b7-4fbd-bedd-732a7180ef56-7180ef42, #w-node-_5350502e-98b7-4fbd-bedd-732a7180ef5e-7180ef42, #w-node-_5350502e-98b7-4fbd-bedd-732a7180ef66-7180ef42, #w-node-_5350502e-98b7-4fbd-bedd-732a7180ef70-7180ef42, #w-node-_0b422a80-4c31-7444-5fe5-f911e55d182f-e3f0bca9, #w-node-_0b422a80-4c31-7444-5fe5-f911e55d1830-e3f0bca9, #w-node-_90223e07-f871-a2bf-402d-13330c447c5a-e3f0bcac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_950ba4cc-7c64-0e0f-6d72-b1755d80e1f7-e3f0bca3, #w-node-_97543f09-5651-68d6-08d9-754904b824e8-e3f0bca3, #w-node-_97543f09-5651-68d6-08d9-754904b824f5-e3f0bca3, #w-node-c88e729b-609c-9c56-a669-3d68ee7db0fe-e3f0bca3, #w-node-_97543f09-5651-68d6-08d9-754904b8250d-e3f0bca3, #w-node-_97543f09-5651-68d6-08d9-754904b8251a-e3f0bca3, #w-node-_3c7ebd45-cad1-1e33-6553-b1ad6ae1d95a-e3f0bca3, #w-node-e5a1f7f9-5195-15b2-33f4-77c6cc88965c-e3f0bca3, #w-node-_57875af7-f129-ac74-f5e6-07dc07783dc8-e3f0bca3 {
    justify-self: stretch;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_5350502e-98b7-4fbd-bedd-732a7180ef56-7180ef42 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4569d397-5ac9-cc55-6ce8-97d82c44b234-e3f0bca3, #w-node-_4569d397-5ac9-cc55-6ce8-97d82c44b290-e3f0bca3 {
    align-self: center;
  }
}


@font-face {
  font-family: 'Agencyfb';
  src: url('../fonts/AgencyFB-Bold.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agencyfb';
  src: url('../fonts/AgencyFB-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}