body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 4.6rem;
  letter-spacing: -1px;
}
.display-1 > .mbr-iconfont {
  font-size: 7.36rem;
}
.display-2 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-4 {
  font-family: 'Barlow', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.2rem;
  letter-spacing: -1px;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.68rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #4e4d4d !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #131313 !important;
}
.bg-danger {
  background-color: #2e0881 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #40c0ec !important;
  border-color: #40c0ec !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #40c0ec !important;
  border-color: #40c0ec !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff809f !important;
  border-color: #ff809f !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff809f !important;
  border-color: #ff809f !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #a69e96 !important;
  border-color: #a69e96 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a69e96 !important;
  border-color: #a69e96 !important;
}
.btn-success,
.btn-success:active {
  background-color: #4e4d4d !important;
  border-color: #4e4d4d !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #747373 !important;
  border-color: #747373 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #747373 !important;
  border-color: #747373 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #131313 !important;
  border-color: #131313 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #393939 !important;
  border-color: #393939 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #393939 !important;
  border-color: #393939 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #2e0881 !important;
  border-color: #2e0881 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #480cc9 !important;
  border-color: #480cc9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #480cc9 !important;
  border-color: #480cc9 !important;
}
.btn-white {
  color: #222222 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #1b1a1a;
  color: #1b1a1a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #4e4d4d;
  border-color: #4e4d4d;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #4e4d4d !important;
  border-color: #4e4d4d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #131313;
  border-color: #131313;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #131313 !important;
  border-color: #131313 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #0c0221;
  color: #0c0221;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #2e0881;
  border-color: #2e0881;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #2e0881 !important;
  border-color: #2e0881 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #4e4d4d !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #131313 !important;
}
.text-danger {
  color: #2e0881 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #57c8ef !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ff99b3 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #818080 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #464646 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #500ee1 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #131313;
}
.alert-danger {
  background-color: #2e0881;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c1c0c0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c5c5c5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #5c18f1;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.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: #149dcc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !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%;
}
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='%23149dcc' %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;
}
.cid-sNIFGmzvyP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sNIFGmzvyP nav.navbar {
  position: fixed;
}
.cid-sNIFGmzvyP .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-sNIFGmzvyP .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sNIFGmzvyP .dropdown-item:hover,
.cid-sNIFGmzvyP .dropdown-item:focus {
  color: #149dcc !important;
}
.cid-sNIFGmzvyP .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-sNIFGmzvyP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNIFGmzvyP .nav-link {
  position: relative;
  padding: 0;
}
.cid-sNIFGmzvyP .container {
  display: flex;
  margin: auto;
}
.cid-sNIFGmzvyP .iconfont-wrapper {
  color: #1d2024 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNIFGmzvyP .dropdown-menu,
.cid-sNIFGmzvyP .navbar.opened {
  background: #efeeee !important;
}
.cid-sNIFGmzvyP .nav-item:focus,
.cid-sNIFGmzvyP .nav-link:focus {
  outline: none;
}
.cid-sNIFGmzvyP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNIFGmzvyP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNIFGmzvyP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNIFGmzvyP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNIFGmzvyP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNIFGmzvyP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNIFGmzvyP .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: #efeeee;
}
.cid-sNIFGmzvyP .navbar.opened {
  transition: all 0.3s;
}
.cid-sNIFGmzvyP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNIFGmzvyP .navbar .navbar-logo img {
  width: auto;
}
.cid-sNIFGmzvyP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNIFGmzvyP .navbar.collapsed {
  justify-content: center;
}
.cid-sNIFGmzvyP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNIFGmzvyP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sNIFGmzvyP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.4rem);
  }
}
.cid-sNIFGmzvyP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNIFGmzvyP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNIFGmzvyP .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-sNIFGmzvyP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNIFGmzvyP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNIFGmzvyP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNIFGmzvyP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNIFGmzvyP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNIFGmzvyP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNIFGmzvyP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNIFGmzvyP .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-sNIFGmzvyP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNIFGmzvyP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNIFGmzvyP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNIFGmzvyP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNIFGmzvyP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNIFGmzvyP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNIFGmzvyP .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNIFGmzvyP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNIFGmzvyP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNIFGmzvyP .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNIFGmzvyP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNIFGmzvyP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNIFGmzvyP .dropdown-item.active,
.cid-sNIFGmzvyP .dropdown-item:active {
  background-color: transparent;
}
.cid-sNIFGmzvyP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNIFGmzvyP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNIFGmzvyP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNIFGmzvyP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efeeee;
}
.cid-sNIFGmzvyP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNIFGmzvyP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNIFGmzvyP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNIFGmzvyP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNIFGmzvyP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNIFGmzvyP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sNIFGmzvyP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNIFGmzvyP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNIFGmzvyP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNIFGmzvyP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNIFGmzvyP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNIFGmzvyP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNIFGmzvyP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNIFGmzvyP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNIFGmzvyP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNIFGmzvyP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNIFGmzvyP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNIFGmzvyP .navbar {
    height: 70px;
  }
  .cid-sNIFGmzvyP .navbar.opened {
    height: auto;
  }
  .cid-sNIFGmzvyP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNIFGmzvyP .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sNIFGmzvyP .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sNIFGmzvyP a {
  display: inline;
  font-weight: bold;
}
.cid-sNIFGmzvyP img {
  display: inline;
  padding-right: 10px;
}
.cid-sNIFGmzvyP .dropdown-toggle:after {
  display: none;
}
.cid-sNIFGmzvyP .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sNIFGmzvyP .dropdown-item:hover {
  color: #131313 !important;
}
@media (max-width: 990px) {
  .cid-sNIFGmzvyP .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sNIFGmzvyP .collapse .btn {
    margin: 11px 21px 18px;
  }
}
.cid-sNIFGmzvyP .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-sNIFGmzvyP .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-sNIFGmzvyP .btn {
  display: inline !important;
}
.cid-sNIFGmzvyP .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-sNIFGmzvyP .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-sNIFGmzvyP .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sNIFGmzvyP .nav-link:hover:after {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-sNIFGmzvyP .nav-link:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-rpRmAXo0RI {
  padding-top: 30px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-rpRmAXo0RI .row {
  justify-content: flex-end;
}
.cid-rpRmAXo0RI .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #ffffff;
}
.cid-rpRmAXo0RI .block {
  background-color: #149dcc;
}
.cid-rpRmAXo0RI img {
  width: 100%;
}
.cid-rpRmAXo0RI .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-rpRmAXo0RI .content {
  max-width: 600px;
}
.cid-rpRmAXo0RI h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-rpRmAXo0RI .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-rpRmAXo0RI h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-rpRmAXo0RI .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-rpRmAXo0RI h4 {
    right: 2rem;
    bottom: 30%;
  }
  .cid-rpRmAXo0RI .content-wrapper {
    padding: 4rem 3rem 4rem 0rem;
  }
}
.cid-rpRmAXo0RI .mbr-text,
.cid-rpRmAXo0RI .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-rpRmAXo0RI H1 {
  color: #282124;
}
.cid-rpRmAXo0RI H4 {
  color: #ffffff;
}
.cid-rpRmAXo0RI H2 {
  color: #282124;
}
.cid-sNIErqOeZE {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/flags-image-1-886x498.png");
}
.cid-sNIErqOeZE H1 {
  color: #57468b;
}
.cid-sNIErqOeZE .mbr-text,
.cid-sNIErqOeZE .mbr-section-btn {
  color: #716c80;
}
.cid-sNIErqOeZE H3 {
  color: #716c80;
}
.cid-rpSfqF8N8V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rpSfqF8N8V img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rpSfqF8N8V img:hover {
  transform: scale(1.1);
}
.cid-rpSfqF8N8V .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rpSfqF8N8V h2 {
  padding: 0;
  margin: 0;
}
.cid-rpSfqF8N8V .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rpSfqF8N8V .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rpSfqF8N8V .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-rpSfqF8N8V .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-rpSfqF8N8V .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-rpSfqF8N8V .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-rpSfqF8N8V .mbr-iconfont {
  margin: 0!important;
}
.cid-rpSfqF8N8V .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rpSfqF8N8V .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rpSfqF8N8V .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-rpSfqF8N8V .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-rpSfqF8N8V .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rpSfqF8N8V H2 {
  color: #333333;
}
.cid-rpSfqF8N8V .mbr-text {
  color: #767676;
}
.cid-sNIC4EDfiu {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/flags-image-1-886x498.png");
}
.cid-sNIC4EDfiu H1 {
  color: #57468b;
}
.cid-sNIC4EDfiu .mbr-text,
.cid-sNIC4EDfiu .mbr-section-btn {
  color: #716c80;
}
.cid-sNIC4EDfiu H3 {
  color: #716c80;
}
.cid-rpSfjvEG19 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efeeee;
}
.cid-rpSfjvEG19 .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-rpSfjvEG19 .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 1400px) {
  .cid-rpSfjvEG19 .card-wrapper {
    margin: 0rem;
  }
}
.cid-rpSfjvEG19 .card {
  height: fit-content;
}
@media (min-width: 767px) {
  .cid-rpSfjvEG19 .row {
    padding: 0 4rem;
  }
}
.cid-rpSfjvEG19 .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #073b4c;
}
.cid-rpSfjvEG19 .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-rpSfjvEG19 .card-box {
  padding: 3rem 3rem 4rem 3rem;
  width: 100%;
}
.cid-rpSfjvEG19 .card1 {
  background-color: #333333;
}
.cid-rpSfjvEG19 .card2 {
  background-color: #ffffff;
}
.cid-rpSfjvEG19 .card3 {
  background-color: #333333;
}
.cid-rpSfjvEG19 .card4 {
  background-color: #ffffff;
}
.cid-rpSfjvEG19 img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-rpSfjvEG19 .img-wrap {
  max-height: 200px;
  overflow: hidden;
}
.cid-rpSfjvEG19 .container {
  max-width: 1500px;
}
.cid-rpSfjvEG19 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rpSfjvEG19 .mbr-iconfont {
  font-size: 1.3rem;
  color: #333333;
  display: flex;
  justify-content: center;
}
.cid-rpSfjvEG19 P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-rpSfjvEG19 .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 992px) {
  .cid-rpSfjvEG19 .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-rpSfjvEG19 .col2,
  .cid-rpSfjvEG19 .col3,
  .cid-rpSfjvEG19 .col4 {
    margin-top: 0rem;
  }
  .cid-rpSfjvEG19 .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 767px) {
  .cid-rpSfjvEG19 .card-box {
    padding: 1rem 2rem 5rem 1rem;
  }
  .cid-rpSfjvEG19 .number {
    margin: auto;
  }
}
.cid-rpSfjvEG19 .mbr-text {
  color: #cccccc;
}
.cid-rpSfjvEG19 .text2 {
  color: #333333;
}
.cid-rpSfjvEG19 .text3 {
  color: #ffffff;
}
.cid-rpSfjvEG19 .title2 {
  color: #073b4c;
}
.cid-rpSfjvEG19 .title1 {
  color: #ffffff;
}
.cid-rpSfjvEG19 .title3 {
  color: #ffffff;
}
.cid-rpSfjvEG19 .title4 {
  color: #073b4c;
}
.cid-rpSfjvEG19 .text4 {
  color: #333333;
}
.cid-rpSfjvEG19 .text1 {
  color: #efeeee;
}
.cid-rpSfjvEG19 .title3 B {
  color: #c1c1c1;
}
.cid-rpSfjvEG19 H1 {
  color: #333333;
}
.cid-rpSfxBmryu {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rpSfxBmryu .container {
  max-width: 1500px;
}
.cid-rpSfxBmryu img {
  width: 100%;
}
.cid-rpSfxBmryu h2 {
  padding: 0;
  margin: 0;
}
.cid-rpSfxBmryu .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-rpSfxBmryu .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-rpSfxBmryu .img-col {
  position: relative;
}
.cid-rpSfxBmryu .img2 {
  position: absolute;
  right: 6rem;
  top: -6rem;
  width: 320px;
}
@media (max-width: 1200px) {
  .cid-rpSfxBmryu .img2 {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  .cid-rpSfxBmryu .title-col {
    margin-bottom: 4rem!important;
  }
  .cid-rpSfxBmryu .img2 {
    top: -2rem;
  }
  .cid-rpSfxBmryu .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-rpSfxBmryu .img2 {
    width: 50%;
  }
  .cid-rpSfxBmryu .number {
    margin: auto;
  }
}
.cid-sNJUBOFABm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
.cid-sNJUBOFABm .progress {
  width: 100%;
}
.cid-sNJUBOFABm .mbr-flex {
  display: flex;
}
.cid-sNJUBOFABm .mbr-m-auto {
  margin: auto;
  width: 100%;
  padding-bottom: 2rem;
}
.cid-sNJUBOFABm progress {
  height: 4px;
}
.cid-sNJUBOFABm .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-sNJUBOFABm .main-sub-title {
  background: #a8aaf1;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-sNJUBOFABm .progress_value {
  position: relative;
}
.cid-sNJUBOFABm .progress_elements {
  margin: 0 auto;
}
.cid-sNJUBOFABm .progress-border {
  border-bottom: 2px solid #42424c;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sNJUBOFABm .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-sNJUBOFABm .progress1 .progressbar-number:before,
.cid-sNJUBOFABm .progress2 .progressbar-number:before,
.cid-sNJUBOFABm .progress3 .progressbar-number:before,
.cid-sNJUBOFABm .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-sNJUBOFABm progress[value]::-webkit-progress-bar {
  background: transparent;
}
.cid-sNJUBOFABm .progress1 progress::-webkit-progress-value {
  background: #149dcc;
}
.cid-sNJUBOFABm .progress2 progress::-webkit-progress-value {
  background: #149dcc;
}
.cid-sNJUBOFABm .progress3 progress::-webkit-progress-value {
  background: #149dcc;
}
.cid-sNJUBOFABm .progress4 progress::-webkit-progress-value {
  background: #149dcc;
}
.cid-sNJUBOFABm .progress1 .progressbar-number:before {
  content: '95';
}
.cid-sNJUBOFABm .progress2 .progressbar-number:before {
  content: '95';
}
.cid-sNJUBOFABm .progress3 .progressbar-number:before {
  content: '89';
}
.cid-sNJUBOFABm .progress4 .progressbar-number:before {
  content: '100';
}
.cid-sNJUBOFABm .progress-primary {
  background: transparent;
  border: none;
  outline: none;
}
.cid-sNJUBOFABm .progress-primary::-webkit-progress-bar {
  background: transparent;
}
.cid-sNJUBOFABm .progress_value span {
  padding-left: 30px;
}
.cid-sNJUBOFABm .mbr-section-title {
  color: #ffffff;
}
.cid-sNJUBOFABm .progressbar-title p,
.cid-sNJUBOFABm .progress_value {
  color: #ffffff;
}
.cid-sNJUBOFABm p {
  margin-bottom: 0.5rem;
}
.cid-sNJUBOFABm .main-sub-title,
.cid-sNJUBOFABm .align-wrapper {
  color: #ffffff;
}
.cid-rpSfqvjGS3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rpSfqvjGS3 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rpSfqvjGS3 img:hover {
  transform: scale(1.1);
}
.cid-rpSfqvjGS3 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rpSfqvjGS3 h2 {
  padding: 0;
  margin: 0;
}
.cid-rpSfqvjGS3 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rpSfqvjGS3 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rpSfqvjGS3 .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-rpSfqvjGS3 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
}
.cid-rpSfqvjGS3 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rpSfqvjGS3 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rpSfqvjGS3 .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-rpSfqvjGS3 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rpSfqvjGS3 H2 {
  color: #333333;
}
.cid-rpSfqvjGS3 .mbr-text {
  color: #767676;
}
.cid-sOPtYFk9Id {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #020033;
}
.cid-sOPtYFk9Id img {
  width: 40px;
  margin-right: 1rem;
}
.cid-sOPtYFk9Id .navbar-brand {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-sOPtYFk9Id .row {
    margin: 0 2rem;
  }
}
.cid-sOPtYFk9Id .container {
  max-width: 1500px;
}
.cid-sOPtYFk9Id .form-control,
.cid-sOPtYFk9Id .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #efeeee;
  color: #333333;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sOPtYFk9Id .form-control:hover,
.cid-sOPtYFk9Id .field-input:hover,
.cid-sOPtYFk9Id .form-control:focus,
.cid-sOPtYFk9Id .field-input:focus {
  background-color: #efeeee;
  border-color: #efeeee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sOPtYFk9Id input::-webkit-input-placeholder,
.cid-sOPtYFk9Id textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-sOPtYFk9Id input:-moz-placeholder,
.cid-sOPtYFk9Id textarea:-moz-placeholder {
  color: #767676;
}
.cid-sOPtYFk9Id .jq-selectbox li,
.cid-sOPtYFk9Id .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sOPtYFk9Id .jq-selectbox li:hover,
.cid-sOPtYFk9Id .jq-selectbox li.selected {
  background-color: #efeeee;
  color: #000000;
}
.cid-sOPtYFk9Id .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sOPtYFk9Id .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-sOPtYFk9Id .btn {
  width: 80px !important;
  justify-content: center;
  padding: 1rem 1rem !important;
  margin: 0 !important;
  height: 100%;
}
.cid-sOPtYFk9Id .btn .mbr-iconfont {
  font-size: 1.2rem;
}
.cid-sOPtYFk9Id input {
  border-radius: 0;
  padding: 1rem !important;
  font-size: 1rem;
  height: 100%;
}
.cid-sOPtYFk9Id .col,
.cid-sOPtYFk9Id .col-auto {
  padding: 0;
}
.cid-sOPtYFk9Id .form-group {
  margin-bottom: 0rem;
}
.cid-sOPtYFk9Id .items {
  color: #ffffff;
}
.cid-sOPtYFk9Id .form-title {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sOPtYFk9Id .col-md-6,
  .cid-sOPtYFk9Id .navbar-brand {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sOPtYFk9Id .navbar-brand {
    justify-content: center;
  }
  .cid-sOPtYFk9Id .row {
    margin: 0;
  }
}
.cid-sOPtYFk9Id SPAN {
  color: #ffffff;
}
.cid-sNOAjqSETT {
  background-color: #000000;
}
.cid-sNOAjqSETT .container {
  display: flex;
  padding: 0;
  margin: auto;
  max-width: 1100px;
}
.cid-sNOAjqSETT .mbr-section-subtitle {
  width: auto;
  padding: 15px 10px 10px 25px;
  color: #ffffff;
  text-align: right;
}
.cid-sNOAjqSETT .row {
  width: 100%;
  margin: auto;
}
.cid-sNOAjqSETT .iconfont-wrapper {
  color: #333333 !important;
  font-size: 1.2rem;
  padding-right: 0.5rem;
}
.cid-sNOAjqSETT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 25px;
  text-align: center;
}
@media (max-width: 700px) {
  .cid-sNOAjqSETT .icons-menu {
    padding-left: 0rem;
  }
}
.cid-sNIFGmzvyP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sNIFGmzvyP nav.navbar {
  position: fixed;
}
.cid-sNIFGmzvyP .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-sNIFGmzvyP .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sNIFGmzvyP .dropdown-item:hover,
.cid-sNIFGmzvyP .dropdown-item:focus {
  color: #149dcc !important;
}
.cid-sNIFGmzvyP .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-sNIFGmzvyP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNIFGmzvyP .nav-link {
  position: relative;
  padding: 0;
}
.cid-sNIFGmzvyP .container {
  display: flex;
  margin: auto;
}
.cid-sNIFGmzvyP .iconfont-wrapper {
  color: #1d2024 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNIFGmzvyP .dropdown-menu,
.cid-sNIFGmzvyP .navbar.opened {
  background: #efeeee !important;
}
.cid-sNIFGmzvyP .nav-item:focus,
.cid-sNIFGmzvyP .nav-link:focus {
  outline: none;
}
.cid-sNIFGmzvyP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNIFGmzvyP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNIFGmzvyP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNIFGmzvyP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNIFGmzvyP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNIFGmzvyP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNIFGmzvyP .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: #efeeee;
}
.cid-sNIFGmzvyP .navbar.opened {
  transition: all 0.3s;
}
.cid-sNIFGmzvyP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNIFGmzvyP .navbar .navbar-logo img {
  width: auto;
}
.cid-sNIFGmzvyP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNIFGmzvyP .navbar.collapsed {
  justify-content: center;
}
.cid-sNIFGmzvyP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNIFGmzvyP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sNIFGmzvyP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.4rem);
  }
}
.cid-sNIFGmzvyP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNIFGmzvyP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNIFGmzvyP .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-sNIFGmzvyP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNIFGmzvyP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNIFGmzvyP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNIFGmzvyP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNIFGmzvyP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNIFGmzvyP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNIFGmzvyP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNIFGmzvyP .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-sNIFGmzvyP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNIFGmzvyP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNIFGmzvyP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNIFGmzvyP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNIFGmzvyP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNIFGmzvyP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNIFGmzvyP .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNIFGmzvyP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNIFGmzvyP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNIFGmzvyP .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNIFGmzvyP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNIFGmzvyP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNIFGmzvyP .dropdown-item.active,
.cid-sNIFGmzvyP .dropdown-item:active {
  background-color: transparent;
}
.cid-sNIFGmzvyP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNIFGmzvyP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNIFGmzvyP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNIFGmzvyP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efeeee;
}
.cid-sNIFGmzvyP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNIFGmzvyP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNIFGmzvyP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNIFGmzvyP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNIFGmzvyP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNIFGmzvyP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sNIFGmzvyP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNIFGmzvyP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNIFGmzvyP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNIFGmzvyP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNIFGmzvyP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNIFGmzvyP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNIFGmzvyP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNIFGmzvyP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNIFGmzvyP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNIFGmzvyP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNIFGmzvyP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNIFGmzvyP .navbar {
    height: 70px;
  }
  .cid-sNIFGmzvyP .navbar.opened {
    height: auto;
  }
  .cid-sNIFGmzvyP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNIFGmzvyP .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sNIFGmzvyP .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sNIFGmzvyP a {
  display: inline;
  font-weight: bold;
}
.cid-sNIFGmzvyP img {
  display: inline;
  padding-right: 10px;
}
.cid-sNIFGmzvyP .dropdown-toggle:after {
  display: none;
}
.cid-sNIFGmzvyP .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sNIFGmzvyP .dropdown-item:hover {
  color: #131313 !important;
}
@media (max-width: 990px) {
  .cid-sNIFGmzvyP .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sNIFGmzvyP .collapse .btn {
    margin: 11px 21px 18px;
  }
}
.cid-sNIFGmzvyP .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-sNIFGmzvyP .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-sNIFGmzvyP .btn {
  display: inline !important;
}
.cid-sNIFGmzvyP .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-sNIFGmzvyP .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-sNIFGmzvyP .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sNIFGmzvyP .nav-link:hover:after {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-sNIFGmzvyP .nav-link:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-sNOm4G2p7W {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
.cid-sNOm4G2p7W .mbr-section-title {
  color: #ffffff;
}
.cid-sNOnER0rjK {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f2f6ff;
}
.cid-sNOnER0rjK h4 {
  margin-bottom: 0;
}
.cid-sNOnER0rjK p {
  color: #767676;
}
.cid-sNOnER0rjK .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-sNOnER0rjK .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sNOnER0rjK .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-sNOnER0rjK .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-sNOnER0rjK .btn-info-outline:active,
.cid-sNOnER0rjK .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sNOnER0rjK .card-box {
  padding-top: 2rem;
}
.cid-sNOnER0rjK .card-wrapper {
  height: 100%;
}
.cid-sNOnER0rjK .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sNOnER0rjK img {
  border-radius: 8px;
}
.cid-sNOnER0rjK .card-title {
  color: #0f0b64;
  text-align: center;
}
.cid-sNOnER0rjK .main-title {
  color: #131313;
  text-align: center;
}
.cid-sNOnER0rjK DIV {
  color: #57468b;
}
.cid-sNOnER0rjK .card-img {
  width: auto;
}
.cid-sNOueUJsqS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f6ff;
}
.cid-sNOueUJsqS h4 {
  margin-bottom: 0;
}
.cid-sNOueUJsqS p {
  color: #767676;
}
.cid-sNOueUJsqS .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-sNOueUJsqS .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sNOueUJsqS .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-sNOueUJsqS .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-sNOueUJsqS .btn-info-outline:active,
.cid-sNOueUJsqS .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sNOueUJsqS .card-box {
  padding-top: 2rem;
}
.cid-sNOueUJsqS .card-wrapper {
  height: 100%;
}
.cid-sNOueUJsqS .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sNOueUJsqS img {
  border-radius: 8px;
}
.cid-sNOueUJsqS .card-title {
  color: #0f0b64;
  text-align: center;
}
.cid-sNOueUJsqS .main-title {
  color: #131313;
  text-align: center;
}
.cid-sNOueUJsqS DIV {
  color: #57468b;
}
.cid-sNOueUJsqS .card-img {
  width: auto;
}
.cid-sNOmFNbYxJ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/flags-image-2-886x498.png");
}
.cid-sNOmFNbYxJ H1 {
  color: #57468b;
}
.cid-sNOmFNbYxJ .mbr-text,
.cid-sNOmFNbYxJ .mbr-section-btn {
  color: #716c80;
}
.cid-sNOmFNbYxJ H3 {
  color: #716c80;
}
.cid-sNOv8SGd5l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sNOv8SGd5l .mbr-section-subtitle {
  color: #14191e;
}
.cid-sNOv8SGd5l .mbr-text {
  color: #777777;
}
.cid-sNOv8SGd5l ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-sNOv8SGd5l ul li {
  margin-bottom: 1rem;
  position: relative;
  list-style: none;
  padding-left: 1rem;
}
.cid-sNOv8SGd5l ul li:before {
  position: absolute;
  left: -20px;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #777777;
  width: 25px;
  height: 25px;
}
.cid-sNOv8SGd5l .mbr-list {
  color: #131313;
}
.cid-sOPu9UOlIy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #020033;
}
.cid-sOPu9UOlIy img {
  width: 40px;
  margin-right: 1rem;
}
.cid-sOPu9UOlIy .navbar-brand {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-sOPu9UOlIy .row {
    margin: 0 2rem;
  }
}
.cid-sOPu9UOlIy .container {
  max-width: 1500px;
}
.cid-sOPu9UOlIy .form-control,
.cid-sOPu9UOlIy .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #efeeee;
  color: #333333;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sOPu9UOlIy .form-control:hover,
.cid-sOPu9UOlIy .field-input:hover,
.cid-sOPu9UOlIy .form-control:focus,
.cid-sOPu9UOlIy .field-input:focus {
  background-color: #efeeee;
  border-color: #efeeee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sOPu9UOlIy input::-webkit-input-placeholder,
.cid-sOPu9UOlIy textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-sOPu9UOlIy input:-moz-placeholder,
.cid-sOPu9UOlIy textarea:-moz-placeholder {
  color: #767676;
}
.cid-sOPu9UOlIy .jq-selectbox li,
.cid-sOPu9UOlIy .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sOPu9UOlIy .jq-selectbox li:hover,
.cid-sOPu9UOlIy .jq-selectbox li.selected {
  background-color: #efeeee;
  color: #000000;
}
.cid-sOPu9UOlIy .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sOPu9UOlIy .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-sOPu9UOlIy .btn {
  width: 80px !important;
  justify-content: center;
  padding: 1rem 1rem !important;
  margin: 0 !important;
  height: 100%;
}
.cid-sOPu9UOlIy .btn .mbr-iconfont {
  font-size: 1.2rem;
}
.cid-sOPu9UOlIy input {
  border-radius: 0;
  padding: 1rem !important;
  font-size: 1rem;
  height: 100%;
}
.cid-sOPu9UOlIy .col,
.cid-sOPu9UOlIy .col-auto {
  padding: 0;
}
.cid-sOPu9UOlIy .form-group {
  margin-bottom: 0rem;
}
.cid-sOPu9UOlIy .items {
  color: #ffffff;
}
.cid-sOPu9UOlIy .form-title {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sOPu9UOlIy .col-md-6,
  .cid-sOPu9UOlIy .navbar-brand {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sOPu9UOlIy .navbar-brand {
    justify-content: center;
  }
  .cid-sOPu9UOlIy .row {
    margin: 0;
  }
}
.cid-sOPu9UOlIy SPAN {
  color: #ffffff;
}
.cid-sNOAjqSETT {
  background-color: #000000;
}
.cid-sNOAjqSETT .container {
  display: flex;
  padding: 0;
  margin: auto;
  max-width: 1100px;
}
.cid-sNOAjqSETT .mbr-section-subtitle {
  width: auto;
  padding: 15px 10px 10px 25px;
  color: #ffffff;
  text-align: right;
}
.cid-sNOAjqSETT .row {
  width: 100%;
  margin: auto;
}
.cid-sNOAjqSETT .iconfont-wrapper {
  color: #333333 !important;
  font-size: 1.2rem;
  padding-right: 0.5rem;
}
.cid-sNOAjqSETT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 25px;
  text-align: center;
}
@media (max-width: 700px) {
  .cid-sNOAjqSETT .icons-menu {
    padding-left: 0rem;
  }
}
.cid-sNOwdEKeho {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/industrial-port-container-yard-4.jpeg");
}
.cid-sNOwdEKeho .mbr-section-title {
  color: #ffffff;
}
.cid-sNOwRFckyi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sNOwRFckyi a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sNOwRFckyi a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sNOwRFckyi .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sNOwRFckyi .input-group-btn .btn {
  border-radius: 0px !important;
}
.cid-sNOwRFckyi .form-control {
  background: none;
  border-radius: 0px;
}
.cid-sNOwRFckyi textarea.form-control {
  min-height: 214.5px;
}
.cid-sNOwRFckyi .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  margin-bottom: 2.5rem;
}
.cid-sNOwRFckyi h4,
.cid-sNOwRFckyi p {
  margin: 0;
}
.cid-sNOwRFckyi h2 {
  color: #333;
  margin-bottom: 2rem;
}
.cid-sNOwRFckyi h3 {
  color: #767676;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.cid-sNOwRFckyi .icon {
  color: #656565;
  font-size: 2.5rem;
}
@media (max-width: 991px) {
  .cid-sNOwRFckyi h2 {
    text-align: center;
  }
  .cid-sNOwRFckyi h3 {
    text-align: center;
  }
  .cid-sNOwRFckyi .input-group-btn {
    text-align: center;
  }
  .cid-sNOwRFckyi .social-list {
    text-align: center;
  }
  .cid-sNOwRFckyi .order-2 {
    margin-top: 2.5rem;
  }
}
.cid-sNOwRFckyi H2 {
  color: #656565;
}
.cid-sNOwRFckyi .content {
  text-align: left;
  color: #656565;
}
.cid-sNOwRFckyi .type {
  text-align: left;
  padding-bottom: 8px;
  color: #232323;
}
.cid-sNOwRFckyi .title1 {
  text-align: left;
}
.cid-sNOwRFckyi .mbr-section-subtitle {
  text-align: left;
  color: #656565;
}
.cid-sNOwRFckyi .title2 {
  color: #656565;
}
.cid-sOPu5LjhY0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #020033;
}
.cid-sOPu5LjhY0 img {
  width: 40px;
  margin-right: 1rem;
}
.cid-sOPu5LjhY0 .navbar-brand {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-sOPu5LjhY0 .row {
    margin: 0 2rem;
  }
}
.cid-sOPu5LjhY0 .container {
  max-width: 1500px;
}
.cid-sOPu5LjhY0 .form-control,
.cid-sOPu5LjhY0 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #efeeee;
  color: #333333;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sOPu5LjhY0 .form-control:hover,
.cid-sOPu5LjhY0 .field-input:hover,
.cid-sOPu5LjhY0 .form-control:focus,
.cid-sOPu5LjhY0 .field-input:focus {
  background-color: #efeeee;
  border-color: #efeeee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sOPu5LjhY0 input::-webkit-input-placeholder,
.cid-sOPu5LjhY0 textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-sOPu5LjhY0 input:-moz-placeholder,
.cid-sOPu5LjhY0 textarea:-moz-placeholder {
  color: #767676;
}
.cid-sOPu5LjhY0 .jq-selectbox li,
.cid-sOPu5LjhY0 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sOPu5LjhY0 .jq-selectbox li:hover,
.cid-sOPu5LjhY0 .jq-selectbox li.selected {
  background-color: #efeeee;
  color: #000000;
}
.cid-sOPu5LjhY0 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sOPu5LjhY0 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-sOPu5LjhY0 .btn {
  width: 80px !important;
  justify-content: center;
  padding: 1rem 1rem !important;
  margin: 0 !important;
  height: 100%;
}
.cid-sOPu5LjhY0 .btn .mbr-iconfont {
  font-size: 1.2rem;
}
.cid-sOPu5LjhY0 input {
  border-radius: 0;
  padding: 1rem !important;
  font-size: 1rem;
  height: 100%;
}
.cid-sOPu5LjhY0 .col,
.cid-sOPu5LjhY0 .col-auto {
  padding: 0;
}
.cid-sOPu5LjhY0 .form-group {
  margin-bottom: 0rem;
}
.cid-sOPu5LjhY0 .items {
  color: #ffffff;
}
.cid-sOPu5LjhY0 .form-title {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sOPu5LjhY0 .col-md-6,
  .cid-sOPu5LjhY0 .navbar-brand {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sOPu5LjhY0 .navbar-brand {
    justify-content: center;
  }
  .cid-sOPu5LjhY0 .row {
    margin: 0;
  }
}
.cid-sOPu5LjhY0 SPAN {
  color: #ffffff;
}
.cid-sNIFGmzvyP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sNIFGmzvyP nav.navbar {
  position: fixed;
}
.cid-sNIFGmzvyP .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-sNIFGmzvyP .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sNIFGmzvyP .dropdown-item:hover,
.cid-sNIFGmzvyP .dropdown-item:focus {
  color: #149dcc !important;
}
.cid-sNIFGmzvyP .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-sNIFGmzvyP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNIFGmzvyP .nav-link {
  position: relative;
  padding: 0;
}
.cid-sNIFGmzvyP .container {
  display: flex;
  margin: auto;
}
.cid-sNIFGmzvyP .iconfont-wrapper {
  color: #1d2024 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNIFGmzvyP .dropdown-menu,
.cid-sNIFGmzvyP .navbar.opened {
  background: #efeeee !important;
}
.cid-sNIFGmzvyP .nav-item:focus,
.cid-sNIFGmzvyP .nav-link:focus {
  outline: none;
}
.cid-sNIFGmzvyP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNIFGmzvyP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNIFGmzvyP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNIFGmzvyP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNIFGmzvyP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNIFGmzvyP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNIFGmzvyP .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: #efeeee;
}
.cid-sNIFGmzvyP .navbar.opened {
  transition: all 0.3s;
}
.cid-sNIFGmzvyP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNIFGmzvyP .navbar .navbar-logo img {
  width: auto;
}
.cid-sNIFGmzvyP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNIFGmzvyP .navbar.collapsed {
  justify-content: center;
}
.cid-sNIFGmzvyP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNIFGmzvyP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sNIFGmzvyP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.4rem);
  }
}
.cid-sNIFGmzvyP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNIFGmzvyP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNIFGmzvyP .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-sNIFGmzvyP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNIFGmzvyP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNIFGmzvyP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNIFGmzvyP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNIFGmzvyP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNIFGmzvyP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNIFGmzvyP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNIFGmzvyP .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-sNIFGmzvyP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNIFGmzvyP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNIFGmzvyP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNIFGmzvyP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNIFGmzvyP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNIFGmzvyP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNIFGmzvyP .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNIFGmzvyP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNIFGmzvyP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNIFGmzvyP .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNIFGmzvyP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNIFGmzvyP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNIFGmzvyP .dropdown-item.active,
.cid-sNIFGmzvyP .dropdown-item:active {
  background-color: transparent;
}
.cid-sNIFGmzvyP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNIFGmzvyP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNIFGmzvyP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNIFGmzvyP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efeeee;
}
.cid-sNIFGmzvyP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNIFGmzvyP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNIFGmzvyP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNIFGmzvyP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNIFGmzvyP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNIFGmzvyP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sNIFGmzvyP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNIFGmzvyP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNIFGmzvyP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNIFGmzvyP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNIFGmzvyP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNIFGmzvyP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNIFGmzvyP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNIFGmzvyP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNIFGmzvyP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNIFGmzvyP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNIFGmzvyP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNIFGmzvyP .navbar {
    height: 70px;
  }
  .cid-sNIFGmzvyP .navbar.opened {
    height: auto;
  }
  .cid-sNIFGmzvyP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNIFGmzvyP .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sNIFGmzvyP .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sNIFGmzvyP a {
  display: inline;
  font-weight: bold;
}
.cid-sNIFGmzvyP img {
  display: inline;
  padding-right: 10px;
}
.cid-sNIFGmzvyP .dropdown-toggle:after {
  display: none;
}
.cid-sNIFGmzvyP .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sNIFGmzvyP .dropdown-item:hover {
  color: #131313 !important;
}
@media (max-width: 990px) {
  .cid-sNIFGmzvyP .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sNIFGmzvyP .collapse .btn {
    margin: 11px 21px 18px;
  }
}
.cid-sNIFGmzvyP .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-sNIFGmzvyP .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-sNIFGmzvyP .btn {
  display: inline !important;
}
.cid-sNIFGmzvyP .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-sNIFGmzvyP .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-sNIFGmzvyP .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sNIFGmzvyP .nav-link:hover:after {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-sNIFGmzvyP .nav-link:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-sNOAjqSETT {
  background-color: #000000;
}
.cid-sNOAjqSETT .container {
  display: flex;
  padding: 0;
  margin: auto;
  max-width: 1100px;
}
.cid-sNOAjqSETT .mbr-section-subtitle {
  width: auto;
  padding: 15px 10px 10px 25px;
  color: #ffffff;
  text-align: right;
}
.cid-sNOAjqSETT .row {
  width: 100%;
  margin: auto;
}
.cid-sNOAjqSETT .iconfont-wrapper {
  color: #333333 !important;
  font-size: 1.2rem;
  padding-right: 0.5rem;
}
.cid-sNOAjqSETT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 25px;
  text-align: center;
}
@media (max-width: 700px) {
  .cid-sNOAjqSETT .icons-menu {
    padding-left: 0rem;
  }
}
.cid-sNMHm3bsnq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/industrial-port-container-yard-3.jpeg");
}
.cid-sNMHm3bsnq .mbr-section-title {
  color: #ffffff;
}
.cid-sNMRvxnXz4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #14106e;
}
.cid-sNMRvxnXz4 .mbr-section-subtitle {
  color: #fafafa;
  text-align: center;
}
.cid-sNMRvxnXz4 .mbr-text {
  color: #fafafa;
  text-align: center;
}
.cid-sNMHVPuJE3 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sNMHVPuJE3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sNMHVPuJE3 .row {
  flex-direction: row-reverse;
}
.cid-sNMHVPuJE3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sNMHVPuJE3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sNMIYHVQNQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sNMIYHVQNQ img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sNMIYHVQNQ img:hover {
  transform: scale(1.1);
}
.cid-sNMIYHVQNQ .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sNMIYHVQNQ h2 {
  padding: 0;
  margin: 0;
}
.cid-sNMIYHVQNQ .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNMIYHVQNQ .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sNMIYHVQNQ .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-sNMIYHVQNQ .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 300px;
}
.cid-sNMIYHVQNQ .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-sNMIYHVQNQ .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0 !important;
}
.cid-sNMIYHVQNQ .mbr-iconfont {
  margin: 0 !important;
}
.cid-sNMIYHVQNQ .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sNMIYHVQNQ .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sNMIYHVQNQ .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-sNMIYHVQNQ .btn {
    padding: 0.6rem 0.8rem !important;
    min-width: 200px !important;
  }
  .cid-sNMIYHVQNQ .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sNMIYHVQNQ H2 {
  color: #333333;
}
.cid-sNMIYHVQNQ .mbr-text {
  color: #767676;
}
.cid-sNMSBtlwfB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1283x721.png");
}
.cid-sNMSBtlwfB .mbr-text {
  color: #767676;
}
.cid-sNMSBtlwfB .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 3.5rem!important;
}
.cid-sNMSBtlwfB .link {
  margin: 0;
}
.cid-sNMSBtlwfB .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-sNMSBtlwfB .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-sNMSBtlwfB .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sNMSBtlwfB .card {
    margin-bottom: 3rem;
  }
}
.cid-sNMSBtlwfB .mbr-text,
.cid-sNMSBtlwfB .link {
  color: #0d0d0d;
}
.cid-sNO77HiSqo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sNO77HiSqo .content-block {
  max-width: 350px;
  padding: 4rem 3rem;
  z-index: 5;
  position: relative;
}
.cid-sNO77HiSqo .block2 {
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
.cid-sNO77HiSqo .block2:hover .block2-over {
  opacity: 0;
}
.cid-sNO77HiSqo .block1 {
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
.cid-sNO77HiSqo .block1:hover .block1-over {
  opacity: 0;
}
.cid-sNO77HiSqo .block1-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #c1c1c1;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-sNO77HiSqo .block2-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #55b4d4;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-sNO77HiSqo .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/mbr-1283x721.png");
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.cid-sNO77HiSqo .overlay {
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  background: #149dcc;
}
.cid-sNO77HiSqo .wrap {
  width: 100%;
  min-height: 400px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.cid-sNO77HiSqo .wrap:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-sNO77HiSqo .wrap:hover .img-content {
  opacity: 1;
  transition-delay: 0.3s;
}
.cid-sNO77HiSqo .wrap:hover .box-title2,
.cid-sNO77HiSqo .wrap:hover .box-text2 {
  color: #333333;
  transition-delay: 0.3s;
}
.cid-sNO77HiSqo .wrap:hover .box-content {
  transition-delay: 0.3s;
  background: transparent;
}
.cid-sNO77HiSqo .box-title2,
.cid-sNO77HiSqo .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-sNO77HiSqo .box-content {
  transition: all 0.3s;
  background: #149dcc;
  width: 50%;
}
.cid-sNO77HiSqo .content-box {
  padding: 4rem 3rem;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .cid-sNO77HiSqo .img-content {
    opacity: 1;
  }
  .cid-sNO77HiSqo .box-title2,
  .cid-sNO77HiSqo .box-text2 {
    color: #333333 !important;
  }
  .cid-sNO77HiSqo .content-block,
  .cid-sNO77HiSqo .content1 {
    padding: 3rem 1rem;
  }
  .cid-sNO77HiSqo .wrap {
    min-height: 300px;
  }
  .cid-sNO77HiSqo .box-content {
    width: 100%;
    background: transparent;
  }
}
.cid-sNIFGmzvyP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sNIFGmzvyP nav.navbar {
  position: fixed;
}
.cid-sNIFGmzvyP .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-sNIFGmzvyP .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sNIFGmzvyP .dropdown-item:hover,
.cid-sNIFGmzvyP .dropdown-item:focus {
  color: #149dcc !important;
}
.cid-sNIFGmzvyP .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-sNIFGmzvyP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNIFGmzvyP .nav-link {
  position: relative;
  padding: 0;
}
.cid-sNIFGmzvyP .container {
  display: flex;
  margin: auto;
}
.cid-sNIFGmzvyP .iconfont-wrapper {
  color: #1d2024 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNIFGmzvyP .dropdown-menu,
.cid-sNIFGmzvyP .navbar.opened {
  background: #efeeee !important;
}
.cid-sNIFGmzvyP .nav-item:focus,
.cid-sNIFGmzvyP .nav-link:focus {
  outline: none;
}
.cid-sNIFGmzvyP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNIFGmzvyP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNIFGmzvyP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNIFGmzvyP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNIFGmzvyP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNIFGmzvyP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNIFGmzvyP .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: #efeeee;
}
.cid-sNIFGmzvyP .navbar.opened {
  transition: all 0.3s;
}
.cid-sNIFGmzvyP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNIFGmzvyP .navbar .navbar-logo img {
  width: auto;
}
.cid-sNIFGmzvyP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNIFGmzvyP .navbar.collapsed {
  justify-content: center;
}
.cid-sNIFGmzvyP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNIFGmzvyP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sNIFGmzvyP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.4rem);
  }
}
.cid-sNIFGmzvyP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNIFGmzvyP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNIFGmzvyP .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-sNIFGmzvyP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNIFGmzvyP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNIFGmzvyP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNIFGmzvyP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNIFGmzvyP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNIFGmzvyP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNIFGmzvyP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNIFGmzvyP .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-sNIFGmzvyP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNIFGmzvyP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNIFGmzvyP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNIFGmzvyP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNIFGmzvyP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNIFGmzvyP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNIFGmzvyP .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNIFGmzvyP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNIFGmzvyP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNIFGmzvyP .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNIFGmzvyP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNIFGmzvyP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNIFGmzvyP .dropdown-item.active,
.cid-sNIFGmzvyP .dropdown-item:active {
  background-color: transparent;
}
.cid-sNIFGmzvyP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNIFGmzvyP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNIFGmzvyP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNIFGmzvyP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efeeee;
}
.cid-sNIFGmzvyP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNIFGmzvyP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNIFGmzvyP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNIFGmzvyP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNIFGmzvyP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNIFGmzvyP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sNIFGmzvyP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNIFGmzvyP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNIFGmzvyP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNIFGmzvyP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNIFGmzvyP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNIFGmzvyP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNIFGmzvyP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNIFGmzvyP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNIFGmzvyP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNIFGmzvyP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNIFGmzvyP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNIFGmzvyP .navbar {
    height: 70px;
  }
  .cid-sNIFGmzvyP .navbar.opened {
    height: auto;
  }
  .cid-sNIFGmzvyP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNIFGmzvyP .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sNIFGmzvyP .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sNIFGmzvyP a {
  display: inline;
  font-weight: bold;
}
.cid-sNIFGmzvyP img {
  display: inline;
  padding-right: 10px;
}
.cid-sNIFGmzvyP .dropdown-toggle:after {
  display: none;
}
.cid-sNIFGmzvyP .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sNIFGmzvyP .dropdown-item:hover {
  color: #131313 !important;
}
@media (max-width: 990px) {
  .cid-sNIFGmzvyP .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sNIFGmzvyP .collapse .btn {
    margin: 11px 21px 18px;
  }
}
.cid-sNIFGmzvyP .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-sNIFGmzvyP .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-sNIFGmzvyP .btn {
  display: inline !important;
}
.cid-sNIFGmzvyP .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-sNIFGmzvyP .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-sNIFGmzvyP .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sNIFGmzvyP .nav-link:hover:after {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-sNIFGmzvyP .nav-link:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-sOPq4YKu59 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #020033;
}
.cid-sOPq4YKu59 img {
  width: 40px;
  margin-right: 1rem;
}
.cid-sOPq4YKu59 .navbar-brand {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-sOPq4YKu59 .row {
    margin: 0 2rem;
  }
}
.cid-sOPq4YKu59 .container {
  max-width: 1500px;
}
.cid-sOPq4YKu59 .form-control,
.cid-sOPq4YKu59 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #efeeee;
  color: #333333;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sOPq4YKu59 .form-control:hover,
.cid-sOPq4YKu59 .field-input:hover,
.cid-sOPq4YKu59 .form-control:focus,
.cid-sOPq4YKu59 .field-input:focus {
  background-color: #efeeee;
  border-color: #efeeee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sOPq4YKu59 input::-webkit-input-placeholder,
.cid-sOPq4YKu59 textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-sOPq4YKu59 input:-moz-placeholder,
.cid-sOPq4YKu59 textarea:-moz-placeholder {
  color: #767676;
}
.cid-sOPq4YKu59 .jq-selectbox li,
.cid-sOPq4YKu59 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sOPq4YKu59 .jq-selectbox li:hover,
.cid-sOPq4YKu59 .jq-selectbox li.selected {
  background-color: #efeeee;
  color: #000000;
}
.cid-sOPq4YKu59 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sOPq4YKu59 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #efeeee;
}
.cid-sOPq4YKu59 .btn {
  width: 80px !important;
  justify-content: center;
  padding: 1rem 1rem !important;
  margin: 0 !important;
  height: 100%;
}
.cid-sOPq4YKu59 .btn .mbr-iconfont {
  font-size: 1.2rem;
}
.cid-sOPq4YKu59 input {
  border-radius: 0;
  padding: 1rem !important;
  font-size: 1rem;
  height: 100%;
}
.cid-sOPq4YKu59 .col,
.cid-sOPq4YKu59 .col-auto {
  padding: 0;
}
.cid-sOPq4YKu59 .form-group {
  margin-bottom: 0rem;
}
.cid-sOPq4YKu59 .items {
  color: #ffffff;
}
.cid-sOPq4YKu59 .form-title {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sOPq4YKu59 .col-md-6,
  .cid-sOPq4YKu59 .navbar-brand {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sOPq4YKu59 .navbar-brand {
    justify-content: center;
  }
  .cid-sOPq4YKu59 .row {
    margin: 0;
  }
}
.cid-sOPq4YKu59 SPAN {
  color: #ffffff;
}
.cid-sNOAjqSETT {
  background-color: #000000;
}
.cid-sNOAjqSETT .container {
  display: flex;
  padding: 0;
  margin: auto;
  max-width: 1100px;
}
.cid-sNOAjqSETT .mbr-section-subtitle {
  width: auto;
  padding: 15px 10px 10px 25px;
  color: #ffffff;
  text-align: right;
}
.cid-sNOAjqSETT .row {
  width: 100%;
  margin: auto;
}
.cid-sNOAjqSETT .iconfont-wrapper {
  color: #333333 !important;
  font-size: 1.2rem;
  padding-right: 0.5rem;
}
.cid-sNOAjqSETT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 25px;
  text-align: center;
}
@media (max-width: 700px) {
  .cid-sNOAjqSETT .icons-menu {
    padding-left: 0rem;
  }
}
