body {
  font-family: Be Vietnam;
}

.display-1 {
  font-family: 'Be Vietnam';
  font-size: 3.5rem;
  line-height: 1.5;
}

.display-1>.mbr-iconfont {
  font-size: 5.6rem;
}

.display-2 {
  font-family: 'Be Vietnam';
  font-size: 2.4rem;
  line-height: 1.3;
}

.display-2>.mbr-iconfont {
  font-size: 3.84rem;
}

.display-4 {
  font-family: 'Be Vietnam';
  font-size: 0.9rem;
  line-height: 1.8;
}

.display-4>.mbr-iconfont {
  font-size: 1.44rem;
}

.display-5 {
  font-family: 'Be Vietnam';
  font-size: 1.4rem;
  line-height: 1.3;
}

.display-5>.mbr-iconfont {
  font-size: 2.24rem;
}

.display-7 {
  font-family: 'Be Vietnam';
  font-size: 1.1rem;
  line-height: 2;
}

.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: 2.45rem;
    font-size: calc(1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }

  .display-2 {
    font-size: 1.92rem;
    font-size: calc(1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }

  .display-4 {
    font-size: 0.81rem !important;
    font-size: calc(0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }

  .display-5 {
    font-size: 1.12rem;
    font-size: calc(1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }

  .display-7 {
    font-size: 0.88rem;
    font-size: calc(1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}

/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}

.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}

.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}

.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}

.bg-primary {
  background-color: #f49846 !important;
}

.bg-success {
  background-color: #f7ed4a !important;
}

.bg-info {
  background-color: #82786e !important;
}

.bg-warning {
  background-color: #808080 !important;
}

.bg-danger {
  background-color: #b1a374 !important;
}

.btn-primary,
.btn-primary:active {
  background-color: #f49846 !important;
  border-color: #f49846 !important;
  color: #ffffff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #e0710d !important;
  border-color: #e0710d !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e0710d !important;
  border-color: #e0710d !important;
}

.btn-primary:hover {
  background-color: #f49846 !important;
  border-color: #f49846 !important;
}

.btn-secondary,
.btn-secondary:active {
  background-color: #200960 !important;
  border-color: #200960 !important;
  color: #ffffff !important;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #09021a !important;
  border-color: #09021a !important;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #09021a !important;
  border-color: #09021a !important;
}

.btn-secondary:hover {
  background-color: #f49846 !important;
  border-color: #f49846 !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: #59524b !important;
  border-color: #59524b !important;
}

.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}

.btn-info:hover {
  background-color: #f49846 !important;
  border-color: #f49846 !important;
}

.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}

.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}

.btn-success:hover {
  background-color: #f49846 !important;
  border-color: #f49846 !important;
}

.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}

.btn-warning:hover {
  background-color: #f49846 !important;
  border-color: #f49846 !important;
}

.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}

.btn-danger:hover {
  background-color: #f49846 !important;
  border-color: #f49846 !important;
}

.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}

.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}

.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}

.btn-white:hover {
  background-color: #f49846 !important;
  border-color: #f49846 !important;
}

.btn-white:hover {
  color: white !important;
}

.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}

.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}

.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}

.btn-black:hover {
  background-color: #f49846 !important;
  border-color: #f49846 !important;
}

.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #f49846;
  color: #f49846;
}

.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #f49846;
  border-color: #f49846;
}

.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f49846 !important;
  border-color: #f49846 !important;
}

.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #200960;
  color: #200960;
}

.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #200960;
  border-color: #200960;
}

.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #200960 !important;
  border-color: #200960 !important;
}

.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #82786e;
  color: #82786e;
}

.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: #f7ed4a;
  color: #f7ed4a;
}

.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}

.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}

.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #808080;
  color: #808080;
}

.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}

.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}

.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #b1a374;
  color: #b1a374;
}

.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}

.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}

.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}

.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}

.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}

.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}

.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}

.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}

.text-primary {
  color: #f49846 !important;
}

.text-secondary {
  color: #200960 !important;
}

.text-success {
  color: #f7ed4a !important;
}

.text-info {
  color: #82786e !important;
}

.text-warning {
  color: #808080 !important;
}

.text-danger {
  color: #b1a374 !important;
}

.text-white {
  color: #ffffff !important;
}

.text-black {
  color: #000000 !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #facea6 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #3f12bd !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #fbf7ac !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}

a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}

a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}

.alert-success {
  background-color: #70c770;
}

.alert-info {
  background-color: #82786e;
}

.alert-warning {
  background-color: #808080;
}

.alert-danger {
  background-color: #b1a374;
}

.mbr-gallery-filter li.active .btn {
  background-color: #f49846;
  border-color: #f49846;
  color: #ffffff;
}

.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}

a,
a:hover {
  color: #f49846;
}

.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}

.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}

.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: #c0c0c0;
}

.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}

/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}

blockquote {
  border-color: #f49846;
}

/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}

.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f49846;
  color: #ffffff;
}

.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f49846;
  border-bottom-color: #f49846;
}

.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: #000000 !important;
  background-color: #f49846 !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: #200960 !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='%23f49846' %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 0.6s;
}

.cid-rVtZLIAGc8 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.cid-rVtZLIAGc8 .display-2 {
  font-size: 2rem;
}

@media (max-width: 992px) {
  .cid-rVtZLIAGc8 .icons-menu {
    padding: 1rem 0 !important;
  }
}

.cid-rVtZLIAGc8 .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}

.cid-rVtZLIAGc8 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #5b686b;
  background: none;
}

.cid-rVtZLIAGc8 .navbar.opened {
  transition: all .3s;
}

.cid-rVtZLIAGc8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}

.cid-rVtZLIAGc8 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}

.cid-rVtZLIAGc8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}

.cid-rVtZLIAGc8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}

@media (min-width: 992px) {
  .cid-rVtZLIAGc8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}

.cid-rVtZLIAGc8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}

.cid-rVtZLIAGc8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}

.cid-rVtZLIAGc8 .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: 55%;
}

.cid-rVtZLIAGc8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}

.cid-rVtZLIAGc8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}

.cid-rVtZLIAGc8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

@media (max-width: 991px) {
  .cid-rVtZLIAGc8 .navbar .nav-item .nav-link::before {
    display: none;
  }

  .cid-rVtZLIAGc8 .navbar.opened .dropdown-menu {
    top: 0;
  }

  .cid-rVtZLIAGc8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }

  .cid-rVtZLIAGc8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }

  .cid-rVtZLIAGc8 .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: 55%;
  }

  .cid-rVtZLIAGc8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }

  .cid-rVtZLIAGc8 .navbar ul.navbar-nav li {
    margin: auto;
  }

  .cid-rVtZLIAGc8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }

  .cid-rVtZLIAGc8 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }

  .cid-rVtZLIAGc8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }

  .cid-rVtZLIAGc8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}

.cid-rVtZLIAGc8 .navbar.navbar-short {
  background: #5b686b !important;
  min-height: 60px;
}

.cid-rVtZLIAGc8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}

.cid-rVtZLIAGc8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}

.cid-rVtZLIAGc8 .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}

.cid-rVtZLIAGc8 .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}

.cid-rVtZLIAGc8 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}

.cid-rVtZLIAGc8 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}

.cid-rVtZLIAGc8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}

.cid-rVtZLIAGc8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}

.cid-rVtZLIAGc8 .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}

.cid-rVtZLIAGc8 .navbar-caption {
  padding-right: 4rem;
}

.cid-rVtZLIAGc8 .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}

.cid-rVtZLIAGc8 .dropdown-menu,
.cid-rVtZLIAGc8 .navbar.opened {
  background: #465052 !important;
}

.cid-rVtZLIAGc8 .nav-item:focus,
.cid-rVtZLIAGc8 .nav-link:focus {
  outline: none;
}

.cid-rVtZLIAGc8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.cid-rVtZLIAGc8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}

.cid-rVtZLIAGc8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}

.cid-rVtZLIAGc8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.cid-rVtZLIAGc8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}

.cid-rVtZLIAGc8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}

.cid-rVtZLIAGc8 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}

.cid-rVtZLIAGc8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}

.cid-rVtZLIAGc8 .navbar-brand .navbar-logo a {
  outline: none;
}

.cid-rVtZLIAGc8 .dropdown-item.active,
.cid-rVtZLIAGc8 .dropdown-item:active {
  background-color: transparent;
}

.cid-rVtZLIAGc8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}

.cid-rVtZLIAGc8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}

.cid-rVtZLIAGc8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}

.cid-rVtZLIAGc8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5b686b;
}

.cid-rVtZLIAGc8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}

.cid-rVtZLIAGc8 .navbar .dropdown.open>.dropdown-menu {
  display: block;
}

.cid-rVtZLIAGc8 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cid-rVtZLIAGc8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}

.cid-rVtZLIAGc8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}

.cid-rVtZLIAGc8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}

.cid-rVtZLIAGc8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}

.cid-rVtZLIAGc8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}

.cid-rVtZLIAGc8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}

.cid-rVtZLIAGc8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}

.cid-rVtZLIAGc8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}

.cid-rVtZLIAGc8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}

.cid-rVtZLIAGc8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}

.cid-rVtZLIAGc8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}

.cid-rVtZLIAGc8 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}

.cid-rVtZLIAGc8 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.cid-rVtZLIAGc8 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}

.cid-rVtZLIAGc8 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .cid-rVtZLIAGc8 .navbar {
    height: 77px;
  }

  .cid-rVtZLIAGc8 .navbar.opened {
    height: auto;
  }

  .cid-rVtZLIAGc8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}

.cid-rVue0PFQmz {
  /* background-image: url("../../../assets/images/truck-1584x822.webp"); */
}

.cid-rVue0PFQmz .link-align {
  width: 100%;
}

.cid-rVue0PFQmz .link-wrap {
  display: inline-block;
}

@keyframes hover {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  75% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

.cid-rVue0PFQmz .mbr-text,
.cid-rVue0PFQmz .link-align {
  color: #ffffff;
}

.cid-rVue0PFQmz .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  width: 100px;
  height: 100px;
  cursor: pointer;
}

.cid-rVue0PFQmz .icon-wrap:hover {
  animation: 0.6s hover;
}

.cid-rVue0PFQmz .icon-wrap span {
  padding-left: 4px;
}

.cid-rVue0PFQmz .mbr-media span {
  font-size: 1.6rem;
  border: 2px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}

.cid-rVue0PFQmz .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}

.cid-rVue0PFQmz .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}

.cid-rVue0PFQmz .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}

.cid-rVue0PFQmz .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}

.cid-rVue0PFQmz a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}

.cid-rVue0PFQmz a.close:hover {
  color: #ffffff;
}

.cid-rVtZNtMC22 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}

.cid-rVtZNtMC22 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cid-rVtZNtMC22 .card {
  border-radius: 0;
  margin: auto 0;
}

.cid-rVtZNtMC22 .img-col {
  padding: 0;
}

.cid-rVtZNtMC22 .wrapper {
  padding: 6rem 12rem;
}

.cid-rVtZNtMC22 .link-wrap {
  width: 100%;
}

.cid-rVtZNtMC22 .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}

.cid-rVtZNtMC22 .link:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}

.cid-rVtZNtMC22 .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}

.cid-rVtZNtMC22 .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}

@media (max-width: 1500px) {
  .cid-rVtZNtMC22 .wrapper {
    padding: 6rem 4rem;
  }
}

@media (max-width: 767px) {
  .cid-rVtZNtMC22 .wrapper {
    padding: 2rem 0rem;
  }
}

.cid-rVtZNtMC22 .link,
.cid-rVtZNtMC22 .wrapper {
  color: #000000;
}

.cid-rVtZNtMC22 .mbr-section-subtitle {
  color: #000000;
}

.cid-rVtZNtMC22 .card-title,
.cid-rVtZNtMC22 .card-box {
  color: #000000;
}

.cid-rVtZNtMC22 .mbr-text,
.cid-rVtZNtMC22 .mbr-section-btn {
  color: #999999;
}

.cid-rVtZPWsI1r {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}

.cid-rVtZPWsI1r img {
  width: 80px;
  border-radius: 100%;
  object-fit: cover;
  height: 80px;
}

.cid-rVtZPWsI1r .bg-wrapper {
  background: #f3f3f3;
  padding: 2rem;
}

.cid-rVtZPWsI1r .img-wrapper {
  min-width: 100px;
}

.cid-rVtZPWsI1r .card-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.cid-rVtZPWsI1r .card .img-wrapper {
  overflow: hidden;
}

.cid-rVtZPWsI1r .mbr-section-title {
  transition: all 0.3s ease-in-out;
}

.cid-rVtZPWsI1r .mbr-section-title:hover {
  color: #f49846;
}

.cid-rVtZPWsI1r .mbr-section-date {
  color: #999999;
}

.cid-rVtZPWsI1r .mbr-section-text {
  color: #555555;
}

@media (max-width: 767px) {
  .cid-rVtZPWsI1r .bg-wrapper {
    padding: 1rem;
  }

  .cid-rVtZPWsI1r .mbr-section-title {
    text-align: left;
  }
}

.cid-ut6y9m6t8Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}

.cid-ut6y9m6t8Z .mbr-fallback-image.disabled {
  display: none;
}

.cid-ut6y9m6t8Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-ut6y9m6t8Z .container-fluid {
  padding: 0 64px;
}

@media (max-width: 992px) {
  .cid-ut6y9m6t8Z .container-fluid {
    padding: 0 32px;
  }
}

@media (max-width: 768px) {
  .cid-ut6y9m6t8Z .container-fluid {
    padding: 0 24px;
  }
}

@media (max-width: 992px) {
  .cid-ut6y9m6t8Z .container {
    padding: 0 32px;
  }
}

@media (max-width: 768px) {
  .cid-ut6y9m6t8Z .container {
    padding: 0 24px;
  }
}

.cid-ut6y9m6t8Z .row {
  justify-content: center;
}

.cid-ut6y9m6t8Z .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}

@media (max-width: 992px) {
  .cid-ut6y9m6t8Z .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}

.cid-ut6y9m6t8Z .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}

.cid-ut6y9m6t8Z .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}

.cid-ut6y9m6t8Z .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  margin-top: 24px;
}

.cid-ut6y9m6t8Z .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}

@media (max-width: 992px) {
  .cid-ut6y9m6t8Z .content-wrapper .panel-group .card {
    padding: 24px;
  }
}

.cid-ut6y9m6t8Z .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}

.cid-ut6y9m6t8Z .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.cid-ut6y9m6t8Z .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}

.cid-ut6y9m6t8Z .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  background-color: #ffffff;
  border-radius: 100%;
  border: 1px solid #edeceb;
}

.cid-ut6y9m6t8Z .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #18212d;
}

.cid-ut6y9m6t8Z .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}

.cid-ut6y9m6t8Z .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}

.cid-ut6y9m6t8Z .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}

.cid-ut6y9m6t8Z .mbr-section-title {
  color: #18212d;
  text-align: center;
}

.cid-ut6y9m6t8Z .mbr-desc,
.cid-ut6y9m6t8Z .desc-wrapper {
  color: #18212d;
  text-align: center;
}

.cid-ut6y9m6t8Z .panel-title-edit {
  color: #18212d;
}

.cid-ut6y9m6t8Z .panel-text {
  color: #18212d;
}

.cid-ut6BJtJXTf {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}

.cid-ut6BJtJXTf .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}

.cid-ut6BJtJXTf .form-group {
  margin-bottom: 1rem;
}

.cid-ut6BJtJXTf .form-control {
  border: none !important;
  border-radius: 0;
  padding: 0.5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}

.cid-ut6BJtJXTf textarea.form-control {
  min-height: 96px;
}

.cid-ut6BJtJXTf .input-group-btn {
  width: 100%;
}

.cid-ut6BJtJXTf .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.cid-ut6BJtJXTf .form-control-label {
  color: #333333;
  font-size: 1rem;
  font-weight: 100 !important;
}

.cid-ut6BJtJXTf .google-map {
  width: 100%;
  height: 25rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}

.cid-ut6BJtJXTf .google-map iframe {
  width: inherit;
  height: 100%;
}

.cid-ut6BJtJXTf .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.cid-ut6BJtJXTf .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #333333;
  padding: 10px;
}

.cid-ut6BJtJXTf .info-value {
  color: #b7b6b6;
}

@media (max-width: 991px),
(max-width: 767px) {
  .cid-ut6BJtJXTf .form-wrapper {
    padding-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .cid-ut6BJtJXTf .form-subtitle {
    text-align: center;
  }
}

.cid-ut6BJtJXTf .mbr-fallback-image.disabled {
  display: none;
}

.cid-ut6BJtJXTf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-rVtZRboH4T {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #333333;
}

.cid-rVtZRboH4T .copyright {
  display: flex;
}

.cid-rVtZRboH4T .item {
  padding-right: 1.5rem;
  color: #999999;
  cursor: pointer;
  transition: all 0.3s;
}

.cid-rVtZRboH4T .item:hover a,
.cid-rVtZRboH4T .item:hover {
  color: #ffffff !important;
}

@media (max-width: 992px) {

  .cid-rVtZRboH4T .copyright,
  .cid-rVtZRboH4T .col-lg-1 {
    margin-bottom: 1rem;
  }

  .cid-rVtZRboH4T .align-left,
  .cid-rVtZRboH4T .align-right {
    text-align: center;
  }

  .cid-rVtZRboH4T .copyright {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .cid-rVtZRboH4T .copyright {
    flex-direction: column;
  }

  .cid-rVtZRboH4T .item {
    padding-right: 0rem;
    padding-bottom: 0.4rem;
  }
}

.cid-rVtZRboH4T .col-lg-1 {
  max-width: fit-content;
  padding: 0;
}

.cid-rVtZRboH4T .mbr-text {
  color: #cccccc;
}

.cid-ut6r0xbAvL .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.cid-ut6r0xbAvL .display-2 {
  font-size: 2rem;
}

@media (max-width: 992px) {
  .cid-ut6r0xbAvL .icons-menu {
    padding: 1rem 0 !important;
  }
}

.cid-ut6r0xbAvL .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}

.cid-ut6r0xbAvL .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #5b686b;
  background: none;
}

.cid-ut6r0xbAvL .navbar.opened {
  transition: all .3s;
}

.cid-ut6r0xbAvL .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}

.cid-ut6r0xbAvL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}

.cid-ut6r0xbAvL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}

.cid-ut6r0xbAvL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}

@media (min-width: 992px) {
  .cid-ut6r0xbAvL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}

.cid-ut6r0xbAvL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}

.cid-ut6r0xbAvL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}

.cid-ut6r0xbAvL .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: 55%;
}

.cid-ut6r0xbAvL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}

.cid-ut6r0xbAvL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}

.cid-ut6r0xbAvL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

@media (max-width: 991px) {
  .cid-ut6r0xbAvL .navbar .nav-item .nav-link::before {
    display: none;
  }

  .cid-ut6r0xbAvL .navbar.opened .dropdown-menu {
    top: 0;
  }

  .cid-ut6r0xbAvL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }

  .cid-ut6r0xbAvL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }

  .cid-ut6r0xbAvL .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: 55%;
  }

  .cid-ut6r0xbAvL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }

  .cid-ut6r0xbAvL .navbar ul.navbar-nav li {
    margin: auto;
  }

  .cid-ut6r0xbAvL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }

  .cid-ut6r0xbAvL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }

  .cid-ut6r0xbAvL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }

  .cid-ut6r0xbAvL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}

.cid-ut6r0xbAvL .navbar.navbar-short {
  background: #5b686b !important;
  min-height: 60px;
}

.cid-ut6r0xbAvL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}

.cid-ut6r0xbAvL .navbar.navbar-short .navbar-brand {
  padding: 0;
}

.cid-ut6r0xbAvL .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}

.cid-ut6r0xbAvL .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}

.cid-ut6r0xbAvL .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}

.cid-ut6r0xbAvL .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}

.cid-ut6r0xbAvL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}

.cid-ut6r0xbAvL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}

.cid-ut6r0xbAvL .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}

.cid-ut6r0xbAvL .navbar-caption {
  padding-right: 4rem;
}

.cid-ut6r0xbAvL .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}

.cid-ut6r0xbAvL .dropdown-menu,
.cid-ut6r0xbAvL .navbar.opened {
  background: #465052 !important;
}

.cid-ut6r0xbAvL .nav-item:focus,
.cid-ut6r0xbAvL .nav-link:focus {
  outline: none;
}

.cid-ut6r0xbAvL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.cid-ut6r0xbAvL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}

.cid-ut6r0xbAvL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}

.cid-ut6r0xbAvL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.cid-ut6r0xbAvL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}

.cid-ut6r0xbAvL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}

.cid-ut6r0xbAvL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}

.cid-ut6r0xbAvL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}

.cid-ut6r0xbAvL .navbar-brand .navbar-logo a {
  outline: none;
}

.cid-ut6r0xbAvL .dropdown-item.active,
.cid-ut6r0xbAvL .dropdown-item:active {
  background-color: transparent;
}

.cid-ut6r0xbAvL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}

.cid-ut6r0xbAvL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}

.cid-ut6r0xbAvL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}

.cid-ut6r0xbAvL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5b686b;
}

.cid-ut6r0xbAvL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}

.cid-ut6r0xbAvL .navbar .dropdown.open>.dropdown-menu {
  display: block;
}

.cid-ut6r0xbAvL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cid-ut6r0xbAvL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}

.cid-ut6r0xbAvL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}

.cid-ut6r0xbAvL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}

.cid-ut6r0xbAvL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}

.cid-ut6r0xbAvL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}

.cid-ut6r0xbAvL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}

.cid-ut6r0xbAvL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}

.cid-ut6r0xbAvL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}

.cid-ut6r0xbAvL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}

.cid-ut6r0xbAvL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}

.cid-ut6r0xbAvL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}

.cid-ut6r0xbAvL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}

.cid-ut6r0xbAvL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.cid-ut6r0xbAvL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}

.cid-ut6r0xbAvL .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .cid-ut6r0xbAvL .navbar {
    height: 77px;
  }

  .cid-ut6r0xbAvL .navbar.opened {
    height: auto;
  }

  .cid-ut6r0xbAvL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}

.cid-ut6r0ydQ2d {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/fleet-1304x856.webp");
}

.cid-ut6r0ydQ2d .link-align {
  width: 100%;
}

.cid-ut6r0ydQ2d .link-wrap {
  display: inline-block;
}

@keyframes hover {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  75% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

.cid-ut6r0ydQ2d .mbr-text,
.cid-ut6r0ydQ2d .link-align {
  color: #ffffff;
}

.cid-ut6r0ydQ2d .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  width: 100px;
  height: 100px;
  cursor: pointer;
}

.cid-ut6r0ydQ2d .icon-wrap:hover {
  animation: 0.6s hover;
}

.cid-ut6r0ydQ2d .icon-wrap span {
  padding-left: 4px;
}

.cid-ut6r0ydQ2d .mbr-media span {
  font-size: 1.6rem;
  border: 2px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}

.cid-ut6r0ydQ2d .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}

.cid-ut6r0ydQ2d .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}

.cid-ut6r0ydQ2d .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}

.cid-ut6r0ydQ2d .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}

.cid-ut6r0ydQ2d a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}

.cid-ut6r0ydQ2d a.close:hover {
  color: #ffffff;
}

.cid-ut6s582arp {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}

.cid-ut6s582arp .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}

.cid-ut6s582arp .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}

.cid-ut6s582arp .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}

.cid-ut6s582arp .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}

.cid-ut6s582arp .mbr-text,
.cid-ut6s582arp .mbr-section-btn {
  color: #999999;
}

.cid-ut6s582arp .mbr-fallback-image.disabled {
  display: none;
}

.cid-ut6s582arp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-ut6r0BmjYN {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #333333;
}

.cid-ut6r0BmjYN .copyright {
  display: flex;
}

.cid-ut6r0BmjYN .item {
  padding-right: 1.5rem;
  color: #999999;
  cursor: pointer;
  transition: all 0.3s;
}

.cid-ut6r0BmjYN .item:hover a,
.cid-ut6r0BmjYN .item:hover {
  color: #ffffff !important;
}

@media (max-width: 992px) {

  .cid-ut6r0BmjYN .copyright,
  .cid-ut6r0BmjYN .col-lg-1 {
    margin-bottom: 1rem;
  }

  .cid-ut6r0BmjYN .align-left,
  .cid-ut6r0BmjYN .align-right {
    text-align: center;
  }

  .cid-ut6r0BmjYN .copyright {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .cid-ut6r0BmjYN .copyright {
    flex-direction: column;
  }

  .cid-ut6r0BmjYN .item {
    padding-right: 0rem;
    padding-bottom: 0.4rem;
  }
}

.cid-ut6r0BmjYN .col-lg-1 {
  max-width: fit-content;
  padding: 0;
}

.cid-ut6r0BmjYN .mbr-text {
  color: #cccccc;
}