a {
  text-decoration: none;
}

.brand {
  width: 35%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  text-align: center;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 90%;
  max-width: 1440px;
  min-width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.marquee-div {
  overflow: hidden;
  margin-top: 70px;
  border: 2px solid #000;
  border-radius: 20px;
  background-color: #ef8fd3;
}

.navbar {
  position: fixed;
  width: 100vw;
  min-width: 100vw;
  padding-top: 20px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.nav-menu {
  width: 33%;
}

.first-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  padding-top: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e20004;
  background-image: url('../images/city-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.scroll-down {
  position: absolute;
  bottom: 2.5%;
}

.image {
  width: auto;
}

.social-icon {
  height: 30px;
}

.social-nav {
  margin-right: 20px;
  margin-left: 20px;
}

.nav_link {
  font-family: Anverso, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.lottie-animation {
  position: relative;
  bottom: -5%;
  max-width: 1600px;
  min-width: 1500px;
}

.circle.rotation-infinity {
  position: absolute;
  right: 5%;
  bottom: 2.5px;
}

.circle-image {
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.link {
  font-family: Anverso, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.second-section {
  overflow: hidden;
  margin-bottom: 100px;
}

.body {
  background-color: #fff8e0;
}

.container_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1440px;
  min-width: 90%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.half_circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-2 {
  width: 494px;
  margin-bottom: 0px;
}

.div-block {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.heading {
  font-family: Anverso, sans-serif;
  color: #000;
  font-size: 43px;
  text-align: center;
}

.heading.space-top-50 {
  position: relative;
  top: 54px;
}

.heading.space-top-50.color-white {
  color: #fff;
}

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

.heading-2 {
  font-family: 'Anverso Decorative', sans-serif;
  color: #000;
  font-size: 80px;
  line-height: 110%;
  font-weight: 400;
  text-align: center;
}

.text-span {
  color: #d02020;
}

.text-span-2 {
  color: #3e6ffd;
}

.third-section {
  overflow: hidden;
  margin-bottom: 100px;
}

.but-how {
  height: 191px;
  max-height: 191px;
}

.image-3 {
  position: absolute;
  z-index: -1;
  max-width: 616px;
}

.lottie-animation-2 {
  position: absolute;
  top: auto;
  right: -111px;
  max-width: 600px;
  margin-top: -200px;
  -webkit-transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.services {
  margin-top: -54px;
}

.image-4 {
  position: absolute;
  top: auto;
  z-index: -1;
  margin-top: 10%;
}

.col-3 {
  left: 0px;
  height: auto;
  min-height: 500px;
  padding: 40px 10% 50px;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  border-radius: 30px;
  background-color: #fff8e0;
  text-align: center;
}

.columns {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading-3 {
  margin-top: 0px;
  font-family: Anverso, sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.title-service {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Anverso, sans-serif;
  text-transform: uppercase;
}

.image-5 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.paragraph {
  margin-bottom: 0px;
  font-family: Anverso, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 110%;
  text-align: center;
}

.paragraph.white-text {
  color: #fff;
}

.paragraph.white-text.left-align {
  text-align: left;
}

.paragraph.client-p {
  line-height: 130%;
}

.fourh-section {
  overflow: hidden;
}

.background-blue {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  background-color: #3e6ffd;
}

.project {
  width: 100%;
}

.project-title {
  margin-top: 70px;
  font-family: Anverso, sans-serif;
  color: #fff;
  font-size: 90px;
  line-height: 110%;
  text-transform: uppercase;
}

.space-100px {
  height: 100px;
}

.col-3-project {
  margin-bottom: 24px;
}

.line-project {
  height: 2px;
  margin-bottom: 0px;
  background-color: #fff;
}

.column-2 {
  text-align: right;
}

.first-project-col {
  padding-right: 5%;
  padding-left: 0px;
}

.background-holder {
  position: relative;
  z-index: -1;
}

.animation-marquee {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.request-portfolio {
  padding-right: 100px;
  padding-left: 10px;
  font-family: Anverso, sans-serif;
  white-space: nowrap;
}

.title-lined {
  margin-bottom: 20px;
  font-family: 'Anverso Decorative', sans-serif;
  font-size: 42px;
  line-height: 50px;
}

.horizonal-scroll-content {
  display: block;
  width: 450vh;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ". . . . . . . . . . . . . . . . ."
    ". . . . . . . . . . . . . . . . ."
    ". . . . . . . . . . . . . . . . ."
    "time-line time-line time-line2 time-line2 time-line2 line-3 line-3 line-3 line-4 line-4 line-4 linea-5 linea-5 linea-5 line-6 line-6 line-6";
  -ms-grid-columns: 2.5fr 0px 2.5fr 0px 1.25fr 0px 1.25fr 0px 1.25fr 0px 1.25fr 0px 1.25fr 0px 1.25fr 0px 1.25fr 0px 1.25fr 0px 1.25fr 0px 1.25fr 0px 1.25fr 0px 1.25fr 0px 1.25fr 0px 1.25fr 0px 1.25fr 0px 1.25fr 0px 1.25fr;
  grid-template-columns: 2.5fr 2.5fr 1.25fr 1.25fr 1.25fr 1.25fr 1.25fr 1.25fr 1.25fr 1.25fr 1.25fr 1.25fr 1.25fr 1.25fr 1.25fr 1.25fr 1.25fr 1.25fr 1.25fr;
  -ms-grid-rows: 200px 0px 100px 0px 50px 0px auto 0px 50px 0px 200px;
  grid-template-rows: 200px 100px 50px auto 50px 200px;
  border-top: 5px none #559e78;
}

.line-1 {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 8px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #daa86f;
  background-color: #daa86f;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.bg-line {
  background-color: #0926ff;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.line-dashedu {
  position: relative;
  top: auto;
  bottom: -40px;
  height: 100%;
  margin-bottom: 0px;
  border-right: 2px none #ef8fd3;
}

.span-line1 {
  color: #3e6ffd;
}

.info-lined {
  margin-top: 20px;
}

.text-lined {
  font-family: Anverso, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}

.link-timeline {
  color: #000;
}

.block-linetimeu {
  position: relative;
  left: -22px;
  top: -49px;
  right: auto;
  z-index: 2;
  width: 40px;
  height: 40px;
  background-color: #daa86f;
}

.div-block-43 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  padding-left: 179px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-lineu {
  font-family: Anverso, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}

.info-lineu {
  margin-top: 20px;
  margin-bottom: 0px;
}

.block-linetime {
  position: relative;
  top: -49px;
  right: -22px;
  z-index: 2;
  width: 40px;
  height: 40px;
  background-color: #daa86f;
}

.line-2 {
  width: 100%;
  height: 8px;
  background-color: #daa86f;
  -webkit-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  transform: rotate(7deg);
}

.block-linetimed {
  position: relative;
  left: -18px;
  top: auto;
  right: auto;
  bottom: 3px;
  z-index: 2;
  width: 40px;
  height: 40px;
  background-color: #daa86f;
}

.line-dashed {
  position: relative;
  height: 100%;
  margin-bottom: 0px;
  border-right: 2px none #ef8fd3;
}

.text-line1 {
  font-family: Anverso, sans-serif;
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
}

.title-lineu {
  margin-bottom: 20px;
  font-family: 'Anverso Decorative', sans-serif;
  font-size: 42px;
  line-height: 50px;
}

.title-lineu.no-title {
  display: none;
}

.line-3 {
  width: 100%;
  height: 8px;
  background-color: #daa86f;
  -webkit-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}

.main-sections {
  display: block;
  overflow: visible;
}

.six-section {
  overflow: hidden;
  background-color: #fff8e0;
}

.lottie-animation-3 {
  width: 500px;
  margin-top: 8%;
}

.columns-2 {
  width: 100%;
}

.columns-2.client-col {
  width: 85%;
  margin-top: 40px;
}

.column-5 {
  text-align: center;
}

.column-6 {
  text-align: center;
}

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

.footer {
  overflow: hidden;
  background-color: #fff8e0;
}

.container-footer {
  position: absolute;
  left: 50%;
  z-index: 1;
  width: 90%;
  max-width: 800px;
  margin-top: 300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  text-align: center;
}

.footer-title {
  margin-top: 0px;
  font-family: 'Anverso Decorative', sans-serif;
  color: #fff;
  font-size: 64px;
  line-height: 110%;
  font-weight: 400;
}

.input-name {
  display: inline-block;
  width: 47%;
  margin-right: 2%;
  border: 1px solid #000;
  background-color: #fff8e0;
}

.input-email {
  display: inline-block;
  width: 48%;
  margin-left: 2%;
  border: 1px solid #000;
  background-color: #fff8e0;
}

.form {
  display: block;
}

.textarea {
  width: 100%;
  border: 1px solid #000;
  background-color: #fff8e0;
}

.submit-button {
  display: block;
}

.container-2 {
  margin-top: 48px;
}

.text-block {
  font-family: Anverso, sans-serif;
  color: #fff8e0;
  text-align: center;
}

.columns-3 {
  width: 100vw;
  margin-top: -7px;
  margin-left: 0px;
  padding: 20px 15%;
  background-color: #333;
  color: #006c3c;
}

.column-8 {
  text-align: center;
}

.horizontal-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  width: 100%;
}

.wrapper {
  width: 100%;
}

.horizontal-item {
  width: 34%;
  margin-right: 80px;
  padding: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 3px solid #333;
  border-radius: 20px;
}

.horizontal-item.nothing {
  border-width: 0px;
}

.sticky_top-line {
  width: 50%;
  height: 2px;
  background-color: rgba(92, 49, 255, 0.32);
}

.sticky_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 2.5em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.horizontal-trigger {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.horizontal-section {
  position: relative;
  width: 100%;
  background-color: transparent;
}

.sticky_title {
  padding-right: 1em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  white-space: nowrap;
}

.container-3 {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 80px;
}

.container-3.is--sticky {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.horizontal-item-2 {
  width: 34%;
  padding-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media screen and (max-width: 991px) {
  .brand {
    width: 90%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .container {
    width: 95%;
    min-width: 95%;
  }

  .nav-menu {
    width: 100%;
    padding-top: 60px;
  }

  .image {
    width: 50%;
    margin-left: -10%;
  }

  .lottie-animation {
    bottom: -11%;
    overflow: hidden;
    min-width: 1300px;
    margin-right: 0px;
    margin-left: 190px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: none;
    object-fit: none;
  }

  .circle.rotation-infinity {
    display: none;
    overflow: visible;
  }

  .second-section {
    margin-bottom: 0px;
  }

  .container_nav {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .image-2 {
    width: 42%;
    margin-bottom: 40px;
  }

  .heading.space-top-50 {
    top: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .but-how {
    display: block;
    height: auto;
    max-height: none;
  }

  .image-3 {
    position: absolute;
    display: none;
    width: 50%;
    max-width: none;
  }

  .lottie-animation-2 {
    position: static;
    top: auto;
    right: auto;
    margin: 0px auto;
  }

  .nav-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-button {
    width: 10%;
  }

  .services {
    margin-top: 54px;
  }

  .image-4 {
    position: absolute;
  }

  .col-3 {
    min-height: 400px;
    padding-right: 5%;
    padding-left: 5%;
  }

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

  .image-5 {
    width: 100px;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .paragraph {
    font-size: 15px;
  }

  .column {
    padding-right: 5px;
    padding-left: 5px;
  }

  .horizonal-scroll-content {
    width: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-43 {
    width: 95%;
    height: auto;
    padding-left: 0px;
  }

  .footer {
    background-color: #fff8e0;
  }

  .container-footer {
    width: 70%;
    margin-top: 200px;
  }

  .footer-title {
    font-size: 36px;
  }

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

  .columns-3 {
    padding-right: 2%;
    padding-left: 2%;
  }

  .horizontal-item {
    width: 52%;
  }

  .container-3 {
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .horizontal-item-2 {
    width: 52%;
  }
}

@media screen and (max-width: 767px) {
  .image {
    width: 60%;
  }

  .lottie-animation {
    bottom: -13%;
    min-width: 1200px;
    margin-right: 0px;
    margin-left: 190px;
  }

  .link {
    display: none;
  }

  .half_circle {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading {
    font-size: 36px;
  }

  .heading-2 {
    font-size: 60px;
  }

  .col-3 {
    min-height: 350px;
    margin-bottom: 5%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .title-service {
    font-size: 36px;
  }

  .paragraph {
    font-size: 20px;
  }

  .project-title {
    font-size: 60px;
  }

  .column-3 {
    padding-left: 0px;
  }

  .column-4 {
    padding-left: 0px;
  }

  .col-3-tags {
    margin-top: 20px;
    padding-left: 0px;
  }

  .col-client {
    margin-bottom: 25px;
  }

  .container-footer {
    margin-top: 130px;
  }

  .footer-title {
    background-color: #3e6ffd;
  }

  .horizontal-item {
    width: 100%;
    padding-right: 4vw;
  }

  .horizontal-item-2 {
    width: 100%;
    padding-right: 4vw;
  }
}

@media screen and (max-width: 479px) {
  .first-section {
    height: 90vh;
    background-image: url('../images/city-01.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .image {
    width: 70%;
  }

  .social-icon {
    height: 20px;
  }

  .lottie-animation {
    bottom: -16%;
    min-width: 1000px;
    margin-right: 0px;
    margin-left: 225px;
  }

  .circle-image {
    display: none;
  }

  .container_nav {
    width: 100%;
    min-width: 100%;
  }

  .heading {
    font-size: 24px;
  }

  .heading-2 {
    margin-top: 10px;
    font-size: 36px;
  }

  .third-section {
    overflow: hidden;
  }

  .lottie-animation-2 {
    overflow: hidden;
    width: 450px;
    margin-left: -80px;
  }

  .col-3 {
    margin-bottom: 10%;
  }

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

  .paragraph {
    font-size: 15px;
  }

  .project-title {
    font-size: 42px;
  }

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

  .horizonal-scroll-content {
    -ms-grid-columns: 2fr 2fr;
    grid-template-columns: 2fr 2fr;
  }

  .line-1 {
    display: none;
  }

  .line-dashedu {
    display: none;
  }

  .info-lined {
    display: block;
  }

  .text-lined {
    font-size: 16px;
  }

  .block-linetimeu {
    display: none;
  }

  .text-lineu {
    font-size: 16px;
  }

  .info-lineu {
    margin-top: 20px;
  }

  .block-linetime {
    display: none;
  }

  .line-2 {
    display: none;
  }

  .block-linetimed {
    display: none;
  }

  .line-dashed {
    display: none;
  }

  .text-line1 {
    font-size: 42px;
    line-height: 50px;
  }

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

  .line-3 {
    display: none;
  }

  .columns-2.client-col {
    margin-top: 0px;
  }

  .footer {
    overflow: hidden;
  }

  .container-footer {
    overflow: hidden;
    width: 95%;
    margin-top: 106px;
    padding-right: 6%;
    padding-left: 6%;
  }

  .footer-title {
    padding-right: 2%;
    padding-left: 2%;
    font-size: 24px;
  }

  .lottie-animation-4 {
    overflow: hidden;
    width: 150%;
    margin-right: auto;
    margin-left: auto;
  }

  .columns-3 {
    background-color: #333;
  }
}

@font-face {
  font-family: 'Anverso Decorative';
  src: url('../fonts/Migra-Extralight.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Anverso';
  src: url('../fonts/PPNeueMachina-PlainRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Anverso';
  src: url('../fonts/PPNeueMachina-PlainUltrabold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}