.btn {
  border-width: 2px;
}
body {
  font-family: Syne;
}
.display-1 {
  font-family: 'Coco-Sharp-Regular-trial';
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-2 {
  font-family: 'Coco-Sharp-Bold-trial';
  font-size: 4.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Coco-Sharp-Extrabold-Italic-trial';
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Coco-Sharp-Regular-trial';
  font-size: 1.0525rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.315625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.76rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.54rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.842rem;
    font-size: calc( 1.018375rem + (1.0525 - 1.018375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.018375rem + (1.0525 - 1.018375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.mbr-section-btn {
  text-transform: uppercase;
  margin-top: 24px;
}
.mbr-section-title {
  text-transform: uppercase;
  margin: 0;
}
.price {
  padding: 0;
  margin: 0;
  margin-top: 2px;
}
.mbr-section-subtitle {
  padding: 0;
  margin: 0;
  margin-top: 9px;
}
.mbr-text {
  padding: 0;
  margin: 0;
}
/*.mbr-section-btn {
border: 2px solid @primaryColor;
background-color: rgba(0, 0, 0, 0);
text-transform: uppercase;
display: inline-block;
color: #000000;
margin: 0;
margin-top: 24px;
}

.mbr-section-btn:hover {
background-color: @primaryColor;
border: 2px solid @primaryColor;
}

.btn-txt {
    color: #000000;
    display: inline-block;

}

.mbr-section-btn:hover .btn-txt {
    color: #ffffff;
}*/
.btn {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.8rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ff2b09 !important;
}
.bg-success {
  background-color: #da8951 !important;
}
.bg-info {
  background-color: #274f8a !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff2b09 !important;
  border-color: #ff2b09 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b11900 !important;
  border-color: #ff2b09 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b11900 !important;
  border-color: #ff2b09 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #edc855 !important;
  border-color: #edc855 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #d5a617 !important;
  border-color: #edc855 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #d5a617 !important;
  border-color: #edc855 !important;
}
.btn-info,
.btn-info:active {
  background-color: #274f8a !important;
  border-color: #274f8a !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #142846 !important;
  border-color: #274f8a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #142846 !important;
  border-color: #274f8a !important;
}
.btn-success,
.btn-success:active {
  background-color: #da8951 !important;
  border-color: #da8951 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #af5e25 !important;
  border-color: #da8951 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #af5e25 !important;
  border-color: #da8951 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ffd10a !important;
  border-color: #ffe161 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffd10a !important;
  border-color: #ffe161 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff9966 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff9966 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #ffffff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #2b2b2b !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #2b2b2b !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff2b09;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #ff2b09 !important;
  border-color: #ff2b09;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff2b09 !important;
  border-color: #ff2b09 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #edc855;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #edc855 !important;
  border-color: #edc855;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #edc855 !important;
  border-color: #edc855 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #274f8a;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #274f8a !important;
  border-color: #274f8a;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #274f8a !important;
  border-color: #274f8a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #da8951;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #da8951 !important;
  border-color: #da8951;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #da8951 !important;
  border-color: #da8951 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #ffe161 !important;
  border-color: #ffe161;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #ff2b09 !important;
}
.text-secondary {
  color: #edc855 !important;
}
.text-success {
  color: #da8951 !important;
}
.text-info {
  color: #274f8a !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #ffffff;
}
.text-black {
  color: #000000;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #c79c15 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c79c15 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #a25723 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #11213a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #000000;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #ffffff;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
  transition: all 0.2s ease-in-out;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  /*transition: background-position 0s ease-in-out;*/
  /*background-image: linear-gradient(currentColor 50%, currentColor 50%);*/
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff2b09;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #274f8a;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff2b09;
  border-color: #ff2b09;
  /*.color: contrast(@primaryColor, darken(@primaryColor, 45%), #ffffff, 60%);*/
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff2b09;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffdbd5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fefbf9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #5f8dd2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  /*border-color: @primaryColor!important;*/
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #ff2b09;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff2b09;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0s ease;
}
.jq-number__spin:hover {
  border-color: #ff2b09;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff2b09;
  border-bottom-color: #ff2b09;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #ff2b09 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #edc855 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ff2b09' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0s;
}
.cid-sv2ngFHbKs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sv2ngFHbKs nav.navbar {
  position: fixed;
}
.cid-sv2ngFHbKs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sv2ngFHbKs .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sv2ngFHbKs .dropdown-item:hover,
.cid-sv2ngFHbKs .dropdown-item:focus {
  color: #ff2b09 !important;
}
.cid-sv2ngFHbKs .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-sv2ngFHbKs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sv2ngFHbKs .nav-link {
  position: relative;
  padding: 0;
}
.cid-sv2ngFHbKs .container {
  display: flex;
  margin: auto;
}
.cid-sv2ngFHbKs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sv2ngFHbKs .dropdown-menu,
.cid-sv2ngFHbKs .navbar.opened {
  background: #ffffff !important;
}
.cid-sv2ngFHbKs .nav-item:focus,
.cid-sv2ngFHbKs .nav-link:focus {
  outline: none;
}
.cid-sv2ngFHbKs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sv2ngFHbKs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sv2ngFHbKs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sv2ngFHbKs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sv2ngFHbKs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sv2ngFHbKs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sv2ngFHbKs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sv2ngFHbKs .navbar.opened {
  transition: all 0.3s;
}
.cid-sv2ngFHbKs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sv2ngFHbKs .navbar .navbar-logo img {
  width: auto;
}
.cid-sv2ngFHbKs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sv2ngFHbKs .navbar.collapsed {
  justify-content: center;
}
.cid-sv2ngFHbKs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sv2ngFHbKs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sv2ngFHbKs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-sv2ngFHbKs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sv2ngFHbKs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sv2ngFHbKs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sv2ngFHbKs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sv2ngFHbKs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sv2ngFHbKs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sv2ngFHbKs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sv2ngFHbKs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sv2ngFHbKs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sv2ngFHbKs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sv2ngFHbKs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sv2ngFHbKs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sv2ngFHbKs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sv2ngFHbKs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sv2ngFHbKs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sv2ngFHbKs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sv2ngFHbKs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sv2ngFHbKs .navbar.navbar-short {
  min-height: 60px;
}
.cid-sv2ngFHbKs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sv2ngFHbKs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sv2ngFHbKs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sv2ngFHbKs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sv2ngFHbKs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sv2ngFHbKs .dropdown-item.active,
.cid-sv2ngFHbKs .dropdown-item:active {
  background-color: transparent;
}
.cid-sv2ngFHbKs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sv2ngFHbKs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sv2ngFHbKs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sv2ngFHbKs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sv2ngFHbKs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sv2ngFHbKs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sv2ngFHbKs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sv2ngFHbKs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sv2ngFHbKs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sv2ngFHbKs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #edc855;
}
.cid-sv2ngFHbKs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sv2ngFHbKs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sv2ngFHbKs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sv2ngFHbKs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sv2ngFHbKs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sv2ngFHbKs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sv2ngFHbKs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sv2ngFHbKs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sv2ngFHbKs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sv2ngFHbKs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sv2ngFHbKs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sv2ngFHbKs .navbar {
    height: 70px;
  }
  .cid-sv2ngFHbKs .navbar.opened {
    height: auto;
  }
  .cid-sv2ngFHbKs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sv2ngFHbKs .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sv2ngFHbKs .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sv2ngFHbKs a {
  display: inline;
  font-weight: bold;
}
.cid-sv2ngFHbKs img {
  display: inline;
  padding-right: 10px;
}
.cid-sv2ngFHbKs .text-black:hover {
  color: #000000 !important;
}
.cid-sv2ngFHbKs .dropdown-toggle:after {
  display: none;
}
.cid-sv2ngFHbKs .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sv2ngFHbKs .dropdown-item:hover {
  color: #ff2b09 !important;
}
.cid-sv2ngFHbKs a.text-black:hover,
.cid-sv2ngFHbKs a.text-black:focus,
.cid-sv2ngFHbKs a.text-black.active {
  color: #000000;
}
@media (max-width: 990px) {
  .cid-sv2ngFHbKs .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-ujlkA7gVfr {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #edc855;
}
.cid-ujlkA7gVfr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujlkA7gVfr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujlkA7gVfr .container {
    padding: 0 30px;
  }
}
.cid-ujlkA7gVfr .row {
  justify-content: center;
}
.cid-ujlkA7gVfr .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ujlkA7gVfr .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujlkA7gVfr .mbr-desc {
  color: #144031;
}
.cid-ujlkA7gVfr .mbr-text {
  color: #144031;
}
.cid-ui5Z9Sjwqd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a6a6a6;
}
.cid-ui5Z9Sjwqd .carousel {
  height: 800px;
}
.cid-ui5Z9Sjwqd .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ui5Z9Sjwqd .carousel-item,
.cid-ui5Z9Sjwqd .carousel-inner {
  height: 100%;
}
.cid-ui5Z9Sjwqd .mbr-overlay {
  z-index: 1;
}
.cid-ui5Z9Sjwqd .carousel-caption {
  bottom: 20px;
  position: absolute;
  top: 40%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-ui5Z9Sjwqd .carousel-caption {
    left: 15%;
    right: 70%;
    width: 33%;
  }
}
.cid-ui5Z9Sjwqd .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ui5Z9Sjwqd .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ui5Z9Sjwqd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-ui5Z9Sjwqd .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ui5Z9Sjwqd .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ui5Z9Sjwqd .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-ui5Z9Sjwqd .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ui5Z9Sjwqd .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
@media (max-width: 768px) {
  .cid-ui5Z9Sjwqd .carousel-indicators {
    display: none;
  }
}
.cid-ui5Z9Sjwqd .carousel-indicators li {
  max-width: 10px;
  height: 10px;
  width: 10px;
  max-height: 10px;
  margin: 3px 10px;
  background-color: #f7f7f7;
  border: 0px solid #da8951;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-ui5Z9Sjwqd .carousel-indicators li.active,
.cid-ui5Z9Sjwqd .carousel-indicators li:hover {
  background-color: #ffe161;
}
.cid-ui5Z9Sjwqd .carousel-indicators li::after,
.cid-ui5Z9Sjwqd .carousel-indicators li::before {
  content: none;
}
.cid-ui5Z9Sjwqd .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-ui5Z9Sjwqd .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ui5Z9Sjwqd .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ui5Z9Sjwqd .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ui5Z9Sjwqd .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ui5Z9Sjwqd .right-block {
  position: absolute;
  margin: 0 !important;
  top: 50%;
  right: 0;
  left: auto;
  width: 10%;
  height: 3%;
  transform: rotate(90deg);
  min-width: 90px;
}
.cid-ui5Z9Sjwqd H5 {
  text-align: left;
  color: #274f8a;
}
.cid-ui5Z9Sjwqd P {
  text-align: left;
}
.cid-ui5Z9Sjwqd .mbr-text,
.cid-ui5Z9Sjwqd .mbr-section-btn {
  text-align: left;
  color: #274f8a;
}
.cid-ui5Z9Sjwqd .mbr-text {
  margin-top: 0 !important;
  line-height: 1.4;
}
.cid-ui5Z9Sjwqd .mbr-section-btn {
  margin-top: 1rem !important;
}
.cid-ui5Z9Sjwqd .second-img {
  z-index: 1;
  cursor: pointer;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #a6a6a6;
  top: 0%;
  opacity: 34%;
  transition: .5s all;
  pointer-events: none;
}
.cid-ujlkTZAkXp {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #e6c63b;
}
.cid-ujlkTZAkXp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujlkTZAkXp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujlkTZAkXp .container {
    padding: 0 30px;
  }
}
.cid-ujlkTZAkXp .row {
  justify-content: center;
}
.cid-ujlkTZAkXp .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ujlkTZAkXp .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujlkTZAkXp .mbr-desc {
  color: #144031;
}
.cid-ujlkTZAkXp .mbr-text {
  color: #144031;
}
.cid-ujluVUuoPS {
  padding-top: 4rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ujluVUuoPS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujluVUuoPS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujluVUuoPS .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ujluVUuoPS .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ujluVUuoPS .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ujluVUuoPS .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ujluVUuoPS .container {
    padding: 0 12px;
  }
}
.cid-ujluVUuoPS .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ujluVUuoPS .content-wrapper {
    padding: 0 24px;
  }
}
.cid-ujluVUuoPS .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-ujluVUuoPS .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-ujluVUuoPS .mbr-section-title {
  color: #1D1D1F;
}
.cid-ujluVUuoPS .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-ujluVUuoPS .mbr-section-title,
.cid-ujluVUuoPS .mbr-section-btn {
  text-align: center;
  color: #274f8a;
}
.cid-ujlqK3OlKW {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-ujlqK3OlKW .item-wrapper {
  width: 100%;
}
.cid-ujlqK3OlKW .left-side {
  text-align: left;
}
.cid-ujlqK3OlKW .row {
  align-items: center;
  justify-content: center;
}
.cid-ujlqK3OlKW .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
  min-height: 250px;
}
.cid-ujlqK3OlKW .card-box:focus-within {
  opacity: 1;
}
.cid-ujlqK3OlKW .row-center {
  height: 100%;
}
.cid-ujlqK3OlKW .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-ujlqK3OlKW .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-ujlqK3OlKW .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-ujlqK3OlKW .card-wrapper:hover .card-box,
.cid-ujlqK3OlKW .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-ujlqK3OlKW .card-wrapper:hover .card-img,
.cid-ujlqK3OlKW .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-ujlqK3OlKW .card-wrapper:hover:before,
.cid-ujlqK3OlKW .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-ujlqK3OlKW .card-title {
  color: #274f8a;
  width: 100%;
  text-align: center;
}
.cid-ujlqK3OlKW .g {
  grid-row-gap: 24px;
}
.cid-ujlqK3OlKW .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-ujlqK3OlKW .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-ujlqK3OlKW .carousel-control {
    display: none;
  }
}
.cid-ujlqK3OlKW .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-ujlqK3OlKW .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-ujlqK3OlKW .card1 {
  background-image: url("../../../assets/images/airfreight-marineaireglobalsolution-3-1500x1080.png");
  background-size: cover;
  background-position: center;
}
.cid-ujlqK3OlKW .card2 {
  background-image: url("../../../assets/images/ocenfreight-marineaireglobalsolution-2-1500x1080.png");
  background-size: cover;
  background-position: center;
}
.cid-ujlqK3OlKW .card3 {
  background-image: url("../../../assets/images/warehouse-marineaireglobalsolution-1500x1080.png");
  background-size: cover;
  background-position: center;
}
.cid-ujlqK3OlKW .card4 {
  background-image: url("../../../assets/images/ecommerce-marineaireglobalsolution-1500x1080.png");
  background-size: cover;
  background-position: center;
}
.cid-ujlqK3OlKW .card5 {
  background-image: url("../../../assets/images/customclearance-marineaireglobalsolution-1500x1080.png");
  background-size: cover;
  background-position: center;
}
.cid-ujlqK3OlKW .card6 {
  background-image: url("../../../assets/images/truckinganddistribution-marineaireglobalsolution-1500x1080.png");
  background-size: cover;
  background-position: center;
}
.cid-ujlv9Crm0m {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edc855;
}
.cid-ujlv9Crm0m .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujlv9Crm0m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujlv9Crm0m .container {
    padding: 0 30px;
  }
}
.cid-ujlv9Crm0m .row {
  justify-content: center;
}
.cid-ujlv9Crm0m .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ujlv9Crm0m .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujlv9Crm0m .mbr-desc {
  color: #144031;
}
.cid-ujlv9Crm0m .mbr-text {
  color: #144031;
}
.cid-ujlvIX3WE3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ujlvIX3WE3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujlvIX3WE3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujlvIX3WE3 .container {
    padding: 0 30px;
  }
}
.cid-ujlvIX3WE3 .items .item {
  margin-bottom: 60px;
}
.cid-ujlvIX3WE3 .items .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujlvIX3WE3 .items .item {
    margin-bottom: 30px;
  }
}
.cid-ujlvIX3WE3 .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-ujlvIX3WE3 .items .item .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ujlvIX3WE3 .items .item .item-wrapper .card-box .list .item-wrap {
  opacity: .6;
  margin-bottom: 0;
  line-height: 180%;
  cursor: pointer;
}
.cid-ujlvIX3WE3 .dragArea.row {
  margin: 0;
}
.cid-ujlvIX3WE3 .dragArea.row .mbr-section-title {
  margin-bottom: 45px !important;
}
.cid-ujlvIX3WE3 .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-ujlvIX3WE3 .dragArea.row .form-group .form-control {
  background-color: #dcdcdc;
  padding: 20px;
  box-shadow: none;
  border: none !important;
  border-radius: 0 !important;
}
.cid-ujlvIX3WE3 .dragArea.row .form-group .form-control::placeholder {
  color: #ff9966;
}
.cid-ujlvIX3WE3 .dragArea.row .form-group .form-control:hover,
.cid-ujlvIX3WE3 .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
.cid-ujlvIX3WE3 .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-ujlvIX3WE3 .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ff9966;
  border-color: #ff9966;
}
.cid-ujlvIX3WE3 .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-ujlvIX3WE3 .mbr-section-title {
  color: #000000;
}
.cid-ujlvIX3WE3 .card-title {
  color: #000000;
}
.cid-ujlvIX3WE3 .list {
  color: #000000;
}
.cid-ujlvIX3WE3 .mbr-text {
  color: #000000;
}
.cid-ujlvIX3WE3 label {
  color: #000000;
}
.cid-ujlvIX3WE3 .list,
.cid-ujlvIX3WE3 .item-wrap {
  color: #000000;
}
.cid-ujlvKXcZAo {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #e7f2ed;
}
.cid-ujlvKXcZAo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujlvKXcZAo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujlvKXcZAo .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ujlvKXcZAo .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ujlvKXcZAo .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ujlvKXcZAo .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ujlvKXcZAo .container {
    padding: 0 16px;
  }
}
.cid-ujlvKXcZAo .google-map iframe {
  height: 400px;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-ujlvKXcZAo .google-map iframe {
    height: 350px;
  }
}
.cid-ujlw9lL3W0 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #274f8a;
}
.cid-ujlw9lL3W0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujlw9lL3W0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujlw9lL3W0 .container {
    padding: 0 30px;
  }
}
.cid-ujlw9lL3W0 .row {
  justify-content: center;
}
.cid-ujlw9lL3W0 .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ujlw9lL3W0 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujlw9lL3W0 .mbr-desc {
  color: #144031;
}
.cid-ujlw9lL3W0 .mbr-text {
  color: #144031;
}
.cid-ujkxB9XV1X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujkxB9XV1X .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #274f8a;
}
@media (max-width: 991px) {
  .cid-ujkxB9XV1X .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ujkxB9XV1X .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-ujkxB9XV1X .list {
    margin-bottom: 30px;
  }
}
.cid-ujkxB9XV1X .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-ujkxB9XV1X .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-ujkxB9XV1X div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ujkxB9XV1X .copyright {
  color: #000000;
}
.cid-ujkxB9XV1X .mbr-section-subtitle {
  color: #da8951;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-ujkxB9XV1X .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-ujkxB9XV1X .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-ujkxB9XV1X .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-ujkxB9XV1X .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-ujkxB9XV1X .footer-logo {
    margin: 0 auto;
  }
}
.cid-ujlwaBZhnM {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #274f8a;
}
.cid-ujlwaBZhnM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujlwaBZhnM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujlwaBZhnM .container {
    padding: 0 30px;
  }
}
.cid-ujlwaBZhnM .row {
  justify-content: center;
}
.cid-ujlwaBZhnM .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ujlwaBZhnM .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujlwaBZhnM .mbr-desc {
  color: #144031;
}
.cid-ujlwaBZhnM .mbr-text {
  color: #144031;
}
.cid-ujlyowVa9f {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ujlyowVa9f nav.navbar {
  position: fixed;
}
.cid-ujlyowVa9f .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujlyowVa9f .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-ujlyowVa9f .dropdown-item:hover,
.cid-ujlyowVa9f .dropdown-item:focus {
  color: #ff2b09 !important;
}
.cid-ujlyowVa9f .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-ujlyowVa9f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujlyowVa9f .nav-link {
  position: relative;
  padding: 0;
}
.cid-ujlyowVa9f .container {
  display: flex;
  margin: auto;
}
.cid-ujlyowVa9f .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujlyowVa9f .dropdown-menu,
.cid-ujlyowVa9f .navbar.opened {
  background: #ffffff !important;
}
.cid-ujlyowVa9f .nav-item:focus,
.cid-ujlyowVa9f .nav-link:focus {
  outline: none;
}
.cid-ujlyowVa9f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujlyowVa9f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujlyowVa9f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujlyowVa9f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujlyowVa9f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujlyowVa9f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujlyowVa9f .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ujlyowVa9f .navbar.opened {
  transition: all 0.3s;
}
.cid-ujlyowVa9f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujlyowVa9f .navbar .navbar-logo img {
  width: auto;
}
.cid-ujlyowVa9f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujlyowVa9f .navbar.collapsed {
  justify-content: center;
}
.cid-ujlyowVa9f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujlyowVa9f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujlyowVa9f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ujlyowVa9f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujlyowVa9f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujlyowVa9f .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ujlyowVa9f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujlyowVa9f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujlyowVa9f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujlyowVa9f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujlyowVa9f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujlyowVa9f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujlyowVa9f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujlyowVa9f .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ujlyowVa9f .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujlyowVa9f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujlyowVa9f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujlyowVa9f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujlyowVa9f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujlyowVa9f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujlyowVa9f .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujlyowVa9f .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujlyowVa9f .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujlyowVa9f .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujlyowVa9f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujlyowVa9f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujlyowVa9f .dropdown-item.active,
.cid-ujlyowVa9f .dropdown-item:active {
  background-color: transparent;
}
.cid-ujlyowVa9f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujlyowVa9f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujlyowVa9f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujlyowVa9f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujlyowVa9f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujlyowVa9f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujlyowVa9f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujlyowVa9f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujlyowVa9f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujlyowVa9f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #edc855;
}
.cid-ujlyowVa9f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujlyowVa9f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujlyowVa9f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujlyowVa9f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujlyowVa9f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujlyowVa9f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujlyowVa9f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujlyowVa9f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujlyowVa9f .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ujlyowVa9f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujlyowVa9f .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujlyowVa9f .navbar {
    height: 70px;
  }
  .cid-ujlyowVa9f .navbar.opened {
    height: auto;
  }
  .cid-ujlyowVa9f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujlyowVa9f .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-ujlyowVa9f .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-ujlyowVa9f a {
  display: inline;
  font-weight: bold;
}
.cid-ujlyowVa9f img {
  display: inline;
  padding-right: 10px;
}
.cid-ujlyowVa9f .text-black:hover {
  color: #000000 !important;
}
.cid-ujlyowVa9f .dropdown-toggle:after {
  display: none;
}
.cid-ujlyowVa9f .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-ujlyowVa9f .dropdown-item:hover {
  color: #ff2b09 !important;
}
.cid-ujlyowVa9f a.text-black:hover,
.cid-ujlyowVa9f a.text-black:focus,
.cid-ujlyowVa9f a.text-black.active {
  color: #000000;
}
@media (max-width: 990px) {
  .cid-ujlyowVa9f .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-ujlyowzTk6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edc855;
}
.cid-ujlyowzTk6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujlyowzTk6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujlyowzTk6 .container {
    padding: 0 30px;
  }
}
.cid-ujlyowzTk6 .row {
  justify-content: center;
}
.cid-ujlyowzTk6 .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ujlyowzTk6 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujlyowzTk6 .mbr-desc {
  color: #144031;
}
.cid-ujlyowzTk6 .mbr-text {
  color: #144031;
}
.cid-ujlyvQ0u5m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/oceanfreightservice-marineaireglobalsolution-1-1920x1080.png");
}
.cid-ujlyvQ0u5m .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujlyvQ0u5m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujlyvQ0u5m .container {
    padding: 0 30px;
  }
}
.cid-ujlyvQ0u5m .row {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-ujlyvQ0u5m .row {
    min-height: auto;
    height: 350px;
  }
}
.cid-ujlyoy5Fmv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edc855;
}
.cid-ujlyoy5Fmv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujlyoy5Fmv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujlyoy5Fmv .container {
    padding: 0 30px;
  }
}
.cid-ujlyoy5Fmv .row {
  justify-content: center;
}
.cid-ujlyoy5Fmv .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ujlyoy5Fmv .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujlyoy5Fmv .mbr-desc {
  color: #144031;
}
.cid-ujlyoy5Fmv .mbr-text {
  color: #144031;
}
.cid-ujphfC37e5 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ujphfC37e5 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-ujphfC37e5 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-ujphfC37e5 .mbr-text {
  color: #000000;
  letter-spacing: 0.03em;
}
.cid-ujphhD3ZTt {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #eaffe2;
}
.cid-ujphhD3ZTt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujphhD3ZTt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujphhD3ZTt .container {
    padding: 0 30px;
  }
}
.cid-ujphhD3ZTt .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-ujphhD3ZTt .item {
  margin-bottom: 40px;
}
.cid-ujphhD3ZTt .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border-radius: 0 !important;
}
.cid-ujphhD3ZTt .item .item-wrapper .card-box .item-price {
  padding: 30px;
  margin-bottom: 40px;
  background-color: #edc855;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-ujphhD3ZTt .item .item-wrapper .card-box .item-price {
    padding: 20px;
  }
}
.cid-ujphhD3ZTt .item .item-wrapper .card-box .item-title {
  padding: 0 30px 30px 30px;
  border-bottom: 1px solid #dbf5d1;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ujphhD3ZTt .item .item-wrapper .card-box .item-title {
    padding: 0 20px 20px 20px;
  }
}
.cid-ujphhD3ZTt .item .item-wrapper .card-box .item-text {
  padding: 0 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujphhD3ZTt .item .item-wrapper .card-box .item-text {
    padding: 0 20px;
  }
}
.cid-ujphhD3ZTt .item .mbr-section-btn {
  margin-top: 30px;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-ujphhD3ZTt .item .mbr-section-btn {
    padding: 0 20px;
  }
}
.cid-ujphhD3ZTt .item .mbr-section-btn .btn {
  width: 100%;
}
.cid-ujphhD3ZTt .item-price {
  color: #274f8a;
  text-align: center;
}
.cid-ujphhD3ZTt .item-title {
  color: #144031;
}
.cid-ujphhD3ZTt .item-text {
  color: #da8951;
}
.cid-ujlyoyJW2F {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #274f8a;
}
.cid-ujlyoyJW2F .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujlyoyJW2F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujlyoyJW2F .container {
    padding: 0 30px;
  }
}
.cid-ujlyoyJW2F .row {
  justify-content: center;
}
.cid-ujlyoyJW2F .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ujlyoyJW2F .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujlyoyJW2F .mbr-desc {
  color: #144031;
}
.cid-ujlyoyJW2F .mbr-text {
  color: #144031;
}
.cid-ujlyoyY0h4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujlyoyY0h4 .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #274f8a;
}
@media (max-width: 991px) {
  .cid-ujlyoyY0h4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ujlyoyY0h4 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-ujlyoyY0h4 .list {
    margin-bottom: 30px;
  }
}
.cid-ujlyoyY0h4 .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-ujlyoyY0h4 .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-ujlyoyY0h4 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ujlyoyY0h4 .copyright {
  color: #000000;
}
.cid-ujlyoyY0h4 .mbr-section-subtitle {
  color: #da8951;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-ujlyoyY0h4 .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-ujlyoyY0h4 .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-ujlyoyY0h4 .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-ujlyoyY0h4 .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-ujlyoyY0h4 .footer-logo {
    margin: 0 auto;
  }
}
.cid-ujlyozddV9 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #274f8a;
}
.cid-ujlyozddV9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujlyozddV9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujlyozddV9 .container {
    padding: 0 30px;
  }
}
.cid-ujlyozddV9 .row {
  justify-content: center;
}
.cid-ujlyozddV9 .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ujlyozddV9 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujlyozddV9 .mbr-desc {
  color: #144031;
}
.cid-ujlyozddV9 .mbr-text {
  color: #144031;
}
.cid-ujpuXjj4AW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ujpuXjj4AW nav.navbar {
  position: fixed;
}
.cid-ujpuXjj4AW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujpuXjj4AW .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-ujpuXjj4AW .dropdown-item:hover,
.cid-ujpuXjj4AW .dropdown-item:focus {
  color: #ff2b09 !important;
}
.cid-ujpuXjj4AW .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-ujpuXjj4AW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujpuXjj4AW .nav-link {
  position: relative;
  padding: 0;
}
.cid-ujpuXjj4AW .container {
  display: flex;
  margin: auto;
}
.cid-ujpuXjj4AW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujpuXjj4AW .dropdown-menu,
.cid-ujpuXjj4AW .navbar.opened {
  background: #ffffff !important;
}
.cid-ujpuXjj4AW .nav-item:focus,
.cid-ujpuXjj4AW .nav-link:focus {
  outline: none;
}
.cid-ujpuXjj4AW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujpuXjj4AW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujpuXjj4AW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujpuXjj4AW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujpuXjj4AW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujpuXjj4AW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujpuXjj4AW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ujpuXjj4AW .navbar.opened {
  transition: all 0.3s;
}
.cid-ujpuXjj4AW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujpuXjj4AW .navbar .navbar-logo img {
  width: auto;
}
.cid-ujpuXjj4AW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujpuXjj4AW .navbar.collapsed {
  justify-content: center;
}
.cid-ujpuXjj4AW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujpuXjj4AW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujpuXjj4AW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ujpuXjj4AW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujpuXjj4AW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujpuXjj4AW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ujpuXjj4AW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujpuXjj4AW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujpuXjj4AW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujpuXjj4AW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujpuXjj4AW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujpuXjj4AW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujpuXjj4AW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujpuXjj4AW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ujpuXjj4AW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujpuXjj4AW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujpuXjj4AW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujpuXjj4AW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujpuXjj4AW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujpuXjj4AW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujpuXjj4AW .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujpuXjj4AW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujpuXjj4AW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujpuXjj4AW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujpuXjj4AW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujpuXjj4AW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujpuXjj4AW .dropdown-item.active,
.cid-ujpuXjj4AW .dropdown-item:active {
  background-color: transparent;
}
.cid-ujpuXjj4AW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujpuXjj4AW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujpuXjj4AW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujpuXjj4AW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujpuXjj4AW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujpuXjj4AW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujpuXjj4AW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujpuXjj4AW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujpuXjj4AW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujpuXjj4AW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #edc855;
}
.cid-ujpuXjj4AW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujpuXjj4AW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujpuXjj4AW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujpuXjj4AW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujpuXjj4AW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujpuXjj4AW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujpuXjj4AW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujpuXjj4AW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujpuXjj4AW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ujpuXjj4AW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujpuXjj4AW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujpuXjj4AW .navbar {
    height: 70px;
  }
  .cid-ujpuXjj4AW .navbar.opened {
    height: auto;
  }
  .cid-ujpuXjj4AW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujpuXjj4AW .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-ujpuXjj4AW .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-ujpuXjj4AW a {
  display: inline;
  font-weight: bold;
}
.cid-ujpuXjj4AW img {
  display: inline;
  padding-right: 10px;
}
.cid-ujpuXjj4AW .text-black:hover {
  color: #000000 !important;
}
.cid-ujpuXjj4AW .dropdown-toggle:after {
  display: none;
}
.cid-ujpuXjj4AW .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-ujpuXjj4AW .dropdown-item:hover {
  color: #ff2b09 !important;
}
.cid-ujpuXjj4AW a.text-black:hover,
.cid-ujpuXjj4AW a.text-black:focus,
.cid-ujpuXjj4AW a.text-black.active {
  color: #000000;
}
@media (max-width: 990px) {
  .cid-ujpuXjj4AW .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-ujpuXjFWk6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edc855;
}
.cid-ujpuXjFWk6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujpuXjFWk6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujpuXjFWk6 .container {
    padding: 0 30px;
  }
}
.cid-ujpuXjFWk6 .row {
  justify-content: center;
}
.cid-ujpuXjFWk6 .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ujpuXjFWk6 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujpuXjFWk6 .mbr-desc {
  color: #144031;
}
.cid-ujpuXjFWk6 .mbr-text {
  color: #144031;
}
.cid-ujpuXjTYmU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/customclearanceservices-marineaireglobalsolution-1920x1080.png");
}
.cid-ujpuXjTYmU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujpuXjTYmU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujpuXjTYmU .container {
    padding: 0 30px;
  }
}
.cid-ujpuXjTYmU .row {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-ujpuXjTYmU .row {
    min-height: auto;
    height: 350px;
  }
}
.cid-ujpuXk5KQL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edc855;
}
.cid-ujpuXk5KQL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujpuXk5KQL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujpuXk5KQL .container {
    padding: 0 30px;
  }
}
.cid-ujpuXk5KQL .row {
  justify-content: center;
}
.cid-ujpuXk5KQL .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ujpuXk5KQL .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujpuXk5KQL .mbr-desc {
  color: #144031;
}
.cid-ujpuXk5KQL .mbr-text {
  color: #144031;
}
.cid-ujpuXkikna {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ujpuXkikna .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-ujpuXkikna .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-ujpuXkikna .mbr-text {
  color: #000000;
  letter-spacing: 0.03em;
}
.cid-ujpuXktLjH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #eaffe2;
}
.cid-ujpuXktLjH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujpuXktLjH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujpuXktLjH .container {
    padding: 0 30px;
  }
}
.cid-ujpuXktLjH .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-ujpuXktLjH .item {
  margin-bottom: 40px;
}
.cid-ujpuXktLjH .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border-radius: 0 !important;
}
.cid-ujpuXktLjH .item .item-wrapper .card-box .item-price {
  padding: 30px;
  margin-bottom: 40px;
  background-color: #edc855;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-ujpuXktLjH .item .item-wrapper .card-box .item-price {
    padding: 20px;
  }
}
.cid-ujpuXktLjH .item .item-wrapper .card-box .item-title {
  padding: 0 30px 30px 30px;
  border-bottom: 1px solid #dbf5d1;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ujpuXktLjH .item .item-wrapper .card-box .item-title {
    padding: 0 20px 20px 20px;
  }
}
.cid-ujpuXktLjH .item .item-wrapper .card-box .item-text {
  padding: 0 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujpuXktLjH .item .item-wrapper .card-box .item-text {
    padding: 0 20px;
  }
}
.cid-ujpuXktLjH .item .mbr-section-btn {
  margin-top: 30px;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-ujpuXktLjH .item .mbr-section-btn {
    padding: 0 20px;
  }
}
.cid-ujpuXktLjH .item .mbr-section-btn .btn {
  width: 100%;
}
.cid-ujpuXktLjH .item-price {
  color: #274f8a;
  text-align: center;
}
.cid-ujpuXktLjH .item-title {
  color: #144031;
}
.cid-ujpuXktLjH .item-text {
  color: #da8951;
}
.cid-ujpuXkGN82 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #274f8a;
}
.cid-ujpuXkGN82 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujpuXkGN82 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujpuXkGN82 .container {
    padding: 0 30px;
  }
}
.cid-ujpuXkGN82 .row {
  justify-content: center;
}
.cid-ujpuXkGN82 .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ujpuXkGN82 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujpuXkGN82 .mbr-desc {
  color: #144031;
}
.cid-ujpuXkGN82 .mbr-text {
  color: #144031;
}
.cid-ujpuXkTbdR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujpuXkTbdR .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #274f8a;
}
@media (max-width: 991px) {
  .cid-ujpuXkTbdR .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ujpuXkTbdR .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-ujpuXkTbdR .list {
    margin-bottom: 30px;
  }
}
.cid-ujpuXkTbdR .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-ujpuXkTbdR .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-ujpuXkTbdR div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ujpuXkTbdR .copyright {
  color: #000000;
}
.cid-ujpuXkTbdR .mbr-section-subtitle {
  color: #da8951;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-ujpuXkTbdR .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-ujpuXkTbdR .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-ujpuXkTbdR .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-ujpuXkTbdR .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-ujpuXkTbdR .footer-logo {
    margin: 0 auto;
  }
}
.cid-ujpuXl738c {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #274f8a;
}
.cid-ujpuXl738c .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujpuXl738c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujpuXl738c .container {
    padding: 0 30px;
  }
}
.cid-ujpuXl738c .row {
  justify-content: center;
}
.cid-ujpuXl738c .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ujpuXl738c .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujpuXl738c .mbr-desc {
  color: #144031;
}
.cid-ujpuXl738c .mbr-text {
  color: #144031;
}
.cid-ujpxglP9g5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ujpxglP9g5 nav.navbar {
  position: fixed;
}
.cid-ujpxglP9g5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujpxglP9g5 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-ujpxglP9g5 .dropdown-item:hover,
.cid-ujpxglP9g5 .dropdown-item:focus {
  color: #ff2b09 !important;
}
.cid-ujpxglP9g5 .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-ujpxglP9g5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujpxglP9g5 .nav-link {
  position: relative;
  padding: 0;
}
.cid-ujpxglP9g5 .container {
  display: flex;
  margin: auto;
}
.cid-ujpxglP9g5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujpxglP9g5 .dropdown-menu,
.cid-ujpxglP9g5 .navbar.opened {
  background: #ffffff !important;
}
.cid-ujpxglP9g5 .nav-item:focus,
.cid-ujpxglP9g5 .nav-link:focus {
  outline: none;
}
.cid-ujpxglP9g5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujpxglP9g5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujpxglP9g5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujpxglP9g5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujpxglP9g5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujpxglP9g5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujpxglP9g5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ujpxglP9g5 .navbar.opened {
  transition: all 0.3s;
}
.cid-ujpxglP9g5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujpxglP9g5 .navbar .navbar-logo img {
  width: auto;
}
.cid-ujpxglP9g5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujpxglP9g5 .navbar.collapsed {
  justify-content: center;
}
.cid-ujpxglP9g5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujpxglP9g5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujpxglP9g5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ujpxglP9g5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujpxglP9g5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujpxglP9g5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ujpxglP9g5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujpxglP9g5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujpxglP9g5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujpxglP9g5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujpxglP9g5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujpxglP9g5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujpxglP9g5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujpxglP9g5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ujpxglP9g5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujpxglP9g5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujpxglP9g5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujpxglP9g5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujpxglP9g5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujpxglP9g5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujpxglP9g5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujpxglP9g5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujpxglP9g5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujpxglP9g5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujpxglP9g5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujpxglP9g5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujpxglP9g5 .dropdown-item.active,
.cid-ujpxglP9g5 .dropdown-item:active {
  background-color: transparent;
}
.cid-ujpxglP9g5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujpxglP9g5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujpxglP9g5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujpxglP9g5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujpxglP9g5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujpxglP9g5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujpxglP9g5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujpxglP9g5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujpxglP9g5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujpxglP9g5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #edc855;
}
.cid-ujpxglP9g5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujpxglP9g5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujpxglP9g5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujpxglP9g5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujpxglP9g5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujpxglP9g5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujpxglP9g5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujpxglP9g5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujpxglP9g5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ujpxglP9g5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujpxglP9g5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujpxglP9g5 .navbar {
    height: 70px;
  }
  .cid-ujpxglP9g5 .navbar.opened {
    height: auto;
  }
  .cid-ujpxglP9g5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujpxglP9g5 .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-ujpxglP9g5 .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-ujpxglP9g5 a {
  display: inline;
  font-weight: bold;
}
.cid-ujpxglP9g5 img {
  display: inline;
  padding-right: 10px;
}
.cid-ujpxglP9g5 .text-black:hover {
  color: #000000 !important;
}
.cid-ujpxglP9g5 .dropdown-toggle:after {
  display: none;
}
.cid-ujpxglP9g5 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-ujpxglP9g5 .dropdown-item:hover {
  color: #ff2b09 !important;
}
.cid-ujpxglP9g5 a.text-black:hover,
.cid-ujpxglP9g5 a.text-black:focus,
.cid-ujpxglP9g5 a.text-black.active {
  color: #000000;
}
@media (max-width: 990px) {
  .cid-ujpxglP9g5 .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-ujpxgmahAB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edc855;
}
.cid-ujpxgmahAB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujpxgmahAB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujpxgmahAB .container {
    padding: 0 30px;
  }
}
.cid-ujpxgmahAB .row {
  justify-content: center;
}
.cid-ujpxgmahAB .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ujpxgmahAB .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujpxgmahAB .mbr-desc {
  color: #144031;
}
.cid-ujpxgmahAB .mbr-text {
  color: #144031;
}
.cid-ujpxgmpRbJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/truckinganddistributionservice-marineaireglobalsolution-1920x1080.png");
}
.cid-ujpxgmpRbJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujpxgmpRbJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujpxgmpRbJ .container {
    padding: 0 30px;
  }
}
.cid-ujpxgmpRbJ .row {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-ujpxgmpRbJ .row {
    min-height: auto;
    height: 350px;
  }
}
.cid-ujpxgmCMKn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edc855;
}
.cid-ujpxgmCMKn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujpxgmCMKn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujpxgmCMKn .container {
    padding: 0 30px;
  }
}
.cid-ujpxgmCMKn .row {
  justify-content: center;
}
.cid-ujpxgmCMKn .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ujpxgmCMKn .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujpxgmCMKn .mbr-desc {
  color: #144031;
}
.cid-ujpxgmCMKn .mbr-text {
  color: #144031;
}
.cid-ujpxgmPVxo {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ujpxgmPVxo .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-ujpxgmPVxo .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-ujpxgmPVxo .mbr-text {
  color: #000000;
  letter-spacing: 0.03em;
}
.cid-ujpxgn1M4f {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #eaffe2;
}
.cid-ujpxgn1M4f .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujpxgn1M4f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujpxgn1M4f .container {
    padding: 0 30px;
  }
}
.cid-ujpxgn1M4f .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-ujpxgn1M4f .item {
  margin-bottom: 40px;
}
.cid-ujpxgn1M4f .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border-radius: 0 !important;
}
.cid-ujpxgn1M4f .item .item-wrapper .card-box .item-price {
  padding: 30px;
  margin-bottom: 40px;
  background-color: #edc855;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-ujpxgn1M4f .item .item-wrapper .card-box .item-price {
    padding: 20px;
  }
}
.cid-ujpxgn1M4f .item .item-wrapper .card-box .item-title {
  padding: 0 30px 30px 30px;
  border-bottom: 1px solid #dbf5d1;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ujpxgn1M4f .item .item-wrapper .card-box .item-title {
    padding: 0 20px 20px 20px;
  }
}
.cid-ujpxgn1M4f .item .item-wrapper .card-box .item-text {
  padding: 0 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujpxgn1M4f .item .item-wrapper .card-box .item-text {
    padding: 0 20px;
  }
}
.cid-ujpxgn1M4f .item .mbr-section-btn {
  margin-top: 30px;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-ujpxgn1M4f .item .mbr-section-btn {
    padding: 0 20px;
  }
}
.cid-ujpxgn1M4f .item .mbr-section-btn .btn {
  width: 100%;
}
.cid-ujpxgn1M4f .item-price {
  color: #274f8a;
  text-align: center;
}
.cid-ujpxgn1M4f .item-title {
  color: #144031;
}
.cid-ujpxgn1M4f .item-text {
  color: #da8951;
}
.cid-ujpxgnfdTE {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #274f8a;
}
.cid-ujpxgnfdTE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujpxgnfdTE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujpxgnfdTE .container {
    padding: 0 30px;
  }
}
.cid-ujpxgnfdTE .row {
  justify-content: center;
}
.cid-ujpxgnfdTE .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ujpxgnfdTE .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujpxgnfdTE .mbr-desc {
  color: #144031;
}
.cid-ujpxgnfdTE .mbr-text {
  color: #144031;
}
.cid-ujpxgnvwoQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujpxgnvwoQ .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #274f8a;
}
@media (max-width: 991px) {
  .cid-ujpxgnvwoQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ujpxgnvwoQ .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-ujpxgnvwoQ .list {
    margin-bottom: 30px;
  }
}
.cid-ujpxgnvwoQ .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-ujpxgnvwoQ .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-ujpxgnvwoQ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ujpxgnvwoQ .copyright {
  color: #000000;
}
.cid-ujpxgnvwoQ .mbr-section-subtitle {
  color: #da8951;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-ujpxgnvwoQ .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-ujpxgnvwoQ .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-ujpxgnvwoQ .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-ujpxgnvwoQ .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-ujpxgnvwoQ .footer-logo {
    margin: 0 auto;
  }
}
.cid-ujpxgnLT8m {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #274f8a;
}
.cid-ujpxgnLT8m .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujpxgnLT8m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujpxgnLT8m .container {
    padding: 0 30px;
  }
}
.cid-ujpxgnLT8m .row {
  justify-content: center;
}
.cid-ujpxgnLT8m .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ujpxgnLT8m .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujpxgnLT8m .mbr-desc {
  color: #144031;
}
.cid-ujpxgnLT8m .mbr-text {
  color: #144031;
}
.cid-sv2ngFHbKs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sv2ngFHbKs nav.navbar {
  position: fixed;
}
.cid-sv2ngFHbKs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sv2ngFHbKs .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sv2ngFHbKs .dropdown-item:hover,
.cid-sv2ngFHbKs .dropdown-item:focus {
  color: #ff2b09 !important;
}
.cid-sv2ngFHbKs .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-sv2ngFHbKs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sv2ngFHbKs .nav-link {
  position: relative;
  padding: 0;
}
.cid-sv2ngFHbKs .container {
  display: flex;
  margin: auto;
}
.cid-sv2ngFHbKs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sv2ngFHbKs .dropdown-menu,
.cid-sv2ngFHbKs .navbar.opened {
  background: #ffffff !important;
}
.cid-sv2ngFHbKs .nav-item:focus,
.cid-sv2ngFHbKs .nav-link:focus {
  outline: none;
}
.cid-sv2ngFHbKs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sv2ngFHbKs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sv2ngFHbKs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sv2ngFHbKs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sv2ngFHbKs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sv2ngFHbKs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sv2ngFHbKs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sv2ngFHbKs .navbar.opened {
  transition: all 0.3s;
}
.cid-sv2ngFHbKs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sv2ngFHbKs .navbar .navbar-logo img {
  width: auto;
}
.cid-sv2ngFHbKs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sv2ngFHbKs .navbar.collapsed {
  justify-content: center;
}
.cid-sv2ngFHbKs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sv2ngFHbKs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sv2ngFHbKs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-sv2ngFHbKs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sv2ngFHbKs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sv2ngFHbKs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sv2ngFHbKs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sv2ngFHbKs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sv2ngFHbKs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sv2ngFHbKs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sv2ngFHbKs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sv2ngFHbKs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sv2ngFHbKs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sv2ngFHbKs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sv2ngFHbKs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sv2ngFHbKs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sv2ngFHbKs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sv2ngFHbKs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sv2ngFHbKs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sv2ngFHbKs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sv2ngFHbKs .navbar.navbar-short {
  min-height: 60px;
}
.cid-sv2ngFHbKs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sv2ngFHbKs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sv2ngFHbKs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sv2ngFHbKs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sv2ngFHbKs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sv2ngFHbKs .dropdown-item.active,
.cid-sv2ngFHbKs .dropdown-item:active {
  background-color: transparent;
}
.cid-sv2ngFHbKs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sv2ngFHbKs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sv2ngFHbKs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sv2ngFHbKs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sv2ngFHbKs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sv2ngFHbKs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sv2ngFHbKs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sv2ngFHbKs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sv2ngFHbKs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sv2ngFHbKs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #edc855;
}
.cid-sv2ngFHbKs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sv2ngFHbKs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sv2ngFHbKs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sv2ngFHbKs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sv2ngFHbKs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sv2ngFHbKs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sv2ngFHbKs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sv2ngFHbKs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sv2ngFHbKs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sv2ngFHbKs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sv2ngFHbKs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sv2ngFHbKs .navbar {
    height: 70px;
  }
  .cid-sv2ngFHbKs .navbar.opened {
    height: auto;
  }
  .cid-sv2ngFHbKs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sv2ngFHbKs .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sv2ngFHbKs .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sv2ngFHbKs a {
  display: inline;
  font-weight: bold;
}
.cid-sv2ngFHbKs img {
  display: inline;
  padding-right: 10px;
}
.cid-sv2ngFHbKs .text-black:hover {
  color: #000000 !important;
}
.cid-sv2ngFHbKs .dropdown-toggle:after {
  display: none;
}
.cid-sv2ngFHbKs .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sv2ngFHbKs .dropdown-item:hover {
  color: #ff2b09 !important;
}
.cid-sv2ngFHbKs a.text-black:hover,
.cid-sv2ngFHbKs a.text-black:focus,
.cid-sv2ngFHbKs a.text-black.active {
  color: #000000;
}
@media (max-width: 990px) {
  .cid-sv2ngFHbKs .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-ujlmTgCe70 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edc855;
}
.cid-ujlmTgCe70 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujlmTgCe70 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujlmTgCe70 .container {
    padding: 0 30px;
  }
}
.cid-ujlmTgCe70 .row {
  justify-content: center;
}
.cid-ujlmTgCe70 .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ujlmTgCe70 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujlmTgCe70 .mbr-desc {
  color: #144031;
}
.cid-ujlmTgCe70 .mbr-text {
  color: #144031;
}
.cid-ujl02c8qbw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/contactus-marineairegs-1920x1080.png");
}
.cid-ujl02c8qbw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujl02c8qbw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujl02c8qbw .container {
    padding: 0 30px;
  }
}
.cid-ujl02c8qbw .row {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-ujl02c8qbw .row {
    min-height: auto;
    height: 350px;
  }
}
.cid-ujln0qXWk5 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #edc855;
}
.cid-ujln0qXWk5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujln0qXWk5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujln0qXWk5 .container {
    padding: 0 30px;
  }
}
.cid-ujln0qXWk5 .row {
  justify-content: center;
}
.cid-ujln0qXWk5 .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ujln0qXWk5 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujln0qXWk5 .mbr-desc {
  color: #144031;
}
.cid-ujln0qXWk5 .mbr-text {
  color: #144031;
}
.cid-ujl2Ol0MwT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ujl2Ol0MwT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujl2Ol0MwT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujl2Ol0MwT .container {
    padding: 0 30px;
  }
}
.cid-ujl2Ol0MwT .items .item {
  margin-bottom: 60px;
}
.cid-ujl2Ol0MwT .items .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujl2Ol0MwT .items .item {
    margin-bottom: 30px;
  }
}
.cid-ujl2Ol0MwT .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-ujl2Ol0MwT .items .item .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ujl2Ol0MwT .items .item .item-wrapper .card-box .list .item-wrap {
  opacity: .6;
  margin-bottom: 0;
  line-height: 180%;
  cursor: pointer;
}
.cid-ujl2Ol0MwT .dragArea.row {
  margin: 0;
}
.cid-ujl2Ol0MwT .dragArea.row .mbr-section-title {
  margin-bottom: 45px !important;
}
.cid-ujl2Ol0MwT .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-ujl2Ol0MwT .dragArea.row .form-group .form-control {
  background-color: #dcdcdc;
  padding: 20px;
  box-shadow: none;
  border: none !important;
  border-radius: 0 !important;
}
.cid-ujl2Ol0MwT .dragArea.row .form-group .form-control::placeholder {
  color: #ff9966;
}
.cid-ujl2Ol0MwT .dragArea.row .form-group .form-control:hover,
.cid-ujl2Ol0MwT .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
.cid-ujl2Ol0MwT .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-ujl2Ol0MwT .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ff9966;
  border-color: #ff9966;
}
.cid-ujl2Ol0MwT .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-ujl2Ol0MwT .mbr-section-title {
  color: #000000;
}
.cid-ujl2Ol0MwT .card-title {
  color: #000000;
}
.cid-ujl2Ol0MwT .list {
  color: #000000;
}
.cid-ujl2Ol0MwT .mbr-text {
  color: #000000;
}
.cid-ujl2Ol0MwT label {
  color: #000000;
}
.cid-ujl2Ol0MwT .list,
.cid-ujl2Ol0MwT .item-wrap {
  color: #000000;
}
.cid-ujl6WXPWWd {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #e7f2ed;
}
.cid-ujl6WXPWWd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujl6WXPWWd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujl6WXPWWd .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ujl6WXPWWd .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ujl6WXPWWd .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ujl6WXPWWd .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ujl6WXPWWd .container {
    padding: 0 16px;
  }
}
.cid-ujl6WXPWWd .google-map iframe {
  height: 400px;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-ujl6WXPWWd .google-map iframe {
    height: 350px;
  }
}
.cid-ujlf9MoOXv {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #274f8a;
}
.cid-ujlf9MoOXv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujlf9MoOXv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujlf9MoOXv .container {
    padding: 0 30px;
  }
}
.cid-ujlf9MoOXv .row {
  justify-content: center;
}
.cid-ujlf9MoOXv .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ujlf9MoOXv .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujlf9MoOXv .mbr-desc {
  color: #144031;
}
.cid-ujlf9MoOXv .mbr-text {
  color: #144031;
}
.cid-ujkxB9XV1X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujkxB9XV1X .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #274f8a;
}
@media (max-width: 991px) {
  .cid-ujkxB9XV1X .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ujkxB9XV1X .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-ujkxB9XV1X .list {
    margin-bottom: 30px;
  }
}
.cid-ujkxB9XV1X .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-ujkxB9XV1X .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-ujkxB9XV1X div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ujkxB9XV1X .copyright {
  color: #000000;
}
.cid-ujkxB9XV1X .mbr-section-subtitle {
  color: #da8951;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-ujkxB9XV1X .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-ujkxB9XV1X .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-ujkxB9XV1X .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-ujkxB9XV1X .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-ujkxB9XV1X .footer-logo {
    margin: 0 auto;
  }
}
.cid-ujlffNR6nH {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #274f8a;
}
.cid-ujlffNR6nH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujlffNR6nH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujlffNR6nH .container {
    padding: 0 30px;
  }
}
.cid-ujlffNR6nH .row {
  justify-content: center;
}
.cid-ujlffNR6nH .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ujlffNR6nH .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujlffNR6nH .mbr-desc {
  color: #144031;
}
.cid-ujlffNR6nH .mbr-text {
  color: #144031;
}
.cid-ujpqcuyCdM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ujpqcuyCdM nav.navbar {
  position: fixed;
}
.cid-ujpqcuyCdM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujpqcuyCdM .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-ujpqcuyCdM .dropdown-item:hover,
.cid-ujpqcuyCdM .dropdown-item:focus {
  color: #ff2b09 !important;
}
.cid-ujpqcuyCdM .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-ujpqcuyCdM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujpqcuyCdM .nav-link {
  position: relative;
  padding: 0;
}
.cid-ujpqcuyCdM .container {
  display: flex;
  margin: auto;
}
.cid-ujpqcuyCdM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujpqcuyCdM .dropdown-menu,
.cid-ujpqcuyCdM .navbar.opened {
  background: #ffffff !important;
}
.cid-ujpqcuyCdM .nav-item:focus,
.cid-ujpqcuyCdM .nav-link:focus {
  outline: none;
}
.cid-ujpqcuyCdM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujpqcuyCdM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujpqcuyCdM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujpqcuyCdM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujpqcuyCdM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujpqcuyCdM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujpqcuyCdM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ujpqcuyCdM .navbar.opened {
  transition: all 0.3s;
}
.cid-ujpqcuyCdM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujpqcuyCdM .navbar .navbar-logo img {
  width: auto;
}
.cid-ujpqcuyCdM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujpqcuyCdM .navbar.collapsed {
  justify-content: center;
}
.cid-ujpqcuyCdM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujpqcuyCdM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujpqcuyCdM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ujpqcuyCdM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujpqcuyCdM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujpqcuyCdM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ujpqcuyCdM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujpqcuyCdM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujpqcuyCdM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujpqcuyCdM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujpqcuyCdM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujpqcuyCdM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujpqcuyCdM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujpqcuyCdM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ujpqcuyCdM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujpqcuyCdM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujpqcuyCdM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujpqcuyCdM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujpqcuyCdM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujpqcuyCdM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujpqcuyCdM .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujpqcuyCdM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujpqcuyCdM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujpqcuyCdM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujpqcuyCdM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujpqcuyCdM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujpqcuyCdM .dropdown-item.active,
.cid-ujpqcuyCdM .dropdown-item:active {
  background-color: transparent;
}
.cid-ujpqcuyCdM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujpqcuyCdM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujpqcuyCdM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujpqcuyCdM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujpqcuyCdM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujpqcuyCdM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujpqcuyCdM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujpqcuyCdM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujpqcuyCdM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujpqcuyCdM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #edc855;
}
.cid-ujpqcuyCdM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujpqcuyCdM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujpqcuyCdM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujpqcuyCdM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujpqcuyCdM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujpqcuyCdM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujpqcuyCdM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujpqcuyCdM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujpqcuyCdM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ujpqcuyCdM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujpqcuyCdM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujpqcuyCdM .navbar {
    height: 70px;
  }
  .cid-ujpqcuyCdM .navbar.opened {
    height: auto;
  }
  .cid-ujpqcuyCdM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujpqcuyCdM .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-ujpqcuyCdM .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-ujpqcuyCdM a {
  display: inline;
  font-weight: bold;
}
.cid-ujpqcuyCdM img {
  display: inline;
  padding-right: 10px;
}
.cid-ujpqcuyCdM .text-black:hover {
  color: #000000 !important;
}
.cid-ujpqcuyCdM .dropdown-toggle:after {
  display: none;
}
.cid-ujpqcuyCdM .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-ujpqcuyCdM .dropdown-item:hover {
  color: #ff2b09 !important;
}
.cid-ujpqcuyCdM a.text-black:hover,
.cid-ujpqcuyCdM a.text-black:focus,
.cid-ujpqcuyCdM a.text-black.active {
  color: #000000;
}
@media (max-width: 990px) {
  .cid-ujpqcuyCdM .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-ujpqcuRnBt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edc855;
}
.cid-ujpqcuRnBt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujpqcuRnBt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujpqcuRnBt .container {
    padding: 0 30px;
  }
}
.cid-ujpqcuRnBt .row {
  justify-content: center;
}
.cid-ujpqcuRnBt .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ujpqcuRnBt .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujpqcuRnBt .mbr-desc {
  color: #144031;
}
.cid-ujpqcuRnBt .mbr-text {
  color: #144031;
}
.cid-ujpqcv5Kv0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/ecommerceservice-marineaireglobalsolution-1920x1080.png");
}
.cid-ujpqcv5Kv0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujpqcv5Kv0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujpqcv5Kv0 .container {
    padding: 0 30px;
  }
}
.cid-ujpqcv5Kv0 .row {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-ujpqcv5Kv0 .row {
    min-height: auto;
    height: 350px;
  }
}
.cid-ujpqcvieZJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edc855;
}
.cid-ujpqcvieZJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujpqcvieZJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujpqcvieZJ .container {
    padding: 0 30px;
  }
}
.cid-ujpqcvieZJ .row {
  justify-content: center;
}
.cid-ujpqcvieZJ .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ujpqcvieZJ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujpqcvieZJ .mbr-desc {
  color: #144031;
}
.cid-ujpqcvieZJ .mbr-text {
  color: #144031;
}
.cid-ujpqcvvEwJ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ujpqcvvEwJ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-ujpqcvvEwJ .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-ujpqcvvEwJ .mbr-text {
  color: #000000;
  letter-spacing: 0.03em;
}
.cid-ujpqcvQcm9 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #eaffe2;
}
.cid-ujpqcvQcm9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujpqcvQcm9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujpqcvQcm9 .container {
    padding: 0 30px;
  }
}
.cid-ujpqcvQcm9 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-ujpqcvQcm9 .item {
  margin-bottom: 40px;
}
.cid-ujpqcvQcm9 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border-radius: 0 !important;
}
.cid-ujpqcvQcm9 .item .item-wrapper .card-box .item-price {
  padding: 30px;
  margin-bottom: 40px;
  background-color: #edc855;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-ujpqcvQcm9 .item .item-wrapper .card-box .item-price {
    padding: 20px;
  }
}
.cid-ujpqcvQcm9 .item .item-wrapper .card-box .item-title {
  padding: 0 30px 30px 30px;
  border-bottom: 1px solid #dbf5d1;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ujpqcvQcm9 .item .item-wrapper .card-box .item-title {
    padding: 0 20px 20px 20px;
  }
}
.cid-ujpqcvQcm9 .item .item-wrapper .card-box .item-text {
  padding: 0 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujpqcvQcm9 .item .item-wrapper .card-box .item-text {
    padding: 0 20px;
  }
}
.cid-ujpqcvQcm9 .item .mbr-section-btn {
  margin-top: 30px;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-ujpqcvQcm9 .item .mbr-section-btn {
    padding: 0 20px;
  }
}
.cid-ujpqcvQcm9 .item .mbr-section-btn .btn {
  width: 100%;
}
.cid-ujpqcvQcm9 .item-price {
  color: #274f8a;
  text-align: center;
}
.cid-ujpqcvQcm9 .item-title {
  color: #144031;
}
.cid-ujpqcvQcm9 .item-text {
  color: #da8951;
}
.cid-ujpqcwboUn {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #274f8a;
}
.cid-ujpqcwboUn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujpqcwboUn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujpqcwboUn .container {
    padding: 0 30px;
  }
}
.cid-ujpqcwboUn .row {
  justify-content: center;
}
.cid-ujpqcwboUn .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ujpqcwboUn .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujpqcwboUn .mbr-desc {
  color: #144031;
}
.cid-ujpqcwboUn .mbr-text {
  color: #144031;
}
.cid-ujpqcwm0tB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujpqcwm0tB .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #274f8a;
}
@media (max-width: 991px) {
  .cid-ujpqcwm0tB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ujpqcwm0tB .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-ujpqcwm0tB .list {
    margin-bottom: 30px;
  }
}
.cid-ujpqcwm0tB .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-ujpqcwm0tB .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-ujpqcwm0tB div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ujpqcwm0tB .copyright {
  color: #000000;
}
.cid-ujpqcwm0tB .mbr-section-subtitle {
  color: #da8951;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-ujpqcwm0tB .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-ujpqcwm0tB .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-ujpqcwm0tB .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-ujpqcwm0tB .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-ujpqcwm0tB .footer-logo {
    margin: 0 auto;
  }
}
.cid-ujpqcwBBHd {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #274f8a;
}
.cid-ujpqcwBBHd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujpqcwBBHd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujpqcwBBHd .container {
    padding: 0 30px;
  }
}
.cid-ujpqcwBBHd .row {
  justify-content: center;
}
.cid-ujpqcwBBHd .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ujpqcwBBHd .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujpqcwBBHd .mbr-desc {
  color: #144031;
}
.cid-ujpqcwBBHd .mbr-text {
  color: #144031;
}
.cid-ujlzHl9er7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ujlzHl9er7 nav.navbar {
  position: fixed;
}
.cid-ujlzHl9er7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujlzHl9er7 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-ujlzHl9er7 .dropdown-item:hover,
.cid-ujlzHl9er7 .dropdown-item:focus {
  color: #ff2b09 !important;
}
.cid-ujlzHl9er7 .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-ujlzHl9er7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujlzHl9er7 .nav-link {
  position: relative;
  padding: 0;
}
.cid-ujlzHl9er7 .container {
  display: flex;
  margin: auto;
}
.cid-ujlzHl9er7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujlzHl9er7 .dropdown-menu,
.cid-ujlzHl9er7 .navbar.opened {
  background: #ffffff !important;
}
.cid-ujlzHl9er7 .nav-item:focus,
.cid-ujlzHl9er7 .nav-link:focus {
  outline: none;
}
.cid-ujlzHl9er7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujlzHl9er7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujlzHl9er7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujlzHl9er7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujlzHl9er7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujlzHl9er7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujlzHl9er7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ujlzHl9er7 .navbar.opened {
  transition: all 0.3s;
}
.cid-ujlzHl9er7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujlzHl9er7 .navbar .navbar-logo img {
  width: auto;
}
.cid-ujlzHl9er7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujlzHl9er7 .navbar.collapsed {
  justify-content: center;
}
.cid-ujlzHl9er7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujlzHl9er7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujlzHl9er7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ujlzHl9er7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujlzHl9er7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujlzHl9er7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ujlzHl9er7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujlzHl9er7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujlzHl9er7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujlzHl9er7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujlzHl9er7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujlzHl9er7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujlzHl9er7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujlzHl9er7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ujlzHl9er7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujlzHl9er7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujlzHl9er7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujlzHl9er7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujlzHl9er7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujlzHl9er7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujlzHl9er7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujlzHl9er7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujlzHl9er7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujlzHl9er7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujlzHl9er7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujlzHl9er7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujlzHl9er7 .dropdown-item.active,
.cid-ujlzHl9er7 .dropdown-item:active {
  background-color: transparent;
}
.cid-ujlzHl9er7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujlzHl9er7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujlzHl9er7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujlzHl9er7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujlzHl9er7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujlzHl9er7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujlzHl9er7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujlzHl9er7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujlzHl9er7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujlzHl9er7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #edc855;
}
.cid-ujlzHl9er7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujlzHl9er7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujlzHl9er7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujlzHl9er7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujlzHl9er7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujlzHl9er7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujlzHl9er7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujlzHl9er7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujlzHl9er7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ujlzHl9er7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujlzHl9er7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujlzHl9er7 .navbar {
    height: 70px;
  }
  .cid-ujlzHl9er7 .navbar.opened {
    height: auto;
  }
  .cid-ujlzHl9er7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujlzHl9er7 .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-ujlzHl9er7 .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-ujlzHl9er7 a {
  display: inline;
  font-weight: bold;
}
.cid-ujlzHl9er7 img {
  display: inline;
  padding-right: 10px;
}
.cid-ujlzHl9er7 .text-black:hover {
  color: #000000 !important;
}
.cid-ujlzHl9er7 .dropdown-toggle:after {
  display: none;
}
.cid-ujlzHl9er7 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-ujlzHl9er7 .dropdown-item:hover {
  color: #ff2b09 !important;
}
.cid-ujlzHl9er7 a.text-black:hover,
.cid-ujlzHl9er7 a.text-black:focus,
.cid-ujlzHl9er7 a.text-black.active {
  color: #000000;
}
@media (max-width: 990px) {
  .cid-ujlzHl9er7 .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-ujlzHkIcp7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edc855;
}
.cid-ujlzHkIcp7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujlzHkIcp7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujlzHkIcp7 .container {
    padding: 0 30px;
  }
}
.cid-ujlzHkIcp7 .row {
  justify-content: center;
}
.cid-ujlzHkIcp7 .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ujlzHkIcp7 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujlzHkIcp7 .mbr-desc {
  color: #144031;
}
.cid-ujlzHkIcp7 .mbr-text {
  color: #144031;
}
.cid-ujlzHkXsNb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/warehouseservice-marineaireglobalsolution-1920x1080.png");
}
.cid-ujlzHkXsNb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujlzHkXsNb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujlzHkXsNb .container {
    padding: 0 30px;
  }
}
.cid-ujlzHkXsNb .row {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-ujlzHkXsNb .row {
    min-height: auto;
    height: 350px;
  }
}
.cid-ujlzHlrpyO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edc855;
}
.cid-ujlzHlrpyO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujlzHlrpyO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujlzHlrpyO .container {
    padding: 0 30px;
  }
}
.cid-ujlzHlrpyO .row {
  justify-content: center;
}
.cid-ujlzHlrpyO .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ujlzHlrpyO .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujlzHlrpyO .mbr-desc {
  color: #144031;
}
.cid-ujlzHlrpyO .mbr-text {
  color: #144031;
}
.cid-ujpi58DTvL {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ujpi58DTvL .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-ujpi58DTvL .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-ujpi58DTvL .mbr-text {
  color: #000000;
  letter-spacing: 0.03em;
}
.cid-ujpi5Fq2jD {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #eaffe2;
}
.cid-ujpi5Fq2jD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujpi5Fq2jD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujpi5Fq2jD .container {
    padding: 0 30px;
  }
}
.cid-ujpi5Fq2jD .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-ujpi5Fq2jD .item {
  margin-bottom: 40px;
}
.cid-ujpi5Fq2jD .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border-radius: 0 !important;
}
.cid-ujpi5Fq2jD .item .item-wrapper .card-box .item-price {
  padding: 30px;
  margin-bottom: 40px;
  background-color: #edc855;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-ujpi5Fq2jD .item .item-wrapper .card-box .item-price {
    padding: 20px;
  }
}
.cid-ujpi5Fq2jD .item .item-wrapper .card-box .item-title {
  padding: 0 30px 30px 30px;
  border-bottom: 1px solid #dbf5d1;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ujpi5Fq2jD .item .item-wrapper .card-box .item-title {
    padding: 0 20px 20px 20px;
  }
}
.cid-ujpi5Fq2jD .item .item-wrapper .card-box .item-text {
  padding: 0 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujpi5Fq2jD .item .item-wrapper .card-box .item-text {
    padding: 0 20px;
  }
}
.cid-ujpi5Fq2jD .item .mbr-section-btn {
  margin-top: 30px;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-ujpi5Fq2jD .item .mbr-section-btn {
    padding: 0 20px;
  }
}
.cid-ujpi5Fq2jD .item .mbr-section-btn .btn {
  width: 100%;
}
.cid-ujpi5Fq2jD .item-price {
  color: #274f8a;
  text-align: center;
}
.cid-ujpi5Fq2jD .item-title {
  color: #144031;
}
.cid-ujpi5Fq2jD .item-text {
  color: #da8951;
}
.cid-ujlzHm3FYh {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #274f8a;
}
.cid-ujlzHm3FYh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujlzHm3FYh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujlzHm3FYh .container {
    padding: 0 30px;
  }
}
.cid-ujlzHm3FYh .row {
  justify-content: center;
}
.cid-ujlzHm3FYh .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ujlzHm3FYh .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujlzHm3FYh .mbr-desc {
  color: #144031;
}
.cid-ujlzHm3FYh .mbr-text {
  color: #144031;
}
.cid-ujlzHmhBRP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujlzHmhBRP .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #274f8a;
}
@media (max-width: 991px) {
  .cid-ujlzHmhBRP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ujlzHmhBRP .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-ujlzHmhBRP .list {
    margin-bottom: 30px;
  }
}
.cid-ujlzHmhBRP .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-ujlzHmhBRP .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-ujlzHmhBRP div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ujlzHmhBRP .copyright {
  color: #000000;
}
.cid-ujlzHmhBRP .mbr-section-subtitle {
  color: #da8951;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-ujlzHmhBRP .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-ujlzHmhBRP .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-ujlzHmhBRP .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-ujlzHmhBRP .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-ujlzHmhBRP .footer-logo {
    margin: 0 auto;
  }
}
.cid-ujlzHmwZFa {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #274f8a;
}
.cid-ujlzHmwZFa .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujlzHmwZFa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujlzHmwZFa .container {
    padding: 0 30px;
  }
}
.cid-ujlzHmwZFa .row {
  justify-content: center;
}
.cid-ujlzHmwZFa .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ujlzHmwZFa .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujlzHmwZFa .mbr-desc {
  color: #144031;
}
.cid-ujlzHmwZFa .mbr-text {
  color: #144031;
}
.cid-ujlzkKzaMH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ujlzkKzaMH nav.navbar {
  position: fixed;
}
.cid-ujlzkKzaMH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujlzkKzaMH .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-ujlzkKzaMH .dropdown-item:hover,
.cid-ujlzkKzaMH .dropdown-item:focus {
  color: #ff2b09 !important;
}
.cid-ujlzkKzaMH .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-ujlzkKzaMH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujlzkKzaMH .nav-link {
  position: relative;
  padding: 0;
}
.cid-ujlzkKzaMH .container {
  display: flex;
  margin: auto;
}
.cid-ujlzkKzaMH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujlzkKzaMH .dropdown-menu,
.cid-ujlzkKzaMH .navbar.opened {
  background: #ffffff !important;
}
.cid-ujlzkKzaMH .nav-item:focus,
.cid-ujlzkKzaMH .nav-link:focus {
  outline: none;
}
.cid-ujlzkKzaMH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujlzkKzaMH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujlzkKzaMH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujlzkKzaMH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujlzkKzaMH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujlzkKzaMH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujlzkKzaMH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ujlzkKzaMH .navbar.opened {
  transition: all 0.3s;
}
.cid-ujlzkKzaMH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujlzkKzaMH .navbar .navbar-logo img {
  width: auto;
}
.cid-ujlzkKzaMH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujlzkKzaMH .navbar.collapsed {
  justify-content: center;
}
.cid-ujlzkKzaMH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujlzkKzaMH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujlzkKzaMH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ujlzkKzaMH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujlzkKzaMH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujlzkKzaMH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ujlzkKzaMH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujlzkKzaMH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujlzkKzaMH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujlzkKzaMH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujlzkKzaMH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujlzkKzaMH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujlzkKzaMH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujlzkKzaMH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ujlzkKzaMH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujlzkKzaMH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujlzkKzaMH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujlzkKzaMH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujlzkKzaMH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujlzkKzaMH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujlzkKzaMH .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujlzkKzaMH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujlzkKzaMH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujlzkKzaMH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujlzkKzaMH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujlzkKzaMH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujlzkKzaMH .dropdown-item.active,
.cid-ujlzkKzaMH .dropdown-item:active {
  background-color: transparent;
}
.cid-ujlzkKzaMH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujlzkKzaMH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujlzkKzaMH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujlzkKzaMH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujlzkKzaMH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujlzkKzaMH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujlzkKzaMH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujlzkKzaMH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujlzkKzaMH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujlzkKzaMH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #edc855;
}
.cid-ujlzkKzaMH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujlzkKzaMH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujlzkKzaMH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujlzkKzaMH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujlzkKzaMH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujlzkKzaMH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujlzkKzaMH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujlzkKzaMH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujlzkKzaMH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ujlzkKzaMH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujlzkKzaMH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujlzkKzaMH .navbar {
    height: 70px;
  }
  .cid-ujlzkKzaMH .navbar.opened {
    height: auto;
  }
  .cid-ujlzkKzaMH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujlzkKzaMH .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-ujlzkKzaMH .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-ujlzkKzaMH a {
  display: inline;
  font-weight: bold;
}
.cid-ujlzkKzaMH img {
  display: inline;
  padding-right: 10px;
}
.cid-ujlzkKzaMH .text-black:hover {
  color: #000000 !important;
}
.cid-ujlzkKzaMH .dropdown-toggle:after {
  display: none;
}
.cid-ujlzkKzaMH .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-ujlzkKzaMH .dropdown-item:hover {
  color: #ff2b09 !important;
}
.cid-ujlzkKzaMH a.text-black:hover,
.cid-ujlzkKzaMH a.text-black:focus,
.cid-ujlzkKzaMH a.text-black.active {
  color: #000000;
}
@media (max-width: 990px) {
  .cid-ujlzkKzaMH .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-ujlzkK63Oi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edc855;
}
.cid-ujlzkK63Oi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujlzkK63Oi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujlzkK63Oi .container {
    padding: 0 30px;
  }
}
.cid-ujlzkK63Oi .row {
  justify-content: center;
}
.cid-ujlzkK63Oi .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ujlzkK63Oi .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujlzkK63Oi .mbr-desc {
  color: #144031;
}
.cid-ujlzkK63Oi .mbr-text {
  color: #144031;
}
.cid-ujlzkKmtKn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/airfreightservice-marineaireglobalsolution-1-1920x1080.png");
}
.cid-ujlzkKmtKn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujlzkKmtKn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujlzkKmtKn .container {
    padding: 0 30px;
  }
}
.cid-ujlzkKmtKn .row {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-ujlzkKmtKn .row {
    min-height: auto;
    height: 350px;
  }
}
.cid-ujlzkKS2jV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edc855;
}
.cid-ujlzkKS2jV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujlzkKS2jV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujlzkKS2jV .container {
    padding: 0 30px;
  }
}
.cid-ujlzkKS2jV .row {
  justify-content: center;
}
.cid-ujlzkKS2jV .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ujlzkKS2jV .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujlzkKS2jV .mbr-desc {
  color: #144031;
}
.cid-ujlzkKS2jV .mbr-text {
  color: #144031;
}
.cid-ujlzkLAvHw {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #274f8a;
}
.cid-ujlzkLAvHw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujlzkLAvHw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujlzkLAvHw .container {
    padding: 0 30px;
  }
}
.cid-ujlzkLAvHw .row {
  justify-content: center;
}
.cid-ujlzkLAvHw .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ujlzkLAvHw .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujlzkLAvHw .mbr-desc {
  color: #144031;
}
.cid-ujlzkLAvHw .mbr-text {
  color: #144031;
}
.cid-ujpdhoEpWS {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ujpdhoEpWS .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-ujpdhoEpWS .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-ujpdhoEpWS .mbr-text {
  color: #000000;
  letter-spacing: 0.03em;
}
.cid-ujpfFG1unL {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #eaffe2;
}
.cid-ujpfFG1unL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujpfFG1unL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujpfFG1unL .container {
    padding: 0 30px;
  }
}
.cid-ujpfFG1unL .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-ujpfFG1unL .item {
  margin-bottom: 40px;
}
.cid-ujpfFG1unL .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border-radius: 0 !important;
}
.cid-ujpfFG1unL .item .item-wrapper .card-box .item-price {
  padding: 30px;
  margin-bottom: 40px;
  background-color: #edc855;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-ujpfFG1unL .item .item-wrapper .card-box .item-price {
    padding: 20px;
  }
}
.cid-ujpfFG1unL .item .item-wrapper .card-box .item-title {
  padding: 0 30px 30px 30px;
  border-bottom: 1px solid #dbf5d1;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ujpfFG1unL .item .item-wrapper .card-box .item-title {
    padding: 0 20px 20px 20px;
  }
}
.cid-ujpfFG1unL .item .item-wrapper .card-box .item-text {
  padding: 0 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujpfFG1unL .item .item-wrapper .card-box .item-text {
    padding: 0 20px;
  }
}
.cid-ujpfFG1unL .item .mbr-section-btn {
  margin-top: 30px;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-ujpfFG1unL .item .mbr-section-btn {
    padding: 0 20px;
  }
}
.cid-ujpfFG1unL .item .mbr-section-btn .btn {
  width: 100%;
}
.cid-ujpfFG1unL .item-price {
  color: #274f8a;
  text-align: center;
}
.cid-ujpfFG1unL .item-title {
  color: #144031;
}
.cid-ujpfFG1unL .item-text {
  color: #da8951;
}
.cid-ujpgdNZ1vS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #274f8a;
}
.cid-ujpgdNZ1vS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujpgdNZ1vS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujpgdNZ1vS .container {
    padding: 0 30px;
  }
}
.cid-ujpgdNZ1vS .row {
  justify-content: center;
}
.cid-ujpgdNZ1vS .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ujpgdNZ1vS .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujpgdNZ1vS .mbr-desc {
  color: #144031;
}
.cid-ujpgdNZ1vS .mbr-text {
  color: #144031;
}
.cid-ujlzkLOZjt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujlzkLOZjt .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #274f8a;
}
@media (max-width: 991px) {
  .cid-ujlzkLOZjt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ujlzkLOZjt .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-ujlzkLOZjt .list {
    margin-bottom: 30px;
  }
}
.cid-ujlzkLOZjt .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-ujlzkLOZjt .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-ujlzkLOZjt div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ujlzkLOZjt .copyright {
  color: #000000;
}
.cid-ujlzkLOZjt .mbr-section-subtitle {
  color: #da8951;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-ujlzkLOZjt .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-ujlzkLOZjt .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-ujlzkLOZjt .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-ujlzkLOZjt .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-ujlzkLOZjt .footer-logo {
    margin: 0 auto;
  }
}
.cid-ujlzkM3DzK {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #274f8a;
}
.cid-ujlzkM3DzK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujlzkM3DzK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujlzkM3DzK .container {
    padding: 0 30px;
  }
}
.cid-ujlzkM3DzK .row {
  justify-content: center;
}
.cid-ujlzkM3DzK .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ujlzkM3DzK .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujlzkM3DzK .mbr-desc {
  color: #144031;
}
.cid-ujlzkM3DzK .mbr-text {
  color: #144031;
}
.cid-ujpBNDfS1k {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ujpBNDfS1k nav.navbar {
  position: fixed;
}
.cid-ujpBNDfS1k .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujpBNDfS1k .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-ujpBNDfS1k .dropdown-item:hover,
.cid-ujpBNDfS1k .dropdown-item:focus {
  color: #ff2b09 !important;
}
.cid-ujpBNDfS1k .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-ujpBNDfS1k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujpBNDfS1k .nav-link {
  position: relative;
  padding: 0;
}
.cid-ujpBNDfS1k .container {
  display: flex;
  margin: auto;
}
.cid-ujpBNDfS1k .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujpBNDfS1k .dropdown-menu,
.cid-ujpBNDfS1k .navbar.opened {
  background: #ffffff !important;
}
.cid-ujpBNDfS1k .nav-item:focus,
.cid-ujpBNDfS1k .nav-link:focus {
  outline: none;
}
.cid-ujpBNDfS1k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujpBNDfS1k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujpBNDfS1k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujpBNDfS1k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujpBNDfS1k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujpBNDfS1k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujpBNDfS1k .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ujpBNDfS1k .navbar.opened {
  transition: all 0.3s;
}
.cid-ujpBNDfS1k .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujpBNDfS1k .navbar .navbar-logo img {
  width: auto;
}
.cid-ujpBNDfS1k .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujpBNDfS1k .navbar.collapsed {
  justify-content: center;
}
.cid-ujpBNDfS1k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujpBNDfS1k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujpBNDfS1k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ujpBNDfS1k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujpBNDfS1k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujpBNDfS1k .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ujpBNDfS1k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujpBNDfS1k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujpBNDfS1k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujpBNDfS1k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujpBNDfS1k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujpBNDfS1k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujpBNDfS1k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujpBNDfS1k .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ujpBNDfS1k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujpBNDfS1k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujpBNDfS1k .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujpBNDfS1k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujpBNDfS1k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujpBNDfS1k .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujpBNDfS1k .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujpBNDfS1k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujpBNDfS1k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujpBNDfS1k .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujpBNDfS1k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujpBNDfS1k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujpBNDfS1k .dropdown-item.active,
.cid-ujpBNDfS1k .dropdown-item:active {
  background-color: transparent;
}
.cid-ujpBNDfS1k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujpBNDfS1k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujpBNDfS1k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujpBNDfS1k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujpBNDfS1k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujpBNDfS1k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujpBNDfS1k ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujpBNDfS1k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujpBNDfS1k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujpBNDfS1k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #edc855;
}
.cid-ujpBNDfS1k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujpBNDfS1k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujpBNDfS1k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujpBNDfS1k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujpBNDfS1k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujpBNDfS1k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujpBNDfS1k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujpBNDfS1k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujpBNDfS1k .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ujpBNDfS1k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujpBNDfS1k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujpBNDfS1k .navbar {
    height: 70px;
  }
  .cid-ujpBNDfS1k .navbar.opened {
    height: auto;
  }
  .cid-ujpBNDfS1k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujpBNDfS1k .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-ujpBNDfS1k .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-ujpBNDfS1k a {
  display: inline;
  font-weight: bold;
}
.cid-ujpBNDfS1k img {
  display: inline;
  padding-right: 10px;
}
.cid-ujpBNDfS1k .text-black:hover {
  color: #000000 !important;
}
.cid-ujpBNDfS1k .dropdown-toggle:after {
  display: none;
}
.cid-ujpBNDfS1k .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-ujpBNDfS1k .dropdown-item:hover {
  color: #ff2b09 !important;
}
.cid-ujpBNDfS1k a.text-black:hover,
.cid-ujpBNDfS1k a.text-black:focus,
.cid-ujpBNDfS1k a.text-black.active {
  color: #000000;
}
@media (max-width: 990px) {
  .cid-ujpBNDfS1k .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-ujpBNDxcVV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edc855;
}
.cid-ujpBNDxcVV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujpBNDxcVV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujpBNDxcVV .container {
    padding: 0 30px;
  }
}
.cid-ujpBNDxcVV .row {
  justify-content: center;
}
.cid-ujpBNDxcVV .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ujpBNDxcVV .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujpBNDxcVV .mbr-desc {
  color: #144031;
}
.cid-ujpBNDxcVV .mbr-text {
  color: #144031;
}
.cid-ujpBNDMcL1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/oursolution-marineaireglobalsolution-1920x1080.png");
}
.cid-ujpBNDMcL1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujpBNDMcL1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujpBNDMcL1 .container {
    padding: 0 30px;
  }
}
.cid-ujpBNDMcL1 .row {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-ujpBNDMcL1 .row {
    min-height: auto;
    height: 350px;
  }
}
.cid-ujpBNDWRXw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edc855;
}
.cid-ujpBNDWRXw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujpBNDWRXw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujpBNDWRXw .container {
    padding: 0 30px;
  }
}
.cid-ujpBNDWRXw .row {
  justify-content: center;
}
.cid-ujpBNDWRXw .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ujpBNDWRXw .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujpBNDWRXw .mbr-desc {
  color: #144031;
}
.cid-ujpBNDWRXw .mbr-text {
  color: #144031;
}
.cid-ujpCRFECAq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujpCRFECAq .card {
  padding: 5rem 0;
  background: #ffffff;
  margin: auto;
  border-radius: 0;
}
.cid-ujpCRFECAq .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
}
.cid-ujpCRFECAq .line {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #ff2b09;
  opacity: 0;
}
.cid-ujpCRFECAq .lin:hover .line {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s;
}
.cid-ujpCRFECAq .mbr-link {
  text-align: center;
  margin-top: 1rem;
}
.cid-ujpCRFECAq .mbr-section-title {
  color: #000000;
}
.cid-ujpCRFECAq .col-10 {
  margin: auto;
}
.cid-ujpDuWDg2B {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ujpDuWDg2B .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujpDuWDg2B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujpDuWDg2B .row {
    padding: 0 13px;
  }
}
.cid-ujpDuWDg2B .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ujpDuWDg2B .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-ujpDuWDg2B .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujpDuWDg2B .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-ujpDuWDg2B .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-ujpDuWDg2B .text-wrapper {
    padding: 0;
  }
}
.cid-ujpDuWDg2B .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-ujpDuWDg2B .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-ujpDuWDg2B .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-ujpDuWDg2B .mbr-text {
  color: #274f8a;
}
.cid-ujpDuWDg2B .mbr-name {
  color: #000000;
}
.cid-ujpDuWDg2B .mbr-role {
  color: #000000;
}
.cid-ujpEpQRXD9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ujpEpQRXD9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujpEpQRXD9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujpEpQRXD9 .row {
    padding: 0 13px;
  }
}
.cid-ujpEpQRXD9 .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ujpEpQRXD9 .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-ujpEpQRXD9 .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujpEpQRXD9 .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-ujpEpQRXD9 .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-ujpEpQRXD9 .text-wrapper {
    padding: 0;
  }
}
.cid-ujpEpQRXD9 .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-ujpEpQRXD9 .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-ujpEpQRXD9 .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-ujpEpQRXD9 .mbr-text {
  color: #274f8a;
}
.cid-ujpEpQRXD9 .mbr-name {
  color: #000000;
}
.cid-ujpEpQRXD9 .mbr-role {
  color: #000000;
}
.cid-ujpFa9jRza {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ujpFa9jRza .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujpFa9jRza .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujpFa9jRza .row {
    padding: 0 13px;
  }
}
.cid-ujpFa9jRza .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ujpFa9jRza .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-ujpFa9jRza .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujpFa9jRza .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-ujpFa9jRza .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-ujpFa9jRza .text-wrapper {
    padding: 0;
  }
}
.cid-ujpFa9jRza .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-ujpFa9jRza .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-ujpFa9jRza .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-ujpFa9jRza .mbr-text {
  color: #274f8a;
}
.cid-ujpFa9jRza .mbr-name {
  color: #000000;
}
.cid-ujpFa9jRza .mbr-role {
  color: #000000;
}
.cid-ujpBNExBU7 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #274f8a;
}
.cid-ujpBNExBU7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujpBNExBU7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujpBNExBU7 .container {
    padding: 0 30px;
  }
}
.cid-ujpBNExBU7 .row {
  justify-content: center;
}
.cid-ujpBNExBU7 .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ujpBNExBU7 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujpBNExBU7 .mbr-desc {
  color: #144031;
}
.cid-ujpBNExBU7 .mbr-text {
  color: #144031;
}
.cid-ujpBNEICd6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujpBNEICd6 .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #274f8a;
}
@media (max-width: 991px) {
  .cid-ujpBNEICd6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ujpBNEICd6 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-ujpBNEICd6 .list {
    margin-bottom: 30px;
  }
}
.cid-ujpBNEICd6 .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-ujpBNEICd6 .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-ujpBNEICd6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ujpBNEICd6 .copyright {
  color: #000000;
}
.cid-ujpBNEICd6 .mbr-section-subtitle {
  color: #da8951;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-ujpBNEICd6 .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-ujpBNEICd6 .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-ujpBNEICd6 .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-ujpBNEICd6 .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-ujpBNEICd6 .footer-logo {
    margin: 0 auto;
  }
}
.cid-ujpBNEX0Yv {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #274f8a;
}
.cid-ujpBNEX0Yv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujpBNEX0Yv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujpBNEX0Yv .container {
    padding: 0 30px;
  }
}
.cid-ujpBNEX0Yv .row {
  justify-content: center;
}
.cid-ujpBNEX0Yv .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ujpBNEX0Yv .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujpBNEX0Yv .mbr-desc {
  color: #144031;
}
.cid-ujpBNEX0Yv .mbr-text {
  color: #144031;
}
.cid-ujpHYFANkT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ujpHYFANkT nav.navbar {
  position: fixed;
}
.cid-ujpHYFANkT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujpHYFANkT .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-ujpHYFANkT .dropdown-item:hover,
.cid-ujpHYFANkT .dropdown-item:focus {
  color: #ff2b09 !important;
}
.cid-ujpHYFANkT .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-ujpHYFANkT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujpHYFANkT .nav-link {
  position: relative;
  padding: 0;
}
.cid-ujpHYFANkT .container {
  display: flex;
  margin: auto;
}
.cid-ujpHYFANkT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujpHYFANkT .dropdown-menu,
.cid-ujpHYFANkT .navbar.opened {
  background: #ffffff !important;
}
.cid-ujpHYFANkT .nav-item:focus,
.cid-ujpHYFANkT .nav-link:focus {
  outline: none;
}
.cid-ujpHYFANkT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujpHYFANkT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujpHYFANkT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujpHYFANkT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujpHYFANkT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujpHYFANkT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujpHYFANkT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ujpHYFANkT .navbar.opened {
  transition: all 0.3s;
}
.cid-ujpHYFANkT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujpHYFANkT .navbar .navbar-logo img {
  width: auto;
}
.cid-ujpHYFANkT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujpHYFANkT .navbar.collapsed {
  justify-content: center;
}
.cid-ujpHYFANkT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujpHYFANkT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujpHYFANkT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ujpHYFANkT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujpHYFANkT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujpHYFANkT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ujpHYFANkT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujpHYFANkT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujpHYFANkT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujpHYFANkT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujpHYFANkT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujpHYFANkT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujpHYFANkT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujpHYFANkT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ujpHYFANkT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujpHYFANkT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujpHYFANkT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujpHYFANkT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujpHYFANkT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujpHYFANkT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujpHYFANkT .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujpHYFANkT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujpHYFANkT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujpHYFANkT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujpHYFANkT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujpHYFANkT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujpHYFANkT .dropdown-item.active,
.cid-ujpHYFANkT .dropdown-item:active {
  background-color: transparent;
}
.cid-ujpHYFANkT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujpHYFANkT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujpHYFANkT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujpHYFANkT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujpHYFANkT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujpHYFANkT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujpHYFANkT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujpHYFANkT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujpHYFANkT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujpHYFANkT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #edc855;
}
.cid-ujpHYFANkT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujpHYFANkT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujpHYFANkT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujpHYFANkT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujpHYFANkT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujpHYFANkT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujpHYFANkT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujpHYFANkT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujpHYFANkT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ujpHYFANkT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujpHYFANkT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujpHYFANkT .navbar {
    height: 70px;
  }
  .cid-ujpHYFANkT .navbar.opened {
    height: auto;
  }
  .cid-ujpHYFANkT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujpHYFANkT .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-ujpHYFANkT .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-ujpHYFANkT a {
  display: inline;
  font-weight: bold;
}
.cid-ujpHYFANkT img {
  display: inline;
  padding-right: 10px;
}
.cid-ujpHYFANkT .text-black:hover {
  color: #000000 !important;
}
.cid-ujpHYFANkT .dropdown-toggle:after {
  display: none;
}
.cid-ujpHYFANkT .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-ujpHYFANkT .dropdown-item:hover {
  color: #ff2b09 !important;
}
.cid-ujpHYFANkT a.text-black:hover,
.cid-ujpHYFANkT a.text-black:focus,
.cid-ujpHYFANkT a.text-black.active {
  color: #000000;
}
@media (max-width: 990px) {
  .cid-ujpHYFANkT .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-ujpHYFS4uH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edc855;
}
.cid-ujpHYFS4uH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujpHYFS4uH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujpHYFS4uH .container {
    padding: 0 30px;
  }
}
.cid-ujpHYFS4uH .row {
  justify-content: center;
}
.cid-ujpHYFS4uH .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ujpHYFS4uH .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujpHYFS4uH .mbr-desc {
  color: #144031;
}
.cid-ujpHYFS4uH .mbr-text {
  color: #144031;
}
.cid-ujpHYG59ph {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/askforhelp-marineairegs-1920x1080.png");
}
.cid-ujpHYG59ph .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujpHYG59ph .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujpHYG59ph .container {
    padding: 0 30px;
  }
}
.cid-ujpHYG59ph .row {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-ujpHYG59ph .row {
    min-height: auto;
    height: 350px;
  }
}
.cid-ujpHYGgGel {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #edc855;
}
.cid-ujpHYGgGel .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujpHYGgGel .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujpHYGgGel .container {
    padding: 0 30px;
  }
}
.cid-ujpHYGgGel .row {
  justify-content: center;
}
.cid-ujpHYGgGel .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ujpHYGgGel .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujpHYGgGel .mbr-desc {
  color: #144031;
}
.cid-ujpHYGgGel .mbr-text {
  color: #144031;
}
.cid-ujpHYGt5X7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ujpHYGt5X7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujpHYGt5X7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujpHYGt5X7 .container {
    padding: 0 30px;
  }
}
.cid-ujpHYGt5X7 .items .item {
  margin-bottom: 60px;
}
.cid-ujpHYGt5X7 .items .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujpHYGt5X7 .items .item {
    margin-bottom: 30px;
  }
}
.cid-ujpHYGt5X7 .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-ujpHYGt5X7 .items .item .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ujpHYGt5X7 .items .item .item-wrapper .card-box .list .item-wrap {
  opacity: .6;
  margin-bottom: 0;
  line-height: 180%;
  cursor: pointer;
}
.cid-ujpHYGt5X7 .dragArea.row {
  margin: 0;
}
.cid-ujpHYGt5X7 .dragArea.row .mbr-section-title {
  margin-bottom: 45px !important;
}
.cid-ujpHYGt5X7 .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-ujpHYGt5X7 .dragArea.row .form-group .form-control {
  background-color: #dcdcdc;
  padding: 20px;
  box-shadow: none;
  border: none !important;
  border-radius: 0 !important;
}
.cid-ujpHYGt5X7 .dragArea.row .form-group .form-control::placeholder {
  color: #ff9966;
}
.cid-ujpHYGt5X7 .dragArea.row .form-group .form-control:hover,
.cid-ujpHYGt5X7 .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
.cid-ujpHYGt5X7 .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-ujpHYGt5X7 .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ff9966;
  border-color: #ff9966;
}
.cid-ujpHYGt5X7 .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-ujpHYGt5X7 .mbr-section-title {
  color: #000000;
}
.cid-ujpHYGt5X7 .card-title {
  color: #000000;
}
.cid-ujpHYGt5X7 .list {
  color: #000000;
}
.cid-ujpHYGt5X7 .mbr-text {
  color: #000000;
}
.cid-ujpHYGt5X7 label {
  color: #000000;
}
.cid-ujpHYGt5X7 .list,
.cid-ujpHYGt5X7 .item-wrap {
  color: #000000;
}
.cid-ujpHYGGRgb {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #e7f2ed;
}
.cid-ujpHYGGRgb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujpHYGGRgb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujpHYGGRgb .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ujpHYGGRgb .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ujpHYGGRgb .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ujpHYGGRgb .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ujpHYGGRgb .container {
    padding: 0 16px;
  }
}
.cid-ujpHYGGRgb .google-map iframe {
  height: 400px;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-ujpHYGGRgb .google-map iframe {
    height: 350px;
  }
}
.cid-ujpHYGRkh6 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #274f8a;
}
.cid-ujpHYGRkh6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujpHYGRkh6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujpHYGRkh6 .container {
    padding: 0 30px;
  }
}
.cid-ujpHYGRkh6 .row {
  justify-content: center;
}
.cid-ujpHYGRkh6 .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ujpHYGRkh6 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujpHYGRkh6 .mbr-desc {
  color: #144031;
}
.cid-ujpHYGRkh6 .mbr-text {
  color: #144031;
}
.cid-ujpHYH4sMp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujpHYH4sMp .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #274f8a;
}
@media (max-width: 991px) {
  .cid-ujpHYH4sMp .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ujpHYH4sMp .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-ujpHYH4sMp .list {
    margin-bottom: 30px;
  }
}
.cid-ujpHYH4sMp .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-ujpHYH4sMp .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-ujpHYH4sMp div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ujpHYH4sMp .copyright {
  color: #000000;
}
.cid-ujpHYH4sMp .mbr-section-subtitle {
  color: #da8951;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-ujpHYH4sMp .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-ujpHYH4sMp .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-ujpHYH4sMp .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-ujpHYH4sMp .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-ujpHYH4sMp .footer-logo {
    margin: 0 auto;
  }
}
.cid-ujpHYHhqVG {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #274f8a;
}
.cid-ujpHYHhqVG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujpHYHhqVG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujpHYHhqVG .container {
    padding: 0 30px;
  }
}
.cid-ujpHYHhqVG .row {
  justify-content: center;
}
.cid-ujpHYHhqVG .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ujpHYHhqVG .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujpHYHhqVG .mbr-desc {
  color: #144031;
}
.cid-ujpHYHhqVG .mbr-text {
  color: #144031;
}
.cid-ujpG7Avv9x {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ujpG7Avv9x nav.navbar {
  position: fixed;
}
.cid-ujpG7Avv9x .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujpG7Avv9x .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-ujpG7Avv9x .dropdown-item:hover,
.cid-ujpG7Avv9x .dropdown-item:focus {
  color: #ff2b09 !important;
}
.cid-ujpG7Avv9x .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-ujpG7Avv9x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujpG7Avv9x .nav-link {
  position: relative;
  padding: 0;
}
.cid-ujpG7Avv9x .container {
  display: flex;
  margin: auto;
}
.cid-ujpG7Avv9x .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujpG7Avv9x .dropdown-menu,
.cid-ujpG7Avv9x .navbar.opened {
  background: #ffffff !important;
}
.cid-ujpG7Avv9x .nav-item:focus,
.cid-ujpG7Avv9x .nav-link:focus {
  outline: none;
}
.cid-ujpG7Avv9x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujpG7Avv9x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujpG7Avv9x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujpG7Avv9x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujpG7Avv9x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujpG7Avv9x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujpG7Avv9x .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ujpG7Avv9x .navbar.opened {
  transition: all 0.3s;
}
.cid-ujpG7Avv9x .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujpG7Avv9x .navbar .navbar-logo img {
  width: auto;
}
.cid-ujpG7Avv9x .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujpG7Avv9x .navbar.collapsed {
  justify-content: center;
}
.cid-ujpG7Avv9x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujpG7Avv9x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujpG7Avv9x .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ujpG7Avv9x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujpG7Avv9x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujpG7Avv9x .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ujpG7Avv9x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujpG7Avv9x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujpG7Avv9x .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujpG7Avv9x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujpG7Avv9x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujpG7Avv9x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujpG7Avv9x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujpG7Avv9x .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ujpG7Avv9x .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujpG7Avv9x .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujpG7Avv9x .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujpG7Avv9x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujpG7Avv9x .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujpG7Avv9x .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujpG7Avv9x .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujpG7Avv9x .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujpG7Avv9x .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujpG7Avv9x .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujpG7Avv9x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujpG7Avv9x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujpG7Avv9x .dropdown-item.active,
.cid-ujpG7Avv9x .dropdown-item:active {
  background-color: transparent;
}
.cid-ujpG7Avv9x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujpG7Avv9x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujpG7Avv9x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujpG7Avv9x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujpG7Avv9x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujpG7Avv9x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujpG7Avv9x ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujpG7Avv9x .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujpG7Avv9x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujpG7Avv9x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #edc855;
}
.cid-ujpG7Avv9x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujpG7Avv9x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujpG7Avv9x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujpG7Avv9x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujpG7Avv9x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujpG7Avv9x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujpG7Avv9x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujpG7Avv9x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujpG7Avv9x .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ujpG7Avv9x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujpG7Avv9x .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujpG7Avv9x .navbar {
    height: 70px;
  }
  .cid-ujpG7Avv9x .navbar.opened {
    height: auto;
  }
  .cid-ujpG7Avv9x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujpG7Avv9x .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-ujpG7Avv9x .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-ujpG7Avv9x a {
  display: inline;
  font-weight: bold;
}
.cid-ujpG7Avv9x img {
  display: inline;
  padding-right: 10px;
}
.cid-ujpG7Avv9x .text-black:hover {
  color: #000000 !important;
}
.cid-ujpG7Avv9x .dropdown-toggle:after {
  display: none;
}
.cid-ujpG7Avv9x .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-ujpG7Avv9x .dropdown-item:hover {
  color: #ff2b09 !important;
}
.cid-ujpG7Avv9x a.text-black:hover,
.cid-ujpG7Avv9x a.text-black:focus,
.cid-ujpG7Avv9x a.text-black.active {
  color: #000000;
}
@media (max-width: 990px) {
  .cid-ujpG7Avv9x .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-ujpG7ARG05 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edc855;
}
.cid-ujpG7ARG05 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujpG7ARG05 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujpG7ARG05 .container {
    padding: 0 30px;
  }
}
.cid-ujpG7ARG05 .row {
  justify-content: center;
}
.cid-ujpG7ARG05 .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ujpG7ARG05 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujpG7ARG05 .mbr-desc {
  color: #144031;
}
.cid-ujpG7ARG05 .mbr-text {
  color: #144031;
}
.cid-ujpG7B6Yv1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/whymarineairegs-marineairegs-1920x1080.png");
}
.cid-ujpG7B6Yv1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujpG7B6Yv1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujpG7B6Yv1 .container {
    padding: 0 30px;
  }
}
.cid-ujpG7B6Yv1 .row {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-ujpG7B6Yv1 .row {
    min-height: auto;
    height: 350px;
  }
}
.cid-ujpG7Bjjdh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edc855;
}
.cid-ujpG7Bjjdh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujpG7Bjjdh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujpG7Bjjdh .container {
    padding: 0 30px;
  }
}
.cid-ujpG7Bjjdh .row {
  justify-content: center;
}
.cid-ujpG7Bjjdh .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ujpG7Bjjdh .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujpG7Bjjdh .mbr-desc {
  color: #144031;
}
.cid-ujpG7Bjjdh .mbr-text {
  color: #144031;
}
.cid-ujpG7Bv2j6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujpG7Bv2j6 .card {
  padding: 5rem 0;
  background: #ffffff;
  margin: auto;
  border-radius: 0;
}
.cid-ujpG7Bv2j6 .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
}
.cid-ujpG7Bv2j6 .line {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #ff2b09;
  opacity: 0;
}
.cid-ujpG7Bv2j6 .lin:hover .line {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s;
}
.cid-ujpG7Bv2j6 .mbr-link {
  text-align: center;
  margin-top: 1rem;
}
.cid-ujpG7Bv2j6 .mbr-section-title {
  color: #000000;
}
.cid-ujpG7Bv2j6 .col-10 {
  margin: auto;
}
.cid-ujpG7BIkwO {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ujpG7BIkwO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujpG7BIkwO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujpG7BIkwO .row {
    padding: 0 13px;
  }
}
.cid-ujpG7BIkwO .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ujpG7BIkwO .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-ujpG7BIkwO .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujpG7BIkwO .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-ujpG7BIkwO .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-ujpG7BIkwO .text-wrapper {
    padding: 0;
  }
}
.cid-ujpG7BIkwO .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-ujpG7BIkwO .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-ujpG7BIkwO .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-ujpG7BIkwO .mbr-text {
  color: #274f8a;
}
.cid-ujpG7BIkwO .mbr-name {
  color: #000000;
}
.cid-ujpG7BIkwO .mbr-role {
  color: #000000;
}
.cid-ujpG7BWyC8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ujpG7BWyC8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujpG7BWyC8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujpG7BWyC8 .row {
    padding: 0 13px;
  }
}
.cid-ujpG7BWyC8 .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ujpG7BWyC8 .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-ujpG7BWyC8 .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujpG7BWyC8 .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-ujpG7BWyC8 .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-ujpG7BWyC8 .text-wrapper {
    padding: 0;
  }
}
.cid-ujpG7BWyC8 .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-ujpG7BWyC8 .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-ujpG7BWyC8 .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-ujpG7BWyC8 .mbr-text {
  color: #274f8a;
}
.cid-ujpG7BWyC8 .mbr-name {
  color: #000000;
}
.cid-ujpG7BWyC8 .mbr-role {
  color: #000000;
}
.cid-ujpG7C9ZzB {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ujpG7C9ZzB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujpG7C9ZzB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujpG7C9ZzB .row {
    padding: 0 13px;
  }
}
.cid-ujpG7C9ZzB .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ujpG7C9ZzB .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-ujpG7C9ZzB .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujpG7C9ZzB .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-ujpG7C9ZzB .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-ujpG7C9ZzB .text-wrapper {
    padding: 0;
  }
}
.cid-ujpG7C9ZzB .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-ujpG7C9ZzB .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-ujpG7C9ZzB .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-ujpG7C9ZzB .mbr-text {
  color: #274f8a;
}
.cid-ujpG7C9ZzB .mbr-name {
  color: #000000;
}
.cid-ujpG7C9ZzB .mbr-role {
  color: #000000;
}
.cid-ujpG7Cn0zU {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #274f8a;
}
.cid-ujpG7Cn0zU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujpG7Cn0zU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujpG7Cn0zU .container {
    padding: 0 30px;
  }
}
.cid-ujpG7Cn0zU .row {
  justify-content: center;
}
.cid-ujpG7Cn0zU .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ujpG7Cn0zU .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujpG7Cn0zU .mbr-desc {
  color: #144031;
}
.cid-ujpG7Cn0zU .mbr-text {
  color: #144031;
}
.cid-ujpG7CzwzB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujpG7CzwzB .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #274f8a;
}
@media (max-width: 991px) {
  .cid-ujpG7CzwzB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ujpG7CzwzB .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-ujpG7CzwzB .list {
    margin-bottom: 30px;
  }
}
.cid-ujpG7CzwzB .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-ujpG7CzwzB .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-ujpG7CzwzB div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ujpG7CzwzB .copyright {
  color: #000000;
}
.cid-ujpG7CzwzB .mbr-section-subtitle {
  color: #da8951;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-ujpG7CzwzB .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-ujpG7CzwzB .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-ujpG7CzwzB .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-ujpG7CzwzB .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-ujpG7CzwzB .footer-logo {
    margin: 0 auto;
  }
}
.cid-ujpG7CQ4e7 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #274f8a;
}
.cid-ujpG7CQ4e7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujpG7CQ4e7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujpG7CQ4e7 .container {
    padding: 0 30px;
  }
}
.cid-ujpG7CQ4e7 .row {
  justify-content: center;
}
.cid-ujpG7CQ4e7 .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ujpG7CQ4e7 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujpG7CQ4e7 .mbr-desc {
  color: #144031;
}
.cid-ujpG7CQ4e7 .mbr-text {
  color: #144031;
}
.cid-ukL5J1IKju {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ukL5J1IKju nav.navbar {
  position: fixed;
}
.cid-ukL5J1IKju .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukL5J1IKju .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-ukL5J1IKju .dropdown-item:hover,
.cid-ukL5J1IKju .dropdown-item:focus {
  color: #ff2b09 !important;
}
.cid-ukL5J1IKju .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-ukL5J1IKju .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ukL5J1IKju .nav-link {
  position: relative;
  padding: 0;
}
.cid-ukL5J1IKju .container {
  display: flex;
  margin: auto;
}
.cid-ukL5J1IKju .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukL5J1IKju .dropdown-menu,
.cid-ukL5J1IKju .navbar.opened {
  background: #ffffff !important;
}
.cid-ukL5J1IKju .nav-item:focus,
.cid-ukL5J1IKju .nav-link:focus {
  outline: none;
}
.cid-ukL5J1IKju .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukL5J1IKju .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukL5J1IKju .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukL5J1IKju .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukL5J1IKju .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukL5J1IKju .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukL5J1IKju .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ukL5J1IKju .navbar.opened {
  transition: all 0.3s;
}
.cid-ukL5J1IKju .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukL5J1IKju .navbar .navbar-logo img {
  width: auto;
}
.cid-ukL5J1IKju .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukL5J1IKju .navbar.collapsed {
  justify-content: center;
}
.cid-ukL5J1IKju .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukL5J1IKju .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukL5J1IKju .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ukL5J1IKju .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukL5J1IKju .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukL5J1IKju .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ukL5J1IKju .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukL5J1IKju .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukL5J1IKju .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukL5J1IKju .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukL5J1IKju .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukL5J1IKju .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukL5J1IKju .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukL5J1IKju .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ukL5J1IKju .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukL5J1IKju .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukL5J1IKju .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukL5J1IKju .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukL5J1IKju .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukL5J1IKju .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ukL5J1IKju .navbar.navbar-short {
  min-height: 60px;
}
.cid-ukL5J1IKju .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ukL5J1IKju .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ukL5J1IKju .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukL5J1IKju .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukL5J1IKju .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukL5J1IKju .dropdown-item.active,
.cid-ukL5J1IKju .dropdown-item:active {
  background-color: transparent;
}
.cid-ukL5J1IKju .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukL5J1IKju .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukL5J1IKju .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukL5J1IKju .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ukL5J1IKju .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukL5J1IKju .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukL5J1IKju ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukL5J1IKju .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ukL5J1IKju button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukL5J1IKju button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #edc855;
}
.cid-ukL5J1IKju button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukL5J1IKju button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukL5J1IKju button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukL5J1IKju button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukL5J1IKju nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukL5J1IKju nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukL5J1IKju nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukL5J1IKju nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukL5J1IKju .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ukL5J1IKju a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukL5J1IKju .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukL5J1IKju .navbar {
    height: 70px;
  }
  .cid-ukL5J1IKju .navbar.opened {
    height: auto;
  }
  .cid-ukL5J1IKju .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukL5J1IKju .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-ukL5J1IKju .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-ukL5J1IKju a {
  display: inline;
  font-weight: bold;
}
.cid-ukL5J1IKju img {
  display: inline;
  padding-right: 10px;
}
.cid-ukL5J1IKju .text-black:hover {
  color: #000000 !important;
}
.cid-ukL5J1IKju .dropdown-toggle:after {
  display: none;
}
.cid-ukL5J1IKju .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-ukL5J1IKju .dropdown-item:hover {
  color: #ff2b09 !important;
}
.cid-ukL5J1IKju a.text-black:hover,
.cid-ukL5J1IKju a.text-black:focus,
.cid-ukL5J1IKju a.text-black.active {
  color: #000000;
}
@media (max-width: 990px) {
  .cid-ukL5J1IKju .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-ukL5J1VJMh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edc855;
}
.cid-ukL5J1VJMh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukL5J1VJMh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ukL5J1VJMh .container {
    padding: 0 30px;
  }
}
.cid-ukL5J1VJMh .row {
  justify-content: center;
}
.cid-ukL5J1VJMh .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ukL5J1VJMh .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukL5J1VJMh .mbr-desc {
  color: #144031;
}
.cid-ukL5J1VJMh .mbr-text {
  color: #144031;
}
.cid-ukL5J21YFo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aboutmarineaire-1920x1080.png");
}
.cid-ukL5J21YFo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukL5J21YFo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ukL5J21YFo .container {
    padding: 0 30px;
  }
}
.cid-ukL5J21YFo .row {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-ukL5J21YFo .row {
    min-height: auto;
    height: 350px;
  }
}
.cid-ukL5J27nSh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edc855;
}
.cid-ukL5J27nSh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukL5J27nSh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ukL5J27nSh .container {
    padding: 0 30px;
  }
}
.cid-ukL5J27nSh .row {
  justify-content: center;
}
.cid-ukL5J27nSh .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ukL5J27nSh .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukL5J27nSh .mbr-desc {
  color: #144031;
}
.cid-ukL5J27nSh .mbr-text {
  color: #144031;
}
.cid-ukL5UHfziE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ukL5UHfziE img {
  border-radius: 0px;
}
.cid-ukL5UHfziE .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-ukL5UHfziE .date {
  text-transform: uppercase;
  color: #ff2b09;
  text-align: left;
  padding-top: 1rem;
}
.cid-ukL5UHfziE .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-ukL5UHfziE .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-ukL5UHfziE .right {
  display: flex;
  flex-direction: column;
}
.cid-ukL5UHfziE .mbr-section-btn {
  border: 2px solid #ff2b09;
  width: auto;
}
.cid-ukL5UHfziE .mbr-section-btn:hover {
  background-color: #ff2b09;
  border: 2px solid #ff2b09;
}
.cid-ukL5UHfziE .card-heading {
  padding-top: 0;
  text-align: center;
}
.cid-ukL5UHfziE .mbr-text {
  padding-top: 10px;
}
.cid-ukL7waOS51 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ukL7waOS51 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukL7waOS51 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukL7waOS51 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ukL7waOS51 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ukL7waOS51 .container {
    padding: 0 20px;
  }
}
.cid-ukL7waOS51 .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-ukL7waOS51 .content-wrapper {
    padding: 46px 0;
  }
}
.cid-ukL7waOS51 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-ukL7waOS51 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukL7waOS51 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ukL7waOS51 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-ukL7waOS51 .content-wrapper .image-wrapper img {
  display: inline-flex;
  width: 50%;
  border-radius: 20px !important;
  object-fit: cover;
  height: 280px;
}
@media (max-width: 992px) {
  .cid-ukL7waOS51 .content-wrapper .image-wrapper img {
    width: 100%;
  }
}
.cid-ukL7waOS51 .content-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-ukL7waOS51 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-ukL7waOS51 .mbr-section-title {
  color: #000000;
}
.cid-ukL7waOS51 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-ukL7waOS51 .mbr-text,
.cid-ukL7waOS51 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-ukL7waOS51 .mbr-section-title,
.cid-ukL7waOS51 .mbr-section-btn,
.cid-ukL7waOS51 .image-wrapper {
  text-align: center;
}
.cid-ukL5J2o7Iz {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #274f8a;
}
.cid-ukL5J2o7Iz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukL5J2o7Iz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ukL5J2o7Iz .container {
    padding: 0 30px;
  }
}
.cid-ukL5J2o7Iz .row {
  justify-content: center;
}
.cid-ukL5J2o7Iz .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ukL5J2o7Iz .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukL5J2o7Iz .mbr-desc {
  color: #144031;
}
.cid-ukL5J2o7Iz .mbr-text {
  color: #144031;
}
.cid-ukL5J2u21Y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ukL5J2u21Y .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #274f8a;
}
@media (max-width: 991px) {
  .cid-ukL5J2u21Y .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukL5J2u21Y .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-ukL5J2u21Y .list {
    margin-bottom: 30px;
  }
}
.cid-ukL5J2u21Y .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-ukL5J2u21Y .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-ukL5J2u21Y div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ukL5J2u21Y .copyright {
  color: #000000;
}
.cid-ukL5J2u21Y .mbr-section-subtitle {
  color: #da8951;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-ukL5J2u21Y .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-ukL5J2u21Y .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-ukL5J2u21Y .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-ukL5J2u21Y .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-ukL5J2u21Y .footer-logo {
    margin: 0 auto;
  }
}
.cid-ukL5J2Bu5J {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #274f8a;
}
.cid-ukL5J2Bu5J .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukL5J2Bu5J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ukL5J2Bu5J .container {
    padding: 0 30px;
  }
}
.cid-ukL5J2Bu5J .row {
  justify-content: center;
}
.cid-ukL5J2Bu5J .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ukL5J2Bu5J .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukL5J2Bu5J .mbr-desc {
  color: #144031;
}
.cid-ukL5J2Bu5J .mbr-text {
  color: #144031;
}
.cid-ukLdhbgEaW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ukLdhbgEaW nav.navbar {
  position: fixed;
}
.cid-ukLdhbgEaW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukLdhbgEaW .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-ukLdhbgEaW .dropdown-item:hover,
.cid-ukLdhbgEaW .dropdown-item:focus {
  color: #ff2b09 !important;
}
.cid-ukLdhbgEaW .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-ukLdhbgEaW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ukLdhbgEaW .nav-link {
  position: relative;
  padding: 0;
}
.cid-ukLdhbgEaW .container {
  display: flex;
  margin: auto;
}
.cid-ukLdhbgEaW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukLdhbgEaW .dropdown-menu,
.cid-ukLdhbgEaW .navbar.opened {
  background: #ffffff !important;
}
.cid-ukLdhbgEaW .nav-item:focus,
.cid-ukLdhbgEaW .nav-link:focus {
  outline: none;
}
.cid-ukLdhbgEaW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukLdhbgEaW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukLdhbgEaW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukLdhbgEaW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukLdhbgEaW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukLdhbgEaW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukLdhbgEaW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ukLdhbgEaW .navbar.opened {
  transition: all 0.3s;
}
.cid-ukLdhbgEaW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukLdhbgEaW .navbar .navbar-logo img {
  width: auto;
}
.cid-ukLdhbgEaW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukLdhbgEaW .navbar.collapsed {
  justify-content: center;
}
.cid-ukLdhbgEaW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukLdhbgEaW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukLdhbgEaW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ukLdhbgEaW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukLdhbgEaW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukLdhbgEaW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ukLdhbgEaW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukLdhbgEaW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukLdhbgEaW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukLdhbgEaW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukLdhbgEaW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukLdhbgEaW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukLdhbgEaW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukLdhbgEaW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ukLdhbgEaW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukLdhbgEaW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukLdhbgEaW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukLdhbgEaW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukLdhbgEaW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukLdhbgEaW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ukLdhbgEaW .navbar.navbar-short {
  min-height: 60px;
}
.cid-ukLdhbgEaW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ukLdhbgEaW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ukLdhbgEaW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukLdhbgEaW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukLdhbgEaW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukLdhbgEaW .dropdown-item.active,
.cid-ukLdhbgEaW .dropdown-item:active {
  background-color: transparent;
}
.cid-ukLdhbgEaW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukLdhbgEaW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukLdhbgEaW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukLdhbgEaW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ukLdhbgEaW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukLdhbgEaW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukLdhbgEaW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukLdhbgEaW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ukLdhbgEaW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukLdhbgEaW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #edc855;
}
.cid-ukLdhbgEaW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukLdhbgEaW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukLdhbgEaW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukLdhbgEaW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukLdhbgEaW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukLdhbgEaW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukLdhbgEaW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukLdhbgEaW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukLdhbgEaW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ukLdhbgEaW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukLdhbgEaW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukLdhbgEaW .navbar {
    height: 70px;
  }
  .cid-ukLdhbgEaW .navbar.opened {
    height: auto;
  }
  .cid-ukLdhbgEaW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukLdhbgEaW .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-ukLdhbgEaW .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-ukLdhbgEaW a {
  display: inline;
  font-weight: bold;
}
.cid-ukLdhbgEaW img {
  display: inline;
  padding-right: 10px;
}
.cid-ukLdhbgEaW .text-black:hover {
  color: #000000 !important;
}
.cid-ukLdhbgEaW .dropdown-toggle:after {
  display: none;
}
.cid-ukLdhbgEaW .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-ukLdhbgEaW .dropdown-item:hover {
  color: #ff2b09 !important;
}
.cid-ukLdhbgEaW a.text-black:hover,
.cid-ukLdhbgEaW a.text-black:focus,
.cid-ukLdhbgEaW a.text-black.active {
  color: #000000;
}
@media (max-width: 990px) {
  .cid-ukLdhbgEaW .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-ukLdhbAobY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edc855;
}
.cid-ukLdhbAobY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukLdhbAobY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ukLdhbAobY .container {
    padding: 0 30px;
  }
}
.cid-ukLdhbAobY .row {
  justify-content: center;
}
.cid-ukLdhbAobY .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ukLdhbAobY .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukLdhbAobY .mbr-desc {
  color: #144031;
}
.cid-ukLdhbAobY .mbr-text {
  color: #144031;
}
.cid-ukLdhbLu1q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/missionandvision-marineaire-1920x1080.png");
}
.cid-ukLdhbLu1q .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukLdhbLu1q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ukLdhbLu1q .container {
    padding: 0 30px;
  }
}
.cid-ukLdhbLu1q .row {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-ukLdhbLu1q .row {
    min-height: auto;
    height: 350px;
  }
}
.cid-ukLdhbWKu1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edc855;
}
.cid-ukLdhbWKu1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukLdhbWKu1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ukLdhbWKu1 .container {
    padding: 0 30px;
  }
}
.cid-ukLdhbWKu1 .row {
  justify-content: center;
}
.cid-ukLdhbWKu1 .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ukLdhbWKu1 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukLdhbWKu1 .mbr-desc {
  color: #144031;
}
.cid-ukLdhbWKu1 .mbr-text {
  color: #144031;
}
.cid-ukLdNJc5cI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ukLdNJc5cI img,
.cid-ukLdNJc5cI .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ukLdNJc5cI .item:focus,
.cid-ukLdNJc5cI span:focus {
  outline: none;
}
.cid-ukLdNJc5cI .item {
  cursor: pointer;
}
.cid-ukLdNJc5cI .item-wrapper {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  padding-bottom: 48px;
}
.cid-ukLdNJc5cI .item-title {
  text-transform: uppercase;
  margin: 0;
}
.cid-ukLdNJc5cI .item-content {
  color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
  padding-top: 30px;
}
.cid-ukLdNJc5cI .lin {
  position: relative;
  color: #000000;
  margin-bottom: 0;
}
.cid-ukLdNJc5cI .lin:hover {
  color: #ff2b09;
}
.cid-ukLdNJc5cI img {
  padding-bottom: 20px;
}
.cid-ukLdNJc5cI .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
@media (max-width: 690px) {
  .cid-ukLdNJc5cI img {
    padding-bottom: 10px;
  }
  .cid-ukLdNJc5cI .mbr-section-title {
    padding: 0;
    padding-bottom: 48px;
  }
}
.cid-ukLdNJc5cI .address {
  padding: 0;
  margin: 0;
  transition: all 0.2s ease-in-out;
}
.cid-ukLdNJc5cI .address:hover {
  color: #ff2b09;
}
.cid-ukLdNJc5cI .text-primary {
  color: #000000 !important;
}
.cid-ukLdNJc5cI .mbr-link .address {
  color: #274f8a;
}
.cid-ukLdhcwZC7 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #274f8a;
}
.cid-ukLdhcwZC7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukLdhcwZC7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ukLdhcwZC7 .container {
    padding: 0 30px;
  }
}
.cid-ukLdhcwZC7 .row {
  justify-content: center;
}
.cid-ukLdhcwZC7 .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ukLdhcwZC7 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukLdhcwZC7 .mbr-desc {
  color: #144031;
}
.cid-ukLdhcwZC7 .mbr-text {
  color: #144031;
}
.cid-ukLdhcIrt6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ukLdhcIrt6 .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #274f8a;
}
@media (max-width: 991px) {
  .cid-ukLdhcIrt6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukLdhcIrt6 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-ukLdhcIrt6 .list {
    margin-bottom: 30px;
  }
}
.cid-ukLdhcIrt6 .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-ukLdhcIrt6 .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-ukLdhcIrt6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ukLdhcIrt6 .copyright {
  color: #000000;
}
.cid-ukLdhcIrt6 .mbr-section-subtitle {
  color: #da8951;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-ukLdhcIrt6 .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-ukLdhcIrt6 .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-ukLdhcIrt6 .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-ukLdhcIrt6 .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-ukLdhcIrt6 .footer-logo {
    margin: 0 auto;
  }
}
.cid-ukLdhd9Dqh {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #274f8a;
}
.cid-ukLdhd9Dqh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukLdhd9Dqh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ukLdhd9Dqh .container {
    padding: 0 30px;
  }
}
.cid-ukLdhd9Dqh .row {
  justify-content: center;
}
.cid-ukLdhd9Dqh .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ukLdhd9Dqh .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukLdhd9Dqh .mbr-desc {
  color: #144031;
}
.cid-ukLdhd9Dqh .mbr-text {
  color: #144031;
}
.cid-unuDayHQ3t {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unuDayHQ3t nav.navbar {
  position: fixed;
}
.cid-unuDayHQ3t .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unuDayHQ3t .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-unuDayHQ3t .dropdown-item:hover,
.cid-unuDayHQ3t .dropdown-item:focus {
  color: #ff2b09 !important;
}
.cid-unuDayHQ3t .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-unuDayHQ3t .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unuDayHQ3t .nav-link {
  position: relative;
  padding: 0;
}
.cid-unuDayHQ3t .container {
  display: flex;
  margin: auto;
}
.cid-unuDayHQ3t .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unuDayHQ3t .dropdown-menu,
.cid-unuDayHQ3t .navbar.opened {
  background: #ffffff !important;
}
.cid-unuDayHQ3t .nav-item:focus,
.cid-unuDayHQ3t .nav-link:focus {
  outline: none;
}
.cid-unuDayHQ3t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unuDayHQ3t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unuDayHQ3t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unuDayHQ3t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unuDayHQ3t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unuDayHQ3t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unuDayHQ3t .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-unuDayHQ3t .navbar.opened {
  transition: all 0.3s;
}
.cid-unuDayHQ3t .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unuDayHQ3t .navbar .navbar-logo img {
  width: auto;
}
.cid-unuDayHQ3t .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unuDayHQ3t .navbar.collapsed {
  justify-content: center;
}
.cid-unuDayHQ3t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unuDayHQ3t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unuDayHQ3t .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-unuDayHQ3t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unuDayHQ3t .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unuDayHQ3t .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unuDayHQ3t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unuDayHQ3t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unuDayHQ3t .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unuDayHQ3t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unuDayHQ3t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unuDayHQ3t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unuDayHQ3t .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unuDayHQ3t .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unuDayHQ3t .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unuDayHQ3t .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unuDayHQ3t .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unuDayHQ3t .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unuDayHQ3t .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unuDayHQ3t .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-unuDayHQ3t .navbar.navbar-short {
  min-height: 60px;
}
.cid-unuDayHQ3t .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unuDayHQ3t .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unuDayHQ3t .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unuDayHQ3t .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unuDayHQ3t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unuDayHQ3t .dropdown-item.active,
.cid-unuDayHQ3t .dropdown-item:active {
  background-color: transparent;
}
.cid-unuDayHQ3t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unuDayHQ3t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unuDayHQ3t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unuDayHQ3t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-unuDayHQ3t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unuDayHQ3t .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unuDayHQ3t ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unuDayHQ3t .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unuDayHQ3t button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unuDayHQ3t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #edc855;
}
.cid-unuDayHQ3t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unuDayHQ3t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unuDayHQ3t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unuDayHQ3t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unuDayHQ3t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unuDayHQ3t nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unuDayHQ3t nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unuDayHQ3t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unuDayHQ3t .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unuDayHQ3t a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unuDayHQ3t .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unuDayHQ3t .navbar {
    height: 70px;
  }
  .cid-unuDayHQ3t .navbar.opened {
    height: auto;
  }
  .cid-unuDayHQ3t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unuDayHQ3t .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-unuDayHQ3t .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-unuDayHQ3t a {
  display: inline;
  font-weight: bold;
}
.cid-unuDayHQ3t img {
  display: inline;
  padding-right: 10px;
}
.cid-unuDayHQ3t .text-black:hover {
  color: #000000 !important;
}
.cid-unuDayHQ3t .dropdown-toggle:after {
  display: none;
}
.cid-unuDayHQ3t .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-unuDayHQ3t .dropdown-item:hover {
  color: #ff2b09 !important;
}
.cid-unuDayHQ3t a.text-black:hover,
.cid-unuDayHQ3t a.text-black:focus,
.cid-unuDayHQ3t a.text-black.active {
  color: #000000;
}
@media (max-width: 990px) {
  .cid-unuDayHQ3t .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-unuDayRj06 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edc855;
}
.cid-unuDayRj06 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unuDayRj06 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-unuDayRj06 .container {
    padding: 0 30px;
  }
}
.cid-unuDayRj06 .row {
  justify-content: center;
}
.cid-unuDayRj06 .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-unuDayRj06 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-unuDayRj06 .mbr-desc {
  color: #144031;
}
.cid-unuDayRj06 .mbr-text {
  color: #144031;
}
.cid-unuDayXfI5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/career-marineaireglobalsolution-1920x1080.png");
}
.cid-unuDayXfI5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unuDayXfI5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-unuDayXfI5 .container {
    padding: 0 30px;
  }
}
.cid-unuDayXfI5 .row {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-unuDayXfI5 .row {
    min-height: auto;
    height: 350px;
  }
}
.cid-unuDaz06yR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edc855;
}
.cid-unuDaz06yR .mbr-fallback-image.disabled {
  display: none;
}
.cid-unuDaz06yR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-unuDaz06yR .container {
    padding: 0 30px;
  }
}
.cid-unuDaz06yR .row {
  justify-content: center;
}
.cid-unuDaz06yR .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-unuDaz06yR .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-unuDaz06yR .mbr-desc {
  color: #144031;
}
.cid-unuDaz06yR .mbr-text {
  color: #144031;
}
.cid-unuDaz5HpP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-unuDaz5HpP img {
  border-radius: 0px;
}
.cid-unuDaz5HpP .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-unuDaz5HpP .date {
  text-transform: uppercase;
  color: #ff2b09;
  text-align: left;
  padding-top: 1rem;
}
.cid-unuDaz5HpP .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-unuDaz5HpP .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-unuDaz5HpP .right {
  display: flex;
  flex-direction: column;
}
.cid-unuDaz5HpP .mbr-section-btn {
  border: 2px solid #ff2b09;
  width: auto;
}
.cid-unuDaz5HpP .mbr-section-btn:hover {
  background-color: #ff2b09;
  border: 2px solid #ff2b09;
}
.cid-unuDaz5HpP .card-heading {
  padding-top: 0;
  text-align: center;
}
.cid-unuDaz5HpP .mbr-text {
  padding-top: 10px;
  text-align: center;
}
.cid-unuDazfuZb {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #274f8a;
}
.cid-unuDazfuZb .mbr-fallback-image.disabled {
  display: none;
}
.cid-unuDazfuZb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-unuDazfuZb .container {
    padding: 0 30px;
  }
}
.cid-unuDazfuZb .row {
  justify-content: center;
}
.cid-unuDazfuZb .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-unuDazfuZb .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-unuDazfuZb .mbr-desc {
  color: #144031;
}
.cid-unuDazfuZb .mbr-text {
  color: #144031;
}
.cid-unuDazkMU2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unuDazkMU2 .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #274f8a;
}
@media (max-width: 991px) {
  .cid-unuDazkMU2 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-unuDazkMU2 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-unuDazkMU2 .list {
    margin-bottom: 30px;
  }
}
.cid-unuDazkMU2 .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-unuDazkMU2 .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-unuDazkMU2 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-unuDazkMU2 .copyright {
  color: #000000;
}
.cid-unuDazkMU2 .mbr-section-subtitle {
  color: #da8951;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-unuDazkMU2 .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-unuDazkMU2 .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-unuDazkMU2 .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-unuDazkMU2 .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-unuDazkMU2 .footer-logo {
    margin: 0 auto;
  }
}
.cid-unuDazqfpN {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #274f8a;
}
.cid-unuDazqfpN .mbr-fallback-image.disabled {
  display: none;
}
.cid-unuDazqfpN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-unuDazqfpN .container {
    padding: 0 30px;
  }
}
.cid-unuDazqfpN .row {
  justify-content: center;
}
.cid-unuDazqfpN .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-unuDazqfpN .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-unuDazqfpN .mbr-desc {
  color: #144031;
}
.cid-unuDazqfpN .mbr-text {
  color: #144031;
}
