.navigation-block {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 4;
  width: 100vw;
  height: 15vh;
  background-color: #fff;
}

.div-block-2 {
  display: flex;
  height: 18vh;
  margin-right: 80px;
  margin-left: 80px;
  flex-direction: column;
  align-items: flex-start;
}

.div-block-3 {
  display: flex;
  width: 100%;
  padding-top: 23px;
  padding-bottom: 23px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.div-block-4 {
  display: flex;
  align-items: center;
  color: #2c2c2c;
}

.div-block-5 {
  display: flex;
  margin-right: 21px;
  justify-content: center;
  align-items: center;
}

.body {
  font-family: Helvetica, sans-serif;
}

.div-block-6 {
  text-decoration: none;
}

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

.link-block {
  text-decoration: none;
}

.text-block-2 {
  font-size: 12px;
  line-height: 13px;
  font-weight: 700;
}

.button {
  display: flex;
  width: auto;
  height: 50px;
  justify-content: center;
  align-items: center;
  background-color: #fb3099;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.heading {
  color: #fff;
}

.navigation-items {
  display: flex;
  width: 100%;
  padding: 44px 35px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #27253d;
}

.div-block-7 {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
}

.link {
  margin-right: 146px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.div-block-8 {
  display: flex;
  justify-content: flex-end;
}

.link-block-2 {
  margin-left: 37px;
}

.div-block-9 {
  width: 100vw;
  height: 100vh;
}

.landing-page {
  display: flex;
  width: 100vw;
  height: 100vh;
  padding-right: 80px;
  padding-bottom: 140px;
  padding-left: 80px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/diverse-employees-listening-female-manager-woman-speaking-group-meeting-african-american-min.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.heading-2 {
  margin-bottom: 47px;
  font-size: 3vw;
  line-height: 4vw;
}

.navigation-block-tablet {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  display: none;
  width: 100vw;
  height: 12vh;
  background-color: #fff;
}

.navigation-block-mobile {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: none;
  width: 100vw;
  height: 12vh;
  background-color: #fff;
}

.div-block-12 {
  position: fixed;
  z-index: 1;
  display: none;
}

.about-us-section {
  padding: 77px 80px;
}

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

.div-block-17 {
  padding-right: 0px;
  padding-left: 26px;
  border-left: 5px solid #fb3099;
  border-radius: 2px;
}

.text-block-4 {
  margin-top: 11px;
  color: #27253d;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
}

.text-block-5 {
  color: #fb3099;
}

.div-block-18 {
  padding: 30px;
}

.div-block-19 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.div-block-20 {
  width: 100%;
  margin-bottom: 32px;
  padding-left: 30px;
  border-left: 6px solid #fb3099;
}

.text-block-6 {
  color: #27253d;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
}

.column {
  padding: 21px;
  border-left: 5px none #fb3099;
}

.text-block-7 {
  margin-bottom: 15px;
  color: #fb3099;
}

.paragraph {
  margin-bottom: 41px;
}

.div-block-21 {
  display: flex;
  width: 100%;
  margin-bottom: 31px;
}

.div-block-22 {
  display: flex;
  width: auto;
  height: auto;
  min-width: 100px;
  margin-right: 29px;
  padding: 24px;
  justify-content: center;
  align-items: center;
  background-color: #ededed;
}

.image-3 {
  max-width: 100%;
}

.text-block-8 {
  margin-bottom: 12px;
  color: #fb3099;
  font-size: 18px;
  font-weight: 700;
}

.body-2 {
  font-family: Helvetica, sans-serif;
}

.div-block-23 {
  width: 100vw;
}

.main-navigation-bar {
  position: fixed;
  z-index: 2;
  width: 100vw;
  height: 150px;
  padding-top: 29px;
  padding-right: 57px;
  padding-left: 57px;
  background-color: #fff;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.43);
}

.landing-page-content {
  display: flex;
  width: 100vw;
  height: 100vh;
  padding-top: 53px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/landing-page2x-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.navbar-lv2 {
  margin-top: 19px;
  padding: 34px 29px;
  background-color: #27253d;
}

.navbar-lv1 {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}

.div-block-24 {
  display: flex;
  align-items: center;
}

.image-4 {
  margin-right: 20px;
}

.div-block-25 {
  width: 2vw;
  margin-right: 10px;
}

.text-block-9 {
  color: #1d1d1d;
  font-size: 11px;
  line-height: 16px;
}

.link-block-6 {
  text-decoration: none;
}

.div-block-26 {
  display: flex;
  margin-right: 68px;
  align-items: center;
}

.div-block-27 {
  display: flex;
  justify-content: space-between;
}

.link-block-7 {
  display: flex;
  width: 100%;
  margin-right: 38px;
  justify-content: center;
  align-items: center;
}

.link-block-7.w--current {
  width: 20vw;
}

.text-block-10 {
  padding-right: 21px;
  padding-left: 21px;
  font-size: 12px;
  text-align: center;
}

.link-block-8 {
  padding-right: 11px;
  padding-left: 11px;
  background-color: #fb3099;
  color: #ededed;
  text-decoration: none;
}

.div-block-28 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.link-3 {
  margin-right: 95px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.link-3.w--current {
  color: #fb3099;
}

.link-block-9 {
  margin-right: 0px;
  margin-left: 22px;
}

.image-5 {
  width: 100%;
}

.bold-text {
  font-size: 11px;
}

.div-block-29 {
  display: flex;
  width: 12vw;
}

.link-block-10 {
  display: none;
  justify-content: center;
  align-items: center;
}

.div-block-30 {
  display: flex;
  justify-content: flex-end;
}

.mobile-menu {
  display: none;
}

.heading-3 {
  margin-bottom: 29px;
  color: #fff;
  font-size: 3vw;
  line-height: 1.2em;
  text-align: center;
}

.button-2 {
  background-color: #fb3099;
}

.about-us {
  padding: 73px 151px 70px;
}

.services {
  margin-bottom: 0px;
  padding-top: 70px;
  padding-right: 151px;
  padding-left: 151px;
}

.contact-us {
  padding-top: 70px;
  padding-right: 0px;
  padding-left: 0px;
}

.footer {
  padding: 29px 57px 50px;
  color: #27253d;
}

.column-2 {
  display: flex;
  padding-left: 0px;
  flex-direction: column;
  align-items: flex-start;
}

.text-block-12 {
  margin-bottom: 20px;
  color: #fb3099;
}

.div-block-36 {
  margin-top: 21px;
  margin-bottom: 5px;
  padding-left: 24px;
  border-left: 3px solid #fb3099;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 37px;
  padding-left: 28px;
  border-left: 4px solid #fb3099;
  color: #27253d;
}

.paragraph-2 {
  width: 100%;
  margin-bottom: 0px;
}

.div-block-37 {
  display: flex;
  margin-top: 22px;
  padding-right: 37px;
}

.div-block-38 {
  display: flex;
  padding-left: 19px;
  flex-direction: column;
  align-items: flex-start;
}

.heading-5 {
  margin-top: 0px;
  color: #fb3099;
  font-size: 18px;
}

.image-7 {
  width: 50px;
}

.div-block-39 {
  width: auto;
  padding: 0px;
  background-color: hsla(0, 0%, 92.9%, 0);
}

.paragraph-3 {
  width: 100%;
}

.image-8 {
  width: 100%;
}

.heading-6 {
  color: #27253d;
  font-size: 32px;
  text-align: center;
}

.text-block-13 {
  margin-bottom: 16px;
  color: #fb3099;
  text-align: center;
}

.div-block-40 {
  margin-top: 35px;
}

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

.heading-7 {
  margin-top: 23px;
  margin-bottom: 22px;
  font-size: 18px;
  text-align: center;
}

.paragraph-4 {
  width: 70%;
  text-align: center;
}

.columns {
  margin-top: 69px;
}

.image-9 {
  width: 70px;
}

.div-block-42 {
  display: flex;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #27253d;
}

.heading-8 {
  margin-top: 21px;
  margin-bottom: 82px;
  color: #fff;
  font-size: 32px;
}

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

.text-block-14 {
  color: #fb3099;
}

.text-block-15 {
  margin-bottom: 10px;
  color: #fff;
}

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

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

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

.column-5 {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-44 {
  width: 100%;
  height: 100%;
  background-image: url('../images/about-us2x-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-45 {
  display: flex;
  width: 100%;
  align-items: flex-start;
}

.div-block-46 {
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  flex-direction: column;
  align-items: flex-start;
}

.columns-2 {
  display: none;
}

.div-block-46-copy {
  display: flex;
  width: 50%;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  background-image: url('../images/about-us2x-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-11 {
  width: 100%;
  height: 100%;
}

.div-block-47 {
  width: 100%;
  padding-left: 0px;
}

.image-12 {
  display: block;
  width: 100%;
  padding-right: 151px;
  padding-left: 151px;
}

.div-block-48 {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}

.div-block-49 {
  width: 50%;
}

.div-block-50 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.div-block-51 {
  width: 100%;
  margin-top: 22px;
}

.div-block-52 {
  width: 50%;
  padding-right: 50px;
  padding-left: 151px;
}

.div-block-53 {
  width: 50%;
  height: auto;
}

.map {
  height: 100%;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.div-block-54 {
  margin-top: 59px;
  padding-right: 0px;
}

.text-block-16 {
  margin-top: 53px;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .navigation-block {
    z-index: 4;
    display: none;
  }

  .div-block-2 {
    margin-right: 45px;
    margin-left: 45px;
  }

  .div-block-3 {
    padding-top: 9px;
    flex-direction: column;
  }

  .div-block-5 {
    max-width: 3vw;
    margin-right: 8px;
  }

  .text-block {
    font-size: 10px;
    line-height: 14px;
  }

  .text-block-2 {
    font-size: 10px;
  }

  .button {
    width: 15vw;
    height: 30px;
  }

  .heading {
    font-size: 12px;
  }

  .navigation-items {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .link {
    margin-right: 53px;
    font-size: 12px;
  }

  .heading-2 {
    margin-bottom: 28px;
    font-size: 5vw;
    line-height: 6vw;
  }

  .navigation-block-tablet {
    display: block;
    height: 16vh;
  }

  .div-block-10 {
    display: flex;
    width: 100%;
    margin-bottom: 13px;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-11 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  .navigation-block-mobile {
    display: none;
    height: 14vh;
  }

  .main-navigation-bar {
    z-index: 2;
    height: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.16);
  }

  .navbar-lv2 {
    display: none;
  }

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

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

  .link-block-7 {
    width: 100%;
    margin-right: 0px;
  }

  .div-block-29 {
    width: 15vw;
  }

  .link-block-10 {
    display: flex;
    margin-right: 14px;
  }

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

  .mobile-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 1;
    display: flex;
    width: 100vw;
    padding-right: 57px;
    padding-left: 57px;
    flex-direction: column;
    background-color: hsla(0, 0%, 100%, 0);
  }

  .mobile-menu-lv1 {
    display: flex;
    padding: 33px 14px;
    justify-content: space-between;
    background-color: #fff;
  }

  .mobile-menu-lv2 {
    display: flex;
    padding: 25px 14px;
    background-color: #27253d;
  }

  .div-block-31 {
    display: flex;
    margin-right: 13px;
  }

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

  .text-block-11 {
    margin-bottom: 3px;
    font-size: 9px;
    line-height: 12px;
  }

  .text-block-11-copy {
    margin-bottom: 0px;
    font-size: 9px;
    line-height: 12px;
    font-weight: 700;
  }

  .div-block-33 {
    display: flex;
    margin-right: 14px;
    justify-content: center;
    align-items: center;
  }

  .div-block-34 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  .link-4 {
    margin-right: 42px;
    border: 1px none #000;
    color: #fff;
    font-size: 0.9em;
    text-decoration: none;
  }

  .link-block-11 {
    margin-left: 17px;
  }

  .heading-3 {
    font-size: 5vw;
  }

  .about-us {
    padding-right: 64px;
    padding-left: 64px;
  }

  .services {
    padding-right: 63px;
    padding-left: 63px;
  }

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

  .heading-6 {
    line-height: 36px;
  }

  .div-block-45 {
    flex-direction: column;
  }

  .div-block-46 {
    width: 100%;
    padding-right: 0px;
  }

  .div-block-46-copy {
    display: none;
  }

  .image-12 {
    margin-top: 0px;
    padding-right: 63px;
    padding-left: 63px;
  }

  .div-block-50 {
    flex-direction: column;
  }

  .div-block-52 {
    padding-right: 35px;
    padding-left: 63px;
  }
}

@media screen and (max-width: 767px) {
  .div-block-5 {
    max-width: 1.8vw;
  }

  .text-block {
    font-size: 8px;
  }

  .text-block-2 {
    font-size: 8px;
    line-height: 8px;
  }

  .button {
    width: 17vw;
  }

  .navigation-items {
    padding-right: 13px;
    padding-left: 13px;
  }

  .link {
    margin-right: 20px;
    font-size: 10px;
  }

  .link-block-2 {
    max-width: 3vw;
    margin-left: 14px;
  }

  .heading-2 {
    margin-bottom: 19px;
    font-size: 6vw;
    line-height: 7vw;
  }

  .div-block-11 {
    flex: 0 auto;
  }

  .navigation-block-mobile {
    display: none;
  }

  .text-block-10 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 0.9em;
    line-height: 1em;
  }

  .div-block-29 {
    width: 20vw;
  }

  .mobile-menu {
    bottom: 1067px;
    padding-top: 8px;
    padding-right: 57px;
    padding-left: 57px;
    flex-direction: row;
    align-items: flex-start;
  }

  .mobile-menu-lv1 {
    display: flex;
    width: 100%;
    padding-bottom: 14px;
    padding-left: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .mobile-menu-lv2 {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-31 {
    margin-bottom: 27px;
  }

  .div-block-33 {
    width: 25px;
  }

  .div-block-34 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .link-4 {
    margin-bottom: 28px;
  }

  .link-block-11 {
    margin-right: 15px;
    margin-left: 0px;
  }

  .image-6 {
    max-width: 100%;
  }

  .div-block-35 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-3 {
    font-size: 3em;
  }

  .div-block-41 {
    margin-bottom: 33px;
  }

  .heading-8 {
    margin-bottom: 27px;
    line-height: 33px;
  }

  .image-10 {
    height: 50vw;
  }

  .image-12 {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .div-block-52 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .navigation-block {
    z-index: 0;
  }

  .div-block-2 {
    height: auto;
    margin-right: 20px;
    margin-left: 20px;
  }

  .div-block-3 {
    padding-bottom: 9px;
  }

  .button {
    width: 28vw;
  }

  .heading {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 10px;
  }

  .landing-page {
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52)), url('../images/diverse-employees-listening-female-manager-woman-speaking-group-meeting-african-american-min.jpg');
    background-position: 0px 0px, 50% 100%;
  }

  .heading-2 {
    font-size: 8vw;
    line-height: 10vw;
    text-align: center;
  }

  .navigation-block-tablet {
    z-index: 0;
    display: none;
  }

  .div-block-10 {
    margin-top: 12px;
  }

  .navigation-block-mobile {
    display: block;
    height: auto;
  }

  .link-block-3 {
    max-width: 35vw;
  }

  .div-block-12 {
    position: absolute;
    display: flex;
    width: 100vw;
    padding-right: 0px;
    padding-left: 0px;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    background-color: #fffefe;
  }

  .div-block-13 {
    width: 30%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    background-color: #27253d;
    color: #fff;
  }

  .div-block-13-copy {
    display: flex;
    width: 70%;
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .link-2 {
    display: flex;
    margin-bottom: 21px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
  }

  .link-block-4 {
    margin-right: 16px;
  }

  .div-block-14 {
    display: flex;
    margin-top: 57px;
  }

  .div-block-15 {
    display: flex;
    width: 100%;
    margin-bottom: 19px;
    align-items: flex-start;
  }

  .div-block-16 {
    display: flex;
    margin-right: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .text-block-3 {
    font-size: 10px;
    line-height: 12px;
  }

  .text-block-3-copy {
    margin-top: 4px;
    font-size: 10px;
    line-height: 12px;
    font-weight: 700;
  }

  .image {
    max-width: 7vw;
  }

  .link-block-5 {
    margin-right: 10px;
  }

  .main-navigation-bar {
    padding-right: 21px;
    padding-left: 21px;
  }

  .div-block-29 {
    width: 25vw;
  }

  .mobile-menu {
    padding-right: 0px;
    padding-left: 0px;
  }

  .link-4 {
    margin-right: 14px;
  }

  .heading-3 {
    font-size: 2em;
  }

  .about-us {
    padding-right: 22px;
    padding-left: 22px;
  }

  .services {
    padding-right: 22px;
    padding-left: 22px;
  }

  .div-block-37 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-38 {
    align-items: center;
    text-align: center;
  }

  .div-block-39 {
    width: 100px;
    margin-bottom: 18px;
  }

  .div-block-42 {
    padding-right: 22px;
    padding-left: 22px;
  }

  .heading-8 {
    margin-bottom: 42px;
    line-height: 36px;
    text-align: center;
  }

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

  .image-12 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-48 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-52 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    align-items: center;
  }

  .div-block-53 {
    width: 100%;
    margin-top: 16px;
  }

  .map-2 {
    width: 100%;
  }

  .html-embed-2 {
    width: 100%;
  }
}

@font-face {
  font-family: 'Helvetica 587ebe5a59211';
  src: url('../fonts/helvetica-light-587ebe5a59211.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-BoldOblique.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Oblique.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica compressed 5871d14b6903a';
  src: url('../fonts/helvetica-compressed-5871d14b6903a.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica rounded 5871d05ead8de';
  src: url('../fonts/helvetica-rounded-bold-5871d05ead8de.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}