body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: -0.9px;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 2.8rem;
  line-height: 1.2;
  letter-spacing: -0.9px;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Noto Sans SC', sans-serif;
  font-size: 1rem;
  line-height: 1.867;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Dancing Script', handwriting;
  font-size: 2.1rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.625rem;
}
.display-7 {
  font-family: 'Noto Sans SC', sans-serif;
  font-size: 1.1rem;
  line-height: 1.1;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.385rem + (2.1 - 1.385) * ((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: 11px 35px;
  border-radius: 3px;
}
.btn-sm {
  padding: 15px 35px;
  border-radius: 3px;
}
.btn-md {
  padding: 18px 50px;
  border-radius: 3px;
}
.btn-lg {
  padding: 19px 50px;
  border-radius: 3px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #28395a !important;
}
.bg-info {
  background-color: #cc4483 !important;
}
.bg-warning {
  background-color: #f5720d !important;
}
.bg-danger {
  background-color: #cf0505 !important;
}
.btn-primary {
  box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.15);
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #666666 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-primary:before {
  background: #ffffff;
}
.btn-primary:hover {
  color: #000000 !important;
  border-color: #ffffff !important;
  box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.15);
}
.btn-secondary {
  box-shadow: 0 15px 30px 0 rgba(22, 34, 59, 0.15);
}
.btn-secondary,
.btn-secondary:active {
  background-color: #16223b !important;
  border-color: #16223b !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #080d16 !important;
  border-color: #080d16 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #080d16 !important;
  border-color: #080d16 !important;
}
.btn-secondary:before {
  background: #16223b;
}
.btn-secondary:hover {
  color: #ffffff !important;
  border-color: #16223b !important;
  box-shadow: 0 15px 30px 0 rgba(22, 34, 59, 0.15);
}
.btn-info {
  box-shadow: 0 15px 30px 0 rgba(204, 68, 131, 0.15);
}
.btn-info,
.btn-info:active {
  background-color: #cc4483 !important;
  border-color: #cc4483 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #ae2f6a !important;
  border-color: #ae2f6a !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ae2f6a !important;
  border-color: #ae2f6a !important;
}
.btn-info:before {
  background: #cc4483;
}
.btn-info:hover {
  color: #ffffff !important;
  border-color: #cc4483 !important;
  box-shadow: 0 15px 30px 0 rgba(204, 68, 131, 0.15);
}
.btn-success {
  box-shadow: 0 15px 30px 0 rgba(40, 57, 90, 0.15);
}
.btn-success,
.btn-success:active {
  background-color: #28395a !important;
  border-color: #28395a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #182337 !important;
  border-color: #182337 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #182337 !important;
  border-color: #182337 !important;
}
.btn-success:before {
  background: #28395a;
}
.btn-success:hover {
  color: #ffffff !important;
  border-color: #28395a !important;
  box-shadow: 0 15px 30px 0 rgba(40, 57, 90, 0.15);
}
.btn-warning {
  box-shadow: 0 15px 30px 0 rgba(245, 114, 13, 0.15);
}
.btn-warning,
.btn-warning:active {
  background-color: #f5720d !important;
  border-color: #f5720d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #c75b08 !important;
  border-color: #c75b08 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #c75b08 !important;
  border-color: #c75b08 !important;
}
.btn-warning:before {
  background: #f5720d;
}
.btn-warning:hover {
  color: #ffffff !important;
  border-color: #f5720d !important;
  box-shadow: 0 15px 30px 0 rgba(245, 114, 13, 0.15);
}
.btn-danger {
  box-shadow: 0 15px 30px 0 rgba(207, 5, 5, 0.15);
}
.btn-danger,
.btn-danger:active {
  background-color: #cf0505 !important;
  border-color: #cf0505 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #9d0404 !important;
  border-color: #9d0404 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #9d0404 !important;
  border-color: #9d0404 !important;
}
.btn-danger:before {
  background: #cf0505;
}
.btn-danger:hover {
  color: #ffffff !important;
  border-color: #cf0505 !important;
  box-shadow: 0 15px 30px 0 rgba(207, 5, 5, 0.15);
}
.btn-white {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.15);
}
.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: #666666 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white:before {
  background: #ffffff;
}
.btn-white:hover {
  color: #000000 !important;
  border-color: #ffffff !important;
  background-color: #ffffff !important;
  box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.15);
}
.btn-black {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-black,
.btn-black:active {
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !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:before {
  background: #4d4d4d;
}
.btn-black:hover {
  border-color: #4d4d4d !important;
  box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-primary-outline:before {
  background: #ffffff;
}
.btn-primary-outline:hover {
  color: #000000 !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.15);
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #16223b;
  color: #16223b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #16223b !important;
  border-color: #16223b !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #16223b !important;
  border-color: #16223b !important;
}
.btn-secondary-outline:before {
  background: #16223b;
}
.btn-secondary-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(22, 34, 59, 0.15);
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #cc4483;
  color: #cc4483;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #cc4483 !important;
  border-color: #cc4483 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #cc4483 !important;
  border-color: #cc4483 !important;
}
.btn-info-outline:before {
  background: #cc4483;
}
.btn-info-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(204, 68, 131, 0.15);
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #28395a;
  color: #28395a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #28395a !important;
  border-color: #28395a !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #28395a !important;
  border-color: #28395a !important;
}
.btn-success-outline:before {
  background: #28395a;
}
.btn-success-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(40, 57, 90, 0.15);
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f5720d;
  color: #f5720d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #f5720d !important;
  border-color: #f5720d !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f5720d !important;
  border-color: #f5720d !important;
}
.btn-warning-outline:before {
  background: #f5720d;
}
.btn-warning-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(245, 114, 13, 0.15);
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #cf0505;
  color: #cf0505;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #cf0505 !important;
  border-color: #cf0505 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #cf0505 !important;
  border-color: #cf0505 !important;
}
.btn-danger-outline:before {
  background: #cf0505;
}
.btn-danger-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(207, 5, 5, 0.15);
}
.btn-black-outline {
  border-color: #1a1a1a !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #1a1a1a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-black-outline:before {
  background: #4d4d4d;
}
.btn-white-outline {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #ffffff !important;
  border-color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.15);
}
.btn-white-outline:before {
  background: #ffffff;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #16223b !important;
}
.text-success {
  color: #28395a !important;
}
.text-info {
  color: #cc4483 !important;
}
.text-warning {
  color: #f5720d !important;
}
.text-danger {
  color: #cf0505 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #1a1a1a !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #090c13 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #862451 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #964506 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #6b0303 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #1a1a1a;
}
.alert-success {
  background-color: #40A50B;
}
.alert-info {
  background-color: #cc4483;
}
.alert-warning {
  background-color: #f5720d;
}
.alert-danger {
  background-color: #cf0505;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.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: #5071b1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f8e4ed;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fde4d1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fda3a3;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Noto Sans SC', sans-serif;
  font-size: 1rem;
  line-height: 1.867;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Noto Sans SC', sans-serif;
  font-size: 1rem;
  line-height: 1.867;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #ffffff !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: #16223b !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='%23ffffff' %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.btn-white {
  color: #ffffff !important;
}
.mbr-arrow-up {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  box-shadow: 0px 10px 33.25px 1.75px rgba(0, 27, 103, 0.35);
}
.mbr-arrow-up a {
  background: rgba(255, 255, 255, 0.6);
}
.mbr-arrow-up a:hover {
  background: #ffffff;
}
.cid-sk0BN0LxSS {
  z-index: 1000;
  width: 100%;
}
.cid-sk0BN0LxSS nav.navbar {
  position: fixed;
}
.cid-sk0BN0LxSS .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-sk0BN0LxSS .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-sk0BN0LxSS .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-sk0BN0LxSS .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-sk0BN0LxSS .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-sk0BN0LxSS .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-sk0BN0LxSS .dropdown-item:hover,
.cid-sk0BN0LxSS .dropdown-item:focus {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
}
.cid-sk0BN0LxSS .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-sk0BN0LxSS .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-sk0BN0LxSS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-sk0BN0LxSS .nav-link {
  position: relative;
  line-height: 1;
}
.cid-sk0BN0LxSS .nav-link:hover {
  color: #ffffff !important;
}
.cid-sk0BN0LxSS .container {
  display: flex;
  margin: auto;
}
.cid-sk0BN0LxSS .iconfont-wrapper {
  color: #f9f9f9 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-sk0BN0LxSS .dropdown-menu,
.cid-sk0BN0LxSS .navbar.opened {
  background: #16223b !important;
}
.cid-sk0BN0LxSS .nav-item:focus,
.cid-sk0BN0LxSS .nav-link:focus {
  outline: none;
}
.cid-sk0BN0LxSS .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-sk0BN0LxSS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sk0BN0LxSS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sk0BN0LxSS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sk0BN0LxSS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sk0BN0LxSS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-sk0BN0LxSS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(22, 34, 59, 0.7);
}
.cid-sk0BN0LxSS .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-sk0BN0LxSS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sk0BN0LxSS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sk0BN0LxSS .navbar.opened {
  transition: all 0.3s;
}
.cid-sk0BN0LxSS .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-sk0BN0LxSS .navbar .navbar-logo img {
  width: auto;
}
.cid-sk0BN0LxSS .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-sk0BN0LxSS .navbar.collapsed {
  justify-content: center;
}
.cid-sk0BN0LxSS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sk0BN0LxSS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sk0BN0LxSS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-sk0BN0LxSS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sk0BN0LxSS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sk0BN0LxSS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-sk0BN0LxSS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sk0BN0LxSS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sk0BN0LxSS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sk0BN0LxSS .navbar .dropdown-menu {
    display: none;
  }
  .cid-sk0BN0LxSS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sk0BN0LxSS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sk0BN0LxSS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-sk0BN0LxSS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sk0BN0LxSS .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-sk0BN0LxSS .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-sk0BN0LxSS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sk0BN0LxSS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sk0BN0LxSS .navbar .navbar-buttons,
  .cid-sk0BN0LxSS .navbar .icons-menu {
    display: none;
  }
  .cid-sk0BN0LxSS .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-sk0BN0LxSS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sk0BN0LxSS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sk0BN0LxSS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sk0BN0LxSS .dropdown-item.active,
.cid-sk0BN0LxSS .dropdown-item:active {
  background-color: transparent;
}
.cid-sk0BN0LxSS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sk0BN0LxSS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #16223b;
}
.cid-sk0BN0LxSS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sk0BN0LxSS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sk0BN0LxSS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sk0BN0LxSS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sk0BN0LxSS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sk0BN0LxSS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sk0BN0LxSS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sk0BN0LxSS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sk0BN0LxSS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sk0BN0LxSS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sk0BN0LxSS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sk0BN0LxSS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sk0BN0LxSS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sk0BN0LxSS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sk0BN0LxSS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sk0BN0LxSS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sk0BN0LxSS .navbar {
    height: 70px;
  }
  .cid-sk0BN0LxSS .navbar.opened {
    height: auto;
  }
  .cid-sk0BN0LxSS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sk0DXaAKtK {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/another-truck.jpg-960x720.jpg");
}
.cid-sk0DXaAKtK .image_img img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cid-sk0DXaAKtK .mbr-section-title {
  line-height: 1.07;
  letter-spacing: -2px;
  margin-bottom: 37px;
  color: #ffffff;
}
.cid-sk0DXaAKtK .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ffffff;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sk0DXaAKtK .mbr-text {
  margin-bottom: 50px;
  line-height: 1.54;
}
.cid-sk0DXaAKtK .mbr-section-btn {
  display: inline-block;
}
.cid-sk0DXaAKtK .btn_link {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
  text-align: center;
}
.cid-sk0DXaAKtK .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sk0DXaAKtK .btn_link:before {
  content: "";
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
  background-color: #6a7c92;
  transform-origin: 100% 50%;
  transition: transform 0.4s ease;
}
.cid-sk0DXaAKtK .btn_link:after {
  content: "";
  transform: scaleX(0);
  transform-origin: 0 50%;
  background-color: #ffffff;
  transition: transform 0.4s ease 0.2s;
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
}
.cid-sk0DXaAKtK .btn_link:hover {
  cursor: pointer;
}
.cid-sk0DXaAKtK .btn_link:hover a {
  color: #ffffff !important;
}
.cid-sk0DXaAKtK .btn_link:hover:after {
  transform: scaleX(1);
}
.cid-sk0DXaAKtK .btn_link:hover:before {
  transform: scaleX(0);
}
.cid-sk0DXaAKtK .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-sk0DXaAKtK .head_block {
    order: 1;
    text-align: center;
  }
  .cid-sk0DXaAKtK .image_img {
    margin-bottom: 40px;
  }
  .cid-sk0DXaAKtK .mbr-section-title {
    margin-bottom: 22px;
  }
  .cid-sk0DXaAKtK .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sk0DXaAKtK .btn_link {
    margin-left: 0;
    margin-top: 20px;
  }
  .cid-sk0DXaAKtK .btn_group {
    display: inline-flex;
    flex-direction: column;
  }
}
.cid-sk0DXaAKtK .mbr-text,
.cid-sk0DXaAKtK .buttons_wrap {
  color: #f6fbff;
}
.cid-u1MeFGTE0j {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background: #011c2c;
}
.cid-u1MeFGTE0j .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1MeFGTE0j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1MeFGTE0j .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u1MeFGTE0j .team-card:hover {
  transform: translateY(-10px);
}
.cid-u1MeFGTE0j .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u1MeFGTE0j .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u1MeFGTE0j .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-u1MeFGTE0j .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1MeFGTE0j .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u1MeFGTE0j .social-row {
  text-align: center;
}
.cid-u1MeFGTE0j .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #4b5e75;
  transition: all 0.3s;
}
.cid-u1MeFGTE0j .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #4b5e75;
  font-size: 1.5rem;
}
.cid-u1MeFGTE0j .social-row .soc-item:hover {
  background-color: #4b5e75;
}
.cid-u1MeFGTE0j .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-u1MeFGTE0j .mbr-section-title {
  color: #ffffff;
}
.cid-u1MeFGTE0j .card-text,
.cid-u1MeFGTE0j .mbr-section-btn,
.cid-u1MeFGTE0j .social-row {
  color: #012942;
}
.cid-u1MeFGTE0j .mbr-role,
.cid-u1MeFGTE0j .social-row {
  color: #012942;
}
.cid-u1MeFGTE0j .card-title,
.cid-u1MeFGTE0j .social-row {
  color: #012942;
}
.cid-uJV9jIlrWq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #011c2c;
}
.cid-uJV9jIlrWq .title_block {
  margin-bottom: 30px;
}
.cid-uJV9jIlrWq .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ffffff;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uJV9jIlrWq .mbr-section-title {
  color: #16223b;
}
.cid-uJV9jIlrWq .item-wrapper {
  margin: 50px auto 0px;
  overflow: visible;
}
.cid-uJV9jIlrWq .item-wrapper:hover .item-img {
  transform: translateY(-16px);
}
.cid-uJV9jIlrWq .item-wrapper:hover .social_block .iconfont-wrapper {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.cid-uJV9jIlrWq .item-wrapper:hover .social_block .iconfont-wrapper:nth-child(1) {
  transition-delay: 0.05s;
}
.cid-uJV9jIlrWq .item-wrapper:hover .social_block .iconfont-wrapper:nth-child(2) {
  transition-delay: 0.1s;
}
.cid-uJV9jIlrWq .item-wrapper:hover .social_block .iconfont-wrapper:nth-child(3) {
  transition-delay: 0.2s;
}
.cid-uJV9jIlrWq .item-wrapper:hover .social_block .iconfont-wrapper:nth-child(4) {
  transition-delay: 0.3s;
}
.cid-uJV9jIlrWq .item-img {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.cid-uJV9jIlrWq img,
.cid-uJV9jIlrWq .item-img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 180px;
  height: 230px;
  height: 280px;
  height: 330px;
}
.cid-uJV9jIlrWq .item:focus,
.cid-uJV9jIlrWq span:focus {
  outline: none;
}
.cid-uJV9jIlrWq .social_block {
  margin: 0 auto;
  top: 50%;
  left: 0px;
  right: 0px;
  z-index: 1;
  position: absolute;
  transform: translateY(-50%);
}
.cid-uJV9jIlrWq .social_block .iconfont-wrapper {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-right: 13px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-uJV9jIlrWq .social_block .mbr-iconfont {
  font-size: 16px;
  line-height: 30px;
  color: #000000;
}
.cid-uJV9jIlrWq .card-title {
  margin-bottom: 5px;
  color: #ffffff;
}
.cid-uJV9jIlrWq .card-text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uJV9jIlrWq .title_block {
    margin-bottom: 0;
  }
  .cid-uJV9jIlrWq .item-wrapper {
    max-width: 255px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uJV9jIlrWq .item-wrapper:hover .item-img {
    transform: translateY(0);
  }
  .cid-uJV9jIlrWq .item-wrapper .social_block .iconfont-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  .cid-uJV9jIlrWq .social_block {
    top: auto;
    bottom: 10%;
    transform: translateY(0);
  }
}
.cid-uJV9jIlrWq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJV9jIlrWq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJV9jIlrWq .card-text,
.cid-uJV9jIlrWq .btn_link {
  color: #ffffff;
}
.cid-uJVxkAM6AK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #011c2c;
}
.cid-uJVxkAM6AK .title_block {
  margin-bottom: 30px;
}
.cid-uJVxkAM6AK .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ffffff;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uJVxkAM6AK .mbr-section-title {
  color: #ffffff;
}
.cid-uJVxkAM6AK .item-wrapper {
  margin: 50px auto 0px;
  overflow: visible;
}
.cid-uJVxkAM6AK .item-wrapper:hover .item-img {
  transform: translateY(-16px);
}
.cid-uJVxkAM6AK .item-wrapper:hover .social_block .iconfont-wrapper {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.cid-uJVxkAM6AK .item-wrapper:hover .social_block .iconfont-wrapper:nth-child(1) {
  transition-delay: 0.05s;
}
.cid-uJVxkAM6AK .item-wrapper:hover .social_block .iconfont-wrapper:nth-child(2) {
  transition-delay: 0.1s;
}
.cid-uJVxkAM6AK .item-wrapper:hover .social_block .iconfont-wrapper:nth-child(3) {
  transition-delay: 0.2s;
}
.cid-uJVxkAM6AK .item-wrapper:hover .social_block .iconfont-wrapper:nth-child(4) {
  transition-delay: 0.3s;
}
.cid-uJVxkAM6AK .item-img {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.cid-uJVxkAM6AK img,
.cid-uJVxkAM6AK .item-img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 180px;
  height: 230px;
  height: 280px;
}
.cid-uJVxkAM6AK .item:focus,
.cid-uJVxkAM6AK span:focus {
  outline: none;
}
.cid-uJVxkAM6AK .social_block {
  margin: 0 auto;
  top: 50%;
  left: 0px;
  right: 0px;
  z-index: 1;
  position: absolute;
  transform: translateY(-50%);
}
.cid-uJVxkAM6AK .social_block .iconfont-wrapper {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-right: 13px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-uJVxkAM6AK .social_block .mbr-iconfont {
  font-size: 16px;
  line-height: 30px;
  color: #000000;
}
.cid-uJVxkAM6AK .card-title {
  margin-bottom: 5px;
  color: #ffffff;
}
.cid-uJVxkAM6AK .card-text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uJVxkAM6AK .title_block {
    margin-bottom: 0;
  }
  .cid-uJVxkAM6AK .item-wrapper {
    max-width: 255px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uJVxkAM6AK .item-wrapper:hover .item-img {
    transform: translateY(0);
  }
  .cid-uJVxkAM6AK .item-wrapper .social_block .iconfont-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  .cid-uJVxkAM6AK .social_block {
    top: auto;
    bottom: 10%;
    transform: translateY(0);
  }
}
.cid-uJVxkAM6AK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVxkAM6AK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVxkAM6AK .card-text,
.cid-uJVxkAM6AK .btn_link {
  color: #ffffff;
}
.cid-uJVyS8Nei2 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #011c2c;
}
.cid-uJVyS8Nei2 .title_block {
  margin-bottom: 30px;
}
.cid-uJVyS8Nei2 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ffffff;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uJVyS8Nei2 .mbr-section-title {
  color: #ffffff;
}
.cid-uJVyS8Nei2 .item-wrapper {
  margin: 50px auto 0px;
  overflow: visible;
}
.cid-uJVyS8Nei2 .item-wrapper:hover .item-img {
  transform: translateY(-16px);
}
.cid-uJVyS8Nei2 .item-wrapper:hover .social_block .iconfont-wrapper {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.cid-uJVyS8Nei2 .item-wrapper:hover .social_block .iconfont-wrapper:nth-child(1) {
  transition-delay: 0.05s;
}
.cid-uJVyS8Nei2 .item-wrapper:hover .social_block .iconfont-wrapper:nth-child(2) {
  transition-delay: 0.1s;
}
.cid-uJVyS8Nei2 .item-wrapper:hover .social_block .iconfont-wrapper:nth-child(3) {
  transition-delay: 0.2s;
}
.cid-uJVyS8Nei2 .item-wrapper:hover .social_block .iconfont-wrapper:nth-child(4) {
  transition-delay: 0.3s;
}
.cid-uJVyS8Nei2 .item-img {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.cid-uJVyS8Nei2 img,
.cid-uJVyS8Nei2 .item-img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 180px;
  height: 230px;
  height: 280px;
}
.cid-uJVyS8Nei2 .item:focus,
.cid-uJVyS8Nei2 span:focus {
  outline: none;
}
.cid-uJVyS8Nei2 .social_block {
  margin: 0 auto;
  top: 50%;
  left: 0px;
  right: 0px;
  z-index: 1;
  position: absolute;
  transform: translateY(-50%);
}
.cid-uJVyS8Nei2 .social_block .iconfont-wrapper {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-right: 13px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-uJVyS8Nei2 .social_block .mbr-iconfont {
  font-size: 16px;
  line-height: 30px;
  color: #000000;
}
.cid-uJVyS8Nei2 .card-title {
  margin-bottom: 5px;
  color: #ffffff;
}
.cid-uJVyS8Nei2 .card-text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uJVyS8Nei2 .title_block {
    margin-bottom: 0;
  }
  .cid-uJVyS8Nei2 .item-wrapper {
    max-width: 255px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uJVyS8Nei2 .item-wrapper:hover .item-img {
    transform: translateY(0);
  }
  .cid-uJVyS8Nei2 .item-wrapper .social_block .iconfont-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  .cid-uJVyS8Nei2 .social_block {
    top: auto;
    bottom: 10%;
    transform: translateY(0);
  }
}
.cid-uJVyS8Nei2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJVyS8Nei2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJVyS8Nei2 .card-text,
.cid-uJVyS8Nei2 .btn_link {
  color: #ffffff;
}
.cid-tBVsab5HBR {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/truck-4-960x516.png");
}
.cid-tBVsab5HBR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBVsab5HBR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBVsab5HBR .title-wrapper {
  padding: 50px 80px 0 0;
}
@media (max-width: 992px) {
  .cid-tBVsab5HBR .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-tBVsab5HBR .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tBVsab5HBR .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tBVsab5HBR .title-wrapper .mbr-section-btn {
  position: relative;
}
.cid-tBVsab5HBR .title-wrapper .mbr-section-btn .btn {
  position: relative;
  z-index: 1;
  min-height: 77px;
  min-width: 280px;
}
@media (max-width: 992px) {
  .cid-tBVsab5HBR .title-wrapper .mbr-section-btn .btn {
    min-height: 71px;
    min-width: 250px;
  }
}
.cid-tBVsab5HBR .image-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.cid-tBVsab5HBR .image-wrapper img {
  border-radius: 10px;
  box-shadow: 6px 6px 20px #3f488c;
}
.cid-tBVsab5HBR .image-wrapper .image_1 {
  width: 250px;
  max-height: 250px;
  object-fit: cover;
  z-index: 2;
  position: relative;
  transform: rotate(5deg);
}
@media (max-width: 768px) {
  .cid-tBVsab5HBR .image-wrapper .image_1 {
    width: 100%;
    height: 250px;
    margin: 0 0 32px 0;
  }
}
.cid-tBVsab5HBR .image-wrapper .image_2 {
  display: block;
  max-width: 300px;
  height: 300px;
  object-fit: cover;
  margin: 1rem 0 0 auto;
  z-index: 2;
  position: relative;
  transform: rotate(18deg);
}
@media (max-width: 768px) {
  .cid-tBVsab5HBR .image-wrapper .image_2 {
    width: 100%;
    height: 250px;
    transform: rotate(5deg);
    margin: 0 0 32px 0;
  }
}
.cid-tBVsab5HBR .image-wrapper .image_3 {
  width: 250px;
  height: 250px;
  margin: 0 0 0 -2rem;
  object-fit: cover;
  z-index: 1;
  transform: rotate(-5deg);
}
@media (max-width: 768px) {
  .cid-tBVsab5HBR .image-wrapper .image_3 {
    width: 100%;
    height: 250px;
    margin: 0 0 32px 0;
  }
}
.cid-tBVsab5HBR .image-wrapper .image_4 {
  width: 280px;
  height: 250px;
  margin: 0 0 0 auto;
  object-fit: cover;
  z-index: 2;
  transform: rotate(-2deg);
}
@media (max-width: 768px) {
  .cid-tBVsab5HBR .image-wrapper .image_4 {
    margin: 0;
    width: 100%;
    height: 250px;
  }
}
.cid-tBVsab5HBR .mbr-section-title {
  color: #101511;
}
.cid-tBVsab5HBR .mbr-text {
  color: #6e716f;
}
.cid-tBVsab5HBR .mbr-section-title,
.cid-tBVsab5HBR .mbr-section-btn {
  color: #16223b;
}
.cid-tC8ou3of3F {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/trucks-843x513.png");
}
.cid-tC8ou3of3F .row {
  align-items: center;
}
.cid-tC8ou3of3F .main-col {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-tC8ou3of3F .main-col {
    flex-wrap: wrap;
  }
}
.cid-tC8ou3of3F .title-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 75%;
  padding: 10px 10px 10px 10px !important;
}
@media (max-width: 767px) {
  .cid-tC8ou3of3F .title-container {
    width: 100%;
    min-height: auto;
    margin-bottom: 50px;
    padding: 0 !important;
  }
}
.cid-tC8ou3of3F .main-title {
  color: #f9f9f9;
  opacity: 0.85;
  width: 100%;
}
.cid-tC8ou3of3F .main-subtitle {
  margin-top: 40px;
  color: #f9f9f9;
  opacity: 0.85;
  width: 100%;
}
.cid-tC8ou3of3F .form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 10px !important;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-tC8ou3of3F .form-container {
    width: 100%;
    min-height: auto;
    padding: 0 !important;
  }
}
.cid-tC8ou3of3F .form-bg {
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
  padding: 60px 50px;
  background-color: #f9f9f9;
  border: 1px solid #16223b;
}
@media (max-width: 991px) {
  .cid-tC8ou3of3F .form-bg {
    padding: 50px 25px 50px 25px;
  }
}
@media (max-width: 767px) {
  .cid-tC8ou3of3F .form-bg {
    padding: 35px 30px;
  }
}
.cid-tC8ou3of3F form {
  width: 100%;
}
.cid-tC8ou3of3F form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-tC8ou3of3F form p {
  color: #1d191f;
}
.cid-tC8ou3of3F form .mbr-section-btn {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-tC8ou3of3F form .mbr-section-btn {
    width: 100%;
  }
}
.cid-tC8ou3of3F form .mbr-section-btn .btn {
  min-width: 120px;
  width: 100%;
  border: none !important;
}
.cid-tC8ou3of3F form .form-group {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  flex-grow: 1;
}
.cid-tC8ou3of3F form .form-control {
  height: 55px;
  border: 1px solid #818a91 !important;
  background: transparent;
  box-shadow: none !important;
  border-radius: 10px !important;
  margin-bottom: 0;
  padding: 7px 20px;
  font-size: 16px;
  line-height: 24px;
  color: #1d191f;
  font-weight: 400;
}
.cid-tC8ou3of3F form .form-control::-webkit-input-placeholder {
  color: #adadad;
}
.cid-tC8ou3of3F form .form-control::-moz-placeholder {
  color: #adadad;
}
.cid-tC8ou3of3F form .form-control:-moz-placeholder {
  color: #adadad;
}
.cid-tC8ou3of3F form .form-control:-ms-input-placeholder {
  color: #adadad;
}
.cid-tC8ou3of3F form select {
  color: #adadad !important;
}
.cid-tC8ou3of3F form textarea {
  height: 192px !important;
}
.cid-tC8ou3of3F form input:active,
.cid-tC8ou3of3F form textarea:active,
.cid-tC8ou3of3F form input:focus,
.cid-tC8ou3of3F form textarea:focus {
  background-color: transparent !important;
  border-color: #818a91 !important;
}
.cid-tC8ou3of3F form input:active::-webkit-input-placeholder,
.cid-tC8ou3of3F form textarea:active::-webkit-input-placeholder,
.cid-tC8ou3of3F form input:focus::-webkit-input-placeholder,
.cid-tC8ou3of3F form textarea:focus::-webkit-input-placeholder {
  color: #adadad;
}
.cid-tC8ou3of3F form input:active::-moz-placeholder,
.cid-tC8ou3of3F form textarea:active::-moz-placeholder,
.cid-tC8ou3of3F form input:focus::-moz-placeholder,
.cid-tC8ou3of3F form textarea:focus::-moz-placeholder {
  color: #adadad;
}
.cid-tC8ou3of3F form input:active:-moz-placeholder,
.cid-tC8ou3of3F form textarea:active:-moz-placeholder,
.cid-tC8ou3of3F form input:focus:-moz-placeholder,
.cid-tC8ou3of3F form textarea:focus:-moz-placeholder {
  color: #adadad;
}
.cid-tC8ou3of3F form input:active:-ms-input-placeholder,
.cid-tC8ou3of3F form textarea:active:-ms-input-placeholder,
.cid-tC8ou3of3F form input:focus:-ms-input-placeholder,
.cid-tC8ou3of3F form textarea:focus:-ms-input-placeholder {
  color: #adadad;
}
.cid-tC8ou3of3F form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-tC8ou3of3F form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-tC8ou3of3F form label {
  width: 100%;
  color: #1d191f;
  margin-bottom: 4px;
}
.cid-tC8ou3of3F form .form-check-input {
  border-color: #818a91 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tC8ou3of3F form .form-check-input:focus,
.cid-tC8ou3of3F form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #1d191f !important;
}
.cid-tC8ou3of3F form .form-check-input:checked {
  border-color: #1d191f !important;
  background-color: #1d191f !important;
}
.cid-tC8ou3of3F LABEL {
  color: #28395a;
}
.cid-tBQsKTGj5l {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f9f9f9;
}
.cid-tBQsKTGj5l .image_img img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cid-tBQsKTGj5l .mbr-section-title {
  line-height: 1.07;
  letter-spacing: -2px;
  margin-bottom: 37px;
  color: #6a7c92;
}
.cid-tBQsKTGj5l .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ffffff;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-tBQsKTGj5l .mbr-text {
  margin-bottom: 50px;
  line-height: 1.54;
}
.cid-tBQsKTGj5l .mbr-section-btn {
  display: inline-block;
}
.cid-tBQsKTGj5l .btn_link {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
  text-align: center;
}
.cid-tBQsKTGj5l .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tBQsKTGj5l .btn_link:before {
  content: "";
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
  background-color: #6a7c92;
  transform-origin: 100% 50%;
  transition: transform 0.4s ease;
}
.cid-tBQsKTGj5l .btn_link:after {
  content: "";
  transform: scaleX(0);
  transform-origin: 0 50%;
  background-color: #ffffff;
  transition: transform 0.4s ease 0.2s;
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
}
.cid-tBQsKTGj5l .btn_link:hover {
  cursor: pointer;
}
.cid-tBQsKTGj5l .btn_link:hover a {
  color: #ffffff !important;
}
.cid-tBQsKTGj5l .btn_link:hover:after {
  transform: scaleX(1);
}
.cid-tBQsKTGj5l .btn_link:hover:before {
  transform: scaleX(0);
}
.cid-tBQsKTGj5l .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-tBQsKTGj5l .head_block {
    order: 1;
    text-align: center;
  }
  .cid-tBQsKTGj5l .image_img {
    margin-bottom: 40px;
  }
  .cid-tBQsKTGj5l .mbr-section-title {
    margin-bottom: 22px;
  }
  .cid-tBQsKTGj5l .mbr-text {
    margin-bottom: 20px;
  }
  .cid-tBQsKTGj5l .btn_link {
    margin-left: 0;
    margin-top: 20px;
  }
  .cid-tBQsKTGj5l .btn_group {
    display: inline-flex;
    flex-direction: column;
  }
}
.cid-tBQsKTGj5l .mbr-text,
.cid-tBQsKTGj5l .buttons_wrap {
  color: #000d20;
}
.cid-tC1HMgANkW {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #16223b;
}
.cid-tC1HMgANkW .google-map {
  height: 25rem;
  position: relative;
}
.cid-tC1HMgANkW .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tC1HMgANkW .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tC1HMgANkW .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tC1HMgANkW .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tC1HMgANkW .text-wrap {
  max-width: 300px;
  margin: auto;
}
@media (max-width: 576px) {
  .cid-tC1HMgANkW .map1 {
    padding-bottom: 2rem;
  }
}
.cid-tC1HMgANkW .mbr-text,
.cid-tC1HMgANkW .sig-img {
  color: #f9f9f9;
}
.cid-tC1HMgANkW .card-title {
  color: #f9f9f9;
}
.cid-tC1P1ErGiW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d0d4e1;
}
.cid-tC1P1ErGiW span {
  color: #c1c1c1;
}
.cid-tC1P1ErGiW .mbr-text {
  padding-left: 1.5rem;
}
.cid-tC1P1ErGiW .mbr-section-title {
  padding-left: 1.5px;
}
.cid-tC1P1ErGiW .mbr-section-btn {
  margin-top: 22.5px;
}
.cid-tC1P1ErGiW H1 {
  text-align: center;
  color: #d0d4e1;
}
.cid-tC1P1ErGiW .mbr-text,
.cid-tC1P1ErGiW .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tBQhLXZGun {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #16223b;
  overflow: hidden;
}
.cid-tBQhLXZGun .media-container-row .mbr-text {
  color: #f9f9f9;
}
