.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: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.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.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 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.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((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: #008be2 !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: #008be2 !important;
  border-color: #008be2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #16a5ff !important;
  border-color: #16a5ff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #16a5ff !important;
  border-color: #16a5ff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f24c01 !important;
  border-color: #f24c01 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fe6b28 !important;
  border-color: #fe6b28 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #fe6b28 !important;
  border-color: #fe6b28 !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: #008be2;
  color: #008be2;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #00568b !important;
  background-color: transparent !important;
  border-color: #00568b !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #008be2 !important;
  border-color: #008be2 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f24c01;
  color: #f24c01;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #9c3101 !important;
  background-color: transparent !important;
  border-color: #9c3101 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f24c01 !important;
  border-color: #f24c01 !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: #008be2 !important;
}
.text-secondary {
  color: #f24c01 !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: #004c7c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #8c2c01 !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) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #008be2;
}
.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: #008be2;
  border-color: #008be2;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #008be2;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #afe0ff;
}
.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: #008be2 !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: #008be2;
}
/* 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: #008be2;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #008be2;
}
.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: #008be2;
  border-bottom-color: #008be2;
}
.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: #008be2 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #f24c01 !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='%23008be2' %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: #f24c01;
  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: #f24c01;
  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 .navbar-buttons {
  flex-wrap: wrap;
}
.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: #008be2;
  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: #ffffff !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: #ffffff !important;
}
.cid-uM6hxhE8L1 .dropdown-menu {
  background-color: #f24c01;
}
.cid-uM6hxhE8L1 .dropdown-item:active {
  background-color: #f24c01;
}
.cid-uM6hxhE8L1 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uM6hxhE8L1 .navbar-dropdown.bg-color.transparent.opened {
  background: #f24c01;
}
.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 #008be2;
    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 #5a67a1;
}
@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: flex-end;
  }
}
.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: #ffffff;
}
.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-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 .nav-link,
  .cid-uM6hxhE8L1 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #008be2;
  }
  .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: #008be2;
  -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-uL6NHESXJQ {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-color: #008be2;
}
.cid-uL6NHESXJQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6NHESXJQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uL6NHESXJQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uL6NHESXJQ .row {
  flex-direction: row-reverse;
}
.cid-uL6NHESXJQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uL6NHESXJQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6NHESXJQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL6NHESXJQ .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uL6NHESXJQ .mbr-text,
.cid-uL6NHESXJQ .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uL6NHESXJQ .mbr-section-title DIV {
  text-align: left;
}
.cid-uLLJU0ecf4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f24c01;
}
.cid-uLLJU0ecf4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLLJU0ecf4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLLJU0ecf4 .row {
  flex-direction: row-reverse;
}
.cid-uLLJU0ecf4 .row {
  align-items: center;
}
.cid-uLLJU0ecf4 img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uLLJU0ecf4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLLJU0ecf4 .mbr-section-title {
  color: #ffffff;
}
.cid-uLLJU0ecf4 .mbr-text,
.cid-uLLJU0ecf4 .mbr-section-btn {
  color: #ffffff;
}
.cid-uLFUCZTMHX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1440.webp");
}
.cid-uLFUCZTMHX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLFUCZTMHX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLFUCZTMHX .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uLFUCZTMHX .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLFUCZTMHX .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLFUCZTMHX .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLFUCZTMHX .container {
    padding: 0 24px;
  }
}
.cid-uLFUCZTMHX .row {
  justify-content: center;
}
.cid-uLFUCZTMHX .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uLFUCZTMHX .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uLFUCZTMHX .title-wrapper {
    padding-right: 0;
  }
}
.cid-uLFUCZTMHX .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uLFUCZTMHX .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLFUCZTMHX .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uLFUCZTMHX .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uLFUCZTMHX .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uLFUCZTMHX .text-wrapper {
    padding-left: 0;
  }
}
.cid-uLFUCZTMHX .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLFUCZTMHX .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uLFUCZTMHX .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uLFUCZTMHX .mbr-section-title {
  color: #ffffff;
}
.cid-uLFUCZTMHX .mbr-desc {
  color: #18212d;
}
.cid-uLFUCZTMHX .mbr-text {
  color: #ffffff;
}
.cid-uLLIokwF5V {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #008be2;
}
.cid-uLLIokwF5V img {
  width: 120px;
  margin: auto;
}
.cid-uLLIokwF5V .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uLLIokwF5V .card {
    max-width: 20%;
  }
  .cid-uLLIokwF5V .display-1 {
    font-size: 65px;
  }
  .cid-uLLIokwF5V .display-5 {
    font-size: 29px;
  }
}
.cid-uLLIokwF5V .mbr-section-subtitle {
  margin-bottom: 100px;
  color: #ffffff;
}
.cid-uM6l3Q6n7Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/01jkh01zr7yt3t9pn7xz3g1j14.1000027234-1005x1147.webp");
}
.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-uL6TRlpxQl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f24c01;
}
.cid-uL6TRlpxQl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6TRlpxQl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6TRlpxQl .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uL6TRlpxQl .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uL6TRlpxQl .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uL6TRlpxQl [class^="socicon-"]:before,
.cid-uL6TRlpxQl [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uL6TRlpxQl .mbr-section-title,
.cid-uL6TRlpxQl .social-list {
  color: #ffffff;
}
#custom-html-18 {
  /* Type valid CSS here */
}
#custom-html-18 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-18 p {
  font-size: 60px;
  color: #777;
}
.cid-uKJojM6EWP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #008be2;
}
.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: #f24c01;
  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: #f24c01;
  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 .navbar-buttons {
  flex-wrap: wrap;
}
.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: #008be2;
  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: #ffffff !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: #ffffff !important;
}
.cid-uM6hxhE8L1 .dropdown-menu {
  background-color: #f24c01;
}
.cid-uM6hxhE8L1 .dropdown-item:active {
  background-color: #f24c01;
}
.cid-uM6hxhE8L1 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uM6hxhE8L1 .navbar-dropdown.bg-color.transparent.opened {
  background: #f24c01;
}
.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 #008be2;
    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 #5a67a1;
}
@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: flex-end;
  }
}
.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: #ffffff;
}
.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-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 .nav-link,
  .cid-uM6hxhE8L1 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #008be2;
  }
  .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: #008be2;
  -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-uM6cQujOZh {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #f24c01;
}
.cid-uM6cQujOZh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM6cQujOZh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM6cQujOZh .row {
  flex-direction: row-reverse;
}
.cid-uM6cQujOZh .row {
  align-items: center;
}
.cid-uM6cQujOZh img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uM6cQujOZh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uM6cQujOZh .mbr-section-title {
  color: #ffffff;
}
.cid-uM6cQujOZh .mbr-text,
.cid-uM6cQujOZh .mbr-section-btn {
  color: #ffffff;
}
.cid-uLLJ0wGcw7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #008be2;
}
.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: #f24c01;
}
@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-uLLL10r0VQ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #008be2;
}
.cid-uLLL10r0VQ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uLLL10r0VQ .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uLLL1WmucY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #008be2;
}
.cid-uM6cEwPKfL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #008be2;
}
.cid-uM6cEwPKfL .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uM6cEwPKfL .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uM6cEwPKfL .container {
    padding: 0 15px;
  }
}
.cid-uM6cEwPKfL .content-wrapper {
  padding-left: 76px;
}
@media (max-width: 1200px) {
  .cid-uM6cEwPKfL .content-wrapper {
    padding-left: 54px;
  }
}
@media (max-width: 992px) {
  .cid-uM6cEwPKfL .content-wrapper {
    padding-left: 0;
  }
}
.cid-uM6cEwPKfL .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uM6cEwPKfL .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uM6cEwPKfL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 395px;
  max-width: 395px;
}
@media (max-width: 767px) {
  .cid-uM6cEwPKfL .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uM6cEwPKfL .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img img {
  height: 290px;
}
.cid-uM6cEwPKfL .embla__slide .slide-content {
  width: 100%;
}
.cid-uM6cEwPKfL .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-uM6cEwPKfL .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-uM6cEwPKfL .embla__slide .slide-content .item-wrapper .item-img img {
  height: 390px;
  object-fit: cover;
  transition: all 0.8s ease-in-out;
}
.cid-uM6cEwPKfL .embla__button--next,
.cid-uM6cEwPKfL .embla__button--prev {
  display: flex;
}
.cid-uM6cEwPKfL .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #f24c01 !important;
  border: 2px solid #f24c01 !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uM6cEwPKfL .embla__button:hover {
  opacity: .5 !important;
}
.cid-uM6cEwPKfL .embla__button.embla__button--prev {
  left: 0;
}
.cid-uM6cEwPKfL .embla__button.embla__button--next {
  right: 0;
}
.cid-uM6cEwPKfL .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-uM6cEwPKfL .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uM6cEwPKfL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uM6cEwPKfL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uM6cEwPKfL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKJojM6EWP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #008be2;
}
.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: #f24c01;
  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: #f24c01;
  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 .navbar-buttons {
  flex-wrap: wrap;
}
.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: #008be2;
  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: #ffffff !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: #ffffff !important;
}
.cid-uM6hxhE8L1 .dropdown-menu {
  background-color: #f24c01;
}
.cid-uM6hxhE8L1 .dropdown-item:active {
  background-color: #f24c01;
}
.cid-uM6hxhE8L1 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uM6hxhE8L1 .navbar-dropdown.bg-color.transparent.opened {
  background: #f24c01;
}
.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 #008be2;
    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 #5a67a1;
}
@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: flex-end;
  }
}
.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: #ffffff;
}
.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-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 .nav-link,
  .cid-uM6hxhE8L1 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #008be2;
  }
  .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: #008be2;
  -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-uL6T0KofC6 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/battery-8519101-2000x2000.webp");
}
.cid-uL6T0KofC6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6T0KofC6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6T0KofC6 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #008be2;
  margin-bottom: 2rem;
}
.cid-uL6T0KofC6 .card-wrapper {
  padding: 3rem;
  background: #008be2;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-uL6T0KofC6 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6T0KofC6 .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uL6T0KofC6 .mbr-section-title {
  color: #ffffff;
}
.cid-uL6T0KofC6 .card-title {
  color: #ffffff;
}
.cid-uL6T0KofC6 .mbr-text {
  color: #ffffff;
}
.cid-uL6T0KofC6 .link {
  color: #ffffff;
}
.cid-uKJojM6EWP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #008be2;
}
.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;
}
