@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 duotone 900";
  src: url('../fonts/fa-duotone-900.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: "Fa 300";
  src: url('../fonts/fa-light-300.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 100";
  src: url('../fonts/fa-thin-100.woff2') format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --slate-blue: #002929;
  --field-label: #24b3b3;
  --h2-heading: #24b3b3;
}

body {
  color: #3146c3;
  background-color: #121e58;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.page_wrapper {
  perspective: 1000px;
  color: #052626;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  font-size: 1rem;
  line-height: 1.5rem;
}

.parallax-wrapper {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  inset: 0;
  overflow: clip;
}

.layer-02 {
  z-index: 2;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.layer-03 {
  z-index: 3;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.layer-06 {
  z-index: 5;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.layer-07 {
  z-index: 7;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.layer-08 {
  z-index: 8;
  mix-blend-mode: normal;
  width: 120%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.layer-09 {
  z-index: 9;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.section_parallax {
  z-index: 1;
  color: #002929;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.layer-05 {
  z-index: 6;
  color: var(--slate-blue);
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
  font-family: Bebas Neue, sans-serif;
  font-size: 6rem;
  font-weight: 900;
  line-height: 5rem;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.layer-04 {
  z-index: 4;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 3rem;
  position: absolute;
  inset: 0%;
}

.footer {
  z-index: 2;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-right: 4rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.container-social {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-link {
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 1.2rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.icon-bg {
  z-index: 1;
  opacity: .3;
  -webkit-text-stroke-color: #256666;
  background-color: #256666;
  border-radius: 50%;
  font-size: 1.2rem;
  position: absolute;
  inset: 0%;
}

.icon {
  z-index: 2;
  color: var(--slate-blue);
  text-align: center;
  font-family: "Fa brands 400", sans-serif;
  text-decoration: none;
  position: relative;
}

.icon.if--web {
  color: #fff;
  font-family: "Fa 300", sans-serif;
}

.layer-01 {
  z-index: 1;
  width: 100%;
  height: auto;
  position: relative;
}

.preloader {
  z-index: 9000;
  color: var(--field-label);
  background-color: #002929;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.loader-wrapper {
  background-color: #154141;
  border-radius: 1000px;
  width: 160px;
  height: 4px;
  position: relative;
  overflow: hidden;
}

.loader {
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.main-wrapper {
  color: var(--slate-blue);
}

.body {
  background-color: #002929;
  background-image: url('../images/Background.png');
  background-position: 0 0;
  background-size: auto;
}

.utility-page-wrap {
  color: var(--slate-blue);
  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;
}

.heading {
  color: var(--h2-heading);
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.field-label {
  color: var(--field-label);
  font-family: Montserrat, sans-serif;
}

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

.heading-2 {
  color: var(--h2-heading);
  font-family: Montserrat, sans-serif;
}

.text-block {
  color: var(--field-label);
  font-family: Montserrat, sans-serif;
}

.body-3 {
  background-color: var(--slate-blue);
}

@media screen and (max-width: 991px) {
  .parallax-wrapper {
    min-width: 90rem;
  }

  .layer-08 {
    margin-left: auto;
    margin-right: auto;
  }

  .layer-05, .layer-04 {
    margin: auto;
  }

  .footer {
    padding-right: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .parallax-wrapper {
    min-width: 80rem;
  }

  .layer-02 {
    margin-left: auto;
    margin-right: auto;
  }

  .layer-06 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .layer-07 {
    margin-left: auto;
    margin-right: auto;
  }

  .layer-08 {
    width: 100%;
  }

  .layer-09, .section_parallax {
    margin-left: auto;
    margin-right: auto;
  }

  .layer-05 {
    width: 80%;
    margin: auto;
  }

  .layer-04 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer {
    height: auto;
    padding-bottom: 4rem;
    padding-right: 0;
    inset: auto 0% 0%;
  }

  .container-social {
    flex-direction: row;
  }
}

@media screen and (max-width: 479px) {
  .layer-09 {
    width: 100%;
  }

  .layer-05 {
    width: 180vw;
  }

  .layer-04 {
    width: 200vw;
    margin: auto;
  }

  .footer {
    padding-bottom: 4rem;
  }

  .layer-01 {
    margin-left: auto;
    margin-right: auto;
  }
}


@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 duotone 900';
  src: url('../fonts/fa-duotone-900.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: 'Fa 300';
  src: url('../fonts/fa-light-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}