@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraBoldItalic.ttf') format("truetype"), url('../fonts/Poppins-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Bw Vivant;
  src: url('../fonts/bw-vivant-light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bw Vivant;
  src: url('../fonts/bw-vivant-thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bw Vivant;
  src: url('../fonts/bw-vivant-regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bw Vivant;
  src: url('../fonts/bw-vivant-medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bw Vivant;
  src: url('../fonts/bw-vivant-bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Bw Vivant;
  src: url('../fonts/bw-vivant-black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Orbitron Variablefont Wght;
  src: url('../fonts/Orbitron-VariableFont_wght.ttf') format("truetype");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --background: white;
  --rounding-base: 6px;
  --primary-color-template: #f25c05;
  --white-web: white;
  --neutras-3: #0d0d0d;
  --transparent: #fff0;
  --neutras-2: #f8f8f8;
  --gray: #888;
  --text-1: #1e1e1e;
  --text-3: #1e1e1e;
  --text-2: #555;
  --neutras-6: #0000000d;
  --black-web: black;
  --background-dark: #333;
  --neutras-4: #ccc;
  --neutras-5: #edf9f8;
  --background-tertiary: #f0f0f0b3;
  --white-90: #f0f0f0e6;
  --shadow-image: #2d2d2d80;
}

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

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

.w-layout-hflex {
  flex-direction: row;
  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;
  }
}

body {
  color: #333;
  --background: black;
  --primary-color-template: #f1c40f;
  --white-web: white;
  --neutras-3: #272c30e6;
  --transparent: #fff0;
  --neutras-2: #1f2327;
  --gray: #888;
  --text-1: #fafafa;
  --text-3: #1e1e1e;
  --text-2: #aaa;
  --neutras-6: #0000000d;
  --black-web: black;
  --background-dark: #333;
  --neutras-4: #ccc;
  --neutras-5: #edf9f8;
  --background-tertiary: #f0f0f0b3;
  --white-90: #f0f0f0e6;
  --shadow-image: #2d2d2d80;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.container-navbar {
  z-index: 10;
  background-color: var(--background);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
  position: fixed;
  top: 0;
}

.navbar-custom {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 10px 24px;
  display: flex;
}

.logo-header {
  object-fit: contain;
  max-width: 145px;
  height: 48px;
}

.div-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.icon-hamburguer {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-primary-bike {
  border-radius: var(--rounding-base);
  background-color: var(--primary-color-template);
  color: var(--white-web);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  transition: box-shadow .15s;
  display: flex;
}

.button-primary-bike:hover {
  box-shadow: inset 0 2px 5px 40vh #00000014;
}

.button-primary-bike.btn-vagas {
  margin-top: 24px;
}

.button-secondary-wellness {
  border: 2px solid var(--neutras-3);
  border-radius: var(--rounding-base);
  background-color: var(--transparent);
  color: var(--primary-color-template);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 700;
  transition: box-shadow .15s;
  display: flex;
}

.button-secondary-wellness:hover {
  box-shadow: inset 0 2px 5px 40vh #ebebeb;
}

.button-secondary-wellness.pagekraft-auth-register, .button-secondary-wellness.pagekraft-auth-my-account, .button-secondary-wellness.pagekraft-auth-logout {
  display: none;
}

.div-block-2 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  align-items: center;
  display: flex;
}

.code-embed {
  height: auto;
  color: var(--primary-color-template);
  line-height: 14px;
  display: flex;
}

.div-block-3 {
  border: 1px solid var(--neutras-2);
  cursor: pointer;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12.5px 14px;
  transition: box-shadow .2s;
  display: flex;
}

.div-block-3:hover {
  box-shadow: inset 0 2px 5px 100vh #0000000d;
}

.div-block-3.pagekraft-auth-login {
  border-width: 2px;
  border-color: var(--neutras-3);
  padding: 14px 16px;
  display: none;
}

.div-block-3.pagekraft-auth-login:hover {
  box-shadow: inset 0 2px 5px 40vh #ebebeb;
}

.div-block-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  min-width: 248px;
  display: flex;
}

.heading {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--gray);
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  display: block;
}

.heading.pagekraft-auth-register {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

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

.menu-hamburguer {
  z-index: auto;
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  background-color: var(--white-web);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 320px;
  height: 100vh;
  padding: 20px 24px 64px;
  transition: all .3s;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  transform: translate(-360px);
}

.div-block-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.code-embed-2 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-8 {
  background-color: #0006;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  transform: translate(0);
}

.div-block-9 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: none;
}

.container-banner {
  background-image: url('../images/91fb90d3077570986124ea18851e1f8755ecc317.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 540px;
  margin-top: 80px;
}

.container-gradient {
  width: 100%;
  max-width: 1440px;
  height: 100%;
}

.container-banner-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  --background: white;
  --rounding-base: 6px;
  --primary-color-template: #f25c05;
  --white-web: white;
  --neutras-3: #0d0d0d;
  --transparent: #fff0;
  --neutras-2: #f8f8f8;
  --gray: #888;
  --text-1: #1e1e1e;
  --text-3: #1e1e1e;
  --text-2: #555;
  --neutras-6: #0000000d;
  --black-web: black;
  --background-dark: #333;
  --neutras-4: #ccc;
  --neutras-5: #edf9f8;
  --background-tertiary: #f0f0f0b3;
  --white-90: #f0f0f0e6;
  --shadow-image: #2d2d2d80;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-modalidade {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  padding-left: 24px;
  padding-right: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-block: clamp(24px, 100000vw - 768000px, 64px);
  display: block;
}

.text-span-2 {
  color: var(--primary-color-template);
}

.title-left {
  color: var(--text-1);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
}

.card-hover-description {
  background-color: var(--primary-color-template);
  width: 100%;
  max-width: 320px;
  height: 427px;
}

.card-hover-description.card-border-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-position: 50% 85%;
  background-size: cover;
  background-clip: border-box;
  border-radius: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 15%;
  max-width: 90%;
  height: 427px;
  max-height: 427px;
  transition: width 1s;
  display: block;
}

.card-hover-description.card-border-1-open-unico {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 427px;
  max-height: 427px;
  transition: width 1s;
  display: block;
}

.container-modalidades {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.box-description-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--transparent);
  width: 100%;
  height: 66px;
  color: var(--primary-color-template);
  border-bottom-left-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 18px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.box-description-3:where(.w-variant-270b6861-34e5-0138-c40b-a3b523b75804) {
  border-bottom-left-radius: 0;
}

.box-description-3:where(.w-variant-4c61c162-ae64-b959-8e71-adb0151ae895) {
  border-radius: 0 0 50px;
}

.title-card-hover {
  color: var(--primary-color-template);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.description-hide {
  color: var(--text-3);
  text-align: center;
  display: none;
}

.div-block-15 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.subtitle-right {
  max-width: none;
  color: var(--text-2);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.subtitle-right.txt-mobile {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}

.subtitle-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.section-reserva {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  padding-left: 24px;
  padding-right: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-block: clamp(24px, 100000vw - 768000px, 64px);
  display: flex;
}

.div-block-17 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.card-reserve {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: var(--neutras-3);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 327px;
  height: 327px;
  display: flex;
}

.text-block-2 {
  color: var(--white-web);
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  line-height: 150%;
}

.title-reservar {
  color: var(--white-web);
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}

.heading-8 {
  color: var(--primary-color-template);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}

.section-centered-home {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  background-color: var(--transparent);
  padding-left: 24px;
  padding-right: 24px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-block: clamp(24px, 100000vw - 768000px, 64px);
  display: block;
}

.section-depoimento {
  background-color: var(--neutras-3);
  width: 100%;
  padding-block: clamp(24px, 100000vw - 768000px, 64px);
}

.container-depoimento {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

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

.div-block-28 {
  background-image: url('../images/d84e6c9ed2a435c8f249b95178c2a4ea-1.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  box-shadow: 0 2.13px 2.13px #1f7a8c66;
}

.heading-11 {
  color: var(--primary-color-template);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.section-espaco {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  padding-left: 24px;
  padding-right: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-block: clamp(24px, 100000vw - 768000px, 64px);
  display: flex;
}

.div-block-29 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.code-embed-5 {
  border-radius: 16px;
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  line-height: 24px;
}

.section-professor {
  background-color: var(--transparent);
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-block: clamp(24px, 100000vw - 768000px, 64px);
}

.container-professor {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.text-span-7, .text-span-8 {
  color: var(--primary-color-template);
}

.div-block-30 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  max-width: none;
  display: flex;
}

.button-primary-template-xl {
  background-color: var(--primary-color-template);
  color: var(--white-web);
  text-align: center;
  border-radius: 6px;
  padding: 14px 42px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.div-block-32 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  object-fit: fill;
  background-image: url('../images/e084db6158fcf4097665963f590e4ec1-1.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  height: 320px;
  display: flex;
}

.box-description-shadow {
  width: 100%;
  height: 100%;
  padding-top: 190px;
}

.box-description-shadow.card-border-1 {
  background-color: var(--transparent);
  z-index: 1;
  border-top-left-radius: 0;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.box-description-shadow.card-border-1:where(.w-variant-270b6861-34e5-0138-c40b-a3b523b75804) {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 0;
}

.box-description-shadow.card-border-1:where(.w-variant-4c61c162-ae64-b959-8e71-adb0151ae895) {
  border-radius: 50px 0;
}

.box-description-shadow.card-border-1-copy:where(.w-variant-270b6861-34e5-0138-c40b-a3b523b75804) {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 0;
}

.box-description-shadow.card-border-1-copy:where(.w-variant-4c61c162-ae64-b959-8e71-adb0151ae895) {
  border-radius: 50px 0;
}

.box-description-shadow.card-border-1-copy.title-center-card:hover {
  justify-content: flex-start;
  align-items: flex-end;
}

.box-description-shadow.card-border-1-copy {
  z-index: 1;
  border-top-left-radius: 0;
  border-top-right-radius: 50px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.box-description-shadow.card-border-1-copy.title-center-card {
  border-radius: 6px;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 0;
  display: flex;
}

.image-4 {
  z-index: 0;
  float: right;
  clear: none;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
  inset: -100% 0% 0%;
}

.image-4:where(.w-variant-270b6861-34e5-0138-c40b-a3b523b75804) {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 0;
}

.image-4:where(.w-variant-4c61c162-ae64-b959-8e71-adb0151ae895) {
  border-radius: 50px 0;
}

.card-hover-description-bottom {
  background-color: var(--primary-color-template);
  width: 100%;
  max-width: 320px;
  height: 427px;
}

.card-hover-description-bottom.card-border-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-position: 50% 85%;
  background-size: cover;
  background-clip: border-box;
  border-top-left-radius: 0;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
}

.card-hover-description-bottom.card-border-1:where(.w-variant-270b6861-34e5-0138-c40b-a3b523b75804) {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 0;
}

.card-hover-description-bottom.card-border-1:where(.w-variant-4c61c162-ae64-b959-8e71-adb0151ae895) {
  border-radius: 50px 0;
}

.section-unidade {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  padding-left: 24px;
  padding-right: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-block: clamp(24px, 100000vw - 768000px, 64px);
  display: flex;
}

.div-block-37 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.text-span-9 {
  color: var(--primary-color-template);
}

.div-block-38 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.div-block-39 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-5 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 40%;
  border-radius: 0 0 16px 16px;
  width: 100%;
  max-width: none;
  height: 308px;
  display: inline-block;
}

.div-block-40 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--primary-color-template);
  border-radius: 16px 16px 0 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  padding: 24px;
  display: grid;
}

.heading-14 {
  color: var(--text-3);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.text-block-7 {
  color: var(--text-1);
  font-weight: 400;
}

.text-block-7.font-14 {
  color: var(--white-web);
}

.div-block-41, .div-block-42 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.text-span-10 {
  color: var(--primary-color-template);
}

.section-playlist {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  background-color: var(--transparent);
  padding-left: 24px;
  padding-right: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-block: clamp(24px, 100000vw - 768000px, 64px);
  display: block;
}

.section-3 {
  text-align: right;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.section-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-15 {
  color: var(--text-1);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.code-embed-6 {
  height: 24px;
}

.code-embed-7 {
  height: 30px;
}

.code-embed-8 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-43 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-centered-home-bg-gray {
  padding-left: 24px;
  padding-right: 24px;
  background-color: #f27405;
  width: 100%;
  padding-block: clamp(24px, 100000vw - 768000px, 64px);
  display: block;
}

.section-centered-home-bg-gray.hidden-section {
  display: none;
}

.slider-item {
  background-color: var(--primary-color-template);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  width: 100%;
  max-width: 239px;
  height: 350px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 0;
  padding-right: 0;
}

.slider-item.slider-1 {
  background-image: url('../images/3fe26d39d59b8b9eef0cbabbafe89bde2ba1e6f5.jpg');
  background-size: cover;
  height: 350px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 0;
}

.slider-item.slider-2 {
  background-image: url('../images/4f9dee94bc13314967ff4a92c6ba55c69a6f832e.jpg');
  background-size: cover;
  margin-right: 5px;
}

.slider-item.slider-4 {
  background-image: url('../images/2f0c1d25501a29dcfd42e2158c9e84614fa7ebef.jpg');
  background-size: cover;
}

.slider-item.slider-5 {
  background-image: url('../images/c68ae83cbc93cf31843bc336d9af1dcbbb56ecf6.jpg');
  background-size: cover;
}

.slider-item.slider-6 {
  background-image: url('../images/bbb785db95ffcb64ccc52e866d5bbdae07084e58.jpg');
  background-size: cover;
}

.slider-item.slicer-3 {
  background-image: url('../images/07d625b336e97770ecbd227cd6203c670f905d5b.jpg');
  background-size: cover;
}

.slider-item.slider-7 {
  background-image: url('../images/90b5b5552f151bd7128be96d70103a6034cfe25d.jpg');
  background-size: cover;
  border-radius: 6px;
  max-width: 239px;
  height: 350px;
}

.slider-item.slider-8 {
  background-image: url('../images/96adb46f3cc7eec35c87bb796a76931e7d735d42.jpg');
  background-size: cover;
}

.slider-item.slider-9 {
  background-image: url('../images/653e62495bef00372162d036e9e8825cd96137c0.jpg');
  background-size: cover;
}

.slider {
  background-color: var(--white-web);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 775px;
  height: 390px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 15px;
  display: flex;
}

.code-embed-9 {
  color: var(--primary-color-template);
  margin: 175px 20px;
  position: absolute;
}

.mask {
  box-sizing: border-box;
  aspect-ratio: auto;
  background-color: var(--transparent);
  object-fit: fill;
  flex: 0 auto;
  width: 100%;
  max-width: none;
  min-height: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.code-embed-10 {
  color: var(--primary-color-template);
  margin: 175px 20px;
  position: absolute;
  transform: rotate(180deg);
}

.section-trabalho {
  background-color: var(--neutras-2);
  width: 100%;
  max-width: none;
  padding-block: clamp(24px, 100000vw - 768000px, 64px);
}

.container-trabalho {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.flex-block-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
}

.left-arrow, .right-arrow {
  display: none;
}

.container-footer {
  background-color: var(--primary-color-template);
  width: 100%;
  max-width: none;
  margin-top: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.section-6 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 15px;
  font-size: 14px;
  display: grid;
}

.image-7 {
  object-fit: contain;
  height: 75px;
}

.div-block-45 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.code-embed-11 {
  color: var(--neutras-3);
  display: flex;
}

.text-block-8 {
  opacity: .8;
  color: var(--white-web);
}

.flex-block-4 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
}

.flex-block-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  font-size: 14px;
}

.flex-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.subtitle-1 {
  color: var(--neutras-3);
  font-weight: 700;
}

.flex-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.text-block-9, .text-block-10 {
  opacity: .8;
  color: var(--white-web);
}

.flex-block-8 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
}

.flex-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.link-footer {
  opacity: .8;
  color: var(--white-web);
  font-weight: 300;
  text-decoration: none;
}

.link-footer.w--current {
  opacity: .8;
  color: var(--white-web);
}

.flex-block-10 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
}

.flex-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.flex-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
}

.flex-block-social-mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.container-title-page {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f5f5f5e6;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  margin-top: 80px;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.title-page {
  color: var(--primary-color-template);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.875rem;
}

.container-script {
  width: 100%;
  max-width: none;
  min-height: 60svh;
  padding: 0;
}

.container-page-base {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1248px;
  min-height: 500px;
  margin-top: 80px;
  margin-bottom: 64px;
  padding-top: 0;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.code-embed-12 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.card-modalidade {
  width: 100%;
  max-width: 350px;
  height: 350px;
  max-height: none;
}

.div-block-47 {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  background-image: linear-gradient(#0000, #000000c2 99%, #000);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.link-modalidade {
  color: var(--primary-color-template);
  text-decoration: none;
}

.container-links-unidades {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 0 auto;
  justify-content: space-around;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.button-primary-template-lg {
  background-color: var(--primary-color-template);
  width: 100%;
  color: var(--text-3);
  text-align: center;
  border-radius: 4px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.button-primary-template-lg.agend-button-modalidade {
  width: auto;
  display: block;
}

.button-primary-template-lg.saiba-button-modalidade {
  display: block;
}

.heading-17 {
  color: var(--white-web);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.text-block-13 {
  color: var(--white-web);
  font-weight: 500;
  line-height: 21px;
}

.description-modalidade-hover {
  z-index: 3;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: linear-gradient(180deg, #43447400, var(--primary-color-template));
  opacity: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .2s;
  display: none;
  position: relative;
}

.description-modalidade-normal {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.image-9 {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  top: -100%;
}

.card-modalidade-video {
  width: 100%;
  max-width: 350px;
  height: 350px;
  max-height: none;
}

.container-card-modalidade-video {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  background-image: linear-gradient(#0000, #000000c2 99%, #000);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 24px;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.container-card-modalidade-video:hover {
  background-image: linear-gradient(180deg, #43447400, var(--primary-color-template));
}

.background-video {
  z-index: 0;
  width: 100%;
  height: 100%;
  top: -100%;
}

.div-block-49 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .2s;
  display: flex;
}

.div-block-50 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  padding: 18px 18px 32px;
  display: flex;
}

.card-modalidade-professores {
  border-radius: 4px;
  width: 100%;
  max-width: 320px;
  height: 430px;
}

.image-11 {
  z-index: 0;
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: relative;
  top: -100%;
}

.div-block-56 {
  z-index: 1;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-57 {
  opacity: 1;
  display: block;
}

.title-template-h4 {
  color: var(--primary-color-template);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 18px;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}

.div-block-58 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--neutras-2);
  opacity: 0;
  flex-flow: column;
  width: 100%;
  height: 140px;
  padding: 18px;
  transition: opacity .3s;
  display: none;
}

.text-block-16 {
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

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

.title-1313 {
  color: var(--primary-color-template);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}

.h5-template {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.widget-unidade {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--neutras-2);
  border-radius: 6px;
  flex-flow: column;
  padding: 32px;
  display: flex;
}

.div-block-63 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block-17 {
  color: var(--text-1);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

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

.line-divisor-unidades {
  background-color: var(--neutras-6);
  height: 24px;
  padding-left: 1px;
}

.div-block-65 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.div-block-66 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--neutras-6);
  border-radius: 2px;
  justify-content: center;
  align-items: flex-start;
  padding: 4px 15px;
  display: flex;
}

.text-block-18 {
  color: var(--primary-color-template);
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.flex-block-13 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
}

.div-block-67 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.div-block-68 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  display: flex;
}

.subtitle-lg {
  color: var(--primary-color-template);
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}

.div-block-69 {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  flex-flow: column;
  display: flex;
}

.image-perfil-instrutores-1 {
  z-index: 0;
  border: 2.5px solid var(--neutras-3);
  object-fit: cover;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  position: relative;
}

.image-perfil-instrutores-2 {
  z-index: 1;
  border: 2.5px solid var(--neutras-3);
  object-fit: cover;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  position: relative;
  left: -10px;
}

.image-perfil-instrutores-3-copy {
  z-index: 2;
  border: 2.5px solid var(--neutras-3);
  object-fit: cover;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  position: relative;
  left: -20px;
}

.image-perfil-instrutores-4 {
  z-index: 3;
  border: 2.5px solid var(--neutras-3);
  object-fit: cover;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  position: relative;
  left: -30px;
}

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

.div-block-71 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.div-block-72 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.subtitle-lg-bold {
  color: var(--text-1);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-17-copy {
  color: var(--text-1);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.image-12 {
  object-fit: cover;
  border-radius: 4px;
  height: 320px;
}

.div-block-73 {
  height: auto;
}

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

.div-block-64-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.modal-instrutores {
  z-index: 10;
  background-color: #000c;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.div-block-76 {
  background-color: var(--white-web);
  flex: 0 auto;
  width: 100%;
  height: auto;
  min-height: 300px;
  padding-bottom: 64px;
  overflow: auto;
}

.div-block-77 {
  justify-content: space-between;
  align-items: stretch;
  padding: 24px;
  display: flex;
}

.div-block-78 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  overflow: auto;
}

.div-block-79 {
  border-radius: 50%;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.subtitle-md {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.subtitle-md.color-main {
  z-index: 1;
  color: var(--primary-color-template);
  position: relative;
}

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

.text-block-19 {
  color: var(--text-1);
  cursor: pointer;
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
}

.code-embed-13 {
  color: var(--primary-color-template);
  cursor: pointer;
}

.image-13 {
  object-fit: cover;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  position: relative;
  bottom: -43%;
}

.container-page-base-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  max-width: none;
  min-height: 500px;
  margin-top: 80px;
  margin-bottom: 64px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.body-default {
  background-color: var(--background);
  min-height: 100%;
  color: var(--black-web);
  -webkit-text-fill-color: inherit;
  --background: white;
  --rounding-base: 6px;
  --primary-color-template: #f25c05;
  --white-web: white;
  --neutras-3: #0d0d0d;
  --transparent: #fff0;
  --neutras-2: #f8f8f8;
  --gray: #888;
  --text-1: #1e1e1e;
  --text-3: #1e1e1e;
  --text-2: #555;
  --neutras-6: #0000000d;
  --black-web: black;
  --background-dark: #333;
  --neutras-4: #ccc;
  --neutras-5: #edf9f8;
  --background-tertiary: #f0f0f0b3;
  --white-90: #f0f0f0e6;
  --shadow-image: #2d2d2d80;
  background-clip: border-box;
  flex-flow: column;
  justify-content: space-between;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.text-block-21 {
  color: var(--text-1);
  font-size: 14px;
  font-weight: 600;
}

.paragraph-4 {
  color: var(--white-web);
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}

.paragraph-5 {
  color: var(--text-2);
  font-weight: 500;
}

.paragraph-5.txt-mobile {
  margin-bottom: 0;
}

.button-primary-wellness-my-account {
  border-radius: var(--rounding-base);
  background-color: var(--primary-color-template);
  font-weight: 500;
  line-height: 25px;
}

.button-primary-wellness-my-account.pagekraft-auth-my-account {
  background-color: var(--transparent);
  color: var(--primary-color-template);
  transition: transform .2s;
}

.button-primary-wellness-my-account.pagekraft-auth-my-account:hover {
  transform: scale(1.03);
}

.button-secondary-wellness-sair {
  border: 2px solid var(--neutras-3);
  border-radius: var(--rounding-base);
  background-color: var(--transparent);
  color: var(--primary-color-template);
  font-weight: 500;
}

.button-secondary-wellness-sair.pagekraft-auth-logout-dsds {
  border-style: none;
  transition: transform .2s;
}

.button-secondary-wellness-sair.pagekraft-auth-logout-dsds:hover {
  transform: scale(1.03);
}

.title-card-hover-hover {
  color: var(--text-3);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
  display: none;
}

.div-block-89 {
  background-color: var(--neutras-3);
  border-bottom-left-radius: 48px;
  width: 100%;
}

.div-block-89:where(.w-variant-4c61c162-ae64-b959-8e71-adb0151ae895) {
  border-bottom-right-radius: 48px;
  border-bottom-left-radius: 0;
}

.button-primary-template-lg-copy-copy {
  background-color: var(--primary-color-template);
  width: auto;
  color: var(--white-web);
  text-align: center;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

.code-embed-14 {
  color: var(--primary-color-template);
}

.code-embed-14.car-shopping.pagekraft-auth-checkout {
  border: 2px solid var(--neutras-2);
  border-radius: 4px;
  padding: 9px 14px;
}

.code-embed-15 {
  color: var(--neutras-3);
}

.code-embed-16, .code-embed-17, .code-embed-18, .code-embed-24, .code-embed-25, .code-embed-26, .code-embed-31 {
  color: var(--primary-color-template);
}

.div-block-90 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 2px none var(--neutras-3);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 9px 0;
  display: flex;
}

.image-14 {
  height: 107px;
}

.div-block-91 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.div-block-95 {
  background-color: var(--neutras-3);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 82px;
  display: flex;
}

.text-block-25 {
  color: var(--primary-color-template);
  justify-content: center;
  align-items: flex-start;
  font-family: Orbitron Variablefont Wght, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
}

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

.text-block-26 {
  color: var(--text-1);
  font-size: 14px;
}

.div-block-100 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  display: flex;
}

.div-block-101 {
  flex-flow: column;
  width: 100%;
  display: flex;
  overflow: visible;
}

.button-hamburguer-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  height: 64px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button-hamburguer-2:hover {
  background-color: #f0f0f0b3;
}

.button-hamburguer-2:visited {
  color: #1e1e1e;
  background-color: #f0f0f0b3;
  font-weight: 700;
}

.code-embed-33 {
  color: var(--primary-color-template);
}

.heading-21 {
  color: #555;
}

.code-embed-34, .code-embed-35, .code-embed-36, .code-embed-37 {
  color: var(--primary-color-template);
}

.code-embed-38 {
  width: auto;
  max-width: none;
  margin-bottom: 0;
}

.container-slider-page {
  background-color: var(--neutras-2);
  width: 100%;
  max-width: none;
  margin-bottom: 42px;
  padding-top: 64px;
  padding-bottom: 64px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.container-6 {
  width: 100%;
  max-width: none;
  margin-top: 80px;
}

.div-block-102 {
  z-index: 2;
  background-image: linear-gradient(135deg, #d27623e6, #ff7900e6);
  border-bottom-right-radius: 40%;
  border-bottom-left-radius: 40%;
  width: 100%;
  height: 100%;
  position: static;
  inset: 0% auto 0% 0%;
}

.div-block-103 {
  background-image: url('../images/19a3bd99e1b1c8fd5199780342c6ce4c.jpeg');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 40%;
  border-bottom-left-radius: 40%;
  height: 380px;
}

.container-7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 128px;
  display: flex;
}

.code-embed-39 {
  margin-top: -250px;
  position: static;
  top: auto;
}

.heading-22 {
  color: var(--primary-color-template);
  font-size: 80px;
  line-height: 120px;
}

.text-block-28 {
  color: var(--primary-color-template);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.text-span-17 {
  color: var(--black-web);
}

.text-block-29 {
  color: var(--text-2);
  text-align: center;
}

.div-block-104 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

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

.code-embed-47 {
  color: var(--primary-color-template);
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-modalidade-page {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  width: 100%;
  max-width: 1440px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: flex;
}

.title-card-hover-2 {
  width: auto;
  height: auto;
  color: var(--primary-color-template);
  white-space: nowrap;
  word-break: keep-all;
  justify-content: flex-start;
  align-items: flex-end;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  display: block;
}

.text-block-30 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--white-web);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  display: block;
}

.div-block-106 {
  justify-content: center;
  align-items: flex-end;
  width: 300px;
  position: relative;
  top: -130px;
  transform: rotate(270deg);
}

.div-block-107 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--neutras-3);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 132px;
  padding-left: 42px;
  padding-right: 42px;
  display: none;
  overflow: hidden;
}

.div-block-108 {
  background-color: #ccc;
  width: 1px;
  height: 67px;
}

.box-description {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #f38d50;
  background-color: #fff0;
  border-bottom-left-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 66px;
  margin-top: 0;
  padding: 18px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.text-block-31 {
  color: var(--primary-color-template);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
}

.div-block-109 {
  background-color: var(--neutras-3);
  justify-content: center;
  align-items: flex-end;
  width: 80px;
  display: flex;
}

.container-minha-conta {
  max-width: none;
  min-height: 60svh;
  margin-top: 80px;
  padding: 0;
}

.code-embed-50 {
  margin-bottom: 0;
}

.car-style {
  border: 2px solid var(--neutras-2);
  color: var(--primary-color-template);
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12.5px 14px;
  transition: box-shadow .2s;
  display: flex;
}

.car-style:hover {
  box-shadow: inset 0 2px 5px 100vh #0000000d;
}

.car-style.car-shopping.pagekraft-auth-checkout {
  border-color: var(--neutras-3);
  width: 46px;
  height: 44px;
  padding: 0;
  line-height: 1;
}

.car-style.car-shopping.pagekraft-auth-checkout:hover {
  box-shadow: inset 0 2px 5px 100vh #e9e9e9;
}

.div-block-188 {
  margin-top: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.slider-7 {
  background-color: var(--transparent);
  border-radius: 16px;
  width: 100%;
  max-width: 500px;
  height: auto;
}

.slide {
  width: 100%;
}

.slide-nav {
  display: none;
}

.container-bike-script {
  width: auto;
  max-width: none;
  min-height: 60svh;
  padding: 0 0 40px;
}

.font-14 {
  line-height: 1.5;
}

.image-15 {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  max-width: 468px;
  height: 234px;
  margin-top: 24px;
}

.code-embed-93 {
  color: var(--primary-color-template);
}

.section-title {
  color: var(--text-1);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 150%;
}

.body-page-template {
  --background: white;
  --rounding-base: 6px;
  --primary-color-template: #f25c05;
  --white-web: white;
  --neutras-3: #0d0d0d;
  --transparent: #fff0;
  --neutras-2: #f8f8f8;
  --gray: #888;
  --text-1: #1e1e1e;
  --text-3: #1e1e1e;
  --text-2: #555;
  --neutras-6: #0000000d;
  --black-web: black;
  --background-dark: #333;
  --neutras-4: #ccc;
  --neutras-5: #edf9f8;
  --background-tertiary: #f0f0f0b3;
  --white-90: #f0f0f0e6;
  --shadow-image: #2d2d2d80;
  font-family: Montserrat, sans-serif;
}

.container-body-template {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100svh;
  display: flex;
}

.div-block-189 {
  margin-top: 80px;
}

.container-page-galeria {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
  max-width: none;
  min-height: 500px;
  margin-top: 80px;
  margin-bottom: 64px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.flex-block-36 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
}

.paragraph-67 {
  color: #6b7280;
  text-align: center;
  max-width: 1440px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
}

.code-embed-89 {
  color: var(--primary-color-template);
}

.div-block-204 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 852px;
  line-height: 1;
  display: flex;
}

.code-embed-85 {
  color: var(--primary-color-template);
  margin-top: 5px;
}

.paragraph-68 {
  color: #374151;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
}

.image-168 {
  max-width: 50%;
}

.paragraph-70 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.div-block-207 {
  background-color: var(--primary-color-template);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.link-block-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--primary-color-template);
  width: 100%;
  max-width: 890px;
  min-height: 64px;
  box-shadow: 0 8px 20px 0 var(--primary-color-template);
  color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-block-4:hover {
  box-shadow: 0 10px 25px #7d80da;
}

.section-22 {
  background-color: #eef2f6;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 320px;
  padding-top: 100px;
  padding-bottom: 140px;
  display: flex;
}

.button-7 {
  background-color: var(--primary-color-template);
  width: 560px;
  min-height: 64px;
  box-shadow: 0 8px 20px 0 var(--primary-color-template);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.button-7:hover {
  background-color: #7d80da;
  box-shadow: 0 12px 25px #7d80da;
}

.section-19 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 320px;
  padding: 100px 10px;
  display: flex;
}

.div-block-206 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 400px;
  padding: 40px 0;
  display: flex;
  box-shadow: 0 8px 20px #0003;
}

.div-block-206:hover {
  transform: translate(0, -8px);
  box-shadow: 0 15px 30px #00000026;
}

.div-block-209 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #036;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1024px;
  min-height: 320px;
  margin-top: -120px;
  padding: 60px;
  display: flex;
}

.text-span-33, .text-span-43 {
  font-weight: 700;
}

.code-embed-90, .code-embed-91 {
  color: var(--primary-color-template);
}

.section-21 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 100px 20px;
  display: flex;
}

.nossos-franqueados {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #eef2f6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 320px;
  padding: 100px 20px;
  display: flex;
}

.nossos-franqueados.bg-white {
  background-color: #fff;
  padding-bottom: 140px;
}

.div-block-208 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 0;
  max-width: 260px;
  display: flex;
}

.heading-101 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.heading-101.txt-widht {
  max-width: 860px;
  line-height: 1.2;
}

.banner-franquia {
  background-image: url('../images/banner-desktop.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 800px;
  position: relative;
}

.div-block-205 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 850px;
  display: flex;
}

.paragraph-63 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1.2;
}

.paragraph-66 {
  color: #374151;
  text-align: center;
  width: 100%;
  max-width: 720px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
}

.heading-102 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.5;
}

.code-embed-88 {
  margin-top: 3px;
}

.flex-block-34 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 60px;
}

.paragraph-65 {
  color: #4b5563;
  text-align: center;
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.5;
}

.paragraph-69 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
}

.div-block-2356 {
  min-height: 300px;
}

.image-167 {
  max-width: 60%;
}

.flex-block-35 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  margin-top: 40px;
}

.container-banner-franquia {
  z-index: 1;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding: 80px 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.paragraph-64 {
  color: #374151;
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
}

.heading-99 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.2;
}

.section-23 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 320px;
  padding: 60px 20px;
  display: flex;
}

.heading-100 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.heading-100.txt-white {
  color: #fff;
}

.code-embed-92 {
  color: var(--primary-color-template);
}

.container-bike-script-copy {
  width: auto;
  max-width: none;
  min-height: 60svh;
  padding: 0 0 40px;
}

.container-global, .container-reservar, .container-playlist, .container-unidade, .container-espaco {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  display: flex;
}

.section-depoimento-copy {
  background-color: var(--neutras-3);
  width: 100%;
  padding-block: clamp(24px, 100000vw - 768000px, 64px);
}

.link-block-5 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  text-decoration: none;
  display: flex;
}

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

.div-block-open--unico {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f25c05e6;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 132px;
  padding-left: 42px;
  padding-right: 42px;
  display: flex;
  overflow: hidden;
}

.div-block-109-close-unique {
  background-color: var(--neutras-3);
  justify-content: center;
  align-items: flex-end;
  width: 80px;
  display: none;
}

.text-block-31-copy {
  width: 100%;
  max-width: 200px;
  color: var(--white-web);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.div-block-33 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  object-fit: fill;
  background-image: url('../images/8e133cd0032c8b43f28a227d7a446835a77a508e.jpg');
  background-position: 50% 65%;
  background-size: cover;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 242px;
  height: 320px;
  display: flex;
}

.div-block-2357 {
  background-color: #f25c05e6;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px;
  display: flex;
}

.text-block-33 {
  color: var(--white-web);
  text-transform: uppercase;
  justify-content: center;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  display: flex;
}

.text-block-52 {
  color: var(--white-web);
  font-size: 14px;
  display: none;
}

.icon, .icon-2 {
  color: var(--primary-color-template);
}

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

.div-block-29-copy {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-centered-home-bg-gray-trabalhe-conosco {
  background-color: var(--neutras-2);
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
  padding-block: clamp(24px, 100000vw - 768000px, 64px);
  display: block;
}

.section-centered-home-bg-gray-trabalhe-conosco.hidden-section {
  display: none;
}

.text-block-49 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.div-block-182 {
  background-image: url('../images/background.png');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  height: 380px;
  display: flex;
}

.div-block-138 {
  min-height: 60vh;
  margin-top: 80px;
  padding-top: 0;
}

.div-block-185 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: -5px;
  display: flex;
}

.heading-92 {
  color: #1e1e1e;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.div-block-184 {
  background-color: var(--primary-color-template);
  color: #fff;
  text-transform: uppercase;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 380px;
  height: 64px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
}

.div-block-184:hover {
  box-shadow: inset 0 2px 5px 40vh #00000047;
}

.text-block-48 {
  max-width: 530px;
  color: var(--white-web);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-50 {
  color: #888;
  justify-content: center;
  align-items: flex-start;
  padding-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.div-block-186 {
  margin-top: 60px;
}

.heading-91 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
}

.div-block-187 {
  min-height: 300px;
  margin-top: 40px;
}

.div-block-2359 {
  width: 100%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding: 42px 24px;
}

.div-block-como-reservar {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-34 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  object-fit: fill;
  background-image: url('../images/17a012acf200bbbe0b27defb1dde2e2b5b3c534e.jpg');
  background-position: 50% 65%;
  background-size: cover;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 242px;
  height: 320px;
  display: flex;
}

.div-block-35 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  object-fit: fill;
  background-image: url('../images/7a76e8ee10c23b34580640ea602606133f657993.jpg');
  background-position: 50% 65%;
  background-size: cover;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 242px;
  height: 320px;
  display: flex;
}

.div-block-2360 {
  width: 100%;
  max-width: 250px;
}

@media screen and (min-width: 1280px) {
  .flex-block-34 {
    flex-flow: row;
    max-width: 1250px;
  }
}

@media screen and (min-width: 1440px) {
  .section-unidade {
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .div-block-37 {
    max-width: none;
    margin-bottom: 40px;
  }

  .div-block-39 {
    max-width: none;
    display: block;
  }

  .section-4 {
    max-width: none;
  }

  .container-title-page {
    margin-top: 80px;
  }

  .container-script {
    max-width: none;
  }

  .code-embed-38, .code-embed-50 {
    margin-bottom: 0;
  }

  .container-bike-script {
    max-width: none;
  }

  .font-14 {
    font-family: Montserrat, sans-serif;
  }

  .flex-block-34 {
    max-width: 1440px;
  }

  .container-bike-script-copy {
    max-width: none;
  }

  .div-block-182 {
    height: 450px;
  }
}

@media screen and (min-width: 1920px) {
  .button-primary-bike.btn-vagas {
    margin-top: 24px;
  }

  .container-banner {
    background-position: 50% 20%;
  }

  .section-espaco {
    margin-left: auto;
  }

  .paragraph-67 {
    max-width: 1480px;
  }

  .div-franquia-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .navbar-custom {
    justify-content: center;
  }

  .icon-hamburguer.menu-mobile-action {
    position: absolute;
    left: 20px;
  }

  .button-primary-bike {
    padding: 12px 24px;
    font-weight: 700;
    display: flex;
  }

  .button-secondary-wellness {
    padding: 10px 24px;
  }

  .div-block-2 {
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

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

  .container-gradient {
    padding: 40px 15px;
  }

  .section-modalidade {
    padding-left: 24px;
    padding-right: 24px;
  }

  .title-left {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    display: flex;
  }

  .card-hover-description.card-border-1 {
    width: 80%;
    max-width: 90%;
    transition: width .6s;
  }

  .card-hover-description.card-border-1-open-unico {
    transition: width .6s;
  }

  .container-modalidades {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-15 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .subtitle-right, .subtitle-right.txt-mobile {
    text-align: center;
  }

  .subtitle-center {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .div-block-17 {
    flex-flow: column;
  }

  .card-reserve {
    max-width: 90%;
  }

  .section-centered-home {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column-reverse;
  }

  .section-depoimento {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .container-depoimento {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-29 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .code-embed-5 {
    width: 100%;
    max-width: 1200px;
  }

  .container-professor {
    flex-flow: column;
  }

  .div-block-30 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    justify-content: space-between;
    width: auto;
  }

  .div-block-32 {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .box-description-shadow.card-border-1-copy.title-center-card {
    justify-content: flex-start;
    align-items: flex-end;
  }

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

  .div-block-39 {
    flex-flow: column;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 1200px;
  }

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

  .section-playlist, .section-centered-home-bg-gray {
    padding-left: 24px;
    padding-right: 24px;
  }

  .slider-item {
    max-width: 220px;
  }

  .slider-item.slider-7 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .slider {
    max-width: 720px;
  }

  .mask {
    max-width: 690px;
    height: 350px;
  }

  .section-trabalho {
    padding-left: 0;
    padding-right: 0;
  }

  .container-trabalho {
    flex-flow: column;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .left-arrow, .right-arrow {
    display: none;
  }

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

  .section-6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-title-page {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .container-script {
    max-width: none;
  }

  .container-page-base {
    padding-left: 24px;
    padding-right: 24px;
  }

  .button-primary-template-lg {
    width: auto;
    margin-left: 0;
    display: block;
  }

  .widget-unidade {
    border-radius: 6px;
  }

  .div-block-64 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .line-divisor-unidades {
    display: none;
  }

  .div-block-65 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .flex-block-13 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

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

  .div-block-64-copy {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-page-base-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-5.txt-mobile {
    line-height: 1.5;
  }

  .button-primary-template-lg-copy-copy {
    width: auto;
    margin-left: auto;
    display: block;
  }

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

  .container-slider-page, .container-modalidade-page {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-109 {
    margin-left: 70px;
  }

  .slider-7 {
    margin-left: auto;
    margin-right: auto;
  }

  .container-bike-script {
    max-width: none;
  }

  .section-title {
    display: block;
  }

  .container-page-galeria {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-70 {
    text-align: center;
    width: auto;
    font-size: 16px;
    line-height: 1.2;
  }

  .link-block-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-19 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-franquia {
    background-size: cover;
    min-height: 800px;
  }

  .flex-block-34 {
    flex-flow: column;
  }

  .container-banner-franquia {
    min-height: 200px;
  }

  .container-bike-script-copy {
    max-width: none;
  }

  .section-depoimento-copy {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-open--unico {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .div-block-109-close-unique {
    margin-left: 70px;
  }

  .div-block-33 {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .div-block-29-copy {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .section-centered-home-bg-gray-trabalhe-conosco {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-186 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-91 {
    font-size: 38px;
  }

  .div-block-34, .div-block-35 {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .div-block-2360 {
    width: auto;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .button-primary-bike {
    font-weight: 700;
  }

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

  .div-block-9 {
    display: flex;
  }

  .container-banner {
    margin-bottom: 24px;
  }

  .container-gradient {
    background-image: none;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-modalidade {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .title-left {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 24px;
    line-height: 36px;
    display: block;
  }

  .card-hover-description.card-border-1, .card-hover-description.card-border-1-open-unico {
    width: 90%;
  }

  .subtitle-right, .subtitle-right.txt-mobile {
    font-size: 12px;
  }

  .subtitle-center {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .title-reservar {
    font-size: 16px;
  }

  .section-depoimento {
    margin-bottom: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .container-depoimento {
    flex-flow: column;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-27 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
  }

  .section-espaco {
    display: block;
  }

  .container-professor {
    flex-flow: column;
  }

  .div-block-30 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-right: 0;
  }

  .button-primary-template-xl {
    font-size: 14px;
    line-height: 1.5;
  }

  .div-block-32 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-40 {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .heading-14 {
    font-size: 18px;
  }

  .div-block-41 {
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    margin-right: auto;
    display: flex;
  }

  .section-3 {
    text-align: center;
  }

  .section-centered-home-bg-gray {
    margin-bottom: 24px;
    padding: 24px 0;
  }

  .slider-item {
    max-width: 239px;
  }

  .slider {
    width: 280px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .mask {
    max-width: 250px;
  }

  .section-trabalho {
    margin-bottom: 24px;
    padding: 24px 0;
  }

  .container-trabalho {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .section-6 {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    grid-template-columns: 1fr;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .flex-block-12 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .flex-block-social-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .title-page {
    font-size: 24px;
    line-height: 1.875rem;
  }

  .container-page-base {
    padding-left: 24px;
    padding-right: 24px;
  }

  .button-primary-template-lg {
    width: 100%;
  }

  .flex-block-13 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .modal-instrutores {
    display: none;
  }

  .div-block-79 {
    background-image: none;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

  .subtitle-md.color-main {
    z-index: 2;
    position: relative;
  }

  .image-13 {
    object-fit: cover;
    border-radius: 50%;
    width: 120px;
    max-width: none;
    height: 120px;
    position: relative;
    bottom: -43%;
  }

  .container-page-base-copy {
    padding-left: 0;
    padding-right: 0;
  }

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

  .button-primary-template-lg-copy-copy {
    width: auto;
  }

  .code-embed-14, .code-embed-14.car-shopping.pagekraft-auth-checkout {
    cursor: pointer;
  }

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

  .text-block-26 {
    text-align: right;
    font-size: 12px;
  }

  .text-block-26.txt-mobile {
    font-size: 12px;
  }

  .container-slider-page {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-102, .div-block-103 {
    border-bottom-right-radius: 0%;
    border-bottom-left-radius: 0%;
  }

  .container-7 {
    margin-bottom: 64px;
  }

  .code-embed-40, .code-embed-41, .code-embed-42, .code-embed-43 {
    color: var(--primary-color-template);
  }

  .container-modalidade-page {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .text-block-30 {
    min-height: auto;
    font-size: 12px;
    line-height: 18px;
    overflow: auto;
  }

  .div-block-107 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 24px;
    display: none;
  }

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

  .text-block-31 {
    text-align: left;
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-109 {
    margin-left: 30px;
  }

  .section-title {
    font-size: 24px;
  }

  .container-page-galeria {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-204 {
    font-size: 48px;
  }

  .paragraph-70 {
    max-width: 280px;
  }

  .link-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .button-7 {
    width: 90%;
    max-width: 560px;
    font-size: 20px;
  }

  .paragraph-63 {
    font-size: 24px;
  }

  .container-banner-franquia {
    background-size: cover;
    min-height: 380px;
  }

  .container-global {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .section-depoimento-copy {
    margin-bottom: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .div-block-open--unico {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-109-close-unique {
    margin-left: 30px;
  }

  .text-block-31-copy {
    text-align: left;
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-33 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-centered-home-bg-gray-trabalhe-conosco {
    margin-bottom: 24px;
    padding: 24px 0;
  }

  .div-block-182 {
    align-items: stretch;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-185 {
    justify-content: flex-end;
    align-items: center;
    margin-bottom: -100px;
  }

  .heading-92 {
    color: #1e1e1e;
    font-size: 20px;
  }

  .text-block-48 {
    padding-bottom: 60px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-186 {
    margin-top: 140px;
  }

  .heading-91 {
    font-size: 38px;
  }

  .div-block-como-reservar {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-34, .div-block-35 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 479px) {
  .button-primary-bike {
    font-weight: 700;
  }

  .title-left {
    text-align: center;
    word-break: normal;
    width: 100%;
    margin-bottom: 0;
    font-size: 24px;
    display: block;
  }

  .card-hover-description.card-border-1 {
    width: 80%;
  }

  .card-hover-description.card-border-1-open-unico {
    width: auto;
    max-width: none;
  }

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

  .div-block-17 {
    padding-left: 0;
    padding-right: 0;
  }

  .card-reserve {
    width: 100%;
    max-width: 327px;
  }

  .section-depoimento {
    padding-left: 0;
    padding-right: 0;
  }

  .container-depoimento {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .div-block-29 {
    flex-flow: row;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .container-professor {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }

  .div-block-32 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 250px;
  }

  .text-block-7 {
    line-height: 1.5;
  }

  .text-span-10 {
    word-break: normal;
  }

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

  .flex-block-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .div-block-44 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .section-6 {
    padding-right: 24px;
  }

  .subtitle-1 {
    word-break: break-all;
  }

  .image-12 {
    object-fit: cover;
  }

  .paragraph-5.txt-mobile {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
  }

  .button-primary-template-lg-copy-copy {
    width: auto;
    margin-left: auto;
  }

  .div-block-91 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: 320px;
    margin-bottom: 20px;
    display: flex;
  }

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

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

  .text-block-26 {
    font-size: 12px;
    line-height: 1.5;
  }

  .text-block-26.txt-mobile {
    text-align: right;
  }

  .container-slider-page {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-102, .div-block-103 {
    border-bottom-right-radius: 0%;
    border-bottom-left-radius: 0%;
  }

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

  .code-embed-40, .code-embed-41, .code-embed-42, .code-embed-43 {
    color: var(--primary-color-template);
  }

  .div-block-107 {
    padding: 12px;
    display: none;
  }

  .container-minha-conta {
    padding: 0;
  }

  .code-embed-93 {
    order: 9999;
  }

  .div-block-204 {
    font-size: 38px;
  }

  .paragraph-70 {
    font-size: 14px;
  }

  .button-7 {
    text-align: center;
    width: auto;
    max-width: none;
  }

  .div-block-209 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .banner-franquia {
    min-height: 600px;
  }

  .paragraph-63 {
    font-size: 20px;
  }

  .container-banner-franquia {
    min-height: 480px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-64 {
    font-size: 16px;
    line-height: 1.5;
  }

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

  .section-depoimento-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-open--unico {
    padding: 12px;
  }

  .div-block-33 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

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

  .icon {
    margin-right: 0;
  }

  .icon-2 {
    margin-left: 0;
  }

  .div-block-29-copy {
    flex-flow: row;
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-34, .div-block-35 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }
}

#w-node-f013c2a1-3c7c-635f-412d-0dae6fda0380-6fda0378 {
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-f013c2a1-3c7c-635f-412d-0dae6fda037b-6fda0378 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/Poppins-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.ttf') format('truetype'), url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bw Vivant';
  src: url('../fonts/bw-vivant-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bw Vivant';
  src: url('../fonts/bw-vivant-thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bw Vivant';
  src: url('../fonts/bw-vivant-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bw Vivant';
  src: url('../fonts/bw-vivant-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bw Vivant';
  src: url('../fonts/bw-vivant-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bwvivant Skinny';
  src: url('../fonts/BwVivant-Skinny.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bw Vivant';
  src: url('../fonts/bw-vivant-black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Orbitron Variablefont Wght';
  src: url('../fonts/Orbitron-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}