@font-face {
  font-family: pp-fraktion-sans;
  src: url('../fonts/PPFraktionSans-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: pp-fraktion-sans;
  src: url('../fonts/PPFraktionSans-BoldItalic.woff2') format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: pp-right-gothic;
  src: url('../fonts/PPRightGothic-WideMedium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: pp-fraktion-sans;
  src: url('../fonts/PPFraktionSans-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: pp-fraktion-sans;
  src: url('../fonts/PPFraktionSans-LightItalic.woff2') format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: gotham-rounded;
  src: url('../fonts/GothamRounded-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: gotham-rounded;
  src: url('../fonts/GothamRounded-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: gotham-rounded;
  src: url('../fonts/GothamRounded-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark: #212121;
  --orange-red: #ff5722;
  --white-smoke: #f7f7f7;
  --azure: #ecf9fa;
  --grey: #646464;
  --background: #fefbf7;
  --light-grey: #fbfbfd;
  --white-smoke-2: #f0f0f0;
  --white: white;
}

body {
  color: var(--dark);
  padding-left: 0;
  padding-right: 0;
  font-family: gotham-rounded, sans-serif;
  font-size: 19px;
  line-height: 150%;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: gotham-rounded, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
}

h2 {
  margin-top: 0;
  margin-bottom: 32px;
  font-family: gotham-rounded, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 50px;
}

h3 {
  margin-top: 16px;
  margin-bottom: 0;
  font-family: gotham-rounded, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 34px;
}

h4 {
  margin-top: 12px;
  margin-bottom: 24px;
  font-family: gotham-rounded, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: gotham-rounded, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

p {
  margin-bottom: 20px;
  font-family: gotham-rounded, sans-serif;
}

a {
  border-bottom: 2px solid var(--dark);
  color: var(--dark);
  font-family: gotham-rounded, sans-serif;
  transition: all .35s;
}

a:hover {
  border-bottom-color: var(--orange-red);
  color: var(--orange-red);
}

img {
  border-radius: 12px;
  max-width: 100%;
  display: inline-block;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.mycontain {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
}

.styletitle {
  text-transform: uppercase;
  border-bottom: 1px solid #d4d4d4;
  margin: 20px 15px 30px;
  font-size: 14px;
}

.flexcolwrap {
  flex-wrap: wrap;
  display: flex;
}

.flexcolwrap.inversecolors {
  background-color: #25bcca;
  padding-top: 26px;
  padding-bottom: 0;
}

.flexcolwrap.flexcolwrap--compact {
  width: 800px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
}

.flex2col {
  width: 50%;
  margin-bottom: 15px;
  padding: 10px 12px;
}

.flex2col.flex2col--centered {
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.stylename {
  color: #d4d4d4;
  text-transform: uppercase;
  border-top: 1px solid #d4d4d4;
  border-bottom: 0 #d4d4d4;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

.p--small {
  color: var(--dark);
  margin-bottom: 0;
  font-family: gotham-rounded, sans-serif;
  font-size: 15px;
}

.colorbox {
  width: 150px;
  height: 150px;
  margin-right: 25px;
  display: inline-block;
}

.colorbox.dark {
  background-color: var(--dark);
  margin-left: 0;
}

.colorbox.brandmaincolor {
  background-color: var(--orange-red);
}

.colorbox.lightgreycolor {
  background-color: var(--white-smoke);
}

.colorbox.azure {
  background-color: var(--azure);
}

.flex3col {
  width: 33.333%;
  margin-bottom: 15px;
  padding-left: 12px;
  padding-right: 12px;
}

.flex3col.textlinkcol {
  padding-top: 19px;
}

.flex3col.flex3col--centered {
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.cta-button {
  background-color: var(--dark);
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 24px;
  padding: 12px 44px;
  font-family: gotham-rounded, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: all .35s;
}

.cta-button:hover {
  color: #fff;
  background-color: #212121eb;
}

.cta-button.ghost-button {
  color: #25bcca;
  background-color: #0000;
  border: 1px solid #25bcca;
}

.cta-button.ghost-button:hover {
  color: #fff;
  background-color: #25bcca;
  border-color: #25bcca;
}

.cta-button.ghost-button.inverse-ghost {
  color: #fff;
  border-color: #fff;
}

.cta-button.ghost-button.inverse-ghost:hover, .cta-button.inverse-button {
  color: #25bcca;
  background-color: #fff;
}

.cta-button.inverse-button:hover {
  color: #fff;
  background-color: #1e949e;
}

.cta-button.button--margintop {
  margin-top: 32px;
}

.invese-link {
  color: #fff;
}

.coldummycolor {
  background-color: #d4d4d4;
}

.popbg {
  z-index: 500;
  opacity: 0;
  background-color: #000000c4;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.popwindow {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 400px;
  height: 400px;
  padding: 17px;
  display: flex;
}

.body {
  font-family: Gotham Rounded;
  font-size: 18px;
}

.section-hero__wrapper {
  flex-direction: column;
  align-items: center;
  width: 880px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-sp__award-apple {
  height: 84px;
}

.caption {
  opacity: 1;
  color: var(--grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: gotham-rounded, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 120%;
}

.caption.caption--separator {
  margin-left: 12px;
  margin-right: 12px;
}

.caption.caption--centered {
  text-align: center;
  font-weight: 500;
}

.section-hero__logo {
  border-radius: 0;
}

.section-hero__screenshot {
  height: 720px;
}

.section-hero__screenshot.screenshot--left {
  z-index: 1;
  height: 640px;
  position: relative;
  left: 64px;
}

.section-hero__screenshot.screensho--right {
  z-index: 1;
  height: 640px;
  position: relative;
  left: -64px;
}

.section-hero__screenshot.screenshot--center {
  z-index: 3;
  position: relative;
}

.container {
  flex: 1;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container.container--story {
  max-width: 640px;
}

.section {
  background-color: #0000;
  padding: 96px 24px;
  position: relative;
}

.section.section--blue {
  background-color: #ecf9fa;
  padding-top: 64px;
}

.section.section--footer {
  background-color: var(--dark);
  padding-top: 24px;
  padding-bottom: 24px;
}

.h1--light {
  text-align: center;
  margin-top: 64px;
  margin-bottom: 0;
  font-family: gotham-rounded, sans-serif;
  font-weight: 400;
}

.section-hero__prodcut-wrapper {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 96px;
  display: flex;
  position: relative;
}

.section-story__cover {
  object-fit: cover;
  border-radius: 12px;
  width: 96vw;
  max-width: 1600px;
  max-height: 640px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-story__cover.cover--hide {
  display: none;
}

.section-story__heading {
  text-align: center;
  margin-bottom: 80px;
}

.h3--allcaps {
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.section-hero__gridstats {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.section-qb__banner {
  background-color: var(--white-smoke);
  text-align: center;
  border-radius: 12px;
  padding: 40px;
}

.text-block {
  color: var(--dark);
}

.section-story__chapter {
  background-color: var(--background);
  cursor: pointer;
  border-radius: 16px;
  flex: 0 auto;
  width: 50%;
  margin-left: 8px;
  margin-right: 8px;
  padding: 40px;
  position: relative;
}

.section-story__part-footer {
  justify-content: center;
  display: flex;
}

.section-story__part-footer.footer--left {
  justify-content: flex-start;
}

.label {
  color: var(--orange-red);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
}

.section-story__image-container {
  justify-content: center;
  align-items: center;
  height: 360px;
  display: flex;
  position: relative;
}

.section-story__image-container.container--hide {
  opacity: 0;
}

.section-story__title {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-story__image {
  object-fit: cover;
  border-radius: 8px;
  width: 340px;
  height: 200px;
  position: absolute;
  box-shadow: 0 2px 6px #0000003d;
}

.section-story__image.image--01 {
  z-index: 1;
}

.section-story__image.image--02 {
  top: 84px;
  left: 33px;
  transform: rotate(9deg);
}

.section-story__image.image--03 {
  top: 77px;
  left: 33px;
  transform: rotate(-6deg);
}

.section-story__image.image--04 {
  top: 75px;
  right: 33px;
  transform: rotate(-7deg);
}

.section-story__image.image--05 {
  top: 88px;
  left: 25px;
  transform: rotate(-7deg);
}

.h3--titlecaps {
  text-transform: capitalize;
}

.section-story__stories {
  margin-bottom: 32px;
  display: flex;
}

._2 {
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-top: 48px;
  margin-bottom: 32px;
  font-size: 80px;
  font-weight: 500;
}

.section-story__richtext {
  width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.section-story__richtext p {
  width: 80%;
  color: var(--dark);
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 150%;
}

.section-story__richtext figcaption {
  color: var(--grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 16px;
  font-size: 10px;
  font-weight: 500;
}

.section-story__richtext img {
  border-radius: 8px;
}

.section-story__richtext figure {
  margin-top: 80px;
  margin-bottom: 80px;
}

.section-story__link {
  z-index: 3;
  border-bottom-style: none;
  display: block;
  position: absolute;
  inset: 0%;
}

.section-story__footer-action {
  background-color: var(--light-grey);
  cursor: pointer;
  border-radius: 24px;
  justify-content: space-between;
  max-width: 640px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  transition: all .12s;
  display: flex;
  position: relative;
}

.section-story__footer-action:hover {
  max-width: 652px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_trigger, .fs-cc-banner_trigger, .fs-cc-manager_trigger {
  display: none;
}

.rich-text-block p {
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.section-chapter__image-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 64px;
  margin-bottom: 64px;
  display: flex;
  position: relative;
}

.section-chapter__image-wrapper.image-wrapper--overlaid {
  flex-direction: column;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-chapter__image-wrapper.image-wrapper--overlaid.overlaid--extra-margin {
  margin-bottom: 64px;
}

.p--xs {
  color: var(--grey);
  margin-top: 24px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
}

.p--xs.p--story {
  max-width: 640px;
  font-family: Inter, sans-serif;
}

.p--xs.p--centered {
  text-align: center;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.section-chapter__image {
  width: 100%;
  display: block;
}

.section-chapter__image.image--overlay {
  z-index: 1;
  object-fit: cover;
  width: 24%;
  max-width: none;
  height: 60%;
  position: absolute;
  bottom: auto;
  left: auto;
}

.section-chapter__image.image--overlay.overlay--right {
  top: -64px;
  right: 4%;
}

.section-chapter__image.image--overlay.overlay--left {
  bottom: -64px;
  left: 4%;
}

.section-chapter__image.image--offest-left {
  object-fit: cover;
  width: 80%;
  max-width: 1200px;
  max-height: 900px;
  position: relative;
  right: 4%;
}

.section-chapter__image.image--offest-right {
  object-fit: cover;
  width: 64%;
  max-width: 1200px;
  max-height: 900px;
  position: relative;
  left: 4%;
}

.section-chapter__image.image--large {
  object-fit: cover;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.section-chapter__image.image--full {
  object-fit: cover;
  border-radius: 0;
  width: 100vw;
  max-width: none;
}

.section-chapter__image.image--half {
  object-fit: cover;
  width: 49.5%;
  max-width: none;
}

.section-chapter__image-container {
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
  position: relative;
}

.slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  max-width: 1200px;
  height: 100%;
  margin: 64px auto;
  display: block;
}

.slider__native-nav {
  display: none;
}

.slider__navigation {
  justify-content: center;
  align-items: center;
  height: 48px;
  display: flex;
  position: absolute;
  top: auto;
  left: 0%;
  right: 0%;
}

.slider__dot {
  background-color: var(--dark);
  opacity: .16;
  cursor: pointer;
  border-radius: 8px;
  width: 8px;
  height: 8px;
  margin-left: 4px;
  margin-right: 4px;
  transition: opacity 20ms cubic-bezier(.55, .055, .675, .19), width .2s cubic-bezier(.55, .055, .675, .19);
}

.slider__dot.active {
  background-color: var(--dark);
  opacity: 1;
  transition-property: width, background-color;
  transition-duration: .12s, .12s;
}

.slider__container {
  border-radius: 12px;
  max-width: 960px;
  height: 640px;
  margin-left: auto;
  margin-right: auto;
}

.slider__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slider__arrow {
  background-color: var(--white-smoke-2);
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.slider__arrow.arrow--left {
  margin: auto 0;
  top: 0%;
  bottom: 0%;
}

.slider__arrow.arrow--right {
  margin-left: 0;
  margin-right: 0;
  top: 0%;
  bottom: 0%;
}

.slider__arrow-icon {
  position: relative;
  left: -1px;
}

.slider__arrow-icon.arrow-icon--right {
  left: 2px;
}

.section-chapter__image-large {
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

.section-chapter__image-full {
  flex-direction: column;
  align-items: center;
  width: 100vw;
  display: flex;
}

.h1--story {
  font-family: pp-right-gothic, sans-serif;
  font-size: 96px;
}

.p--story {
  font-family: pp-fraktion-sans, sans-serif;
}

.p--story.p--quote {
  margin: 64px auto;
  font-family: pp-right-gothic, sans-serif;
  font-size: 40px;
  line-height: 110%;
}

.h2--story {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: pp-right-gothic, sans-serif;
}

.slider-caption {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.slider-caption.caption--extra-padding {
  padding-top: 32px;
}

.section-chapter__split-wrapper {
  justify-content: space-between;
  min-height: 50vh;
  max-height: 480px;
  display: flex;
}

.link--story {
  font-family: pp-fraktion-sans, sans-serif;
  text-decoration: none;
}

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

.section-acknow__person {
  border-bottom-style: none;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 100%;
  display: block;
}

.section-acknow__grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 64px;
  display: grid;
}

@media screen and (max-width: 991px) {
  img {
    border-radius: 8px;
  }

  .flexcolwrap.flexcolwrap--compact, .section-hero__wrapper {
    width: auto;
  }

  .section-hero__screenshot {
    width: 48%;
    height: auto;
  }

  .section-hero__screenshot.screenshot--left {
    width: 40%;
    height: auto;
  }

  .section-hero__screenshot.screensho--right {
    object-fit: fill;
    width: 40%;
    height: auto;
  }

  .section-hero__screenshot.screenshot--center {
    width: 44%;
  }

  .container {
    width: 100%;
  }

  .section {
    padding: 64px 32px;
  }

  .section-story__cover {
    width: 100%;
    margin-top: 64px;
  }

  .section-hero__gridstats {
    grid-row-gap: 32px;
    grid-template-columns: auto;
    width: 50%;
  }

  .section-story__chapter {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 32px;
  }

  .section-story__stories {
    flex-wrap: wrap;
  }

  ._2 {
    margin-top: 32px;
    margin-bottom: 24px;
    font-size: 72px;
  }

  .section-story__richtext {
    width: auto;
  }

  .section-story__richtext p {
    width: 80%;
  }

  .section-story__footer-action, .section-story__footer-action:hover {
    width: 100%;
  }

  .section-chapter__image-wrapper.image-wrapper--overlaid {
    width: auto;
  }

  .section-chapter__image {
    max-width: 88%;
  }

  .section-chapter__image.image--overlay.overlay--right {
    width: 30%;
    top: -32px;
    right: -2%;
  }

  .section-chapter__image.image--overlay.overlay--left {
    width: 30%;
    bottom: -32px;
    left: -2%;
  }

  .section-chapter__image.image--offest-left, .section-chapter__image.image--offest-right {
    width: 92%;
  }

  .section-chapter__image.image--large {
    max-width: 100%;
  }

  .slider {
    flex-direction: column;
    width: auto;
    max-width: 100vw;
    display: flex;
  }

  .slider__navigation {
    position: static;
  }

  .slider__container {
    border-radius: 0;
    height: 64vw;
    overflow: hidden;
  }

  .slider__image {
    border-radius: 0;
  }

  .slider__arrow {
    width: 48px;
    height: 48px;
    display: none;
  }

  .slider__arrow.arrow--left {
    left: 2.4vw;
  }

  .slider__arrow.arrow--right {
    right: 2.4vw;
  }

  .slider__arrow-icon {
    width: 24px;
  }

  .slider-caption.caption--extra-padding {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .flexcolwrap {
    flex-direction: column;
  }

  .flexcolwrap.flexcolwrap--compact {
    margin-bottom: 32px;
  }

  .flex2col {
    width: 100%;
  }

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

  .colorbox {
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 15px;
  }

  .colorbox.dark {
    margin-left: 10px;
  }

  .flex3col {
    width: 100%;
  }

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

  .section-hero__wrapper {
    margin-bottom: 32px;
  }

  .container {
    width: auto;
  }

  .section {
    padding: 40px 24px;
  }

  .h1--light {
    margin-top: 48px;
  }

  .section-hero__gridstats {
    width: 80%;
  }

  ._2 {
    font-size: 48px;
  }

  .section-story__richtext p {
    width: 90%;
    font-size: 19px;
  }

  .section-story__richtext figure {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .section-story__footer-action {
    margin-top: 64px;
    padding: 24px;
  }

  .section-chapter__image-wrapper.image-wrapper--overlaid {
    width: 100%;
  }

  .slider__container {
    border-radius: 0;
    width: 100vw;
    max-width: none;
    height: 64vw;
  }

  .slider__image {
    border-radius: 0;
  }

  .slider__arrow {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 30px;
    line-height: 33px;
  }

  h3 {
    font-size: 25px;
    line-height: 31px;
  }

  h4 {
    font-size: 21px;
    line-height: 26px;
  }

  h5 {
    font-size: 16px;
    line-height: 22px;
  }

  p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 25px;
  }

  a {
    font-size: 15px;
  }

  .p--small {
    font-size: 13px;
    line-height: 22px;
  }

  .cta-button {
    font-size: 15px;
  }

  .section-hero__screenshot {
    width: 42%;
  }

  .section-hero__screenshot.screenshot--left {
    left: 42px;
  }

  .section-hero__screenshot.screensho--right {
    left: -42px;
  }

  .section-hero__screenshot.screenshot--center {
    width: 50%;
  }

  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-story__chapter {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-chapter__image {
    width: 100%;
    max-width: none;
  }

  .section-chapter__image.image--overlay.overlay--right {
    right: 0%;
  }

  .section-chapter__image.image--overlay.overlay--left {
    left: 0%;
  }

  .section-chapter__image.image--full {
    width: 100vw;
  }
}


@font-face {
  font-family: 'pp-fraktion-sans';
  src: url('../fonts/PPFraktionSans-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'pp-fraktion-sans';
  src: url('../fonts/PPFraktionSans-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'pp-right-gothic';
  src: url('../fonts/PPRightGothic-WideMedium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'pp-fraktion-sans';
  src: url('../fonts/PPFraktionSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'pp-fraktion-sans';
  src: url('../fonts/PPFraktionSans-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'gotham-rounded';
  src: url('../fonts/GothamRounded-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'gotham-rounded';
  src: url('../fonts/GothamRounded-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'gotham-rounded';
  src: url('../fonts/GothamRounded-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}