.text-span {
  color: #82df3b;
}

.success-message {
  background-color: #2a5f39;
}

.submit-button {
  background-color: #2483d6;
}

.gradient-div {
  width: 400vw;
  height: 100vh;
  background-image: linear-gradient(112deg, #1d0138 12%, #231f21 67%, #231f21);
  display: flex;
  overflow: visible;
}

.bg-container {
  z-index: -1;
  width: 400%;
  padding-bottom: 10px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.gradient-container {
  grid-column-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  display: flex;
  overflow: visible;
}

.section {
  grid-column-gap: 380px;
  grid-row-gap: 380px;
  text-align: left;
  object-fit: fill;
  background-color: #fff;
  background-image: linear-gradient(rgba(29, 1, 56, .8), rgba(29, 1, 56, .8)), url('../images/pablo-heimplatz-ZODcBkEohk8-unsplash-min.jpg');
  background-position: 0 0, 50%;
  background-size: auto, contain;
  flex-flow: wrap;
  align-content: space-around;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: 0;
  margin-right: 0;
  padding-top: 24px;
  font-family: Mika Melvas Rionasans Regular, sans-serif;
  display: block;
  position: static;
  overflow: hidden;
}

.section.success {
  margin-bottom: -40px;
}

.text-block {
  color: #fff;
}

.image {
  max-width: 20%;
}

.background-video {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body {
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#1d0138, #231f21);
  background-clip: border-box;
  margin-bottom: 0;
  display: block;
  overflow: visible;
}

.bg-container-mobile {
  z-index: -1;
  width: 400%;
  padding-bottom: 10px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.gradient-container-mobile {
  grid-column-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  display: flex;
  overflow: visible;
}

.image-2 {
  width: 70%;
  overflow: hidden;
}

.gradient-div-mobile {
  width: 400vw;
  height: 100vh;
  background-image: url('../images/1841994_037e5.gif'), linear-gradient(112deg, #213b4c 12%, #df27c7 50%, #213b4c 82%);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  display: flex;
  overflow: visible;
}

.gradient-text {
  text-align: center;
  letter-spacing: .21em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(77deg, #ffc200, #f50);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Futura font, sans-serif;
  font-size: 3em;
  font-weight: 900;
  line-height: 127%;
}

.content-container {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 22px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 40px;
  padding: 0;
  font-size: 20px;
  display: flex;
}

.button-text {
  color: #fff;
  letter-spacing: .2em;
  font-family: Futura font, sans-serif;
  font-size: 1em;
  font-weight: 900;
  line-height: 100%;
}

.button {
  letter-spacing: .2em;
  background-image: linear-gradient(92deg, #ffc200, #ff4ad6);
  border-radius: 9px;
  padding: 1em 2em;
  font-family: Futura font, sans-serif;
  font-weight: 900;
  text-decoration: none;
  box-shadow: inset 3px 3px 4px rgba(255, 255, 255, .53), 2px 2px 2px 2px rgba(0, 0, 0, .13);
}

.button.transparent {
  box-shadow: none;
  background-image: none;
}

.section-headinng {
  color: #fff;
  text-align: center;
  letter-spacing: .215em;
  text-transform: uppercase;
  font-family: Futura book;
  font-size: 1.9em;
  line-height: 120%;
}

.section-text {
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
  font-family: Futura bt, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 120%;
}

.section-text.success {
  font-weight: 300;
}

.content-container-2 {
  width: 100%;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 24px 0;
  display: flex;
}

.content-container-2.success {
  margin-top: 0;
}

.play-pause-button {
  display: none;
}

.hero-subtext {
  direction: ltr;
  color: #fdcd08;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  font-family: Mika Melvas Rionasans Regular, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 28px;
}

.background-video-mobile {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.centered-container {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -20px;
  padding-bottom: 0;
  display: flex;
}

.centered-container.success {
  margin-top: 0;
  padding-top: 0;
}

.subheading {
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: Futura font, sans-serif;
  font-size: 1.4em;
  font-weight: 900;
  line-height: 150%;
}

.subheading.success {
  line-height: 180%;
}

.img-text-grid {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-item {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.item-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Futura bt, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 150%;
}

.image-3 {
  width: 70%;
  max-width: 70%;
  min-width: 70%;
  display: block;
}

.form-subtext {
  color: #fff;
  text-align: center;
  letter-spacing: .21em;
  text-transform: uppercase;
  font-family: Futura font, sans-serif;
  font-size: 1.5em;
  font-weight: 900;
  line-height: 127%;
}

.form-block {
  width: 80%;
}

.form {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Futura bt, sans-serif;
  font-weight: 500;
}

.form-field {
  color: #fff;
  letter-spacing: .2px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .78);
  margin-bottom: 24px;
  padding: 10px 12px;
  font-family: Futura book font, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
}

.success-message-2 {
  color: #00c900;
  background-color: rgba(221, 221, 221, 0);
}

.error-message {
  color: #ff3d3d;
  background-color: rgba(255, 222, 222, 0);
}

.lottie-chek {
  width: 50%;
}

.lottie-animation {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.lottie-animation.top {
  z-index: 0;
  width: 40%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie-animation.center {
  width: 40%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.animation-container {
  z-index: 3;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 16%;
  right: 0%;
}

.play-pause-button-2 {
  position: fixed;
}

.lottie-animation-2 {
  width: 20%;
}

.lottie-animation-3, .lottie-animation-4 {
  position: fixed;
}

.body-success {
  text-align: left;
  background-color: #213b4c;
}

.image-4 {
  width: 240px;
  height: 63px;
  font-size: 33px;
}

.subtitle {
  color: #fff;
  text-align: center;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  margin-bottom: 20px;
  font-family: Mika Melvas Rionasans Regular, sans-serif;
  font-size: 1.6em;
  line-height: 1.3em;
  display: flex;
}

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

.container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  background-color: #ff0505;
  flex-flow: wrap;
  align-content: space-around;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 1%;
  overflow: visible;
}

.paragraph {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #000;
  background-color: #10001f;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 140px;
  padding-right: 140px;
  font-family: Mika Melvas Rionasans Regular, sans-serif;
  font-size: 1.3em;
  line-height: 32px;
}

.div-block {
  background-color: #10001f;
  padding-top: 56px;
  padding-bottom: 26px;
}

.heading {
  color: #fdcd08;
  text-align: center;
  font-family: Mika Melvas Rionasans Regular, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.text-block-2 {
  color: #fdcd08;
  text-align: center;
  padding-top: 36px;
  padding-bottom: 24px;
  font-family: Mika Melvas Rionasans Regular, sans-serif;
  font-size: 1.5em;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  font-family: Mika Melvas Rionasans Regular, sans-serif;
  font-size: 1.5em;
  line-height: 32px;
}

.div-block-2 {
  background-color: #fff;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: "Fa Brands 400", sans-serif;
  display: flex;
  overflow: hidden;
}

.text-block-3 {
  text-align: center;
  font-family: Mika Melvas Rionasans Regular, sans-serif;
  font-size: 1.2em;
  display: flex;
}

.column {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.column-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-3 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #000;
  padding: 20px 60px;
  display: flex;
}

.image-7 {
  max-width: 17%;
  margin-bottom: 20px;
}

.columns {
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  margin-top: 24px;
  display: flex;
}

.text-block-4 {
  text-align: center;
  margin-top: 60px;
  padding-top: 0;
  font-family: Mika Melvas Rionasans Regular, sans-serif;
  font-size: 1.2em;
}

.button-2 {
  text-align: center;
  object-fit: cover;
  display: block;
}

.button-3 {
  object-fit: cover;
}

.container-3 {
  margin-top: 24px;
}

.button-4 {
  color: #000;
  background-color: #ffeced;
  border-radius: 4px;
  padding: 12px 24px;
  font-family: Mika Melvas Rionasans Regular, sans-serif;
  font-size: .8em;
  line-height: 16px;
}

.text-block-5 {
  color: #fff;
  order: 1;
  font-family: Mika Melvas Rionasans Regular, sans-serif;
  font-size: 12px;
}

.container-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
}

.image-8 {
  max-width: 100%;
  margin-top: 40px;
  margin-left: 40px;
}

.div-block-4 {
  background-image: linear-gradient(rgba(29, 1, 56, .9), rgba(29, 1, 56, .9)), url('../images/pablo-heimplatz-ZODcBkEohk8-unsplash-min.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  padding-bottom: 5px;
}

.text-block-6 {
  align-self: center;
  font-family: Mika Melvas Rionasans Regular, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 24px;
}

.slide {
  max-width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  object-fit: contain;
  order: 0;
  justify-content: center;
  align-self: stretch;
  margin-top: 12px;
  display: flex;
  overflow: hidden;
}

.image-9 {
  max-width: 10%;
  min-height: 32px;
  min-width: 24px;
  object-fit: contain;
}

.imagee {
  max-width: 7%;
  min-height: 32px;
  min-width: 24px;
  object-fit: contain;
}

.image-11, .image-12 {
  max-width: 10%;
  min-height: 32px;
  min-width: 24px;
  object-fit: contain;
}

.inner-block {
  width: 100%;
  max-width: 200%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  object-fit: contain;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-family: Mika Melvas Rionasans Regular, sans-serif;
  display: flex;
  overflow: hidden;
}

.heading-2 {
  font-family: "Fa Brands 400", sans-serif;
  font-size: 16px;
}

.container-5 {
  max-width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  object-fit: fill;
  flex-direction: row;
  justify-content: space-around;
  font-size: 14px;
  display: flex;
}

.buttonn {
  color: #2e2e2e;
  background-color: #fff;
  text-decoration: none;
}

.text-block-7 {
  color: #dadada;
  font-family: "Fa Regular 400", sans-serif;
}

.div-block-6 {
  max-width: 29%;
}

.div-block-7 {
  max-width: 8%;
  align-self: center;
}

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

.div-block-9, .div-block-9-copy {
  align-self: center;
}

.outer-block {
  width: 100%;
  flex-direction: row;
  padding-top: 11px;
  padding-bottom: 11px;
  display: flex;
  overflow: hidden;
}

.image-13 {
  min-width: 0;
  white-space: nowrap;
  display: block;
}

.image-14 {
  white-space: nowrap;
}

.outer-container {
  width: 200vw;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: none;
  overflow: hidden;
}

.inner-container {
  width: 100%;
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.image-15 {
  max-width: 100%;
  object-fit: fill;
  display: inline-block;
  overflow: hidden;
}

.image-16 {
  max-width: 100%;
  margin-top: 0;
  display: inline-block;
  overflow: hidden;
}

.image-17 {
  width: 100%;
  overflow: hidden;
}

.image-18 {
  width: 100vw;
  overflow: hidden;
}

.track {
  height: 100px;
  position: static;
}

.camera {
  width: 100vw;
  height: auto;
  position: static;
  top: 0;
  overflow: hidden;
}

.frame {
  height: 100%;
  display: flex;
}

.item {
  width: 100vw;
  height: auto;
  flex: none;
}

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

.horizontal-marquee {
  flex-wrap: nowrap;
  flex: none;
  display: flex;
}

.inner-marquee {
  width: 100vw;
  height: 100px;
}

.image-20, .image-21 {
  width: 100vw;
}

.horizontal-marquee {
  width: 200vw;
  height: auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
  overflow: hidden;
}

.marquee-inner {
  width: 100vw;
  object-fit: fill;
  display: flex;
  overflow: hidden;
}

.image-22, .image-23, .image-24 {
  width: 100vw;
}

.horizontal-marquee-mobile {
  width: 0;
  height: 0;
  object-fit: fill;
  align-items: center;
  display: none;
  overflow: hidden;
}

.marquee-inner-mobile, .image-25, .image-26, .image-27 {
  width: 100vw;
}

@media screen and (max-width: 991px) {
  .button-text {
    font-family: Futura book font, sans-serif;
    font-weight: 500;
  }

  .form {
    text-align: center;
  }

  .form-field {
    color: #333;
    border: 1px #000;
    border-bottom-style: solid;
    font-family: Futura bt, sans-serif;
  }

  .image-5 {
    font-family: Mika Melvas Rionasans Regular, sans-serif;
    font-weight: 400;
  }

  .div-block-3 {
    background-color: #000;
  }

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

  .slide {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 12px;
  }

  .outer-container {
    display: none;
  }

  .horizontal-marquee {
    height: auto;
    margin-top: 20px;
  }

  .horizontal-marquee-mobile {
    height: 0;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .outer-container {
    display: none;
  }

  .horizontal-marquee {
    object-fit: fill;
  }

  .horizontal-marquee-mobile {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .gradient-div {
    background-image: linear-gradient(96deg, #213b4c 11%, #ff978e 41%, #ff4cd5 62%, #213b4c 84%);
    transform: translate(-150vw);
  }

  .bg-container {
    display: none;
  }

  .section {
    margin-left: 24px;
    margin-right: 24px;
  }

  .background-video {
    display: none;
  }

  .body {
    background-color: #2b2090;
  }

  .bg-container-mobile {
    display: none;
  }

  .image-2 {
    width: 140%;
    max-width: none;
  }

  .gradient-div-mobile {
    width: 700vw;
    background-image: linear-gradient(to right, #2b2090, #9c2e9c 39%, #592695 68%, #2b2090 92%);
  }

  .gradient-text {
    text-align: center;
    font-size: 1.7em;
    font-weight: 900;
  }

  .content-container {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .button-text {
    font-family: Futura font, sans-serif;
    font-weight: 900;
  }

  .section-headinng {
    line-height: 170%;
  }

  .section-text {
    letter-spacing: .03em;
    flex-direction: column;
    font-weight: 500;
    line-height: 170%;
  }

  .section-text.small {
    font-size: .9em;
  }

  .hero-subtext {
    font-size: 1em;
  }

  .background-video-mobile {
    display: block;
  }

  .centered-container {
    justify-content: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .centered-container.success {
    margin-top: 56px;
  }

  .subheading {
    font-size: 1.3em;
  }

  .item-text {
    letter-spacing: .02em;
    font-size: .8em;
  }

  .image-3 {
    width: 80%;
    max-width: 80%;
    min-width: 80%;
  }

  .form-subtext {
    text-align: center;
    font-size: 1em;
  }

  .form-block {
    width: 100%;
  }

  .form-field {
    color: #fff;
    border-top-color: #fff;
    border-bottom-color: rgba(255, 255, 255, .65);
    font-family: Futura book font, sans-serif;
  }

  .lottie-chek {
    width: 120%;
  }

  .lottie-animation-4 {
    top: 37.05px;
  }

  .body-success {
    background-color: #2b2090;
    flex-direction: column;
    display: flex;
  }

  .image-4 {
    max-width: 90%;
  }

  .subtitle {
    font-family: Mika Melvas Rionasans Regular, sans-serif;
    font-size: 1.5em;
  }

  .paragraph {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 1em;
  }

  .text-block-2 {
    font-weight: 400;
  }

  .paragraph-2 {
    font-size: 1.2em;
    line-height: 32px;
  }

  .div-block-2 {
    align-items: flex-end;
  }

  .column {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
  }

  .column-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .div-block-3 {
    padding-left: 20px;
  }

  .image-7 {
    max-width: 50%;
  }

  .columns {
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .text-block-4 {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 24px;
  }

  .button-4 {
    border-radius: 4px;
  }

  .image-8 {
    margin-top: 20px;
    margin-left: 20px;
  }

  .slide {
    max-width: 100%;
  }

  .image-9 {
    max-width: 13%;
  }

  .imagee {
    max-width: 100%;
    min-height: 100%;
    min-width: 20%;
  }

  .image-11 {
    max-width: 100%;
    min-width: 25%;
  }

  .image-12 {
    max-width: 13%;
  }

  .inner-block {
    max-width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .container-5 {
    max-width: 100%;
  }

  .outer-container {
    width: 100vw;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    object-fit: fill;
    flex-flow: row-reverse;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    transition: opacity .2s;
    display: none;
    position: static;
    overflow: hidden;
  }

  .inner-container {
    width: 100%;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    flex-direction: row;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .horizontal-marquee {
    width: 0;
    height: auto;
    object-fit: fill;
    align-self: auto;
    margin-top: 0;
    display: none;
    overflow: hidden;
  }

  .horizontal-marquee-mobile {
    width: 200vw;
    height: auto;
    object-fit: fill;
    display: flex;
    overflow: hidden;
  }

  .image-28 {
    width: 100vw;
  }
}


@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Regular 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mika Melvas Rionasans Regular';
  src: url('../fonts/Mika-Melvas-RionaSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 6 Free Regular 400';
  src: url('../fonts/Font-Awesome-6-Free-Regular-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 6 Free Solid 900';
  src: url('../fonts/Font-Awesome-6-Free-Solid-900.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura font';
  src: url('../fonts/Futura-Bold-font.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura extra font';
  src: url('../fonts/Futura-Extra-Black-font.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura xblk bt';
  src: url('../fonts/Futura-XBlk-BT.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura condensed bt';
  src: url('../fonts/futura-medium-condensed-bt.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura book font';
  src: url('../fonts/Futura-Book-Italic-font.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futur';
  src: url('../fonts/futur.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura font';
  src: url('../fonts/Futura-Bold-Italic-font.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futura book font';
  src: url('../fonts/Futura-Book-font.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura font';
  src: url('../fonts/Futura-Heavy-font.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura bt';
  src: url('../fonts/futura-light-bt.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura font';
  src: url('../fonts/Futura-Light-font.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura font';
  src: url('../fonts/Futura-Light-Italic-font.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futura bt';
  src: url('../fonts/futura-medium-bt.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura font';
  src: url('../fonts/Futura-Heavy-Italic-font.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futura font';
  src: url('../fonts/Futura-Medium-Italic-font.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Condensed';
  src: url('../fonts/Futura-CondensedLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}