@import url(https://use.typekit.net/nxu5zpg.css);
@font-face {
    font-family: "icons";
    src: url(../fonts/icons.eot?1a45fc65a909c2d26aab12d38d073fda#iefix) format("embedded-opentype"),
url(../fonts/icons.woff2?64bcd4f3644a67e3efc1c3583759b8ef) format("woff2"),
url(../fonts/icons.woff?d58e43970e4aedbd042dd3a177caad4e) format("woff");
}

i[class^="icon-"]:before, i[class*=" icon-"]:before {
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
    content: "\f101";
}
.icon-arrow-left:before {
    content: "\f102";
}
.icon-arrow-right:before {
    content: "\f103";
}
.icon-close:before {
    content: "\f104";
}
.icon-envelope:before {
    content: "\f105";
}
.icon-pdf:before {
    content: "\f106";
}
.icon-warning:before {
    content: "\f107";
}

/**/
/**/
/**/
.btn-arrow {
  color: #fff;
  font-size: 0.75rem;
  padding-top: 3px;
  line-height: 1;
  font-weight: 700;
  padding-right: 50px;
  position: relative;
  display: inline-block;
}
.btn-arrow i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-10px, -50%);
  transition: transform ease-in-out 250ms;
}
.btn-arrow i::before {
  font-size: 1.4rem;
}
.btn-arrow:hover i {
  transform: translate(0px, -50%);
}

@media only screen and (min-width: 1369px) {
  .btn-arrow {
    font-size: 0.875rem;
  }
  .btn-arrow i::before {
    font-size: 1.8rem;
  }
}
.error-page .logo {
  height: 80px;
  max-width: 100%;
}

.footer {
  margin: -15px 20px 0px;
  position: relative;
  z-index: 1;
}
.footer .footer-bg {
  padding: 30px 20px;
  background: linear-gradient(128deg, #295993 14.7%, #072a54 79.96%);
}

.footer-logo {
  width: 80px;
  margin: 0 auto;
}

.footer-logos {
  flex-flow: column;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer-logos > li {
  margin-top: 10px;
  padding-top: 10px;
  position: relative;
}
.footer-logos > li::before {
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translateX(-50%);
  background-color: #fff;
}
.footer-logos > li:nth-child(1) {
  margin-top: 0px;
  padding-top: 0px;
}
.footer-logos > li:nth-child(1)::before {
  content: unset;
}
.footer-logos .footer-logos-image {
  width: 120px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-logos .footer-logos-image img {
  max-width: 100%;
  max-height: 100%;
}
.footer-logos .footer-logos-text {
  margin-top: 10px;
  text-align: center;
}
.footer-logos .footer-logos-text p {
  color: #fff;
  font-size: 0.4375rem;
}

.footer-menu {
  text-align: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  align-items: center;
}
.footer-menu > li {
  display: block;
  margin-top: 20px;
  font-size: 0;
}
.footer-menu > li:first-child {
  margin-top: 0px;
}
.footer-menu > li > a, .footer-menu > li > button {
  font-family: "roboto-condensed", sans-serif;
  display: inline-block;
  line-height: 1;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  position: relative;
  transition-property: color;
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
}
.footer-menu > li > a:hover, .footer-menu > li > a.active, .footer-menu > li > button:hover, .footer-menu > li > button.active {
  color: #2bf2ff;
}

.terms-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.terms-menu li {
  line-height: 1;
  position: relative;
  padding-left: 7px;
  margin-left: 6px;
}
.terms-menu li a,
.terms-menu li button {
  color: #fff;
  font-size: 0.5rem;
  letter-spacing: 0.08rem;
  font-weight: 400;
  transition: opacity 250ms ease-in-out;
  padding: 0;
}
.terms-menu li a:hover, .terms-menu li a.active,
.terms-menu li button:hover,
.terms-menu li button.active {
  opacity: 0.5;
}
.terms-menu li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  background-color: #fff;
  height: 70%;
  width: 1px;
}
.terms-menu li:nth-child(1) {
  padding-left: 0px;
  margin-left: 0px;
}
.terms-menu li:nth-child(1)::before {
  content: unset;
}

.copyrights {
  font-family: Arial;
  font-size: 0.5rem;
  letter-spacing: 0.08rem;
  color: #c0c2c5;
  text-align: center;
}
.copyrights span {
  opacity: 1;
}
.copyrights a {
  position: relative;
  color: #c0c2c5;
  opacity: 1;
  transition: color 250ms ease-out;
}
.copyrights a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0px;
  width: 0%;
  height: 1px;
  background: #2bf2ff;
  transition: all 250ms ease-out;
}
.copyrights a:hover {
  color: #2bf2ff;
}
.copyrights a:hover::after {
  width: 100%;
}

.with-cookies .footer .footer-bg {
  padding: 30px 20px 130px;
}

@media only screen and (min-width: 576px) {
  .footer .footer-bg {
    padding: 20px 30px;
  }
  .footer-menu {
    flex-flow: row;
  }
  .footer-menu > li {
    margin-top: 0px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .footer-logos {
    flex-flow: row;
    justify-content: center;
  }
  .footer-logos > li {
    margin-top: 0px;
    padding-top: 0px;
    margin-left: 20px;
    padding-left: 20px;
  }
  .footer-logos > li::before {
    width: 1px;
    height: 60%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .footer-logos > li:nth-child(1) {
    margin-left: 0px;
    padding-left: 0px;
  }
  .footer-logos .footer-logos-text {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .footer .footer-bg {
    padding: 30px 35px 20px;
  }
  .footer-menu {
    flex-flow: column;
    align-items: flex-start;
  }
  .footer-menu > li {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
  }
  .footer-logos {
    justify-content: flex-end;
  }
  .footer-logos > li {
    margin-left: 30px;
    padding-left: 30px;
  }
  .footer-logos > li:nth-child(1) {
    margin-left: 0px;
    padding-left: 0px;
  }
  .terms-menu {
    justify-content: flex-start;
  }
  .copyrights {
    text-align: right;
  }
  .with-cookies .footer .footer-bg {
    padding: 30px 35px 110px;
  }
}
@media only screen and (min-width: 992px) {
  .footer .footer-bg {
    padding: 30px 65px 20px;
  }
  .footer-logos > li {
    margin-left: 55px;
    padding-left: 55px;
  }
}
@media only screen and (min-width: 1200px) {
  .with-cookies .footer .footer-bg {
    padding: 30px 35px 20px;
  }
}
[v-cloak] {
  display: none !important;
}

button {
  background: transparent;
  border: none;
}

body {
  overflow-anchor: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.my-vh-20 {
  margin-top: 20vh;
  margin-bottom: 20vh;
}

.mt-vh-35 {
  margin-top: 35vh;
}

.pt-vh-35 {
  padding-top: 35vh;
}

.vh-300 {
  height: 300vh;
}

.min-h-100 {
  min-height: 100%;
}

.fs-fix {
  font-size: 0;
}

.position-sticky {
  top: 78px;
}

[class^=z-],
[class*=z-] {
  position: relative;
}

@media only screen and (min-width: 576px) {
  .position-sticky {
    top: 78px;
  }
}
@media only screen and (min-width: 768px) {
  .position-md-sticky {
    position: sticky;
    top: 78px;
    z-index: 2;
  }
}
@media only screen and (min-width: 1200px) {
  .position-sticky {
    top: 88px;
  }
}
@media only screen and (min-width: 1369px) {
  .min-vh-xxl-100 {
    min-height: 100vh;
  }
  .pt-xxl-vh-20 {
    padding-top: 20vh !important;
  }
  .pb-xxl-vw-22 {
    padding-bottom: 22vw !important;
  }
  .pb-xxl-vw-40 {
    padding-bottom: 40vw !important;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  padding: 0px;
  transition-property: transform, padding;
  transition-duration: 250ms;
  transition-timing-function: ease-out;
}
.header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 250ms ease-in-out;
}
.header .logo-wrapper {
  position: relative;
  max-width: 100%;
  width: 210px;
  height: 38px;
  transition: all 250ms ease-out;
}
.header .logo-wrapper .logo-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.header .logo-wrapper .logo-link .logo,
.header .logo-wrapper .logo-link .logo-primary {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  transition: opacity 250ms ease-out;
}
.header .logo-wrapper .logo-link .logo-primary {
  opacity: 0;
}
.header .btn-menu {
  text-align: right;
  width: 60px;
  height: 23px;
  position: relative;
}
.header .btn-menu span {
  background: #fff;
  height: 2px;
  display: block;
  position: absolute;
  right: 0;
  transition: all 250ms ease-out;
}
.header .btn-menu span:nth-child(1) {
  top: 0;
  width: 50px;
}
.header .btn-menu span:nth-child(2) {
  top: calc(50% - 1px);
  width: 45px;
}
.header .btn-menu span:nth-child(3) {
  top: calc(100% - 3px);
  width: 40px;
}
.header .event-wrapper {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  width: 100%;
  display: flex;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  transition: background 250ms ease-in-out, opacity 250ms ease-in-out;
}
.header .event-wrapper .event-title {
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.header .event-wrapper .event-title .event-title-icon {
  background-color: #f03636;
  font-size: 0;
  width: 32px;
  height: 32px;
  position: relative;
}
.header .event-wrapper .event-title .event-title-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.header .event-wrapper .event-title .event-title-icon i::before {
  font-size: 1rem;
}
.header .event-wrapper .event-title p {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #f03636;
  white-space: nowrap;
  margin-left: 5px;
  line-height: 1;
  margin-top: 2px;
}
.header .event-wrapper .marquee-text-wrap .marquee-text-content .marquee-text-text {
  padding: 0 5px;
  font-size: 0.625rem;
  color: #0b295e;
}
.header .event-wrapper .event-button {
  margin-left: 5px;
  background-color: #f03636;
  font-size: 0.5625rem;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  letter-spacing: 0;
  padding: 10px 10px 8px;
}
.header.page-scrolled::before {
  opacity: 1;
}
.header.page-scrolled .logo-wrapper .logo-link .logo-primary {
  opacity: 0;
}
.header.page-scrolled .logo-wrapper .logo-link .logo-primary {
  opacity: 1;
}
.header.page-scrolled .btn-menu span {
  background: #0b295e;
}
.header.page-scrolled .event-wrapper {
  box-shadow: 0px 0px 1px 0px #0b295e;
}
.header.menu-open .btn-menu span {
  top: 50%;
}
.header.menu-open .btn-menu span:nth-child(1) {
  transform: rotateZ(-45deg);
}
.header.menu-open .btn-menu span:nth-child(2) {
  opacity: 0;
}
.header.menu-open .btn-menu span:nth-child(3) {
  transform: rotateZ(45deg);
  width: 50px;
}
.header.menu-open .event-wrapper {
  opacity: 0;
  visibility: hidden;
}

@media only screen and (min-width: 576px) {
  .header {
    padding: 30px 30px;
  }
  .header .event-wrapper {
    border-radius: 20px;
    padding: 6px 6px;
  }
  .header .event-wrapper .event-title {
    margin-right: 15px;
  }
  .header .event-wrapper .event-title .event-title-icon {
    width: 48px;
    border-radius: 20px 0px 0px 20px;
  }
  .header .event-wrapper .event-title .event-title-icon i {
    right: 12px;
    transform: translateY(-50%);
  }
  .header .event-wrapper .event-title p {
    font-size: 0.6875rem;
    margin-left: 10px;
  }
  .header .event-wrapper .marquee-text-wrap .marquee-text-content .marquee-text-text {
    padding: 0 10px;
  }
  .header .event-wrapper .event-button {
    margin-left: 15px;
    border-radius: 0px 20px 20px 0px;
    padding: 10px 17px 8px 14px;
  }
  .header.page-scrolled {
    padding: 20px 30px;
  }
}
@media only screen and (min-width: 768px) {
  .header {
    padding: 30px 40px;
  }
  .header.page-scrolled {
    padding: 20px 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .header {
    padding: 30px 60px;
  }
  .header.page-scrolled {
    padding: 25px 60px;
  }
}
.main-menu {
  text-align: left;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
}
.main-menu > li {
  display: block;
  margin-left: 30px;
  font-size: 0;
}
.main-menu > li:first-child {
  margin-left: 0px;
}
.main-menu > li > a, .main-menu > li > button {
  font-family: "roboto-condensed", sans-serif;
  display: inline-block;
  line-height: 1;
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  position: relative;
  transition-property: color;
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
}
.main-menu > li > a:hover, .main-menu > li > a.active, .main-menu > li > button:hover, .main-menu > li > button.active {
  color: #2bf2ff;
}

.page-scrolled .main-menu > li > a, .page-scrolled .main-menu > li > button {
  color: #0b295e;
}
.page-scrolled .main-menu > li > a:hover, .page-scrolled .main-menu > li > a.active, .page-scrolled .main-menu > li > button:hover, .page-scrolled .main-menu > li > button.active {
  color: #2bf2ff;
}

.mobile-menu-wrapper {
  padding-top: calc(80px + 10vh);
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 115px;
  height: 100vh;
  position: relative;
  text-align: center;
  background-image: url(../images/menu-bg.jpg?c0bcaa79d2a23b2eacb8e4aa41f7b232);
  background-size: cover;
  background-position: 50% 50%;
}
.mobile-menu-wrapper::before {
  content: "";
  background-color: rgba(11, 41, 94, 0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mobile-menu-wrapper .badge-menu {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(25%, -50%);
  max-width: 40%;
  max-height: 100%;
}

.menus-wrapper {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  overflow: auto;
  position: relative;
}
.menus-wrapper .mobile-menu {
  text-align: left;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: left;
}
.menus-wrapper .mobile-menu > li {
  display: block;
  margin-top: 40px;
}
.menus-wrapper .mobile-menu > li:first-child {
  margin-top: 0px;
}
.menus-wrapper .mobile-menu > li > a, .menus-wrapper .mobile-menu > li > button {
  display: inline-block;
  line-height: 1;
  font-family: "roboto-condensed", sans-serif;
  font-size: calc(1.3125rem + 1vmin);
  letter-spacing: 0.05rem;
  font-weight: 500;
  color: #fff;
  position: relative;
  transition-property: color;
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
}
@media (min-width: 900px) and (min-height: 900px) {
  .menus-wrapper .mobile-menu > li > a, .menus-wrapper .mobile-menu > li > button {
    font-size: 1.875rem;
  }
}
.menus-wrapper .mobile-menu > li > a:hover, .menus-wrapper .mobile-menu > li > a.active, .menus-wrapper .mobile-menu > li > button:hover, .menus-wrapper .mobile-menu > li > button.active {
  color: #2bf2ff;
}
.menus-wrapper .mobile-menu > li > a:hover::after, .menus-wrapper .mobile-menu > li > a.active::after, .menus-wrapper .mobile-menu > li > button:hover::after, .menus-wrapper .mobile-menu > li > button.active::after {
  width: 100%;
}

@media only screen and (min-width: 576px) {
  .mobile-menu-wrapper {
    padding-top: calc(80px + 15vh);
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .mobile-menu-wrapper {
    padding-top: calc(80px + 20vh);
  }
}
@media only screen and (min-width: 1200px) {
  .main-menu > li {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 1369px) {
  .main-menu > li > a, .main-menu > li > button {
    font-size: 1.25rem;
  }
}
.modal {
  height: 100vh;
}

.modal-header {
  justify-content: center;
  position: relative;
  margin-bottom: 50px;
}
.modal-header .btn-modal-close {
  border: 3px solid #fff;
  border-radius: 50%;
  z-index: 5;
  width: 40px;
  height: 40px;
  position: relative;
  transition-property: opacity;
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
}
.modal-header .btn-modal-close i {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-header .btn-modal-close i::before {
  font-size: 1rem;
}
.modal-header .btn-modal-close:hover {
  opacity: 0.5;
}

.modal-body .modal-logo {
  width: 140px;
}

html:not(.device) ::-webkit-scrollbar {
  width: 3px;
}
html:not(.device) ::-webkit-scrollbar-track {
  background: #ebebeb;
}
html:not(.device) ::-webkit-scrollbar-thumb {
  background: #0b295e;
  border-radius: 0px;
}
html:not(.device) ::-webkit-scrollbar-thumb:hover {
  background: #000103;
}
html:not(.device) html {
  scrollbar-color: #0b295e #ebebeb;
  scrollbar-width: thin;
}

@media only screen and (min-width: 992px) {
  html:not(.device) ::-webkit-scrollbar {
    width: 8px;
  }
  html:not(.device) ::-webkit-scrollbar-thumb {
    border-radius: 0px;
  }
}
::-moz-selection {
  color: #fff;
  background: #0b295e;
  opacity: 1;
}

::selection {
  color: #fff;
  background: #0b295e;
  opacity: 1;
}

.table {
  width: 100%;
}
.table .tr {
  display: flex;
  justify-content: space-between;
}
.table .tr .th,
.table .tr .td {
  width: 100%;
}
.table .thead {
  display: none;
}
.table .tbody .tr {
  flex-flow: column;
}
.table .tbody .tr .td {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-align: right;
  font-weight: 300;
}
.table .tbody .tr .td::before {
  font-weight: 700;
  content: attr(data-title);
  margin-right: 10px;
}
.table.table-fleet {
  position: relative;
}
.table.table-fleet .tbody {
  padding: 0px 20px;
}
.table.table-fleet .tbody .tr {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.table.table-fleet .tbody .tr .td {
  font-size: 0.8rem;
}
.table.table-fleet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(128deg, #295993 14.7%, #072a54 79.96%);
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  .table-md .thead {
    display: block;
  }
  .table-md .tbody .tr {
    flex-flow: row;
    align-items: center;
  }
  .table-md .tbody .tr .td {
    flex-flow: column;
    align-items: flex-start;
    text-align: center;
  }
  .table-md .tbody .tr .td::before {
    content: unset;
  }
  .table-md.table-fleet .thead .tr .th:nth-child(1),
  .table-md.table-fleet .thead .tr .td:nth-child(1),
  .table-md.table-fleet .tbody .tr .th:nth-child(1),
  .table-md.table-fleet .tbody .tr .td:nth-child(1) {
    width: 17%;
  }
  .table-md.table-fleet .thead .tr .th:nth-child(2),
  .table-md.table-fleet .thead .tr .td:nth-child(2),
  .table-md.table-fleet .tbody .tr .th:nth-child(2),
  .table-md.table-fleet .tbody .tr .td:nth-child(2) {
    width: 17%;
  }
  .table-md.table-fleet .thead .tr .th:nth-child(3),
  .table-md.table-fleet .thead .tr .td:nth-child(3),
  .table-md.table-fleet .tbody .tr .th:nth-child(3),
  .table-md.table-fleet .tbody .tr .td:nth-child(3) {
    width: 15%;
  }
  .table-md.table-fleet .thead .tr .th:nth-child(4),
  .table-md.table-fleet .thead .tr .td:nth-child(4),
  .table-md.table-fleet .tbody .tr .th:nth-child(4),
  .table-md.table-fleet .tbody .tr .td:nth-child(4) {
    width: 15%;
  }
  .table-md.table-fleet .thead .tr .th:nth-child(5),
  .table-md.table-fleet .thead .tr .td:nth-child(5),
  .table-md.table-fleet .tbody .tr .th:nth-child(5),
  .table-md.table-fleet .tbody .tr .td:nth-child(5) {
    width: 22%;
  }
  .table-md.table-fleet .thead .tr .th:nth-child(6),
  .table-md.table-fleet .thead .tr .td:nth-child(6),
  .table-md.table-fleet .tbody .tr .th:nth-child(6),
  .table-md.table-fleet .tbody .tr .td:nth-child(6) {
    width: 14%;
  }
  .table-md.table-fleet .thead {
    padding: 20px 10px;
  }
  .table-md.table-fleet .thead::before {
    left: -15px;
    right: -15px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #0b295e;
    box-shadow: 0px 4px 41px 0px rgba(0, 0, 0, 0.25);
    z-index: 2;
  }
  .table-md.table-fleet .thead .tr {
    position: relative;
    z-index: 3;
  }
  .table-md.table-fleet .thead .tr .th {
    font-size: 0.8125rem;
    text-align: center;
    font-weight: 700;
    font-family: "roboto-condensed", sans-serif;
  }
  .table-md.table-fleet .tbody {
    padding: 20px 10px;
    z-index: 1;
  }
  .table-md.table-fleet .tbody .tr {
    margin-bottom: 0;
    padding: 20px 0px;
    align-items: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .table-md.table-fleet .tbody .tr .td {
    align-items: center;
    font-size: 0.6rem;
    padding: 0px 5px;
  }
}
@media only screen and (min-width: 992px) {
  .table-md.table-fleet .thead::before {
    left: -25px;
    right: -25px;
  }
}
@media only screen and (min-width: 1200px) {
  .table-md.table-fleet .thead {
    padding: 20px 20px;
  }
  .table-md.table-fleet .tbody {
    padding: 20px 30px;
  }
}
@media only screen and (min-width: 1369px) {
  .table-md.table-fleet .thead::before {
    left: -40px;
    right: -40px;
  }
  .table-md.table-fleet .thead .tr .th {
    font-size: 0.9375rem;
  }
  .table-md.table-fleet .tbody .tr {
    padding: 30px 0px;
  }
  .table-md.table-fleet .tbody .tr .td {
    font-size: 0.7rem;
  }
}
.mask-from-bottom {
  overflow: hidden;
}
.mask-from-bottom span {
  display: inline-block;
  opacity: 0;
  transform: translateY(calc(100% + 6px));
}

.text-from-left > * {
  opacity: 0;
  transform: translateX(-50px);
}

.text-from-bottom > * {
  opacity: 0;
  transform: translateY(50px);
}

.fade-enter-active,
.fade-leave-active {
  transition: all 250ms ease-out;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "roboto-condensed", sans-serif;
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  font-weight: 600;
}

hr {
  border-top: 1px solid #fff;
  margin: 5px auto;
  opacity: 1;
}
hr.secondary {
  border-color: #2bf2ff;
}
hr.tiny {
  width: 30px;
}
hr.thick {
  border-width: 2px;
}

.text-dynamic h1,
.text-dynamic h2,
.text-dynamic h3,
.text-dynamic h4,
.text-dynamic h5,
.text-dynamic h6,
.text-dynamic .h1,
.text-dynamic .h2,
.text-dynamic .h3,
.text-dynamic .h4,
.text-dynamic .h5,
.text-dynamic .h6,
.text-dynamic p,
.text-dynamic li {
  color: #fff;
}
.text-dynamic p,
.text-dynamic li {
  letter-spacing: 0.05rem;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 400;
}
.text-dynamic p {
  margin-bottom: 15px;
}
.text-dynamic ul,
.text-dynamic ol {
  padding: 0px 0px 0px 20px;
  margin-bottom: 15px;
}

.text-terms h1,
.text-terms h2,
.text-terms h3,
.text-terms h4,
.text-terms h5,
.text-terms h6,
.text-terms .h1,
.text-terms .h2,
.text-terms .h3,
.text-terms .h4,
.text-terms .h5,
.text-terms .h6,
.text-terms p,
.text-terms li {
  color: #444444;
}
.text-terms h1,
.text-terms h2,
.text-terms h3,
.text-terms h4,
.text-terms h5,
.text-terms h6,
.text-terms .h1,
.text-terms .h2,
.text-terms .h3,
.text-terms .h4,
.text-terms .h5,
.text-terms .h6 {
  color: #0b295e;
}
.text-terms h5,
.text-terms .h5 {
  font-size: calc(1.275rem + 0.4vmin);
  margin-bottom: 20px;
}
@media (min-width: 900px) and (min-height: 900px) {
  .text-terms h5,
  .text-terms .h5 {
    font-size: 1.5rem;
  }
}
.text-terms h6,
.text-terms .h6 {
  font-size: 1.2rem;
  margin-top: 40px;
  margin-bottom: 10px;
}
.text-terms p,
.text-terms li {
  font-size: 0.75rem;
  margin-bottom: 15px;
}
.text-terms ul,
.text-terms ol {
  padding: 0px 0px 0px 20px;
  margin-bottom: 15px;
}
.text-terms a {
  text-decoration: underline;
}
.text-terms a:hover {
  text-decoration: none;
}

i[class^=icon-],
i[class*=" icon-"] {
  font-size: 0;
}

i.icon-sm[class^=icon-]::before,
i.icon-sm[class*=" icon-"]::before {
  font-size: 1.2rem;
}

i.icon-xl[class^=icon-]::before,
i.icon-xl[class*=" icon-"]::before {
  font-size: calc(1.545rem + 4.72vmin);
}
@media (min-width: 900px) and (min-height: 900px) {
  i.icon-xl[class^=icon-]::before,
  i.icon-xl[class*=" icon-"]::before {
    font-size: 4.2rem;
  }
}

/**/
.content-wrapper {
  position: relative;
}

.bg-video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 1;
}

.bg-full {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}

.overlay-gradient::before, .overlay-gradient::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  mix-blend-mode: multiply;
  z-index: 1;
  transition: opacity 250ms ease-in-out;
}
.overlay-gradient::after {
  opacity: 0;
  background: linear-gradient(180deg, rgba(11, 41, 94, 0.87) 0%, rgba(11, 41, 94, 0.7) 100%);
}
.overlay-gradient::before {
  opacity: 1;
  background: linear-gradient(180deg, rgba(11, 41, 94, 0.7) 0%, rgba(11, 41, 94, 0) 100%);
}
.overlay-gradient.bg-fixed::before, .overlay-gradient.bg-fixed::after {
  height: 100vh;
}
.overlay-gradient.activated::before {
  opacity: 0;
}
.overlay-gradient.activated::after {
  opacity: 1;
}

.opacity-transition {
  transition: opacity 250ms ease-in-out;
}

.btn-hero-scroll {
  position: absolute;
  z-index: 999;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.btn-hero-scroll #wheel {
  animation: scroll ease 2s infinite;
}
.btn-hero-scroll span {
  display: block;
  font-size: 0.6rem;
  color: #fff;
  margin-top: 5px;
}

@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(60px);
  }
}
.title-part {
  position: relative;
}
.title-part .part {
  position: absolute;
  top: 50%;
  right: calc(100% + 20px);
  transform: translateY(-50%);
  font-family: "roboto-condensed", sans-serif;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.1rem;
}
.title-part .part span {
  color: #fff;
  font-size: calc(1.2625rem + 0.2vmin);
}
@media (min-width: 900px) and (min-height: 900px) {
  .title-part .part span {
    font-size: 1.375rem;
  }
}

.about-carousel-wrapper .about-carousel-slide {
  max-width: 460px;
  padding-bottom: 150px;
  opacity: 0.3;
  margin-left: 35px;
  position: relative;
}
.about-carousel-wrapper .about-carousel-slide::before {
  content: "";
  position: absolute;
  left: -42px;
  top: 35px;
  width: 1px;
  height: calc(100% - 50px);
  background-color: rgba(255, 255, 255, 0.5);
}

.line-about {
  position: absolute;
  top: 50%;
  left: -7px;
  height: 100px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}

.counter {
  text-align: center;
  position: relative;
}
.counter .counter-value {
  font-size: calc(1.7rem + 7.2vmin);
  font-weight: 800;
  line-height: 0.8;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 900px) and (min-height: 900px) {
  .counter .counter-value {
    font-size: 5.75rem;
  }
}
.counter .counter-descr {
  font-family: "roboto-condensed", sans-serif;
  font-size: calc(1.2625rem + 0.2vmin);
}
@media (min-width: 900px) and (min-height: 900px) {
  .counter .counter-descr {
    font-size: 1.375rem;
  }
}

.animation-width-hr {
  width: 0%;
}

.table-tag {
  background-color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  font-family: "roboto-condensed", sans-serif;
  color: #0b295e;
  font-weight: 700;
  padding: 6px 32px;
  position: relative;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
}
.table-tag::before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 10px;
  height: 10px;
  background-color: #fff;
}

.esg-reports {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
.esg-reports > li {
  padding: 0 30px;
  position: relative;
}
.esg-reports > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 60%;
  background-color: #fff;
}
.esg-reports > li:nth-child(1)::before {
  content: unset;
}
.esg-reports > li a {
  text-align: center;
  color: #0b295e;
  transition: color 250ms ease-in-out;
}
.esg-reports > li a i {
  color: #fff;
}
.esg-reports > li a .esg-report-arrow {
  position: relative;
  top: 2px;
  transition: top 250ms ease-in-out;
}
.esg-reports > li a .esg-report-arrow::before {
  color: #0b295e;
  font-size: 0.4rem;
  transition: color 250ms ease-in-out;
}
.esg-reports > li a:hover {
  color: #fff;
}
.esg-reports > li a:hover .esg-report-arrow {
  top: 5px;
}
.esg-reports > li a:hover .esg-report-arrow::before {
  color: #0b295e;
}

.box-multiply {
  position: relative;
}
.box-multiply::before {
  content: "";
  display: block;
  background-color: rgba(10, 34, 81, 0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.sea-circle-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: -20%;
}
.sea-circle-container .sea-circle-wrapper {
  width: 210%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.sea-circle-container .sea-circle-wrapper .sea-circle {
  width: 100%;
  padding-top: 100%;
}
.sea-circle-container .sea-circle-wrapper .sea-circle .circles {
  width: 95%;
  padding-top: 95%;
}
.sea-circle-container .sea-circle-wrapper .sea-circle .bg-circle {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sea-circle-container .sea-circle-wrapper .sea-circle .bg-circle .bg-image-component {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.excellences-wrapper {
  margin: 200px 0px;
  position: relative;
}
.excellences-wrapper .excellences-bg-wrapper {
  padding: 35% 0px;
  position: absolute;
  transform: translateY(50%);
  bottom: 50px;
  left: 0;
  right: 0;
  overflow: hidden;
}
.excellences-wrapper .excellences-bg-wrapper .excellences-bg {
  top: calc(50% + 1.55vw);
  opacity: 0.2;
  position: absolute;
  left: 50%;
  width: calc(100% + 400px);
  transform: translate(-50%, -50%);
}
.excellences-wrapper .excellences-bg-wrapper .excellences-bg img {
  width: 100%;
}
.excellences-wrapper .excellences-title {
  bottom: calc(100% + 10px);
  display: inline-block;
  text-align: left;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.excellences-wrapper .excellences-title .excellences-title-top {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 3px;
}
.excellences-wrapper .excellences-title .excellences-title-top::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 28px;
  width: calc(100% - 28px);
  height: 1px;
  background-color: #2bf2ff;
}
.excellences-wrapper .excellences-title .excellences-title-top .excellences-number {
  color: #2bf2ff;
  font-size: calc(2.0125rem + 12.2vmin);
  font-weight: 800;
  font-family: "roboto-condensed", sans-serif;
  line-height: 0.8;
}
@media (min-width: 900px) and (min-height: 900px) {
  .excellences-wrapper .excellences-title .excellences-title-top .excellences-number {
    font-size: 8.875rem;
  }
}
.excellences-wrapper .excellences-title .excellences-title-top .excellences-number-append {
  color: #2bf2ff;
  font-size: calc(1.3125rem + 1vmin);
  font-weight: 800;
  font-family: "roboto-condensed", sans-serif;
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 900px) and (min-height: 900px) {
  .excellences-wrapper .excellences-title .excellences-title-top .excellences-number-append {
    font-size: 1.875rem;
  }
}
.excellences-wrapper .excellences-title .excellences-title-top .excellences-number-append::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0px;
  width: 40px;
  height: 8px;
  background-color: #2bf2ff;
}
.excellences-wrapper .excellences-title .excellences-title-bottom {
  position: relative;
  left: 28px;
}
.excellences-wrapper .excellences-title .excellences-title-bottom p {
  font-size: calc(1.35rem + 1.6vmin);
  font-family: "roboto-condensed", sans-serif;
  font-weight: 800;
  color: #2bf2ff;
  line-height: 1;
}
@media (min-width: 900px) and (min-height: 900px) {
  .excellences-wrapper .excellences-title .excellences-title-bottom p {
    font-size: 2.25rem;
  }
}
.excellences-wrapper .excellences-carousel {
  display: flex;
  position: relative;
}
.excellences-wrapper .excellences-carousel::before {
  bottom: 50px;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #2bf2ff;
}
.excellences-wrapper .excellences-carousel .excellences {
  width: 100%;
}
.excellences-wrapper .excellences-carousel .excellences .excellence {
  padding-right: 10px;
  width: 80%;
  height: 100%;
  transform: translateX(36%);
}
.excellences-wrapper .excellences-carousel .excellences .excellence .excellence-content {
  height: 100%;
  display: flex;
  flex-flow: column;
  padding-right: 100px;
  opacity: 0.3;
  transition: opacity 500ms ease-in-out;
}
.excellences-wrapper .excellences-carousel .excellences .excellence .excellence-content p {
  font-size: 0.8125rem;
}
.excellences-wrapper .excellences-carousel .excellences .excellence .excellence-content .line {
  display: block;
  width: 1px;
  height: 100%;
  min-height: 30px;
  margin: 5px 2px;
  background-color: #2bf2ff;
}
.excellences-wrapper .excellences-carousel .excellences .excellence .excellence-content .excellence-number p {
  font-family: "roboto-condensed", sans-serif;
  font-weight: 600;
  font-size: calc(1.2625rem + 0.2vmin);
  letter-spacing: 0.3rem;
}
@media (min-width: 900px) and (min-height: 900px) {
  .excellences-wrapper .excellences-carousel .excellences .excellence .excellence-content .excellence-number p {
    font-size: 1.375rem;
  }
}
.excellences-wrapper .excellences-carousel .excellences .excellence .excellence-content .excellence-number p span {
  font-size: 0.9375rem;
  letter-spacing: 0.3rem;
  opacity: 0.5;
}
.excellences-wrapper .excellences-carousel .excellences .excellence.swiper-slide-active .excellence-content {
  opacity: 1;
}
.excellences-wrapper .carousel-nav {
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  transform: translate(-50%);
  display: flex;
}
.excellences-wrapper .carousel-nav .carousel-button-prev,
.excellences-wrapper .carousel-nav .carousel-button-next {
  margin: 0 10px;
}
.excellences-wrapper .carousel-nav .carousel-button-prev i::before,
.excellences-wrapper .carousel-nav .carousel-button-next i::before {
  font-size: 2.5rem !important;
}
.excellences-wrapper .carousel-nav .carousel-button-prev.swiper-button-disabled,
.excellences-wrapper .carousel-nav .carousel-button-next.swiper-button-disabled {
  opacity: 0.2;
}

.services-wrapper {
  position: relative;
}
.services-wrapper .active-service,
.services-wrapper .services button {
  text-align: left;
  width: 100%;
  display: block;
}
.services-wrapper .active-service .title,
.services-wrapper .active-service .descr,
.services-wrapper .services button .title,
.services-wrapper .services button .descr {
  padding-left: 20px;
  padding-right: 20px;
}
.services-wrapper .active-service .title,
.services-wrapper .services button .title {
  color: #fff;
  font-size: 1.25rem;
  font-family: "roboto-condensed", sans-serif;
  font-weight: 600;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.services-wrapper .active-service .title .sep,
.services-wrapper .services button .title .sep {
  width: 100%;
  background-color: #fff;
  height: 1px;
  position: absolute;
  top: 100%;
  left: 0;
}
.services-wrapper .active-service .title i,
.services-wrapper .services button .title i {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
.services-wrapper .active-service .title i::before,
.services-wrapper .services button .title i::before {
  color: #fff;
  font-size: calc(1.3125rem + 1vmin);
}
@media (min-width: 900px) and (min-height: 900px) {
  .services-wrapper .active-service .title i::before,
  .services-wrapper .services button .title i::before {
    font-size: 1.875rem;
  }
}
.services-wrapper .active-service .descr,
.services-wrapper .services button .descr {
  padding-top: 20px;
}
.services-wrapper .active-service {
  position: absolute;
  left: 0;
  z-index: 1;
  opacity: 0;
  top: 0;
}
.services-wrapper .active-service .title .sep {
  width: 0;
}
.services-wrapper .active-service .descr {
  opacity: 0;
  color: #fff;
  font-size: 15px;
  text-align: justify;
}
.services-wrapper .active-service.activated {
  position: relative;
}
.services-wrapper .services {
  display: none;
}
.services-wrapper .services button {
  position: relative;
}
.services-wrapper .services button:hover i {
  transition: transform 250ms ease-in-out;
}
.services-wrapper .services.activated {
  display: block;
}

.line-contact {
  position: absolute;
  bottom: 185px;
  left: calc(6.25% + 250px + 10px);
  width: 250px;
  height: 280px;
  transform: translate(-100%, 0%);
}

@media only screen and (min-width: 576px) {
  .esg-reports > li {
    padding: 0 60px;
  }
  .sea-circle-container .sea-circle-wrapper {
    width: 130%;
  }
  .excellences-wrapper .excellences-title {
    bottom: calc(100% + 20px);
  }
  .excellences-wrapper .excellences-carousel .excellences .excellence {
    width: 70%;
    transform: translateX(38%);
  }
}
@media only screen and (min-width: 768px) {
  .sea-circle-container .sea-circle-wrapper {
    width: 105%;
  }
  .excellences-wrapper {
    margin: 250px 0px 25vw;
  }
  .line-contact {
    left: calc(18.75% + 200px - 7vw + 10px);
    width: calc(200px - 7vw);
  }
}
@media only screen and (min-width: 992px) {
  .sea-circle-container .sea-circle-wrapper {
    width: 90%;
  }
  .excellences-wrapper .excellences-carousel .excellences .excellence {
    width: 620px;
    transform: translateX(39%);
  }
}
@media only screen and (min-width: 1200px) {
  .sea-circle-container {
    margin-top: -30%;
  }
}
@media only screen and (min-width: 1369px) {
  .sea-circle-container {
    margin-top: -35%;
  }
  .sea-circle-container .sea-circle-wrapper {
    width: 80%;
  }
  .excellences-wrapper .excellences-carousel .excellences .excellence .excellence-content p {
    font-size: 0.9375rem;
  }
  .line-contact {
    left: calc(18.75% + 200px - 7vw + 10px);
    width: calc(200px - 7vw);
  }
}
@media only screen and (min-width: 1700px) {
  .sea-circle-container {
    margin-top: -30%;
  }
  .sea-circle-container .sea-circle-wrapper {
    width: 65%;
  }
  .services-wrapper .active-service .title,
  .services-wrapper .services button .title {
    font-size: calc(1.28125rem + 0.5vmin);
  }
}
@media only screen and (min-width: 1700px) and (min-width: 900px) and (min-height: 900px) {
  .services-wrapper .active-service .title,
  .services-wrapper .services button .title {
    font-size: 1.5625rem;
  }
}

/*# sourceMappingURL=styles.css.map*/