@import url(https://use.typekit.net/ywh1doj.css);
@font-face {
    font-family: "icons";
    src: url(../fonts/icons.eot?137fd4987df5a0fcb1a3b906ce29341a#iefix) format("embedded-opentype"),
url(../fonts/icons.woff2?5874b6aed78e8e4413a2374ff6a8cdc9) format("woff2"),
url(../fonts/icons.woff?45f2c4f54f23fc0635dfad0b5bcaabcc) 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-close:before {
    content: "\f101";
}
.icon-envelope:before {
    content: "\f102";
}
.icon-file:before {
    content: "\f103";
}

/**/
/**/
/**/
.btn-primary,
.btn-outline {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.01rem;
  padding: 18px 30px;
  transition: all 250ms ease-out;
  position: relative;
  display: inline-block;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-radius: 50px;
  min-width: 100px;
}

.btn-outline {
  color: #fff;
  border-color: #fff;
}
.btn-outline:hover {
  background-color: #fff;
  color: #2aa248;
}

.error-page .logo {
  height: 80px;
  max-width: 100%;
}

.footer {
  padding: 30px 45px;
}
.footer.with-cookies {
  padding-bottom: 130px;
}

.link-footer {
  color: #fff;
  transition: color 250ms ease-in-out;
}
.link-footer:hover {
  color: #1bfa53;
}

.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: 10px;
  margin-left: 10px;
  font-size: 0;
}
.terms-menu li a,
.terms-menu li button {
  color: #fff;
  font-size: 0.55rem;
  font-weight: 500;
  transition: opacity 250ms ease-in-out;
  padding: 0;
  opacity: 1;
}
.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.625rem;
  letter-spacing: 0.05rem;
  color: #fff;
  text-align: center;
}
.copyrights span {
  opacity: 0.5;
}
.copyrights a {
  position: relative;
  color: #fff;
  opacity: 0.5;
  transition: opacity 250ms ease-out;
}
.copyrights a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0px;
  width: 0%;
  height: 1px;
  background: #fff;
  transition: all 250ms ease-out;
}
.copyrights a:hover {
  opacity: 1;
}
.copyrights a:hover::before {
  width: 100%;
}

.page-about .link-footer,
.page-fleet .link-footer,
.page-contact .link-footer {
  color: #2aa248;
}
.page-about .link-footer:hover,
.page-fleet .link-footer:hover,
.page-contact .link-footer:hover {
  color: #1bfa53;
}
.page-about .terms-menu li::before,
.page-fleet .terms-menu li::before,
.page-contact .terms-menu li::before {
  background-color: #2aa248;
}
.page-about .terms-menu li a,
.page-about .terms-menu li button,
.page-fleet .terms-menu li a,
.page-fleet .terms-menu li button,
.page-contact .terms-menu li a,
.page-contact .terms-menu li button {
  color: #2aa248;
}
.page-about .copyrights,
.page-fleet .copyrights,
.page-contact .copyrights {
  color: #2aa248;
}
.page-about .copyrights a,
.page-fleet .copyrights a,
.page-contact .copyrights a {
  color: #2aa248;
}

@media only screen and (min-width: 768px) {
  .terms-menu {
    justify-content: flex-start;
  }
  .copyrights {
    text-align: right;
  }
}
@media only screen and (min-width: 992px) {
  .footer {
    padding: 30px 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer.with-cookies {
    padding-bottom: 30px;
  }
}
[v-cloak] {
  display: none !important;
}

button {
  background: transparent;
  border: none;
}

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

.bg-image-component {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

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

@media only screen and (min-width: 1369px) {
  .w-xxl-unset {
    width: unset !important;
  }
}
@media only screen and (min-width: 1680px) {
  .flex-xxxl-row {
    flex-flow: row !important;
  }
}
.pt-header {
  padding-top: 108px;
}

.header {
  padding: 30px 35px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition-property: transform;
  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: #2aa248;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 250ms ease-in-out;
  z-index: -1;
}
.header .logo-wrapper {
  width: 115px;
  height: 48px;
  position: relative;
  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-white {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  transition: opacity 250ms ease-out;
}
.header .logo-wrapper .logo-link .logo {
  opacity: 0;
}
.header .btn-menu {
  text-align: right;
  width: 35px;
  height: 8px;
  position: relative;
}
.header .btn-menu span {
  background: #1bfa53;
  height: 2px;
  display: block;
  position: absolute;
  right: 0;
  transition: all 250ms ease-out;
}
.header .btn-menu span:nth-child(1) {
  top: 0;
  width: 100%;
}
.header .btn-menu span:nth-child(2) {
  top: 100%;
  width: 80%;
}
.header.page-scrolled {
  mix-blend-mode: none;
}
.header.page-scrolled::before {
  opacity: 1;
}
.header.page-scrolled.menu-open::before {
  opacity: 0;
}

.header-stock {
  color: #fff;
  font-size: 0.625rem;
}

.page-about .header::before,
.page-fleet .header::before,
.page-contact .header::before {
  background-color: #fff;
}
.page-about .header .logo-wrapper .logo-link .logo-white,
.page-fleet .header .logo-wrapper .logo-link .logo-white,
.page-contact .header .logo-wrapper .logo-link .logo-white {
  opacity: 0;
}
.page-about .header .logo-wrapper .logo-link .logo,
.page-fleet .header .logo-wrapper .logo-link .logo,
.page-contact .header .logo-wrapper .logo-link .logo {
  opacity: 1;
}
.page-about .header-stock,
.page-fleet .header-stock,
.page-contact .header-stock {
  color: #2aa248;
}

.header.menu-open {
  mix-blend-mode: normal;
}
.header.menu-open .logo-wrapper .logo-link .logo-white {
  opacity: 1;
}
.header.menu-open .logo-wrapper .logo-link .logo {
  opacity: 0;
}
.header.menu-open .header-stock {
  color: #fff;
}
.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) {
  transform: rotateZ(45deg);
  width: 100%;
}

@media only screen and (min-width: 576px) {
  .pt-header {
    padding-top: 120px;
  }
  .header .logo-wrapper {
    width: 145px;
    height: 60px;
  }
  .header-stock {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 768px) {
  .pt-header {
    padding-top: 120px;
  }
  .header {
    padding: 40px 45px;
  }
}
@media only screen and (min-width: 992px) {
  .pt-header {
    padding-top: 160px;
  }
  .header {
    padding: 50px 70px;
  }
}
.response-wrapper {
  position: relative;
  max-width: 100%;
  padding-top: 35px;
  margin: 2px auto;
}
.response-wrapper .response-msg {
  position: absolute;
  top: 0;
  right: 0%;
  color: #000;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  height: 100%;
}
.response-wrapper .response-msg img {
  height: 14px;
  margin-right: 6px;
  margin-bottom: 2px;
}
.response-wrapper .response-msg.error {
  background-color: #ffca00;
}
.response-wrapper .response-msg.success {
  background-color: #2aa248;
}

.error-msg {
  position: absolute;
  right: 0px;
  top: 0;
  font-size: 0.45rem;
  letter-spacing: 0.02rem;
  color: #000;
  background-color: #ffca00;
  padding: 2px 6px;
  z-index: 5;
}

.input-wrapper {
  position: relative;
}
.input-wrapper label {
  font-family: inter-variable, sans-serif;
  font-size: 0.75rem;
  color: #fff;
  display: block;
  font-weight: 400;
  letter-spacing: 0rem;
  cursor: pointer;
  margin-bottom: 0px;
  line-height: 1;
}
.input-wrapper input[type=text],
.input-wrapper input[type=email],
.input-wrapper input[type=password],
.input-wrapper input[type=search]:not(.vs__search),
.input-wrapper input[type=number] {
  font-family: inter-variable, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0rem;
  line-height: 1;
  color: #fff;
  width: 100%;
  border-width: 0px 0px 1px 0px;
  border-color: #fff;
  border-style: solid;
  border-radius: 0px;
  padding: 10px 20px;
  background-color: transparent;
  -webkit-appearance: none;
}
.input-wrapper input[type=text]:focus,
.input-wrapper input[type=email]:focus,
.input-wrapper input[type=password]:focus,
.input-wrapper input[type=search]:not(.vs__search):focus,
.input-wrapper input[type=number]:focus {
  outline: none;
}
.input-wrapper input[type=text]::-webkit-input-placeholder,
.input-wrapper input[type=email]::-webkit-input-placeholder,
.input-wrapper input[type=password]::-webkit-input-placeholder,
.input-wrapper input[type=search]:not(.vs__search)::-webkit-input-placeholder,
.input-wrapper input[type=number]::-webkit-input-placeholder {
  letter-spacing: 0rem;
  font-size: 0.75rem;
  color: #000;
}
.input-wrapper input[type=text]::-moz-placeholder,
.input-wrapper input[type=email]::-moz-placeholder,
.input-wrapper input[type=password]::-moz-placeholder,
.input-wrapper input[type=search]:not(.vs__search)::-moz-placeholder,
.input-wrapper input[type=number]::-moz-placeholder {
  letter-spacing: 0rem;
  font-size: 0.75rem;
  color: #000;
}
.input-wrapper input[type=text]:-ms-input-placeholder,
.input-wrapper input[type=email]:-ms-input-placeholder,
.input-wrapper input[type=password]:-ms-input-placeholder,
.input-wrapper input[type=search]:not(.vs__search):-ms-input-placeholder,
.input-wrapper input[type=number]:-ms-input-placeholder {
  letter-spacing: 0rem;
  font-size: 0.75rem;
  color: #000;
}
.input-wrapper input[type=text]:-moz-placeholder,
.input-wrapper input[type=email]:-moz-placeholder,
.input-wrapper input[type=password]:-moz-placeholder,
.input-wrapper input[type=search]:not(.vs__search):-moz-placeholder,
.input-wrapper input[type=number]:-moz-placeholder {
  letter-spacing: 0rem;
  font-size: 0.75rem;
  color: #000;
}
.input-wrapper input[type=text]::-webkit-outer-spin-button, .input-wrapper input[type=text]::-webkit-inner-spin-button,
.input-wrapper input[type=email]::-webkit-outer-spin-button,
.input-wrapper input[type=email]::-webkit-inner-spin-button,
.input-wrapper input[type=password]::-webkit-outer-spin-button,
.input-wrapper input[type=password]::-webkit-inner-spin-button,
.input-wrapper input[type=search]:not(.vs__search)::-webkit-outer-spin-button,
.input-wrapper input[type=search]:not(.vs__search)::-webkit-inner-spin-button,
.input-wrapper input[type=number]::-webkit-outer-spin-button,
.input-wrapper input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-wrapper input[type=number] {
  -moz-appearance: textfield;
}
.input-wrapper input:disabled,
.input-wrapper select:disabled {
  opacity: 0.7;
}
.input-wrapper .error-msg {
  top: 0px;
  transform: translateY(-50%);
}
.input-wrapper.has-error label {
  color: #ffca00;
}
.input-wrapper.has-error input[type=email],
.input-wrapper.has-error input[type=text],
.input-wrapper.has-error input[type=password],
.input-wrapper.has-error input[type=search],
.input-wrapper.has-error input[type=number] {
  border-color: #ffca00;
}
.input-wrapper.label-float label {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  transition: all 250ms ease-out;
  z-index: 1;
}
.input-wrapper.label-float.has-value label {
  top: calc(0% - 0.28125rem);
  left: 0;
  transform: translateY(0%);
  color: #a2a29f;
  font-size: 0.5625rem;
}

.checkbox-wrapper {
  display: inline-flex;
  align-items: center;
  padding-left: 25px;
  position: relative;
  cursor: pointer;
  font-size: 0.625rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.checkbox-wrapper label {
  margin-bottom: 0px;
  cursor: pointer;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0rem;
}
.checkbox-wrapper label a,
.checkbox-wrapper label button {
  color: #fff;
  transition: all 250ms ease-out;
  text-decoration: underline;
}
.checkbox-wrapper input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.checkbox-wrapper .checkbox {
  position: absolute;
  top: 50%;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-radius: 0px;
  transform: translateY(-50%);
}
.checkbox-wrapper .checkbox::before {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 7px;
  height: 11px;
  border: solid #2aa248;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkbox-wrapper input:checked ~ .checkbox::before {
  display: block;
}
.checkbox-wrapper button {
  text-decoration: underline;
}
.checkbox-wrapper button:hover {
  text-decoration: none;
}
.checkbox-wrapper .error-msg {
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  font-size: 0.625rem;
  color: #ffca00;
}
.checkbox-wrapper.has-error {
  color: #ffca00;
}
.checkbox-wrapper.has-error .checkbox {
  background-color: #ffca00;
}
.checkbox-wrapper.has-error label a,
.checkbox-wrapper.has-error label button {
  transition: all 0ms ease-out;
  color: #ffca00;
}

.btn-submit {
  position: relative;
  color: #fff;
  padding: 18px 30px;
  transition-property: background-color, color;
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
  line-height: 1;
  border: 1px solid #fff;
  border-radius: 50px;
  font-size: 0.75rem;
}
.btn-submit:hover {
  background-color: #fff;
  color: #2aa248;
}
.btn-submit.loading {
  background: #1bfa53;
}
.btn-submit.loading span {
  opacity: 0;
}
.btn-submit.loading .loader {
  opacity: 1;
}
.btn-submit.loading .loader span {
  opacity: 1;
}

.main-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: none;
  align-items: center;
}
.main-menu li {
  margin-left: 65px;
}
.main-menu li a,
.main-menu li button {
  color: #fff;
  font-weight: 600;
  transition: color 250ms ease-in-out;
}
.main-menu li a:hover,
.main-menu li button:hover {
  color: #1bfa53;
}
.main-menu li a.disabled,
.main-menu li button.disabled {
  pointer-events: none;
  opacity: 0.3;
}

.mobile-menu-wrapper {
  padding: 108px 10vw 50px;
  background: linear-gradient(35deg, #1bfa53 0%, #2aa248 80%);
  height: 100%;
}
.mobile-menu-wrapper .menus-wrapper {
  margin-top: 80px;
}
.mobile-menu-wrapper .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;
}
.mobile-menu-wrapper .menus-wrapper .mobile-menu > li {
  display: block;
  margin-top: 40px;
}
.mobile-menu-wrapper .menus-wrapper .mobile-menu > li:first-child {
  margin-top: 0px;
}
.mobile-menu-wrapper .menus-wrapper .mobile-menu > li > a, .mobile-menu-wrapper .menus-wrapper .mobile-menu > li > button {
  display: inline-block;
  line-height: 1;
  font-size: calc(1.325rem + 1.2vmin);
  font-weight: 300;
  color: #fff;
  position: relative;
  transition-property: color;
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
}
@media (min-width: 900px) and (min-height: 900px) {
  .mobile-menu-wrapper .menus-wrapper .mobile-menu > li > a, .mobile-menu-wrapper .menus-wrapper .mobile-menu > li > button {
    font-size: 2rem;
  }
}
.mobile-menu-wrapper .menus-wrapper .mobile-menu > li > a.disabled, .mobile-menu-wrapper .menus-wrapper .mobile-menu > li > button.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.mobile-menu-wrapper .menus-wrapper .mobile-menu > li > a::before, .mobile-menu-wrapper .menus-wrapper .mobile-menu > li > button::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 1px;
  background-color: #fff;
  transition-property: bottom, width;
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
}
.mobile-menu-wrapper .menus-wrapper .mobile-menu > li > a:hover, .mobile-menu-wrapper .menus-wrapper .mobile-menu > li > a.active, .mobile-menu-wrapper .menus-wrapper .mobile-menu > li > button:hover, .mobile-menu-wrapper .menus-wrapper .mobile-menu > li > button.active {
  color: #fff;
}
.mobile-menu-wrapper .menus-wrapper .mobile-menu > li > a:hover::before, .mobile-menu-wrapper .menus-wrapper .mobile-menu > li > a.active::before, .mobile-menu-wrapper .menus-wrapper .mobile-menu > li > button:hover::before, .mobile-menu-wrapper .menus-wrapper .mobile-menu > li > button.active::before {
  width: 100%;
}
.mobile-menu-wrapper .menus-wrapper .mobile-menu > li > button {
  position: relative;
  padding-right: 40px;
}
.mobile-menu-wrapper .menus-wrapper .mobile-menu > li > button .symbol {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  opacity: 1;
}
.mobile-menu-wrapper .menus-wrapper .mobile-menu > li > button .symbol::before, .mobile-menu-wrapper .menus-wrapper .mobile-menu > li > button .symbol::after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: height 250ms ease-out;
}
.mobile-menu-wrapper .menus-wrapper .mobile-menu > li > button .symbol::before {
  height: 0px;
}
.mobile-menu-wrapper .menus-wrapper .mobile-menu > li > button .symbol::after {
  height: 2px;
  width: 100%;
}
.mobile-menu-wrapper .menus-wrapper .mobile-menu > li > button.collapsed .symbol::before {
  width: 2px;
  height: 100%;
  transition: height 250ms ease-out;
}
.mobile-menu-wrapper .menus-wrapper .mobile-menu .submenu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  padding: 20px 0px 0px 20px;
}
.mobile-menu-wrapper .menus-wrapper .mobile-menu .submenu > li {
  margin-bottom: 10px;
}
.mobile-menu-wrapper .menus-wrapper .mobile-menu .submenu > li > a, .mobile-menu-wrapper .menus-wrapper .mobile-menu .submenu > li > button {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
}
.mobile-menu-wrapper .menus-wrapper .mobile-menu .submenu > li > a.active, .mobile-menu-wrapper .menus-wrapper .mobile-menu .submenu > li > button.active {
  color: #fff;
}

.page-about .main-menu li a,
.page-about .main-menu li button,
.page-about .main-menu li a,
.page-about .main-menu li button,
.page-fleet .main-menu li a,
.page-fleet .main-menu li button,
.page-fleet .main-menu li a,
.page-fleet .main-menu li button,
.page-contact .main-menu li a,
.page-contact .main-menu li button,
.page-contact .main-menu li a,
.page-contact .main-menu li button {
  color: #2aa248;
}
.page-about .main-menu li a:hover,
.page-about .main-menu li button:hover,
.page-about .main-menu li a:hover,
.page-about .main-menu li button:hover,
.page-fleet .main-menu li a:hover,
.page-fleet .main-menu li button:hover,
.page-fleet .main-menu li a:hover,
.page-fleet .main-menu li button:hover,
.page-contact .main-menu li a:hover,
.page-contact .main-menu li button:hover,
.page-contact .main-menu li a:hover,
.page-contact .main-menu li button:hover {
  color: #1bfa53;
}

@media only screen and (min-width: 992px) {
  .main-menu {
    display: flex;
  }
}
.modal {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.modal-header {
  justify-content: center;
  position: relative;
}
.modal-header .btn-modal-close {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  z-index: 5;
  position: relative;
  transform: translateY(50%);
  transition-property: opacity;
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
}
.modal-header .btn-modal-close i {
  color: #da2128;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-header .btn-modal-close i::before {
  font-size: calc(1.275rem + 0.4vmin);
}
@media (min-width: 900px) and (min-height: 900px) {
  .modal-header .btn-modal-close i::before {
    font-size: 1.5rem;
  }
}
.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: #eee;
}
html:not(.device) ::-webkit-scrollbar-thumb {
  background: #1bfa53;
  border-radius: 0px;
}
html:not(.device) ::-webkit-scrollbar-thumb:hover {
  background: rgb(3.7553648069, 171.2446351931, 45.8154506438);
}
html:not(.device) html {
  scrollbar-color: #1bfa53 #eee;
  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: #1bfa53;
  opacity: 1;
}

::selection {
  color: #fff;
  background: #1bfa53;
  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-wrap: wrap;
}
.table .tbody .tr .td {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
.table.table-fleet {
  max-width: 370px;
  position: relative;
}
.table.table-fleet .thead .tr .th p {
  display: inline-block;
  color: #2aa248;
  font-weight: 700;
  font-size: 0.875rem;
  background-color: #1bfa53;
  line-height: 1;
  padding: 3px 35px;
}
.table.table-fleet .tbody .tr {
  box-shadow: 0px 14px 10px rgba(0, 0, 0, 0.16);
  padding: 40px 20px 15px;
  border-radius: 19px;
  position: relative;
  margin-bottom: 50px;
}
.table.table-fleet .tbody .tr .td {
  color: #2aa248;
  font-size: 0.9375rem;
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: 1.5;
  padding-left: 5px;
}
.table.table-fleet .tbody .tr .td:nth-child(1) {
  justify-content: center;
  padding-left: 0px;
  width: 100%;
}
.table.table-fleet .tbody .tr .td::before {
  background-color: #1bfa53;
  font-size: 0.6875rem;
  color: #2aa248;
  font-weight: 700;
  position: relative;
  padding: 2px 10px;
  white-space: nowrap;
  margin-bottom: 3px;
}
.table.table-fleet .tbody .tr .td:nth-child(2) {
  width: 100%;
}
.table.table-fleet .tbody .tr .td:nth-child(2)::before {
  content: "TYPE:";
}
.table.table-fleet .tbody .tr .td:nth-child(3) {
  width: 50%;
}
.table.table-fleet .tbody .tr .td:nth-child(3)::before {
  content: "DWT (MT):";
}
.table.table-fleet .tbody .tr .td:nth-child(4) {
  width: 50%;
}
.table.table-fleet .tbody .tr .td:nth-child(4)::before {
  content: "BUILT:";
}
.table.table-fleet .tbody .tr .td:nth-child(5)::before {
  content: "SHIPYARD:";
}
.table.table-fleet .tbody .tr .td:nth-child(6)::before {
  content: "COUNTRY BUILT:";
}
.table.table-fleet .tbody .tr .td .flag {
  position: relative;
}
.table.table-fleet .tbody .tr .td .flag img:nth-child(1) {
  width: 26px;
}
.table.table-fleet .tbody .tr .td .flag img:nth-child(2) {
  width: 24px;
  height: 15px;
  position: absolute;
  left: 1px;
  top: 2px;
}

@media only screen and (min-width: 992px) {
  .table.table-lg .thead {
    display: block;
  }
  .table.table-lg .tbody .tr {
    flex-flow: row;
  }
  .table.table-lg .tbody .tr .td::before {
    content: unset !important;
  }
  .table.table-fleet {
    max-width: 1300px;
  }
  .table.table-fleet .thead .tr .th,
  .table.table-fleet .thead .tr .td,
  .table.table-fleet .tbody .tr .th,
  .table.table-fleet .tbody .tr .td {
    text-align: center;
    flex-shrink: 0;
  }
  .table.table-fleet .thead .tr .th:nth-child(1),
  .table.table-fleet .thead .tr .td:nth-child(1),
  .table.table-fleet .tbody .tr .th:nth-child(1),
  .table.table-fleet .tbody .tr .td:nth-child(1) {
    text-align: left;
    width: 16%;
  }
  .table.table-fleet .thead .tr .th:nth-child(2),
  .table.table-fleet .thead .tr .td:nth-child(2),
  .table.table-fleet .tbody .tr .th:nth-child(2),
  .table.table-fleet .tbody .tr .td:nth-child(2) {
    width: 14%;
  }
  .table.table-fleet .thead .tr .th:nth-child(3),
  .table.table-fleet .thead .tr .td:nth-child(3),
  .table.table-fleet .tbody .tr .th:nth-child(3),
  .table.table-fleet .tbody .tr .td:nth-child(3) {
    width: 15%;
  }
  .table.table-fleet .thead .tr .th:nth-child(4),
  .table.table-fleet .thead .tr .td:nth-child(4),
  .table.table-fleet .tbody .tr .th:nth-child(4),
  .table.table-fleet .tbody .tr .td:nth-child(4) {
    width: 15%;
  }
  .table.table-fleet .thead .tr .th:nth-child(5),
  .table.table-fleet .thead .tr .td:nth-child(5),
  .table.table-fleet .tbody .tr .th:nth-child(5),
  .table.table-fleet .tbody .tr .td:nth-child(5) {
    width: 17%;
  }
  .table.table-fleet .thead .tr .th:nth-child(6),
  .table.table-fleet .thead .tr .td:nth-child(6),
  .table.table-fleet .tbody .tr .th:nth-child(6),
  .table.table-fleet .tbody .tr .td:nth-child(6) {
    width: 17%;
  }
  .table.table-fleet .thead .tr .th {
    padding: 11px 10px;
  }
  .table.table-fleet .thead .tr .th p {
    font-size: 0.8rem;
    padding: 3px 10px;
  }
  .table.table-fleet .thead .tr .th:nth-child(1) {
    opacity: 0;
  }
  .table.table-fleet .tbody .tr {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    border-radius: 0px;
    margin-bottom: 0px;
    position: relative;
    padding: 20px 5px;
    margin-bottom: 20px;
  }
  .table.table-fleet .tbody .tr::before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0%;
    height: 6px;
    width: 100%;
    background: linear-gradient(90deg, #2aa248 0%, rgba(27, 250, 83, 0) 100%);
  }
  .table.table-fleet .tbody .tr .td {
    border-left: 1px solid #cae2d0;
    margin-bottom: 0;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .table.table-fleet .tbody .tr .td:nth-child(1), .table.table-fleet .tbody .tr .td:nth-child(2) {
    border-left: none;
  }
  .table.table-fleet .tbody .tr .td:nth-child(1) {
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1200px) {
  .table.table-fleet .thead .tr .th p {
    font-size: 0.875rem;
    padding: 3px 20px;
  }
}
@media only screen and (min-width: 1369px) {
  .table.table-fleet .thead .tr .th p {
    padding: 3px 35px;
  }
}
hr {
  border-top: 1px solid #fff;
  margin: 5px auto;
  opacity: 1;
}
hr.primary {
  border-color: #1bfa53;
}
hr.small {
  width: 58px;
}
hr.larger {
  width: 330px;
}
hr.thick {
  border-width: 2px;
}
hr.thicker {
  border-width: 5px;
}

.text-bio p,
.text-bio li {
  color: #2aa248;
  line-height: 1.92;
  font-size: 0.875rem;
  font-weight: 400;
}
.text-bio p {
  margin-bottom: 10px;
}
.text-bio ul,
.text-bio ol {
  padding: 0px 0px 0px 60px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.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: #000;
}
.text-dynamic h1,
.text-dynamic h2,
.text-dynamic h3,
.text-dynamic h4,
.text-dynamic h5,
.text-dynamic h6 {
  color: #2aa248;
  margin: 50px 0px 10px;
  font-weight: 700;
  letter-spacing: 0.05rem;
}
.text-dynamic p,
.text-dynamic li {
  line-height: 1.7;
  letter-spacing: 0.01rem;
  font-size: 0.875rem;
}
.text-dynamic p {
  margin-bottom: 10px;
}
.text-dynamic ul,
.text-dynamic ol {
  padding: 0px 0px 0px 60px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.text-dynamic ol.roman {
  list-style-type: lower-roman;
}
.text-dynamic ol.roman-upper {
  list-style-type: upper-roman;
}

.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: #000;
  font-family: inter-variable, sans-serif;
}
.text-terms h1,
.text-terms h2,
.text-terms h3,
.text-terms h4,
.text-terms h5,
.text-terms h6 {
  color: #2aa248;
  line-height: 1.4;
}
.text-terms h1 {
  margin-bottom: 5px;
}
.text-terms h4 {
  margin-top: 40px;
  margin-bottom: 10px;
}
.text-terms p,
.text-terms li {
  font-size: 0.75rem;
  margin-bottom: 10px;
}
.text-terms p em,
.text-terms li em {
  font-size: 0.625rem;
}
.text-terms ul,
.text-terms ol {
  padding: 0px 0px 0px 20px;
  margin-bottom: 15px;
}
.text-terms a {
  color: #2aa248;
  text-decoration: underline;
}
.text-terms a:hover {
  text-decoration: none;
}

em[class^=icon-]:before,
em[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;
}

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

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

/**/
.page-wrapper.page-home .content-wrapper {
  justify-content: center;
}
.page-wrapper.page-about, .page-wrapper.page-fleet, .page-wrapper.page-contact {
  background-color: #fff;
}

.content-wrapper {
  min-height: calc(100vh - 171px);
  min-height: calc(100svh - 171px);
  display: flex;
  flex-flow: column;
}

.page-menu-wrapper {
  display: none;
  flex-shrink: 0;
  width: 210px;
  position: sticky;
  top: 0px;
  z-index: 1;
}
.page-menu-wrapper .page-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.page-menu-wrapper .page-menu > li > a, .page-menu-wrapper .page-menu > li > button {
  text-align: left;
  width: 100%;
  display: block;
  padding: 10px 0px;
}
.page-menu-wrapper .page-menu > li > a span, .page-menu-wrapper .page-menu > li > button span {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  transition: opacity 250ms ease-in-out;
}
.page-menu-wrapper .page-menu > li > a:hover span, .page-menu-wrapper .page-menu > li > button:hover span {
  opacity: 0.5;
}
.page-menu-wrapper .page-menu > li > a.active span, .page-menu-wrapper .page-menu > li > button.active span {
  color: #1bfa53;
}

.full-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.blend-multiply {
  mix-blend-mode: multiply;
}

.radius-diagonally {
  overflow: hidden;
  border-radius: 100px 0px;
}

.highlight {
  padding: 0px 4px;
  background-color: #1bfa53;
  color: #2aa248;
  line-height: 1;
}

/***************************** HOME ******/
/***************************** ABOUT ******/
.directors {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  max-width: 640px;
}
.directors li {
  border-bottom: 3px solid #1bfa53;
  padding-right: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.directors li:last-child {
  border-bottom: 0px;
}
.directors button {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.directors button .director-name {
  font-size: calc(1.3rem + 0.8vmin);
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}
@media (min-width: 900px) and (min-height: 900px) {
  .directors button .director-name {
    font-size: 1.75rem;
  }
}
.directors button .director-position {
  font-size: 0.875rem;
  color: #fff;
  margin-top: 10px;
}
.directors button .director-btn {
  padding: 15px 30px;
  margin-left: 30px;
  font-size: 0.75rem;
  color: #fff;
  font-weight: 400;
  border: 1px solid #fff;
  border-radius: 50px;
  white-space: nowrap;
}

.corporate-btns {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  position: sticky;
  top: 0;
  max-width: 360px;
}
.corporate-btns li {
  position: relative;
  padding-top: 27px;
  margin-top: 27px;
}
.corporate-btns li button {
  font-size: 0.875rem;
  text-align: left;
  padding-left: 20px;
  position: relative;
  color: #2aa248;
}
.corporate-btns li button::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 9px;
  background-color: #1bfa53;
  transition: height 250ms ease-in-out;
}
.corporate-btns li button.collapsed::before {
  height: 0;
}
.corporate-btns li::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #1bfa53;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
}
.corporate-btns li:nth-child(1) {
  padding-top: 0px;
  margin-top: 0px;
}
.corporate-btns li:nth-child(1)::before {
  content: unset;
}

.about-line {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0%;
  width: 90px;
  height: 1500px;
  background: linear-gradient(180deg, #2aa248 0%, rgba(27, 250, 83, 0) 100%);
}
.about-line img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 35%;
}

.me-about-line {
  margin-right: 100px;
}

/***************************** FLEET ******/
.sea-line {
  width: 100%;
  position: relative;
}
.sea-line::before {
  content: "";
  display: block;
  width: 100%;
  height: 22px;
}

/***************************** INVESTORS ******/
.investors-content {
  width: 100%;
}

.press-category-btn {
  position: relative;
  margin: 0 15px;
}
.press-category-btn img {
  height: 30px;
  transition: opacity 250ms ease-in-out;
}
.press-category-btn span {
  display: block;
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  margin-top: 10px;
  line-height: 1;
  color: #0B7C27;
  transition: color 250ms ease-in-out;
}
.press-category-btn::before {
  display: block;
  height: 65%;
  width: 3px;
  background-color: #1bfa53;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.press-category-btn.active img {
  filter: brightness(100);
}
.press-category-btn.active span {
  color: #fff;
}

.press-releases {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.press-releases li .press-release {
  display: flex;
  flex-flow: column;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 20px 0px;
  position: relative;
}
.press-releases li .press-release .press-release-date {
  flex-shrink: 0;
  width: 55px;
  text-align: left;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
}
.press-releases li .press-release .press-release-date p {
  line-height: 1.4;
}
.press-releases li .press-release .press-release-category {
  border-width: 0px 1px 0px 0px;
  width: 50px;
  height: 30px;
  position: relative;
  flex-shrink: 0;
  border-style: solid;
  border-color: #1bfa53;
}
.press-releases li .press-release .press-release-category img {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(5px, -50%);
  max-width: 70%;
  max-height: 34px;
}
.press-releases li .press-release .press-release-desc {
  margin-left: 10px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.57;
}
.press-releases li .press-release .press-release-icon {
  position: absolute;
  top: 65px;
  left: 55px;
  transform: translateY(-50%);
  color: #1bfa53;
  font-size: 0;
}
.press-releases li .press-release .press-release-icon .icon-file::before {
  font-size: calc(1.325rem + 1.2vmin);
}
@media (min-width: 900px) and (min-height: 900px) {
  .press-releases li .press-release .press-release-icon .icon-file::before {
    font-size: 2rem;
  }
}
.press-releases li .press-release .press-release-icon span {
  top: calc(50% + 3px);
  position: absolute;
  left: calc(100% + 6px);
  font-size: 0.5rem;
  font-weight: 400;
  color: #1bfa53;
  white-space: nowrap;
  transition: opacity 250ms ease-in-out, transform 250ms ease-in-out;
}
.press-releases li .press-release:hover .press-release-icon span {
  opacity: 1;
  transform: translate(0px, 0px);
}
.press-releases li:last-child .press-release {
  border-bottom: unset;
}

.annual-reports {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.annual-reports > li {
  min-width: 100%;
  margin-bottom: 20px;
}
.annual-reports .annual-report {
  display: inline-flex;
  position: relative;
  padding: 22px 0px 22px 50px;
}
.annual-reports .annual-report em {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  transition: color 250ms ease-in-out;
}
.annual-reports .annual-report em::before {
  font-size: calc(1.875rem + 10vmin);
}
@media (min-width: 900px) and (min-height: 900px) {
  .annual-reports .annual-report em::before {
    font-size: 7.5rem;
  }
}
.annual-reports .annual-report .annual-report-title {
  font-size: calc(1.3rem + 0.8vmin);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
@media (min-width: 900px) and (min-height: 900px) {
  .annual-reports .annual-report .annual-report-title {
    font-size: 1.75rem;
  }
}
.annual-reports .annual-report .annual-report-year {
  font-size: 1.125rem;
  font-weight: 400;
  color: #fff;
}
.annual-reports .annual-report:hover em {
  color: #1bfa53;
}

.earning-releases {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.earning-releases li .earning-release {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 20px 35px 20px 5px;
  position: relative;
}
.earning-releases li .earning-release .earning-release-date {
  flex-shrink: 0;
  width: 100px;
  text-align: left;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
}
.earning-releases li .earning-release .earning-release-date p {
  line-height: 1.4;
}
.earning-releases li .earning-release .earning-release-desc {
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
  margin-left: 50px;
  line-height: 1.57;
}
.earning-releases li .earning-release .earning-release-icon {
  position: absolute;
  top: 50%;
  right: 45px;
  transform: translateY(-50%);
  color: #1bfa53;
  font-size: 0;
}
.earning-releases li .earning-release .earning-release-icon .icon-file::before {
  font-size: calc(1.325rem + 1.2vmin);
}
@media (min-width: 900px) and (min-height: 900px) {
  .earning-releases li .earning-release .earning-release-icon .icon-file::before {
    font-size: 2rem;
  }
}
.earning-releases li .earning-release .earning-release-icon span {
  position: absolute;
  top: calc(50% + 5px);
  left: calc(100% + 5px);
  transform: translate(-10px, 0px);
  font-size: 0.5rem;
  font-weight: 400;
  color: #1bfa53;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 250ms ease-in-out, transform 250ms ease-in-out;
}
.earning-releases li .earning-release:hover .earning-release-icon span {
  opacity: 1;
  transform: translate(0px, 0px);
}
.earning-releases li:last-child .earning-release {
  border-bottom: unset;
}

.stock-data-wrapper {
  position: relative;
  margin-left: -20px;
}
.stock-data-wrapper .stock-data-line {
  display: block;
  position: absolute;
  top: 0;
  width: 1px;
  background-color: #1bfa53;
  height: 100%;
}
.stock-data-wrapper .stock-data-line:nth-child(1) {
  left: 50%;
}
.stock-data-wrapper .stock-data-line:nth-child(2) {
  display: none;
  left: 66.666%;
}
.stock-data-wrapper .stock-data {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 540px;
}
.stock-data-wrapper .stock-data li {
  width: 50%;
  flex-shrink: 0;
  padding: 40px 20px 50px;
  position: relative;
}
.stock-data-wrapper .stock-data .stock-data-value {
  font-size: 1.5rem;
  white-space: nowrap;
  font-weight: 700;
  position: absolute;
  top: 0;
}
.stock-data-wrapper .stock-data .stock-data-unit {
  font-size: 0.8rem;
  line-height: 1.3;
}

/***************************** CONTACT ******/
@media only screen and (min-width: 576px) {
  .content-wrapper {
    min-height: calc(100vh - 195px);
    min-height: calc(100svh - 195px);
  }
  /***************************** ABOUT ******/
  .corporate-btns li button {
    margin-left: 20px;
  }
  .directors button .director-btn {
    padding: 18px 35px;
  }
  /***************************** INVESTORS ******/
  .press-category-btn {
    margin: 0 25px;
  }
  .press-category-btn img {
    height: 37px;
  }
  .press-releases li .press-release {
    flex-flow: row;
    align-items: center;
    padding: 20px 100px 20px 5px;
  }
  .press-releases li .press-release .press-release-category {
    width: 80px;
    border-width: 0px 1px 0px 1px;
  }
  .press-releases li .press-release .press-release-category img {
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 45%;
  }
  .press-releases li .press-release .press-release-desc {
    margin-top: 0px;
    margin-left: 15px;
  }
  .press-releases li .press-release .press-release-icon {
    left: unset;
    top: 50%;
    right: 45px;
    transform: translateY(-50%);
  }
  .press-releases li .press-release .press-release-icon span {
    opacity: 0;
    transform: translate(-10px, 0px);
  }
  .annual-reports > li {
    min-width: unset;
    margin-right: 90px;
  }
  .annual-reports > li:last-child {
    margin-right: 0px;
  }
  .annual-reports .annual-report {
    padding-left: 65px;
  }
  .earning-releases li .earning-release {
    padding: 20px 100px 20px 5px;
  }
  .stock-data-wrapper {
    margin-left: -50px;
  }
  .stock-data-wrapper .stock-data li {
    padding: 45px 50px 60px;
  }
  .stock-data-wrapper .stock-data .stock-data-value {
    font-size: 1.75rem;
  }
  .stock-data-wrapper .stock-data .stock-data-unit {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 768px) {
  .content-wrapper {
    min-height: calc(100vh - 171px);
    min-height: calc(100svh - 171px);
  }
  /***************************** ABOUT ******/
  .corporate-btns li button {
    margin-left: 40px;
  }
  /***************************** INVESTORS ******/
  .press-category-btn {
    margin: 0 0px;
    padding: 0 40px;
  }
  .press-category-btn::before {
    content: "";
  }
  .press-releases li .press-release {
    padding: 20px 120px 20px 5px;
  }
  .annual-reports > li {
    margin-right: 140px;
  }
  .earning-releases li .earning-release {
    padding: 20px 120px 20px 5px;
  }
}
@media only screen and (min-width: 992px) {
  .page-menu-wrapper {
    display: block;
    padding-top: 150px;
  }
  /***************************** ABOUT ******/
  .corporate-btns {
    max-width: 200px;
  }
  /***************************** INVESTORS ******/
  .investors-content {
    margin-left: 100px;
  }
  .stock-data-wrapper {
    margin-left: -25px;
  }
  .stock-data-wrapper .stock-data-line:nth-child(1) {
    left: 33.333%;
  }
  .stock-data-wrapper .stock-data-line:nth-child(2) {
    display: block;
  }
  .stock-data-wrapper .stock-data {
    max-width: 730px;
  }
  .stock-data-wrapper .stock-data li {
    width: 33.333%;
    padding: 45px 25px 60px;
  }
}
@media only screen and (min-width: 1200px) {
  /***************************** INVESTORS ******/
  .annual-reports > li {
    margin-right: 200px;
  }
  .stock-data-wrapper .stock-data-line:nth-child(1) {
    left: 50%;
  }
  .stock-data-wrapper .stock-data-line:nth-child(2) {
    display: none;
  }
  .stock-data-wrapper .stock-data li {
    width: 50%;
  }
}
@media only screen and (min-width: 1369px) {
  /***************************** FLEET ******/
  .sea-line {
    width: 50px;
  }
  .sea-line::before {
    height: 290px;
  }
  /***************************** INVESTORS ******/
  .investors-content {
    margin-left: 7vw;
  }
  .annual-reports > li {
    margin-right: 250px;
  }
}
@media only screen and (min-width: 1950px) {
  /***************************** INVESTORS ******/
  .stock-data-wrapper {
    margin-left: -50px;
  }
  .stock-data-wrapper .stock-data-line:nth-child(1) {
    left: 33.333%;
  }
  .stock-data-wrapper .stock-data-line:nth-child(2) {
    display: block;
  }
  .stock-data-wrapper .stock-data {
    max-width: 1600px;
  }
  .stock-data-wrapper .stock-data li {
    padding: 45px 50px 70px;
    width: 33.333%;
  }
}

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