@font-face {
  font-family: "Arial Nova";
  src: url("./fonts/ArialNova.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Arial Nova";
  src: url("./fonts/ArialNova-Bold.ttf") format("truetype");
  font-display: swap;
  font-weight: 700;
  font-style: bold;
}
.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ms-0 {
  margin-inline-start: 0 !important;
}

.me-0 {
  margin-inline-end: 0 !important;
}

.mx-0 {
  margin-inline-start: 0 !important;
  margin-inline-end: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.ps-0 {
  padding-inline-start: 0 !important;
}

.pe-0 {
  padding-inline-end: 0 !important;
}

.px-0 {
  padding-inline-start: 0 !important;
  padding-inline-end: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ms-1 {
  margin-inline-start: 0.25rem !important;
}

.me-1 {
  margin-inline-end: 0.25rem !important;
}

.mx-1 {
  margin-inline-start: 0.25rem !important;
  margin-inline-end: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.ps-1 {
  padding-inline-start: 0.25rem !important;
}

.pe-1 {
  padding-inline-end: 0.25rem !important;
}

.px-1 {
  padding-inline-start: 0.25rem !important;
  padding-inline-end: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ms-2 {
  margin-inline-start: 0.5rem !important;
}

.me-2 {
  margin-inline-end: 0.5rem !important;
}

.mx-2 {
  margin-inline-start: 0.5rem !important;
  margin-inline-end: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.ps-2 {
  padding-inline-start: 0.5rem !important;
}

.pe-2 {
  padding-inline-end: 0.5rem !important;
}

.px-2 {
  padding-inline-start: 0.5rem !important;
  padding-inline-end: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ms-3 {
  margin-inline-start: 1rem !important;
}

.me-3 {
  margin-inline-end: 1rem !important;
}

.mx-3 {
  margin-inline-start: 1rem !important;
  margin-inline-end: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.ps-3 {
  padding-inline-start: 1rem !important;
}

.pe-3 {
  padding-inline-end: 1rem !important;
}

.px-3 {
  padding-inline-start: 1rem !important;
  padding-inline-end: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ms-4 {
  margin-inline-start: 1.5rem !important;
}

.me-4 {
  margin-inline-end: 1.5rem !important;
}

.mx-4 {
  margin-inline-start: 1.5rem !important;
  margin-inline-end: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.ps-4 {
  padding-inline-start: 1.5rem !important;
}

.pe-4 {
  padding-inline-end: 1.5rem !important;
}

.px-4 {
  padding-inline-start: 1.5rem !important;
  padding-inline-end: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ms-5 {
  margin-inline-start: 3rem !important;
}

.me-5 {
  margin-inline-end: 3rem !important;
}

.mx-5 {
  margin-inline-start: 3rem !important;
  margin-inline-end: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-5 {
  padding-inline-start: 3rem !important;
}

.pe-5 {
  padding-inline-end: 3rem !important;
}

.px-5 {
  padding-inline-start: 3rem !important;
  padding-inline-end: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.ms-auto {
  margin-inline-start: auto;
}

.me-auto {
  margin-inline-end: auto;
}

.mx-auto {
  margin-inline: auto;
}

.cl-orange {
  color: #F45125 !important;
}

.bg-orange {
  background-color: #F45125 !important;
}

.border-orange {
  border: 1px solid #F45125 !important;
}

.border-left-orange {
  border-left: 1px solid #F45125 !important;
}

.border-right-orange {
  border-right: 1px solid #F45125 !important;
}

.border-top-orange {
  border-top: 1px solid #F45125 !important;
}

.border-bottom-orange {
  border-bottom: 1px solid #F45125 !important;
}

.cl-orange-light {
  color: rgba(244, 82, 37, 0.4078431373) !important;
}

.bg-orange-light {
  background-color: rgba(244, 82, 37, 0.4078431373) !important;
}

.border-orange-light {
  border: 1px solid rgba(244, 82, 37, 0.4078431373) !important;
}

.border-left-orange-light {
  border-left: 1px solid rgba(244, 82, 37, 0.4078431373) !important;
}

.border-right-orange-light {
  border-right: 1px solid rgba(244, 82, 37, 0.4078431373) !important;
}

.border-top-orange-light {
  border-top: 1px solid rgba(244, 82, 37, 0.4078431373) !important;
}

.border-bottom-orange-light {
  border-bottom: 1px solid rgba(244, 82, 37, 0.4078431373) !important;
}

.cl-orange-dark {
  color: #822800 !important;
}

.bg-orange-dark {
  background-color: #822800 !important;
}

.border-orange-dark {
  border: 1px solid #822800 !important;
}

.border-left-orange-dark {
  border-left: 1px solid #822800 !important;
}

.border-right-orange-dark {
  border-right: 1px solid #822800 !important;
}

.border-top-orange-dark {
  border-top: 1px solid #822800 !important;
}

.border-bottom-orange-dark {
  border-bottom: 1px solid #822800 !important;
}

.cl-gray-light {
  color: #A5A5A5 !important;
}

.bg-gray-light {
  background-color: #A5A5A5 !important;
}

.border-gray-light {
  border: 1px solid #A5A5A5 !important;
}

.border-left-gray-light {
  border-left: 1px solid #A5A5A5 !important;
}

.border-right-gray-light {
  border-right: 1px solid #A5A5A5 !important;
}

.border-top-gray-light {
  border-top: 1px solid #A5A5A5 !important;
}

.border-bottom-gray-light {
  border-bottom: 1px solid #A5A5A5 !important;
}

.cl-white {
  color: #FAFAFA !important;
}

.bg-white {
  background-color: #FAFAFA !important;
}

.border-white {
  border: 1px solid #FAFAFA !important;
}

.border-left-white {
  border-left: 1px solid #FAFAFA !important;
}

.border-right-white {
  border-right: 1px solid #FAFAFA !important;
}

.border-top-white {
  border-top: 1px solid #FAFAFA !important;
}

.border-bottom-white {
  border-bottom: 1px solid #FAFAFA !important;
}

.cl-green-dark {
  color: #031619 !important;
}

.bg-green-dark {
  background-color: #031619 !important;
}

.border-green-dark {
  border: 1px solid #031619 !important;
}

.border-left-green-dark {
  border-left: 1px solid #031619 !important;
}

.border-right-green-dark {
  border-right: 1px solid #031619 !important;
}

.border-top-green-dark {
  border-top: 1px solid #031619 !important;
}

.border-bottom-green-dark {
  border-bottom: 1px solid #031619 !important;
}

.cl-green {
  color: #057767 !important;
}

.bg-green {
  background-color: #057767 !important;
}

.border-green {
  border: 1px solid #057767 !important;
}

.border-left-green {
  border-left: 1px solid #057767 !important;
}

.border-right-green {
  border-right: 1px solid #057767 !important;
}

.border-top-green {
  border-top: 1px solid #057767 !important;
}

.border-bottom-green {
  border-bottom: 1px solid #057767 !important;
}

.cl-green-light {
  color: #00E9C5 !important;
}

.bg-green-light {
  background-color: #00E9C5 !important;
}

.border-green-light {
  border: 1px solid #00E9C5 !important;
}

.border-left-green-light {
  border-left: 1px solid #00E9C5 !important;
}

.border-right-green-light {
  border-right: 1px solid #00E9C5 !important;
}

.border-top-green-light {
  border-top: 1px solid #00E9C5 !important;
}

.border-bottom-green-light {
  border-bottom: 1px solid #00E9C5 !important;
}

.cl-black {
  color: rgba(0, 0, 0, 0.4705882353) !important;
}

.bg-black {
  background-color: rgba(0, 0, 0, 0.4705882353) !important;
}

.border-black {
  border: 1px solid rgba(0, 0, 0, 0.4705882353) !important;
}

.border-left-black {
  border-left: 1px solid rgba(0, 0, 0, 0.4705882353) !important;
}

.border-right-black {
  border-right: 1px solid rgba(0, 0, 0, 0.4705882353) !important;
}

.border-top-black {
  border-top: 1px solid rgba(0, 0, 0, 0.4705882353) !important;
}

.border-bottom-black {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4705882353) !important;
}

.cl-gray {
  color: #0f1112 !important;
}

.bg-gray {
  background-color: #0f1112 !important;
}

.border-gray {
  border: 1px solid #0f1112 !important;
}

.border-left-gray {
  border-left: 1px solid #0f1112 !important;
}

.border-right-gray {
  border-right: 1px solid #0f1112 !important;
}

.border-top-gray {
  border-top: 1px solid #0f1112 !important;
}

.border-bottom-gray {
  border-bottom: 1px solid #0f1112 !important;
}

.cl-gray-alt {
  color: #1c1c1c !important;
}

.bg-gray-alt {
  background-color: #1c1c1c !important;
}

.border-gray-alt {
  border: 1px solid #1c1c1c !important;
}

.border-left-gray-alt {
  border-left: 1px solid #1c1c1c !important;
}

.border-right-gray-alt {
  border-right: 1px solid #1c1c1c !important;
}

.border-top-gray-alt {
  border-top: 1px solid #1c1c1c !important;
}

.border-bottom-gray-alt {
  border-bottom: 1px solid #1c1c1c !important;
}

.cl-gray-border {
  color: #454545 !important;
}

.bg-gray-border {
  background-color: #454545 !important;
}

.border-gray-border {
  border: 1px solid #454545 !important;
}

.border-left-gray-border {
  border-left: 1px solid #454545 !important;
}

.border-right-gray-border {
  border-right: 1px solid #454545 !important;
}

.border-top-gray-border {
  border-top: 1px solid #454545 !important;
}

.border-bottom-gray-border {
  border-bottom: 1px solid #454545 !important;
}

.fs-1 {
  font-size: 0.75rem;
}

.fs-2 {
  font-size: 0.875rem;
}

.fs-3 {
  font-size: 1rem;
}

.fs-4 {
  font-size: 1.125rem;
}

.fs-5 {
  font-size: 1.25rem;
}

.fs-6 {
  font-size: 1.5rem;
}

.fs-7 {
  font-size: 1.75rem;
}

.fs-8 {
  font-size: 2rem;
}

.fs-9 {
  font-size: 2.5rem;
}

.fs-10 {
  font-size: 3rem;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Arial Nova";
  font-weight: 400;
  color: #FAFAFA;
}

a {
  text-decoration: none;
}

/** Main **/
body {
  background-color: #000;
}

main {
  position: relative;
  min-height: calc(100vh - 80px);
  margin-top: 80px;
}

section {
  margin: 20px 0px;
}

p {
  font-size: 1.1rem;
  padding: 1px 0px;
  margin: 10px 0px;
}

nav {
  width: 100%;
  padding: 10px;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.768627451);
  backdrop-filter: blur(10px);
  z-index: 9999;
}
nav img {
  width: 200px;
}

/* Blocks */
.home-hero {
  height: 35vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.heading {
  font-size: 4rem;
  font-weight: 700;
}

.heading2 {
  font-size: 3rem;
  font-weight: 700;
}

/* Flex & container */
.container {
  width: 100%;
  margin-inline: auto;
  padding-inline: calc(24px / 2);
}
.container .row {
  margin-inline: calc(24px / -2);
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1040px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1220px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.row > [class*=col] {
  box-sizing: border-box;
  padding-inline: calc(24px / 2);
  flex: 1;
}

.col-1 {
  flex: 0 0 8.3333333333% !important;
  max-width: 8.3333333333% !important;
}

.col-2 {
  flex: 0 0 16.6666666667% !important;
  max-width: 16.6666666667% !important;
}

.col-3 {
  flex: 0 0 25% !important;
  max-width: 25% !important;
}

.col-4 {
  flex: 0 0 33.3333333333% !important;
  max-width: 33.3333333333% !important;
}

.col-5 {
  flex: 0 0 41.6666666667% !important;
  max-width: 41.6666666667% !important;
}

.col-6 {
  flex: 0 0 50% !important;
  max-width: 50% !important;
}

.col-7 {
  flex: 0 0 58.3333333333% !important;
  max-width: 58.3333333333% !important;
}

.col-8 {
  flex: 0 0 66.6666666667% !important;
  max-width: 66.6666666667% !important;
}

.col-9 {
  flex: 0 0 75% !important;
  max-width: 75% !important;
}

.col-10 {
  flex: 0 0 83.3333333333% !important;
  max-width: 83.3333333333% !important;
}

.col-11 {
  flex: 0 0 91.6666666667% !important;
  max-width: 91.6666666667% !important;
}

.col-12 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333% !important;
    max-width: 8.3333333333% !important;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667% !important;
    max-width: 16.6666666667% !important;
  }
  .col-sm-3 {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333% !important;
    max-width: 33.3333333333% !important;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667% !important;
    max-width: 41.6666666667% !important;
  }
  .col-sm-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333% !important;
    max-width: 58.3333333333% !important;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667% !important;
    max-width: 66.6666666667% !important;
  }
  .col-sm-9 {
    flex: 0 0 75% !important;
    max-width: 75% !important;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333% !important;
    max-width: 83.3333333333% !important;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667% !important;
    max-width: 91.6666666667% !important;
  }
  .col-sm-12 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .col-sm {
    flex: 1 1 0;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.3333333333% !important;
    max-width: 8.3333333333% !important;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667% !important;
    max-width: 16.6666666667% !important;
  }
  .col-md-3 {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333% !important;
    max-width: 33.3333333333% !important;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667% !important;
    max-width: 41.6666666667% !important;
  }
  .col-md-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333% !important;
    max-width: 58.3333333333% !important;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667% !important;
    max-width: 66.6666666667% !important;
  }
  .col-md-9 {
    flex: 0 0 75% !important;
    max-width: 75% !important;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333% !important;
    max-width: 83.3333333333% !important;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667% !important;
    max-width: 91.6666666667% !important;
  }
  .col-md-12 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .col-md {
    flex: 1 1 0;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333% !important;
    max-width: 8.3333333333% !important;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667% !important;
    max-width: 16.6666666667% !important;
  }
  .col-lg-3 {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333% !important;
    max-width: 33.3333333333% !important;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667% !important;
    max-width: 41.6666666667% !important;
  }
  .col-lg-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333% !important;
    max-width: 58.3333333333% !important;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667% !important;
    max-width: 66.6666666667% !important;
  }
  .col-lg-9 {
    flex: 0 0 75% !important;
    max-width: 75% !important;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333% !important;
    max-width: 83.3333333333% !important;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667% !important;
    max-width: 91.6666666667% !important;
  }
  .col-lg-12 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .col-lg {
    flex: 1 1 0;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.3333333333% !important;
    max-width: 8.3333333333% !important;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667% !important;
    max-width: 16.6666666667% !important;
  }
  .col-xl-3 {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333% !important;
    max-width: 33.3333333333% !important;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667% !important;
    max-width: 41.6666666667% !important;
  }
  .col-xl-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333% !important;
    max-width: 58.3333333333% !important;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667% !important;
    max-width: 66.6666666667% !important;
  }
  .col-xl-9 {
    flex: 0 0 75% !important;
    max-width: 75% !important;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333% !important;
    max-width: 83.3333333333% !important;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667% !important;
    max-width: 91.6666666667% !important;
  }
  .col-xl-12 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .col-xl {
    flex: 1 1 0;
  }
}
@media (min-width: 1400px) {
  .col-xxl-1 {
    flex: 0 0 8.3333333333% !important;
    max-width: 8.3333333333% !important;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667% !important;
    max-width: 16.6666666667% !important;
  }
  .col-xxl-3 {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333% !important;
    max-width: 33.3333333333% !important;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667% !important;
    max-width: 41.6666666667% !important;
  }
  .col-xxl-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333% !important;
    max-width: 58.3333333333% !important;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667% !important;
    max-width: 66.6666666667% !important;
  }
  .col-xxl-9 {
    flex: 0 0 75% !important;
    max-width: 75% !important;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333% !important;
    max-width: 83.3333333333% !important;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667% !important;
    max-width: 91.6666666667% !important;
  }
  .col-xxl-12 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .col-xxl {
    flex: 1 1 0;
  }
}
/* Utilities */
.d-flex {
  display: flex !important;
}

.d-block {
  display: block !important;
}

.flex-column {
  flex-direction: column;
}

.wrap {
  flex-wrap: wrap;
}

.no-wrap {
  flex-wrap: nowrap;
}

.bold {
  font-weight: bold;
}

.border-right {
  border-right: 2px solid #1c1c1c;
}

.btn {
  display: inline-flex;
  border-radius: 10px;
  padding: 7px 30px;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: bold;
  transition: all 0.3s;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.btn:hover {
  filter: brightness(125%);
  transition: all 0.3s;
}
.btn.btn-lg {
  font-size: 1.1rem;
  padding: 12px 35px;
}
.btn.btn-main {
  background-color: #F45125;
  color: #FAFAFA;
}
.btn.btn-alt {
  background-color: rgba(0, 0, 0, 0.4705882353);
  color: #FAFAFA;
  border: 2px solid #454545;
}

.card {
  position: relative;
  border-radius: 10px;
  background-color: #0f1112;
  border: 2px solid #454545;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  box-sizing: border-box;
}
.card .body {
  padding-bottom: 20px;
}
.card .body .heading {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 1.8rem;
  margin: 10px 0px;
  padding-bottom: 5px;
}
.card .body .heading.border {
  border-bottom: 2px solid #F45125;
}
.card .body .paragraph {
  color: #A5A5A5;
  font-size: 1.1rem;
}
.card .footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.card .footer .location {
  font-size: 1.125rem;
  color: #FAFAFA;
}
.card .image-container {
  display: flex;
  justify-content: center;
  width: 100%;
}
.card .image-container .card-image {
  border-radius: 10px;
  height: 220px;
  max-width: 100%;
}
.card.flat {
  border: none !important;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  z-index: -1;
}
.overlay.waves {
  background-image: url("/rss/img/waves.svg");
}
.overlay.dots {
  background-image: url("/rss/img/dots.svg");
}

.black-gradient {
  background: linear-gradient(to bottom right, #212225 0%, #000 100%);
}

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

/** Flex utilities **/
.flex {
  display: flex !important;
}

.justify-start {
  justify-content: flex-start !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.justify-between {
  justify-content: space-between !important;
}

.justify-around {
  justify-content: space-around !important;
}

.justify-evenly {
  justify-content: space-evenly !important;
}

.align-start {
  align-items: flex-start !important;
}

.align-center {
  align-items: center !important;
}

.align-end {
  align-items: flex-end !important;
}

.align-stretch {
  align-items: stretch !important;
}

.align-baseline {
  align-items: baseline !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.grow {
  flex-grow: 1 !important;
}

.shrink {
  flex-shrink: 1 !important;
}

/** Texts **/
.text-center {
  text-align: center;
}

/* Job information */
.job-heading {
  width: 100%;
  margin-bottom: 40px;
  margin-top: 40px;
}
.job-heading .job-title {
  font-size: 2.8rem;
  font-weight: bold;
}
.job-heading .sub-heading {
  font-size: 2.8rem;
  font-weight: bold;
  color: #F45125;
  display: inline-block;
  position: relative;
}
.job-heading .sub-heading:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -18px;
  height: 3px;
  width: 100%;
  background-color: #F45125;
  transform: scaleX(0.5);
  transform-origin: left;
}

.job-card-container {
  width: 100%;
  position: relative;
}
.job-card-container .description {
  padding: 0px 100px;
  line-height: 1.2;
}
.job-card-container .description p {
  line-height: 1.4;
  margin-bottom: 10px;
  font-size: 1rem;
}

.skt-icon {
  font-size: 2.4rem;
}
.skt-icon .rounded {
  width: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid;
}

.card-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 50px;
  height: 50px;
  padding: 15px;
  border-radius: 50%;
  border: 1px solid rgba(244, 82, 37, 0.4078431373);
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-icon i {
  color: #F45125;
  font-size: 2rem;
}

.info-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.info-col .icon {
  color: #F45125;
  font-size: 2.2rem;
}
.info-col p {
  font-size: 0.8rem !important;
  margin: 0;
}

.steps {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 50px !important;
  position: relative;
}
.steps .step {
  display: flex;
  flex: 1;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #A5A5A5;
}
.steps .step:first-of-type .progress-bar {
  width: 50% !important;
  left: 50%;
}
.steps .step:last-of-type .progress-bar {
  width: 50% !important;
  right: 50%;
}
.steps .step .progress-bar {
  position: absolute;
  top: 35%;
  transform: translateY(-35%);
  width: 100%;
  height: 4px;
  z-index: -1;
  background-color: #A5A5A5;
}
.steps .step .progress-bar .inner {
  overflow-y: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.steps .step .progress-bar .inner .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
}
.steps .step .number {
  font-size: 1.7rem;
  width: 50px;
  height: 50px;
  box-shadow: 0 0 3px 0px #FAFAFA inset, 0 0 2px 0px #FAFAFA;
  border: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #000;
  color: #A5A5A5;
}
.steps .step .text {
  margin-top: 10px;
  color: #A5A5A5;
}
.steps .step.done .number {
  background-color: #F45125;
  box-shadow: 0 0 3px 0px #F45125 inset, 0 0 2px 0px #F45125;
  color: #FAFAFA;
}
.steps .step.done .text {
  color: #F45125;
}
.steps .step.done .progress {
  background-color: #F45125 !important;
  box-shadow: 0px 0px 12px 25px #F45125;
  width: 80% !important;
}

.application-card {
  display: flex;
  padding-top: 10px;
  padding-left: 40px;
}
.application-card .required {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
}
.application-card .required i {
  font-size: 1.3rem;
  color: #F45125 !important;
}
.application-card .icon-section {
  flex: 0 0 20%;
  max-width: 20%;
  display: flex;
}
.application-card .icon-section .application-icon {
  width: 75px;
  height: 75px;
  padding: 15px;
  border-radius: 50%;
  box-shadow: 0 0 3px 0px rgba(244, 82, 37, 0.4078431373) inset, 0 0 2px 0px rgba(244, 82, 37, 0.4078431373);
  display: flex;
  align-items: center;
  justify-content: center;
}
.application-card .icon-section .application-icon i {
  color: #F45125;
  font-size: 3rem;
}
.application-card .form-section {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.application-card .form-section .progress {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.application-card .form-section .progress .step {
  flex: 0 auto;
  letter-spacing: 0.2rem;
  color: #F45125 !important;
}
.application-card .form-section .progress .progress-bar {
  flex: 1;
  background-color: #1c1c1c;
  position: relative;
  border-radius: 12px;
  height: 5px;
  overflow: hidden;
}
.application-card .form-section .progress .progress-bar .complete {
  height: 100%;
  background-color: #F45125;
  box-shadow: 10px 0px 8px 12px #F45125;
  position: absolute;
  top: 0;
  left: 0;
}
.application-card .form-section .label {
  display: flex;
  flex-direction: column;
}
.application-card .form-section .label .headline {
  font-size: 1.35rem;
  font-weight: bold;
  margin: 10px 0px;
}
.application-card .form-section .label .subline {
  font-size: 1.1rem;
  color: #A5A5A5;
}
.application-card .form-section .input-container {
  margin-top: 5px;
}
.application-card .form-section .input-container select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #0f1112;
  color: white;
  color-scheme: dark;
}

.input {
  border-radius: 8px;
  background-color: #0f1112;
  border: 2px solid #454545;
  padding: 12px 12px;
  width: 100%;
}
.input:active, .input:focus {
  outline: none;
  border: none;
  border: 1px solid #822800;
}

.input-group {
  position: relative;
}
.input-group .input {
  padding: 12px 45px;
}
.input-group .icon {
  position: absolute;
  color: #FAFAFA;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  font-size: 1.5rem;
}

.check-container {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.check-container .check-label {
  padding: 8px;
  flex: 0 0 calc(33.3333333333% - 10px);
  max-width: calc(33.3333333333% - 10px);
  box-shadow: 0px 0px 2px 1px #A5A5A5;
  border-radius: 10px;
  text-align: center;
  position: relative;
}
.check-container .check-label input[type=radio] {
  opacity: 0;
  position: absolute;
}
.check-container .check-label input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.check-container .check-label:has(input[type=radio]:checked) {
  box-shadow: 0px 0px 2px 1px #F45125;
}
.check-container .check-label:has(input[type=radio]:checked):after {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #F45125;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z'/%3E%3C/svg%3E") no-repeat center;
  mask-size: contain;
  -webkit-mask-size: contain;
}
.check-container .check-label:has(input[type=checkbox]:checked) {
  box-shadow: 0px 0px 2px 1px #F45125;
}
.check-container .check-label:has(input[type=checkbox]:checked):after {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #F45125;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z'/%3E%3C/svg%3E") no-repeat center;
  mask-size: contain;
  -webkit-mask-size: contain;
}

.upload-container {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.upload-container .file-upload-group {
  min-width: 0;
  flex: 0 1 50%;
  max-width: calc(50% - 5px);
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  border: 2px solid #454545;
  background-color: #0f1112;
  justify-content: space-around;
  padding: 20px;
  gap: 10px;
  overflow-x: auto;
  min-height: 0;
}
.upload-container .file-upload-group .icon {
  font-size: 3rem;
}
.upload-container .file-upload-group .title {
  font-weight: bold;
  text-align: center;
}
.upload-container .file-upload-group .title .sub-title {
  color: #A5A5A5;
  display: block;
}
.upload-container .file-upload-group .upload {
  font-weight: bold;
  color: #F45125;
  padding-top: 10px;
}/*# sourceMappingURL=main.css.map */