body, html {
  background-color: white;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 6rem;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none !important;
}
header::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
header * {
  color: #FFF;
}
header #bar * {
  pointer-events: all !important;
  transition: 0.2s;
}
header.dark-background #bar * {
  color: #05081F;
  fill: #05081F;
}
header .header-element {
  position: fixed;
  top: 2rem;
}
header .header-element.logo {
  transition: all 0.6s ease !important;
}
header .header-element.logo.to-center {
  right: 50%;
  top: 50%;
  margin-right: -11.2rem;
}
header .header-element.logo.to-center .logo {
  width: auto !important;
  height: 16rem !important;
}
@media (max-width: 1000px) {
  header .header-element.logo.to-center {
    margin-right: -8.4rem;
  }
  header .header-element.logo.to-center .logo {
    height: 12rem !important;
  }
}
header #menu-open {
  left: 2rem;
  font-size: 2rem;
  cursor: pointer;
}
header #menu-close {
  left: 2rem;
  font-size: 2rem;
  cursor: pointer;
}
header #menu-logo {
  right: 2rem;
  font-size: 2rem;
  cursor: pointer;
}
header #header-socials {
  left: 50%;
  font-size: 1.8rem;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  height: 3rem;
  gap: 0.75em;
}
header .logo {
  right: 2rem;
  height: 3rem;
}
header .logo svg {
  width: auto;
  height: 100%;
}
header nav {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 8, 31, 0.95);
  pointer-events: all !important;
}
@media (max-width: 1000px) {
  header nav {
    overflow-y: scroll;
  }
}
header nav.show {
  display: block;
}
header nav #nav-menu {
  width: 100%;
  max-width: 1600px;
  margin: auto;
  padding: 2rem;
  padding-top: 10rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
header nav #nav-menu * {
  text-decoration: none;
  color: #FFF !important;
}
@media (max-width: 1000px) {
  header nav #nav-menu {
    padding: 8rem 2rem;
  }
}
header nav #nav-menu .nav-link {
  font-size: 4rem;
  font-weight: 900;
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 600px;
  line-height: 1.25;
}
@media (max-width: 1000px) {
  header nav #nav-menu .nav-link {
    font-size: 2.5rem;
    max-width: unset;
    display: flex;
    flex-direction: column;
  }
}
header nav #nav-menu .nav-link > a {
  opacity: 0.5;
  transition: 0.2s;
}
@media (max-width: 1000px) {
  header nav #nav-menu .nav-link > a {
    opacity: 1;
    margin-top: 1em;
  }
}
header nav #nav-menu .nav-link > a + .sub-pages {
  width: 100%;
  position: absolute;
  left: 100%;
  top: 2rem;
  font-size: 1.7rem;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  font-weight: 200 !important;
}
@media (max-width: 1000px) {
  header nav #nav-menu .nav-link > a + .sub-pages {
    all: unset;
    font-size: 1.25rem;
    padding-top: 0.5em;
    padding-bottom: 1em;
    padding-left: 1em;
    display: flex;
    flex-direction: column;
    gap: 0.5em;
  }
}
header nav #nav-menu .nav-link:hover > a {
  opacity: 1;
}
header nav #nav-menu .nav-link:hover > a + .sub-pages {
  display: flex;
}

footer {
  display: grid;
  grid-template-columns: 1fr 1fr 2.2fr;
  gap: 5rem;
  padding: 2rem;
  width: 100%;
  max-width: 1700px;
  margin: auto;
}
@media (max-width: 1000px) {
  footer {
    grid-template-columns: 1fr;
  }
}
footer .footer-logo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
footer .footer-logo * {
  fill: #FFF !important;
}
footer .footer-logo .logo {
  max-width: 10rem !important;
  width: 100%;
}
footer .copyright {
  font-size: 0.7rem;
}
footer .footer-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 0.8rem;
}
footer .footer-section .link {
  font-size: 0.8rem;
  font-weight: 800;
}
footer .footer-right {
  display: grid;
  grid-template-columns: 0.8fr 1fr 1fr;
  gap: 3rem;
}
@media (max-width: 1000px) {
  footer .footer-right {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 700px) {
  footer .footer-right {
    grid-template-columns: 1fr;
  }
}
footer h6 {
  font-size: 1.1rem;
  font-weight: 900 !important;
  font-style: italic !important;
  margin-bottom: 1.5rem;
}
footer p {
  font-size: 1rem;
}
footer .link *, footer .link {
  border: none !important;
}

strong {
  font-weight: 900;
}

#map-container {
  width: 100%;
  margin: auto;
  height: 100vh;
  max-height: 900px;
  position: relative;
  overflow: hidden;
}
#map-container #map {
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url("/img/map.jpg");
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
#map-container #map-infos {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  transform: translateY(-100%);
  opacity: 0;
  background-color: rgba(0, 49, 102, 0.85);
}
#map-container #map-infos h2 {
  font-weight: 700;
}
#map-container #map-infos .md-tabs {
  margin-left: 0;
  margin-right: 0;
  border-radius: 0.125rem;
}
#map-container .h1before {
  color: #a0a6b7;
}
#map-container .progress {
  background-color: #c9cfdf;
}
#map-container .marine-traffic-infos {
  width: 100%;
  min-height: 300px;
  background-color: rgb(255, 255, 255);
  font-family: "Lato", sans-serif;
}
#map-container .marine-traffic-infos .bold {
  font-weight: 700;
}
#map-container .marine-traffic-infos .extra-bold {
  font-weight: 900;
}
#map-container .marine-traffic-infos p {
  font-size: 1rem;
}
#map-container .marine-traffic-infos label + span {
  font-weight: 700;
}

#map-container .my-custom-scrollbar {
  position: relative;
  max-height: 500px;
  overflow: auto;
}

.table-wrapper-scroll-y {
  display: block;
}

#map-container table {
  margin: 0px;
}
#map-container table.table thead th:nth-of-type(1) {
  width: 50%;
}
#map-container table.table thead th:nth-of-type(2) {
  width: 25%;
}
#map-container table.table thead th:nth-of-type(3) {
  width: 25%;
}

.gm-style-moc {
  display: none !important;
}

:root {
  --dark: #05081F;
  --white: #FFF;
  --light: #FAFAFA;
  --blue: #0158A0;
  --text-color: #05081F;
  --text-color-hover: #FFF;
  --swiper-theme-color: var(--text-color);
}

body,
html {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  scroll-padding-top: 8rem;
}

h1,
.h1 {
  font-family: "paralucen", sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
  margin-bottom: 0.6em;
  line-height: 1.5;
}
h1:empty,
.h1:empty {
  display: none;
}
h1:only-child,
.h1:only-child {
  margin: 0 !important;
}
h1 span:empty,
.h1 span:empty {
  display: none !important;
}
p + h1,
p + .h1 {
  margin-top: 2em;
}

h2,
.h2 {
  font-family: "paralucen", sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
  margin-bottom: 0.6em;
  line-height: 1.5;
}
h2:empty,
.h2:empty {
  display: none;
}
h2:only-child,
.h2:only-child {
  margin: 0 !important;
}
h2 span:empty,
.h2 span:empty {
  display: none !important;
}
p + h2,
p + .h2 {
  margin-top: 2em;
}

h3,
.h3 {
  font-family: "paralucen", sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
  margin-bottom: 0.6em;
  line-height: 1.5;
}
h3:empty,
.h3:empty {
  display: none;
}
h3:only-child,
.h3:only-child {
  margin: 0 !important;
}
h3 span:empty,
.h3 span:empty {
  display: none !important;
}
p + h3,
p + .h3 {
  margin-top: 2em;
}

h4,
.h4 {
  font-family: "paralucen", sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
  margin-bottom: 0.6em;
  line-height: 1.5;
}
h4:empty,
.h4:empty {
  display: none;
}
h4:only-child,
.h4:only-child {
  margin: 0 !important;
}
h4 span:empty,
.h4 span:empty {
  display: none !important;
}
p + h4,
p + .h4 {
  margin-top: 2em;
}

h5,
.h5 {
  font-family: "paralucen", sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
  margin-bottom: 0.6em;
  line-height: 1.5;
}
h5:empty,
.h5:empty {
  display: none;
}
h5:only-child,
.h5:only-child {
  margin: 0 !important;
}
h5 span:empty,
.h5 span:empty {
  display: none !important;
}
p + h5,
p + .h5 {
  margin-top: 2em;
}

h6,
.h6 {
  font-family: "paralucen", sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
  margin-bottom: 0.6em;
  line-height: 1.5;
}
h6:empty,
.h6:empty {
  display: none;
}
h6:only-child,
.h6:only-child {
  margin: 0 !important;
}
h6 span:empty,
.h6 span:empty {
  display: none !important;
}
p + h6,
p + .h6 {
  margin-top: 2em;
}

.hide-empty:empty {
  display: none !important;
}

.blue-sub-headings h4,
.blue-sub-headings h5,
.blue-sub-headings h6 {
  color: #0158A0 !important;
}

.grid-two-rows {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 1000px) {
  .grid-two-rows {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

ul.arrows {
  list-style: none;
  margin: 0;
  margin-bottom: 1em;
  margin-top: 0.5em;
  padding: 0;
  font-size: 1.125rem;
  display: flex;
  flex-direction: column;
  gap: 0.75em;
}
ul.arrows li {
  margin-left: 2em;
  position: relative;
  font-weight: 300;
}
ul.arrows li::before {
  position: absolute;
  top: 0;
  left: -2rem;
  content: "\f054";
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-variant: normal;
  font-style: normal;
  transform: scale(1.33);
}

p {
  font-size: 1.2rem;
  line-height: 1.7;
  font-weight: 300;
  max-width: 850px;
}

a {
  text-decoration: none;
  cursor: pointer;
}

img {
  width: 100%;
  max-width: 100%;
}

* {
  color: var(--text-color);
  scroll-behavior: smooth;
}

.divider {
  background-color: var(--text-color);
  height: 4px;
  width: 100%;
  margin: 2em 0em;
}

.no-case,
.no-case * {
  text-transform: none !important;
}

.dark {
  background-color: #05081F;
  --text-color: #FFF;
  --text-color-hover: #05081F;
}

.white {
  background-color: #FFF;
  --text-color: #05081F;
  --text-color-hover: #FFF;
}

.light {
  background-color: #FAFAFA;
  --text-color: #05081F;
  --text-color-hover: #FAFAFA;
}

.blue {
  background-color: #0158A0 !important;
  --text-color: #FFF;
  --text-color-hover: #0158A0;
}

.transparent {
  background-color: transparent !important;
}

.text-center {
  text-align: center !important;
}

.thin {
  font-weight: 100 !important;
}

.bold,
strong {
  font-weight: 700 !important;
}

section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
section.no-padding {
  padding: 0px !important;
}
@media (max-width: 1000px) {
  section {
    padding: 4rem 0 !important;
  }
}

.heading {
  display: flex;
  flex-direction: column;
  margin: 2rem auto;
}
.heading .heading-top {
  font-weight: 300 !important;
}
.heading .heading-bottom {
  font-weight: 900 !important;
  font-style: italic;
}

img.icon {
  font-size: 1.5rem;
  width: 4em;
  height: 4em;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 1em;
}

.button,
.btn {
  color: var(--text-color);
  border: 2px solid var(--text-color);
  padding: 0.5em 3em;
  margin: 1em 0 !important;
  margin-right: 1em !important;
  display: inline-block;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 1000px;
  display: inline-flex;
  align-items: center;
  width: auto;
  transition: 0.2s;
  cursor: pointer;
  text-align: center;
  --color: var(--text-color);
}
@media (max-width: 1000px) {
  .button,
  .btn {
    padding: 0.5em 1.5em;
    font-size: 0.85em;
  }
}
.button i,
.btn i {
  transition: 0.2s;
  margin-left: 1.5em !important;
}
.button:hover,
.btn:hover {
  --color: var(--text-color-hover);
  background-color: var(--text-color);
}
.button:hover, .button:hover *,
.btn:hover,
.btn:hover * {
  color: var(--text-color-hover);
}
.button.icon-focus,
.btn.icon-focus {
  border: none;
  text-transform: none;
  font-size: 1.3em;
}
.button.icon-focus i,
.btn.icon-focus i {
  border: 2px solid var(--text-color);
  display: inline-block;
  width: 2.2em;
  height: 2.2em;
  padding: 0.5em;
  border-radius: 1000px;
}
.button.icon-focus:hover,
.btn.icon-focus:hover {
  background-color: transparent;
}
.button.icon-focus:hover, .button.icon-focus:hover *,
.btn.icon-focus:hover,
.btn.icon-focus:hover * {
  color: var(--text-color);
}
.button.icon-focus:hover i,
.btn.icon-focus:hover i {
  background-color: var(--text-color);
  color: var(--text-color-hover);
  transform: translateX(50%);
}

.upper {
  text-transform: uppercase;
}

.no-mt, .no-mt > * {
  margin-top: 0 !important;
}

.link {
  color: var(--text-color);
  padding: 0.5em 0em;
  margin-right: 2em !important;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1em;
  text-decoration: none;
  transition: 0.2s;
  font-weight: normal;
  display: flex;
}
.link + .link {
  margin-top: 0.5em;
}
.link i {
  transition: 0.2s;
  margin-right: 1em !important;
  transform: scale(1.3) translateY(25%);
  transform-origin: center;
}
.link.text-only {
  font-weight: 300;
}
.link.text-only .link-text {
  border: none !important;
}
.link .link-text {
  border-bottom: 0.2em solid transparent;
}
.link:hover .link-text {
  border-bottom-color: var(--text-color);
}

@media (min-width: 1000px) {
  .container {
    width: 100% !important;
    max-width: 1400px !important;
  }
  .container.big {
    max-width: 1680px !important;
  }
}

.hero {
  height: 100vh;
  width: 100%;
  display: grid;
  place-content: center;
  background-color: #05081F;
  background-image: none;
  background-position: center;
  background-size: cover;
  position: relative;
  color: white;
}
.hero .gradient {
  height: 47%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #05081F 100%);
}
.hero .content {
  position: relative;
  z-index: 2;
}

.titles {
  font-size: 3rem;
  padding: 1.5em 1em;
  text-align: center;
}
@media (max-width: 1000px) {
  .titles {
    font-size: 1.8rem;
  }
}
.titles h1 {
  font-size: 1em;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.titles h1 .h1 {
  font-size: 0.33em;
  font-weight: 600 !important;
  margin-bottom: 1.5em;
}
.titles h1 .h2,
.titles h1 .h3 {
  font-size: 1em !important;
}
.titles h1 .h2 {
  font-weight: 300 !important;
  margin-bottom: 0em !important;
}
.titles h1 .h3 {
  margin-top: -0.3em;
  font-style: italic !important;
}

.card {
  padding: 5rem 4rem;
  border: none;
  box-shadow: 0px 10px 80px 0px rgba(0, 0, 0, 0.05);
  height: 100%;
  box-sizing: border-box;
}
@media (max-width: 1000px) {
  .card {
    padding: 3rem 2rem;
    display: block;
    height: auto;
    margin: 2rem 0rem;
  }
}
.card p {
  font-size: 1.25rem;
}
.card h2 {
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .card h2 {
    text-align: center;
  }
}
.card h2 .heading-top,
.card h2 .heading-bottom {
  font-size: 2rem !important;
  font-weight: 700 !important;
  display: inline-block;
  width: 100%;
}
.card h2 .heading-top:empty,
.card h2 .heading-bottom:empty {
  display: none;
}
.card h2 .heading-top {
  font-weight: 300 !important;
}
.card h2 .heading-bottom {
  font-style: italic;
}
.card .card-h1-h2-img {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
}
.card .card-h1-h2-img img {
  height: 6rem;
  width: auto;
}
@media (max-width: 1000px) {
  .card .card-h1-h2-img {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}
.card-text-center {
  text-align: center !important;
  align-items: center !important;
}

.row {
  width: calc(100% - var(--bs-gutter-x) * -0.5 * 2);
}

.top-border {
  border-top: 0.5rem solid #05081F !important;
}
.dark .top-border {
  border-color: #0158A0 !important;
}

.textpair {
  font-size: 1rem;
  font-family: "paralucen", sans-serif;
}
.textpair .title {
  font-weight: 900;
  font-size: 1em;
  margin-bottom: 2em;
}
.textpair .content {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 1000px) {
  .textpair .content {
    font-size: 1.7em;
  }
}

.image-pair-section {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.image-pair-section .left,
.image-pair-section .right {
  position: relative;
  width: 50%;
  height: 40vw;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1000px) {
  .image-pair-section .left,
  .image-pair-section .right {
    width: 100%;
    height: 60vw;
  }
}
.image-pair-section .left .image-pair-title {
  right: 0;
  text-align: right;
}
@media (max-width: 1000px) {
  .image-pair-section .left .image-pair-title {
    right: unset;
    left: 1rem;
    bottom: 1rem;
    top: unset;
    text-align: left;
  }
}
.image-pair-section .right .image-pair-title {
  left: 0;
  text-align: left;
}
@media (max-width: 1000px) {
  .image-pair-section .right .image-pair-title {
    right: unset;
    left: 1rem;
    top: 1rem;
    bottom: unset;
    text-align: left;
  }
}
.image-pair-section .image-pair-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  position: absolute;
  top: 75%;
  transform: translateY(-50%);
  height: 12rem;
  min-width: 9rem;
  font-style: italic !important;
  line-height: 1.4;
}
.image-pair-section .image-pair-title .heading-bottom {
  font-weight: 300;
}
@media (max-width: 1000px) {
  .image-pair-section .image-pair-title {
    min-width: 8rem;
    height: 8rem;
    padding: 1rem;
    transform: none;
  }
}

.bullet-enum .bullets.tab,
.bullet-filter .bullets.tab {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #05081F;
}
@media (max-width: 1000px) {
  .bullet-enum .bullets.tab,
  .bullet-filter .bullets.tab {
    flex-wrap: nowrap;
    flex-direction: row;
    overflow-x: scroll;
  }
  .bullet-enum .bullets.tab > *,
  .bullet-filter .bullets.tab > * {
    flex-grow: 1;
    flex-shrink: 0;
    width: auto;
  }
}
.bullet-enum .bullets.tab .bullet,
.bullet-filter .bullets.tab .bullet {
  color: #05081F;
  font-size: 2rem;
  padding-bottom: 1rem;
  border-bottom: 5px solid transparent;
  cursor: pointer;
  font-weight: 400;
  padding-bottom: 4px;
}
.bullet-enum .bullets.tab .bullet.active, .bullet-enum .bullets.tab .bullet:hover,
.bullet-filter .bullets.tab .bullet.active,
.bullet-filter .bullets.tab .bullet:hover {
  border-bottom: 5px solid #0158A0;
}
.bullet-enum .bullets.tab .bullet.active,
.bullet-filter .bullets.tab .bullet.active {
  font-weight: 900 !important;
}
@media (max-width: 1000px) {
  .bullet-enum .bullets.tab .bullet,
  .bullet-filter .bullets.tab .bullet {
    font-size: 1.2rem;
  }
}
.bullet-enum .bullets.bullet,
.bullet-filter .bullets.bullet {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 3rem;
  position: relative;
  padding-bottom: 4px;
}
@media (max-width: 1000px) {
  .bullet-enum .bullets.bullet,
  .bullet-filter .bullets.bullet {
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-right: 3rem;
  }
  .bullet-enum .bullets.bullet > *,
  .bullet-filter .bullets.bullet > * {
    width: auto !important;
    flex-grow: 1;
    flex-shrink: 0;
  }
}
.bullet-enum .bullets.bullet .bullet,
.bullet-filter .bullets.bullet .bullet {
  background-color: #FFF;
  color: #0158A0;
  border: 2px solid #0158A0;
  font-weight: 700;
  padding: 0.25em 1em;
  border-radius: 10000px;
  cursor: pointer;
  font-size: 1.125rem;
  transition: all 0.2s;
}
.bullet-enum .bullets.bullet .bullet.active, .bullet-enum .bullets.bullet .bullet:hover,
.bullet-filter .bullets.bullet .bullet.active,
.bullet-filter .bullets.bullet .bullet:hover {
  background-color: #0158A0;
  color: #FFF;
}
@media (max-width: 1000px) {
  .bullet-enum .bullets.bullet .bullet,
  .bullet-filter .bullets.bullet .bullet {
    font-size: 0.8rem;
  }
}
.bullet-enum .content,
.bullet-filter .content {
  position: relative;
  transition: height 0.5s;
  margin-top: 7rem;
}
@media (max-width: 1000px) {
  .bullet-enum .content,
  .bullet-filter .content {
    margin-top: 2rem;
  }
}
.bullet-enum .content .bullet-enum-item,
.bullet-filter .content .bullet-enum-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
  transition-delay: 0.1s;
}
.bullet-enum .content .bullet-enum-item.active,
.bullet-filter .content .bullet-enum-item.active {
  height: auto;
  overflow: unset;
  opacity: 1;
  pointer-events: all;
  transition-delay: 0.3s;
}

.history {
  display: grid;
  grid-template-columns: 200px auto;
  gap: 2rem;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1000px) {
  .history {
    grid-template-columns: 1fr;
  }
}
.history .history-nav {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 2rem;
  text-align: left;
}
@media (max-width: 1000px) {
  .history .history-nav {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.history .history-nav .history-nav-item {
  cursor: pointer;
  color: #05081F;
  font-size: 1rem;
  font-weight: 700;
  opacity: 0.5;
  width: 100%;
}
@media (max-width: 1000px) {
  .history .history-nav .history-nav-item {
    width: auto;
  }
}
.history .history-nav .history-nav-item.active {
  opacity: 1;
  text-decoration: underline;
}
.history .histories {
  height: 100%;
  max-height: 800px;
  min-height: 600px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1000px) {
  .history .histories {
    max-height: 75vh;
    overflow-y: scroll;
  }
}
.history .histories .history-item {
  display: grid;
  grid-template-columns: 250px 50px auto;
  gap: 2rem;
  padding: 4rem;
  opacity: 0.5;
}
@media (max-width: 1000px) {
  .history .histories .history-item {
    grid-template-columns: 1fr;
    padding: 1rem;
    opacity: 1;
  }
}
.history .histories .history-item.active {
  background-color: rgba(1, 88, 160, 0.05);
  opacity: 1;
}
.history .histories .history-item.active .history-bar::before {
  display: block;
}
.history .histories .history-item .history-bar {
  position: relative;
  height: 100%;
}
@media (max-width: 1000px) {
  .history .histories .history-item .history-bar {
    display: none;
  }
}
.history .histories .history-item .history-bar::after {
  content: "";
  position: absolute;
  left: 0;
  top: -4rem;
  width: 1px;
  background-color: #05081F;
  height: calc(100% + 8rem);
}
.history .histories .history-item .history-bar::before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 28.2828px;
  height: 50px;
  background-color: #05081F;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0% 100%);
          clip-path: polygon(0 0, 100% 50%, 0% 100%);
}
.history .histories .history-item .history-image {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1000px) {
  .history .histories .history-item .history-image {
    order: 2;
  }
}
.history .histories .history-item .history-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0.2em;
}
@media (max-width: 1000px) {
  .history .histories .history-item .content p {
    font-size: 1rem;
  }
}

.topic-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 1.5rem;
  margin: 1.5em auto;
  border: 2px solid var(--text-color);
  font-size: 0.9rem;
}
.topic-box * {
  color: var(--text-color);
}
.topic-box h5 {
  font-size: 1.1em;
  margin-bottom: 0;
}

.swiper {
  width: 100%;
}
.swiper .swiper-wrapper {
  padding-bottom: 2rem;
}
.swiper .swiper-wrapper .swiper-slide {
  min-height: 400px;
}
.swiper [class^=swiper-button] {
  font-size: 1rem;
  width: 4em;
  height: 4em;
  text-align: center;
  line-height: 0;
  background-color: #05081F;
  color: white;
  border-radius: 1000px;
  cursor: pointer;
}
.swiper [class^=swiper-button]::after {
  font-size: 2em !important;
}
@media (max-width: 1000px) {
  .swiper [class^=swiper-button] {
    font-size: 0.66rem;
  }
}

thead * {
  font-weight: 900 !important;
}

form input,
form textarea,
form select {
  width: 100%;
  border-radius: 1rem;
  border: 1px solid #05081F;
  padding: 1em;
}
form input[aria-invalid=true],
form textarea[aria-invalid=true],
form select[aria-invalid=true] {
  border: 3px solid red;
}
form input::-moz-placeholder, form textarea::-moz-placeholder, form select::-moz-placeholder {
  color: lightgray !important;
}
form input::placeholder,
form textarea::placeholder,
form select::placeholder {
  color: lightgray !important;
}
form input *, form input,
form textarea *,
form textarea,
form select *,
form select {
  color: #05081F;
}
form label {
  display: block;
  width: 100%;
  font-weight: 900;
  margin-bottom: 1em;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1rem;
}
form .col-12 {
  padding: 1rem;
  margin-bottom: 1.5em;
}
form .validation-message {
  margin-top: 0.5em;
}

.response-message {
  padding: 1rem;
  border-radius: 0.5rem;
}
.response-message.success {
  background: palegreen;
  color: green;
}
.response-message.error {
  background-color: lightpink;
  color: darkred;
}

@media (min-width: 768px) {
  .md-reverse-order > :nth-child(1) {
    order: 2;
  }
  .md-reverse-order > :nth-child(2) {
    order: 1;
  }
}

.dropdown {
  width: 100%;
  margin-bottom: 1rem;
}
.dropdown.active i {
  transform: rotate(180deg);
}
.dropdown.active .content {
  grid-template-rows: 1fr;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.dropdown i {
  transition: 0.5s;
}
.dropdown .dropdown-heading {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  font-size: 1.2rem;
  cursor: pointer;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #0158A0;
}
.dropdown .dropdown-heading * {
  color: #0158A0;
}
.dropdown .content {
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.5s;
  box-sizing: padding-box;
  margin-bottom: 0rem;
}
.dropdown .content .inner {
  overflow: hidden;
}

table td {
  font-weight: 400;
}

.ship-heading {
  display: grid;
  grid-template-columns: 200px 200px 200px 1fr;
  gap: 1rem;
  font-weight: 400;
}
@media (max-width: 1000px) {
  .ship-heading {
    grid-template-columns: 1fr;
    gap: 0.2em;
  }
  .ship-heading > span {
    font-size: 0.8rem;
  }
}

.ship-details {
  width: 100%;
  font-size: 1.2rem;
}
.ship-details td {
  padding: 0.5rem;
  font-size: 1rem;
}
@media (max-width: 700px) {
  .ship-details tr {
    display: flex;
    flex-direction: column;
  }
}

.team h1 {
  line-height: 1.3;
}
.team .row {
  margin-bottom: 10rem;
}
.team img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
}

.scroll-more {
  width: auto;
  position: absolute;
  bottom: 8rem;
  right: 8rem;
  transform: rotate(-90deg) translateX(100%);
  transform-origin: right;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1em;
}
@media (max-width: 1000px) {
  .scroll-more {
    display: none;
    bottom: 4rem;
    right: 4rem;
  }
}
.scroll-more .right {
  color: var(--text-color);
  font-weight: 300;
  font-size: 1em;
}
.scroll-more .left {
  height: 0.1em;
  width: 6em;
  background-color: var(--text-color);
  margin-top: 0.5em;
  position: relative;
}
.scroll-more .left::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  transform: scaleY(3);
  transform-origin: center;
  background-color: var(--text-color);
  animation: scroll-more 3s ease-out infinite forwards;
}

@keyframes scroll-more {
  from {
    right: 0%;
  }
  75% {
    right: 30%;
  }
  to {
    right: 30%;
  }
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 1em;
  height: 1em;
}

.loader {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  margin: 0 auto;
  position: relative;
  text-indent: -9999em;
  border-top: 0.1em solid rgba(var(--color), 0.2);
  border-right: 0.1em solid rgba(var(--color), 0.2);
  border-bottom: 0.1em solid rgba(var(--color), 0.2);
  border-left: 0.1em solid var(--color);
  transform: translateZ(0);
  animation: load8 0.7s infinite linear;
}

@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#accept-maps-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  width: -moz-max-content;
  width: max-content;
  max-width: 90vw;
  padding: 2rem;
  --text-color: white;
  text-align: center;
  border-radius: 1rem;
  transform: translate(-50%, -50%);
  animation: show-map-accept-dialog 1s 1.5s forwards;
  opacity: 0;
}

#maps-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/img/map-preview.jpg");
  background-size: cover;
  background-position: center;
  filter: blur(5px);
}

@keyframes show-map-accept-dialog {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 1000px) {
  .contact-grid {
    gap: 1rem;
    grid-template-columns: 1fr !important;
  }
  .contact-grid .full-span {
    grid-column: unset !important;
  }
}
.contact-grid .full-span {
  grid-column: 1/3;
}/*# sourceMappingURL=style.css.map */