:root {
  --white: white;
  --black: black;
  --opacity: var(--white);
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.body {
  background-color: #24255d;
  background-image: radial-gradient(circle, #4c55a0, #080605);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-navigation {
  justify-content: space-around;
  height: 15vh;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.navigation-div {
  color: #fff;
  justify-content: space-around;
  align-items: center;
  width: 45%;
  padding-left: 10%;
  padding-right: 10%;
  font-family: Rubik, sans-serif;
  font-weight: 300;
  display: flex;
}

.logo-div, .profile-div {
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.footer-div {
  justify-content: space-around;
  height: 15vh;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.trainning-div {
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.ranking-div {
  justify-content: space-around;
  align-items: center;
  width: 45%;
  display: flex;
  position: relative;
}

.trainning-div-copy {
  width: 10%;
}

.reports-div {
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.button {
  color: #ffffffb3;
  background-color: #3898ec00;
  font-family: Rubik, sans-serif;
  font-size: 1.5vh;
  font-weight: 500;
}

.button-2 {
  color: #ffffffb3;
  background-color: #3898ec00;
  font-family: Rubik, sans-serif;
  font-weight: 500;
}

.button-3 {
  color: #ffffffe6;
  text-shadow: 0 1px 15px #ffffffed;
  background-color: #3898ec00;
  font-family: Rubik, sans-serif;
  font-weight: 500;
}

.button-3:hover {
  -webkit-text-stroke-color: #ffffffe6;
}

.div-block {
  background-color: #0003;
  border-radius: 25px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 20%;
  height: 70vh;
  display: flex;
}

.div-block.ranking-precario {
  display: none;
}

.container {
  background-color: #0003;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section-header-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20%;
  display: flex;
}

.section-header-div.muscule-header-div {
  border-bottom: 1px solid #fff3;
  flex-direction: row;
}

.section-header-div.performance-header-div, .section-header-div.overall-header-div {
  border-bottom: 1px solid #fff3;
}

.heading {
  color: #fff;
  letter-spacing: -.03em;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Rubik, sans-serif;
  font-size: 3vh;
  font-style: italic;
  font-weight: 700;
}

.heading.overall-heading {
  font-size: 6vh;
  font-weight: 700;
}

.heading-2 {
  color: #fff;
  text-transform: uppercase;
  height: auto;
  margin-top: 10px;
  font-family: Rubik, sans-serif;
  font-size: .7em;
  font-weight: 400;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.div-block-3 {
  background-color: #00000080;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 20vh;
  height: 20vh;
  display: flex;
  position: relative;
}

.inner-content-div {
  justify-content: center;
  width: 100%;
  height: 80%;
  display: flex;
}

.inner-content-div.performance-data-divs {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
}

.div-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  display: flex;
}

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

.div-block-6 {
  justify-content: center;
  width: 100%;
  height: 2.5vh;
  font-family: Rubik, sans-serif;
  display: flex;
}

.performance-variable-text {
  color: #fff;
  text-align: right;
  letter-spacing: -.01em;
  text-transform: uppercase;
  justify-content: flex-end;
  align-items: center;
  width: 75%;
  font-size: 1.5vh;
  font-weight: 400;
  display: flex;
}

.data-div {
  width: 50%;
  display: flex;
}

.absolut-value-div {
  align-items: center;
  display: flex;
}

.percentage-value {
  color: #333;
  align-items: center;
  display: flex;
}

.variable-value {
  color: #fff;
  margin-left: 10px;
  font-size: 1.5vh;
  font-weight: 700;
}

.variable-value.absolute-value {
  display: none;
}

.variable-value.percentage-value {
  color: #fff;
}

.muscle-analysis-div {
  background-color: #0003;
  border-radius: 25px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 45%;
  height: 70vh;
  display: flex;
}

.muscle-analysis-div.ranking-precario {
  display: none;
}

.performance-div {
  background-color: #0003;
  border-radius: 25px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 25%;
  height: 70vh;
  display: flex;
}

.performance-div.ranking-precario {
  display: none;
}

.overall-div {
  background-color: #0003;
  border-radius: 25px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 25%;
  height: 70vh;
  display: flex;
}

.overall-div.ranking-precario {
  display: none;
}

.player-name {
  color: #fff;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 3vh;
  font-style: normal;
  font-weight: 700;
}

.player-name.overall-heading {
  font-size: 3em;
  font-weight: 700;
}

.position {
  color: #fff;
  height: 2vh;
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Rubik, sans-serif;
  font-size: 2vh;
  font-weight: 300;
}

.div-block-7 {
  background-color: #0003;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 9vh;
  height: 9vh;
  display: flex;
}

.image {
  position: absolute;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  font-family: Rubik, sans-serif;
  font-size: 3vh;
  font-style: normal;
  font-weight: 700;
}

.div-block-8 {
  height: 1.5vh;
  margin-bottom: 1vh;
}

.div-block-9 {
  height: 1.5vh;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  font-family: Rubik, sans-serif;
  font-size: .8vh;
  font-weight: 500;
}

.section-button-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10%;
  display: flex;
}

.button-4 {
  text-transform: uppercase;
  background-color: #0000;
  border-top: 1px solid #fff3;
  border-bottom-right-radius: 10%;
  border-bottom-left-radius: 10%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Rubik, sans-serif;
  font-size: 1.25vh;
  font-weight: 500;
  display: flex;
  position: relative;
  inset: 0%;
}

.button-4:hover {
  background-color: #0000004d;
}

.div-block-10 {
  height: 1vh;
}

.div-block-11, .div-block-12, .div-block-13 {
  justify-content: center;
  align-items: center;
  width: 33%;
  height: 100%;
  display: flex;
}

.div-block-14 {
  justify-content: center;
  align-items: center;
  width: 7%;
  height: 2vh;
  margin-left: 10px;
  display: flex;
}

.image-2 {
  position: relative;
}

.heading-3 {
  color: #ffffffb3;
  text-align: center;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Rubik, sans-serif;
  font-size: 1.2vh;
  font-style: italic;
  line-height: 1.3vh;
}

.div-block-15, .div-block-16 {
  width: 33%;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  font-family: Rubik, sans-serif;
  font-size: 3vh;
  font-weight: 700;
}

.div-block-17 {
  justify-content: space-around;
  align-items: center;
  width: 75%;
  display: flex;
}

.paragraph {
  color: #fff;
  text-align: center;
  font-family: Rubik, sans-serif;
  font-size: 1.25vh;
  font-weight: 400;
  line-height: 1.7vh;
}

.div-block-18 {
  width: 1px;
  height: 70%;
}

.intro {
  height: 100vh;
}

.intro-skin {
  z-index: 0;
  background-image: radial-gradient(circle, #060938a1, #000000e6);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
}

.background-video {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.landing-page-footer-navigation-div {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  border: .25px solid #ffffff40;
  height: 10vh;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.main-intro-div {
  width: 100vw;
  height: 90vh;
  display: flex;
  position: absolute;
}

.intro-logo-div {
  perspective: 1000px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 33.3vw;
  display: flex;
}

.segment-links-div {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 66.6vw;
  display: flex;
  position: relative;
}

.social-media-div {
  justify-content: center;
  align-items: center;
  width: 33.3vw;
  height: 100%;
  display: flex;
  position: relative;
}

.get-in-touch-div {
  justify-content: center;
  align-items: center;
  width: 33.3vw;
  display: flex;
  position: relative;
}

.enroll-div {
  justify-content: center;
  align-items: center;
  width: 33.3vw;
  display: flex;
}

.button-5 {
  color: #1a1a1a;
  background-color: #af0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 3vw;
  font-family: Prelo, sans-serif;
  font-size: 2.25vh;
  font-weight: 700;
  transition: all .3s ease-in-out;
  display: flex;
}

.button-5:hover {
  background-color: #aaff00e6;
  font-weight: 900;
}

.button-5:focus {
  color: #777;
  background-color: #ffffff17;
}

.button-5.w--current:visited {
  background-color: #ffffff80;
}

.segment-inner-div {
  border-top: .5px solid #ffffff80;
  border-bottom: .5px solid #ffffff80;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: auto;
  min-height: 15vh;
  margin-left: 10vw;
  margin-right: 10vw;
  padding-top: 3vh;
  padding-bottom: 3vh;
  display: flex;
  position: relative;
}

.button-6 {
  color: #ffffff80;
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 10vh;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Prelo, sans-serif;
  font-size: 5vh;
  font-style: italic;
  font-weight: 900;
  display: flex;
}

.button-6:hover {
  perspective: 1000px;
  color: #fff;
  transform: scale(1.2);
  box-shadow: 0 2px 5px #0003;
}

.button-7 {
  color: #af0;
  background-color: #00000040;
  border-left: .25px solid #ffffff40;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 3vw;
  font-family: Prelo, sans-serif;
  font-size: 2.25vh;
  transition: all .3s;
  display: flex;
  position: relative;
}

.button-7:hover {
  background-color: #00000080;
  font-weight: 700;
}

.social-button {
  background-color: #0000;
  background-image: url('../images/High-Optimal-Performance---Website---Icon---Facebook.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 25px;
  height: auto;
  min-height: 25px;
  display: flex;
}

.social-button.instagram {
  background-image: url('../images/High-Optimal-Performance---Website---Icon---Instagram.png');
}

.social-button.tiktok {
  background-image: url('../images/High-Optimal-Performance---Website---Icon---TikTok.png');
  display: none;
  overflow: visible;
}

.social-button.linkedin {
  background-image: url('../images/High-Optimal-Performance---Website---Icon---Linkedin.png');
}

.social-button.google {
  background-image: url('../images/High-Optimal-Performance---Website---Icon---My-Business.png');
}

.intro-titles {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.ito-title-texts-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 5vh;
  display: flex;
  position: absolute;
  top: 20vh;
  bottom: 5vh;
}

.paragraph-2 {
  color: #ffffffb3;
  text-align: justify;
  justify-content: center;
  align-items: center;
  font-family: Prelo, sans-serif;
  font-size: 2vh;
  font-weight: 700;
  line-height: 3vh;
  display: none;
  position: relative;
  top: 25vh;
}

.paragraph-2.intro-sports-p {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #ffffffb3;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-width: auto;
  min-height: auto;
  font-weight: 700;
  display: flex;
  top: auto;
}

.paragraph-2.intro-pro-p {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  top: auto;
}

.paragraph-2.intro-health-p {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-width: auto;
  min-height: auto;
  display: flex;
  top: auto;
}

.div-block-19 {
  justify-content: center;
  align-items: center;
  padding: 3vw;
  display: flex;
}

.text-block-5 {
  color: #af0;
  font-family: Prelo, sans-serif;
  font-size: 2.25vh;
}

.form {
  background-image: url('../images/High-Optimal-Performance---Website---BG-Mountain.svg'), linear-gradient(358deg, #4e58a6, #070504);
  background-position: 0 100%, 0 0;
  background-size: cover, auto;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.image-3 {
  max-width: 33.3vw;
  position: static;
  inset: 25vh auto auto 0%;
}

.text-block-6 {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Prelo, sans-serif;
  font-size: 2.25vh;
  display: flex;
  position: absolute;
  inset: 0% 3vw 0% auto;
}

.link {
  color: #ffffffe6;
  font-style: italic;
  font-weight: 900;
  text-decoration: none;
}

.text-span {
  color: #ffffffb3;
  margin-right: .5vw;
  font-size: 1.5vh;
  font-weight: 500;
}

.form-block-div {
  width: 70vw;
}

.form-block {
  position: relative;
}

.text-field {
  color: #fff;
  background-color: #fff0;
  border: 1px #000;
  font-size: 2vh;
}

.text-field-2 {
  color: #ffffff80;
  background-color: #fff0;
  border: 1px #000;
  font-family: Rubik, sans-serif;
  font-size: 1.7vh;
  font-weight: 600;
}

.field-label {
  color: #fff;
  margin-top: 2vh;
  margin-bottom: 2vh;
  font-family: Rubik, sans-serif;
  font-size: 2vh;
}

.select-field {
  display: block;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.submit-button {
  z-index: 101;
  color: #000;
  letter-spacing: -.5px;
  background-color: #8fec38;
  width: 33.3vw;
  height: 10vh;
  font-family: Rubik, sans-serif;
  font-size: 2.5vh;
  font-weight: 700;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.checkbox-label {
  color: #b9df11bf;
  margin-left: 1vw;
  font-family: Rubik, sans-serif;
  font-size: 2vh;
  font-weight: 700;
}

.checkbox {
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

.text-span-2, .text-span-3, .text-span-4 {
  font-weight: 300;
}

.stroke-form {
  background-color: #ffffff40;
  height: .5px;
  margin-top: 3vh;
  margin-bottom: 3vh;
}

.text-block-7 {
  color: #fff;
  margin-top: 10px;
  font-size: 1.5vh;
}

.text-block-8 {
  color: #9eff43bf;
  text-transform: none;
  width: 50vw;
  margin-bottom: 2vh;
  font-family: Prelo, sans-serif;
  font-size: 2.75vh;
  font-style: italic;
  font-weight: 500;
  line-height: 3.5vh;
}

.text-block-8.miss-o {
  width: 30vw;
  margin-bottom: 25vh;
}

.text-block-9 {
  color: #9eff43;
  text-transform: uppercase;
  font-family: Prelo, sans-serif;
  font-size: 1.5vh;
  font-style: italic;
  font-weight: 700;
}

.success-message {
  background-color: #8cff4a;
  font-family: Rubik, sans-serif;
  font-size: 1.75vh;
  font-weight: 700;
}

.text-span-5 {
  color: #87ff69ed;
  vertical-align: baseline;
  position: relative;
}

.text-span-6, .text-span-7 {
  color: #87ff69;
}

.div-block-20 {
  border-top: 2px solid #ffffff40;
  justify-content: center;
  align-items: center;
  padding-top: 2vh;
  font-size: 1.3vw;
  display: flex;
  position: relative;
  top: -12vh;
}

.text-block-10 {
  color: #8fec38;
  font-family: Prelo, sans-serif;
  font-style: italic;
  font-weight: 700;
}

.o-que-fazmos {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 5vh 15vw;
  display: flex;
}

.div-block-21 {
  color: #fff;
  font-family: Prelo, sans-serif;
  position: relative;
}

.paragraph-3 {
  color: #ffffffb3;
  margin-bottom: 5vh;
  font-size: 2vh;
  font-weight: 500;
  line-height: 3vh;
}

.heading-4 {
  color: #fff;
  font-family: Prelo, sans-serif;
  font-size: 4vh;
  font-style: italic;
  font-weight: 900;
}

.heading-4.preinscription {
  color: #9eff43;
}

.heading-5 {
  color: #8fec3880;
  text-transform: uppercase;
  font-size: 2vh;
  font-style: italic;
}

.text-span-8 {
  color: #8fec38;
}

.quem-somos {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 5vh 15vw;
  display: flex;
}

.text-block-11 {
  color: #8fec38;
  font-size: 2vh;
}

.bg-quem-somo-pic {
  z-index: 0;
  opacity: .2;
  background-image: url('../images/Hoplab---Prevenção-de-lesão.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: 150vw;
  display: none;
  position: absolute;
  inset: 100vh 0% 0%;
  overflow: hidden;
}

.body-2 {
  overflow: visible;
}

.mobile-preview-div {
  display: none;
}

.link-mobile {
  color: #ffffffe6;
  font-style: italic;
  font-weight: 900;
  text-decoration: none;
}

.text-span-mobile {
  color: #ffffffb3;
  margin-right: .5vw;
  font-size: 1.5vh;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .mobile-preview-div {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .mobile-preview-div {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .text-block-6.mobile-contact {
    padding: 40px;
    position: relative;
    right: auto;
  }

  .mobile-preview-div {
    z-index: 1000;
    background-color: #534dff;
    background-image: linear-gradient(215deg, #231f47, #000);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .text-block-12 {
    color: #6cff52;
    text-align: justify;
    padding: 40px;
    font-family: Prelo, sans-serif;
  }

  .image-4 {
    position: relative;
    left: -15.5vw;
  }

  .text-span-mobile {
    color: #fff;
    font-size: 2vh;
    font-weight: 900;
  }
}


@font-face {
  font-family: 'Prelo';
  src: url('../fonts/Prelo-SemiBold.TTF') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Prelo';
  src: url('../fonts/Prelo-HairlineItalic.TTF') format('truetype'), url('../fonts/Prelo-BookItalic.TTF') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Prelo Hairline';
  src: url('../fonts/Prelo-Hairline.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Prelo';
  src: url('../fonts/Prelo-Light.TTF') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Prelo';
  src: url('../fonts/Prelo-Bold.TTF') format('truetype'), url('../fonts/Prelo-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Prelo';
  src: url('../fonts/Prelo-BoldItalic.TTF') format('truetype'), url('../fonts/Prelo-ExtraBoldItalic.TTF') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Prelo';
  src: url('../fonts/Prelo-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Prelo';
  src: url('../fonts/Prelo-ExtraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Prelo';
  src: url('../fonts/Prelo-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Prelo';
  src: url('../fonts/Prelo-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Prelo';
  src: url('../fonts/Prelo-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Prelo Book';
  src: url('../fonts/Prelo-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Prelo';
  src: url('../fonts/Prelo-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Prelo';
  src: url('../fonts/Prelo-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Prelo';
  src: url('../fonts/Prelo-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}