* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

/* ------------------------------- BODY -----------------------------  */
body {
  max-width: 2560px;
  margin: 0 auto;
  font-size: 24px;
  -webkit-box-shadow: 0px 0px 200px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 200px rgba(0, 0, 0, 0.1);
  background-color: #002e51;
  overflow-x: hidden;
  opacity: 0;
  -webkit-animation: fadeIn 1s ease-in-out forwards;
          animation: fadeIn 1s ease-in-out forwards;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ------------------------------- TYPOGRAPHY -----------------------------  */
h1 {
  font-size: 4.2em;
  color: white;
  font-weight: 900;
  text-align: center;
  line-height: 0.9;
}
h1 span {
  font-size: 0.71em;
}

#break {
  display: none;
}

h2 {
  font-size: 2.7em;
  text-transform: uppercase;
}

p {
  font-size: 1em;
  line-height: 1.2;
  font-weight: 400;
}

/* ------------------------------- BUTTONS -----------------------------  */
.btn-watch {
  font-size: 0;
}

/* ------------------------------- HEADER -----------------------------  */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  margin: 0 auto;
  width: 100%;
}
header .logo {
  width: 222px;
  height: auto;
}
header .header-content {
  max-width: 2560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 100%;
  margin: 0 auto;
  padding: 25px 2%;
}
header .header-content nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  color: white;
  font-size: 0.75em;
}
header .header-content nav a {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  -webkit-transition: 0.2s color ease-in-out;
  transition: 0.2s color ease-in-out;
}
header .header-content nav span {
  -webkit-transition: 0.2s color ease-in-out;
  transition: 0.2s color ease-in-out;
}
header .header-content nav.no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}

#close-menu,
#open-menu {
  display: none;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #close-menu,
  #open-menu {
    display: block;
  }
}
/* ------------------------------- HERO -----------------------------  */
.hero {
  height: 100svh;
  position: sticky;
  top: 0;
  overflow: hidden;
}
.hero .simpleParallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  z-index: -1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}
.hero .simpleParallax img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero .hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 60px 25px;
  gap: 60px;
  height: 100svh;
}

/* ------------------------------- SCROLL -----------------------------  */
.scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.scroll img {
  background-color: white;
  padding: 18px;
  border-radius: 50px;
  aspect-ratio: 1/1;
}
.scroll small {
  font-weight: 500;
  color: black;
  font-size: 0.45em;
}
.scroll:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/* ------------------------------- SECTIONS -----------------------------  */
section {
  position: sticky;
  top: 0;
  height: 200svh;
}
section .section-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100svh;
}
section#update-section {
  background-color: #f8be46;
}
section#update-section h2 {
  color: #00365f;
  margin-bottom: 60px;
  padding-left: 48px;
}
section#update-section .section-content {
  padding: 12svh 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section#about-section {
  background-color: #00365f;
  height: 100svh;
}
section#about-section h2 {
  color: #f8be46;
}
section#contact-section {
  height: 100svh;
}
section#contact-section .contact-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
}
section#contact-section .section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  padding: 25px;
}

/* ------------------------------- CONTACT -----------------------------  */
.contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  width: 100%;
  padding: 2em;
  background-color: rgba(255, 255, 255, 0.6980392157);
  width: 50%;
  border-radius: 34px;
}
.contact-box#contact-us {
  margin-top: auto;
}
.contact-box h2 {
  color: #00365f;
}
.contact-box p {
  font-size: 1.35em;
  color: black;
}
.contact-box a {
  color: black;
  text-decoration: none;
}

.contact-socials p {
  margin-bottom: 15px;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
}
.socials a {
  text-decoration: none;
}

.shareholders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
  width: 100%;
}
.shareholders img {
  max-width: 167px;
  width: 100%;
  height: auto;
}

/* ------------------------------- ABOUT -----------------------------  */
.about-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.about-grid h2 {
  display: block;
  line-height: 1;
}
.about-grid .about-text {
  width: 56.1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  padding: 40px;
}
.about-grid .about-text p {
  color: white;
  width: 90%;
}
.about-grid .about-img {
  height: 100%;
  width: 43.9%;
  font-size: 0;
}
.about-grid img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.space {
  margin: 10px;
}

/* ------------------------------------------------ Swiper ------------------------------------------------ */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1000/762;
  width: auto;
  overflow: hidden;
  max-width: 1205px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 2.5em;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
  font-size: 16px;
  color: black;
  font-weight: bold;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
  font-size: 16px;
  color: black;
  font-weight: bold;
}

.swiper-button-prev,
.swiper-button-next {
  aspect-ratio: 1/1;
  width: auto;
  background: #f3f4f6;
  border-radius: 50%;
  font-size: 16px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.swiper-button-prev {
  left: 18px;
}

.swiper-button-next {
  right: 18px;
}

footer {
  color: black;
  margin-top: auto;
}
footer p {
  font-size: 1em;
}

/* ------------------------------------------------- Media Queries ----------------------------------------------- */
@media (min-width: 1440px) {
  body {
    font-size: 26px;
  }
}
@media screen and (min-width: 2561px) {
  body {
    font-size: 30px;
  }
  .swiper-slide {
    max-width: 1440px;
  }
  section {
    height: 120svh;
  }
  section .section-content {
    height: 100svh;
  }
  .hero .hero-content {
    padding: 25px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100%;
  }
  .contact-box#contact-us {
    margin-top: auto;
  }
  footer {
    margin-top: auto;
  }
}
@media only screen and (min-width: 3441px), only screen and (min-height: 1441px) {
  /*   body {
    font-size: 32px;
  } */
  .hero {
    position: relative;
    height: 100svh;
  }
  section {
    position: static;
  }
  section .section-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto !important;
  }
  section#contact-section {
    height: auto;
  }
  section#contact-section .section-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  section#about-section {
    height: auto;
  }
  section#update-section {
    height: auto;
  }
  section#update-section .section-content {
    padding: 25px 0;
    padding-bottom: 60px;
  }
  section#update-section h2 {
    padding: 50px;
    padding-bottom: 0;
  }
  .about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .about-grid .about-text {
    padding: 25px;
    width: 100%;
  }
  .about-grid .about-img {
    width: 100%;
    font-size: 0;
    aspect-ratio: unset;
  }
}
@media (max-width: 2560px) {
  .contact-box {
    max-width: 1200px;
    width: 100%;
  }
}
@media (max-width: 1440px) {
  h1 {
    font-size: 3.5em;
  }
}
@media screen and (max-width: 1280px) {
  header .logo {
    width: 130px;
  }
  body {
    font-size: 16px;
  }
  .swiper-slide {
    max-width: 78%;
  }
  section#update-section h2 {
    padding-left: 25px;
  }
}
@media only screen and (min-width: 1025px) and (max-height: 900px) {
  body {
    font-size: 16px;
  }
  header .logo {
    width: 130px;
  }
  .hero {
    position: sticky;
    top: 0;
  }
  .hero .hero-content {
    gap: 40px;
  }
  .swiper-slide {
    max-width: 80%;
  }
  .about-grid .about-text {
    padding: 45px;
    gap: 1.5em;
  }
  .about-grid .about-img {
    font-size: 0;
    aspect-ratio: unset;
    height: 100svh;
  }
  .space {
    display: block;
    margin: 0;
  }
  section#update-section .section-content {
    padding: 15vh 0;
  }
  section#update-section h2 {
    padding-left: 25px;
  }
}
@media only screen and (min-width: 1025px) and (max-height: 700px) {
  section {
    position: static;
    height: auto !important;
  }
  section .section-content {
    height: auto !important;
  }
  section#update-section .section-content {
    height: auto;
    padding: 10vh 0;
  }
  section#update-section h2 {
    padding-left: 25px;
    margin-bottom: 25px;
  }
  .swiper-slide {
    max-width: 45%;
  }
  header.blue-nav .header-content nav a,
  header.blue-nav .header-content nav span {
    color: #00365f;
  }
  header.blue-nav .header-content .logo {
    -webkit-filter: brightness(0) saturate(100%) invert(14%) sepia(82%) saturate(1942%) hue-rotate(187deg) brightness(89%) contrast(101%);
            filter: brightness(0) saturate(100%) invert(14%) sepia(82%) saturate(1942%) hue-rotate(187deg) brightness(89%) contrast(101%);
  }
}
@media only screen and (min-width: 1025px) {
  header.blue-nav .header-content nav a,
  header.blue-nav .header-content nav span {
    color: #00365f;
  }
  header.blue-nav .header-content .logo {
    -webkit-filter: brightness(0) saturate(100%) invert(14%) sepia(82%) saturate(1942%) hue-rotate(187deg) brightness(89%) contrast(101%);
            filter: brightness(0) saturate(100%) invert(14%) sepia(82%) saturate(1942%) hue-rotate(187deg) brightness(89%) contrast(101%);
  }
}
/* @media (hover: hover) and (pointer: fine) {
  .swiper-wrapper a {
    transition: 0.2s ease-in-out;
    z-index: 1000;

    &:hover {
      transform: scale(0.99);
    }
  }
} */
@media only screen and (max-width: 1024px) {
  * {
    scroll-margin-top: 50px;
  }
  h1 {
    font-size: 3em;
  }
  h1 span {
    font-size: 0.5em;
  }
  header .logo {
    width: 100px;
  }
  header .header-content {
    padding: 20px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  header .header-content nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    background-color: #00365f;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.5s opacity ease-in-out;
    transition: 0.5s opacity ease-in-out;
    gap: 15px;
  }
  header .header-content nav a {
    color: white;
    font-size: 1.5em;
  }
  header .header-content nav.active {
    opacity: 1;
    pointer-events: all;
  }
  header .header-content.scrolled {
    background-color: #002745;
    padding: 10px 15px;
  }
  header .header-content.scrolled #close-menu {
    top: 10px;
    right: 15px;
  }
  .divider {
    display: none;
  }
  #open-menu,
  #close-menu {
    display: block;
  }
  #close-menu {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .hero .hero-content {
    padding: 25px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    gap: 35px;
  }
  .hero {
    position: relative;
  }
  section {
    position: static;
    height: auto !important;
  }
  section .section-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto !important;
  }
  section#update-section .section-content {
    padding: 25px 0;
  }
  section#update-section h2 {
    margin-bottom: 20px;
    margin-top: 0;
    padding-left: 0;
    text-align: center;
  }
  .about-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: auto;
  }
  .about-grid .about-text {
    width: 100%;
    padding: 25px !important;
  }
  .about-grid .about-text p {
    width: 100%;
  }
  .about-grid .about-img {
    width: 100%;
  }
  .about-grid .about-img img {
    aspect-ratio: 16/12;
    -o-object-position: center 20%;
       object-position: center 20%;
  }
  .space {
    margin: 0;
  }
}
@media only screen and (max-height: 600px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 2em;
  }
  .hero .hero-content {
    gap: 20px;
  }
  .swiper-slide {
    max-width: 40%;
  }
  .about-grid .about-text {
    padding: 45px;
    gap: 1.5em;
  }
  .about-grid .about-img {
    font-size: 0;
    aspect-ratio: unset;
    height: 100svh;
  }
  .space {
    display: block;
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 2.5em;
    line-height: 1;
  }
  h2 {
    font-size: 2em;
  }
  .contact-box {
    gap: 15px;
  }
  .contact-box p {
    font-size: 1em;
  }
  .swiper-slide {
    max-width: 75%;
  }
  .btn-watch {
    font-size: 0;
  }
  .btn-watch img {
    width: 160px;
    height: auto;
  }
}
@media only screen and (max-width: 600px) {
  .hero .hero-content {
    padding: 20px;
  }
  .shareholders img {
    max-width: 100px;
    width: 100%;
    height: auto;
  }
  .socials {
    gap: 12px;
  }
  .socials a img {
    width: 40px;
    height: 40px;
  }
  h1 {
    line-height: 1.1;
  }
  #break {
    display: block;
  }
}
@media only screen and (max-width: 400px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 2.2em;
  }
  h2 {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 375px) {
  h1 {
    font-size: 2em;
  }
  .hero .hero-content {
    gap: 25px;
  }
  .shareholders img {
    max-width: 80px;
  }
  .contact-box {
    padding: 1.5em;
  }
  .contact-box p {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 300px) {
  .contact-box {
    padding: 1.2em;
  }
  .contact-box p {
    font-size: 0.75em;
  }
}/*# sourceMappingURL=styles.css.map */