.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4.6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #222266 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #222266 !important;
  border-color: #222266 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #2f2f8c !important;
  border-color: #2f2f8c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2f2f8c !important;
  border-color: #2f2f8c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f78c3a !important;
  border-color: #f78c3a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f9a96b !important;
  border-color: #f9a96b !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f9a96b !important;
  border-color: #f9a96b !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #222266;
  color: #222266;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0c0c25 !important;
  background-color: transparent !important;
  border-color: #0c0c25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #222266 !important;
  border-color: #222266 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f78c3a;
  color: #f78c3a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d26009 !important;
  background-color: transparent !important;
  border-color: #d26009 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f78c3a !important;
  border-color: #f78c3a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #222266 !important;
}
.text-secondary {
  color: #f78c3a !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #080819 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c35908 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #222266;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #222266;
  border-color: #222266;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #222266;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4646c1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #222266 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #222266;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #222266;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #222266;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #222266;
  border-bottom-color: #222266;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #222266 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f78c3a !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='%23222266' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uM6hxhE8L1 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uM6hxhE8L1 .navbar-fixed-top {
  padding-top: 0;
}
.cid-uM6hxhE8L1 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uM6hxhE8L1 .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uM6hxhE8L1 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uM6hxhE8L1 .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uM6hxhE8L1 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uM6hxhE8L1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uM6hxhE8L1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uM6hxhE8L1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uM6hxhE8L1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uM6hxhE8L1 .menu-content-top {
  background: #222266;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uM6hxhE8L1 .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uM6hxhE8L1 .dropdown-item:hover {
  color: #7f7f7f !important;
}
.cid-uM6hxhE8L1 .nav-link,
.cid-uM6hxhE8L1 .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uM6hxhE8L1 .nav-link:hover,
.cid-uM6hxhE8L1 .brand-name:hover {
  color: #7f7f7f !important;
}
.cid-uM6hxhE8L1 .dropdown-menu {
  background-color: #ffffff;
}
.cid-uM6hxhE8L1 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-uM6hxhE8L1 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-uM6hxhE8L1 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uM6hxhE8L1 .nav-item {
  position: relative;
}
.cid-uM6hxhE8L1 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uM6hxhE8L1 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uM6hxhE8L1 .nav-item .nav-link:focus {
  outline: none;
}
.cid-uM6hxhE8L1 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uM6hxhE8L1 .content-text {
  margin-bottom: 0;
}
.cid-uM6hxhE8L1 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uM6hxhE8L1 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #222266;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uM6hxhE8L1 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uM6hxhE8L1 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uM6hxhE8L1 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uM6hxhE8L1 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uM6hxhE8L1 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uM6hxhE8L1 .content-right-side {
  text-align: center;
}
.cid-uM6hxhE8L1 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uM6hxhE8L1 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uM6hxhE8L1 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uM6hxhE8L1 .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uM6hxhE8L1 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uM6hxhE8L1 .info-widget:first-child {
  margin-left: 0;
}
.cid-uM6hxhE8L1 .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uM6hxhE8L1 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uM6hxhE8L1 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uM6hxhE8L1 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uM6hxhE8L1 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uM6hxhE8L1 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uM6hxhE8L1 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #f78c3a;
}
@media (min-width: 992px) {
  .cid-uM6hxhE8L1 .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uM6hxhE8L1 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #ffffff;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uM6hxhE8L1 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uM6hxhE8L1 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uM6hxhE8L1 .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uM6hxhE8L1 .navbar {
    display: block;
    padding: 0;
  }
  .cid-uM6hxhE8L1 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uM6hxhE8L1 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uM6hxhE8L1 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uM6hxhE8L1 .navbar-toggler {
    display: none;
  }
  .cid-uM6hxhE8L1 .navbar-collapse {
    justify-content: center;
  }
}
.cid-uM6hxhE8L1 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uM6hxhE8L1 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uM6hxhE8L1 .btn-sm {
  padding: 13px 29px;
}
.cid-uM6hxhE8L1 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uM6hxhE8L1 .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uM6hxhE8L1 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uM6hxhE8L1 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uM6hxhE8L1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uM6hxhE8L1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uM6hxhE8L1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uM6hxhE8L1 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uM6hxhE8L1 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uM6hxhE8L1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uM6hxhE8L1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uM6hxhE8L1 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uM6hxhE8L1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uM6hxhE8L1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uM6hxhE8L1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uM6hxhE8L1 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uM6hxhE8L1 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uM6hxhE8L1 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uM6hxhE8L1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uM6hxhE8L1 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uM6hxhE8L1 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uM6hxhE8L1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uM6hxhE8L1 button.navbar-toggler:focus {
  outline: none;
}
.cid-uM6hxhE8L1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222266;
}
.cid-uM6hxhE8L1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uM6hxhE8L1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uM6hxhE8L1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uM6hxhE8L1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uM6hxhE8L1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uM6hxhE8L1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uM6hxhE8L1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uM6hxhE8L1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uM6hxhE8L1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uM6hxhE8L1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uM6hxhE8L1 .collapsed .btn {
  display: flex;
}
.cid-uM6hxhE8L1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uM6hxhE8L1 .collapsed .navbar-collapse.collapsing,
.cid-uM6hxhE8L1 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uM6hxhE8L1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uM6hxhE8L1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uM6hxhE8L1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uM6hxhE8L1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uM6hxhE8L1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uM6hxhE8L1 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uM6hxhE8L1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uM6hxhE8L1 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uM6hxhE8L1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uM6hxhE8L1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uM6hxhE8L1 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uM6hxhE8L1 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uM6hxhE8L1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uM6hxhE8L1 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uM6hxhE8L1 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uM6hxhE8L1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uM6hxhE8L1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uM6hxhE8L1 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uM6hxhE8L1 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uM6hxhE8L1 .menu-content-top {
    display: flex;
  }
  .cid-uM6hxhE8L1 .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uM6hxhE8L1 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uM6hxhE8L1 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uM6hxhE8L1 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uM6hxhE8L1 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uM6hxhE8L1 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uM6hxhE8L1 .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uM6hxhE8L1 .navbar-collapse.collapsing,
  .cid-uM6hxhE8L1 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uM6hxhE8L1 .navbar-collapse.collapsing .navbar-nav,
  .cid-uM6hxhE8L1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uM6hxhE8L1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uM6hxhE8L1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uM6hxhE8L1 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uM6hxhE8L1 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uM6hxhE8L1 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uM6hxhE8L1 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #222266;
  }
  .cid-uM6hxhE8L1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uM6hxhE8L1 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uM6hxhE8L1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uM6hxhE8L1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uM6hxhE8L1 img {
    height: 3.8rem !important;
  }
  .cid-uM6hxhE8L1 .btn {
    display: flex;
  }
  .cid-uM6hxhE8L1 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uM6hxhE8L1 .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uM6hxhE8L1 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uM6hxhE8L1 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uM6hxhE8L1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uM6hxhE8L1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uM6hxhE8L1 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uM6hxhE8L1 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uM6hxhE8L1 .nav-link:focus {
  outline: none;
}
.cid-uM6hxhE8L1 .navbar-toggler {
  position: relative;
}
.cid-uM6hxhE8L1 .widget-title,
.cid-uM6hxhE8L1 .widget-icon {
  color: #e9e9e9;
}
.cid-uM6hxhE8L1 .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uM6hxhE8L1 .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uM6hxhE8L1 .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uM6hxhE8L1 .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uM6hxhE8L1 .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uM6hxhE8L1 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uM6hxhE8L1 .menu-content-top,
  .cid-uM6hxhE8L1 .menu-bottom {
    padding: 0 15px;
  }
  .cid-uM6hxhE8L1 button.navbar-toggler {
    align-self: center;
  }
  .cid-uM6hxhE8L1 .btn {
    margin-left: 0;
  }
  .cid-uM6hxhE8L1 .widget-icon {
    padding-right: 0;
  }
}
.cid-uM6hxhE8L1 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uM6hxhE8L1 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #ffffff;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uM6hxhE8L1 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uM6hxhE8L1 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #222266;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uM6hxhE8L1 .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uMI5eQ2LmO {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/m-oliver-van-updated.webp");
}
.cid-uMI5eQ2LmO .mbr-overlay {
  background-color: #222266;
  opacity: 0.8;
}
.cid-uMI5eQ2LmO .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uMI5eQ2LmO .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uMI5eQ2LmO {
    align-items: center;
  }
  .cid-uMI5eQ2LmO .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uMI5eQ2LmO .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uMI5eQ2LmO {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uMI5eQ2LmO .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uMI5eQ2LmO .content-wrap {
    width: 100%;
  }
}
.cid-uMI5eQ2LmO .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uMI5eQ2LmO .mbr-text,
.cid-uMI5eQ2LmO .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uMI5eQ2LmO .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uMIguiufBd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f78c3a;
}
.cid-uMIguiufBd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMIguiufBd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uMIguiufBd .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uMIguiufBd P {
  max-width: 1200px;
}
.cid-uMIguiufBd .mbr-section-btn,
.cid-uMIguiufBd .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uMIguiufBd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMIguiufBd .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uMIguiufBd .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uMIguiufBd .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMIguiufBd .mbr-section-title {
  color: #ffffff;
}
.cid-uMIguiufBd .mbr-text,
.cid-uMIguiufBd .mbr-section-btn {
  color: #ffffff;
}
.cid-uMIguiufBd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNQ4boic4g {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uNQ4boic4g .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uNQ4boic4g img,
.cid-uNQ4boic4g .item-img {
  width: 100%;
}
.cid-uNQ4boic4g .item:focus,
.cid-uNQ4boic4g span:focus {
  outline: none;
}
.cid-uNQ4boic4g .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNQ4boic4g .item {
    margin-bottom: 1rem;
  }
}
.cid-uNQ4boic4g .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uNQ4boic4g .mbr-section-title {
  color: #232323;
}
.cid-uNQ4boic4g .mbr-text,
.cid-uNQ4boic4g .mbr-section-btn {
  color: #232323;
}
.cid-uNQ4boic4g .item-title {
  color: #232323;
  text-align: center;
}
.cid-uNQ4boic4g .content-head {
  max-width: 800px;
}
.cid-uMImDOwiFN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #222266;
}
.cid-uMImDOwiFN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMImDOwiFN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-uMImDOwiFN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMImDOwiFN img {
  border-radius: 3rem;
}
.cid-uMImDOwiFN .row {
  align-items: center;
}
.cid-uMImDOwiFN .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMImDOwiFN .mbr-text,
.cid-uMImDOwiFN .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uMImDOwiFN .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uMItPy89Vl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222266;
}
.cid-uMItPy89Vl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMItPy89Vl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMItPy89Vl .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uMItPy89Vl .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uMItPy89Vl .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uMItPy89Vl .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uMItPy89Vl .container {
    padding: 0 16px;
  }
}
.cid-uMItPy89Vl .content-wrapper {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 40px 0;
}
@media (max-width: 992px) {
  .cid-uMItPy89Vl .content-wrapper {
    padding: 20px 0;
  }
}
.cid-uMItPy89Vl .content-wrapper .content-wrap {
  display: inline-flex;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uMItPy89Vl .content-wrapper .content-wrap {
    display: block;
    width: 100%;
  }
}
.cid-uMItPy89Vl .content-wrapper .content-wrap:hover .mbr-iconfont,
.cid-uMItPy89Vl .content-wrapper .content-wrap:focus .mbr-iconfont {
  transform: translateX(1rem);
}
.cid-uMItPy89Vl .content-wrapper .content-wrap:hover .mbr-section-title,
.cid-uMItPy89Vl .content-wrapper .content-wrap:focus .mbr-section-title {
  text-decoration-color: #ffffff;
}
.cid-uMItPy89Vl .content-wrapper .content-wrap .mbr-iconfont {
  font-size: 100px;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  margin-right: 48px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uMItPy89Vl .content-wrapper .content-wrap .mbr-iconfont {
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 60px;
  }
}
.cid-uMItPy89Vl .content-wrapper .content-wrap .mbr-section-title {
  text-decoration: underline;
  text-decoration-color: transparent;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uMItPy89Vl .mbr-section-title {
  color: #000000;
}
.cid-uMItPy89Vl .mbr-section-title,
.cid-uMItPy89Vl .content-wrapper {
  text-align: center;
  color: #f78c3a;
}
.cid-uMIuVY500P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMIuVY500P .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMIuVY500P .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uMIuVY500P .container {
    padding: 0 25px;
  }
}
.cid-uMIuVY500P .row {
  margin: 0;
}
.cid-uMIuVY500P .row .card {
  padding: 0;
}
.cid-uMIuVY500P .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uMIuVY500P .image-wrapper {
    height: 350px;
  }
}
.cid-uMIuVY500P .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uMIuVY500P .title-wrapper {
  position: relative;
  padding: 70px 12%;
  background-color: #222266;
}
@media (max-width: 768px) {
  .cid-uMIuVY500P .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uMIuVY500P .title-wrapper .mbr-section-title {
  margin-bottom: 105px;
}
.cid-uMIuVY500P .title-wrapper .logo-wrapper {
  margin-bottom: 40px;
}
.cid-uMIuVY500P .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-uMIuVY500P .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uMIuVY500P .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMIuVY500P .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uMIuVY500P .mbr-section-title {
  color: #ffffff;
}
.cid-uMIuVY500P .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uMIuVY500P .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMIuVY500P .mbr-section-title,
.cid-uMIuVY500P .mbr-section-btn,
.cid-uMIuVY500P .logo-wrapper {
  text-align: center;
}
.cid-uOyrB2sc8J {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uOyrB2sc8J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOyrB2sc8J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOyrB2sc8J .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uOyrB2sc8J .mbr-section-title {
  color: #24262b;
}
.cid-uOyrB2sc8J .mbr-section-subtitle {
  color: #24262b;
}
.cid-uOyrB2sc8J .items-row {
  row-gap: 32px;
}
.cid-uOyrB2sc8J .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uOyrB2sc8J .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 8));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-uOyrB2sc8J .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-uOyrB2sc8J .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-uOyrB2sc8J .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uOyrB2sc8J .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uOyrB2sc8J .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-uOyrB2sc8J .mbr-item-subtitle {
  color: #24262b;
}
.cid-uOyrB2sc8J .carousel-control,
.cid-uOyrB2sc8J .close {
  background: #1b1b1b;
}
.cid-uOyrB2sc8J .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uOyrB2sc8J .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uOyrB2sc8J .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uOyrB2sc8J .carousel-control-next span {
  margin-left: 5px;
}
.cid-uOyrB2sc8J .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uOyrB2sc8J .close::before {
  content: '\e91a';
}
.cid-uOyrB2sc8J .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uOyrB2sc8J .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uOyrB2sc8J .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOyrB2sc8J .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOyrB2sc8J .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uOyrB2sc8J .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uOyrB2sc8J .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uOyrB2sc8J .carousel-indicators li.active,
.cid-uOyrB2sc8J .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uOyrB2sc8J .carousel-indicators li::after,
.cid-uOyrB2sc8J .carousel-indicators li::before {
  content: none;
}
.cid-uOyrB2sc8J .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uOyrB2sc8J .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uOyrB2sc8J .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uOyrB2sc8J .carousel-indicators {
    display: none;
  }
}
.cid-uOyrB2sc8J .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uOyrB2sc8J .carousel-inner > .active {
  display: block;
}
.cid-uOyrB2sc8J .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOyrB2sc8J .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uOyrB2sc8J .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uOyrB2sc8J .carousel-control,
  .cid-uOyrB2sc8J .carousel-indicators,
  .cid-uOyrB2sc8J .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uOyrB2sc8J .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uOyrB2sc8J .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uOyrB2sc8J .carousel-indicators .active,
.cid-uOyrB2sc8J .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uOyrB2sc8J .carousel-indicators .active {
  background: #fff;
}
.cid-uOyrB2sc8J .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uOyrB2sc8J .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uOyrB2sc8J .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uOyrB2sc8J .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uOyrB2sc8J .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uOyrB2sc8J .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uOyrB2sc8J .carousel {
  width: 100%;
}
.cid-uOyrB2sc8J .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uOyrB2sc8J .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uOyrB2sc8J .modal.fade .modal-dialog,
.cid-uOyrB2sc8J .modal.in .modal-dialog {
  transform: none;
}
.cid-uOyrB2sc8J .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uOyrB2sc8J H6 {
  text-align: center;
}
.cid-uM6l3Q6n7Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222266;
}
.cid-uM6l3Q6n7Y .carousel-item {
  justify-content: center;
}
.cid-uM6l3Q6n7Y .carousel-item.active,
.cid-uM6l3Q6n7Y .carousel-item-next,
.cid-uM6l3Q6n7Y .carousel-item-prev {
  display: flex;
}
.cid-uM6l3Q6n7Y .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 40px;
  position: absolute;
  top: 80px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  color: gray;
}
.cid-uM6l3Q6n7Y .carousel-controls a .mbr-iconfont {
  font-weight: 800;
}
.cid-uM6l3Q6n7Y .carousel-control-next span {
  padding-left: 5px;
}
.cid-uM6l3Q6n7Y .carousel-control-prev span {
  padding-right: 5px;
}
.cid-uM6l3Q6n7Y .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uM6l3Q6n7Y .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-uM6l3Q6n7Y .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uM6l3Q6n7Y .user_desk {
  color: #666666;
}
.cid-uM6l3Q6n7Y .user_text {
  color: #ffffff;
}
.cid-uM6l3Q6n7Y H3 {
  color: #ffffff;
}
.cid-uNQ26nsvH9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222266;
}
.cid-uNQ26nsvH9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQ26nsvH9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uNQ26nsvH9 .container {
    padding: 0 30px;
  }
}
.cid-uNQ26nsvH9 .row {
  justify-content: center;
}
.cid-uNQ26nsvH9 .title-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uNQ26nsvH9 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uNQ26nsvH9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uNQ26nsvH9 .list-wrapper {
  padding: 20px 0;
}
.cid-uNQ26nsvH9 .list-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uNQ26nsvH9 .list-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uNQ26nsvH9 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uNQ26nsvH9 .list-wrapper .list .item-wrap {
  line-height: 50px;
}
.cid-uNQ26nsvH9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uNQ26nsvH9 .mbr-section-subtitle {
  color: #000000;
}
.cid-uNQ26nsvH9 .list {
  color: #000000;
}
.cid-uNQ26nsvH9 .list,
.cid-uNQ26nsvH9 .item-wrap {
  color: #ffffff;
}
.cid-uMIPVMK7SI {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/battery-8519101-2000x2000.webp");
}
@media (max-width: 767px) {
  .cid-uMIPVMK7SI .content {
    text-align: center;
  }
  .cid-uMIPVMK7SI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uMIPVMK7SI .img-logo img {
  height: 6rem;
}
.cid-uMIPVMK7SI .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uMIPVMK7SI .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-uMIPVMK7SI .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uMIPVMK7SI .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-uMIPVMK7SI .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uMIPVMK7SI .social-list a:hover {
  opacity: 1;
}
.cid-uMIPVMK7SI .list {
  list-style-type: none;
  padding: 0;
}
.cid-uMIPVMK7SI .list li {
  padding-bottom: 0.5rem;
}
.cid-uMIPVMK7SI .list li:last-child {
  padding-bottom: 0;
}
.cid-uMIPVMK7SI .mbr-footer-list,
.cid-uMIPVMK7SI .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uMIPVMK7SI .mbr-footer-list,
  .cid-uMIPVMK7SI .form-text,
  .cid-uMIPVMK7SI .footer-title,
  .cid-uMIPVMK7SI .footer-main-title,
  .cid-uMIPVMK7SI .form-text,
  .cid-uMIPVMK7SI .list {
    text-align: center !important;
  }
  .cid-uMIPVMK7SI .mbr-form,
  .cid-uMIPVMK7SI .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uMIPVMK7SI .footer-main-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMIPVMK7SI .form-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMIPVMK7SI .footer-title P {
  text-align: center;
}
.cid-uMIPVMK7SI .footer-title {
  text-align: center;
}
.cid-uMIPVMK7SI .mbr-footer-list UL {
  text-align: center;
}
.cid-uMIPVMK7SI .mbr-footer-list {
  color: #ffffff;
}
.cid-uKJojM6EWP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #222266;
}
.cid-uKJojM6EWP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKJojM6EWP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKJojM6EWP .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uKJojM6EWP .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKJojM6EWP .container {
    padding: 0 24px;
  }
}
.cid-uKJojM6EWP .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uKJojM6EWP .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uKJojM6EWP .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uKJojM6EWP .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-uKJojM6EWP .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-uKJojM6EWP .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uKJojM6EWP .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-uKJojM6EWP .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uKJojM6EWP .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uKJojM6EWP .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uKJojM6EWP .nav-wrapper .list .item-wrap:hover::before,
.cid-uKJojM6EWP .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uKJojM6EWP .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uKJojM6EWP .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-uKJojM6EWP .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uKJojM6EWP .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-uKJojM6EWP .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uKJojM6EWP .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uKJojM6EWP .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uKJojM6EWP .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uKJojM6EWP .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uKJojM6EWP .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uKJojM6EWP .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uKJojM6EWP .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-uKJojM6EWP .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uKJojM6EWP .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uKJojM6EWP .border-wrap {
    margin: 28px 0;
  }
}
.cid-uKJojM6EWP .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uKJojM6EWP .list {
  color: #202020;
}
.cid-uKJojM6EWP .mbr-title {
  color: #202020;
}
.cid-uKJojM6EWP .mbr-title,
.cid-uKJojM6EWP .social-wrapper {
  text-align: right;
  color: #ffffff;
}
.cid-uKJojM6EWP .list,
.cid-uKJojM6EWP .item-wrap,
.cid-uKJojM6EWP .nav-wrapper {
  color: #ffffff;
}
.cid-uM6hxhE8L1 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uM6hxhE8L1 .navbar-fixed-top {
  padding-top: 0;
}
.cid-uM6hxhE8L1 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uM6hxhE8L1 .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uM6hxhE8L1 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uM6hxhE8L1 .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uM6hxhE8L1 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uM6hxhE8L1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uM6hxhE8L1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uM6hxhE8L1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uM6hxhE8L1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uM6hxhE8L1 .menu-content-top {
  background: #222266;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uM6hxhE8L1 .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uM6hxhE8L1 .dropdown-item:hover {
  color: #7f7f7f !important;
}
.cid-uM6hxhE8L1 .nav-link,
.cid-uM6hxhE8L1 .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uM6hxhE8L1 .nav-link:hover,
.cid-uM6hxhE8L1 .brand-name:hover {
  color: #7f7f7f !important;
}
.cid-uM6hxhE8L1 .dropdown-menu {
  background-color: #ffffff;
}
.cid-uM6hxhE8L1 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-uM6hxhE8L1 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-uM6hxhE8L1 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uM6hxhE8L1 .nav-item {
  position: relative;
}
.cid-uM6hxhE8L1 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uM6hxhE8L1 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uM6hxhE8L1 .nav-item .nav-link:focus {
  outline: none;
}
.cid-uM6hxhE8L1 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uM6hxhE8L1 .content-text {
  margin-bottom: 0;
}
.cid-uM6hxhE8L1 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uM6hxhE8L1 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #222266;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uM6hxhE8L1 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uM6hxhE8L1 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uM6hxhE8L1 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uM6hxhE8L1 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uM6hxhE8L1 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uM6hxhE8L1 .content-right-side {
  text-align: center;
}
.cid-uM6hxhE8L1 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uM6hxhE8L1 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uM6hxhE8L1 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uM6hxhE8L1 .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uM6hxhE8L1 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uM6hxhE8L1 .info-widget:first-child {
  margin-left: 0;
}
.cid-uM6hxhE8L1 .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uM6hxhE8L1 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uM6hxhE8L1 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uM6hxhE8L1 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uM6hxhE8L1 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uM6hxhE8L1 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uM6hxhE8L1 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #f78c3a;
}
@media (min-width: 992px) {
  .cid-uM6hxhE8L1 .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uM6hxhE8L1 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #ffffff;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uM6hxhE8L1 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uM6hxhE8L1 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uM6hxhE8L1 .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uM6hxhE8L1 .navbar {
    display: block;
    padding: 0;
  }
  .cid-uM6hxhE8L1 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uM6hxhE8L1 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uM6hxhE8L1 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uM6hxhE8L1 .navbar-toggler {
    display: none;
  }
  .cid-uM6hxhE8L1 .navbar-collapse {
    justify-content: center;
  }
}
.cid-uM6hxhE8L1 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uM6hxhE8L1 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uM6hxhE8L1 .btn-sm {
  padding: 13px 29px;
}
.cid-uM6hxhE8L1 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uM6hxhE8L1 .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uM6hxhE8L1 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uM6hxhE8L1 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uM6hxhE8L1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uM6hxhE8L1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uM6hxhE8L1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uM6hxhE8L1 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uM6hxhE8L1 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uM6hxhE8L1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uM6hxhE8L1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uM6hxhE8L1 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uM6hxhE8L1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uM6hxhE8L1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uM6hxhE8L1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uM6hxhE8L1 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uM6hxhE8L1 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uM6hxhE8L1 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uM6hxhE8L1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uM6hxhE8L1 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uM6hxhE8L1 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uM6hxhE8L1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uM6hxhE8L1 button.navbar-toggler:focus {
  outline: none;
}
.cid-uM6hxhE8L1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222266;
}
.cid-uM6hxhE8L1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uM6hxhE8L1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uM6hxhE8L1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uM6hxhE8L1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uM6hxhE8L1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uM6hxhE8L1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uM6hxhE8L1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uM6hxhE8L1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uM6hxhE8L1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uM6hxhE8L1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uM6hxhE8L1 .collapsed .btn {
  display: flex;
}
.cid-uM6hxhE8L1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uM6hxhE8L1 .collapsed .navbar-collapse.collapsing,
.cid-uM6hxhE8L1 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uM6hxhE8L1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uM6hxhE8L1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uM6hxhE8L1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uM6hxhE8L1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uM6hxhE8L1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uM6hxhE8L1 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uM6hxhE8L1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uM6hxhE8L1 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uM6hxhE8L1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uM6hxhE8L1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uM6hxhE8L1 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uM6hxhE8L1 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uM6hxhE8L1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uM6hxhE8L1 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uM6hxhE8L1 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uM6hxhE8L1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uM6hxhE8L1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uM6hxhE8L1 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uM6hxhE8L1 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uM6hxhE8L1 .menu-content-top {
    display: flex;
  }
  .cid-uM6hxhE8L1 .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uM6hxhE8L1 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uM6hxhE8L1 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uM6hxhE8L1 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uM6hxhE8L1 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uM6hxhE8L1 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uM6hxhE8L1 .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uM6hxhE8L1 .navbar-collapse.collapsing,
  .cid-uM6hxhE8L1 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uM6hxhE8L1 .navbar-collapse.collapsing .navbar-nav,
  .cid-uM6hxhE8L1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uM6hxhE8L1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uM6hxhE8L1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uM6hxhE8L1 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uM6hxhE8L1 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uM6hxhE8L1 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uM6hxhE8L1 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #222266;
  }
  .cid-uM6hxhE8L1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uM6hxhE8L1 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uM6hxhE8L1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uM6hxhE8L1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uM6hxhE8L1 img {
    height: 3.8rem !important;
  }
  .cid-uM6hxhE8L1 .btn {
    display: flex;
  }
  .cid-uM6hxhE8L1 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uM6hxhE8L1 .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uM6hxhE8L1 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uM6hxhE8L1 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uM6hxhE8L1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uM6hxhE8L1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uM6hxhE8L1 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uM6hxhE8L1 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uM6hxhE8L1 .nav-link:focus {
  outline: none;
}
.cid-uM6hxhE8L1 .navbar-toggler {
  position: relative;
}
.cid-uM6hxhE8L1 .widget-title,
.cid-uM6hxhE8L1 .widget-icon {
  color: #e9e9e9;
}
.cid-uM6hxhE8L1 .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uM6hxhE8L1 .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uM6hxhE8L1 .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uM6hxhE8L1 .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uM6hxhE8L1 .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uM6hxhE8L1 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uM6hxhE8L1 .menu-content-top,
  .cid-uM6hxhE8L1 .menu-bottom {
    padding: 0 15px;
  }
  .cid-uM6hxhE8L1 button.navbar-toggler {
    align-self: center;
  }
  .cid-uM6hxhE8L1 .btn {
    margin-left: 0;
  }
  .cid-uM6hxhE8L1 .widget-icon {
    padding-right: 0;
  }
}
.cid-uM6hxhE8L1 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uM6hxhE8L1 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #ffffff;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uM6hxhE8L1 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uM6hxhE8L1 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #222266;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uM6hxhE8L1 .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uNn3OrgSIG {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #222266;
}
.cid-uNn3OrgSIG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNn3OrgSIG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNn3OrgSIG .row {
  margin: 0 !important;
  row-gap: 40px;
}
.cid-uNn3OrgSIG .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
}
.cid-uNn3OrgSIG .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uNn3OrgSIG .item-img {
    width: 100%;
  }
}
.cid-uNn3OrgSIG .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-uNn3OrgSIG .item-content {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uNn3OrgSIG .item-content {
    padding-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-uNn3OrgSIG .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uNn3OrgSIG .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uNn3OrgSIG .card-text {
  margin-top: 25px;
  color: #131313;
}
.cid-uNn3OrgSIG .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 30px;
}
.cid-uNn3OrgSIG .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  column-gap: 12px;
}
.cid-uNn3OrgSIG .iconfont-wrapper {
  flex-shrink: 0;
}
.cid-uNn3OrgSIG .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 25px;
  color: #fc7942;
  transform: rotate(-45deg);
}
.cid-uNn3OrgSIG .list-text {
  flex-grow: 1;
  color: #ffffff;
  text-align: left;
}
.cid-uNn3OrgSIG .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 1500px) {
  .cid-uNn3OrgSIG .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uNn3OrgSIG .card-text,
.cid-uNn3OrgSIG .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uLLJ0wGcw7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1281.webp");
}
.cid-uLLJ0wGcw7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLLJ0wGcw7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLLJ0wGcw7 .card-wrapper {
  background: #222266;
}
@media (max-width: 767px) {
  .cid-uLLJ0wGcw7 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uLLJ0wGcw7 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uLLJ0wGcw7 .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-uLLJ0wGcw7 .mbr-text,
.cid-uLLJ0wGcw7 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uLLJ0wGcw7 .card-title,
.cid-uLLJ0wGcw7 .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uNnol7F4VJ {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #222266;
}
.cid-uNnol7F4VJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNnol7F4VJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNnol7F4VJ .row {
  margin: 0 !important;
  row-gap: 40px;
}
.cid-uNnol7F4VJ .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
}
.cid-uNnol7F4VJ .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uNnol7F4VJ .item-img {
    width: 100%;
  }
}
.cid-uNnol7F4VJ .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-uNnol7F4VJ .item-content {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uNnol7F4VJ .item-content {
    padding-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-uNnol7F4VJ .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uNnol7F4VJ .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uNnol7F4VJ .card-text {
  margin-top: 25px;
  color: #131313;
}
.cid-uNnol7F4VJ .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 30px;
}
.cid-uNnol7F4VJ .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  column-gap: 12px;
}
.cid-uNnol7F4VJ .iconfont-wrapper {
  flex-shrink: 0;
}
.cid-uNnol7F4VJ .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 25px;
  color: #fc7942;
  transform: rotate(-45deg);
}
.cid-uNnol7F4VJ .list-text {
  flex-grow: 1;
  color: #ffffff;
}
.cid-uNnol7F4VJ .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 1500px) {
  .cid-uNnol7F4VJ .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uNnol7F4VJ .card-text,
.cid-uNnol7F4VJ .mbr-section-btn {
  color: #ffffff;
}
.cid-uMIPVMK7SI {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/battery-8519101-2000x2000.webp");
}
@media (max-width: 767px) {
  .cid-uMIPVMK7SI .content {
    text-align: center;
  }
  .cid-uMIPVMK7SI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uMIPVMK7SI .img-logo img {
  height: 6rem;
}
.cid-uMIPVMK7SI .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uMIPVMK7SI .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-uMIPVMK7SI .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uMIPVMK7SI .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-uMIPVMK7SI .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uMIPVMK7SI .social-list a:hover {
  opacity: 1;
}
.cid-uMIPVMK7SI .list {
  list-style-type: none;
  padding: 0;
}
.cid-uMIPVMK7SI .list li {
  padding-bottom: 0.5rem;
}
.cid-uMIPVMK7SI .list li:last-child {
  padding-bottom: 0;
}
.cid-uMIPVMK7SI .mbr-footer-list,
.cid-uMIPVMK7SI .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uMIPVMK7SI .mbr-footer-list,
  .cid-uMIPVMK7SI .form-text,
  .cid-uMIPVMK7SI .footer-title,
  .cid-uMIPVMK7SI .footer-main-title,
  .cid-uMIPVMK7SI .form-text,
  .cid-uMIPVMK7SI .list {
    text-align: center !important;
  }
  .cid-uMIPVMK7SI .mbr-form,
  .cid-uMIPVMK7SI .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uMIPVMK7SI .footer-main-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMIPVMK7SI .form-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMIPVMK7SI .footer-title P {
  text-align: center;
}
.cid-uMIPVMK7SI .footer-title {
  text-align: center;
}
.cid-uMIPVMK7SI .mbr-footer-list UL {
  text-align: center;
}
.cid-uMIPVMK7SI .mbr-footer-list {
  color: #ffffff;
}
.cid-uKJojM6EWP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #222266;
}
.cid-uKJojM6EWP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKJojM6EWP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKJojM6EWP .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uKJojM6EWP .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKJojM6EWP .container {
    padding: 0 24px;
  }
}
.cid-uKJojM6EWP .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uKJojM6EWP .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uKJojM6EWP .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uKJojM6EWP .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-uKJojM6EWP .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-uKJojM6EWP .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uKJojM6EWP .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-uKJojM6EWP .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uKJojM6EWP .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uKJojM6EWP .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uKJojM6EWP .nav-wrapper .list .item-wrap:hover::before,
.cid-uKJojM6EWP .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uKJojM6EWP .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uKJojM6EWP .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-uKJojM6EWP .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uKJojM6EWP .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-uKJojM6EWP .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uKJojM6EWP .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uKJojM6EWP .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uKJojM6EWP .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uKJojM6EWP .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uKJojM6EWP .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uKJojM6EWP .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uKJojM6EWP .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-uKJojM6EWP .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uKJojM6EWP .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uKJojM6EWP .border-wrap {
    margin: 28px 0;
  }
}
.cid-uKJojM6EWP .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uKJojM6EWP .list {
  color: #202020;
}
.cid-uKJojM6EWP .mbr-title {
  color: #202020;
}
.cid-uKJojM6EWP .mbr-title,
.cid-uKJojM6EWP .social-wrapper {
  text-align: right;
  color: #ffffff;
}
.cid-uKJojM6EWP .list,
.cid-uKJojM6EWP .item-wrap,
.cid-uKJojM6EWP .nav-wrapper {
  color: #ffffff;
}
.cid-uM6hxhE8L1 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uM6hxhE8L1 .navbar-fixed-top {
  padding-top: 0;
}
.cid-uM6hxhE8L1 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uM6hxhE8L1 .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uM6hxhE8L1 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uM6hxhE8L1 .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uM6hxhE8L1 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uM6hxhE8L1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uM6hxhE8L1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uM6hxhE8L1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uM6hxhE8L1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uM6hxhE8L1 .menu-content-top {
  background: #222266;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uM6hxhE8L1 .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uM6hxhE8L1 .dropdown-item:hover {
  color: #7f7f7f !important;
}
.cid-uM6hxhE8L1 .nav-link,
.cid-uM6hxhE8L1 .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uM6hxhE8L1 .nav-link:hover,
.cid-uM6hxhE8L1 .brand-name:hover {
  color: #7f7f7f !important;
}
.cid-uM6hxhE8L1 .dropdown-menu {
  background-color: #ffffff;
}
.cid-uM6hxhE8L1 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-uM6hxhE8L1 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-uM6hxhE8L1 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uM6hxhE8L1 .nav-item {
  position: relative;
}
.cid-uM6hxhE8L1 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uM6hxhE8L1 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uM6hxhE8L1 .nav-item .nav-link:focus {
  outline: none;
}
.cid-uM6hxhE8L1 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uM6hxhE8L1 .content-text {
  margin-bottom: 0;
}
.cid-uM6hxhE8L1 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uM6hxhE8L1 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #222266;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uM6hxhE8L1 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uM6hxhE8L1 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uM6hxhE8L1 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uM6hxhE8L1 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uM6hxhE8L1 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uM6hxhE8L1 .content-right-side {
  text-align: center;
}
.cid-uM6hxhE8L1 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uM6hxhE8L1 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uM6hxhE8L1 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uM6hxhE8L1 .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uM6hxhE8L1 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uM6hxhE8L1 .info-widget:first-child {
  margin-left: 0;
}
.cid-uM6hxhE8L1 .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uM6hxhE8L1 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uM6hxhE8L1 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uM6hxhE8L1 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uM6hxhE8L1 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uM6hxhE8L1 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uM6hxhE8L1 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #f78c3a;
}
@media (min-width: 992px) {
  .cid-uM6hxhE8L1 .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uM6hxhE8L1 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #ffffff;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uM6hxhE8L1 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uM6hxhE8L1 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uM6hxhE8L1 .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uM6hxhE8L1 .navbar {
    display: block;
    padding: 0;
  }
  .cid-uM6hxhE8L1 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uM6hxhE8L1 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uM6hxhE8L1 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uM6hxhE8L1 .navbar-toggler {
    display: none;
  }
  .cid-uM6hxhE8L1 .navbar-collapse {
    justify-content: center;
  }
}
.cid-uM6hxhE8L1 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uM6hxhE8L1 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uM6hxhE8L1 .btn-sm {
  padding: 13px 29px;
}
.cid-uM6hxhE8L1 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uM6hxhE8L1 .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uM6hxhE8L1 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uM6hxhE8L1 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uM6hxhE8L1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uM6hxhE8L1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uM6hxhE8L1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uM6hxhE8L1 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uM6hxhE8L1 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uM6hxhE8L1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uM6hxhE8L1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uM6hxhE8L1 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uM6hxhE8L1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uM6hxhE8L1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uM6hxhE8L1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uM6hxhE8L1 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uM6hxhE8L1 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uM6hxhE8L1 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uM6hxhE8L1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uM6hxhE8L1 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uM6hxhE8L1 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uM6hxhE8L1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uM6hxhE8L1 button.navbar-toggler:focus {
  outline: none;
}
.cid-uM6hxhE8L1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222266;
}
.cid-uM6hxhE8L1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uM6hxhE8L1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uM6hxhE8L1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uM6hxhE8L1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uM6hxhE8L1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uM6hxhE8L1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uM6hxhE8L1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uM6hxhE8L1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uM6hxhE8L1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uM6hxhE8L1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uM6hxhE8L1 .collapsed .btn {
  display: flex;
}
.cid-uM6hxhE8L1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uM6hxhE8L1 .collapsed .navbar-collapse.collapsing,
.cid-uM6hxhE8L1 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uM6hxhE8L1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uM6hxhE8L1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uM6hxhE8L1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uM6hxhE8L1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uM6hxhE8L1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uM6hxhE8L1 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uM6hxhE8L1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uM6hxhE8L1 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uM6hxhE8L1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uM6hxhE8L1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uM6hxhE8L1 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uM6hxhE8L1 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uM6hxhE8L1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uM6hxhE8L1 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uM6hxhE8L1 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uM6hxhE8L1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uM6hxhE8L1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uM6hxhE8L1 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uM6hxhE8L1 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uM6hxhE8L1 .menu-content-top {
    display: flex;
  }
  .cid-uM6hxhE8L1 .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uM6hxhE8L1 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uM6hxhE8L1 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uM6hxhE8L1 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uM6hxhE8L1 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uM6hxhE8L1 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uM6hxhE8L1 .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uM6hxhE8L1 .navbar-collapse.collapsing,
  .cid-uM6hxhE8L1 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uM6hxhE8L1 .navbar-collapse.collapsing .navbar-nav,
  .cid-uM6hxhE8L1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uM6hxhE8L1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uM6hxhE8L1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uM6hxhE8L1 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uM6hxhE8L1 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uM6hxhE8L1 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uM6hxhE8L1 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #222266;
  }
  .cid-uM6hxhE8L1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uM6hxhE8L1 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uM6hxhE8L1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uM6hxhE8L1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uM6hxhE8L1 img {
    height: 3.8rem !important;
  }
  .cid-uM6hxhE8L1 .btn {
    display: flex;
  }
  .cid-uM6hxhE8L1 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uM6hxhE8L1 .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uM6hxhE8L1 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uM6hxhE8L1 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uM6hxhE8L1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uM6hxhE8L1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uM6hxhE8L1 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uM6hxhE8L1 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uM6hxhE8L1 .nav-link:focus {
  outline: none;
}
.cid-uM6hxhE8L1 .navbar-toggler {
  position: relative;
}
.cid-uM6hxhE8L1 .widget-title,
.cid-uM6hxhE8L1 .widget-icon {
  color: #e9e9e9;
}
.cid-uM6hxhE8L1 .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uM6hxhE8L1 .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uM6hxhE8L1 .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uM6hxhE8L1 .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uM6hxhE8L1 .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uM6hxhE8L1 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uM6hxhE8L1 .menu-content-top,
  .cid-uM6hxhE8L1 .menu-bottom {
    padding: 0 15px;
  }
  .cid-uM6hxhE8L1 button.navbar-toggler {
    align-self: center;
  }
  .cid-uM6hxhE8L1 .btn {
    margin-left: 0;
  }
  .cid-uM6hxhE8L1 .widget-icon {
    padding-right: 0;
  }
}
.cid-uM6hxhE8L1 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uM6hxhE8L1 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #ffffff;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uM6hxhE8L1 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uM6hxhE8L1 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #222266;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uM6hxhE8L1 .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uKJojM6EWP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #222266;
}
.cid-uKJojM6EWP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKJojM6EWP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKJojM6EWP .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uKJojM6EWP .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKJojM6EWP .container {
    padding: 0 24px;
  }
}
.cid-uKJojM6EWP .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uKJojM6EWP .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uKJojM6EWP .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uKJojM6EWP .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-uKJojM6EWP .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-uKJojM6EWP .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uKJojM6EWP .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-uKJojM6EWP .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uKJojM6EWP .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uKJojM6EWP .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uKJojM6EWP .nav-wrapper .list .item-wrap:hover::before,
.cid-uKJojM6EWP .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uKJojM6EWP .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uKJojM6EWP .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-uKJojM6EWP .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uKJojM6EWP .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-uKJojM6EWP .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uKJojM6EWP .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uKJojM6EWP .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uKJojM6EWP .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uKJojM6EWP .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uKJojM6EWP .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uKJojM6EWP .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uKJojM6EWP .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-uKJojM6EWP .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uKJojM6EWP .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uKJojM6EWP .border-wrap {
    margin: 28px 0;
  }
}
.cid-uKJojM6EWP .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uKJojM6EWP .list {
  color: #202020;
}
.cid-uKJojM6EWP .mbr-title {
  color: #202020;
}
.cid-uKJojM6EWP .mbr-title,
.cid-uKJojM6EWP .social-wrapper {
  text-align: right;
  color: #ffffff;
}
.cid-uKJojM6EWP .list,
.cid-uKJojM6EWP .item-wrap,
.cid-uKJojM6EWP .nav-wrapper {
  color: #ffffff;
}
.cid-uOYhJDw9cf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uOYhJDw9cf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOYhJDw9cf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMIPVMK7SI {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/battery-8519101-2000x2000.webp");
}
@media (max-width: 767px) {
  .cid-uMIPVMK7SI .content {
    text-align: center;
  }
  .cid-uMIPVMK7SI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uMIPVMK7SI .img-logo img {
  height: 6rem;
}
.cid-uMIPVMK7SI .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uMIPVMK7SI .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-uMIPVMK7SI .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uMIPVMK7SI .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-uMIPVMK7SI .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uMIPVMK7SI .social-list a:hover {
  opacity: 1;
}
.cid-uMIPVMK7SI .list {
  list-style-type: none;
  padding: 0;
}
.cid-uMIPVMK7SI .list li {
  padding-bottom: 0.5rem;
}
.cid-uMIPVMK7SI .list li:last-child {
  padding-bottom: 0;
}
.cid-uMIPVMK7SI .mbr-footer-list,
.cid-uMIPVMK7SI .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uMIPVMK7SI .mbr-footer-list,
  .cid-uMIPVMK7SI .form-text,
  .cid-uMIPVMK7SI .footer-title,
  .cid-uMIPVMK7SI .footer-main-title,
  .cid-uMIPVMK7SI .form-text,
  .cid-uMIPVMK7SI .list {
    text-align: center !important;
  }
  .cid-uMIPVMK7SI .mbr-form,
  .cid-uMIPVMK7SI .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uMIPVMK7SI .footer-main-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMIPVMK7SI .form-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMIPVMK7SI .footer-title P {
  text-align: center;
}
.cid-uMIPVMK7SI .footer-title {
  text-align: center;
}
.cid-uMIPVMK7SI .mbr-footer-list UL {
  text-align: center;
}
.cid-uMIPVMK7SI .mbr-footer-list {
  color: #ffffff;
}
.cid-uM6hxhE8L1 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uM6hxhE8L1 .navbar-fixed-top {
  padding-top: 0;
}
.cid-uM6hxhE8L1 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uM6hxhE8L1 .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uM6hxhE8L1 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uM6hxhE8L1 .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uM6hxhE8L1 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uM6hxhE8L1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uM6hxhE8L1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uM6hxhE8L1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uM6hxhE8L1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uM6hxhE8L1 .menu-content-top {
  background: #222266;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uM6hxhE8L1 .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uM6hxhE8L1 .dropdown-item:hover {
  color: #7f7f7f !important;
}
.cid-uM6hxhE8L1 .nav-link,
.cid-uM6hxhE8L1 .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uM6hxhE8L1 .nav-link:hover,
.cid-uM6hxhE8L1 .brand-name:hover {
  color: #7f7f7f !important;
}
.cid-uM6hxhE8L1 .dropdown-menu {
  background-color: #ffffff;
}
.cid-uM6hxhE8L1 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-uM6hxhE8L1 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-uM6hxhE8L1 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uM6hxhE8L1 .nav-item {
  position: relative;
}
.cid-uM6hxhE8L1 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uM6hxhE8L1 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uM6hxhE8L1 .nav-item .nav-link:focus {
  outline: none;
}
.cid-uM6hxhE8L1 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uM6hxhE8L1 .content-text {
  margin-bottom: 0;
}
.cid-uM6hxhE8L1 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uM6hxhE8L1 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #222266;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uM6hxhE8L1 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uM6hxhE8L1 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uM6hxhE8L1 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uM6hxhE8L1 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uM6hxhE8L1 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uM6hxhE8L1 .content-right-side {
  text-align: center;
}
.cid-uM6hxhE8L1 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uM6hxhE8L1 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uM6hxhE8L1 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uM6hxhE8L1 .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uM6hxhE8L1 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uM6hxhE8L1 .info-widget:first-child {
  margin-left: 0;
}
.cid-uM6hxhE8L1 .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uM6hxhE8L1 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uM6hxhE8L1 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uM6hxhE8L1 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uM6hxhE8L1 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uM6hxhE8L1 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uM6hxhE8L1 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #f78c3a;
}
@media (min-width: 992px) {
  .cid-uM6hxhE8L1 .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uM6hxhE8L1 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #ffffff;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uM6hxhE8L1 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uM6hxhE8L1 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uM6hxhE8L1 .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uM6hxhE8L1 .navbar {
    display: block;
    padding: 0;
  }
  .cid-uM6hxhE8L1 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uM6hxhE8L1 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uM6hxhE8L1 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uM6hxhE8L1 .navbar-toggler {
    display: none;
  }
  .cid-uM6hxhE8L1 .navbar-collapse {
    justify-content: center;
  }
}
.cid-uM6hxhE8L1 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uM6hxhE8L1 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uM6hxhE8L1 .btn-sm {
  padding: 13px 29px;
}
.cid-uM6hxhE8L1 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uM6hxhE8L1 .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uM6hxhE8L1 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uM6hxhE8L1 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uM6hxhE8L1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uM6hxhE8L1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uM6hxhE8L1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uM6hxhE8L1 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uM6hxhE8L1 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uM6hxhE8L1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uM6hxhE8L1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uM6hxhE8L1 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uM6hxhE8L1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uM6hxhE8L1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uM6hxhE8L1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uM6hxhE8L1 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uM6hxhE8L1 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uM6hxhE8L1 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uM6hxhE8L1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uM6hxhE8L1 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uM6hxhE8L1 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uM6hxhE8L1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uM6hxhE8L1 button.navbar-toggler:focus {
  outline: none;
}
.cid-uM6hxhE8L1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222266;
}
.cid-uM6hxhE8L1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uM6hxhE8L1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uM6hxhE8L1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uM6hxhE8L1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uM6hxhE8L1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uM6hxhE8L1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uM6hxhE8L1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uM6hxhE8L1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uM6hxhE8L1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uM6hxhE8L1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uM6hxhE8L1 .collapsed .btn {
  display: flex;
}
.cid-uM6hxhE8L1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uM6hxhE8L1 .collapsed .navbar-collapse.collapsing,
.cid-uM6hxhE8L1 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uM6hxhE8L1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uM6hxhE8L1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uM6hxhE8L1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uM6hxhE8L1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uM6hxhE8L1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uM6hxhE8L1 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uM6hxhE8L1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uM6hxhE8L1 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uM6hxhE8L1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uM6hxhE8L1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uM6hxhE8L1 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uM6hxhE8L1 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uM6hxhE8L1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uM6hxhE8L1 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uM6hxhE8L1 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uM6hxhE8L1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uM6hxhE8L1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uM6hxhE8L1 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uM6hxhE8L1 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uM6hxhE8L1 .menu-content-top {
    display: flex;
  }
  .cid-uM6hxhE8L1 .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uM6hxhE8L1 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uM6hxhE8L1 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uM6hxhE8L1 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uM6hxhE8L1 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uM6hxhE8L1 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uM6hxhE8L1 .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uM6hxhE8L1 .navbar-collapse.collapsing,
  .cid-uM6hxhE8L1 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uM6hxhE8L1 .navbar-collapse.collapsing .navbar-nav,
  .cid-uM6hxhE8L1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uM6hxhE8L1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uM6hxhE8L1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uM6hxhE8L1 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uM6hxhE8L1 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uM6hxhE8L1 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uM6hxhE8L1 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #222266;
  }
  .cid-uM6hxhE8L1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uM6hxhE8L1 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uM6hxhE8L1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uM6hxhE8L1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uM6hxhE8L1 img {
    height: 3.8rem !important;
  }
  .cid-uM6hxhE8L1 .btn {
    display: flex;
  }
  .cid-uM6hxhE8L1 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uM6hxhE8L1 .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uM6hxhE8L1 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uM6hxhE8L1 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uM6hxhE8L1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uM6hxhE8L1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uM6hxhE8L1 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uM6hxhE8L1 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uM6hxhE8L1 .nav-link:focus {
  outline: none;
}
.cid-uM6hxhE8L1 .navbar-toggler {
  position: relative;
}
.cid-uM6hxhE8L1 .widget-title,
.cid-uM6hxhE8L1 .widget-icon {
  color: #e9e9e9;
}
.cid-uM6hxhE8L1 .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uM6hxhE8L1 .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uM6hxhE8L1 .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uM6hxhE8L1 .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uM6hxhE8L1 .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uM6hxhE8L1 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uM6hxhE8L1 .menu-content-top,
  .cid-uM6hxhE8L1 .menu-bottom {
    padding: 0 15px;
  }
  .cid-uM6hxhE8L1 button.navbar-toggler {
    align-self: center;
  }
  .cid-uM6hxhE8L1 .btn {
    margin-left: 0;
  }
  .cid-uM6hxhE8L1 .widget-icon {
    padding-right: 0;
  }
}
.cid-uM6hxhE8L1 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uM6hxhE8L1 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #ffffff;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uM6hxhE8L1 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uM6hxhE8L1 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #222266;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uM6hxhE8L1 .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uKJojM6EWP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #222266;
}
.cid-uKJojM6EWP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKJojM6EWP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKJojM6EWP .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uKJojM6EWP .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKJojM6EWP .container {
    padding: 0 24px;
  }
}
.cid-uKJojM6EWP .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uKJojM6EWP .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uKJojM6EWP .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uKJojM6EWP .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-uKJojM6EWP .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-uKJojM6EWP .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uKJojM6EWP .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-uKJojM6EWP .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uKJojM6EWP .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uKJojM6EWP .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uKJojM6EWP .nav-wrapper .list .item-wrap:hover::before,
.cid-uKJojM6EWP .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uKJojM6EWP .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uKJojM6EWP .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-uKJojM6EWP .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uKJojM6EWP .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-uKJojM6EWP .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uKJojM6EWP .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uKJojM6EWP .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uKJojM6EWP .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uKJojM6EWP .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uKJojM6EWP .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uKJojM6EWP .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uKJojM6EWP .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: .5;
}
.cid-uKJojM6EWP .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uKJojM6EWP .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uKJojM6EWP .border-wrap {
    margin: 28px 0;
  }
}
.cid-uKJojM6EWP .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uKJojM6EWP .list {
  color: #202020;
}
.cid-uKJojM6EWP .mbr-title {
  color: #202020;
}
.cid-uKJojM6EWP .mbr-title,
.cid-uKJojM6EWP .social-wrapper {
  text-align: right;
  color: #ffffff;
}
.cid-uKJojM6EWP .list,
.cid-uKJojM6EWP .item-wrap,
.cid-uKJojM6EWP .nav-wrapper {
  color: #ffffff;
}
.cid-uNnus4QNwn {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #222266;
}
.cid-uNnus4QNwn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNnus4QNwn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNnus4QNwn .content-wrapper {
  justify-content: flex-end;
}
.cid-uNnus4QNwn .card {
  justify-content: center;
}
.cid-uNnus4QNwn .title-wrapper {
  padding: 0 50px 0 12%;
}
@media (max-width: 992px) {
  .cid-uNnus4QNwn .title-wrapper {
    margin-bottom: 40px;
    padding: 0;
  }
}
.cid-uNnus4QNwn .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uNnus4QNwn .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uNnus4QNwn .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uNnus4QNwn .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNnus4QNwn .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNnus4QNwn .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uNnus4QNwn .mbr-section-btn .btn::after,
.cid-uNnus4QNwn .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uNnus4QNwn .mbr-section-btn .btn:hover,
.cid-uNnus4QNwn .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uNnus4QNwn .mbr-section-btn .btn:hover::after,
.cid-uNnus4QNwn .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uNnus4QNwn .form-wrapper {
  padding: 110px 200px;
  background-color: #f78c3a;
}
@media (max-width: 1640px) {
  .cid-uNnus4QNwn .form-wrapper {
    padding: 110px;
  }
}
@media (max-width: 1440px) {
  .cid-uNnus4QNwn .form-wrapper {
    padding: 110px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uNnus4QNwn .form-wrapper {
    padding: 20px;
  }
}
.cid-uNnus4QNwn .form-wrapper .title-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uNnus4QNwn .form-wrapper .title-wrap {
    margin-bottom: 20px;
  }
}
.cid-uNnus4QNwn .form-wrapper .title-wrap .mbr-title {
  margin-bottom: 16px;
}
.cid-uNnus4QNwn .form-wrapper .title-wrap .form-text {
  margin-bottom: 0;
}
.cid-uNnus4QNwn .form-wrapper .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uNnus4QNwn .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
  padding: 0;
}
.cid-uNnus4QNwn .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uNnus4QNwn .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #222266 !important;
  border-radius: 0 !important;
  margin-bottom: 16px;
}
.cid-uNnus4QNwn .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #222266;
}
.cid-uNnus4QNwn .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uNnus4QNwn .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #222266 !important;
}
.cid-uNnus4QNwn .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uNnus4QNwn .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uNnus4QNwn .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #222266;
  border-color: #222266;
}
.cid-uNnus4QNwn .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uNnus4QNwn .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-left: 0;
}
.cid-uNnus4QNwn .mbr-section-title {
  color: #ffffff;
}
.cid-uNnus4QNwn .mbr-tag {
  color: #adadad;
}
.cid-uNnus4QNwn .mbr-text {
  color: #ffffff;
}
.cid-uNnus4QNwn .mbr-title {
  color: #222266;
}
.cid-uNnus4QNwn .form-text {
  color: #222266;
}
.cid-uNnus4QNwn label {
  color: #121212;
}
.cid-uMIPVMK7SI {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/battery-8519101-2000x2000.webp");
}
@media (max-width: 767px) {
  .cid-uMIPVMK7SI .content {
    text-align: center;
  }
  .cid-uMIPVMK7SI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uMIPVMK7SI .img-logo img {
  height: 6rem;
}
.cid-uMIPVMK7SI .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uMIPVMK7SI .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-uMIPVMK7SI .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uMIPVMK7SI .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-uMIPVMK7SI .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uMIPVMK7SI .social-list a:hover {
  opacity: 1;
}
.cid-uMIPVMK7SI .list {
  list-style-type: none;
  padding: 0;
}
.cid-uMIPVMK7SI .list li {
  padding-bottom: 0.5rem;
}
.cid-uMIPVMK7SI .list li:last-child {
  padding-bottom: 0;
}
.cid-uMIPVMK7SI .mbr-footer-list,
.cid-uMIPVMK7SI .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uMIPVMK7SI .mbr-footer-list,
  .cid-uMIPVMK7SI .form-text,
  .cid-uMIPVMK7SI .footer-title,
  .cid-uMIPVMK7SI .footer-main-title,
  .cid-uMIPVMK7SI .form-text,
  .cid-uMIPVMK7SI .list {
    text-align: center !important;
  }
  .cid-uMIPVMK7SI .mbr-form,
  .cid-uMIPVMK7SI .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uMIPVMK7SI .footer-main-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMIPVMK7SI .form-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMIPVMK7SI .footer-title P {
  text-align: center;
}
.cid-uMIPVMK7SI .footer-title {
  text-align: center;
}
.cid-uMIPVMK7SI .mbr-footer-list UL {
  text-align: center;
}
.cid-uMIPVMK7SI .mbr-footer-list {
  color: #ffffff;
}
