:root {
  --white: white;
  --black: black;
}

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

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

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

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

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

.navbar-no-shadow-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-top: -51px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.nav-link {
  color: var(--white);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Barlowcondensed, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #e79d1a;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #e79d1a;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #e79d1a;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-10 {
  width: 100px;
  margin-left: 0;
}

.nav-button-wrapper {
  margin-left: 0;
}

.button-primary {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #e79d1a;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 25px;
  font-family: Barlowcondensed, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-heading-center {
  background-color: #f5f7fa;
  background-image: url('../images/capastyllo.png');
  background-position: 100%;
  background-size: cover;
  border-bottom: 0 solid #e4ebf3;
  height: 900px;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-top: 225px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-left: -109px;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  color: rgba(255, 255, 255, .71);
  margin-top: 30px;
  margin-bottom: 24px;
  font-family: Barlowcondensed, sans-serif;
  font-size: 30px;
  line-height: 34px;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.heading {
  color: #fff;
  width: 800px;
  margin-top: -66px;
  font-family: Barlowcondensed, sans-serif;
  font-size: 80px;
  font-weight: 600;
}

.team-slider {
  background-color: #000;
  border-bottom: 0 solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
  font-family: Barlowcondensed, sans-serif;
  font-size: 42px;
}

.centered-subheading {
  color: rgba(255, 255, 255, .71);
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-family: Barlowcondensed, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.team-slider-wrapper {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: rgba(63, 62, 62, .45);
  padding-bottom: 24px;
}

.team-member-image-two {
  width: 330px;
  height: 210.469px;
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  color: #fff;
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  color: rgba(255, 255, 255, .71);
  margin-bottom: 20px;
  font-family: Barlowcondensed, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.footer-subscribe {
  background-color: #000;
  border-bottom: 0 solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block-three {
  text-align: center;
  background-color: rgba(255, 255, 255, .71);
  justify-content: center;
  align-items: center;
  width: -webkit-fill-available;
  margin-left: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: rgba(255, 255, 255, .71);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  align-items: center;
  gap: 20rem;
  }

  .footer-copyright {
    grid-column: 1;
    color: rgba(255, 255, 255, .71);
    width: 570px;
    max-width: 1100px;
    font-family: Barlowcondensed, sans-serif;
    font-size: 24px;
  }

  .pquadrado-icon{
    grid-column: 2;
  }

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

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.container-5 {
  margin-top: -123px;
  margin-left: 183px;
}

.heading-2 {
  color: #fff;
  font-family: Barlowcondensed, sans-serif;
  font-size: 90px;
}

.paragraph {
  color: rgba(255, 255, 255, .71);
  width: 500px;
  margin-top: 30px;
  font-family: Barlowcondensed, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
}

.hero-heading-left {
  background-color: #000;
  border-bottom: 0 solid #e4ebf3;
  height: 1200px;
  padding: 80px 30px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.styllo-heading{
  position: absolute;
  visibility: hidden;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.heading-3 {
  color: #fff;
  text-align: center;
  font-family: Barlowcondensed, sans-serif;
  font-size: 90px;
  font-weight: 700;
}

.paragraph-2 {
  color: #fff;
  font-family: Barlowcondensed, sans-serif;
  font-size: 25px;
  line-height: 35px;
}

.paragraph-3 {
  color: #fff;
  font-family: Barlowcondensed, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.quick-stack {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  margin-top: 50px;
}

.hero-heading-left-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-7 {
  margin-top: 30px;
}

.button {
  background-color: #e79d1a;
  padding: 12px 25px;
  font-family: Barlowcondensed, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

@media screen and (max-width: 1024px){
  .hero-heading-center{
    width: auto;
  }
  .footer-wrapper-three, .footer-social-block-three{
    width: -webkit-fill-available;
  }
  .footer-copyright{
    width: 450px;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
    left: -66px;
  }

  .nav-menu {
    background-color: rgba(255, 255, 255, 0);
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-left: -15px;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 24px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 113px;
  }

  .button-primary {
    margin-left: -89px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .hero-heading-center {
    background-position: 80% 100%;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 600px;
    margin-bottom: -40px;
    margin-left: -10px;
  }

  .hero-split {
    width: 600px;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .heading {
    width: 600px;
  }

  .container-2 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
  }

  .footer-social-block-three {
    width: -webkit-fill-available;
    margin-top: 0;
  }

  .container-5 {
    margin-left: 0;
  }

  .hero-heading-left {
    height: 1500px;
  }

  .container-6 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-button-wrapper{
    width: 20px;
  }

  .nav-menu {
    flex-flow: row;
    width: 500px;
    height: 204px;
    margin-left: 11px;
    margin-right: -50px;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .button-primary {
    margin-left: -117px;
  }

  .hero-heading-center {
    width: auto;
    padding: 60px 15px;
  }

  .hero-wrapper {
    margin-top: -74px;
    margin-left: 74px;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  align-items: center;
  gap: 10rem;
  }

  .footer-copyright {
    width: 400px;
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .container-5 {
    width: auto;
    margin-top: -133px;
    margin-left: 0px;
  }

  .hero-heading-left {
    height: 2100px;
    padding: 60px 15px;
  }

  .paragraph-2 {
    width: auto;
  }

  .quick-stack {
    height: 1100px;
  }

  .hero-heading-left-2 {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 717px) {
  .navbar-no-shadow-container, .navbar-wrapper {
    max-width: 409px;
  }

  .nav-menu-wrapper {
    width: 409px;
    left: 0;
  }

  .nav-menu {
    background-color: #000;
    flex-direction: column;
    width: 409px;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-button-wrapper {
    text-align: center;
    width: auto;
  }

  .button-primary {
    margin-left: -132px;
  }

  .hero-heading-center {
    background-position: 100% 80%;
  }

  .container {
    width: 350px;
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .hero-wrapper {
    width: 350px;
  }

  .hero-split {
    justify-content: center;
    align-items: center;
  }

  .heading {
    width: 350px;
  }

  .container-2 {
    width: 350px;
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .team-block, .team-member-image-two {
    width: 350px;
  }

  .team-slider-arrow {
    width: 80px;
    height: 50px;
    margin-right: -18px;
  }

  .container-3 {
    width: 350px;
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-wrapper-three, .footer-social-block-three {
    width: -webkit-fill-available;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 350px;
  }

  .footer-copyright {
    width: 350px;
    font-size: 18px;
  }

  .icon {
    color: #e79d1a;
    font-size: 50px;
  }

  .icon-2 {
    right: 48px;
  }

  .container-4 {
    width: 350px;
    margin-left: 0;
    margin-right: 0;
  }

  .container-5 {
    width: 350px;
    margin-top: -100px;
    margin-left: 21px;
  }

  .heading-2 {
    color: #fff;
    text-align: center;
    font-family: Barlowcondensed, sans-serif;
    font-size: 80px;
  }

  .paragraph {
    color: rgba(255, 255, 255, .71);
    width: 350px;
    margin-top: 50px;
    font-family: Barlowcondensed, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
  }

  .hero-heading-left {
    height: 1500px;
  }

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

  .paragraph-2, .paragraph-3 {
    width: auto;
    font-size: 18px;
    line-height: 28px;
  }

  .quick-stack {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    width: auto;
    height: 920px;
  }

  .container-7 {
    width: auto;
  }
}

@media screen and (max-width: 425px) {
  .hero-heading-center{
    width: auto;
  }
  .footer
  .heading-2{
    margin-left: -35px;
  }
  .paragraph{
    font-weight: bold;
    text-shadow: 1px 1px 1px black;
  }
  .footer-bottom{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    justify-items: center;
    gap: 0;
  }
  .footer-copyright{
    text-align: center;
    grid-column: 1;
    grid-row: 1;
  }
  .pquadrado-icon{
    grid-column: 1;
    grid-row: 2;
  }
}

@media screen and (max-width: 375px) {
  .container-5{
    width: 330px;
  }
  .hero-heading-center{
    width: auto;
  }
  .heading-2{
    margin-left: -35px;
  }
  .paragraph{
    width: 330px;
  }
  .team-slider-arrow{
    margin-right: 0;
  }
}

@media screen and (max-width: 365px) {
  .hero-heading-center{
    width: auto;
  }
  .heading-2{
    width: 300px;
    font-size: 70px;
    margin-left: 1px;
    text-align: start;
  }
  .container-5{
    width: 280px;
    margin-left: 0;
  }
  .paragraph{
    width: 290px;
  }
  .centered-heading-2, .footer-social-block-three, .container-3, .footer-copyright, .container-2, .team-block, .footer-wrapper-three{
    width: -webkit-fill-available;
  }
  .team-member-text{
    width: 270px;
  }
}

@media screen and (max-width: 353px) {
  .heading-3{
    font-size: 60px;
  }
}

#w-node-_6687f712-ad00-2d36-cdcd-a82aa582b13d-de62c027 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 845px) {
  #w-node-_6687f712-ad00-2d36-cdcd-a82aa582b13d-de62c027{
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Barlowcondensed';
  src: url('../fonts/BarlowCondensed-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlowcondensed';
  src: url('../fonts/BarlowCondensed-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlowcondensed';
  src: url('../fonts/BarlowCondensed-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlowcondensed';
  src: url('../fonts/BarlowCondensed-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlowcondensed';
  src: url('../fonts/BarlowCondensed-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlowcondensed';
  src: url('../fonts/BarlowCondensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlowcondensed';
  src: url('../fonts/BarlowCondensed-BoldItalic.ttf') format('truetype'), url('../fonts/BarlowCondensed-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlowcondensed';
  src: url('../fonts/BarlowCondensed-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlowcondensed';
  src: url('../fonts/BarlowCondensed-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlowcondensed';
  src: url('../fonts/BarlowCondensed-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}