body {
  font-family: 'Open Sans', sans-serif;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.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: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #253c57 !important;
}
.bg-success {
  background-color: #bee1e6 !important;
}
.bg-info {
  background-color: #415d7d !important;
}
.bg-warning {
  background-color: #eeff42 !important;
}
.bg-danger {
  background-color: #fd7578 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #253c57 !important;
  border-color: #253c57 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #34557b !important;
  border-color: #34557b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #34557b !important;
  border-color: #34557b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ee494d !important;
  border-color: #ee494d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #f2787b !important;
  border-color: #f2787b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f2787b !important;
  border-color: #f2787b !important;
}
.btn-info,
.btn-info:active {
  background-color: #415d7d !important;
  border-color: #415d7d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #52769f !important;
  border-color: #52769f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #52769f !important;
  border-color: #52769f !important;
}
.btn-success,
.btn-success:active {
  background-color: #bee1e6 !important;
  border-color: #bee1e6 !important;
  color: #2e6e77 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3c909c !important;
  background-color: #e3f2f4 !important;
  border-color: #e3f2f4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #2e6e77 !important;
  background-color: #e3f2f4 !important;
  border-color: #e3f2f4 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #eeff42 !important;
  border-color: #eeff42 !important;
  color: #3c4200 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #6a7500 !important;
  background-color: #f3ff75 !important;
  border-color: #f3ff75 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #3c4200 !important;
  background-color: #f3ff75 !important;
  border-color: #f3ff75 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fd7578 !important;
  border-color: #fd7578 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #fea7a9 !important;
  border-color: #fea7a9 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fea7a9 !important;
  border-color: #fea7a9 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !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: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.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: transparent;
  color: #253c57;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #34557b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #253c57 !important;
  border-color: #253c57 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ee494d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #f2787b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ee494d !important;
  border-color: #ee494d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #415d7d;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #52769f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #415d7d !important;
  border-color: #415d7d !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bee1e6;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #e3f2f4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #2e6e77 !important;
  background-color: #bee1e6 !important;
  border-color: #bee1e6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #eeff42;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #f3ff75 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #3c4200 !important;
  background-color: #eeff42 !important;
  border-color: #eeff42 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fd7578;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #fea7a9 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fd7578 !important;
  border-color: #fd7578 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #3d3d3d !important;
  background-color: transparent!important;
  border-color: transparent!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: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #ffffff !important;
  background-color: transparent!important;
  border-color: transparent!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: #253c57 !important;
}
.text-secondary {
  color: #ee494d !important;
}
.text-success {
  color: #bee1e6 !important;
}
.text-info {
  color: #415d7d !important;
}
.text-warning {
  color: #eeff42 !important;
}
.text-danger {
  color: #fd7578 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #070b0f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #bf1216 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #74bfca !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1e2b3a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #c7db00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fc1016 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #253c57;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #415d7d;
}
.alert-warning {
  background-color: #eeff42;
}
.alert-danger {
  background-color: #fd7578;
}
.mbr-gallery-filter li.active .btn {
  background-color: #253c57;
  border-color: #253c57;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #253c57;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4b7ab0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #809dbd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #253c57 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #253c57;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #253c57;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #253c57;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #253c57;
  border-bottom-color: #253c57;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #253c57 !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: #ee494d !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='%23253c57' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sV8vjHZb4A {
  z-index: 1000;
  width: 100%;
}
.cid-sV8vjHZb4A nav.navbar {
  position: fixed;
}
.cid-sV8vjHZb4A .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;
}
.cid-sV8vjHZb4A .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sV8vjHZb4A .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sV8vjHZb4A .dropdown-item:hover,
.cid-sV8vjHZb4A .dropdown-item:focus {
  background: #253c57 !important;
  color: white !important;
}
.cid-sV8vjHZb4A .dropdown-item:hover span {
  color: white;
}
.cid-sV8vjHZb4A .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sV8vjHZb4A .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sV8vjHZb4A .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .5em !important;
}
.cid-sV8vjHZb4A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sV8vjHZb4A .nav-link {
  position: relative;
}
.cid-sV8vjHZb4A .nav-link:hover,
.cid-sV8vjHZb4A .nav-link:focus {
  color: #89AEB3 !important;
}
.cid-sV8vjHZb4A .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sV8vjHZb4A .container {
    flex-wrap: nowrap;
  }
}
.cid-sV8vjHZb4A .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sV8vjHZb4A .navbar-caption {
  font-weight: 400;
}
.cid-sV8vjHZb4A .dropdown-menu,
.cid-sV8vjHZb4A .navbar.opened {
  background: #32cd32 !important;
}
.cid-sV8vjHZb4A .nav-item:focus,
.cid-sV8vjHZb4A .nav-link:focus {
  outline: none;
}
.cid-sV8vjHZb4A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sV8vjHZb4A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sV8vjHZb4A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sV8vjHZb4A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sV8vjHZb4A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sV8vjHZb4A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sV8vjHZb4A .navbar {
  min-height: 63px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #32cd32;
}
.cid-sV8vjHZb4A .navbar.opened {
  transition: all 0.3s;
}
.cid-sV8vjHZb4A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sV8vjHZb4A .navbar .navbar-logo img {
  width: auto;
}
.cid-sV8vjHZb4A .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sV8vjHZb4A .navbar.collapsed {
  justify-content: center;
}
.cid-sV8vjHZb4A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sV8vjHZb4A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sV8vjHZb4A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sV8vjHZb4A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sV8vjHZb4A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sV8vjHZb4A .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-sV8vjHZb4A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sV8vjHZb4A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sV8vjHZb4A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sV8vjHZb4A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sV8vjHZb4A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sV8vjHZb4A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sV8vjHZb4A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sV8vjHZb4A .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-sV8vjHZb4A .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-sV8vjHZb4A .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sV8vjHZb4A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sV8vjHZb4A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sV8vjHZb4A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sV8vjHZb4A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sV8vjHZb4A .navbar.navbar-short {
  min-height: 60px;
}
.cid-sV8vjHZb4A .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sV8vjHZb4A .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sV8vjHZb4A .navbar-brand {
  min-height: 63px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sV8vjHZb4A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sV8vjHZb4A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sV8vjHZb4A .dropdown-item.active,
.cid-sV8vjHZb4A .dropdown-item:active {
  background-color: transparent;
}
.cid-sV8vjHZb4A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sV8vjHZb4A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sV8vjHZb4A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sV8vjHZb4A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #32cd32;
}
.cid-sV8vjHZb4A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sV8vjHZb4A .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sV8vjHZb4A ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sV8vjHZb4A .navbar-buttons {
  text-align: center;
}
.cid-sV8vjHZb4A .navbar-buttons .btn {
  font-weight: 400;
  margin: 0;
  padding: 6px 12px;
  border-radius: 0 !important;
}
.cid-sV8vjHZb4A .navbar-buttons .btn:hover {
  color: #89AEB3 !important;
}
.cid-sV8vjHZb4A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sV8vjHZb4A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sV8vjHZb4A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sV8vjHZb4A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sV8vjHZb4A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sV8vjHZb4A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sV8vjHZb4A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sV8vjHZb4A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sV8vjHZb4A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sV8vjHZb4A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sV8vjHZb4A .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sV8vjHZb4A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sV8vjHZb4A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sV8vjHZb4A .icons-menu .iconfont-wrapper {
  padding-right: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sV8vjHZb4A .navbar {
    height: 63px;
  }
  .cid-sV8vjHZb4A .navbar.opened {
    height: auto;
  }
  .cid-sV8vjHZb4A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sV8vjHZb4A .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
}
.cid-sV8w6Wn8vc {
  position: relative;
  background-image: url("../../../assets/images/bigstock-gas-storage-tank-oil-storage-285036433-scaled-2000x1123.webp");
}
@media (min-width: 992px) {
  .cid-sV8w6Wn8vc .display-1 {
    font-size: 120px;
  }
  .cid-sV8w6Wn8vc .display-2 {
    font-size: 40px;
  }
  .cid-sV8w6Wn8vc .display-5 {
    font-size: 29px;
  }
}
.cid-sV8w6Wn8vc .mbr-section-subtitle {
  font-weight: 300;
}
.cid-sV8w6Wn8vc .mbr-section-btn {
  z-index: 3;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  bottom: -55px;
}
@media (max-width: 991px) {
  .cid-sV8w6Wn8vc .mbr-section-btn {
    width: 100%;
    bottom: 0px;
  }
}
.cid-sV8w6Wn8vc .btn-success {
  color: #18293D !important;
}
.cid-sV8w6Wn8vc .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-height: 110px;
  padding-right: 120px;
  padding-left: 120px;
  margin: 0;
}
.cid-sV8w6Wn8vc .btn:hover {
  background: #BEE1E6 !important;
  border-color: #BEE1E6 !important;
  color: #18293D !important;
}
@media (max-width: 991px) {
  .cid-sV8w6Wn8vc .btn {
    width: 50%;
    min-height: 80px;
  }
}
@media (max-width: 767px) {
  .cid-sV8w6Wn8vc .btn {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.cid-sV8w6Wn8vc .one:hover {
  background: #EeFF42 !important;
  border-color: #EeFF42 !important;
}
.cid-sV8w6Wn8vc .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sV8w6Wn8vc .soc-item {
  align-items: center;
  padding: 0.5rem 0.5rem 0.4rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  font-size: 16px;
  background: #000000;
  cursor: pointer;
  margin-right: 1.5rem;
  height: 25px;
  width: 25px;
}
.cid-sV8w6Wn8vc .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-sV8w6Wn8vc .mbr-section-title {
  color: #253c57;
}
.cid-uEgn0hOPbn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #32cd32;
}
.cid-uEgn0hOPbn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEgn0hOPbn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEgn0hOPbn .content-wrapper .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uEgn0hOPbn .content-wrapper .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uEgn0hOPbn .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uEgn0hOPbn .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 15px;
  }
}
.cid-uEgn0hOPbn .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEgn0hOPbn .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEgn0hOPbn .box {
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uEgn0hOPbn .box {
    width: 100%;
  }
}
.cid-uEgn0hOPbn .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 650px;
}
@media (max-width: 992px) {
  .cid-uEgn0hOPbn .box .mbr-media {
    height: 350px;
  }
}
.cid-uEgn0hOPbn .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-uEgn0hOPbn .box .mbr-media img {
    border-radius: 2rem;
  }
}
.cid-uEgn0hOPbn .box .mbr-media .mbr-iconfont {
  font-size: 32px;
  color: #32cd32;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-uEgn0hOPbn .mbr-media {
  position: relative;
}
.cid-uEgn0hOPbn .mbr-media img {
  object-fit: cover;
}
.cid-uEgn0hOPbn a:hover {
  background-image: none !important;
}
.cid-uEgn0hOPbn .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 95px;
  width: 95px;
  border-radius: 100%;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-uEgn0hOPbn .icon-wrap:hover,
.cid-uEgn0hOPbn .icon-wrap:focus {
  background-color: #32cd32;
}
.cid-uEgn0hOPbn .icon-wrap:hover .mbr-iconfont,
.cid-uEgn0hOPbn .icon-wrap:focus .mbr-iconfont {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uEgn0hOPbn .icon-wrap {
    height: 60px;
    width: 60px;
  }
}
.cid-uEgn0hOPbn .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uEgn0hOPbn .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uEgn0hOPbn .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uEgn0hOPbn .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uEgn0hOPbn .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uEgn0hOPbn .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uEgn0hOPbn .mbr-section-title {
  color: #000000;
}
.cid-uEgn0hOPbn .mbr-text {
  color: #000000;
}
.cid-sV8vkg6TO5 {
  overflow: visible !important;
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-sV8vkg6TO5 {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
}
@media (max-width: 768px) {
  .cid-sV8vkg6TO5 {
    padding-top: 1.8rem;
    padding-bottom: 3rem;
  }
}
.cid-sV8vkg6TO5 .f-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sV8vkg6TO5 .f-row {
    flex-direction: row;
    min-height: 665px;
  }
}
@media (min-width: 992px) {
  .cid-sV8vkg6TO5 .image-wrapper {
    transform: translateX(25%);
    min-width: 770px;
    min-height: 500px;
    max-height: 500px;
  }
}
.cid-sV8vkg6TO5 .image-wrapper img {
  min-height: 100%;
  max-height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sV8vkg6TO5 .text {
    min-width: 615px;
    transform: translate(-25%, 11rem);
  }
}
.cid-sV8vkg6TO5 .text-wrapper {
  background: #32cd32;
  padding: 3rem 1rem 5rem;
}
@media (min-width: 992px) {
  .cid-sV8vkg6TO5 .text-wrapper {
    padding: 100px 100px 63px;
  }
}
.cid-sV8vkg6TO5 .mbr-text {
  font-weight: 300;
}
@media (min-width: 992px) {
  .cid-sV8vkg6TO5 .display-1 {
    font-size: 65px;
  }
  .cid-sV8vkg6TO5 .display-5 {
    font-size: 29px;
  }
}
.cid-sV8vkg6TO5 .mbr-section-btn {
  background: #32cd32;
  margin-left: 0;
  margin-right: 0;
}
.cid-sV8vkg6TO5 .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-height: 72px;
  padding-right: 80px;
  padding-left: 80px;
  margin: 0;
}
.cid-sV8vkg6TO5 .btn:hover {
  background: #BEE1E6 !important;
  border-color: #BEE1E6 !important;
  color: #18293D !important;
}
.cid-sV8vkg6TO5 .mbr-section-subtitle {
  text-align: left;
}
.cid-sV8voJvft5 {
  overflow: visible !important;
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sV8voJvft5 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-sV8voJvft5 .container-fluid {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
@media (min-width: 992px) {
  .cid-sV8voJvft5 .row {
    margin-bottom: -390px;
    margin-bottom: -310px;
    margin-bottom: -340px;
  }
}
@media (min-width: 992px) {
  .cid-sV8voJvft5 .display-1 {
    font-size: 65px;
  }
  .cid-sV8voJvft5 .display-5 {
    font-size: 29px;
  }
  .cid-sV8voJvft5 .display-7 {
    font-size: 24px;
  }
  .cid-sV8voJvft5 .display-4 {
    font-weight: 300;
  }
}
.cid-sV8voJvft5 .parallax {
  background-image: url("../../../assets/images/1-6946fc41-2000x823.webp");
  height: 400px;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  position: relative;
}
@media (min-width: 992px) {
  .cid-sV8voJvft5 .parallax {
    height: 640px;
  }
}
.cid-sV8voJvft5 .index {
  z-index: 3;
}
.cid-sV8voJvft5 .text {
  padding: 0;
  background: #d3f1f5;
}
@media (min-width: 992px) {
  .cid-sV8voJvft5 .text {
    width: 777px;
    transform: translate(-35.3%, -75%);
  }
}
@media (min-width: 1400px) {
  .cid-sV8voJvft5 .text {
    transform: translate(-47%, -75%);
  }
}
@media (min-width: 1400px) {
  .cid-sV8voJvft5 .text {
    transform: translate(-7%, -75%);
  }
}
.cid-sV8voJvft5 .wrapper {
  padding: 3rem 1rem 5rem;
}
@media (min-width: 992px) {
  .cid-sV8voJvft5 .wrapper {
    padding: 80px 127px 40px;
  }
}
.cid-sV8voJvft5 .mbr-text {
  font-weight: 300;
}
.cid-sV8voJvft5 .mbr-section-btn {
  background: #d3f1f5;
  margin-left: 0;
  margin-right: 0;
}
.cid-sV8voJvft5 .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-height: 72px;
  padding-right: 70px;
  padding-left: 70px;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sV8voJvft5 .btn {
    width: 100%;
  }
}
.cid-sV8voJvft5 .btn:hover {
  background: #18293D !important;
  border-color: #18293D !important;
  color: #fff !important;
}
.cid-uEgprUYzcm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEgprUYzcm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEgprUYzcm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEgprUYzcm .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uEgprUYzcm .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uEgprUYzcm .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uEgprUYzcm .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uEgprUYzcm .container {
    padding: 0 24px;
  }
}
.cid-uEgprUYzcm .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uEgprUYzcm .content-wrapper {
    display: block;
  }
}
.cid-uEgprUYzcm .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uEgprUYzcm .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uEgprUYzcm .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uEgprUYzcm .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uEgprUYzcm .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uEgprUYzcm .content-wrapper .content-wrap .mbr-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uEgprUYzcm .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uEgprUYzcm .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uEgprUYzcm .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uEgprUYzcm .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uEgprUYzcm .mbr-section-title {
  color: #18212d;
}
.cid-uEgprUYzcm .mbr-desc {
  color: #18212d;
}
.cid-uEgprUYzcm .mbr-text {
  color: #18212d;
}
.cid-uE5JetgOva {
  overflow: visible !important;
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uE5JetgOva .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-uE5JetgOva .container-fluid {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
@media (min-width: 992px) {
  .cid-uE5JetgOva .row {
    margin-bottom: -390px;
  }
}
@media (min-width: 992px) {
  .cid-uE5JetgOva .display-1 {
    font-size: 65px;
  }
  .cid-uE5JetgOva .display-5 {
    font-size: 29px;
  }
  .cid-uE5JetgOva .display-7 {
    font-size: 24px;
  }
  .cid-uE5JetgOva .display-4 {
    font-weight: 300;
  }
}
.cid-uE5JetgOva .parallax {
  background-image: url("../../../assets/images/infrastructure-2-1400x800.webp");
  height: 400px;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uE5JetgOva .parallax {
    height: 640px;
  }
}
.cid-uE5JetgOva .index {
  z-index: 3;
}
.cid-uE5JetgOva .text {
  padding: 0;
  background: #d3f1f5;
}
@media (min-width: 992px) {
  .cid-uE5JetgOva .text {
    width: 777px;
    transform: translate(-35.3%, -75%);
  }
}
@media (min-width: 1400px) {
  .cid-uE5JetgOva .text {
    transform: translate(-47%, -75%);
  }
}
@media (min-width: 1400px) {
  .cid-uE5JetgOva .text {
    transform: translate(-7%, -75%);
  }
}
.cid-uE5JetgOva .wrapper {
  padding: 3rem 1rem 5rem;
}
@media (min-width: 992px) {
  .cid-uE5JetgOva .wrapper {
    padding: 80px 127px 40px;
  }
}
.cid-uE5JetgOva .mbr-text {
  font-weight: 300;
  text-align: left;
}
.cid-uE5JetgOva .mbr-section-btn {
  background: #d3f1f5;
  margin-left: 0;
  margin-right: 0;
}
.cid-uE5JetgOva .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-height: 72px;
  padding-right: 70px;
  padding-left: 70px;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uE5JetgOva .btn {
    width: 100%;
  }
}
.cid-uE5JetgOva .btn:hover {
  background: #18293D !important;
  border-color: #18293D !important;
  color: #fff !important;
}
.cid-uE5LucKltH {
  overflow: visible !important;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uE5LucKltH .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-uE5LucKltH .container-fluid {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
@media (min-width: 992px) {
  .cid-uE5LucKltH .row {
    margin-bottom: -390px;
  }
}
@media (min-width: 992px) {
  .cid-uE5LucKltH .display-1 {
    font-size: 65px;
  }
  .cid-uE5LucKltH .display-5 {
    font-size: 29px;
  }
  .cid-uE5LucKltH .display-7 {
    font-size: 24px;
  }
  .cid-uE5LucKltH .display-4 {
    font-weight: 300;
  }
}
.cid-uE5LucKltH .revers {
  flex-direction: row-reverse;
}
.cid-uE5LucKltH .parallax {
  background-image: url("../../../assets/images/mbr-1920x1260.webp");
  height: 400px;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uE5LucKltH .parallax {
    height: 640px;
  }
}
.cid-uE5LucKltH .index {
  z-index: 3;
}
.cid-uE5LucKltH .text {
  padding: 0;
  background: #d3f1f5;
}
@media (min-width: 992px) {
  .cid-uE5LucKltH .text {
    width: 777px;
    transform: translate(-35.3%, -75%);
  }
}
@media (min-width: 1400px) {
  .cid-uE5LucKltH .text {
    transform: translate(-47%, -75%);
  }
}
@media (min-width: 1400px) {
  .cid-uE5LucKltH .text {
    transform: translate(-7%, -75%);
  }
}
@media (min-width: 992px) {
  .cid-uE5LucKltH .text {
    transform: translate(5%, -75%);
  }
}
@media (min-width: 1400px) {
  .cid-uE5LucKltH .text {
    transform: translate(30%, -75%);
  }
}
.cid-uE5LucKltH .wrapper {
  padding: 3rem 1rem 5rem;
}
@media (min-width: 992px) {
  .cid-uE5LucKltH .wrapper {
    padding: 80px 127px 40px;
  }
}
.cid-uE5LucKltH .mbr-text {
  font-weight: 300;
}
.cid-uE5LucKltH .mbr-section-btn {
  background: #d3f1f5;
  margin-left: 0;
  margin-right: 0;
}
.cid-uE5LucKltH .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-height: 72px;
  padding-right: 70px;
  padding-left: 70px;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uE5LucKltH .btn {
    width: 100%;
  }
}
.cid-uE5LucKltH .btn:hover {
  background: #18293D !important;
  border-color: #18293D !important;
  color: #fff !important;
}
.cid-uE5P69x2iT {
  overflow: visible !important;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uE5P69x2iT .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-uE5P69x2iT .container-fluid {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
@media (min-width: 992px) {
  .cid-uE5P69x2iT .row {
    margin-bottom: -390px;
  }
}
@media (min-width: 992px) {
  .cid-uE5P69x2iT .display-1 {
    font-size: 65px;
  }
  .cid-uE5P69x2iT .display-5 {
    font-size: 29px;
  }
  .cid-uE5P69x2iT .display-7 {
    font-size: 24px;
  }
  .cid-uE5P69x2iT .display-4 {
    font-weight: 300;
  }
}
.cid-uE5P69x2iT .parallax {
  background-image: url("../../../assets/images/max1200-1-1200x800.webp");
  height: 400px;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uE5P69x2iT .parallax {
    height: 640px;
  }
}
.cid-uE5P69x2iT .index {
  z-index: 3;
}
.cid-uE5P69x2iT .text {
  padding: 0;
  background: #d3f1f5;
}
@media (min-width: 992px) {
  .cid-uE5P69x2iT .text {
    width: 777px;
    transform: translate(-35.3%, -75%);
  }
}
@media (min-width: 1400px) {
  .cid-uE5P69x2iT .text {
    transform: translate(-47%, -75%);
  }
}
@media (min-width: 1400px) {
  .cid-uE5P69x2iT .text {
    transform: translate(-7%, -75%);
  }
}
.cid-uE5P69x2iT .wrapper {
  padding: 3rem 1rem 5rem;
}
@media (min-width: 992px) {
  .cid-uE5P69x2iT .wrapper {
    padding: 80px 127px 40px;
  }
}
.cid-uE5P69x2iT .mbr-text {
  font-weight: 300;
}
.cid-uE5P69x2iT .mbr-section-btn {
  background: #d3f1f5;
  margin-left: 0;
  margin-right: 0;
}
.cid-uE5P69x2iT .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-height: 72px;
  padding-right: 70px;
  padding-left: 70px;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uE5P69x2iT .btn {
    width: 100%;
  }
}
.cid-uE5P69x2iT .btn:hover {
  background: #18293D !important;
  border-color: #18293D !important;
  color: #fff !important;
}
.cid-uE5QlH8o5D {
  overflow: visible !important;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uE5QlH8o5D .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-uE5QlH8o5D .container-fluid {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
@media (min-width: 992px) {
  .cid-uE5QlH8o5D .row {
    margin-bottom: -390px;
  }
}
@media (min-width: 992px) {
  .cid-uE5QlH8o5D .display-1 {
    font-size: 65px;
  }
  .cid-uE5QlH8o5D .display-5 {
    font-size: 29px;
  }
  .cid-uE5QlH8o5D .display-7 {
    font-size: 24px;
  }
  .cid-uE5QlH8o5D .display-4 {
    font-weight: 300;
  }
}
.cid-uE5QlH8o5D .revers {
  flex-direction: row-reverse;
}
.cid-uE5QlH8o5D .parallax {
  background-image: url("../../../assets/images/mbr-1920x1509.webp");
  height: 400px;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uE5QlH8o5D .parallax {
    height: 640px;
  }
}
.cid-uE5QlH8o5D .index {
  z-index: 3;
}
.cid-uE5QlH8o5D .text {
  padding: 0;
  background: #d3f1f5;
}
@media (min-width: 992px) {
  .cid-uE5QlH8o5D .text {
    width: 777px;
    transform: translate(-35.3%, -75%);
  }
}
@media (min-width: 1400px) {
  .cid-uE5QlH8o5D .text {
    transform: translate(-47%, -75%);
  }
}
@media (min-width: 1400px) {
  .cid-uE5QlH8o5D .text {
    transform: translate(-7%, -75%);
  }
}
@media (min-width: 992px) {
  .cid-uE5QlH8o5D .text {
    transform: translate(5%, -75%);
  }
}
@media (min-width: 1400px) {
  .cid-uE5QlH8o5D .text {
    transform: translate(30%, -75%);
  }
}
.cid-uE5QlH8o5D .wrapper {
  padding: 3rem 1rem 5rem;
}
@media (min-width: 992px) {
  .cid-uE5QlH8o5D .wrapper {
    padding: 80px 127px 40px;
  }
}
.cid-uE5QlH8o5D .mbr-text {
  font-weight: 300;
}
.cid-uE5QlH8o5D .mbr-section-btn {
  background: #d3f1f5;
  margin-left: 0;
  margin-right: 0;
}
.cid-uE5QlH8o5D .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-height: 72px;
  padding-right: 70px;
  padding-left: 70px;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uE5QlH8o5D .btn {
    width: 100%;
  }
}
.cid-uE5QlH8o5D .btn:hover {
  background: #18293D !important;
  border-color: #18293D !important;
  color: #fff !important;
}
.cid-uEgvOPl3IN {
  overflow: visible !important;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uEgvOPl3IN .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-uEgvOPl3IN .container-fluid {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
@media (min-width: 992px) {
  .cid-uEgvOPl3IN .row {
    margin-bottom: -390px;
  }
}
@media (min-width: 992px) {
  .cid-uEgvOPl3IN .display-1 {
    font-size: 65px;
  }
  .cid-uEgvOPl3IN .display-5 {
    font-size: 29px;
  }
  .cid-uEgvOPl3IN .display-7 {
    font-size: 24px;
  }
  .cid-uEgvOPl3IN .display-4 {
    font-weight: 300;
  }
}
.cid-uEgvOPl3IN .revers {
  flex-direction: row-reverse;
}
.cid-uEgvOPl3IN .parallax {
  background-image: url("../../../assets/images/hydro-1400x762.webp");
  height: 400px;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uEgvOPl3IN .parallax {
    height: 640px;
  }
}
.cid-uEgvOPl3IN .index {
  z-index: 3;
}
.cid-uEgvOPl3IN .text {
  padding: 0;
  background: #d3f1f5;
}
@media (min-width: 992px) {
  .cid-uEgvOPl3IN .text {
    width: 777px;
    transform: translate(-35.3%, -75%);
  }
}
@media (min-width: 1400px) {
  .cid-uEgvOPl3IN .text {
    transform: translate(-47%, -75%);
  }
}
@media (min-width: 1400px) {
  .cid-uEgvOPl3IN .text {
    transform: translate(-7%, -75%);
  }
}
@media (min-width: 992px) {
  .cid-uEgvOPl3IN .text {
    transform: translate(5%, -75%);
  }
}
@media (min-width: 1400px) {
  .cid-uEgvOPl3IN .text {
    transform: translate(30%, -75%);
  }
}
.cid-uEgvOPl3IN .wrapper {
  padding: 3rem 1rem 5rem;
}
@media (min-width: 992px) {
  .cid-uEgvOPl3IN .wrapper {
    padding: 80px 127px 40px;
  }
}
.cid-uEgvOPl3IN .mbr-text {
  font-weight: 300;
}
.cid-uEgvOPl3IN .mbr-section-btn {
  background: #d3f1f5;
  margin-left: 0;
  margin-right: 0;
}
.cid-uEgvOPl3IN .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-height: 72px;
  padding-right: 70px;
  padding-left: 70px;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uEgvOPl3IN .btn {
    width: 100%;
  }
}
.cid-uEgvOPl3IN .btn:hover {
  background: #18293D !important;
  border-color: #18293D !important;
  color: #fff !important;
}
.cid-uE5UM3R14J {
  overflow: visible !important;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uE5UM3R14J .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-uE5UM3R14J .container-fluid {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
@media (min-width: 992px) {
  .cid-uE5UM3R14J .row {
    margin-bottom: -390px;
  }
}
@media (min-width: 992px) {
  .cid-uE5UM3R14J .display-1 {
    font-size: 65px;
  }
  .cid-uE5UM3R14J .display-5 {
    font-size: 29px;
  }
  .cid-uE5UM3R14J .display-7 {
    font-size: 24px;
  }
  .cid-uE5UM3R14J .display-4 {
    font-weight: 300;
  }
}
.cid-uE5UM3R14J .parallax {
  background-image: url("../../../assets/images/mbr-1920x1230.webp");
  height: 400px;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uE5UM3R14J .parallax {
    height: 640px;
  }
}
.cid-uE5UM3R14J .index {
  z-index: 3;
}
.cid-uE5UM3R14J .text {
  padding: 0;
  background: #d3f1f5;
}
@media (min-width: 992px) {
  .cid-uE5UM3R14J .text {
    width: 777px;
    transform: translate(-35.3%, -75%);
  }
}
@media (min-width: 1400px) {
  .cid-uE5UM3R14J .text {
    transform: translate(-47%, -75%);
  }
}
@media (min-width: 1400px) {
  .cid-uE5UM3R14J .text {
    transform: translate(-7%, -75%);
  }
}
.cid-uE5UM3R14J .wrapper {
  padding: 3rem 1rem 5rem;
}
@media (min-width: 992px) {
  .cid-uE5UM3R14J .wrapper {
    padding: 80px 127px 40px;
  }
}
.cid-uE5UM3R14J .mbr-text {
  font-weight: 300;
}
.cid-uE5UM3R14J .mbr-section-btn {
  background: #d3f1f5;
  margin-left: 0;
  margin-right: 0;
}
.cid-uE5UM3R14J .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-height: 72px;
  padding-right: 70px;
  padding-left: 70px;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uE5UM3R14J .btn {
    width: 100%;
  }
}
.cid-uE5UM3R14J .btn:hover {
  background: #18293D !important;
  border-color: #18293D !important;
  color: #fff !important;
}
.cid-uE5VIKg0Ig {
  overflow: visible !important;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uE5VIKg0Ig .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-uE5VIKg0Ig .container-fluid {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
@media (min-width: 992px) {
  .cid-uE5VIKg0Ig .row {
    margin-bottom: -390px;
    margin-bottom: -340px;
  }
}
@media (min-width: 992px) {
  .cid-uE5VIKg0Ig .display-1 {
    font-size: 65px;
  }
  .cid-uE5VIKg0Ig .display-5 {
    font-size: 29px;
  }
  .cid-uE5VIKg0Ig .display-7 {
    font-size: 24px;
  }
  .cid-uE5VIKg0Ig .display-4 {
    font-weight: 300;
  }
}
.cid-uE5VIKg0Ig .revers {
  flex-direction: row-reverse;
}
.cid-uE5VIKg0Ig .parallax {
  background-image: url("../../../assets/images/mbr-1-1920x1280.webp");
  height: 400px;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uE5VIKg0Ig .parallax {
    height: 640px;
  }
}
.cid-uE5VIKg0Ig .index {
  z-index: 3;
}
.cid-uE5VIKg0Ig .text {
  padding: 0;
  background: #d3f1f5;
}
@media (min-width: 992px) {
  .cid-uE5VIKg0Ig .text {
    width: 777px;
    transform: translate(-35.3%, -75%);
  }
}
@media (min-width: 1400px) {
  .cid-uE5VIKg0Ig .text {
    transform: translate(-47%, -75%);
  }
}
@media (min-width: 1400px) {
  .cid-uE5VIKg0Ig .text {
    transform: translate(-7%, -75%);
  }
}
@media (min-width: 992px) {
  .cid-uE5VIKg0Ig .text {
    transform: translate(5%, -75%);
  }
}
@media (min-width: 1400px) {
  .cid-uE5VIKg0Ig .text {
    transform: translate(30%, -75%);
  }
}
.cid-uE5VIKg0Ig .wrapper {
  padding: 3rem 1rem 5rem;
}
@media (min-width: 992px) {
  .cid-uE5VIKg0Ig .wrapper {
    padding: 80px 127px 40px;
  }
}
.cid-uE5VIKg0Ig .mbr-text {
  font-weight: 300;
}
.cid-uE5VIKg0Ig .mbr-section-btn {
  background: #d3f1f5;
  margin-left: 0;
  margin-right: 0;
}
.cid-uE5VIKg0Ig .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-height: 72px;
  padding-right: 70px;
  padding-left: 70px;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uE5VIKg0Ig .btn {
    width: 100%;
  }
}
.cid-uE5VIKg0Ig .btn:hover {
  background: #18293D !important;
  border-color: #18293D !important;
  color: #fff !important;
}
.cid-uE5X8tpguW {
  overflow: visible !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-uE5X8tpguW {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .cid-uE5X8tpguW {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }
}
.cid-uE5X8tpguW .f-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uE5X8tpguW .f-row {
    flex-direction: row;
    min-height: 665px;
  }
}
@media (min-width: 992px) {
  .cid-uE5X8tpguW .image-wrapper {
    transform: translateX(25%);
    min-width: 770px;
    min-height: 500px;
    max-height: 500px;
  }
}
.cid-uE5X8tpguW .image-wrapper img {
  min-height: 100%;
  max-height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uE5X8tpguW .text {
    min-width: 615px;
    transform: translate(-25%, 7rem);
  }
}
.cid-uE5X8tpguW .text-wrapper {
  background: #32cd32;
  padding: 3rem 1rem 5rem;
}
@media (min-width: 992px) {
  .cid-uE5X8tpguW .text-wrapper {
    padding: 100px 100px 63px;
  }
}
.cid-uE5X8tpguW .mbr-text {
  font-weight: 300;
}
@media (min-width: 992px) {
  .cid-uE5X8tpguW .display-1 {
    font-size: 65px;
  }
  .cid-uE5X8tpguW .display-5 {
    font-size: 29px;
  }
}
.cid-uE5X8tpguW .mbr-section-btn {
  background: #32cd32;
  margin-left: 0;
  margin-right: 0;
}
.cid-uE5X8tpguW .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-height: 72px;
  padding-right: 80px;
  padding-left: 80px;
  margin: 0;
}
.cid-uE5X8tpguW .btn:hover {
  background: #BEE1E6 !important;
  border-color: #BEE1E6 !important;
  color: #18293D !important;
}
.cid-uE5YdurTkV {
  overflow: visible !important;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uE5YdurTkV .row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uE5YdurTkV .row {
    flex-direction: row;
    min-height: 665px;
    margin-bottom: -355px;
  }
}
@media (min-width: 1400px) {
  .cid-uE5YdurTkV .row {
    margin-bottom: 130px;
  }
}
.cid-uE5YdurTkV .text {
  padding: 0;
  z-index: 2;
  background: #bee1e6;
}
@media (min-width: 992px) {
  .cid-uE5YdurTkV .text {
    width: 663px;
    transform: translateX(-35.3%);
  }
}
@media (min-width: 1400px) {
  .cid-uE5YdurTkV .text {
    transform: translateX(-25%);
  }
}
@media (min-width: 1400px) {
  .cid-uE5YdurTkV .text {
    transform: translateX(15%);
  }
}
@media (min-width: 1800px) {
  .cid-uE5YdurTkV .text {
    min-width: 900px;
    transform: translateX(7%);
  }
}
.cid-uE5YdurTkV .wrapper {
  padding: 3rem 1rem 5rem;
}
@media (min-width: 992px) {
  .cid-uE5YdurTkV .wrapper {
    padding: 95px 127px 50px;
  }
}
.cid-uE5YdurTkV .mbr-text {
  font-weight: 300;
}
@media (min-width: 992px) {
  .cid-uE5YdurTkV .display-5 {
    font-size: 29px;
  }
}
.cid-uE5YdurTkV .wrapper-img {
  z-index: 1;
  padding: 0;
}
@media (min-width: 992px) {
  .cid-uE5YdurTkV .wrapper-img {
    width: 690px;
    height: 480px;
    transform: translate(25%, -55%);
  }
}
@media (min-width: 1400px) {
  .cid-uE5YdurTkV .wrapper-img {
    transform: translate(35%, -55%);
  }
}
@media (min-width: 1400px) {
  .cid-uE5YdurTkV .wrapper-img {
    transform: translate(-24.6%, 55%);
  }
}
@media (min-width: 1800px) {
  .cid-uE5YdurTkV .wrapper-img {
    width: 800px;
    height: 300px;
    transform: translate(-25.7%, 35%);
  }
}
.cid-uE5YdurTkV .wrapper-img img {
  min-height: 100%;
  max-height: 460px;
  width: 100%;
  object-fit: cover;
}
.cid-uE5YdurTkV .mbr-section-btn {
  background: #bee1e6;
  margin-left: 0;
  margin-right: 0;
}
.cid-uE5YdurTkV .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-width: 269px;
  min-height: 72px;
  padding-right: 80px;
  padding-left: 80px;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uE5YdurTkV .btn {
    width: 100%;
  }
}
.cid-uE5YdurTkV .btn:hover {
  background: #18293D !important;
  border-color: #18293D !important;
  color: #fff !important;
}
.cid-uE5YdurTkV .text1 {
  padding: 3rem 1rem 5rem;
  background: #32cd32;
}
@media (min-width: 992px) {
  .cid-uE5YdurTkV .text1 {
    padding: 75px 127px 70px;
    width: 663px;
    transform: translate(-5%, -85%);
  }
}
@media (min-width: 1400px) {
  .cid-uE5YdurTkV .text1 {
    transform: translate(-15%, -95%);
  }
}
@media (min-width: 1400px) {
  .cid-uE5YdurTkV .text1 {
    transform: translate(-15%, 45%);
  }
}
@media (min-width: 1800px) {
  .cid-uE5YdurTkV .text1 {
    width: 900px;
    transform: translate(-15%, 35%);
  }
}
.cid-uE60bfwXqB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-uE60bfwXqB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE60bfwXqB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uE60bfwXqB .container {
    padding: 0 16px;
  }
}
.cid-uE60bfwXqB .row {
  justify-content: center;
}
.cid-uE60bfwXqB .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uE60bfwXqB .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uE60bfwXqB .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uE60bfwXqB .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uE60bfwXqB .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-uE60bfwXqB .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-uE60bfwXqB .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-uE60bfwXqB .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-uE60bfwXqB .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-uE60bfwXqB .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-uE60bfwXqB .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-uE60bfwXqB .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-uE60bfwXqB .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-uE60bfwXqB .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-uE60bfwXqB .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-uE60bfwXqB .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-uE60bfwXqB .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-uE60bfwXqB .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-uE60bfwXqB .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-uE60bfwXqB .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-uE60bfwXqB .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #ee494d !important;
  color: #415d7d !important;
  border-color: #ee494d !important;
}
.cid-uE60bfwXqB .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #253c57 !important;
  color: #415d7d !important;
}
.cid-uE60bfwXqB .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ee494d !important;
  color: #415d7d !important;
}
.cid-uE60bfwXqB .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #bee1e6 !important;
  color: #415d7d !important;
}
.cid-uE60bfwXqB .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #415d7d !important;
  color: #ee494d !important;
  border-color: #415d7d !important;
}
.cid-uE60bfwXqB .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #eeff42 !important;
  color: #415d7d !important;
}
.cid-uE60bfwXqB .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #fd7578 !important;
  color: #415d7d !important;
}
.cid-uE60bfwXqB .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-uE60bfwXqB .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-uE60bfwXqB .mbr-desc {
  color: #706cff;
}
.cid-uE60bfwXqB .mbr-section-title {
  color: #000000;
}
.cid-uE60bfwXqB .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uE60bfwXqB .mbr-section-btn {
  text-align: center;
}
.cid-uEs7qVSjLf {
  background-color: #bee1e6;
}
.cid-uEs7qVSjLf .mbr-overlay {
  background-color: #ffffff;
  opacity: 0;
}
.cid-uEs7qVSjLf .container-fluid {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
.cid-uEs7qVSjLf form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uEs7qVSjLf form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uEs7qVSjLf form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uEs7qVSjLf .form {
  background-color: #e8eaec;
  padding-top: 7rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .cid-uEs7qVSjLf .form {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-uEs7qVSjLf .form {
    padding-left: 290px;
    padding-right: 290px;
  }
}
.cid-uEs7qVSjLf .text {
  padding-top: 7rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .cid-uEs7qVSjLf .text {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-uEs7qVSjLf .text {
    padding-left: 193px;
    padding-right: 193px;
  }
}
.cid-uEs7qVSjLf .mbr-section-title {
  text-align: left;
}
.cid-uEs7qVSjLf .mbr-section-subtitle {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uEs7qVSjLf .display-1 {
    font-size: 65px;
  }
  .cid-uEs7qVSjLf .display-5 {
    font-size: 29px;
  }
  .cid-uEs7qVSjLf .display-7 {
    font-size: 24px;
  }
  .cid-uEs7qVSjLf .display-4 {
    font-weight: 300;
  }
}
.cid-uEs7qVSjLf .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
}
.cid-uEs7qVSjLf .btn:hover {
  background: #EeFF42 !important;
  border-color: #EeFF42 !important;
  color: #18293D !important;
}
.cid-uEs7qVSjLf .btn-primary-outline {
  color: #18293D !important;
}
.cid-uEs7qVSjLf .form-control,
.cid-uEs7qVSjLf .field-input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  border-bottom: 2px solid #253C57 !important;
  padding: 0;
  color: #18293D;
  margin: 0;
  font-weight: 300;
}
.cid-uEs7qVSjLf .form-control:hover {
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid #253C57 !important;
}
.cid-uEs7qVSjLf .form-control:focus {
  box-shadow: none;
  outline: none;
  background-color: inherit;
}
.cid-uEs7qVSjLf .form-check-input:checked {
  background-color: #253c57;
  border-color: #253c57;
}
.cid-uEs7qVSjLf .form-control::placeholder {
  color: #18293D;
  margin: 0;
  font-weight: 300;
}
.cid-uEs7qVSjLf .form-group {
  margin-bottom: 41px;
}
.cid-uEDROuPROU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #32cd32;
}
.cid-uEDROuPROU .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-uEDROuPROU .btn-social,
.cid-uEDROuPROU .mbr-section-title {
  color: #57468b;
}
.cid-uEDROuPROU .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #89aeb3;
}
.cid-uEDROuPROU .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uEDROuPROU .soc-item:hover {
  background: #ffffff;
}
.cid-uEDROuPROU .soc-item:hover span {
  color: #89aeb3 !important;
}
.cid-uEDROuPROU .social-list {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uEDROuPROU .align-left,
  .cid-uEDROuPROU .align-right {
    text-align: center;
  }
  .cid-uEDROuPROU .social-list {
    justify-content: center;
  }
  .cid-uEDROuPROU .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-uEDROuPROU .mbr-text {
  color: #ffffff;
}
.cid-uE61g7kauq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #32cd32;
  overflow: hidden;
}
.cid-uE61g7kauq .media-container-row .mbr-text {
  color: #18293d;
}
.cid-uE61g7kauq .mbr-text {
  font-weight: 300;
}
