:root {
  --black: #000;
  --white: #fff;
  --dark: #02070D;
  --semi-dark: #081B33;
  --normal: #14477D;
  --semi-light: #4B87BF;
  --light: #77B4E6;
  --gray: #ddd;
  --hover: rgba(255, 255, 255, 0.15);
  --hover-dark: rgba(0, 0, 0, 0.25);
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

html {
  font-family: "Segoe UI", Calibri, Arial, Verdana, sans-serif;
  overflow-x: hidden;
}

body {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-x: hidden;
}

.bg-black {
  background-color: #000;
}

.bg-white {
  background-color: #fff;
}

.bg-dark {
  background-color: #02070D;
}

.bg-semi-dark {
  background-color: #081B33;
}

.bg-normal {
  background-color: #14477D;
}

.bg-semi-light {
  background-color: #4B87BF;
}

.bg-light {
  background-color: #77B4E6;
}

.bg-gray {
  background-color: #ddd;
}

.text-black {
  color: #000;
}

.text-white {
  color: #fff;
}

.text-dark {
  color: #02070D;
}

.text-semi-dark {
  color: #081B33;
}

.text-normal {
  color: #14477D;
}

.text-semi-light {
  color: #4B87BF;
}

.text-light {
  color: #77B4E6;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.d-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn {
  text-decoration: none;
  border: none;
  border-radius: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  padding: 0.5rem 1rem;
  margin: 0.25rem;
  font-family: "Segoe UI", Calibri, Arial, Verdana, sans-serif;
  font-weight: 400;
  text-align: center;
  color: #fff;
  background-color: #000;
  transition: box-shadow 0.2s ease;
  -webkit-transition: box-shadow 0.2s ease;
  display: inline-block;
  cursor: pointer;
  font-size: 1rem;
}
.btn:hover {
  text-decoration: none;
}
.btn::before {
  content: " ";
  position: absolute;
  top: -50px;
  left: -75px;
  width: 50px;
  height: 300%;
  opacity: 0.2;
  background-color: #fff;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.btn:hover::before {
  left: 120%;
}
.btn:focus {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.15);
}
.btn.btn-dark {
  color: #77B4E6;
  background-color: #02070D;
}
.btn.btn-semi-dark {
  color: #77B4E6;
  background-color: #081B33;
}
.btn.btn-normal {
  color: #fff;
  background-color: #14477D;
}
.btn.btn-semi-light {
  color: #02070D;
  background-color: #4B87BF;
}
.btn.btn-light {
  color: #02070D;
  background-color: #77B4E6;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.w-25p {
  width: 25px !important;
}

.h-25p {
  height: 25px !important;
}

.w-50p {
  width: 50px !important;
}

.h-50p {
  height: 50px !important;
}

.w-75p {
  width: 75px !important;
}

.h-75p {
  height: 75px !important;
}

.w-100p {
  width: 100px !important;
}

.h-100p {
  height: 100px !important;
}

.w-125p {
  width: 125px !important;
}

.h-125p {
  height: 125px !important;
}

.w-150p {
  width: 150px !important;
}

.h-150p {
  height: 150px !important;
}

.w-175p {
  width: 175px !important;
}

.h-175p {
  height: 175px !important;
}

.w-200p {
  width: 200px !important;
}

.h-200p {
  height: 200px !important;
}

.w-225p {
  width: 225px !important;
}

.h-225p {
  height: 225px !important;
}

.w-250p {
  width: 250px !important;
}

.h-250p {
  height: 250px !important;
}

.w-275p {
  width: 275px !important;
}

.h-275p {
  height: 275px !important;
}

.w-300p {
  width: 300px !important;
}

.h-300p {
  height: 300px !important;
}

.w-325p {
  width: 325px !important;
}

.h-325p {
  height: 325px !important;
}

.w-350p {
  width: 350px !important;
}

.h-350p {
  height: 350px !important;
}

.w-375p {
  width: 375px !important;
}

.h-375p {
  height: 375px !important;
}

.w-400p {
  width: 400px !important;
}

.h-400p {
  height: 400px !important;
}

.w-425p {
  width: 425px !important;
}

.h-425p {
  height: 425px !important;
}

.w-450p {
  width: 450px !important;
}

.h-450p {
  height: 450px !important;
}

.w-475p {
  width: 475px !important;
}

.h-475p {
  height: 475px !important;
}

.w-500p {
  width: 500px !important;
}

.h-500p {
  height: 500px !important;
}

.quote {
  font-style: italic;
  position: relative;
}
.quote::before {
  content: open-quote;
  font-family: "Times New Roman", Times, serif;
}
.quote::after {
  content: close-quote;
  font-family: "Times New Roman", Times, serif;
}

.header {
  width: 100%;
  height: 80px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  background-color: #02070D;
}
.header > .content {
  width: 1200px;
  height: 100%;
  margin: auto;
  display: flex;
}
@media (max-width: 1199.98px) {
  .header > .content {
    width: 100%;
  }
}
.header > .content > .brand {
  width: auto;
  color: #77B4E6;
  font-size: 2rem;
  flex: 1 0 0%;
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .header > .content > .brand {
    margin-left: 1rem;
  }
}
.header > .content > .brand > .brand-img {
  height: 100%;
}
.header > .content > .nav {
  width: auto;
  display: flex;
  align-items: stretch;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .header > .content > .nav {
    margin-right: 1rem;
  }
}
@media (max-width: 767.98px) {
  .header > .content > .nav {
    width: 300px;
    height: auto;
    display: block;
    z-index: 99;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -310px;
    padding-top: 80px;
    background-color: #081B33;
    box-shadow: -5px 0 5px rgba(0, 0, 0, 0.25);
    transition: right 0.2s ease;
    -webkit-transition: right 0.2s ease;
  }
}
.header > .content > .nav > .nav-link {
  color: #77B4E6;
  font-weight: 500;
  text-decoration: none;
  padding: 0 1rem;
  transition: background 0.2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out;
  display: flex;
  align-items: center;
}
.header > .content > .nav > .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
@media (max-width: 767.98px) {
  .header > .content > .nav > .nav-link {
    padding: 1.5rem 1rem;
  }
}
.header > .content > .nav > .nav-link.active {
  background-color: #77B4E6;
  color: #02070D;
}
.header > .content > .nav > .nav-link.active:hover {
  background-color: #4B87BF;
}
.header > .content > .nav-button {
  display: none;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  cursor: pointer;
  width: 80px;
  height: 80px;
  padding: 1rem;
}
.header > .content > .nav-button:hover {
  background-color: rgba(0, 0, 0, 0.25);
}
.header > .content > .nav-button > div {
  background-color: #77B4E6;
  height: 1px;
  width: 100%;
  transition: transform 0.2s ease, margin 0.2s ease;
  -webkit-transition: -webkit-transform 0.2s ease, margin 0.2s ease;
}
.header > .content > .nav-button > div:first-child {
  margin-bottom: 1rem;
}
.header > .content > .nav-button:checked ~ label.nav-button > div:first-child {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-bottom: 0;
}
.header > .content > .nav-button:checked ~ label.nav-button > div:last-child {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
@media (max-width: 767.98px) {
  .header > .content > .nav-button {
    display: flex;
  }
  .header > .content > .nav-button:checked ~ label.nav-button {
    position: fixed;
  }
  .header > .content > .nav-button:checked ~ .nav {
    right: 0;
  }
}

.first-content {
  height: calc(100% - (80px + env(safe-area-inset-top)));
  width: 100%;
  margin-top: calc(80px + env(safe-area-inset-top)) !important;
  background-image: linear-gradient(#02070D, #081B33);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: auto;
  color: #fff;
  text-align: center;
}
.first-content .first-content-title {
  font-size: 8rem;
  font-weight: 700;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .first-content .first-content-title {
    font-size: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .first-content .first-content-title {
    font-size: 4rem;
  }
}
@media (max-width: 767.98px) {
  .first-content .first-content-title {
    font-size: 3rem;
  }
}
.first-content .first-content-description {
  font-size: 1.5rem;
  font-weight: 300;
  margin: auto;
  color: #77B4E6;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .first-content .first-content-description {
    font-size: 1.25rem;
  }
}
@media (max-width: 991.98px) {
  .first-content .first-content-description {
    font-size: 1rem;
    width: 75%;
  }
}

.slogan {
  color: #fff !important;
  text-shadow: 0 0 5px #fff, 3px 3px 5px #ff7b00, -3px -3px 5px #ff7b00;
  font-weight: 700 !important;
  letter-spacing: 7px;
}

.body-content {
  position: absolute;
  top: calc(100% - env(safe-area-inset-top));
  left: 0;
  right: 0;
  bottom: auto;
}
.body-content.show-on-top {
  top: calc(80px + env(safe-area-inset-top));
}
.body-content .card-container {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.body-content .card {
  padding-top: 6rem;
  padding-left: 5rem;
  padding-right: 5rem;
}
.body-content .card .card-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.body-content .card .content-heading {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.body-content .card .card-content {
  font-size: 1rem;
  font-weight: 400;
}

.responsive {
  width: 1200px;
  margin: auto;
}
@media (max-width: 1199.98px) {
  .responsive {
    width: 100%;
  }
  .responsive padding {
    right: 5%;
    left: 5%;
  }
}

.footer {
  width: 100%;
  height: 30px;
  padding: 0.5rem 1rem;
  font-size: 70%;
  color: #c8c8c8;
  background-color: #000;
}
.footer > .text {
  margin: auto;
  width: 1200px;
}
@media (max-width: 1199.98px) {
  .footer > .text {
    width: 97%;
  }
}
.footer a {
  color: #878787;
}