.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: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Albert Sans', sans-serif;
  font-size: 3.5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Albert Sans', sans-serif;
  font-size: 2.4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Albert Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Albert Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Albert Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 2.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((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: #f1a249 !important;
}
.bg-success {
  background-color: #4f4f6f !important;
}
.bg-info {
  background-color: #f1a249 !important;
}
.bg-warning {
  background-color: #030532 !important;
}
.bg-danger {
  background-color: #99e9df !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f1a249 !important;
  border-color: #f1a249 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f5ba78 !important;
  border-color: #f5ba78 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f5ba78 !important;
  border-color: #f5ba78 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0e285d !important;
  border-color: #0e285d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #153b89 !important;
  border-color: #153b89 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #153b89 !important;
  border-color: #153b89 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f1a249 !important;
  border-color: #f1a249 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #f5ba78 !important;
  border-color: #f5ba78 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #f5ba78 !important;
  border-color: #f5ba78 !important;
}
.btn-success,
.btn-success:active {
  background-color: #4f4f6f !important;
  border-color: #4f4f6f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #64648d !important;
  border-color: #64648d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #64648d !important;
  border-color: #64648d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #030532 !important;
  border-color: #030532 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #060a62 !important;
  border-color: #060a62 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #060a62 !important;
  border-color: #060a62 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #99e9df !important;
  border-color: #99e9df !important;
  color: #176c61 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #c3f2ec !important;
  border-color: #c3f2ec !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #176c61 !important;
  background-color: #c3f2ec !important;
  border-color: #c3f2ec !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: #f1a249;
  color: #f1a249;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d37710 !important;
  background-color: transparent !important;
  border-color: #d37710 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f1a249 !important;
  border-color: #f1a249 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #0e285d;
  color: #0e285d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #030812 !important;
  background-color: transparent !important;
  border-color: #030812 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0e285d !important;
  border-color: #0e285d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f1a249;
  color: #f1a249;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d37710 !important;
  background-color: transparent !important;
  border-color: #d37710 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #f1a249 !important;
  border-color: #f1a249 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #4f4f6f;
  color: #4f4f6f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2b2b3c !important;
  background-color: transparent !important;
  border-color: #2b2b3c !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #4f4f6f !important;
  border-color: #4f4f6f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #030532;
  color: #030532;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #030532 !important;
  border-color: #030532 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #99e9df;
  color: #99e9df;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #52dac9 !important;
  background-color: transparent !important;
  border-color: #52dac9 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #176c61 !important;
  background-color: #99e9df !important;
  border-color: #99e9df !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: #f1a249 !important;
}
.text-secondary {
  color: #0e285d !important;
}
.text-success {
  color: #4f4f6f !important;
}
.text-info {
  color: #f1a249 !important;
}
.text-warning {
  color: #030532 !important;
}
.text-danger {
  color: #99e9df !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #c56f0f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #010204 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #252533 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c56f0f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #45d7c5 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f1a249;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f1a249;
}
.alert-warning {
  background-color: #030532;
}
.alert-danger {
  background-color: #99e9df;
}
.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: #f1a249;
  border-color: #f1a249;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f1a249;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #8f8faf;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #a1a4f9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Albert Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #f1a249 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Albert Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #f1a249;
}
/* 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: #f1a249;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f1a249;
}
.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: #f1a249;
  border-bottom-color: #f1a249;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f1a249 !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: #0e285d !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='%23f1a249' %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-v1w6gCMZKq {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v1w6gCMZKq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1w6gCMZKq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1w6gCMZKq .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v1w6gCMZKq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1w6gCMZKq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1w6gCMZKq .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v1w6gCMZKq .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v1w6gCMZKq .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v1w6gCMZKq .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v1w6gCMZKq .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1w6gCMZKq .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1w6gCMZKq .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v1w6gCMZKq .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v1w6gCMZKq .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v1w6gCMZKq .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1w6gCMZKq .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v1w6gCMZKq .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1w6gCMZKq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v1w6gCMZKq .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(3, 5, 50, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #030532;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v1w6gCMZKq .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v1w6gCMZKq .iconfont-wrapper {
  color: #ffa600 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1w6gCMZKq .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #030532;
  background: rgba(3, 5, 50, 0.9) !important;
}
.cid-v1w6gCMZKq .nav-item:focus,
.cid-v1w6gCMZKq .nav-link:focus {
  outline: none;
}
.cid-v1w6gCMZKq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1w6gCMZKq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1w6gCMZKq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1w6gCMZKq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1w6gCMZKq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1w6gCMZKq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1w6gCMZKq .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v1w6gCMZKq .navbar.opened {
  transition: all 0.3s;
}
.cid-v1w6gCMZKq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1w6gCMZKq .navbar .navbar-logo img {
  width: auto;
}
.cid-v1w6gCMZKq .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v1w6gCMZKq .navbar.collapsed {
  justify-content: center;
}
.cid-v1w6gCMZKq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1w6gCMZKq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1w6gCMZKq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-v1w6gCMZKq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1w6gCMZKq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1w6gCMZKq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v1w6gCMZKq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1w6gCMZKq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1w6gCMZKq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .navbar {
    min-height: 72px;
  }
  .cid-v1w6gCMZKq .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1w6gCMZKq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1w6gCMZKq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1w6gCMZKq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1w6gCMZKq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v1w6gCMZKq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1w6gCMZKq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1w6gCMZKq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1w6gCMZKq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1w6gCMZKq .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1w6gCMZKq .dropdown-item.active,
.cid-v1w6gCMZKq .dropdown-item:active {
  background-color: transparent;
}
.cid-v1w6gCMZKq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1w6gCMZKq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1w6gCMZKq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1w6gCMZKq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #030532;
}
.cid-v1w6gCMZKq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v1w6gCMZKq .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1w6gCMZKq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1w6gCMZKq .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1w6gCMZKq .navbar-buttons {
    text-align: left;
  }
}
.cid-v1w6gCMZKq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1w6gCMZKq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1w6gCMZKq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1w6gCMZKq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1w6gCMZKq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1w6gCMZKq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1w6gCMZKq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1w6gCMZKq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1w6gCMZKq .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1w6gCMZKq .navbar {
    height: 70px;
  }
  .cid-v1w6gCMZKq .navbar.opened {
    height: auto;
  }
  .cid-v1w6gCMZKq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1w6gCMZKq .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1w6gCMZKq .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1w6gCMZKq .navbar-brand {
    margin-right: auto;
  }
  .cid-v1w6gCMZKq .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #030532;
    opacity: 1;
    border-color: rgba(3, 5, 50, 0.9) !important;
    background: rgba(3, 5, 50, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v1w6gCMZKq .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1w6gCMZKq .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v1w6gCMZKq .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXFx32rKwS {
  display: flex;
  background-image: url("../../../assets/images/solar-saver-hero-background-2000x1266.jpg");
}
.cid-uXFx32rKwS .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uXFx32rKwS {
    align-items: center;
  }
  .cid-uXFx32rKwS .row {
    justify-content: flex-start;
  }
  .cid-uXFx32rKwS .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXFx32rKwS .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXFx32rKwS {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uXFx32rKwS .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXFx32rKwS .content-wrap {
    width: 100%;
  }
}
.cid-uXFx32rKwS .mbr-section-title,
.cid-uXFx32rKwS .mbr-section-subtitle {
  text-align: center;
}
.cid-uXFx32rKwS .mbr-text,
.cid-uXFx32rKwS .mbr-section-btn {
  text-align: left;
  color: #99e9df;
}
.cid-uXFx32rKwS .mbr-section-title {
  color: #99e9df;
  text-align: left;
}
.cid-uXR1BatKNe {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-816x545.jpg");
}
.cid-uXR1BatKNe .mbr-overlay {
  background: #edefeb;
  opacity: 0.9;
}
.cid-uXR1BatKNe .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uXR1BatKNe img,
.cid-uXR1BatKNe .item-img {
  width: 100%;
}
.cid-uXR1BatKNe .item:focus,
.cid-uXR1BatKNe span:focus {
  outline: none;
}
.cid-uXR1BatKNe .item {
  margin-bottom: 2rem;
}
@media (max-width: 575px) {
  .cid-uXR1BatKNe .item {
    margin-bottom: 1rem;
  }
}
.cid-uXR1BatKNe .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uXR1BatKNe .mbr-section-title {
  color: #757b62;
}
.cid-uXR1BatKNe .mbr-text,
.cid-uXR1BatKNe .mbr-section-btn {
  color: #000000;
}
.cid-uXR1BatKNe .item-title {
  color: #000000;
  text-align: center;
}
.cid-uXR1BatKNe .content-head {
  max-width: 800px;
}
.cid-uXPbQ0IFMg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1-3-1920x934.jpg");
}
.cid-uXPbQ0IFMg img,
.cid-uXPbQ0IFMg .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uXPbQ0IFMg .item:focus,
.cid-uXPbQ0IFMg span:focus {
  outline: none;
}
.cid-uXPbQ0IFMg .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXPbQ0IFMg .item {
    margin-bottom: 1rem;
  }
}
.cid-uXPbQ0IFMg .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXPbQ0IFMg .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uXPbQ0IFMg .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uXPbQ0IFMg .item-wrapper {
  position: relative;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uXPbQ0IFMg .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uXPbQ0IFMg .mbr-section-title {
  color: #99e9df;
}
.cid-uXPbQ0IFMg .item-title {
  text-align: left;
  color: #0e285d;
}
.cid-uXPbQ0IFMg .item-subtitle {
  text-align: left;
}
.cid-uXPbQ0IFMg .mbr-text,
.cid-uXPbQ0IFMg .item .mbr-section-btn {
  text-align: left;
  color: #0e285d;
}
.cid-uXPbQ0IFMg .content-head {
  max-width: 800px;
}
.cid-uXPbQ0IFMg .mbr-section-subtitle,
.cid-uXPbQ0IFMg .mbr-section-head .mbr-section-btn {
  color: #99e9df;
}
.cid-uYHOdQbA0d {
  display: flex;
  padding-top: 15rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/background-v1-alt-2000x1231.jpg");
}
.cid-uYHOdQbA0d .mbr-overlay {
  background-color: #294c96;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uYHOdQbA0d {
    align-items: center;
  }
  .cid-uYHOdQbA0d .row {
    justify-content: flex-end;
  }
  .cid-uYHOdQbA0d .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uYHOdQbA0d .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uYHOdQbA0d {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uYHOdQbA0d .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uYHOdQbA0d .content-wrap {
    width: 100%;
  }
}
.cid-uYHOdQbA0d .mbr-section-title,
.cid-uYHOdQbA0d .mbr-section-subtitle {
  text-align: center;
}
.cid-uYHOdQbA0d .mbr-text,
.cid-uYHOdQbA0d .mbr-section-btn {
  text-align: right;
  color: #0c2c68;
}
.cid-uYHOdQbA0d .mbr-section-title {
  text-align: right;
  color: #0c2c68;
}
.cid-uYHOdQbA0d .mbr-section-subtitle {
  text-align: right;
  color: #0c2c68;
}
.cid-uYIuBMYoje {
  display: flex;
  padding-top: 15rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/background-v2-alt-1-2000x1231.jpg");
}
.cid-uYIuBMYoje .mbr-overlay {
  background-color: #294c96;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uYIuBMYoje {
    align-items: center;
  }
  .cid-uYIuBMYoje .row {
    justify-content: flex-start;
  }
  .cid-uYIuBMYoje .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uYIuBMYoje .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uYIuBMYoje {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uYIuBMYoje .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uYIuBMYoje .content-wrap {
    width: 100%;
  }
}
.cid-uYIuBMYoje .mbr-section-title,
.cid-uYIuBMYoje .mbr-section-subtitle {
  text-align: center;
}
.cid-uYIuBMYoje .mbr-text,
.cid-uYIuBMYoje .mbr-section-btn {
  text-align: left;
  color: #0c2c68;
}
.cid-uYIuBMYoje .mbr-section-title {
  text-align: left;
  color: #0c2c68;
}
.cid-uYIuBMYoje .mbr-section-subtitle {
  text-align: left;
  color: #0c2c68;
}
.cid-uYIvGjo1fr {
  display: flex;
  padding-top: 7rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/background-v3-alt-2000x1231.jpg");
}
.cid-uYIvGjo1fr .mbr-overlay {
  background-color: #294c96;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uYIvGjo1fr {
    align-items: center;
  }
  .cid-uYIvGjo1fr .row {
    justify-content: flex-end;
  }
  .cid-uYIvGjo1fr .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uYIvGjo1fr .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uYIvGjo1fr {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uYIvGjo1fr .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uYIvGjo1fr .content-wrap {
    width: 100%;
  }
}
.cid-uYIvGjo1fr .mbr-section-title,
.cid-uYIvGjo1fr .mbr-section-subtitle {
  text-align: center;
}
.cid-uYIvGjo1fr .mbr-text,
.cid-uYIvGjo1fr .mbr-section-btn {
  text-align: right;
  color: #0c2c68;
}
.cid-uYIvGjo1fr .mbr-section-title {
  text-align: right;
  color: #0c2c68;
}
.cid-uYIvGjo1fr .mbr-section-subtitle {
  text-align: right;
  color: #0c2c68;
}
.cid-uXRLwBjn4I {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1-3-1920x934.jpg");
}
.cid-uXRLwBjn4I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXRLwBjn4I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXRLwBjn4I .mbr-description {
  text-align: left;
}
.cid-uXRLwBjn4I .item-wrapper {
  background: #99e9df;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uXRLwBjn4I .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXRLwBjn4I .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uXRLwBjn4I .card-title,
.cid-uXRLwBjn4I .iconfont-wrapper {
  color: #0e285d;
}
.cid-uXRLwBjn4I .card-text {
  color: #000000;
}
.cid-uXRLwBjn4I .mbr-section-title {
  color: #99e9df;
  text-align: center;
}
.cid-uXRLwBjn4I .mbr-number {
  color: #0e285d;
}
.cid-uXRLwBjn4I .mbr-text,
.cid-uXRLwBjn4I .mbr-section-btn {
  text-align: center;
  color: #99e9df;
}
.cid-uXRLwBjn4I .card-text,
.cid-uXRLwBjn4I .item .mbr-section-btn {
  text-align: left;
  color: #0e285d;
}
.cid-uXRLwBjn4I .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uXRLwBjn4I .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uXRLwBjn4I .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXRLwBjn4I .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-uXRLwBjn4I .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uXRLwBjn4I .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXRLwBjn4I .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uXRLwBjn4I .card-title {
  text-align: left;
}
.cid-uXRLwBjn4I .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uXRLwBjn4I .item-content .item-footer {
  margin-top: auto;
}
.cid-v1IZu3uewC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0c2c68;
  overflow: hidden;
}
.cid-v1IZu3uewC .media-container-row .mbr-text {
  color: #99e9df;
}
.cid-v1w6gCMZKq {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v1w6gCMZKq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1w6gCMZKq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1w6gCMZKq .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v1w6gCMZKq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1w6gCMZKq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1w6gCMZKq .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v1w6gCMZKq .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v1w6gCMZKq .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v1w6gCMZKq .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v1w6gCMZKq .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1w6gCMZKq .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1w6gCMZKq .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v1w6gCMZKq .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v1w6gCMZKq .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v1w6gCMZKq .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1w6gCMZKq .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v1w6gCMZKq .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1w6gCMZKq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v1w6gCMZKq .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(3, 5, 50, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #030532;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v1w6gCMZKq .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v1w6gCMZKq .iconfont-wrapper {
  color: #ffa600 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1w6gCMZKq .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #030532;
  background: rgba(3, 5, 50, 0.9) !important;
}
.cid-v1w6gCMZKq .nav-item:focus,
.cid-v1w6gCMZKq .nav-link:focus {
  outline: none;
}
.cid-v1w6gCMZKq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1w6gCMZKq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1w6gCMZKq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1w6gCMZKq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1w6gCMZKq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1w6gCMZKq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1w6gCMZKq .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v1w6gCMZKq .navbar.opened {
  transition: all 0.3s;
}
.cid-v1w6gCMZKq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1w6gCMZKq .navbar .navbar-logo img {
  width: auto;
}
.cid-v1w6gCMZKq .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v1w6gCMZKq .navbar.collapsed {
  justify-content: center;
}
.cid-v1w6gCMZKq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1w6gCMZKq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1w6gCMZKq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-v1w6gCMZKq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1w6gCMZKq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1w6gCMZKq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v1w6gCMZKq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1w6gCMZKq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1w6gCMZKq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .navbar {
    min-height: 72px;
  }
  .cid-v1w6gCMZKq .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1w6gCMZKq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1w6gCMZKq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1w6gCMZKq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1w6gCMZKq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v1w6gCMZKq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1w6gCMZKq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1w6gCMZKq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1w6gCMZKq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1w6gCMZKq .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1w6gCMZKq .dropdown-item.active,
.cid-v1w6gCMZKq .dropdown-item:active {
  background-color: transparent;
}
.cid-v1w6gCMZKq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1w6gCMZKq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1w6gCMZKq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1w6gCMZKq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #030532;
}
.cid-v1w6gCMZKq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v1w6gCMZKq .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1w6gCMZKq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1w6gCMZKq .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1w6gCMZKq .navbar-buttons {
    text-align: left;
  }
}
.cid-v1w6gCMZKq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1w6gCMZKq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1w6gCMZKq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1w6gCMZKq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1w6gCMZKq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1w6gCMZKq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1w6gCMZKq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1w6gCMZKq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1w6gCMZKq .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1w6gCMZKq .navbar {
    height: 70px;
  }
  .cid-v1w6gCMZKq .navbar.opened {
    height: auto;
  }
  .cid-v1w6gCMZKq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1w6gCMZKq .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1w6gCMZKq .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1w6gCMZKq .navbar-brand {
    margin-right: auto;
  }
  .cid-v1w6gCMZKq .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #030532;
    opacity: 1;
    border-color: rgba(3, 5, 50, 0.9) !important;
    background: rgba(3, 5, 50, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v1w6gCMZKq .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1w6gCMZKq .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v1w6gCMZKq .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXUZcqICXm {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/test-background-2-2000x1250.jpg");
}
.cid-uXUZcqICXm .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uXUZcqICXm {
    align-items: center;
  }
  .cid-uXUZcqICXm .row {
    justify-content: center;
  }
  .cid-uXUZcqICXm .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXUZcqICXm .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXUZcqICXm {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uXUZcqICXm .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXUZcqICXm .content-wrap {
    width: 100%;
  }
}
.cid-uXUZcqICXm .mbr-section-title,
.cid-uXUZcqICXm .mbr-section-subtitle {
  text-align: center;
}
.cid-uXUZcqICXm .mbr-text,
.cid-uXUZcqICXm .mbr-section-btn {
  text-align: center;
  color: #0e285d;
}
.cid-uXUZcqICXm .mbr-section-title {
  color: #0e285d;
  text-align: center;
}
.cid-uXV9ZsMcv7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uXV9ZsMcv7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXV9ZsMcv7 .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-uXV9ZsMcv7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXV9ZsMcv7 .row {
  flex-direction: row-reverse;
}
.cid-uXV9ZsMcv7 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uXV9ZsMcv7 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uXV9ZsMcv7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uXV9ZsMcv7 .mbr-section-title {
  color: #99e9df;
}
.cid-uXV9ZsMcv7 .mbr-text,
.cid-uXV9ZsMcv7 .mbr-section-btn {
  color: #99e9df;
}
.cid-uXVaqUe5xy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #00326b;
}
.cid-uXVaqUe5xy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXVaqUe5xy .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-uXVaqUe5xy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXVaqUe5xy .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uXVaqUe5xy .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uXVaqUe5xy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uXVaqUe5xy .mbr-section-title {
  color: #99e9df;
}
.cid-uXVaqUe5xy .mbr-text,
.cid-uXVaqUe5xy .mbr-section-btn {
  color: #99e9df;
}
.cid-uXVas3J2YE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uXVas3J2YE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXVas3J2YE .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-uXVas3J2YE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXVas3J2YE .row {
  flex-direction: row-reverse;
}
.cid-uXVas3J2YE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uXVas3J2YE .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uXVas3J2YE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uXVas3J2YE .mbr-section-title {
  color: #99e9df;
}
.cid-uXVas3J2YE .mbr-text,
.cid-uXVas3J2YE .mbr-section-btn {
  color: #99e9df;
}
.cid-uXVm14XjRo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/test-background-2-2000x1250.jpeg");
}
.cid-uXVm14XjRo .mbr-overlay {
  background: #ffffff;
  opacity: 0.5;
}
.cid-uXVm14XjRo .item:focus,
.cid-uXVm14XjRo span:focus {
  outline: none;
}
.cid-uXVm14XjRo .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXVm14XjRo .item {
    margin-bottom: 1rem;
  }
}
.cid-uXVm14XjRo .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXVm14XjRo .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uXVm14XjRo .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uXVm14XjRo .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uXVm14XjRo .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uXVm14XjRo .mbr-section-title {
  color: #0e285d;
  text-align: center;
}
.cid-uXVm14XjRo .mbr-text,
.cid-uXVm14XjRo .item .mbr-section-btn {
  text-align: center;
}
.cid-uXVm14XjRo .content-head {
  max-width: 800px;
}
.cid-uXVm14XjRo .mbr-number {
  color: #0e285d;
}
.cid-uXVm14XjRo .mbr-section-subtitle,
.cid-uXVm14XjRo .mbr-section-head .mbr-section-btn {
  text-align: center;
  color: #0e285d;
}
.cid-uXVm14XjRo .mbr-text {
  text-align: left;
}
.cid-uXVm14XjRo .mbr-text,
.cid-uXVm14XjRo .mbr-card-btn {
  text-align: left;
}
.cid-uXVm14XjRo .mbr-text,
.cid-uXVm14XjRo .mbr-section-btn {
  text-align: left;
}
.cid-uXVm14XjRo .mbr-text,
.cid-uXVm14XjRo .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uXVm14XjRo .card-text,
.cid-uXVm14XjRo .item .mbr-section-btn {
  text-align: left;
  color: #0e285d;
}
.cid-uXVm14XjRo .card-title {
  text-align: left;
  color: #0e285d;
}
.cid-uXW3REVdoa {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #0c2c68;
}
.cid-uXW3REVdoa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXW3REVdoa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXW3REVdoa .mbr-section-title {
  color: #99e9df;
}
.cid-uXW3REVdoa .mbr-section-subtitle {
  color: #99e9df;
}
.cid-uXW6BXb3fR {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #0c2c68;
}
.cid-uXW6BXb3fR .item:focus,
.cid-uXW6BXb3fR span:focus {
  outline: none;
}
.cid-uXW6BXb3fR .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXW6BXb3fR .item {
    margin-bottom: 1rem;
  }
}
.cid-uXW6BXb3fR .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXW6BXb3fR .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uXW6BXb3fR .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uXW6BXb3fR .item-wrapper {
  position: relative;
  background: #99e9df;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uXW6BXb3fR .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uXW6BXb3fR .mbr-section-title {
  color: #99e9df;
  text-align: center;
}
.cid-uXW6BXb3fR .mbr-text,
.cid-uXW6BXb3fR .item .mbr-section-btn {
  text-align: center;
}
.cid-uXW6BXb3fR .content-head {
  max-width: 800px;
}
.cid-uXW6BXb3fR .mbr-number {
  color: #0e285d;
}
.cid-uXW6BXb3fR .mbr-section-subtitle,
.cid-uXW6BXb3fR .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uXW6BXb3fR .mbr-text {
  text-align: left;
}
.cid-uXW6BXb3fR .mbr-text,
.cid-uXW6BXb3fR .mbr-card-btn {
  text-align: left;
}
.cid-uXW6BXb3fR .mbr-text,
.cid-uXW6BXb3fR .mbr-section-btn {
  text-align: left;
}
.cid-uXW6BXb3fR .mbr-text,
.cid-uXW6BXb3fR .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uXW6BXb3fR .card-text,
.cid-uXW6BXb3fR .item .mbr-section-btn {
  text-align: left;
}
.cid-uXW6BXb3fR .card-title {
  text-align: left;
  color: #0e285d;
}
.cid-uXW7SHi1a9 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #0c2c68;
}
.cid-uXW7SHi1a9 .item:focus,
.cid-uXW7SHi1a9 span:focus {
  outline: none;
}
.cid-uXW7SHi1a9 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXW7SHi1a9 .item {
    margin-bottom: 1rem;
  }
}
.cid-uXW7SHi1a9 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXW7SHi1a9 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uXW7SHi1a9 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uXW7SHi1a9 .item-wrapper {
  position: relative;
  background: #99e9df;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uXW7SHi1a9 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uXW7SHi1a9 .mbr-section-title {
  color: #99e9df;
  text-align: center;
}
.cid-uXW7SHi1a9 .mbr-text,
.cid-uXW7SHi1a9 .item .mbr-section-btn {
  text-align: center;
}
.cid-uXW7SHi1a9 .content-head {
  max-width: 800px;
}
.cid-uXW7SHi1a9 .mbr-number {
  color: #0e285d;
}
.cid-uXW7SHi1a9 .mbr-section-subtitle,
.cid-uXW7SHi1a9 .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uXW7SHi1a9 .mbr-text {
  text-align: left;
}
.cid-uXW7SHi1a9 .mbr-text,
.cid-uXW7SHi1a9 .mbr-card-btn {
  text-align: left;
}
.cid-uXW7SHi1a9 .mbr-text,
.cid-uXW7SHi1a9 .mbr-section-btn {
  text-align: left;
}
.cid-uXW7SHi1a9 .mbr-text,
.cid-uXW7SHi1a9 .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uXW7SHi1a9 .card-text,
.cid-uXW7SHi1a9 .item .mbr-section-btn {
  text-align: left;
  color: #0e285d;
}
.cid-uXW7SHi1a9 .card-title {
  text-align: left;
  color: #0e285d;
}
.cid-uXVnkuM7r5 {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-color: #99e9df;
}
.cid-uXVnkuM7r5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXVnkuM7r5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXVnkuM7r5 .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uXVnkuM7r5 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uXVnkuM7r5 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uXVnkuM7r5 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uXVnkuM7r5 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uXVnkuM7r5 .row {
  flex-direction: row-reverse;
}
.cid-uXVnkuM7r5 .image-wrapper {
  padding: 0 1rem;
}
.cid-uXVnkuM7r5 img,
.cid-uXVnkuM7r5 .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uXVnkuM7r5 img,
  .cid-uXVnkuM7r5 .image-wrapper {
    max-height: 350px;
  }
}
.cid-uXVnkuM7r5 .mbr-section-title {
  color: #0c2c68;
}
.cid-uXVnkuM7r5 .mbr-text {
  color: #000000;
}
.cid-uXVnkuM7r5 .mbr-text,
.cid-uXVnkuM7r5 .mbr-section-btn {
  color: #0c2c68;
}
.cid-v1IZu3uewC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0c2c68;
  overflow: hidden;
}
.cid-v1IZu3uewC .media-container-row .mbr-text {
  color: #99e9df;
}
.cid-v1w6gCMZKq {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v1w6gCMZKq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1w6gCMZKq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1w6gCMZKq .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v1w6gCMZKq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1w6gCMZKq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1w6gCMZKq .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v1w6gCMZKq .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v1w6gCMZKq .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v1w6gCMZKq .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v1w6gCMZKq .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1w6gCMZKq .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1w6gCMZKq .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v1w6gCMZKq .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v1w6gCMZKq .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v1w6gCMZKq .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1w6gCMZKq .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v1w6gCMZKq .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1w6gCMZKq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v1w6gCMZKq .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(3, 5, 50, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #030532;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v1w6gCMZKq .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v1w6gCMZKq .iconfont-wrapper {
  color: #ffa600 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1w6gCMZKq .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #030532;
  background: rgba(3, 5, 50, 0.9) !important;
}
.cid-v1w6gCMZKq .nav-item:focus,
.cid-v1w6gCMZKq .nav-link:focus {
  outline: none;
}
.cid-v1w6gCMZKq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1w6gCMZKq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1w6gCMZKq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1w6gCMZKq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1w6gCMZKq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1w6gCMZKq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1w6gCMZKq .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v1w6gCMZKq .navbar.opened {
  transition: all 0.3s;
}
.cid-v1w6gCMZKq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1w6gCMZKq .navbar .navbar-logo img {
  width: auto;
}
.cid-v1w6gCMZKq .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v1w6gCMZKq .navbar.collapsed {
  justify-content: center;
}
.cid-v1w6gCMZKq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1w6gCMZKq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1w6gCMZKq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-v1w6gCMZKq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1w6gCMZKq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1w6gCMZKq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v1w6gCMZKq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1w6gCMZKq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1w6gCMZKq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .navbar {
    min-height: 72px;
  }
  .cid-v1w6gCMZKq .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1w6gCMZKq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1w6gCMZKq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1w6gCMZKq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1w6gCMZKq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v1w6gCMZKq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1w6gCMZKq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1w6gCMZKq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1w6gCMZKq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1w6gCMZKq .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1w6gCMZKq .dropdown-item.active,
.cid-v1w6gCMZKq .dropdown-item:active {
  background-color: transparent;
}
.cid-v1w6gCMZKq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1w6gCMZKq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1w6gCMZKq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1w6gCMZKq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #030532;
}
.cid-v1w6gCMZKq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v1w6gCMZKq .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1w6gCMZKq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1w6gCMZKq .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1w6gCMZKq .navbar-buttons {
    text-align: left;
  }
}
.cid-v1w6gCMZKq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1w6gCMZKq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1w6gCMZKq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1w6gCMZKq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1w6gCMZKq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1w6gCMZKq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1w6gCMZKq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1w6gCMZKq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1w6gCMZKq .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1w6gCMZKq .navbar {
    height: 70px;
  }
  .cid-v1w6gCMZKq .navbar.opened {
    height: auto;
  }
  .cid-v1w6gCMZKq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1w6gCMZKq .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1w6gCMZKq .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1w6gCMZKq .navbar-brand {
    margin-right: auto;
  }
  .cid-v1w6gCMZKq .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #030532;
    opacity: 1;
    border-color: rgba(3, 5, 50, 0.9) !important;
    background: rgba(3, 5, 50, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v1w6gCMZKq .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1w6gCMZKq .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v1w6gCMZKq .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXWdqTaBCW {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #99e9df;
}
.cid-uXWdqTaBCW .item-subtitle {
  line-height: 1.2;
  color: #0e285d;
}
.cid-uXWdqTaBCW img,
.cid-uXWdqTaBCW .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uXWdqTaBCW .item:focus,
.cid-uXWdqTaBCW span:focus {
  outline: none;
}
.cid-uXWdqTaBCW .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXWdqTaBCW .item {
    margin-bottom: 1rem;
  }
}
.cid-uXWdqTaBCW .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uXWdqTaBCW .mbr-section-title {
  color: #0e285d;
}
.cid-uXWdqTaBCW .mbr-text,
.cid-uXWdqTaBCW .mbr-section-btn {
  color: #232323;
}
.cid-uXWdqTaBCW .item-title {
  color: #0e285d;
}
.cid-uXWdqTaBCW .content-head {
  max-width: 800px;
}
.cid-uXWf3N9CJZ {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-color: #edefeb;
}
.cid-uXWf3N9CJZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXWf3N9CJZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXWf3N9CJZ .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uXWf3N9CJZ .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uXWf3N9CJZ .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uXWf3N9CJZ .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uXWf3N9CJZ .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uXWf3N9CJZ .row {
  flex-direction: row-reverse;
}
.cid-uXWf3N9CJZ .image-wrapper {
  padding: 0 1rem;
}
.cid-uXWf3N9CJZ img,
.cid-uXWf3N9CJZ .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uXWf3N9CJZ img,
  .cid-uXWf3N9CJZ .image-wrapper {
    max-height: 350px;
  }
}
.cid-uXWf3N9CJZ .mbr-section-title {
  color: #000000;
}
.cid-uXWf3N9CJZ .mbr-text {
  color: #000000;
}
.cid-v1IZu3uewC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0c2c68;
  overflow: hidden;
}
.cid-v1IZu3uewC .media-container-row .mbr-text {
  color: #99e9df;
}
.cid-v1w6gCMZKq {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v1w6gCMZKq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1w6gCMZKq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1w6gCMZKq .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v1w6gCMZKq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1w6gCMZKq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1w6gCMZKq .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v1w6gCMZKq .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v1w6gCMZKq .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v1w6gCMZKq .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v1w6gCMZKq .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1w6gCMZKq .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1w6gCMZKq .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v1w6gCMZKq .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v1w6gCMZKq .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v1w6gCMZKq .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1w6gCMZKq .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v1w6gCMZKq .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1w6gCMZKq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v1w6gCMZKq .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(3, 5, 50, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #030532;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v1w6gCMZKq .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v1w6gCMZKq .iconfont-wrapper {
  color: #ffa600 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1w6gCMZKq .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #030532;
  background: rgba(3, 5, 50, 0.9) !important;
}
.cid-v1w6gCMZKq .nav-item:focus,
.cid-v1w6gCMZKq .nav-link:focus {
  outline: none;
}
.cid-v1w6gCMZKq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1w6gCMZKq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1w6gCMZKq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1w6gCMZKq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1w6gCMZKq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1w6gCMZKq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1w6gCMZKq .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v1w6gCMZKq .navbar.opened {
  transition: all 0.3s;
}
.cid-v1w6gCMZKq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1w6gCMZKq .navbar .navbar-logo img {
  width: auto;
}
.cid-v1w6gCMZKq .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v1w6gCMZKq .navbar.collapsed {
  justify-content: center;
}
.cid-v1w6gCMZKq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1w6gCMZKq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1w6gCMZKq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-v1w6gCMZKq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1w6gCMZKq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1w6gCMZKq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v1w6gCMZKq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1w6gCMZKq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1w6gCMZKq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .navbar {
    min-height: 72px;
  }
  .cid-v1w6gCMZKq .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1w6gCMZKq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1w6gCMZKq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1w6gCMZKq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1w6gCMZKq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v1w6gCMZKq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1w6gCMZKq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1w6gCMZKq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1w6gCMZKq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1w6gCMZKq .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1w6gCMZKq .dropdown-item.active,
.cid-v1w6gCMZKq .dropdown-item:active {
  background-color: transparent;
}
.cid-v1w6gCMZKq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1w6gCMZKq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1w6gCMZKq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1w6gCMZKq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #030532;
}
.cid-v1w6gCMZKq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v1w6gCMZKq .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1w6gCMZKq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1w6gCMZKq .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1w6gCMZKq .navbar-buttons {
    text-align: left;
  }
}
.cid-v1w6gCMZKq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1w6gCMZKq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1w6gCMZKq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1w6gCMZKq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1w6gCMZKq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1w6gCMZKq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1w6gCMZKq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1w6gCMZKq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1w6gCMZKq .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1w6gCMZKq .navbar {
    height: 70px;
  }
  .cid-v1w6gCMZKq .navbar.opened {
    height: auto;
  }
  .cid-v1w6gCMZKq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1w6gCMZKq .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1w6gCMZKq .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1w6gCMZKq .navbar-brand {
    margin-right: auto;
  }
  .cid-v1w6gCMZKq .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #030532;
    opacity: 1;
    border-color: rgba(3, 5, 50, 0.9) !important;
    background: rgba(3, 5, 50, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v1w6gCMZKq .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1w6gCMZKq .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v1w6gCMZKq .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uY2akGgRVh {
  display: flex;
  padding-top: 21rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-uY2akGgRVh .mbr-overlay {
  background-color: #0e285d;
  opacity: 0.9;
}
@media (min-width: 768px) {
  .cid-uY2akGgRVh {
    align-items: flex-end;
  }
  .cid-uY2akGgRVh .row {
    justify-content: center;
  }
  .cid-uY2akGgRVh .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uY2akGgRVh .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uY2akGgRVh {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uY2akGgRVh .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uY2akGgRVh .content-wrap {
    width: 100%;
  }
}
.cid-uY2akGgRVh .mbr-section-title,
.cid-uY2akGgRVh .mbr-section-subtitle {
  text-align: center;
}
.cid-uY2akGgRVh .mbr-text,
.cid-uY2akGgRVh .mbr-section-btn {
  text-align: center;
  color: #99e9df;
}
.cid-uY2akGgRVh .mbr-section-title {
  color: #99e9df;
}
.cid-uY2qZEKa8T {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #0c2c68;
}
.cid-uY2qZEKa8T .item:focus,
.cid-uY2qZEKa8T span:focus {
  outline: none;
}
.cid-uY2qZEKa8T .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uY2qZEKa8T .content-head {
  max-width: 800px;
}
.cid-uY2qZEKa8T .item {
  color: #6799d8;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uY2qZEKa8T .item {
    min-height: 45px;
  }
}
.cid-uY2nPTQ9ON {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/slide2016-920-201-2000x1125.jpg");
}
.cid-uY2nPTQ9ON .mbr-overlay {
  background: #99e9df;
  opacity: 0.9;
}
.cid-uY2nPTQ9ON h6 {
  line-height: 1.2;
}
.cid-uY2nPTQ9ON img,
.cid-uY2nPTQ9ON .item-img {
  width: 100%;
}
.cid-uY2nPTQ9ON .item:focus,
.cid-uY2nPTQ9ON span:focus {
  outline: none;
}
.cid-uY2nPTQ9ON .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uY2nPTQ9ON .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uY2nPTQ9ON .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-uY2nPTQ9ON .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uY2nPTQ9ON .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uY2nPTQ9ON .mbr-section-title {
  color: #0c2c68;
}
.cid-uY2nPTQ9ON .mbr-text,
.cid-uY2nPTQ9ON .mbr-section-btn {
  color: #000000;
}
.cid-uY2nPTQ9ON .item-title {
  color: #000000;
  text-align: center;
}
.cid-uY2nPTQ9ON .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uY2nPTQ9ON .item-text {
  color: #000000;
  text-align: center;
}
.cid-uY2nPTQ9ON .content-head {
  max-width: 800px;
}
.cid-uY2nPTQ9ON .item-title,
.cid-uY2nPTQ9ON .mbr-section-btn {
  color: #0c2c68;
}
.cid-uY2baoXUxC {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #030532;
}
.cid-uY2baoXUxC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY2baoXUxC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY2baoXUxC .mbr-section-title {
  color: #4f4f6f;
}
.cid-uY2baoXUxC .mbr-section-subtitle {
  color: #4f4f6f;
}
.cid-uY2bwgrFNj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uY2bwgrFNj img,
.cid-uY2bwgrFNj .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uY2bwgrFNj .item:focus,
.cid-uY2bwgrFNj span:focus {
  outline: none;
}
.cid-uY2bwgrFNj .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uY2bwgrFNj .item {
    margin-bottom: 1rem;
  }
}
.cid-uY2bwgrFNj .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uY2bwgrFNj .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uY2bwgrFNj .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uY2bwgrFNj .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uY2bwgrFNj .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uY2bwgrFNj .mbr-section-title {
  color: #0c2c68;
}
.cid-uY2bwgrFNj .item-title {
  text-align: left;
  color: #0c2c68;
}
.cid-uY2bwgrFNj .item-subtitle {
  text-align: left;
  color: #0c2c68;
}
.cid-uY2bwgrFNj .mbr-text,
.cid-uY2bwgrFNj .item .mbr-section-btn {
  text-align: left;
  color: #0c2c68;
}
.cid-uY2bwgrFNj .content-head {
  max-width: 800px;
}
.cid-uY2hx0Xe8D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0c2c68;
}
.cid-uY2hx0Xe8D .item:focus,
.cid-uY2hx0Xe8D span:focus {
  outline: none;
}
.cid-uY2hx0Xe8D .item {
  cursor: pointer;
}
.cid-uY2hx0Xe8D .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uY2hx0Xe8D .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uY2hx0Xe8D .grid-container-1,
.cid-uY2hx0Xe8D .grid-container-2,
.cid-uY2hx0Xe8D .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uY2hx0Xe8D .grid-container-1,
  .cid-uY2hx0Xe8D .grid-container-2,
  .cid-uY2hx0Xe8D .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-uY2hx0Xe8D .mbr-section-title {
  color: #000000;
}
.cid-uY2hx0Xe8D .mbr-text,
.cid-uY2hx0Xe8D .mbr-section-btn {
  color: #000000;
}
.cid-uY2hx0Xe8D .content-head {
  max-width: 800px;
}
.cid-uY2hx0Xe8D .container,
.cid-uY2hx0Xe8D .container-fluid {
  overflow: hidden;
}
.cid-uY2hx0Xe8D .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uY2hx0Xe8D .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uY2hx0Xe8D .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uY2hx0Xe8D .grid-item img {
    min-width: 35vw;
  }
}
.cid-uY2hx0Xe8D .grid-container-1,
.cid-uY2hx0Xe8D .grid-container-2,
.cid-uY2hx0Xe8D .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uY2hx0Xe8D .grid-container-1 {
  align-items: flex-end;
}
.cid-uY2hx0Xe8D .grid-container-2 {
  align-items: flex-start;
}
.cid-uY2vxeTkAa {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-2-1920x1200.jpeg");
}
.cid-uY2vxeTkAa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY2vxeTkAa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY2vxeTkAa .mbr-text {
  color: #000000;
}
.cid-uY2vxeTkAa .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uY2vxeTkAa .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uY2vxeTkAa .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uY2vxeTkAa .mbr-number {
  color: #9fe870;
  text-align: left;
}
.cid-uY2vxeTkAa .mbr-section-title {
  color: #99e9df;
}
.cid-uY2vxeTkAa .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
.cid-uY2vxeTkAa .item-content .item-footer {
  margin-top: auto;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uY2vxeTkAa .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uY2vxeTkAa .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-uY2vxeTkAa .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uY2vxeTkAa .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uY2vxeTkAa .item-head {
  background: #99e9df;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uY2vxeTkAa .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uY2vxeTkAa .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uY2vxeTkAa .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uY2vxeTkAa .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uY2vxeTkAa .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-uY2vxeTkAa .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-uY2vxeTkAa .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-uY2vxeTkAa .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uY2vxeTkAa .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uY2vxeTkAa .item:focus,
.cid-uY2vxeTkAa span:focus {
  outline: none;
}
.cid-uY2vxeTkAa .mbr-text,
.cid-uY2vxeTkAa .mbr-section-btn {
  text-align: left;
}
.cid-uY2vxeTkAa .item-title {
  text-align: left;
  color: #000000;
}
.cid-uY2vxeTkAa .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uY2vxeTkAa .content-head {
  max-width: 800px;
}
.cid-uY2vxeTkAa .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uY2vxeTkAa .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uY2vxeTkAa .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uY2vxeTkAa .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-uY2vxeTkAa .mbr-text UL {
  text-align: left;
}
.cid-uY2vxeTkAa .item-btn {
  width: -webkit-fill-available;
}
.cid-uY2vxeTkAa .main-button {
  margin-bottom: 2rem;
  padding: 0rem 0rem 2rem;
}
@media (max-width: 767px) {
  .cid-uY2vxeTkAa .main-button {
    margin-bottom: 2rem;
    padding: 0rem 0rem 0.5rem;
  }
}
@media (max-width: 991px) {
  .cid-uY2vxeTkAa .main-button {
    padding: 0rem 0rem 0.5rem;
  }
}
.cid-uY2vxeTkAa .mbr-section-subtitle,
.cid-uY2vxeTkAa .main-button .btn {
  text-align: left;
}
.cid-uY2vxeTkAa .mbr-section-subtitle,
.cid-uY2vxeTkAa .main-button {
  color: #99e9df;
  text-align: left;
}
.cid-uY3h9oLBIc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uY3h9oLBIc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY3h9oLBIc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY3h9oLBIc .timeline-element {
  position: relative;
}
.cid-uY3h9oLBIc .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uY3h9oLBIc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uY3h9oLBIc .mbr-section-title,
.cid-uY3h9oLBIc .mbr-section-subtitle,
.cid-uY3h9oLBIc .timeline-date {
  text-align: center;
}
.cid-uY3h9oLBIc .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #0c2c68;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uY3h9oLBIc .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-uY3h9oLBIc .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-uY3h9oLBIc .row:after {
  content: "";
  position: absolute;
  background-color: #0c2c68;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-uY3h9oLBIc .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-uY3h9oLBIc .row:after {
    height: calc(100% + 28px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uY3h9oLBIc .timeline-date-wrapper,
  .cid-uY3h9oLBIc .timeline-text-wrapper,
  .cid-uY3h9oLBIc .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-uY3h9oLBIc .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-uY3h9oLBIc .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uY3h9oLBIc .timeline-date-wrapper,
  .cid-uY3h9oLBIc .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uY3h9oLBIc .timeline-date-wrapper,
  .cid-uY3h9oLBIc .timeline-text-wrapper,
  .cid-uY3h9oLBIc .image-wrapper {
    padding: 2rem;
  }
}
.cid-uY3h9oLBIc .mbr-section-title {
  color: #0c2c68;
}
.cid-uY3h9oLBIc .mbr-timeline-title {
  color: #0c2c68;
}
.cid-uY3h9oLBIc .mbr-text {
  color: #0c2c68;
}
.cid-uY3lEPI61g {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #0c2c68;
}
.cid-uY3lEPI61g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY3lEPI61g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY3lEPI61g .row {
  flex-direction: row-reverse;
}
.cid-uY3lEPI61g .mbr-description {
  text-align: left;
}
.cid-uY3lEPI61g .item-wrapper {
  background: #99e9df;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uY3lEPI61g .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uY3lEPI61g .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uY3lEPI61g .card-title,
.cid-uY3lEPI61g .iconfont-wrapper {
  color: #000000;
}
.cid-uY3lEPI61g .card-text {
  color: #000000;
}
.cid-uY3lEPI61g .mbr-section-title {
  color: #99e9df;
  text-align: center;
}
.cid-uY3lEPI61g .mbr-number {
  color: #0c2c68;
}
.cid-uY3lEPI61g .mbr-text,
.cid-uY3lEPI61g .mbr-section-btn {
  text-align: center;
}
.cid-uY3lEPI61g .card-text,
.cid-uY3lEPI61g .item .mbr-section-btn {
  text-align: left;
}
.cid-uY3lEPI61g .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uY3lEPI61g .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uY3nL8rs3d {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-uY3nL8rs3d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY3nL8rs3d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY3nL8rs3d .mbr-description {
  text-align: left;
}
.cid-uY3nL8rs3d .item-wrapper {
  background: #99e9df;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uY3nL8rs3d .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uY3nL8rs3d .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uY3nL8rs3d .card-title,
.cid-uY3nL8rs3d .iconfont-wrapper {
  color: #000000;
}
.cid-uY3nL8rs3d .card-text {
  color: #000000;
}
.cid-uY3nL8rs3d .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-uY3nL8rs3d .mbr-number {
  color: #0c2c68;
}
.cid-uY3nL8rs3d .mbr-text,
.cid-uY3nL8rs3d .mbr-section-btn {
  text-align: center;
}
.cid-uY3nL8rs3d .card-text,
.cid-uY3nL8rs3d .item .mbr-section-btn {
  text-align: left;
}
.cid-uY3nL8rs3d .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uY3nL8rs3d .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uY3nL8rs3d .card-title {
  color: #0c2c68;
}
.cid-uY3bk0xyqr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uY3bk0xyqr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY3bk0xyqr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY3bk0xyqr .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #f1a249;
  margin-left: 1rem;
}
.cid-uY3bk0xyqr .panel-group {
  border: none;
}
.cid-uY3bk0xyqr .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uY3bk0xyqr .panel-body,
.cid-uY3bk0xyqr .card-header {
  padding: 1rem 0;
}
.cid-uY3bk0xyqr .panel-title-edit {
  color: #0c2c68;
}
.cid-uY3bk0xyqr .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uY3bk0xyqr H3 {
  color: #0c2c68;
}
.cid-uY3bk0xyqr .panel-text {
  color: #0c2c68;
}
.cid-uY1XAQRwXi {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-color: #99e9df;
}
.cid-uY1XAQRwXi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY1XAQRwXi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY1XAQRwXi .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uY1XAQRwXi .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uY1XAQRwXi .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uY1XAQRwXi .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uY1XAQRwXi .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uY1XAQRwXi .row {
  flex-direction: row-reverse;
}
.cid-uY1XAQRwXi .image-wrapper {
  padding: 0 1rem;
}
.cid-uY1XAQRwXi img,
.cid-uY1XAQRwXi .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uY1XAQRwXi img,
  .cid-uY1XAQRwXi .image-wrapper {
    max-height: 350px;
  }
}
.cid-uY1XAQRwXi .mbr-section-title {
  color: #0c2c68;
}
.cid-uY1XAQRwXi .mbr-text {
  color: #000000;
}
.cid-uY1XAQRwXi .mbr-text,
.cid-uY1XAQRwXi .mbr-section-btn {
  color: #0c2c68;
}
.cid-v1IZu3uewC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0c2c68;
  overflow: hidden;
}
.cid-v1IZu3uewC .media-container-row .mbr-text {
  color: #99e9df;
}
.cid-v1w6gCMZKq {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v1w6gCMZKq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1w6gCMZKq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1w6gCMZKq .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v1w6gCMZKq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1w6gCMZKq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1w6gCMZKq .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v1w6gCMZKq .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v1w6gCMZKq .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v1w6gCMZKq .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v1w6gCMZKq .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1w6gCMZKq .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1w6gCMZKq .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v1w6gCMZKq .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v1w6gCMZKq .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v1w6gCMZKq .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1w6gCMZKq .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v1w6gCMZKq .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1w6gCMZKq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v1w6gCMZKq .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(3, 5, 50, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #030532;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v1w6gCMZKq .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v1w6gCMZKq .iconfont-wrapper {
  color: #ffa600 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1w6gCMZKq .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #030532;
  background: rgba(3, 5, 50, 0.9) !important;
}
.cid-v1w6gCMZKq .nav-item:focus,
.cid-v1w6gCMZKq .nav-link:focus {
  outline: none;
}
.cid-v1w6gCMZKq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1w6gCMZKq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1w6gCMZKq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1w6gCMZKq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1w6gCMZKq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1w6gCMZKq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1w6gCMZKq .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v1w6gCMZKq .navbar.opened {
  transition: all 0.3s;
}
.cid-v1w6gCMZKq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1w6gCMZKq .navbar .navbar-logo img {
  width: auto;
}
.cid-v1w6gCMZKq .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v1w6gCMZKq .navbar.collapsed {
  justify-content: center;
}
.cid-v1w6gCMZKq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1w6gCMZKq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1w6gCMZKq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-v1w6gCMZKq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1w6gCMZKq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1w6gCMZKq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v1w6gCMZKq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1w6gCMZKq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1w6gCMZKq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .navbar {
    min-height: 72px;
  }
  .cid-v1w6gCMZKq .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1w6gCMZKq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1w6gCMZKq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1w6gCMZKq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1w6gCMZKq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v1w6gCMZKq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1w6gCMZKq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1w6gCMZKq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1w6gCMZKq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1w6gCMZKq .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1w6gCMZKq .dropdown-item.active,
.cid-v1w6gCMZKq .dropdown-item:active {
  background-color: transparent;
}
.cid-v1w6gCMZKq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1w6gCMZKq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1w6gCMZKq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1w6gCMZKq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #030532;
}
.cid-v1w6gCMZKq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v1w6gCMZKq .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1w6gCMZKq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1w6gCMZKq .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1w6gCMZKq .navbar-buttons {
    text-align: left;
  }
}
.cid-v1w6gCMZKq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1w6gCMZKq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1w6gCMZKq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1w6gCMZKq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1w6gCMZKq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1w6gCMZKq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1w6gCMZKq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1w6gCMZKq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1w6gCMZKq .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1w6gCMZKq .navbar {
    height: 70px;
  }
  .cid-v1w6gCMZKq .navbar.opened {
    height: auto;
  }
  .cid-v1w6gCMZKq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1w6gCMZKq .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1w6gCMZKq .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1w6gCMZKq .navbar-brand {
    margin-right: auto;
  }
  .cid-v1w6gCMZKq .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #030532;
    opacity: 1;
    border-color: rgba(3, 5, 50, 0.9) !important;
    background: rgba(3, 5, 50, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v1w6gCMZKq .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1w6gCMZKq .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v1w6gCMZKq .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXRvAxhHeI {
  display: flex;
  background-image: url("../../../assets/images/hero-panel-image-2-2000x1121.jpg");
}
.cid-uXRvAxhHeI .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uXRvAxhHeI {
    align-items: flex-end;
  }
  .cid-uXRvAxhHeI .row {
    justify-content: center;
  }
  .cid-uXRvAxhHeI .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXRvAxhHeI .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXRvAxhHeI {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uXRvAxhHeI .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXRvAxhHeI .content-wrap {
    width: 100%;
  }
}
.cid-uXRvAxhHeI .mbr-section-title,
.cid-uXRvAxhHeI .mbr-section-subtitle {
  text-align: center;
}
.cid-uXRvAxhHeI .mbr-text,
.cid-uXRvAxhHeI .mbr-section-btn {
  text-align: center;
  color: #99e9df;
}
.cid-uXRvAxhHeI .mbr-section-title {
  color: #99e9df;
  text-align: center;
}
.cid-uXRy3yEqXJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hero-transition-1-1920x934.jpg");
}
.cid-uXRy3yEqXJ .item:focus,
.cid-uXRy3yEqXJ span:focus {
  outline: none;
}
.cid-uXRy3yEqXJ .item {
  cursor: pointer;
}
.cid-uXRy3yEqXJ .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uXRy3yEqXJ .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uXRy3yEqXJ .grid-container-1,
.cid-uXRy3yEqXJ .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uXRy3yEqXJ .grid-container-1,
  .cid-uXRy3yEqXJ .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uXRy3yEqXJ .mbr-section-title {
  color: #000000;
}
.cid-uXRy3yEqXJ .mbr-text,
.cid-uXRy3yEqXJ .mbr-section-btn {
  color: #000000;
}
.cid-uXRy3yEqXJ .content-head {
  max-width: 800px;
}
.cid-uXRy3yEqXJ .container,
.cid-uXRy3yEqXJ .container-fluid {
  overflow: hidden;
}
.cid-uXRy3yEqXJ .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uXRy3yEqXJ .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uXRy3yEqXJ .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uXRy3yEqXJ .grid-item img {
    min-width: 35vw;
  }
}
.cid-uXRy3yEqXJ .grid-container-1,
.cid-uXRy3yEqXJ .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uXRy3yEqXJ .grid-container-1 {
  align-items: flex-end;
}
.cid-uXRy3yEqXJ .grid-container-2 {
  align-items: flex-start;
}
.cid-uXRCDv1ua9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-uXRCDv1ua9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXRCDv1ua9 .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uXRCDv1ua9 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXRCDv1ua9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXRCDv1ua9 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #99e9df;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #030532;
  height: 80px;
  border-radius: 50%;
}
.cid-uXRCDv1ua9 .card-title,
.cid-uXRCDv1ua9 .iconfont-wrapper,
.cid-uXRCDv1ua9 .card-text {
  color: #000000;
  text-align: center;
}
.cid-uXRCDv1ua9 .content-head {
  max-width: 800px;
}
.cid-uXRCDv1ua9 .mbr-section-title {
  color: #000000;
}
.cid-uXRCDv1ua9 .mbr-section-btn {
  text-align: center;
}
.cid-uXRCDv1ua9 .card-title,
.cid-uXRCDv1ua9 .iconfont-wrapper {
  color: #0c2c68;
}
.cid-uXRCDv1ua9 .card-text,
.cid-uXRCDv1ua9 .mbr-section-btn {
  color: #0c2c68;
  text-align: center;
}
.cid-v1jVokPeUr {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-816x545.jpg");
}
.cid-v1jVokPeUr .mbr-overlay {
  background: #99e9df;
  opacity: 0.9;
}
.cid-v1jVokPeUr .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-v1jVokPeUr img,
.cid-v1jVokPeUr .item-img {
  width: 100%;
}
.cid-v1jVokPeUr .item:focus,
.cid-v1jVokPeUr span:focus {
  outline: none;
}
.cid-v1jVokPeUr .item {
  margin-bottom: 2rem;
}
@media (max-width: 575px) {
  .cid-v1jVokPeUr .item {
    margin-bottom: 1rem;
  }
}
.cid-v1jVokPeUr .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1jVokPeUr .mbr-section-title {
  color: #0c2c68;
}
.cid-v1jVokPeUr .mbr-text,
.cid-v1jVokPeUr .mbr-section-btn {
  color: #000000;
}
.cid-v1jVokPeUr .item-title {
  color: #000000;
  text-align: center;
}
.cid-v1jVokPeUr .content-head {
  max-width: 800px;
}
.cid-uXRvAxKKRc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/multi-card-background-1920x934.jpg");
}
.cid-uXRvAxKKRc img,
.cid-uXRvAxKKRc .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uXRvAxKKRc .item:focus,
.cid-uXRvAxKKRc span:focus {
  outline: none;
}
.cid-uXRvAxKKRc .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXRvAxKKRc .item {
    margin-bottom: 1rem;
  }
}
.cid-uXRvAxKKRc .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXRvAxKKRc .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uXRvAxKKRc .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uXRvAxKKRc .item-wrapper {
  position: relative;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uXRvAxKKRc .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uXRvAxKKRc .mbr-section-title {
  color: #99e9df;
}
.cid-uXRvAxKKRc .item-title {
  text-align: left;
  color: #0e285d;
}
.cid-uXRvAxKKRc .item-subtitle {
  text-align: left;
}
.cid-uXRvAxKKRc .mbr-text,
.cid-uXRvAxKKRc .item .mbr-section-btn {
  text-align: left;
  color: #0e285d;
}
.cid-uXRvAxKKRc .content-head {
  max-width: 800px;
}
.cid-uXRvAxKKRc .mbr-section-subtitle,
.cid-uXRvAxKKRc .mbr-section-head .mbr-section-btn {
  color: #99e9df;
}
.cid-uXRvAyzO4S {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uXRvAyzO4S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXRvAyzO4S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXRvAyzO4S .mbr-description {
  text-align: left;
}
.cid-uXRvAyzO4S .item-wrapper {
  background: #99e9df;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uXRvAyzO4S .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXRvAyzO4S .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uXRvAyzO4S .card-title,
.cid-uXRvAyzO4S .iconfont-wrapper {
  color: #0e285d;
}
.cid-uXRvAyzO4S .card-text {
  color: #000000;
}
.cid-uXRvAyzO4S .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uXRvAyzO4S .mbr-number {
  color: #0e285d;
}
.cid-uXRvAyzO4S .mbr-text,
.cid-uXRvAyzO4S .mbr-section-btn {
  text-align: center;
}
.cid-uXRvAyzO4S .card-text,
.cid-uXRvAyzO4S .item .mbr-section-btn {
  text-align: left;
  color: #0e285d;
}
.cid-uXRvAyzO4S .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uXRvAyzO4S .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uXRvAyzO4S .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXRvAyzO4S .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-uXRvAyzO4S .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uXRvAyzO4S .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXRvAyzO4S .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uXRvAyzO4S .card-title {
  text-align: left;
}
.cid-uXRvAyzO4S .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uXRvAyzO4S .item-content .item-footer {
  margin-top: auto;
}
.cid-uXRImiuBGS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1-1-1920x934.jpg");
}
.cid-uXRImiuBGS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXRImiuBGS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXRImiuBGS .mbr-description {
  text-align: left;
}
.cid-uXRImiuBGS .item-wrapper {
  background: #edefeb;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uXRImiuBGS .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXRImiuBGS .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uXRImiuBGS .card-title,
.cid-uXRImiuBGS .iconfont-wrapper {
  color: #0e285d;
}
.cid-uXRImiuBGS .card-text {
  color: #000000;
}
.cid-uXRImiuBGS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uXRImiuBGS .mbr-number {
  color: #0e285d;
}
.cid-uXRImiuBGS .mbr-text,
.cid-uXRImiuBGS .mbr-section-btn {
  text-align: center;
}
.cid-uXRImiuBGS .card-text,
.cid-uXRImiuBGS .item .mbr-section-btn {
  text-align: left;
  color: #0e285d;
}
.cid-uXRImiuBGS .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uXRImiuBGS .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uXRImiuBGS .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXRImiuBGS .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-uXRImiuBGS .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uXRImiuBGS .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXRImiuBGS .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uXRImiuBGS .card-title {
  text-align: left;
}
.cid-uXRImiuBGS .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uXRImiuBGS .item-content .item-footer {
  margin-top: auto;
}
.cid-v1IZu3uewC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0c2c68;
  overflow: hidden;
}
.cid-v1IZu3uewC .media-container-row .mbr-text {
  color: #99e9df;
}
.cid-v1w6gCMZKq {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v1w6gCMZKq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1w6gCMZKq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1w6gCMZKq .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v1w6gCMZKq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1w6gCMZKq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1w6gCMZKq .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v1w6gCMZKq .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v1w6gCMZKq .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v1w6gCMZKq .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v1w6gCMZKq .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1w6gCMZKq .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1w6gCMZKq .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v1w6gCMZKq .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v1w6gCMZKq .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v1w6gCMZKq .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1w6gCMZKq .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v1w6gCMZKq .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1w6gCMZKq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v1w6gCMZKq .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(3, 5, 50, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #030532;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v1w6gCMZKq .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v1w6gCMZKq .iconfont-wrapper {
  color: #ffa600 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1w6gCMZKq .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #030532;
  background: rgba(3, 5, 50, 0.9) !important;
}
.cid-v1w6gCMZKq .nav-item:focus,
.cid-v1w6gCMZKq .nav-link:focus {
  outline: none;
}
.cid-v1w6gCMZKq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1w6gCMZKq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1w6gCMZKq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1w6gCMZKq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1w6gCMZKq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1w6gCMZKq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1w6gCMZKq .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v1w6gCMZKq .navbar.opened {
  transition: all 0.3s;
}
.cid-v1w6gCMZKq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1w6gCMZKq .navbar .navbar-logo img {
  width: auto;
}
.cid-v1w6gCMZKq .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v1w6gCMZKq .navbar.collapsed {
  justify-content: center;
}
.cid-v1w6gCMZKq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1w6gCMZKq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1w6gCMZKq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-v1w6gCMZKq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1w6gCMZKq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1w6gCMZKq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v1w6gCMZKq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1w6gCMZKq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1w6gCMZKq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .navbar {
    min-height: 72px;
  }
  .cid-v1w6gCMZKq .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1w6gCMZKq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1w6gCMZKq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1w6gCMZKq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1w6gCMZKq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v1w6gCMZKq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1w6gCMZKq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1w6gCMZKq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1w6gCMZKq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1w6gCMZKq .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1w6gCMZKq .dropdown-item.active,
.cid-v1w6gCMZKq .dropdown-item:active {
  background-color: transparent;
}
.cid-v1w6gCMZKq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1w6gCMZKq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1w6gCMZKq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1w6gCMZKq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #030532;
}
.cid-v1w6gCMZKq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v1w6gCMZKq .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1w6gCMZKq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1w6gCMZKq .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1w6gCMZKq .navbar-buttons {
    text-align: left;
  }
}
.cid-v1w6gCMZKq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1w6gCMZKq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1w6gCMZKq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1w6gCMZKq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1w6gCMZKq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1w6gCMZKq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1w6gCMZKq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1w6gCMZKq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1w6gCMZKq .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1w6gCMZKq .navbar {
    height: 70px;
  }
  .cid-v1w6gCMZKq .navbar.opened {
    height: auto;
  }
  .cid-v1w6gCMZKq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1w6gCMZKq .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1w6gCMZKq .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1w6gCMZKq .navbar-brand {
    margin-right: auto;
  }
  .cid-v1w6gCMZKq .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #030532;
    opacity: 1;
    border-color: rgba(3, 5, 50, 0.9) !important;
    background: rgba(3, 5, 50, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v1w6gCMZKq .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1w6gCMZKq .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v1w6gCMZKq .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZWIGzAbuZ {
  display: flex;
  background-image: url("../../../assets/images/solar-saver-hero-background-2000x1266.jpg");
}
.cid-uZWIGzAbuZ .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uZWIGzAbuZ {
    align-items: center;
  }
  .cid-uZWIGzAbuZ .row {
    justify-content: flex-start;
  }
  .cid-uZWIGzAbuZ .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uZWIGzAbuZ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uZWIGzAbuZ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uZWIGzAbuZ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uZWIGzAbuZ .content-wrap {
    width: 100%;
  }
}
.cid-uZWIGzAbuZ .mbr-section-title,
.cid-uZWIGzAbuZ .mbr-section-subtitle {
  text-align: center;
}
.cid-uZWIGzAbuZ .mbr-text,
.cid-uZWIGzAbuZ .mbr-section-btn {
  text-align: left;
  color: #99e9df;
}
.cid-uZWIGzAbuZ .mbr-section-title {
  color: #99e9df;
  text-align: left;
}
.cid-v1lZKX2bB7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-v1lZKX2bB7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1lZKX2bB7 .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-v1lZKX2bB7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1lZKX2bB7 .row {
  flex-direction: row-reverse;
}
.cid-v1lZKX2bB7 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v1lZKX2bB7 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v1lZKX2bB7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v1lZKX2bB7 .mbr-section-title {
  color: #0c2c68;
}
.cid-v1lZKX2bB7 .mbr-text,
.cid-v1lZKX2bB7 .mbr-section-btn {
  color: #0c2c68;
}
.cid-uZWOGVhxw1 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uZWOGVhxw1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZWOGVhxw1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZWOGVhxw1 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZWOGVhxw1 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uZWOGVhxw1 .item-wrapper {
  background: #0c2c68;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZWOGVhxw1 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uZWOGVhxw1 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uZWOGVhxw1 .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #0e285d;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #99e9df;
  height: 80px;
  border-radius: 50%;
}
.cid-uZWOGVhxw1 .mbr-section-title {
  color: #0e285d;
}
.cid-uZWOGVhxw1 .mbr-section-subtitle {
  color: #0e285d;
}
.cid-uZWOGVhxw1 .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uZWOGVhxw1 .card-box .item-footer {
  margin-top: auto;
}
.cid-uZWOGVhxw1 .content-head {
  max-width: 800px;
}
.cid-uZWOGVhxw1 .card-text,
.cid-uZWOGVhxw1 .item .mbr-section-btn {
  color: #edefeb;
}
.cid-uZWOGVhxw1 .card-title,
.cid-uZWOGVhxw1 .iconfont-wrapper {
  color: #edefeb;
}
.cid-uZWWBZ3ESx {
  display: flex;
  padding-top: 11rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/solar-saver-diagram-1-2000x1266.jpg");
}
.cid-uZWWBZ3ESx .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uZWWBZ3ESx {
    align-items: center;
  }
  .cid-uZWWBZ3ESx .row {
    justify-content: flex-start;
  }
  .cid-uZWWBZ3ESx .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uZWWBZ3ESx .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uZWWBZ3ESx {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uZWWBZ3ESx .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uZWWBZ3ESx .content-wrap {
    width: 100%;
  }
}
.cid-uZWWBZ3ESx .mbr-section-title,
.cid-uZWWBZ3ESx .mbr-section-subtitle {
  text-align: center;
}
.cid-uZWWBZ3ESx .mbr-text,
.cid-uZWWBZ3ESx .mbr-section-btn {
  text-align: left;
  color: #99e9df;
}
.cid-uZWWBZ3ESx .mbr-section-title {
  color: #99e9df;
  text-align: left;
}
.cid-uZWUtkhxXs {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #031651;
}
.cid-uZWUtkhxXs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZWUtkhxXs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZWUtkhxXs .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZWUtkhxXs .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uZWUtkhxXs .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZWUtkhxXs .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uZWUtkhxXs .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uZWUtkhxXs .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #0e285d;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #99e9df;
  height: 80px;
  border-radius: 50%;
}
.cid-uZWUtkhxXs .mbr-section-title {
  color: #0e285d;
}
.cid-uZWUtkhxXs .mbr-section-subtitle {
  color: #0e285d;
}
.cid-uZWUtkhxXs .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uZWUtkhxXs .card-box .item-footer {
  margin-top: auto;
}
.cid-uZWUtkhxXs .content-head {
  max-width: 800px;
}
.cid-v00I13CIud {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-v00I13CIud .mbr-fallback-image.disabled {
  display: none;
}
.cid-v00I13CIud .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v00I13CIud .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v00I13CIud .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v00I13CIud .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-v00I13CIud .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v00I13CIud .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v00I13CIud .mbr-section-title {
  color: #0e285d;
}
.cid-v00I13CIud .mbr-text,
.cid-v00I13CIud .mbr-section-btn {
  color: #0e285d;
}
.cid-v00I13CIud img {
  width: 100%;
  object-fit: cover;
  height: 30rem;
}
@media (max-width: 767px) {
  .cid-v00I13CIud img {
    height: 15rem;
  }
}
.cid-v00QGCZbTi {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v00QGCZbTi .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-v00QGCZbTi img,
.cid-v00QGCZbTi .item-img {
  width: 100%;
}
.cid-v00QGCZbTi .item:focus,
.cid-v00QGCZbTi span:focus {
  outline: none;
}
.cid-v00QGCZbTi .item {
  margin-bottom: 2rem;
}
@media (max-width: 575px) {
  .cid-v00QGCZbTi .item {
    margin-bottom: 1rem;
  }
}
.cid-v00QGCZbTi .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v00QGCZbTi .mbr-section-title {
  color: #030532;
}
.cid-v00QGCZbTi .mbr-text,
.cid-v00QGCZbTi .mbr-section-btn {
  color: #000000;
}
.cid-v00QGCZbTi .item-title {
  color: #000000;
  text-align: center;
}
.cid-v00QGCZbTi .content-head {
  max-width: 800px;
}
.cid-uZWDkhhNxs {
  display: flex;
  padding-top: 14rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/vecteezy-industrial-air-conditioning-units-with-natural-light-indoor-69355836202-2000x1121.jpeg");
}
.cid-uZWDkhhNxs .mbr-overlay {
  background-color: #0c2c68;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-uZWDkhhNxs {
    align-items: flex-end;
  }
  .cid-uZWDkhhNxs .row {
    justify-content: center;
  }
  .cid-uZWDkhhNxs .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uZWDkhhNxs .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uZWDkhhNxs {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uZWDkhhNxs .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uZWDkhhNxs .content-wrap {
    width: 100%;
  }
}
.cid-uZWDkhhNxs .mbr-section-title,
.cid-uZWDkhhNxs .mbr-section-subtitle {
  text-align: center;
}
.cid-uZWDkhhNxs .mbr-text,
.cid-uZWDkhhNxs .mbr-section-btn {
  text-align: center;
}
.cid-uZWDkjInEr {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-color: #99e9df;
}
.cid-uZWDkjInEr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZWDkjInEr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZWDkjInEr .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uZWDkjInEr .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uZWDkjInEr .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uZWDkjInEr .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uZWDkjInEr .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uZWDkjInEr .row {
  flex-direction: row-reverse;
}
.cid-uZWDkjInEr .image-wrapper {
  padding: 0 1rem;
}
.cid-uZWDkjInEr img,
.cid-uZWDkjInEr .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uZWDkjInEr img,
  .cid-uZWDkjInEr .image-wrapper {
    max-height: 350px;
  }
}
.cid-uZWDkjInEr .mbr-section-title {
  color: #0e285d;
}
.cid-uZWDkjInEr .mbr-text {
  color: #000000;
}
.cid-uZWDkjInEr .mbr-text,
.cid-uZWDkjInEr .mbr-section-btn {
  color: #0e285d;
}
.cid-v1IZu3uewC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0c2c68;
  overflow: hidden;
}
.cid-v1IZu3uewC .media-container-row .mbr-text {
  color: #99e9df;
}
.cid-v1w6gCMZKq {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v1w6gCMZKq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1w6gCMZKq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1w6gCMZKq .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v1w6gCMZKq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1w6gCMZKq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1w6gCMZKq .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v1w6gCMZKq .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v1w6gCMZKq .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v1w6gCMZKq .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v1w6gCMZKq .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1w6gCMZKq .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1w6gCMZKq .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v1w6gCMZKq .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v1w6gCMZKq .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v1w6gCMZKq .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1w6gCMZKq .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v1w6gCMZKq .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1w6gCMZKq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v1w6gCMZKq .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(3, 5, 50, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #030532;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v1w6gCMZKq .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v1w6gCMZKq .iconfont-wrapper {
  color: #ffa600 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1w6gCMZKq .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #030532;
  background: rgba(3, 5, 50, 0.9) !important;
}
.cid-v1w6gCMZKq .nav-item:focus,
.cid-v1w6gCMZKq .nav-link:focus {
  outline: none;
}
.cid-v1w6gCMZKq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1w6gCMZKq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1w6gCMZKq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1w6gCMZKq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1w6gCMZKq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1w6gCMZKq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1w6gCMZKq .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v1w6gCMZKq .navbar.opened {
  transition: all 0.3s;
}
.cid-v1w6gCMZKq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1w6gCMZKq .navbar .navbar-logo img {
  width: auto;
}
.cid-v1w6gCMZKq .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v1w6gCMZKq .navbar.collapsed {
  justify-content: center;
}
.cid-v1w6gCMZKq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1w6gCMZKq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1w6gCMZKq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-v1w6gCMZKq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1w6gCMZKq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1w6gCMZKq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v1w6gCMZKq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1w6gCMZKq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1w6gCMZKq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .navbar {
    min-height: 72px;
  }
  .cid-v1w6gCMZKq .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1w6gCMZKq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1w6gCMZKq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1w6gCMZKq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1w6gCMZKq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v1w6gCMZKq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1w6gCMZKq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1w6gCMZKq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1w6gCMZKq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1w6gCMZKq .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1w6gCMZKq .dropdown-item.active,
.cid-v1w6gCMZKq .dropdown-item:active {
  background-color: transparent;
}
.cid-v1w6gCMZKq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1w6gCMZKq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1w6gCMZKq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1w6gCMZKq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #030532;
}
.cid-v1w6gCMZKq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v1w6gCMZKq .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1w6gCMZKq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1w6gCMZKq .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1w6gCMZKq .navbar-buttons {
    text-align: left;
  }
}
.cid-v1w6gCMZKq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1w6gCMZKq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1w6gCMZKq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1w6gCMZKq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1w6gCMZKq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1w6gCMZKq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1w6gCMZKq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1w6gCMZKq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1w6gCMZKq .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1w6gCMZKq .navbar {
    height: 70px;
  }
  .cid-v1w6gCMZKq .navbar.opened {
    height: auto;
  }
  .cid-v1w6gCMZKq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1w6gCMZKq .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1w6gCMZKq .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1w6gCMZKq .navbar-brand {
    margin-right: auto;
  }
  .cid-v1w6gCMZKq .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #030532;
    opacity: 1;
    border-color: rgba(3, 5, 50, 0.9) !important;
    background: rgba(3, 5, 50, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v1w6gCMZKq .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1w6gCMZKq .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v1w6gCMZKq .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v1rpFjGZNP {
  display: flex;
  background-image: url("../../../assets/images/expanded-house-background-4-2000x995.jpeg");
}
.cid-v1rpFjGZNP .mbr-overlay {
  background-color: #0e285d;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-v1rpFjGZNP {
    align-items: flex-end;
  }
  .cid-v1rpFjGZNP .row {
    justify-content: center;
  }
  .cid-v1rpFjGZNP .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v1rpFjGZNP .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v1rpFjGZNP {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v1rpFjGZNP .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v1rpFjGZNP .content-wrap {
    width: 100%;
  }
}
.cid-v1rpFjGZNP .mbr-section-title,
.cid-v1rpFjGZNP .mbr-section-subtitle {
  text-align: center;
}
.cid-v1rpFjGZNP .mbr-text,
.cid-v1rpFjGZNP .mbr-section-btn {
  text-align: center;
}
.cid-v1rpFjGZNP .mbr-section-title {
  color: #edefeb;
}
.cid-uXS04u4uq3 {
  display: flex;
  background-image: url("../../../assets/images/background-v1-2000x1231.jpg");
}
.cid-uXS04u4uq3 .mbr-overlay {
  background-color: #294c96;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uXS04u4uq3 {
    align-items: center;
  }
  .cid-uXS04u4uq3 .row {
    justify-content: flex-start;
  }
  .cid-uXS04u4uq3 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXS04u4uq3 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXS04u4uq3 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uXS04u4uq3 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXS04u4uq3 .content-wrap {
    width: 100%;
  }
}
.cid-uXS04u4uq3 .mbr-section-title,
.cid-uXS04u4uq3 .mbr-section-subtitle {
  text-align: center;
}
.cid-uXS04u4uq3 .mbr-text,
.cid-uXS04u4uq3 .mbr-section-btn {
  text-align: left;
  color: #0c2c68;
}
.cid-uXS04u4uq3 .mbr-section-title {
  text-align: left;
  color: #0c2c68;
}
.cid-uXS04u4uq3 .mbr-section-subtitle {
  text-align: left;
  color: #0c2c68;
}
.cid-uXRWmhKv3u {
  display: flex;
  background-image: url("../../../assets/images/background-v2-2000x1231.jpeg");
}
.cid-uXRWmhKv3u .mbr-overlay {
  background-color: #99e9df;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uXRWmhKv3u {
    align-items: center;
  }
  .cid-uXRWmhKv3u .row {
    justify-content: flex-end;
  }
  .cid-uXRWmhKv3u .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXRWmhKv3u .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXRWmhKv3u {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uXRWmhKv3u .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXRWmhKv3u .content-wrap {
    width: 100%;
  }
}
.cid-uXRWmhKv3u .mbr-section-title,
.cid-uXRWmhKv3u .mbr-section-subtitle {
  text-align: center;
}
.cid-uXRWmhKv3u .mbr-text,
.cid-uXRWmhKv3u .mbr-section-btn {
  text-align: right;
  color: #0c2c68;
}
.cid-uXRWmhKv3u .mbr-section-title {
  text-align: right;
  color: #0c2c68;
}
.cid-uXRWmhKv3u .mbr-section-subtitle {
  text-align: right;
  color: #0c2c68;
}
.cid-uXRYRGJNAM {
  display: flex;
  background-image: url("../../../assets/images/background-v3-2000x1231.jpg");
}
.cid-uXRYRGJNAM .mbr-overlay {
  background-color: #00326b;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-uXRYRGJNAM {
    align-items: center;
  }
  .cid-uXRYRGJNAM .row {
    justify-content: flex-start;
  }
  .cid-uXRYRGJNAM .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXRYRGJNAM .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXRYRGJNAM {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uXRYRGJNAM .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXRYRGJNAM .content-wrap {
    width: 100%;
  }
}
.cid-uXRYRGJNAM .mbr-section-title,
.cid-uXRYRGJNAM .mbr-section-subtitle {
  text-align: center;
}
.cid-uXRYRGJNAM .mbr-text,
.cid-uXRYRGJNAM .mbr-section-btn {
  text-align: left;
  color: #00326b;
}
.cid-uXRYRGJNAM .mbr-section-title {
  text-align: left;
  color: #00326b;
}
.cid-uXRYRGJNAM .mbr-section-subtitle {
  text-align: left;
  color: #00326b;
}
.cid-uXS01vSf7R {
  display: flex;
  background-image: url("../../../assets/images/background-v4-2000x1231.jpeg");
}
.cid-uXS01vSf7R .mbr-overlay {
  background-color: #99e9df;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-uXS01vSf7R {
    align-items: center;
  }
  .cid-uXS01vSf7R .row {
    justify-content: flex-end;
  }
  .cid-uXS01vSf7R .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXS01vSf7R .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXS01vSf7R {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uXS01vSf7R .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXS01vSf7R .content-wrap {
    width: 100%;
  }
}
.cid-uXS01vSf7R .mbr-section-title,
.cid-uXS01vSf7R .mbr-section-subtitle {
  text-align: center;
}
.cid-uXS01vSf7R .mbr-text,
.cid-uXS01vSf7R .mbr-section-btn {
  text-align: right;
  color: #0c2c68;
}
.cid-uXS01vSf7R .mbr-section-title {
  text-align: right;
  color: #0c2c68;
}
.cid-uXS01vSf7R .mbr-section-subtitle {
  text-align: right;
  color: #0c2c68;
}
.cid-uXRTCOrhUb {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #0e285d;
}
.cid-uXRTCOrhUb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXRTCOrhUb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXRTCOrhUb .mbr-description {
  text-align: left;
}
.cid-uXRTCOrhUb .item-wrapper {
  background: #99e9df;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uXRTCOrhUb .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXRTCOrhUb .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uXRTCOrhUb .card-title,
.cid-uXRTCOrhUb .iconfont-wrapper {
  color: #0e285d;
}
.cid-uXRTCOrhUb .card-text {
  color: #000000;
}
.cid-uXRTCOrhUb .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uXRTCOrhUb .mbr-number {
  color: #0e285d;
}
.cid-uXRTCOrhUb .mbr-text,
.cid-uXRTCOrhUb .mbr-section-btn {
  text-align: center;
}
.cid-uXRTCOrhUb .card-text,
.cid-uXRTCOrhUb .item .mbr-section-btn {
  text-align: left;
  color: #0e285d;
}
.cid-uXRTCOrhUb .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uXRTCOrhUb .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uXRTCOrhUb .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXRTCOrhUb .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-uXRTCOrhUb .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uXRTCOrhUb .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXRTCOrhUb .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uXRTCOrhUb .card-title {
  text-align: left;
}
.cid-uXRTCOrhUb .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uXRTCOrhUb .item-content .item-footer {
  margin-top: auto;
}
.cid-uXTZ5ut5A0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uXTZ5ut5A0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXTZ5ut5A0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXTZ5ut5A0 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXTZ5ut5A0 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uXTZ5ut5A0 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXTZ5ut5A0 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uXTZ5ut5A0 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uXTZ5ut5A0 .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #0e285d;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #99e9df;
  height: 80px;
  border-radius: 50%;
}
.cid-uXTZ5ut5A0 .mbr-section-title {
  color: #0e285d;
}
.cid-uXTZ5ut5A0 .mbr-section-subtitle {
  color: #0e285d;
}
.cid-uXTZ5ut5A0 .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uXTZ5ut5A0 .card-box .item-footer {
  margin-top: auto;
}
.cid-uXTZ5ut5A0 .content-head {
  max-width: 800px;
}
.cid-uXTZ5ut5A0 .card-title,
.cid-uXTZ5ut5A0 .iconfont-wrapper {
  color: #0c2c68;
}
.cid-uXTZ5ut5A0 .card-text,
.cid-uXTZ5ut5A0 .item .mbr-section-btn {
  color: #0c2c68;
}
.cid-uXS3LDZsnP {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-color: #99e9df;
}
.cid-uXS3LDZsnP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXS3LDZsnP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXS3LDZsnP .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uXS3LDZsnP .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uXS3LDZsnP .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uXS3LDZsnP .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uXS3LDZsnP .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uXS3LDZsnP .row {
  flex-direction: row-reverse;
}
.cid-uXS3LDZsnP .image-wrapper {
  padding: 0 1rem;
}
.cid-uXS3LDZsnP img,
.cid-uXS3LDZsnP .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uXS3LDZsnP img,
  .cid-uXS3LDZsnP .image-wrapper {
    max-height: 350px;
  }
}
.cid-uXS3LDZsnP .mbr-section-title {
  color: #0c2c68;
}
.cid-uXS3LDZsnP .mbr-text {
  color: #000000;
}
.cid-uXS3LDZsnP .mbr-text,
.cid-uXS3LDZsnP .mbr-section-btn {
  color: #0c2c68;
}
.cid-v1IZu3uewC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0c2c68;
  overflow: hidden;
}
.cid-v1IZu3uewC .media-container-row .mbr-text {
  color: #99e9df;
}
.cid-v1w6gCMZKq {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v1w6gCMZKq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1w6gCMZKq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1w6gCMZKq .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v1w6gCMZKq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1w6gCMZKq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1w6gCMZKq .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v1w6gCMZKq .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v1w6gCMZKq .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v1w6gCMZKq .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v1w6gCMZKq .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1w6gCMZKq .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1w6gCMZKq .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v1w6gCMZKq .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v1w6gCMZKq .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v1w6gCMZKq .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1w6gCMZKq .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v1w6gCMZKq .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1w6gCMZKq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v1w6gCMZKq .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(3, 5, 50, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #030532;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v1w6gCMZKq .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v1w6gCMZKq .iconfont-wrapper {
  color: #ffa600 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1w6gCMZKq .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #030532;
  background: rgba(3, 5, 50, 0.9) !important;
}
.cid-v1w6gCMZKq .nav-item:focus,
.cid-v1w6gCMZKq .nav-link:focus {
  outline: none;
}
.cid-v1w6gCMZKq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1w6gCMZKq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1w6gCMZKq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1w6gCMZKq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1w6gCMZKq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1w6gCMZKq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1w6gCMZKq .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v1w6gCMZKq .navbar.opened {
  transition: all 0.3s;
}
.cid-v1w6gCMZKq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1w6gCMZKq .navbar .navbar-logo img {
  width: auto;
}
.cid-v1w6gCMZKq .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v1w6gCMZKq .navbar.collapsed {
  justify-content: center;
}
.cid-v1w6gCMZKq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1w6gCMZKq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1w6gCMZKq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-v1w6gCMZKq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1w6gCMZKq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1w6gCMZKq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v1w6gCMZKq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1w6gCMZKq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1w6gCMZKq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .navbar {
    min-height: 72px;
  }
  .cid-v1w6gCMZKq .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1w6gCMZKq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1w6gCMZKq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1w6gCMZKq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1w6gCMZKq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v1w6gCMZKq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1w6gCMZKq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1w6gCMZKq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1w6gCMZKq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1w6gCMZKq .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1w6gCMZKq .dropdown-item.active,
.cid-v1w6gCMZKq .dropdown-item:active {
  background-color: transparent;
}
.cid-v1w6gCMZKq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1w6gCMZKq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1w6gCMZKq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1w6gCMZKq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #030532;
}
.cid-v1w6gCMZKq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v1w6gCMZKq .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1w6gCMZKq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1w6gCMZKq .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1w6gCMZKq .navbar-buttons {
    text-align: left;
  }
}
.cid-v1w6gCMZKq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1w6gCMZKq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1w6gCMZKq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1w6gCMZKq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1w6gCMZKq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1w6gCMZKq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1w6gCMZKq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1w6gCMZKq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1w6gCMZKq .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1w6gCMZKq .navbar {
    height: 70px;
  }
  .cid-v1w6gCMZKq .navbar.opened {
    height: auto;
  }
  .cid-v1w6gCMZKq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1w6gCMZKq .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1w6gCMZKq .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1w6gCMZKq .navbar-brand {
    margin-right: auto;
  }
  .cid-v1w6gCMZKq .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #030532;
    opacity: 1;
    border-color: rgba(3, 5, 50, 0.9) !important;
    background: rgba(3, 5, 50, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v1w6gCMZKq .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1w6gCMZKq .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v1w6gCMZKq .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v1s2LlztRN {
  display: flex;
  background-image: url("../../../assets/images/solar-energy-hero-2-2000x1442.jpg");
}
.cid-v1s2LlztRN .mbr-overlay {
  background-color: #0e285d;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-v1s2LlztRN {
    align-items: center;
  }
  .cid-v1s2LlztRN .row {
    justify-content: center;
  }
  .cid-v1s2LlztRN .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v1s2LlztRN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v1s2LlztRN {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v1s2LlztRN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v1s2LlztRN .content-wrap {
    width: 100%;
  }
}
.cid-v1s2LlztRN .mbr-section-title,
.cid-v1s2LlztRN .mbr-section-subtitle {
  text-align: center;
}
.cid-v1s2LlztRN .mbr-text,
.cid-v1s2LlztRN .mbr-section-btn {
  text-align: center;
}
.cid-v1s2LlztRN .mbr-section-title {
  color: #edefeb;
}
.cid-uY1zbqU3ji {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
@media (min-width: 768px) {
  .cid-uY1zbqU3ji {
    align-items: center;
  }
  .cid-uY1zbqU3ji .row {
    justify-content: center;
  }
  .cid-uY1zbqU3ji .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uY1zbqU3ji .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uY1zbqU3ji {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uY1zbqU3ji .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uY1zbqU3ji .content-wrap {
    width: 100%;
  }
}
.cid-uY1zbqU3ji .mbr-section-title,
.cid-uY1zbqU3ji .mbr-section-subtitle {
  text-align: center;
}
.cid-uY1zbqU3ji .mbr-text,
.cid-uY1zbqU3ji .mbr-section-btn {
  text-align: center;
  color: #0e285d;
}
.cid-uY1zbqU3ji .mbr-section-title {
  color: #0e285d;
}
.cid-uY1y269sZy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uY1y269sZy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY1y269sZy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY1y269sZy .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uY1y269sZy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uY1y269sZy .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uY1y269sZy .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uY1y269sZy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uY1y269sZy .mbr-section-title {
  color: #0e285d;
}
.cid-uY1y269sZy .mbr-text,
.cid-uY1y269sZy .mbr-section-btn {
  color: #0e285d;
}
.cid-uY1y269sZy img {
  width: 100%;
  object-fit: cover;
  height: 30rem;
}
@media (max-width: 767px) {
  .cid-uY1y269sZy img {
    height: 15rem;
  }
}
.cid-uY1ysIkqtD {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-uY1ysIkqtD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY1ysIkqtD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY1ysIkqtD .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uY1ysIkqtD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uY1ysIkqtD .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uY1ysIkqtD .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uY1ysIkqtD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uY1ysIkqtD .mbr-section-title {
  color: #0e285d;
}
.cid-uY1ysIkqtD .mbr-text,
.cid-uY1ysIkqtD .mbr-section-btn {
  color: #0e285d;
}
.cid-uY1ysIkqtD img {
  width: 100%;
  object-fit: cover;
  height: 30rem;
}
@media (max-width: 767px) {
  .cid-uY1ysIkqtD img {
    height: 15rem;
  }
}
.cid-uY1DtoZE9n {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uY1DtoZE9n .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uY1DtoZE9n .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uY1DtoZE9n .item-head {
  background: #99e9df;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uY1DtoZE9n .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uY1DtoZE9n .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uY1DtoZE9n .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uY1DtoZE9n .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uY1DtoZE9n .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-uY1DtoZE9n .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uY1DtoZE9n .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uY1DtoZE9n .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-uY1DtoZE9n .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-uY1DtoZE9n .btn {
  width: -webkit-fill-available;
}
.cid-uY1DtoZE9n .item:focus,
.cid-uY1DtoZE9n span:focus {
  outline: none;
}
.cid-uY1DtoZE9n .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-uY1DtoZE9n .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uY1DtoZE9n .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uY1DtoZE9n .mbr-section-title {
  color: #0e285d;
}
.cid-uY1DtoZE9n .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uY1DtoZE9n .mbr-text,
.cid-uY1DtoZE9n .mbr-section-btn {
  text-align: left;
}
.cid-uY1DtoZE9n .item-title {
  text-align: left;
  color: #0e285d;
}
.cid-uY1DtoZE9n .item-subtitle {
  text-align: left;
  color: #0e285d;
}
.cid-uY1DtoZE9n .content-head {
  max-width: 800px;
}
.cid-uY1DtoZE9n .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uY1DtoZE9n .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uY1DtoZE9n .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #99e9df;
  background-color: #99e9df;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uY1DtoZE9n .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-uY1DtoZE9n .mbr-text UL {
  text-align: left;
}
.cid-v1EfpBxfme {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/tesla-powerwall-3-batteries-2000x1306.jpg");
}
.cid-v1EfpBxfme .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1EfpBxfme .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1EfpBxfme .timeline-element {
  position: relative;
}
.cid-v1EfpBxfme .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-v1EfpBxfme .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v1EfpBxfme .mbr-section-title,
.cid-v1EfpBxfme .mbr-section-subtitle,
.cid-v1EfpBxfme .timeline-date {
  text-align: center;
}
.cid-v1EfpBxfme .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #99e9df;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-v1EfpBxfme .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-v1EfpBxfme .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-v1EfpBxfme .row:after {
  content: "";
  position: absolute;
  background-color: #99e9df;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-v1EfpBxfme .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-v1EfpBxfme .row:after {
    height: calc(100% + 28px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v1EfpBxfme .timeline-date-wrapper,
  .cid-v1EfpBxfme .timeline-text-wrapper,
  .cid-v1EfpBxfme .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-v1EfpBxfme .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-v1EfpBxfme .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v1EfpBxfme .timeline-date-wrapper,
  .cid-v1EfpBxfme .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v1EfpBxfme .timeline-date-wrapper,
  .cid-v1EfpBxfme .timeline-text-wrapper,
  .cid-v1EfpBxfme .image-wrapper {
    padding: 2rem;
  }
}
.cid-v1EfpBxfme .mbr-section-title {
  color: #99e9df;
}
.cid-v1EfpBxfme .mbr-text {
  color: #99e9df;
}
.cid-v1EfpBxfme .mbr-timeline-title {
  color: #99e9df;
}
.cid-uY1OgxmsDl {
  display: flex;
  padding-top: 14rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/expanded-house-background-1-2000x995.jpg");
}
.cid-uY1OgxmsDl .mbr-overlay {
  background-color: #0c2c68;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .cid-uY1OgxmsDl {
    align-items: flex-end;
  }
  .cid-uY1OgxmsDl .row {
    justify-content: center;
  }
  .cid-uY1OgxmsDl .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uY1OgxmsDl .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uY1OgxmsDl {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uY1OgxmsDl .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uY1OgxmsDl .content-wrap {
    width: 100%;
  }
}
.cid-uY1OgxmsDl .mbr-section-title,
.cid-uY1OgxmsDl .mbr-section-subtitle {
  text-align: center;
}
.cid-uY1OgxmsDl .mbr-text,
.cid-uY1OgxmsDl .mbr-section-btn {
  text-align: center;
}
.cid-uYdCqbVqFE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hero-panel-image-2-2000x1121.jpg");
}
.cid-uYdCqbVqFE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYdCqbVqFE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYdCqbVqFE .mbr-text {
  color: #000000;
}
.cid-uYdCqbVqFE .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uYdCqbVqFE .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uYdCqbVqFE .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uYdCqbVqFE .mbr-number {
  color: #9fe870;
  text-align: left;
}
.cid-uYdCqbVqFE .mbr-section-title {
  color: #99e9df;
}
.cid-uYdCqbVqFE .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
.cid-uYdCqbVqFE .item-content .item-footer {
  margin-top: auto;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uYdCqbVqFE .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uYdCqbVqFE .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-uYdCqbVqFE .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uYdCqbVqFE .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uYdCqbVqFE .item-head {
  background: #99e9df;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uYdCqbVqFE .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYdCqbVqFE .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uYdCqbVqFE .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uYdCqbVqFE .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uYdCqbVqFE .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-uYdCqbVqFE .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-uYdCqbVqFE .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-uYdCqbVqFE .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYdCqbVqFE .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uYdCqbVqFE .item:focus,
.cid-uYdCqbVqFE span:focus {
  outline: none;
}
.cid-uYdCqbVqFE .mbr-text,
.cid-uYdCqbVqFE .mbr-section-btn {
  text-align: left;
}
.cid-uYdCqbVqFE .item-title {
  text-align: left;
  color: #000000;
}
.cid-uYdCqbVqFE .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uYdCqbVqFE .content-head {
  max-width: 800px;
}
.cid-uYdCqbVqFE .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uYdCqbVqFE .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uYdCqbVqFE .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uYdCqbVqFE .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-uYdCqbVqFE .mbr-text UL {
  text-align: left;
}
.cid-uYdCqbVqFE .item-btn {
  width: -webkit-fill-available;
}
.cid-uYdCqbVqFE .main-button {
  margin-bottom: 2rem;
  padding: 0rem 0rem 2rem;
}
@media (max-width: 767px) {
  .cid-uYdCqbVqFE .main-button {
    margin-bottom: 2rem;
    padding: 0rem 0rem 0.5rem;
  }
}
@media (max-width: 991px) {
  .cid-uYdCqbVqFE .main-button {
    padding: 0rem 0rem 0.5rem;
  }
}
.cid-uYdCqbVqFE .mbr-section-subtitle,
.cid-uYdCqbVqFE .main-button .btn {
  text-align: left;
}
.cid-uYdCqbVqFE .mbr-section-subtitle,
.cid-uYdCqbVqFE .main-button {
  color: #000000;
  text-align: left;
}
.cid-uXWsw1SnVz {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/expanded-house-background-4-2000x995.jpeg");
}
.cid-uXWsw1SnVz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXWsw1SnVz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXWsw1SnVz .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uXWsw1SnVz .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uXWsw1SnVz .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uXWsw1SnVz .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uXWsw1SnVz .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uXWsw1SnVz .row {
  flex-direction: row-reverse;
}
.cid-uXWsw1SnVz .image-wrapper {
  padding: 0 1rem;
}
.cid-uXWsw1SnVz img,
.cid-uXWsw1SnVz .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uXWsw1SnVz img,
  .cid-uXWsw1SnVz .image-wrapper {
    max-height: 350px;
  }
}
.cid-uXWsw1SnVz .mbr-section-title {
  color: #0e285d;
}
.cid-uXWsw1SnVz .mbr-text {
  color: #000000;
}
.cid-uXWsw1SnVz .mbr-text,
.cid-uXWsw1SnVz .mbr-section-btn {
  color: #0e285d;
}
.cid-v1IZu3uewC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0c2c68;
  overflow: hidden;
}
.cid-v1IZu3uewC .media-container-row .mbr-text {
  color: #99e9df;
}
.cid-v1w6gCMZKq {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v1w6gCMZKq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1w6gCMZKq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1w6gCMZKq .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v1w6gCMZKq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1w6gCMZKq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1w6gCMZKq .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v1w6gCMZKq .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v1w6gCMZKq .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v1w6gCMZKq .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v1w6gCMZKq .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1w6gCMZKq .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1w6gCMZKq .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v1w6gCMZKq .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v1w6gCMZKq .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v1w6gCMZKq .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1w6gCMZKq .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v1w6gCMZKq .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1w6gCMZKq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v1w6gCMZKq .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(3, 5, 50, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #030532;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v1w6gCMZKq .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v1w6gCMZKq .iconfont-wrapper {
  color: #ffa600 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1w6gCMZKq .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #030532;
  background: rgba(3, 5, 50, 0.9) !important;
}
.cid-v1w6gCMZKq .nav-item:focus,
.cid-v1w6gCMZKq .nav-link:focus {
  outline: none;
}
.cid-v1w6gCMZKq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1w6gCMZKq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1w6gCMZKq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1w6gCMZKq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1w6gCMZKq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1w6gCMZKq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1w6gCMZKq .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v1w6gCMZKq .navbar.opened {
  transition: all 0.3s;
}
.cid-v1w6gCMZKq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1w6gCMZKq .navbar .navbar-logo img {
  width: auto;
}
.cid-v1w6gCMZKq .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v1w6gCMZKq .navbar.collapsed {
  justify-content: center;
}
.cid-v1w6gCMZKq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1w6gCMZKq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1w6gCMZKq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-v1w6gCMZKq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1w6gCMZKq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1w6gCMZKq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v1w6gCMZKq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1w6gCMZKq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1w6gCMZKq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .navbar {
    min-height: 72px;
  }
  .cid-v1w6gCMZKq .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1w6gCMZKq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1w6gCMZKq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1w6gCMZKq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1w6gCMZKq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v1w6gCMZKq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1w6gCMZKq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1w6gCMZKq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1w6gCMZKq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1w6gCMZKq .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1w6gCMZKq .dropdown-item.active,
.cid-v1w6gCMZKq .dropdown-item:active {
  background-color: transparent;
}
.cid-v1w6gCMZKq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1w6gCMZKq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1w6gCMZKq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1w6gCMZKq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #030532;
}
.cid-v1w6gCMZKq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v1w6gCMZKq .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1w6gCMZKq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1w6gCMZKq .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1w6gCMZKq .navbar-buttons {
    text-align: left;
  }
}
.cid-v1w6gCMZKq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1w6gCMZKq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1w6gCMZKq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1w6gCMZKq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1w6gCMZKq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1w6gCMZKq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1w6gCMZKq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1w6gCMZKq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1w6gCMZKq .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1w6gCMZKq .navbar {
    height: 70px;
  }
  .cid-v1w6gCMZKq .navbar.opened {
    height: auto;
  }
  .cid-v1w6gCMZKq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1w6gCMZKq .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1w6gCMZKq .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1w6gCMZKq .navbar-brand {
    margin-right: auto;
  }
  .cid-v1w6gCMZKq .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #030532;
    opacity: 1;
    border-color: rgba(3, 5, 50, 0.9) !important;
    background: rgba(3, 5, 50, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v1w6gCMZKq .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1w6gCMZKq .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v1w6gCMZKq .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v1DEEwic6Q {
  display: flex;
  background-image: url("../../../assets/images/tesla-powerwall-3-batteries-2000x1306.jpg");
}
.cid-v1DEEwic6Q .mbr-overlay {
  background-color: #0e285d;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-v1DEEwic6Q {
    align-items: flex-end;
  }
  .cid-v1DEEwic6Q .row {
    justify-content: center;
  }
  .cid-v1DEEwic6Q .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v1DEEwic6Q .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v1DEEwic6Q {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v1DEEwic6Q .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v1DEEwic6Q .content-wrap {
    width: 100%;
  }
}
.cid-v1DEEwic6Q .mbr-section-title,
.cid-v1DEEwic6Q .mbr-section-subtitle {
  text-align: center;
}
.cid-v1DEEwic6Q .mbr-text,
.cid-v1DEEwic6Q .mbr-section-btn {
  text-align: center;
  color: #99e9df;
}
.cid-v1DEEwic6Q .mbr-section-title {
  color: #99e9df;
}
.cid-v1D1OhsHAf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/transition-image-1920x934.jpg");
}
.cid-v1D1OhsHAf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1D1OhsHAf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1D1OhsHAf .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1D1OhsHAf .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v1D1OhsHAf .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1D1OhsHAf .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v1D1OhsHAf .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v1D1OhsHAf .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #0e285d;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #99e9df;
  height: 80px;
  border-radius: 50%;
}
.cid-v1D1OhsHAf .mbr-section-title {
  color: #99e9df;
}
.cid-v1D1OhsHAf .mbr-section-subtitle {
  color: #99e9df;
}
.cid-v1D1OhsHAf .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v1D1OhsHAf .card-box .item-footer {
  margin-top: auto;
}
.cid-v1D1OhsHAf .content-head {
  max-width: 800px;
}
.cid-v1D1OhsHAf .card-title,
.cid-v1D1OhsHAf .iconfont-wrapper {
  color: #0c2c68;
}
.cid-v1D1OhsHAf .card-text,
.cid-v1D1OhsHAf .item .mbr-section-btn {
  color: #0c2c68;
}
.cid-v1D3mgYp4W {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v1D3mgYp4W .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1D3mgYp4W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1D3mgYp4W .mbr-description {
  text-align: left;
}
.cid-v1D3mgYp4W .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-v1D3mgYp4W .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1D3mgYp4W .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v1D3mgYp4W .card-title,
.cid-v1D3mgYp4W .iconfont-wrapper {
  color: #0e285d;
}
.cid-v1D3mgYp4W .card-text {
  color: #000000;
}
.cid-v1D3mgYp4W .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v1D3mgYp4W .mbr-number {
  color: #0e285d;
}
.cid-v1D3mgYp4W .mbr-text,
.cid-v1D3mgYp4W .mbr-section-btn {
  text-align: center;
}
.cid-v1D3mgYp4W .card-text,
.cid-v1D3mgYp4W .item .mbr-section-btn {
  text-align: left;
  color: #0e285d;
}
.cid-v1D3mgYp4W .mbr-section-btn {
  margin-top: 1rem;
}
.cid-v1D3mgYp4W .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-v1D3mgYp4W .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1D3mgYp4W .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-v1D3mgYp4W .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1D3mgYp4W .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1D3mgYp4W .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v1D3mgYp4W .card-title {
  text-align: left;
}
.cid-v1D3mgYp4W .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v1D3mgYp4W .item-content .item-footer {
  margin-top: auto;
}
.cid-v0Q8C09ViQ {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
@media (min-width: 768px) {
  .cid-v0Q8C09ViQ {
    align-items: center;
  }
  .cid-v0Q8C09ViQ .row {
    justify-content: center;
  }
  .cid-v0Q8C09ViQ .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v0Q8C09ViQ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0Q8C09ViQ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v0Q8C09ViQ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v0Q8C09ViQ .content-wrap {
    width: 100%;
  }
}
.cid-v0Q8C09ViQ .mbr-section-title,
.cid-v0Q8C09ViQ .mbr-section-subtitle {
  text-align: center;
}
.cid-v0Q8C09ViQ .mbr-text,
.cid-v0Q8C09ViQ .mbr-section-btn {
  text-align: center;
  color: #0e285d;
}
.cid-v0Q8C09ViQ .mbr-section-title {
  color: #0e285d;
}
.cid-v0Q8C0kYuR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/verticle-line-background-2000x3746.jpg");
}
.cid-v0Q8C0kYuR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Q8C0kYuR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0Q8C0kYuR .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v0Q8C0kYuR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0Q8C0kYuR .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-v0Q8C0kYuR .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v0Q8C0kYuR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v0Q8C0kYuR .mbr-section-title {
  color: #0e285d;
}
.cid-v0Q8C0kYuR .mbr-text,
.cid-v0Q8C0kYuR .mbr-section-btn {
  color: #0e285d;
}
.cid-v0Q8C0kYuR img {
  width: 100%;
  height: 100%;
}
.cid-v0Q8C0RuMv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/expanded-house-background-2000x995.jpg");
}
.cid-v0Q8C0RuMv .mbr-overlay {
  background: #0c2c68;
  opacity: 0.9;
}
.cid-v0Q8C0RuMv .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v0Q8C0RuMv .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v0Q8C0RuMv .item-head {
  background: #99e9df;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v0Q8C0RuMv .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0Q8C0RuMv .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-v0Q8C0RuMv .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v0Q8C0RuMv .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v0Q8C0RuMv .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-v0Q8C0RuMv .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-v0Q8C0RuMv .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v0Q8C0RuMv .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-v0Q8C0RuMv .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-v0Q8C0RuMv .btn {
  width: -webkit-fill-available;
}
.cid-v0Q8C0RuMv .item:focus,
.cid-v0Q8C0RuMv span:focus {
  outline: none;
}
.cid-v0Q8C0RuMv .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-v0Q8C0RuMv .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0Q8C0RuMv .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-v0Q8C0RuMv .mbr-section-title {
  color: #99e9df;
}
.cid-v0Q8C0RuMv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v0Q8C0RuMv .mbr-text,
.cid-v0Q8C0RuMv .mbr-section-btn {
  text-align: left;
}
.cid-v0Q8C0RuMv .item-title {
  text-align: left;
  color: #0e285d;
}
.cid-v0Q8C0RuMv .item-subtitle {
  text-align: left;
  color: #0e285d;
}
.cid-v0Q8C0RuMv .content-head {
  max-width: 800px;
}
.cid-v0Q8C0RuMv .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v0Q8C0RuMv .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-v0Q8C0RuMv .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #99e9df;
  background-color: #99e9df;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v0Q8C0RuMv .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-v0Q8C0RuMv .mbr-text UL {
  text-align: left;
}
.cid-v0Q8C0RuMv .mbr-text {
  color: #0c2c68;
}
.cid-v1DfeYbAxh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/tesla-powerwall-3-batteries-2000x1306.jpg");
}
.cid-v1DfeYbAxh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1DfeYbAxh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1DfeYbAxh .timeline-element {
  position: relative;
}
.cid-v1DfeYbAxh .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-v1DfeYbAxh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v1DfeYbAxh .mbr-section-title,
.cid-v1DfeYbAxh .mbr-section-subtitle,
.cid-v1DfeYbAxh .timeline-date {
  text-align: center;
}
.cid-v1DfeYbAxh .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #99e9df;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-v1DfeYbAxh .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-v1DfeYbAxh .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-v1DfeYbAxh .row:after {
  content: "";
  position: absolute;
  background-color: #99e9df;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-v1DfeYbAxh .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-v1DfeYbAxh .row:after {
    height: calc(100% + 28px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v1DfeYbAxh .timeline-date-wrapper,
  .cid-v1DfeYbAxh .timeline-text-wrapper,
  .cid-v1DfeYbAxh .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-v1DfeYbAxh .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-v1DfeYbAxh .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v1DfeYbAxh .timeline-date-wrapper,
  .cid-v1DfeYbAxh .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v1DfeYbAxh .timeline-date-wrapper,
  .cid-v1DfeYbAxh .timeline-text-wrapper,
  .cid-v1DfeYbAxh .image-wrapper {
    padding: 2rem;
  }
}
.cid-v1DfeYbAxh .mbr-section-title {
  color: #99e9df;
}
.cid-v1DfeYbAxh .mbr-text {
  color: #99e9df;
}
.cid-v1DfeYbAxh .mbr-timeline-title {
  color: #99e9df;
}
.cid-v0Q8C14RcE {
  display: flex;
  padding-top: 14rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/tesla-20megapack-20rendering.webp");
}
.cid-v0Q8C14RcE .mbr-overlay {
  background-color: #0c2c68;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .cid-v0Q8C14RcE {
    align-items: flex-end;
  }
  .cid-v0Q8C14RcE .row {
    justify-content: center;
  }
  .cid-v0Q8C14RcE .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v0Q8C14RcE .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0Q8C14RcE {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v0Q8C14RcE .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v0Q8C14RcE .content-wrap {
    width: 100%;
  }
}
.cid-v0Q8C14RcE .mbr-section-title,
.cid-v0Q8C14RcE .mbr-section-subtitle {
  text-align: center;
}
.cid-v0Q8C14RcE .mbr-text,
.cid-v0Q8C14RcE .mbr-section-btn {
  text-align: center;
}
.cid-v1Dj4iPV2K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v1Dj4iPV2K .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1Dj4iPV2K .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v1Dj4iPV2K .item-head {
  background: #99e9df;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1Dj4iPV2K .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1Dj4iPV2K .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-v1Dj4iPV2K .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1Dj4iPV2K .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1Dj4iPV2K .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-v1Dj4iPV2K .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-v1Dj4iPV2K .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1Dj4iPV2K .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-v1Dj4iPV2K .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-v1Dj4iPV2K .btn {
  width: -webkit-fill-available;
}
.cid-v1Dj4iPV2K .item:focus,
.cid-v1Dj4iPV2K span:focus {
  outline: none;
}
.cid-v1Dj4iPV2K .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-v1Dj4iPV2K .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1Dj4iPV2K .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-v1Dj4iPV2K .mbr-section-title {
  color: #0e285d;
}
.cid-v1Dj4iPV2K .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v1Dj4iPV2K .mbr-text,
.cid-v1Dj4iPV2K .mbr-section-btn {
  text-align: left;
}
.cid-v1Dj4iPV2K .item-title {
  text-align: left;
  color: #0e285d;
}
.cid-v1Dj4iPV2K .item-subtitle {
  text-align: left;
  color: #0e285d;
}
.cid-v1Dj4iPV2K .content-head {
  max-width: 800px;
}
.cid-v1Dj4iPV2K .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v1Dj4iPV2K .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-v1Dj4iPV2K .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #99e9df;
  background-color: #99e9df;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v1Dj4iPV2K .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-v1Dj4iPV2K .mbr-text UL {
  text-align: left;
}
.cid-v1Dj4iPV2K .mbr-text {
  color: #0c2c68;
}
.cid-v1DiS93z78 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v1DiS93z78 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-v1DiS93z78 .panel-group {
  border: none;
}
.cid-v1DiS93z78 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-v1DiS93z78 .card-header {
    padding: 0rem;
  }
}
.cid-v1DiS93z78 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-v1DiS93z78 .img-col {
  padding: 0;
}
.cid-v1DiS93z78 .img-item {
  height: 100%;
}
.cid-v1DiS93z78 img {
  height: 100%;
  object-fit: cover;
}
.cid-v1DiS93z78 .collapsed span {
  transform: rotate(0deg);
}
.cid-v1DiS93z78 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v1DiS93z78 p {
  margin-bottom: 0.3rem;
}
.cid-v1DiS93z78 .panel-title-edit {
  color: #000000;
}
.cid-v1DiS93z78 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-v1DiS93z78 .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-v1DiS93z78 .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1DiS93z78 .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-v1DiS93z78 .panel-text {
  color: #0c2c68;
}
.cid-v1DiS93z78 .mbr-section-title {
  text-align: center;
  color: #0c2c68;
}
.cid-v1DiS93z78 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v1DiS93z78 .panel-title-edit,
.cid-v1DiS93z78 .mbr-iconfont {
  color: #0c2c68;
}
.cid-v0Q8C22NXR {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-color: #0c2c68;
}
.cid-v0Q8C22NXR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Q8C22NXR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0Q8C22NXR .card-wrapper {
  overflow: hidden;
  background: #99e9df;
}
.cid-v0Q8C22NXR .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0Q8C22NXR .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v0Q8C22NXR .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v0Q8C22NXR .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v0Q8C22NXR .row {
  flex-direction: row-reverse;
}
.cid-v0Q8C22NXR .image-wrapper {
  padding: 0 1rem;
}
.cid-v0Q8C22NXR img,
.cid-v0Q8C22NXR .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v0Q8C22NXR img,
  .cid-v0Q8C22NXR .image-wrapper {
    max-height: 350px;
  }
}
.cid-v0Q8C22NXR .mbr-section-title {
  color: #0e285d;
}
.cid-v0Q8C22NXR .mbr-text {
  color: #000000;
}
.cid-v0Q8C22NXR .mbr-text,
.cid-v0Q8C22NXR .mbr-section-btn {
  color: #0e285d;
}
.cid-v1IZu3uewC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0c2c68;
  overflow: hidden;
}
.cid-v1IZu3uewC .media-container-row .mbr-text {
  color: #99e9df;
}
.cid-v1w6gCMZKq {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v1w6gCMZKq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1w6gCMZKq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1w6gCMZKq .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v1w6gCMZKq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1w6gCMZKq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1w6gCMZKq .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v1w6gCMZKq .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v1w6gCMZKq .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v1w6gCMZKq .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v1w6gCMZKq .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1w6gCMZKq .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1w6gCMZKq .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v1w6gCMZKq .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v1w6gCMZKq .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v1w6gCMZKq .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1w6gCMZKq .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v1w6gCMZKq .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1w6gCMZKq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v1w6gCMZKq .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(3, 5, 50, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #030532;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v1w6gCMZKq .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v1w6gCMZKq .iconfont-wrapper {
  color: #ffa600 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1w6gCMZKq .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #030532;
  background: rgba(3, 5, 50, 0.9) !important;
}
.cid-v1w6gCMZKq .nav-item:focus,
.cid-v1w6gCMZKq .nav-link:focus {
  outline: none;
}
.cid-v1w6gCMZKq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1w6gCMZKq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1w6gCMZKq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1w6gCMZKq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1w6gCMZKq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1w6gCMZKq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1w6gCMZKq .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v1w6gCMZKq .navbar.opened {
  transition: all 0.3s;
}
.cid-v1w6gCMZKq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1w6gCMZKq .navbar .navbar-logo img {
  width: auto;
}
.cid-v1w6gCMZKq .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v1w6gCMZKq .navbar.collapsed {
  justify-content: center;
}
.cid-v1w6gCMZKq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1w6gCMZKq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1w6gCMZKq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-v1w6gCMZKq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1w6gCMZKq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1w6gCMZKq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v1w6gCMZKq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1w6gCMZKq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1w6gCMZKq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .navbar {
    min-height: 72px;
  }
  .cid-v1w6gCMZKq .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1w6gCMZKq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1w6gCMZKq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1w6gCMZKq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1w6gCMZKq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v1w6gCMZKq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1w6gCMZKq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1w6gCMZKq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1w6gCMZKq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1w6gCMZKq .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1w6gCMZKq .dropdown-item.active,
.cid-v1w6gCMZKq .dropdown-item:active {
  background-color: transparent;
}
.cid-v1w6gCMZKq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1w6gCMZKq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1w6gCMZKq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1w6gCMZKq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #030532;
}
.cid-v1w6gCMZKq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v1w6gCMZKq .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1w6gCMZKq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1w6gCMZKq .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1w6gCMZKq .navbar-buttons {
    text-align: left;
  }
}
.cid-v1w6gCMZKq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1w6gCMZKq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1w6gCMZKq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1w6gCMZKq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1w6gCMZKq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1w6gCMZKq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1w6gCMZKq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1w6gCMZKq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1w6gCMZKq .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1w6gCMZKq .navbar {
    height: 70px;
  }
  .cid-v1w6gCMZKq .navbar.opened {
    height: auto;
  }
  .cid-v1w6gCMZKq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1w6gCMZKq .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1w6gCMZKq .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1w6gCMZKq .navbar-brand {
    margin-right: auto;
  }
  .cid-v1w6gCMZKq .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #030532;
    opacity: 1;
    border-color: rgba(3, 5, 50, 0.9) !important;
    background: rgba(3, 5, 50, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v1w6gCMZKq .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1w6gCMZKq .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v1w6gCMZKq .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0QiEt1oDG {
  display: flex;
  background-image: url("../../../assets/images/ev-charging-hero-2000x1120.jpg");
}
.cid-v0QiEt1oDG .mbr-overlay {
  background-color: #0e285d;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-v0QiEt1oDG {
    align-items: flex-end;
  }
  .cid-v0QiEt1oDG .row {
    justify-content: center;
  }
  .cid-v0QiEt1oDG .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v0QiEt1oDG .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0QiEt1oDG {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v0QiEt1oDG .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v0QiEt1oDG .content-wrap {
    width: 100%;
  }
}
.cid-v0QiEt1oDG .mbr-section-title,
.cid-v0QiEt1oDG .mbr-section-subtitle {
  text-align: center;
}
.cid-v0QiEt1oDG .mbr-text,
.cid-v0QiEt1oDG .mbr-section-btn {
  text-align: center;
  color: #99e9df;
}
.cid-v0QiEt1oDG .mbr-section-title {
  color: #99e9df;
}
.cid-v0QiEu45DG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1-1-1920x1280.jpg");
}
.cid-v0QiEu45DG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0QiEu45DG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0QiEu45DG .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v0QiEu45DG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0QiEu45DG .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-v0QiEu45DG .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v0QiEu45DG .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v0QiEu45DG .mbr-section-title {
  color: #99e9df;
}
.cid-v0QiEu45DG .mbr-text,
.cid-v0QiEu45DG .mbr-section-btn {
  color: #99e9df;
}
.cid-v0QiEu45DG img {
  width: 100%;
  object-fit: cover;
  height: 30rem;
}
@media (max-width: 767px) {
  .cid-v0QiEu45DG img {
    height: 15rem;
  }
}
.cid-v0SDgnLMKE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v0SDgnLMKE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0SDgnLMKE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0SDgnLMKE .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v0SDgnLMKE .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v0SDgnLMKE .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v0SDgnLMKE .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v0SDgnLMKE .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v0SDgnLMKE .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #99e9df;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #00326b;
  height: 80px;
  border-radius: 50%;
}
.cid-v0SDgnLMKE .mbr-section-title {
  color: #0e285d;
}
.cid-v0SDgnLMKE .mbr-section-subtitle {
  color: #0e285d;
}
.cid-v0SDgnLMKE .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v0SDgnLMKE .card-box .item-footer {
  margin-top: auto;
}
.cid-v0SDgnLMKE .content-head {
  max-width: 800px;
}
.cid-v0SDgnLMKE .card-title,
.cid-v0SDgnLMKE .iconfont-wrapper {
  color: #00326b;
}
.cid-v0SDgnLMKE .card-text,
.cid-v0SDgnLMKE .item .mbr-section-btn {
  color: #00326b;
}
.cid-v0QiEuDegk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/show20me20more20images20of20legacy20energy20ev20charging20stations201-1600x896.jpg");
}
.cid-v0QiEuDegk .mbr-overlay {
  background: #0c2c68;
  opacity: 0.7;
}
.cid-v0QiEuDegk .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v0QiEuDegk .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v0QiEuDegk .item-head {
  background: #99e9df;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v0QiEuDegk .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0QiEuDegk .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-v0QiEuDegk .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v0QiEuDegk .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v0QiEuDegk .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-v0QiEuDegk .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-v0QiEuDegk .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v0QiEuDegk .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-v0QiEuDegk .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-v0QiEuDegk .btn {
  width: -webkit-fill-available;
}
.cid-v0QiEuDegk .item:focus,
.cid-v0QiEuDegk span:focus {
  outline: none;
}
.cid-v0QiEuDegk .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-v0QiEuDegk .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0QiEuDegk .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-v0QiEuDegk .mbr-section-title {
  color: #99e9df;
}
.cid-v0QiEuDegk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v0QiEuDegk .mbr-text,
.cid-v0QiEuDegk .mbr-section-btn {
  text-align: left;
}
.cid-v0QiEuDegk .item-title {
  text-align: left;
  color: #0e285d;
}
.cid-v0QiEuDegk .item-subtitle {
  text-align: left;
  color: #0e285d;
}
.cid-v0QiEuDegk .content-head {
  max-width: 800px;
}
.cid-v0QiEuDegk .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v0QiEuDegk .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-v0QiEuDegk .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #99e9df;
  background-color: #99e9df;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v0QiEuDegk .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-v0QiEuDegk .mbr-text UL {
  text-align: left;
}
.cid-v0QiEulzht {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-v0QiEulzht .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0QiEulzht .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0QiEulzht .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v0QiEulzht .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0QiEulzht .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-v0QiEulzht .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v0QiEulzht .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v0QiEulzht .mbr-section-title {
  color: #0e285d;
}
.cid-v0QiEulzht .mbr-text,
.cid-v0QiEulzht .mbr-section-btn {
  color: #0e285d;
}
.cid-v0QiEulzht img {
  width: 100%;
  object-fit: cover;
  height: 30rem;
}
@media (max-width: 767px) {
  .cid-v0QiEulzht img {
    height: 15rem;
  }
}
.cid-v0WrZf7ncH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v0WrZf7ncH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0WrZf7ncH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0WrZf7ncH .row {
  flex-direction: row-reverse;
}
.cid-v0WrZf7ncH .mbr-description {
  text-align: left;
}
.cid-v0WrZf7ncH .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-v0WrZf7ncH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v0WrZf7ncH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-v0WrZf7ncH .card-title,
.cid-v0WrZf7ncH .iconfont-wrapper {
  color: #000000;
}
.cid-v0WrZf7ncH .card-text {
  color: #000000;
}
.cid-v0WrZf7ncH .mbr-section-title {
  color: #00326b;
  text-align: center;
}
.cid-v0WrZf7ncH .mbr-number {
  color: #00326b;
}
.cid-v0WrZf7ncH .mbr-text,
.cid-v0WrZf7ncH .mbr-section-btn {
  text-align: center;
}
.cid-v0WrZf7ncH .card-text,
.cid-v0WrZf7ncH .item .mbr-section-btn {
  text-align: left;
  color: #00326b;
}
.cid-v0WrZf7ncH .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v0WrZf7ncH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0QiEvCEpk {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-color: #0c2c68;
}
.cid-v0QiEvCEpk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0QiEvCEpk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0QiEvCEpk .card-wrapper {
  overflow: hidden;
  background: #99e9df;
}
.cid-v0QiEvCEpk .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0QiEvCEpk .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v0QiEvCEpk .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v0QiEvCEpk .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v0QiEvCEpk .row {
  flex-direction: row-reverse;
}
.cid-v0QiEvCEpk .image-wrapper {
  padding: 0 1rem;
}
.cid-v0QiEvCEpk img,
.cid-v0QiEvCEpk .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v0QiEvCEpk img,
  .cid-v0QiEvCEpk .image-wrapper {
    max-height: 350px;
  }
}
.cid-v0QiEvCEpk .mbr-section-title {
  color: #0e285d;
}
.cid-v0QiEvCEpk .mbr-text {
  color: #000000;
}
.cid-v0QiEvCEpk .mbr-text,
.cid-v0QiEvCEpk .mbr-section-btn {
  color: #0e285d;
}
.cid-v1IZu3uewC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0c2c68;
  overflow: hidden;
}
.cid-v1IZu3uewC .media-container-row .mbr-text {
  color: #99e9df;
}
.cid-v1w6gCMZKq {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v1w6gCMZKq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1w6gCMZKq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1w6gCMZKq .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v1w6gCMZKq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1w6gCMZKq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1w6gCMZKq .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v1w6gCMZKq .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v1w6gCMZKq .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v1w6gCMZKq .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v1w6gCMZKq .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1w6gCMZKq .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1w6gCMZKq .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v1w6gCMZKq .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v1w6gCMZKq .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v1w6gCMZKq .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1w6gCMZKq .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v1w6gCMZKq .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1w6gCMZKq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v1w6gCMZKq .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(3, 5, 50, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #030532;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v1w6gCMZKq .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v1w6gCMZKq .iconfont-wrapper {
  color: #ffa600 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1w6gCMZKq .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #030532;
  background: rgba(3, 5, 50, 0.9) !important;
}
.cid-v1w6gCMZKq .nav-item:focus,
.cid-v1w6gCMZKq .nav-link:focus {
  outline: none;
}
.cid-v1w6gCMZKq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1w6gCMZKq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1w6gCMZKq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1w6gCMZKq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1w6gCMZKq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1w6gCMZKq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1w6gCMZKq .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v1w6gCMZKq .navbar.opened {
  transition: all 0.3s;
}
.cid-v1w6gCMZKq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1w6gCMZKq .navbar .navbar-logo img {
  width: auto;
}
.cid-v1w6gCMZKq .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v1w6gCMZKq .navbar.collapsed {
  justify-content: center;
}
.cid-v1w6gCMZKq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1w6gCMZKq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1w6gCMZKq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-v1w6gCMZKq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1w6gCMZKq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1w6gCMZKq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v1w6gCMZKq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1w6gCMZKq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1w6gCMZKq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1w6gCMZKq .navbar {
    min-height: 72px;
  }
  .cid-v1w6gCMZKq .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1w6gCMZKq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1w6gCMZKq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1w6gCMZKq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1w6gCMZKq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v1w6gCMZKq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1w6gCMZKq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1w6gCMZKq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1w6gCMZKq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1w6gCMZKq .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1w6gCMZKq .dropdown-item.active,
.cid-v1w6gCMZKq .dropdown-item:active {
  background-color: transparent;
}
.cid-v1w6gCMZKq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1w6gCMZKq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1w6gCMZKq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1w6gCMZKq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #030532;
}
.cid-v1w6gCMZKq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v1w6gCMZKq .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1w6gCMZKq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1w6gCMZKq .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1w6gCMZKq .navbar-buttons {
    text-align: left;
  }
}
.cid-v1w6gCMZKq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1w6gCMZKq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1w6gCMZKq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1w6gCMZKq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1w6gCMZKq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1w6gCMZKq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1w6gCMZKq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1w6gCMZKq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1w6gCMZKq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1w6gCMZKq .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1w6gCMZKq .navbar {
    height: 70px;
  }
  .cid-v1w6gCMZKq .navbar.opened {
    height: auto;
  }
  .cid-v1w6gCMZKq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1w6gCMZKq .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1w6gCMZKq .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1w6gCMZKq .navbar-brand {
    margin-right: auto;
  }
  .cid-v1w6gCMZKq .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #030532;
    opacity: 1;
    border-color: rgba(3, 5, 50, 0.9) !important;
    background: rgba(3, 5, 50, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v1w6gCMZKq .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1w6gCMZKq .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1w6gCMZKq .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1w6gCMZKq .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v1w6gCMZKq .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v1w6A1o9gb {
  display: flex;
  background-image: url("../../../assets/images/hero-panel-image-2-2000x1121.jpg");
}
.cid-v1w6A1o9gb .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-v1w6A1o9gb {
    align-items: flex-end;
  }
  .cid-v1w6A1o9gb .row {
    justify-content: center;
  }
  .cid-v1w6A1o9gb .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v1w6A1o9gb .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v1w6A1o9gb {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v1w6A1o9gb .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v1w6A1o9gb .content-wrap {
    width: 100%;
  }
}
.cid-v1w6A1o9gb .mbr-section-title,
.cid-v1w6A1o9gb .mbr-section-subtitle {
  text-align: center;
}
.cid-v1w6A1o9gb .mbr-text,
.cid-v1w6A1o9gb .mbr-section-btn {
  text-align: center;
  color: #99e9df;
}
.cid-v1w6A1o9gb .mbr-section-title {
  color: #99e9df;
  text-align: center;
}
.cid-uXWqJ3d2JQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXWqJ3d2JQ img {
  width: 120px;
  margin: auto;
}
.cid-uXWqJ3d2JQ .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uXWqJ3d2JQ .card {
    max-width: 12.5%;
  }
}
.cid-uXWjIJ7h2T {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uXWjIJ7h2T .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uXWjIJ7h2T form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uXWjIJ7h2T form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uXWjIJ7h2T form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uXWjIJ7h2T .content-head {
  max-width: 800px;
}
.cid-uXWopOCmrZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/solar-energy-hero-1-2000x1442.jpg");
}
.cid-uXWopOCmrZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXWopOCmrZ .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uXWopOCmrZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXWopOCmrZ .item-wrapper {
  background: #99e9df;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uXWopOCmrZ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXWopOCmrZ .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uXWopOCmrZ .card-title,
.cid-uXWopOCmrZ .iconfont-wrapper {
  color: #000000;
}
.cid-uXWopOCmrZ .card-text {
  color: #000000;
}
.cid-uXWopOCmrZ .content-head {
  max-width: 800px;
}
.cid-uXWopOCmrZ .mbr-section-title {
  color: #000000;
}
.cid-uXWopOCmrZ .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXWopOCmrZ .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v1B5Ed9AXA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v1B5Ed9AXA .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1B5Ed9AXA .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v1B5Ed9AXA .item-head {
  background: #99e9df;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1B5Ed9AXA .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1B5Ed9AXA .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-v1B5Ed9AXA .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1B5Ed9AXA .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1B5Ed9AXA .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-v1B5Ed9AXA .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-v1B5Ed9AXA .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1B5Ed9AXA .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-v1B5Ed9AXA .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-v1B5Ed9AXA .btn {
  width: -webkit-fill-available;
}
.cid-v1B5Ed9AXA .item:focus,
.cid-v1B5Ed9AXA span:focus {
  outline: none;
}
.cid-v1B5Ed9AXA .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-v1B5Ed9AXA .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1B5Ed9AXA .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-v1B5Ed9AXA .mbr-section-title {
  color: #0e285d;
}
.cid-v1B5Ed9AXA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v1B5Ed9AXA .mbr-text,
.cid-v1B5Ed9AXA .mbr-section-btn {
  text-align: left;
}
.cid-v1B5Ed9AXA .item-title {
  text-align: left;
  color: #0e285d;
}
.cid-v1B5Ed9AXA .item-subtitle {
  text-align: left;
  color: #0e285d;
}
.cid-v1B5Ed9AXA .content-head {
  max-width: 800px;
}
.cid-v1B5Ed9AXA .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v1B5Ed9AXA .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-v1B5Ed9AXA .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #99e9df;
  background-color: #99e9df;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v1B5Ed9AXA .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-v1B5Ed9AXA .mbr-text UL {
  text-align: left;
}
.cid-v1IZu3uewC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0c2c68;
  overflow: hidden;
}
.cid-v1IZu3uewC .media-container-row .mbr-text {
  color: #99e9df;
}
