:root {
  --green: #28ac3d;
  --gold: #fcd35f;
  --blue: #385f8f;
  --light-blue: #05aaeb;
  --black: #111;
  --white: #fdfdfc;
  --2: #202020;
  --orange: #ab7535;
  --trabs: #868686b3;
}

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

.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-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.tablet-hide {
  display: block;
}

.playground {
  padding: 60px;
}

.font-17 {
  text-align: left;
  font-size: 17px;
  line-height: 20px;
}

.button {
  background-color: var(--green);
  color: #000;
  text-align: center;
  border-radius: 0 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 17px 30px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  transition: all .2s;
  display: flex;
  box-shadow: 6px 6px #0000004d, 0 10px 10px #00000040;
}

.button:hover {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 3px #fff;
  transform: scale(1.1);
  box-shadow: 0 0 0 2px #fff, 0 3px 3px #0000004d, 0 10px 10px #00000040;
}

.button.mb30.mt30 {
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 600;
}

.button.mb30.mt30.max-350 {
  background-image: linear-gradient(322deg, #ab7535, var(--gold) 49%, #ab7535 91%, #ab7535);
  width: 40%;
}

.button.safira {
  background-image: linear-gradient(322deg, var(--blue), var(--light-blue) 49%, #385f8f 91%, #385f8f);
  color: #fff;
  text-transform: uppercase;
}

.button.max {
  width: 100%;
  max-width: 400px;
  font-family: Manrope, sans-serif;
  font-weight: 700;
}

.button.max._8ppl {
  color: var(--black);
  text-transform: uppercase;
  background-image: linear-gradient(121deg, #28ac3d, #52d0a3);
  border-radius: 20px;
  max-width: 400px;
  padding: 20px 22px;
  font-family: Agrandir, sans-serif;
  font-size: 16px;
}

.button.max._8ppl.mb-30 {
  color: var(--white);
  background-image: linear-gradient(121deg, #28ac3d, #2fb383);
  border-radius: 20px;
  margin-bottom: 30px;
}

.button.orange {
  background-image: linear-gradient(155deg, #e5792b, #f2af36);
}

.button.orange.max-350 {
  max-width: 350px;
}

.button.orange._8ppl {
  border-radius: 50px;
}

.button.wpp {
  color: #fff;
  background-color: #139d01;
  border-radius: 2px;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
}

.h2-planner {
  color: var(--2);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Flatline, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.h2-planner.mb-20 {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.h2-planner.mb-20.center {
  text-align: left;
  font-family: Raleway, sans-serif;
  font-size: 40px;
  line-height: 47px;
}

.h2-planner.center {
  text-align: center;
  margin-bottom: 45px;
}

.h2-planner.center.mt-50 {
  margin-top: 50px;
}

.h2-planner.center.mt-50.degrade {
  margin-bottom: 20px;
}

.h2-planner.center.mt-50.degrade.max-800.aquecimento {
  max-width: 650px;
  margin-top: 60px;
  margin-bottom: 30px;
}

.h2-planner.center.mt-50.degrade.left {
  text-align: left;
  max-width: 450px;
  font-family: Manrope, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.h2-planner.center.degrade.max-800 {
  max-width: 800px;
}

.h2-planner.max {
  max-width: 600px;
  margin-top: 60px;
  margin-bottom: 0;
}

.body {
  background-color: #000;
}

.h2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
  font-weight: 300;
  line-height: 45px;
}

.p1 {
  color: var(--white);
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
}

.p1.mb20 {
  text-align: justify;
  margin-bottom: 20px;
  padding-right: 30px;
}

.p1.mb20.max-426 {
  max-width: 390px;
  font-weight: 300;
  line-height: 30px;
}

.p1.mb20.center {
  text-align: left;
}

.p1.mb20.maior {
  font-size: 22px;
}

.p1.mb20._8ppl {
  font-weight: 300;
}

.p1.center {
  color: var(--white);
  text-align: center;
  font-size: 21px;
  font-weight: 300;
}

.p1.center.max-755 {
  max-width: 780px;
}

.p1.center.max-755.aquecimento {
  max-width: 650px;
  margin-bottom: 30px;
}

.p1.center.max-900 {
  color: var(--2);
  max-width: 900px;
  margin-bottom: 30px;
}

.p1.center.max-900.cursiva {
  max-width: 600px;
  font-family: Flatline, sans-serif;
}

.p1.mb-30 {
  margin-bottom: 30px;
}

.p1.mb-30._8ppl {
  font-family: Agrandir, sans-serif;
}

.p1.black {
  color: var(--black);
  margin-bottom: 29px;
}

.body-2 {
  background-color: #000;
  font-family: Inter, sans-serif;
}

.home {
  background-image: url('../images/capa-larice700.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-bottom: 2px solid #fcd35f;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
}

.home.aquecimento {
  background-image: url('../images/capa-larice-aquecimento.jpg');
}

._1140 {
  width: 1140px;
  max-width: 1140px;
}

._1140.center {
  flex-flow: column;
  align-items: center;
  display: flex;
}

._1140.center.aqc {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  width: 760px;
}

._1140.center._2 {
  justify-content: center;
  align-items: center;
}

._1140.center._3 {
  color: var(--black);
  justify-content: center;
  align-items: flex-start;
}

.alinhamento-esquerda {
  max-width: 550px;
}

.alinhamento-esquerda._8ppl {
  max-width: 438px;
  margin-left: 60px;
  position: relative;
  left: 50px;
}

.form {
  max-width: 550px;
}

.success-message {
  background-color: #ddd;
  max-width: 550px;
}

.form-block {
  max-width: 550px;
}

.degrade {
  background-image: linear-gradient(146deg, var(--orange), var(--gold) 53%, var(--orange));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Flatline, sans-serif;
}

.descubra-mais {
  color: #fff;
  background-image: url('../images/bg-2.jpg');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  height: 757px;
  font-family: Manrope, sans-serif;
  font-size: 17px;
  display: flex;
}

.descubra-mais.aquecimento {
  background-image: linear-gradient(#000000b5, #000000b5), url('../images/capa-2-aquecimento.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100%;
}

.alinhamento-direita {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.alinhamento-direita.final {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.alinhamento-direita.final._8ppl {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph {
  text-align: right;
  font-family: Inter, sans-serif;
}

.box-right {
  background-image: linear-gradient(#121212cc, #121212cc);
  border: 1px solid #fcd35f;
  border-radius: 5px;
  max-width: 45%;
  margin-bottom: 15px;
  padding: 16px 30px;
}

.box-right._2 {
  max-width: 35%;
}

.box-right._3 {
  max-width: 100%;
}

.p2 {
  max-width: 100%;
  margin-bottom: 0;
}

.para-quem-e {
  background-image: url('../images/bg-3.jpg');
  background-position: 50%;
  background-size: cover;
  height: 828px;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". ."
                       ". Area";
  justify-items: stretch;
}

.div-icon {
  background-image: linear-gradient(to bottom, var(--black), #1a1a1a);
  border: 1px solid #868686ad;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  padding: 26px;
}

.div-icon._2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon {
  margin-bottom: 20px;
}

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

.mentoria-contents {
  background-color: #000000b3;
  border-radius: 15px;
  padding: 16px 32px;
}

.image-6 {
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

.process_row.mb-50 {
  margin-bottom: 50px;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.process_card-image {
  width: auto;
  height: 7.81rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.process_card {
  border: 1px solid #000;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.text-size-small {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: .875rem;
}

.process_card-content {
  background-image: url('../images/noise_1noise.webp');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 800px 800px;
  border: 2px solid #868686a1;
  border-radius: 1rem;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.process_card-content.aquecimento {
  flex-direction: column;
  align-items: center;
}

.text-color-green {
  color: var(--gold);
}

.heading {
  color: #fff;
  font-family: Manrope, sans-serif;
}

.div-block {
  justify-content: center;
  align-items: center;
  max-width: 550px;
  display: flex;
}

.quando {
  background-image: url('../images/bg4.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  min-height: 500px;
  max-height: none;
}

.bold-text-3 {
  color: #05aaeb;
}

._3-videos {
  margin-top: 30px;
  margin-bottom: 30px;
}

.quick-stack-2 {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-final {
  border-bottom: 2px solid var(--gold);
  background-image: url('../images/capa-final.jpg');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  min-height: 940px;
  display: flex;
}

.div-block-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 570px;
  display: flex;
}

.footer {
  background-color: #000;
  background-image: linear-gradient(137deg, var(--black), #232323);
}

.container-11 {
  padding-top: 32px;
  padding-bottom: 32px;
}

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

.paragraph-7.footer-text {
  color: #d8d8d8;
  font-size: 12px;
}

.link-3 {
  color: #05b375;
}

.html-embed-2 {
  display: none;
  overflow: hidden;
}

.tabs {
  -webkit-text-stroke-color: transparent;
  background-color: #0000;
  width: 60%;
}

.tabs-menu {
  background-color: #0000;
}

.tab-link-tab-1 {
  background-color: var(--gold);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.tab-link-tab-1.w--current {
  background-color: var(--gold);
  background-image: linear-gradient(to bottom, var(--orange), var(--gold) 50%, var(--orange));
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.tab-link-tab-1.w--current:active {
  background-color: #f1f1f1;
}

.passo {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.passo:active {
  color: #fff;
}

.tab-link-tab-2 {
  background-color: var(--blue);
  background-image: linear-gradient(to bottom, var(--blue), var(--light-blue) 49%, var(--blue));
}

.tab-link-tab-2:active {
  background-color: #f1f1f1;
}

.tab-link-tab-3 {
  background-color: var(--gold);
  background-image: linear-gradient(#dda267, #fefbb5 51%, #dda267);
}

.tab-link-tab-3:active {
  background-color: #f1f1f1;
}

.data {
  background-image: linear-gradient(149deg, var(--orange), var(--gold) 50%, var(--orange));
  flex-direction: column;
  align-items: center;
  width: 100vw;
  margin-bottom: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.txt-black {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
}

.html-embed-3 {
  color: #000;
  text-align: center;
}

.youtube {
  background-image: none;
  width: 500px;
}

.box-aula {
  border: 1px solid var(--gold);
  background-image: linear-gradient(#090909, #1a1a1a);
  border-radius: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  text-decoration: none;
  display: flex;
}

.thumb-aulla {
  margin-right: 30px;
  padding-right: 0;
}

.cell-2 {
  color: #fff;
  font-family: Manrope, sans-serif;
}

.quick-stack-3 {
  grid-row-gap: 2px;
  padding: 0;
}

.txt {
  color: var(--black);
  text-align: center;
  border: 1px #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  text-decoration: none;
}

.div-block-3 {
  border: 1px solid var(--light-blue);
  background-image: linear-gradient(to bottom, var(--black), #1a1a1a);
  border-radius: 5px;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.cell-3, .cell-4 {
  justify-content: center;
}

.text-block {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.text-heading {
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 35px;
}

.html-embed-4 {
  display: none;
}

.section-hero {
  background-image: url('../images/bg-hero.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.h1-8ppl {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Flatline, sans-serif;
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1.2em;
}

.h1-8ppl.max-600 {
  text-align: center;
  max-width: 600px;
}

.h1-8ppl.max-600.degrade.left {
  text-align: left;
}

.h1-8ppl.center {
  text-align: center;
}

.h1-8ppl.center.max-600 {
  color: var(--black);
  max-width: 600px;
  font-size: 25px;
  font-weight: 600;
}

.h1-8ppl.center.aa {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
}

.h1-8ppl.bold {
  margin-bottom: 20px;
  font-weight: 700;
}

.logo {
  max-width: 30%;
  margin-bottom: 30px;
  margin-left: -20px;
}

.section-treino {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Manrope, sans-serif;
  display: flex;
  position: relative;
}

.body-3 {
  background-color: var(--white);
  font-family: Manrope, sans-serif;
}

.quick-stack-4 {
  margin-top: 20px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.quick-stack-5 {
  padding: 0 0 30px;
}

.block-black {
  border-style: solid;
  border-width: 1px;
  border-color: #868686b3 var(--trabs) var(--gold) #868686b3;
  background-image: linear-gradient(#090909, #1a1a1a);
  border-radius: 5px;
  width: 350px;
  height: 200px;
  padding: 25px;
}

.icon-block {
  margin-bottom: 25px;
}

.calculadora {
  position: absolute;
  inset: auto auto 0% -15%;
}

.calculadora.tablet-hide {
  inset: auto auto 0% -15%;
}

.section-3 {
  background-image: url('../images/Frame-2.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
  height: 100%;
}

.steps {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 100%;
  display: block;
}

.step {
  color: #fff;
  max-width: none;
  padding-right: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.quick-stack-6 {
  grid-row-gap: 6px;
  padding: 0;
}

.cell-5 {
  justify-content: flex-start;
  align-items: flex-end;
}

.cell-5._8 {
  justify-content: flex-start;
  align-items: center;
}

.image-7 {
  width: 53.875px;
  max-width: none;
  min-height: 100%;
}

.image-7._8 {
  min-height: auto;
}

.cell-6 {
  padding-bottom: 30px;
}

.image-8 {
  width: 60px;
  max-width: none;
}

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

.section-4 {
  background-color: var(--2);
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.block-bg {
  background-image: linear-gradient(180deg, var(--black), #1a1a1a);
  border: 1px solid #ffffff5e;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 40px;
}

.block-bg.final {
  background-image: linear-gradient(#090909de, #1a1a1af2);
  min-width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.cell-14 {
  justify-content: center;
  align-items: flex-start;
  padding-right: 100px;
}

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

.cell-15 {
  justify-content: center;
  align-items: flex-start;
  padding-left: 30px;
}

.degrade-orange {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#e5792b, #f2af36);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-5 {
  color: red;
  text-decoration: line-through;
}

.mb-20 {
  margin-bottom: 20px;
}

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

.list._2 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.text-list {
  color: #fff;
  padding-left: 10px;
  font-size: 16px;
}

.v-flex, .cell-16 {
  justify-content: center;
  align-items: center;
}

.price {
  color: #38ed8c;
  text-align: center;
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 40px;
}

.p30 {
  color: #fff;
  text-align: center;
  max-width: 750px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
}

.section-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.grid-3 {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 20px;
  overflow: hidden;
}

.div-block-4 {
  opacity: 1;
  width: 100%;
  height: 100%;
  padding-right: 0;
  overflow: visible;
}

.div-block-4:hover {
  opacity: .3;
}

.image-bug {
  opacity: 1;
  max-width: 100%;
  display: inline-block;
  overflow: visible;
}

.section-6 {
  background-color: var(--2);
  padding-top: 30px;
  padding-bottom: 10px;
  display: block;
}

.text-block-2 {
  color: #ffffffd1;
  text-align: center;
  max-width: 360px;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 200;
}

.text-block-2._2 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 25px;
}

.flex-block-2 {
  color: #fff9;
  justify-content: flex-start;
  align-items: center;
  max-width: 295px;
  padding-top: 0;
}

.cell-17 {
  justify-content: center;
  align-items: center;
}

.quick-stack-7 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.section-7 {
  background-color: var(--2);
  padding-top: 60px;
  padding-bottom: 60px;
}

.final {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  padding-left: 100px;
  padding-right: 100px;
}

.section-01 {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
}

.box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--2);
  border: 1px solid #fcd35f;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 720px;
  max-height: none;
  margin-bottom: 30px;
  padding: 20px 30px;
  display: block;
}

.box._2 {
  margin-bottom: 0;
}

.text-span-6 {
  color: #f60000;
}

.flex-block-3 {
  border-bottom: 1px solid #dddddd80;
  min-width: 900px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.flex-block-3.mb-30 {
  border-bottom-color: var(--trabs);
  margin-bottom: 30px;
}

.image-10 {
  max-width: 80%;
  padding-right: 10px;
}

.secition-04 {
  background-color: var(--white);
  min-height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 29px;
}

.box-gird {
  border-right: 1px solid var(--gold);
  justify-content: flex-start;
  align-items: center;
  min-height: 420px;
  padding: 40px 20px;
}

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

.icon-aprender {
  margin-bottom: 20px;
}

.accordion-item {
  background-color: #1d1d1d;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

.accordion-heading {
  color: var(--white);
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Flatline, sans-serif;
  font-weight: 500;
  line-height: 30px;
}

.paragraph-8 {
  color: var(--white);
}

.icon-2.accordion-icon {
  color: #fabd69;
  cursor: pointer;
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-weight: 200;
  line-height: 30px;
}

.heading-6 {
  color: #f4f4f4;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Flatline, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.section-faq {
  background-color: var(--black);
  padding: 60px 30px;
}

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 940px;
}

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

.accordion-item-content {
  color: var(--white);
  margin-top: 10px;
  margin-right: 30px;
  font-weight: 200;
  overflow: hidden;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-wrapper {
  margin-top: 50px;
}

.bold-text-4 {
  font-weight: 700;
}

.section-para-quem {
  padding-top: 60px;
  padding-bottom: 60px;
}

.line {
  border-bottom: 1px solid var(--gold);
  color: var(--black);
}

.grid-5 {
  grid-template-rows: auto;
  place-items: start center;
}

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

.bold-text-5 {
  font-size: 27px;
}

.grid-7 {
  grid-template-rows: auto;
  place-items: center;
  margin-bottom: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-30.mt30 {
  margin-top: 30px;
}

.section-02 {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  min-height: 265px;
  display: flex;
}

.flex-block-4 {
  border-bottom: 1px solid #dddddd80;
  min-width: 900px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.flex-block-4._2 {
  margin-bottom: 15px;
}

.image-11 {
  max-width: 80%;
  padding-right: 10px;
}

.p1-2 {
  color: #f3f3f3f2;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
}

.p1-2.black {
  color: var(--2);
}

.image-12 {
  max-width: 80%;
  padding-right: 10px;
}

.section-03 {
  padding-top: 60px;
  padding-bottom: 30px;
}

.grid-8 {
  grid-template-rows: auto;
  place-items: center;
  max-width: 1100px;
}

.div-block-5 {
  max-width: 700px;
}

.section-05 {
  background-color: var(--2);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 750px;
  display: flex;
}

.grid-9 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  margin-bottom: 30px;
}

.grid-10 {
  grid-template-rows: auto;
  place-items: center;
}

.f1 {
  max-width: 75%;
}

.button-2 {
  color: #000;
  text-align: center;
  background-color: #38ec8c;
  border-radius: 0 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 17px 30px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  transition: all .2s;
  display: flex;
  box-shadow: 6px 6px #0000004d, 0 10px 10px #00000040;
}

.button-2:hover {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 3px #fff;
  transform: scale(1.1);
  box-shadow: 0 0 0 2px #fff, 0 3px 3px #0000004d, 0 10px 10px #00000040;
}

.p1-3 {
  color: #fff;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.p1-3.mb-30 {
  margin-bottom: 30px;
}

.p1-3.mb20 {
  margin-bottom: 20px;
}

.p1-3.mb20.maior {
  font-size: 22px;
}

.flex-block-5 {
  justify-content: center;
  align-items: center;
}

.block-bg-2 {
  background-image: linear-gradient(#090909, #1a1a1a);
  border: 1px solid #ffffff5e;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 40px;
}

.block-bg-2.final {
  border-width: 2px;
  border-color: var(--gold);
  background-image: linear-gradient(#090909de, #1a1a1af2);
  min-width: auto;
}

.text-span-7 {
  color: red;
  text-decoration: line-through;
}

.degrade-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ab7535, #fcd35f 53%, #ab7535);
  -webkit-background-clip: text;
  background-clip: text;
}

.button-3 {
  color: #000;
  text-align: center;
  background-color: #38ec8c;
  border-radius: 0 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 17px 30px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  transition: all .2s;
  display: flex;
  box-shadow: 6px 6px #0000004d, 0 10px 10px #00000040;
}

.button-3:hover {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 3px #fff;
  transform: scale(1.1);
  box-shadow: 0 0 0 2px #fff, 0 3px 3px #0000004d, 0 10px 10px #00000040;
}

.button-3._8ppl {
  border-radius: 20px;
}

.p1-4 {
  color: #fff;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.p1-4.mb20 {
  margin-bottom: 20px;
}

.p1-4.mb20.maior {
  font-size: 22px;
}

.text-span-8 {
  color: red;
  text-decoration: line-through;
}

.degrade-3 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ab7535, #fcd35f 53%, #ab7535);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
}

.image-13 {
  max-width: 70%;
}

.marquee {
  z-index: 1000;
  grid-column-gap: 1rem;
  background-color: #0000;
  width: 100%;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.marquee-content.scroll {
  align-items: center;
  line-height: 143px;
}

.text-block-3 {
  color: #e4ded7;
  text-transform: uppercase;
  font-family: Flatline, sans-serif;
  font-size: 4vw;
  font-weight: 900;
  line-height: 1;
}

.text-block-3.degrade-2 {
  font-size: 4vw;
  line-height: 1.3;
}

.bold-text-6 {
  color: var(--orange);
}

.button-4 {
  color: #000;
  text-align: center;
  background-color: #38ec8c;
  border-radius: 0 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 17px 30px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  transition: all .2s;
  display: flex;
  box-shadow: 6px 6px #0000004d, 0 10px 10px #00000040;
}

.button-4:hover {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 3px #fff;
  transform: scale(1.1);
  box-shadow: 0 0 0 2px #fff, 0 3px 3px #0000004d, 0 10px 10px #00000040;
}

.button-4.orange {
  background-image: linear-gradient(155deg, #e5792b, #f2af36);
}

.button-4.orange.max-350 {
  max-width: 350px;
}

.grid-11 {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 20px;
  overflow: hidden;
}

.section-8 {
  background-color: var(--2);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.h1-8ppl-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Agrandir, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.4em;
}

.h1-8ppl-2.max-600 {
  text-align: center;
  max-width: 600px;
}

.h1-8ppl-2.max-600.degrade {
  font-family: Flatline, sans-serif;
  font-weight: 700;
}

.div-block-6 {
  opacity: 1;
  width: 100%;
  height: 100%;
  padding-right: 0;
  overflow: visible;
}

.div-block-6:hover {
  opacity: .3;
}

@media screen and (max-width: 991px) {
  .tablet-hide {
    display: none;
  }

  ._1140 {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

@media screen and (max-width: 767px) {
  .process_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .process_card-content {
    padding: 1.5rem;
  }

  .box-aula {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .accordion-item-content {
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .button {
    text-align: center;
    min-width: 300px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }

  .button.mb30.mt30 {
    font-weight: 600;
  }

  .button.mb30.mt30.max-350.aquecimento {
    margin-top: 0;
  }

  .button.max {
    width: auto;
    min-width: auto;
    max-width: 90%;
    font-family: Inter, sans-serif;
    font-size: 17px;
    font-weight: 700;
  }

  .button.max._8ppl {
    min-width: 250px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Manrope, sans-serif;
    font-size: 15px;
  }

  .button.orange.max-350 {
    max-width: 285px;
  }

  .h2-planner {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }

  .h2-planner.mb-20 {
    text-align: left;
    font-size: 20px;
    line-height: 30px;
  }

  .h2-planner.mb-20.center {
    text-align: center;
  }

  .h2-planner.center {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 25px;
  }

  .h2-planner.center.mt-50.degrade.max-800.aquecimento {
    font-size: 20px;
  }

  .h2 {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .p1.mb20 {
    text-align: center;
    padding-right: 0;
    font-size: 17px;
  }

  .p1.mb20.max-426, .p1.mb20.center {
    text-align: center;
  }

  .p1.center {
    font-size: 18px;
  }

  .p1.center.max-900 {
    font-size: 17px;
  }

  .p1.mb-30 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 22px;
  }

  .p1.mb-30.degrade {
    font-size: 1.3em;
  }

  .p1.mb-30.degrade._20 {
    margin-bottom: 0;
  }

  .p1.black {
    text-align: center;
  }

  .home {
    background-image: url('../images/capa-mobile.jpg2.jpg');
    background-position: 50%;
    background-attachment: scroll;
  }

  .home.aquecimento {
    justify-content: center;
    align-items: flex-start;
    height: 100%;
  }

  ._1140 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  ._1140.center {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  ._1140.center.aqc {
    width: 100%;
  }

  ._1140.center._0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  ._1140.center._3 {
    justify-content: center;
    align-items: center;
  }

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

  .alinhamento-esquerda {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .alinhamento-esquerda._8ppl {
    justify-content: center;
    align-items: center;
    max-width: 335px;
    margin-left: 0;
    padding-right: 0;
    left: 0;
  }

  .image {
    max-width: 75%;
    margin-top: 90px;
    margin-bottom: -32px;
    padding-left: 12px;
  }

  .descubra-mais {
    background-position: 50%;
    height: 100%;
  }

  .alinhamento-direita.final {
    align-items: center;
  }

  .box-right, .box-right._2 {
    max-width: 100%;
  }

  .para-quem-e {
    height: 100%;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   "."
                   / 1.75fr;
    grid-auto-columns: .25fr;
    grid-auto-flow: column dense;
    justify-items: center;
  }

  .div-icon {
    margin-bottom: 20px;
  }

  .quick-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

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

  .process_row.mb-50 {
    margin-bottom: 30px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .quando {
    min-height: 100%;
  }

  .section-final {
    background-image: linear-gradient(#0000, #000 37%), url('../images/capa-mobile-final.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, contain;
    background-attachment: scroll, scroll;
    justify-content: center;
  }

  .div-block-2 {
    align-items: center;
    width: auto;
    padding-top: 200px;
    padding-bottom: 51px;
  }

  .paragraph-7.footer-text {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 10px;
  }

  .html-embed-2 {
    display: none;
    overflow: hidden;
  }

  .tabs {
    width: 100%;
  }

  .tabs-menu {
    flex-direction: row;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .tab-link-tab-1.w--current {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 10px;
  }

  .passo {
    font-size: 10px;
  }

  .tab-link-tab-2, .tab-link-tab-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .txt-black, .html-embed-3 {
    text-align: center;
  }

  .youtube {
    width: 350px;
  }

  .quick-stack-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cell-4 {
    align-items: center;
  }

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

  .section-hero {
    background-image: url('../images/iPhone-14--15-Pro-Max---1.png');
    background-position: 50% 0;
    justify-content: center;
    align-items: flex-end;
    min-height: 100vh;
    padding-top: 0;
    padding-bottom: 30%;
  }

  .h1-8ppl {
    text-align: center;
    max-width: none;
    margin-bottom: 20px;
    padding-top: 20px;
    font-size: 1.5em;
    line-height: 1.2em;
  }

  .h1-8ppl.max-600.degrade.left {
    text-align: center;
  }

  .h1-8ppl.center.max-600 {
    padding-top: 0;
    font-size: 20px;
    line-height: 22px;
  }

  .logo {
    max-width: 44%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    display: block;
    position: static;
    inset: 8% auto auto 10%;
  }

  .section-treino {
    background-image: none;
    background-size: auto;
    background-attachment: scroll;
    height: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .steps {
    min-width: auto;
    min-height: auto;
    max-height: none;
    padding-left: 0;
    padding-right: 0;
  }

  .step {
    text-align: center;
    font-weight: 300;
  }

  .step.degrade {
    text-align: center;
  }

  .quick-stack-6 {
    grid-column-gap: 13px;
    height: auto;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .cell-5 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-7 {
    width: auto;
    height: auto;
    min-height: 100%;
  }

  .cell-6 {
    padding-bottom: 0;
  }

  ._940 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .cell-7, .cell-8, .cell-9, .cell-10, .cell-11, .cell-12, .cell-13 {
    justify-content: flex-start;
    align-items: center;
  }

  .block-bg {
    min-width: 100%;
    max-width: 100%;
  }

  .cell-14 {
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .flex-block {
    justify-content: center;
    align-items: center;
  }

  .cell-15 {
    padding-left: 0;
  }

  .image-9 {
    margin-top: -40px;
  }

  .list {
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 86px;
    padding: 20px 5px;
  }

  .list._2 {
    justify-content: flex-start;
    align-items: center;
    min-width: 100%;
    min-height: 60px;
    margin-bottom: 0;
  }

  .price {
    font-size: 49px;
    line-height: 25px;
  }

  .p30 {
    font-size: 18px;
    line-height: 22px;
  }

  .grid-3 {
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 325px;
    margin-bottom: 44px;
    display: flex;
    overflow: hidden;
  }

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

  .quick-stack-7 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 100%;
  }

  .section-7 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Group-22.png');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
  }

  .final {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

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

  .section-01 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .box {
    max-height: none;
  }

  .flex-block-3 {
    min-width: 100%;
  }

  .secition-04 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .box-gird {
    border-bottom: 1px solid var(--trabs);
    border-right-style: none;
    min-height: 300px;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .icon-2.accordion-icon {
    color: #661318;
  }

  .heading-6 {
    font-size: 25px;
  }

  .section-faq {
    max-width: 100%;
    padding: 60px 15px;
  }

  .grid-5, .grid-7 {
    grid-template-columns: 1fr;
  }

  .flex-block-4 {
    min-width: 100%;
  }

  .p1-2 {
    font-size: 16px;
  }

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

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

  .grid-10 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: center;
    margin-bottom: 30px;
  }

  .button-2 {
    text-align: center;
    min-width: 300px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }

  .p1-3.mb-30 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 22px;
  }

  .p1-3.mb-30.degrade-2 {
    font-size: 1.3em;
  }

  .p1-3.mb-30.degrade-2._20 {
    margin-bottom: 20px;
  }

  .p1-3.mb20 {
    text-align: center;
    font-size: 17px;
  }

  .flex-block-5 {
    justify-content: center;
    align-items: center;
  }

  .block-bg-2 {
    min-width: 100%;
    max-width: 100%;
  }

  .block-bg-2.final {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-3 {
    text-align: center;
    min-width: 300px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }

  .button-3._8ppl {
    min-width: 250px;
  }

  .p1-4.mb20 {
    text-align: center;
    font-size: 17px;
  }

  .degrade-3 {
    font-size: 20px;
  }

  .flex-block-6 {
    justify-content: center;
    align-items: center;
  }

  .marquee {
    background-image: linear-gradient(#0e101600, #0e1016);
    margin-bottom: 0;
    padding-top: 1.4rem;
    padding-bottom: 0;
  }

  .text-block-3 {
    font-size: 8vw;
  }

  .button-4 {
    text-align: center;
    min-width: 300px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }

  .button-4.orange.max-350 {
    max-width: 285px;
  }

  .grid-11 {
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 325px;
    margin-bottom: 44px;
    display: flex;
    overflow: hidden;
  }

  .section-8 {
    padding-top: 30px;
  }

  .h1-8ppl-2 {
    text-align: center;
    max-width: none;
    margin-bottom: 20px;
    padding-top: 20px;
    font-size: 1.5em;
    line-height: 1.2em;
  }

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

#w-node-_7bfafa05-8179-24ec-719b-acd132c5dd9c-838a1a9a, #w-node-a2696045-9dc9-693e-91c2-b5387fd5d98d-838a1a9a, #w-node-e8757706-caef-c17a-e52a-905ec600764b-838a1a9a, #w-node-e1a56861-b062-ca8a-afb7-62bce739ecef-838a1a9a {
  justify-self: center;
}

#w-node-c7490ba4-e6ec-99cc-3c61-324ba6b0b01f-838a1a9a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5fed0c89-6239-1057-c624-91a20527078a-838a1a9a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a80f1a40-66d6-cdef-5f1e-695b64584d6f-838a1a9a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-_7bfafa05-8179-24ec-719b-acd132c5dd9c-838a1a9a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-c7490ba4-e6ec-99cc-3c61-324ba6b0b01f-838a1a9a, #w-node-_5fed0c89-6239-1057-c624-91a20527078a-838a1a9a, #w-node-a80f1a40-66d6-cdef-5f1e-695b64584d6f-838a1a9a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Agrandir';
  src: url('../fonts/Agrandir-GrandHeavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agrandir';
  src: url('../fonts/Agrandir-WideBlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Agrandir Narrow';
  src: url('../fonts/Agrandir-Narrow.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agrandir';
  src: url('../fonts/Agrandir-WideLight.otf') format('opentype'), url('../fonts/Agrandir-GrandLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agrandir';
  src: url('../fonts/Agrandir-TextBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agrandir';
  src: url('../fonts/Agrandir-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agrandir';
  src: url('../fonts/Agrandir-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Agrandir Tight';
  src: url('../fonts/Agrandir-Tight.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Flatline';
  src: url('../fonts/Flatline-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Flatline';
  src: url('../fonts/Flatline-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Flatline';
  src: url('../fonts/Flatline-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Flatline';
  src: url('../fonts/Flatline-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Flatline';
  src: url('../fonts/Flatline-Regular-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}