@font-face {
  font-family: Pptelegraf;
  src: url('../fonts/pptelegraf-ultrabold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pptelegraf;
  src: url('../fonts/pptelegraf-ultralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pptelegraf;
  src: url('../fonts/pptelegraf-regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --hot-pink: #fc49ba;
  --lime: #d7fe64;
  --sand: #b9af9c;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.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;
}

.home_content {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.logo_wrapper {
  mix-blend-mode: difference;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 20px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.logo_img {
  opacity: 1;
  mix-blend-mode: difference;
  width: 100%;
  overflow: visible;
}

.menu_content {
  mix-blend-mode: difference;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

.menu_title_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 8rem;
  height: 1.2rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu_title {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  width: 60%;
  height: 80%;
  display: flex;
  position: relative;
}

.h_menu_title {
  color: #fff;
  mix-blend-mode: difference;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pptelegraf, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 30px;
  position: absolute;
}

.menu_icon {
  mix-blend-mode: difference;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 70%;
  padding-top: 0;
  display: flex;
}

.image {
  mix-blend-mode: difference;
  width: 1rem;
  display: block;
}

.menu__wrapper {
  z-index: 40;
  mix-blend-mode: difference;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: fixed;
}

.code-embed {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  mix-blend-mode: normal;
  object-fit: cover;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  min-width: 1024px;
  height: 100vh;
  min-height: 100vh;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
  transform: scale(1.1);
}

.titles_content {
  mix-blend-mode: normal;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 19vh;
  margin-bottom: 5px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.w1 {
  order: -1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 20px;
  display: flex;
  position: relative;
}

.w1.is_titlw_job {
  z-index: 4;
  mix-blend-mode: normal;
  justify-content: flex-start;
  align-items: flex-start;
  height: 70px;
  padding-left: 10px;
  position: absolute;
  inset: auto 0% 0%;
}

.service-caption {
  color: #fff;
  margin-top: 0;
  font-family: Pptelegraf, sans-serif;
  font-size: .7rem;
  font-weight: 200;
  display: flex;
  position: absolute;
}

.service-caption.is_black {
  color: #000;
}

.brand_title {
  color: #fff;
  margin-top: 0;
  font-family: Pptelegraf, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  position: absolute;
}

.brand_title.is_black {
  color: #000;
}

.pills_wrapper {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 1rem;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.pill {
  z-index: 5;
  background-color: #f7f7f747;
  border-radius: 20px;
  width: 4%;
  height: 20%;
  position: relative;
  overflow: hidden;
}

.pill_fill {
  mix-blend-mode: normal;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.glass-block {
  box-shadow: none;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  color: #fff;
  text-align: center;
  background-color: #ffffff03;
  background-image: none;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.menu_wrapper {
  z-index: 5;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.menu_info_content {
  z-index: 6;
  width: 100%;
  height: 35%;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-right: 20px;
  position: relative;
}

.menu_info_wrapper__grid {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(auto-fit, minmax(110px, .5fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.m_about_content {
  width: 100%;
  padding-left: 20px;
}

.heading-4 {
  color: #fff;
  text-shadow: 0 1px 1px #0003;
  font-family: Pptelegraf, sans-serif;
  font-weight: 700;
}

.paragraph {
  color: #fff;
  font-family: Pptelegraf, sans-serif;
  font-size: .8125rem;
}

.item_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 40px;
  display: flex;
}

.item_wrapper.is_contact_m {
  padding-left: 20px;
}

.item_wrapper.is_journal_move {
  padding-left: 25px;
}

.h__title {
  color: #fff;
  text-shadow: 0 1px 1px #0003;
  font-family: Pptelegraf, sans-serif;
  font-size: .8rem;
  font-weight: 700;
}

.h__title.c_isnot {
  opacity: 0;
}

.h_items {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: .2rem;
  font-family: Pptelegraf, sans-serif;
  font-size: .7rem;
  font-weight: 400;
  text-decoration: none;
}

.h_items.is_not {
  display: none;
}

.journal_content {
  width: 196px;
}

.link, .link-2, .link-3 {
  color: #fff;
  text-decoration: none;
}

.body-6 {
  background-color: #000;
}

.slide_wrp {
  z-index: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
}

.slider {
  z-index: 0;
  width: 100%;
  height: 100vh;
}

.slide-nav {
  display: none;
}

.sline_home {
  padding-left: 20px;
}

.left-arrow {
  z-index: 1;
  cursor: w-resize;
  width: 50%;
  inset: 0% auto 0% 0%;
}

.icon, .icon-2 {
  display: none;
}

.right-arrow {
  z-index: 1;
  cursor: e-resize;
  width: 50%;
  inset: 0% 0% 0% auto;
}

.mask {
  z-index: 1;
  position: fixed;
  inset: 0%;
}

.full_img {
  object-fit: cover;
  object-position: 50% 60%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.full_img.is_top_s {
  object-fit: cover;
  object-position: 50% 0%;
}

.mobile_img {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav-subtitle {
  color: #717781;
  font-size: .9rem;
  display: inline;
}

.nav-subtitle.hover-effect.hover-effect--bg {
  font-size: .8rem;
}

.nav_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-title {
  font-family: Pptelegraf, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 40px;
  display: inline;
}

.text-block {
  display: inline;
}

.text-block.hover-effect.hover-effect--bg {
  vertical-align: baseline;
  width: auto;
  font-family: Pptelegraf, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 20px;
  display: inline;
}

.nav_component {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav_list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .6fr .7fr 1fr;
  width: 100%;
}

.grid_list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 100px 30% 1fr 1fr 1fr;
  width: 100%;
}

.grid_list.is__not {
  font-size: 14px;
}

.section_hero {
  height: 100vh;
}

.nav-title {
  font-size: .8rem;
  display: inline;
}

.nav-title.w--current {
  text-decoration: line-through;
}

.bottom_component {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero_wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.padding-global {
  padding-left: 2rem;
  padding-right: 2rem;
}

.middle_component {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.number-block {
  font-family: Pptelegraf, sans-serif;
  font-size: .9rem;
  display: inline;
}

.page-wrapper {
  width: 100vw;
  display: block;
  position: absolute;
  inset: 0%;
}

.background-video {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1920px) {
  .logo_wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: auto;
    padding-top: 20px;
    padding-left: 10px;
  }

  .logo_img {
    width: 100%;
  }

  .menu_content {
    cursor: pointer;
    padding-top: 10px;
    padding-right: 10px;
  }

  .menu_title_wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    cursor: pointer;
    width: 10rem;
    height: 1.8rem;
  }

  .menu_title {
    width: 110%;
  }

  .h_menu_title {
    font-size: 2rem;
  }

  .menu_icon {
    padding-top: 0;
  }

  .image {
    width: 1.5rem;
  }

  .menu__wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    mix-blend-mode: difference;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .code-embed {
    min-width: 1920px;
  }

  .titles_content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    height: 10vh;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .w1 {
    justify-content: flex-start;
    align-items: flex-start;
    height: 42px;
    padding-left: 10px;
    position: relative;
  }

  .w1.is_titlw_job {
    justify-content: flex-start;
    align-items: flex-start;
    height: 47px;
    position: relative;
  }

  .service-caption {
    font-size: 1rem;
  }

  .brand_title {
    font-size: 1.6rem;
  }

  .pills_wrapper {
    height: 3.1rem;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    inset: auto 0% 0%;
  }

  .pill {
    width: 4.5%;
    height: 5%;
  }

  .glass-block {
    box-shadow: none;
  }

  .menu_info_content {
    height: 25%;
  }

  .heading-4 {
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 29px;
  }

  .paragraph {
    font-size: 1.1rem;
    line-height: 24px;
  }

  .item_wrapper {
    padding-left: 80px;
  }

  .h__title {
    font-size: 1.1rem;
  }

  .h_items {
    padding-bottom: .4rem;
    font-size: .9rem;
  }

  .body-6 {
    background-color: #000;
  }
}

@media screen and (max-width: 991px) {
  .code-embed {
    width: 100vw;
    min-width: 890px;
    max-width: 1100px;
    height: 100vh;
    padding: 0;
    transform: scale(2.5);
  }

  .service-caption.is_black, .brand_title.is_black {
    color: #fff;
  }

  .menu_wrapper {
    display: none;
  }

  .menu_info_content {
    height: auto;
    padding-top: 20px;
    padding-right: 10px;
  }

  .menu_info_wrapper__grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(275px, .25fr) 1fr 1fr 1fr;
    grid-auto-columns: 1.25fr;
  }

  .heading-4 {
    font-size: 1.9rem;
  }

  .item_wrapper {
    padding-left: 20px;
  }

  .full_img.img_is_notshow, .full_img.is_top_s.is_not_show {
    display: none;
  }

  .mobile_img {
    object-fit: cover;
    display: block;
  }

  .mobile_img.img_is_notshow {
    display: none;
  }

  .mobile_img.is_slide_top {
    object-fit: cover;
    object-position: 50% 0%;
  }

  .grid_item.is_not {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .glass-block {
    box-shadow: inset 0 7px 11px -4px #ffffff40;
  }

  .menu_info_wrapper__grid {
    grid-template-columns: repeat(auto-fit, minmax(158px, .25fr));
  }

  .m_about_content {
    width: 67%;
    min-width: 200px;
    max-width: 600px;
    overflow: hidden;
  }

  .heading-4 {
    width: 100%;
  }

  .paragraph {
    min-width: 390px;
    max-width: 710px;
    font-size: .7rem;
  }

  .h_items {
    min-width: 170px;
    max-width: 700px;
  }

  .services_content {
    width: auto;
  }

  .grid_item {
    display: flex;
  }

  .grid_list {
    grid-template-columns: 58px 30% 1.25fr 1.75fr 1fr;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .body-5 {
    padding-top: 0;
  }

  .home_content {
    height: 100%;
  }

  .logo_wrapper {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    min-width: 0%;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 10px;
    position: static;
  }

  .logo_img {
    width: 100%;
    min-width: 60%;
    max-width: none;
  }

  .menu_content {
    padding-top: 10px;
    position: fixed;
  }

  .menu_title_wrapper {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    mix-blend-mode: difference;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: center;
    width: 6rem;
    height: 1.6rem;
    display: flex;
  }

  .menu_title {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .h_menu_title {
    justify-content: flex-end;
    align-items: center;
    width: 130%;
    display: flex;
  }

  .menu_icon {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: 70%;
    padding-top: 0;
    overflow: visible;
  }

  .image {
    width: 2rem;
    overflow: hidden;
  }

  .menu__wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-start;
    height: auto;
    padding-top: 10px;
    overflow: visible;
  }

  .code-embed {
    min-width: 450px;
    max-width: 460px;
    transform: scale(4);
  }

  .w1.is_titlw_job {
    height: 57px;
  }

  .service-caption {
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .8rem;
    line-height: 18px;
  }

  .brand_title {
    font-size: 1.2rem;
    line-height: 20px;
  }

  .glass-block {
    box-shadow: none;
  }

  .menu_wrapper {
    padding-top: 0;
    display: none;
  }

  .menu_info_content {
    height: 85%;
    display: flex;
  }

  .menu_info_wrapper__grid {
    grid-template-columns: repeat(auto-fit, minmax(158px, .25fr)) minmax(166px, 1fr);
    grid-auto-columns: minmax(107px, .75fr);
  }

  .m_about_content {
    width: 100%;
  }

  .paragraph {
    min-width: 200px;
  }

  .h_items {
    padding-bottom: 0;
  }

  .client_content.c_c_isnot {
    display: none;
  }

  .mobile_img.istothe_right {
    object-position: 72% 50%;
  }

  .text-block.hover-effect.hover-effect--bg {
    font-size: .8rem;
    line-height: 20px;
  }

  .number-block {
    font-size: .8rem;
  }
}

#w-node-b7167db7-e34a-1524-af07-7172956c15db-956c15ca {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6b7a8897-1d48-7c3d-c537-0c8bded5d14d-44a06591 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_6b7a8897-1d48-7c3d-c537-0c8bded5d157-44a06591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b7a8897-1d48-7c3d-c537-0c8bded5d15c-44a06591, #w-node-_6b7a8897-1d48-7c3d-c537-0c8bded5d15d-44a06591, #w-node-_6b7a8897-1d48-7c3d-c537-0c8bded5d16b-44a06591, #w-node-_6b7a8897-1d48-7c3d-c537-0c8bded5d16c-44a06591, #w-node-_6b7a8897-1d48-7c3d-c537-0c8bded5d17a-44a06591, #w-node-_6b7a8897-1d48-7c3d-c537-0c8bded5d17b-44a06591 {
  justify-self: end;
}

#w-node-_6b7a8897-1d48-7c3d-c537-0c8bded5d184-44a06591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b7a8897-1d48-7c3d-c537-0c8bded5d189-44a06591, #w-node-_6b7a8897-1d48-7c3d-c537-0c8bded5d18a-44a06591, #w-node-_6b7a8897-1d48-7c3d-c537-0c8bded5d198-44a06591, #w-node-_6b7a8897-1d48-7c3d-c537-0c8bded5d199-44a06591, #w-node-_6b7a8897-1d48-7c3d-c537-0c8bded5d1a7-44a06591, #w-node-_6b7a8897-1d48-7c3d-c537-0c8bded5d1a8-44a06591, #w-node-_6b7a8897-1d48-7c3d-c537-0c8bded5d1b6-44a06591, #w-node-_6b7a8897-1d48-7c3d-c537-0c8bded5d1b7-44a06591, #w-node-_6b7a8897-1d48-7c3d-c537-0c8bded5d1c5-44a06591, #w-node-_6b7a8897-1d48-7c3d-c537-0c8bded5d1c6-44a06591, #w-node-_6b7a8897-1d48-7c3d-c537-0c8bded5d1d4-44a06591, #w-node-_6b7a8897-1d48-7c3d-c537-0c8bded5d1d5-44a06591, #w-node-_6b7a8897-1d48-7c3d-c537-0c8bded5d1e3-44a06591, #w-node-_6b7a8897-1d48-7c3d-c537-0c8bded5d1e4-44a06591 {
  justify-self: end;
}

#w-node-_6b7a8897-1d48-7c3d-c537-0c8bded5d1e8-44a06591 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_6b7a8897-1d48-7c3d-c537-0c8bded5d1f2-44a06591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b7a8897-1d48-7c3d-c537-0c8bded5d1f7-44a06591, #w-node-_6b7a8897-1d48-7c3d-c537-0c8bded5d1f8-44a06591, #w-node-_6b7a8897-1d48-7c3d-c537-0c8bded5d206-44a06591, #w-node-_6b7a8897-1d48-7c3d-c537-0c8bded5d207-44a06591, #w-node-_6b7a8897-1d48-7c3d-c537-0c8bded5d215-44a06591, #w-node-_6b7a8897-1d48-7c3d-c537-0c8bded5d216-44a06591 {
  justify-self: end;
}

#w-node-_6b7a8897-1d48-7c3d-c537-0c8bded5d21f-44a06591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b7a8897-1d48-7c3d-c537-0c8bded5d224-44a06591, #w-node-_6b7a8897-1d48-7c3d-c537-0c8bded5d225-44a06591 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-b7167db7-e34a-1524-af07-7172956c15db-956c15ca {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b7167db7-e34a-1524-af07-7172956c15db-956c15ca {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Pptelegraf';
  src: url('../fonts/pptelegraf-ultrabold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pptelegraf';
  src: url('../fonts/pptelegraf-ultralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pptelegraf';
  src: url('../fonts/pptelegraf-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}