.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 4.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Inter', 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.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((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.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .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: #f600be !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #ffe161 !important;
}
.bg-warning {
  background-color: #144031 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f600be !important;
  border-color: #f600be !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: #9f007b !important;
  border-color: #9f007b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9f007b !important;
  border-color: #9f007b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5cdb95 !important;
  border-color: #5cdb95 !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: #29b869 !important;
  border-color: #29b869 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #29b869 !important;
  border-color: #29b869 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #144031 !important;
  border-color: #144031 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !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: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f600be;
  color: #f600be;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #9f007b !important;
  background-color: transparent!important;
  border-color: #9f007b !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f600be !important;
  border-color: #f600be !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #5cdb95;
  color: #5cdb95;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #29b869 !important;
  background-color: transparent!important;
  border-color: #29b869 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5cdb95 !important;
  border-color: #5cdb95 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #144031;
  color: #144031;
}
.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: #144031 !important;
  border-color: #144031 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #f600be !important;
}
.text-secondary {
  color: #5cdb95 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #ffe161 !important;
}
.text-warning {
  color: #144031 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #90006f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #26ab62 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #facb00 !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: #ff5500 !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: #f600be;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffe161;
}
.alert-warning {
  background-color: #144031;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f600be;
  border-color: #f600be;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f600be;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffc3f1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.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: #69d0ad;
}
.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: 'Inter', 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: #f600be !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', 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: #f600be;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f600be;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f600be;
}
.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: #f600be;
  border-bottom-color: #f600be;
}
.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: #f600be !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #5cdb95 !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='%23f600be' %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-sFAA5oUu2Y .navbar-dropdown {
  position: relative !important;
}
.cid-sFAA5oUu2Y .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-sFAA5oUu2Y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFAA5oUu2Y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFAA5oUu2Y .dropdown-item:hover,
.cid-sFAA5oUu2Y .dropdown-item:focus {
  background: #f600be !important;
  color: white !important;
}
.cid-sFAA5oUu2Y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFAA5oUu2Y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFAA5oUu2Y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFAA5oUu2Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFAA5oUu2Y .nav-link {
  position: relative;
}
.cid-sFAA5oUu2Y .container {
  display: flex;
  margin: auto;
}
.cid-sFAA5oUu2Y .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFAA5oUu2Y .dropdown-menu,
.cid-sFAA5oUu2Y .navbar.opened {
  background: #000000 !important;
}
.cid-sFAA5oUu2Y .nav-item:focus,
.cid-sFAA5oUu2Y .nav-link:focus {
  outline: none;
}
.cid-sFAA5oUu2Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFAA5oUu2Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFAA5oUu2Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFAA5oUu2Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFAA5oUu2Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFAA5oUu2Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFAA5oUu2Y .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sFAA5oUu2Y .navbar.opened {
  transition: all 0.3s;
}
.cid-sFAA5oUu2Y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFAA5oUu2Y .navbar .navbar-logo img {
  width: auto;
}
.cid-sFAA5oUu2Y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFAA5oUu2Y .navbar.collapsed {
  justify-content: center;
}
.cid-sFAA5oUu2Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFAA5oUu2Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFAA5oUu2Y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sFAA5oUu2Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFAA5oUu2Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFAA5oUu2Y .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-sFAA5oUu2Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFAA5oUu2Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFAA5oUu2Y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFAA5oUu2Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFAA5oUu2Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFAA5oUu2Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFAA5oUu2Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFAA5oUu2Y .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-sFAA5oUu2Y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFAA5oUu2Y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFAA5oUu2Y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFAA5oUu2Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFAA5oUu2Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFAA5oUu2Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFAA5oUu2Y .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFAA5oUu2Y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFAA5oUu2Y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFAA5oUu2Y .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFAA5oUu2Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFAA5oUu2Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFAA5oUu2Y .dropdown-item.active,
.cid-sFAA5oUu2Y .dropdown-item:active {
  background-color: transparent;
}
.cid-sFAA5oUu2Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFAA5oUu2Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFAA5oUu2Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFAA5oUu2Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sFAA5oUu2Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFAA5oUu2Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFAA5oUu2Y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFAA5oUu2Y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFAA5oUu2Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFAA5oUu2Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #05386b;
}
.cid-sFAA5oUu2Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFAA5oUu2Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFAA5oUu2Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFAA5oUu2Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFAA5oUu2Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFAA5oUu2Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFAA5oUu2Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFAA5oUu2Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFAA5oUu2Y .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFAA5oUu2Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFAA5oUu2Y .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFAA5oUu2Y .navbar {
    height: 70px;
  }
  .cid-sFAA5oUu2Y .navbar.opened {
    height: auto;
  }
  .cid-sFAA5oUu2Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFCAOqBTxa {
  padding-top: 15rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/download.jpg-1500x1000.jpg");
}
.cid-sFCAOqBTxa .mbr-section-title {
  color: #144031;
  text-align: center;
}
.cid-sFCAOqBTxa .mbr-text,
.cid-sFCAOqBTxa .mbr-section-btn {
  color: #144031;
  text-align: center;
}
.cid-uU7weaCXbM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uU7weaCXbM .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-uU7weaCXbM .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uU7weaCXbM .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-uU7weaCXbM .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #eaffe2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uU7cskK7Wh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-uU7cskK7Wh .line {
  background-color: #144031;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sFAOw5Fdod {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sFAOw5Fdod img,
.cid-sFAOw5Fdod .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sFAOw5Fdod .item:focus,
.cid-sFAOw5Fdod span:focus {
  outline: none;
}
.cid-sFAOw5Fdod .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFAOw5Fdod .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #eaffe2;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sFAOw5Fdod .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sFAOw5Fdod .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sFAOw5Fdod .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sFAOw5Fdod .mbr-section-title {
  color: #000000;
}
.cid-sFAOw5Fdod .mbr-text,
.cid-sFAOw5Fdod .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-sFAOw5Fdod .item-title {
  text-align: center;
  color: #000000;
}
.cid-sFAOw5Fdod .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sFAOw5Fdod .mbr-section-subtitle {
  color: #000000;
}
.cid-uU7cr4eqFO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-uU7cr4eqFO blockquote {
  border-color: #144031;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uU7cr4eqFO .mbr-section-title {
  color: #000000;
}
.cid-uU7cr4eqFO .mbr-text {
  color: #000000;
}
.cid-uU7vDI5It7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uU7vDI5It7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7vDI5It7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7vDI5It7 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uU7vDI5It7 .card {
    margin-bottom: 2rem!important;
  }
  .cid-uU7vDI5It7 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uU7vDI5It7 .link-wrap {
    align-items: center;
  }
}
.cid-uU7vDI5It7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uU7vDI5It7 .mbr-text,
.cid-uU7vDI5It7 .link-wrap,
.cid-uU7vDI5It7 .mbr-section-btn {
  text-align: center;
}
.cid-uU7vDI5It7 .card-title,
.cid-uU7vDI5It7 .card-box {
  text-align: center;
}
.cid-uU7cwpbr3j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uU7cwpbr3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7cwpbr3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7cwpbr3j .mbr-section-title {
  color: #000000;
}
.cid-sFANq99njx {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-color: #eaffe2;
}
.cid-sFANq99njx .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sFANq99njx .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-sFANq99njx .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFANq99njx .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sFANq99njx .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sFANq99njx .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sFANq99njx .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-sFANq99njx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFANq99njx .card-title {
  color: #000000;
}
.cid-sFANq99njx .mbr-text,
.cid-sFANq99njx .mbr-section-btn {
  color: #000000;
}
.cid-sFADQxFnEn {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #eaffe2;
}
.cid-sFADQxFnEn .mbr-section-title {
  color: #000000;
}
.cid-sFADQxFnEn .mbr-section-subtitle {
  color: #000000;
}
.cid-uU7uMtGrbn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uU7uMtGrbn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7uMtGrbn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uU7uMtGrbn .container {
    max-width: 1400px;
  }
}
.cid-uU7uMtGrbn .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uU7uMtGrbn .row {
  justify-content: center;
}
.cid-uU7uMtGrbn .mbr-section-title {
  color: #000000;
}
.cid-uU7eP5GlDP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uU7eP5GlDP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7eP5GlDP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7eP5GlDP .nav-tabs .nav-item.open .nav-link:focus,
.cid-uU7eP5GlDP .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uU7eP5GlDP .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #144031;
}
@media (max-width: 767px) {
  .cid-uU7eP5GlDP .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-uU7eP5GlDP .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-uU7eP5GlDP .nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.cid-uU7eP5GlDP .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-uU7eP5GlDP .nav-link,
.cid-uU7eP5GlDP .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-uU7eP5GlDP .nav-tabs .nav-link.active {
  color: #144031;
  border-bottom: 3px solid #144031;
}
.cid-uU7eP5GlDP H4 {
  text-align: center;
}
.cid-uU7eP5GlDP H3 {
  text-align: center;
  color: #000000;
}
.cid-sFADMOwrhN {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sFADMOwrhN .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sFADMOwrhN .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sFADMOwrhN .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sFADMOwrhN .card-wrapper {
  border-radius: 4px;
  background-color: #eaffe2;
}
.cid-sFADMOwrhN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFADMOwrhN .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sFADMOwrhN .mbr-text {
  color: #000000;
}
.cid-sFADMOwrhN .card-title {
  color: #000000;
}
.cid-sFADMOwrhN .price {
  color: #05386b;
}
.cid-uU7c8n9kgP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-uU7c8n9kgP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7c8n9kgP .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-uU7c8n9kgP .container {
    padding: 0 30px;
  }
}
.cid-uU7c8n9kgP .row {
  justify-content: center;
}
.cid-uU7c8n9kgP .map-wrapper {
  height: 386px;
  background-color: #144031;
  position: relative;
  padding: 40px 40px 0 40px;
  margin-bottom: 134px;
}
@media (max-width: 992px) {
  .cid-uU7c8n9kgP .map-wrapper {
    padding: 20px 20px 0 20px;
  }
}
.cid-uU7c8n9kgP .map-wrapper .google-map iframe {
  height: 418px;
  border-radius: 0 !important;
}
.cid-uU7c8n9kgP .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding-left: 100px;
}
@media (max-width: 992px) {
  .cid-uU7c8n9kgP .items-wrapper {
    display: block;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uU7c8n9kgP .items-wrapper .item {
    margin-bottom: 30px;
  }
}
.cid-uU7c8n9kgP .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uU7c8n9kgP .items-wrapper .item .item-wrapper .card-box .desc-wrap:hover .item-desc::before,
.cid-uU7c8n9kgP .items-wrapper .item .item-wrapper .card-box .desc-wrap:focus .item-desc::before {
  width: 100%;
}
.cid-uU7c8n9kgP .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-uU7c8n9kgP .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-uU7c8n9kgP .item-menu-overlay .btn-wrapper {
  margin-top: -10%;
}
.cid-uU7c8n9kgP .item-title {
  color: #144031;
}
.cid-uU7c8n9kgP .item-desc {
  color: #144031;
}
.cid-uU70qk4XUb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #144031;
}
.cid-uU70qk4XUb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU70qk4XUb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU70qk4XUb .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uU70qk4XUb .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uU70qk4XUb .row {
    text-align: center;
  }
  .cid-uU70qk4XUb .row > div {
    margin: auto;
  }
  .cid-uU70qk4XUb .social-row {
    justify-content: center;
  }
}
.cid-uU70qk4XUb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uU70qk4XUb .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uU70qk4XUb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uU70qk4XUb .list {
    margin-bottom: 0rem;
  }
}
.cid-uU70qk4XUb .mbr-text {
  color: #ffffff;
}
.cid-uU70qk4XUb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uU70qk4XUb .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uU70qk4XUb div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uU70qk4XUb .copyright {
  color: #ffffff;
}
.cid-uU7Ifl46cL .navbar-dropdown {
  position: relative !important;
}
.cid-uU7Ifl46cL .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-uU7Ifl46cL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uU7Ifl46cL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uU7Ifl46cL .dropdown-item:hover,
.cid-uU7Ifl46cL .dropdown-item:focus {
  background: #f600be !important;
  color: white !important;
}
.cid-uU7Ifl46cL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uU7Ifl46cL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uU7Ifl46cL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uU7Ifl46cL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uU7Ifl46cL .nav-link {
  position: relative;
}
.cid-uU7Ifl46cL .container {
  display: flex;
  margin: auto;
}
.cid-uU7Ifl46cL .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uU7Ifl46cL .dropdown-menu,
.cid-uU7Ifl46cL .navbar.opened {
  background: #000000 !important;
}
.cid-uU7Ifl46cL .nav-item:focus,
.cid-uU7Ifl46cL .nav-link:focus {
  outline: none;
}
.cid-uU7Ifl46cL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uU7Ifl46cL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uU7Ifl46cL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uU7Ifl46cL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uU7Ifl46cL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uU7Ifl46cL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uU7Ifl46cL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uU7Ifl46cL .navbar.opened {
  transition: all 0.3s;
}
.cid-uU7Ifl46cL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uU7Ifl46cL .navbar .navbar-logo img {
  width: auto;
}
.cid-uU7Ifl46cL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uU7Ifl46cL .navbar.collapsed {
  justify-content: center;
}
.cid-uU7Ifl46cL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uU7Ifl46cL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uU7Ifl46cL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uU7Ifl46cL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uU7Ifl46cL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uU7Ifl46cL .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-uU7Ifl46cL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uU7Ifl46cL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uU7Ifl46cL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uU7Ifl46cL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uU7Ifl46cL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uU7Ifl46cL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uU7Ifl46cL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uU7Ifl46cL .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-uU7Ifl46cL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uU7Ifl46cL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uU7Ifl46cL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uU7Ifl46cL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uU7Ifl46cL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uU7Ifl46cL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uU7Ifl46cL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uU7Ifl46cL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uU7Ifl46cL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uU7Ifl46cL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uU7Ifl46cL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uU7Ifl46cL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uU7Ifl46cL .dropdown-item.active,
.cid-uU7Ifl46cL .dropdown-item:active {
  background-color: transparent;
}
.cid-uU7Ifl46cL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uU7Ifl46cL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uU7Ifl46cL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uU7Ifl46cL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uU7Ifl46cL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uU7Ifl46cL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uU7Ifl46cL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uU7Ifl46cL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uU7Ifl46cL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uU7Ifl46cL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #05386b;
}
.cid-uU7Ifl46cL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uU7Ifl46cL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU7Ifl46cL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU7Ifl46cL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uU7Ifl46cL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU7Ifl46cL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uU7Ifl46cL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uU7Ifl46cL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU7Ifl46cL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uU7Ifl46cL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uU7Ifl46cL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uU7Ifl46cL .navbar {
    height: 70px;
  }
  .cid-uU7Ifl46cL .navbar.opened {
    height: auto;
  }
  .cid-uU7Ifl46cL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU7IfmEMYK {
  padding-top: 15rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/z.jpg-862x548.jpg");
}
.cid-uU7IfmEMYK .mbr-section-title {
  color: #144031;
  text-align: center;
}
.cid-uU7IfmEMYK .mbr-text,
.cid-uU7IfmEMYK .mbr-section-btn {
  color: #144031;
  text-align: center;
}
.cid-uU7Ifol8qP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-uU7Ifol8qP .line {
  background-color: #144031;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uU7IfAWWIa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-uU7IfAWWIa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7IfAWWIa .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-uU7IfAWWIa .container {
    padding: 0 30px;
  }
}
.cid-uU7IfAWWIa .row {
  justify-content: center;
}
.cid-uU7IfAWWIa .map-wrapper {
  height: 386px;
  background-color: #144031;
  position: relative;
  padding: 40px 40px 0 40px;
  margin-bottom: 134px;
}
@media (max-width: 992px) {
  .cid-uU7IfAWWIa .map-wrapper {
    padding: 20px 20px 0 20px;
  }
}
.cid-uU7IfAWWIa .map-wrapper .google-map iframe {
  height: 418px;
  border-radius: 0 !important;
}
.cid-uU7IfAWWIa .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding-left: 100px;
}
@media (max-width: 992px) {
  .cid-uU7IfAWWIa .items-wrapper {
    display: block;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uU7IfAWWIa .items-wrapper .item {
    margin-bottom: 30px;
  }
}
.cid-uU7IfAWWIa .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uU7IfAWWIa .items-wrapper .item .item-wrapper .card-box .desc-wrap:hover .item-desc::before,
.cid-uU7IfAWWIa .items-wrapper .item .item-wrapper .card-box .desc-wrap:focus .item-desc::before {
  width: 100%;
}
.cid-uU7IfAWWIa .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-uU7IfAWWIa .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-uU7IfAWWIa .item-menu-overlay .btn-wrapper {
  margin-top: -10%;
}
.cid-uU7IfAWWIa .item-title {
  color: #144031;
}
.cid-uU7IfAWWIa .item-desc {
  color: #144031;
}
.cid-uU7IfCdO7R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #144031;
}
.cid-uU7IfCdO7R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7IfCdO7R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7IfCdO7R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uU7IfCdO7R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uU7IfCdO7R .row {
    text-align: center;
  }
  .cid-uU7IfCdO7R .row > div {
    margin: auto;
  }
  .cid-uU7IfCdO7R .social-row {
    justify-content: center;
  }
}
.cid-uU7IfCdO7R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uU7IfCdO7R .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uU7IfCdO7R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uU7IfCdO7R .list {
    margin-bottom: 0rem;
  }
}
.cid-uU7IfCdO7R .mbr-text {
  color: #ffffff;
}
.cid-uU7IfCdO7R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uU7IfCdO7R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uU7IfCdO7R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uU7IfCdO7R .copyright {
  color: #ffffff;
}
.cid-uU7yi2I27S .navbar-dropdown {
  position: relative !important;
}
.cid-uU7yi2I27S .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-uU7yi2I27S .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uU7yi2I27S .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uU7yi2I27S .dropdown-item:hover,
.cid-uU7yi2I27S .dropdown-item:focus {
  background: #f600be !important;
  color: white !important;
}
.cid-uU7yi2I27S .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uU7yi2I27S .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uU7yi2I27S .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uU7yi2I27S .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uU7yi2I27S .nav-link {
  position: relative;
}
.cid-uU7yi2I27S .container {
  display: flex;
  margin: auto;
}
.cid-uU7yi2I27S .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uU7yi2I27S .dropdown-menu,
.cid-uU7yi2I27S .navbar.opened {
  background: #000000 !important;
}
.cid-uU7yi2I27S .nav-item:focus,
.cid-uU7yi2I27S .nav-link:focus {
  outline: none;
}
.cid-uU7yi2I27S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uU7yi2I27S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uU7yi2I27S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uU7yi2I27S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uU7yi2I27S .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uU7yi2I27S .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uU7yi2I27S .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uU7yi2I27S .navbar.opened {
  transition: all 0.3s;
}
.cid-uU7yi2I27S .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uU7yi2I27S .navbar .navbar-logo img {
  width: auto;
}
.cid-uU7yi2I27S .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uU7yi2I27S .navbar.collapsed {
  justify-content: center;
}
.cid-uU7yi2I27S .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uU7yi2I27S .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uU7yi2I27S .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uU7yi2I27S .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uU7yi2I27S .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uU7yi2I27S .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-uU7yi2I27S .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uU7yi2I27S .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uU7yi2I27S .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uU7yi2I27S .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uU7yi2I27S .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uU7yi2I27S .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uU7yi2I27S .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uU7yi2I27S .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-uU7yi2I27S .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uU7yi2I27S .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uU7yi2I27S .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uU7yi2I27S .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uU7yi2I27S .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uU7yi2I27S .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uU7yi2I27S .navbar.navbar-short {
  min-height: 60px;
}
.cid-uU7yi2I27S .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uU7yi2I27S .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uU7yi2I27S .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uU7yi2I27S .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uU7yi2I27S .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uU7yi2I27S .dropdown-item.active,
.cid-uU7yi2I27S .dropdown-item:active {
  background-color: transparent;
}
.cid-uU7yi2I27S .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uU7yi2I27S .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uU7yi2I27S .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uU7yi2I27S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uU7yi2I27S .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uU7yi2I27S .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uU7yi2I27S ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uU7yi2I27S .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uU7yi2I27S button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uU7yi2I27S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #05386b;
}
.cid-uU7yi2I27S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uU7yi2I27S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU7yi2I27S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU7yi2I27S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uU7yi2I27S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU7yi2I27S nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uU7yi2I27S nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uU7yi2I27S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU7yi2I27S .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uU7yi2I27S a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uU7yi2I27S .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uU7yi2I27S .navbar {
    height: 70px;
  }
  .cid-uU7yi2I27S .navbar.opened {
    height: auto;
  }
  .cid-uU7yi2I27S .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU7yi3J58y {
  padding-top: 15rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/how-does-a-contractor-eat-the-deductible-1-1440x961.jpeg-1440x961.jpg");
}
.cid-uU7yi3J58y .mbr-section-title {
  color: #144031;
  text-align: center;
}
.cid-uU7yi3J58y .mbr-text,
.cid-uU7yi3J58y .mbr-section-btn {
  color: #144031;
  text-align: center;
}
.cid-uU7yi4vApl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uU7yi4vApl .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-uU7yi4vApl .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uU7yi4vApl .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-uU7yi4vApl .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #eaffe2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uU7yi59bCl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-uU7yi59bCl .line {
  background-color: #144031;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uU7yi5Nw9t {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uU7yi5Nw9t img,
.cid-uU7yi5Nw9t .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uU7yi5Nw9t .item:focus,
.cid-uU7yi5Nw9t span:focus {
  outline: none;
}
.cid-uU7yi5Nw9t .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uU7yi5Nw9t .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #eaffe2;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uU7yi5Nw9t .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uU7yi5Nw9t .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uU7yi5Nw9t .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uU7yi5Nw9t .mbr-section-title {
  color: #000000;
}
.cid-uU7yi5Nw9t .mbr-text,
.cid-uU7yi5Nw9t .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uU7yi5Nw9t .item-title {
  text-align: center;
  color: #000000;
}
.cid-uU7yi5Nw9t .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uU7yi5Nw9t .mbr-section-subtitle {
  color: #000000;
}
.cid-uU7yi6Vl3g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-uU7yi6Vl3g blockquote {
  border-color: #144031;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uU7yi6Vl3g .mbr-section-title {
  color: #000000;
}
.cid-uU7yi6Vl3g .mbr-text {
  color: #000000;
}
.cid-uU7yi7ZkVN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uU7yi7ZkVN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7yi7ZkVN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7yi7ZkVN .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uU7yi7ZkVN .card {
    margin-bottom: 2rem!important;
  }
  .cid-uU7yi7ZkVN .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uU7yi7ZkVN .link-wrap {
    align-items: center;
  }
}
.cid-uU7yi7ZkVN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uU7yi7ZkVN .mbr-text,
.cid-uU7yi7ZkVN .link-wrap,
.cid-uU7yi7ZkVN .mbr-section-btn {
  text-align: center;
}
.cid-uU7yi7ZkVN .card-title,
.cid-uU7yi7ZkVN .card-box {
  text-align: center;
}
.cid-uU7yi8VvRo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uU7yi8VvRo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7yi8VvRo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7yi8VvRo .mbr-section-title {
  color: #000000;
}
.cid-uU7yi9RX6V {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-color: #eaffe2;
}
.cid-uU7yi9RX6V .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uU7yi9RX6V .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uU7yi9RX6V .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU7yi9RX6V .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uU7yi9RX6V .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uU7yi9RX6V .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uU7yi9RX6V .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uU7yi9RX6V .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uU7yi9RX6V .card-title {
  color: #000000;
}
.cid-uU7yi9RX6V .mbr-text,
.cid-uU7yi9RX6V .mbr-section-btn {
  color: #000000;
}
.cid-uU7yiaWUSQ {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #eaffe2;
}
.cid-uU7yiaWUSQ .mbr-section-title {
  color: #000000;
}
.cid-uU7yiaWUSQ .mbr-section-subtitle {
  color: #000000;
}
.cid-uU7yibSAh8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uU7yibSAh8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7yibSAh8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uU7yibSAh8 .container {
    max-width: 1400px;
  }
}
.cid-uU7yibSAh8 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uU7yibSAh8 .row {
  justify-content: center;
}
.cid-uU7yibSAh8 .mbr-section-title {
  color: #000000;
}
.cid-uU7yidbsBG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uU7yidbsBG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7yidbsBG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7yidbsBG .nav-tabs .nav-item.open .nav-link:focus,
.cid-uU7yidbsBG .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uU7yidbsBG .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #144031;
}
@media (max-width: 767px) {
  .cid-uU7yidbsBG .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-uU7yidbsBG .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-uU7yidbsBG .nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.cid-uU7yidbsBG .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-uU7yidbsBG .nav-link,
.cid-uU7yidbsBG .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-uU7yidbsBG .nav-tabs .nav-link.active {
  color: #144031;
  border-bottom: 3px solid #144031;
}
.cid-uU7yidbsBG H4 {
  text-align: center;
}
.cid-uU7yidbsBG H3 {
  text-align: center;
  color: #000000;
}
.cid-uU7yif1KvO {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uU7yif1KvO .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uU7yif1KvO .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uU7yif1KvO .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uU7yif1KvO .card-wrapper {
  border-radius: 4px;
  background-color: #eaffe2;
}
.cid-uU7yif1KvO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uU7yif1KvO .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uU7yif1KvO .mbr-text {
  color: #000000;
}
.cid-uU7yif1KvO .card-title {
  color: #000000;
}
.cid-uU7yif1KvO .price {
  color: #05386b;
}
.cid-uU7AjUHNmw {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uU7AjUHNmw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7AjUHNmw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7AjUHNmw .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uU7AjUHNmw .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uU7AjUHNmw .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #f600be;
}
.cid-uU7AjUHNmw .panel-body,
.cid-uU7AjUHNmw .card-header {
  padding: 1rem 0;
}
.cid-uU7AjUHNmw .panel-title-edit {
  color: #000000;
}
.cid-uU7yigNjTa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-uU7yigNjTa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7yigNjTa .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-uU7yigNjTa .container {
    padding: 0 30px;
  }
}
.cid-uU7yigNjTa .row {
  justify-content: center;
}
.cid-uU7yigNjTa .map-wrapper {
  height: 386px;
  background-color: #144031;
  position: relative;
  padding: 40px 40px 0 40px;
  margin-bottom: 134px;
}
@media (max-width: 992px) {
  .cid-uU7yigNjTa .map-wrapper {
    padding: 20px 20px 0 20px;
  }
}
.cid-uU7yigNjTa .map-wrapper .google-map iframe {
  height: 418px;
  border-radius: 0 !important;
}
.cid-uU7yigNjTa .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding-left: 100px;
}
@media (max-width: 992px) {
  .cid-uU7yigNjTa .items-wrapper {
    display: block;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uU7yigNjTa .items-wrapper .item {
    margin-bottom: 30px;
  }
}
.cid-uU7yigNjTa .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uU7yigNjTa .items-wrapper .item .item-wrapper .card-box .desc-wrap:hover .item-desc::before,
.cid-uU7yigNjTa .items-wrapper .item .item-wrapper .card-box .desc-wrap:focus .item-desc::before {
  width: 100%;
}
.cid-uU7yigNjTa .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-uU7yigNjTa .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-uU7yigNjTa .item-menu-overlay .btn-wrapper {
  margin-top: -10%;
}
.cid-uU7yigNjTa .item-title {
  color: #144031;
}
.cid-uU7yigNjTa .item-desc {
  color: #144031;
}
.cid-uU7yiirR4G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #144031;
}
.cid-uU7yiirR4G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7yiirR4G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7yiirR4G .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uU7yiirR4G .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uU7yiirR4G .row {
    text-align: center;
  }
  .cid-uU7yiirR4G .row > div {
    margin: auto;
  }
  .cid-uU7yiirR4G .social-row {
    justify-content: center;
  }
}
.cid-uU7yiirR4G .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uU7yiirR4G .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uU7yiirR4G .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uU7yiirR4G .list {
    margin-bottom: 0rem;
  }
}
.cid-uU7yiirR4G .mbr-text {
  color: #ffffff;
}
.cid-uU7yiirR4G .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uU7yiirR4G .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uU7yiirR4G div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uU7yiirR4G .copyright {
  color: #ffffff;
}
.cid-uU7AqcYQVu .navbar-dropdown {
  position: relative !important;
}
.cid-uU7AqcYQVu .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-uU7AqcYQVu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uU7AqcYQVu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uU7AqcYQVu .dropdown-item:hover,
.cid-uU7AqcYQVu .dropdown-item:focus {
  background: #f600be !important;
  color: white !important;
}
.cid-uU7AqcYQVu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uU7AqcYQVu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uU7AqcYQVu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uU7AqcYQVu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uU7AqcYQVu .nav-link {
  position: relative;
}
.cid-uU7AqcYQVu .container {
  display: flex;
  margin: auto;
}
.cid-uU7AqcYQVu .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uU7AqcYQVu .dropdown-menu,
.cid-uU7AqcYQVu .navbar.opened {
  background: #000000 !important;
}
.cid-uU7AqcYQVu .nav-item:focus,
.cid-uU7AqcYQVu .nav-link:focus {
  outline: none;
}
.cid-uU7AqcYQVu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uU7AqcYQVu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uU7AqcYQVu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uU7AqcYQVu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uU7AqcYQVu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uU7AqcYQVu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uU7AqcYQVu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uU7AqcYQVu .navbar.opened {
  transition: all 0.3s;
}
.cid-uU7AqcYQVu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uU7AqcYQVu .navbar .navbar-logo img {
  width: auto;
}
.cid-uU7AqcYQVu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uU7AqcYQVu .navbar.collapsed {
  justify-content: center;
}
.cid-uU7AqcYQVu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uU7AqcYQVu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uU7AqcYQVu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uU7AqcYQVu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uU7AqcYQVu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uU7AqcYQVu .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-uU7AqcYQVu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uU7AqcYQVu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uU7AqcYQVu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uU7AqcYQVu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uU7AqcYQVu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uU7AqcYQVu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uU7AqcYQVu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uU7AqcYQVu .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-uU7AqcYQVu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uU7AqcYQVu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uU7AqcYQVu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uU7AqcYQVu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uU7AqcYQVu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uU7AqcYQVu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uU7AqcYQVu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uU7AqcYQVu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uU7AqcYQVu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uU7AqcYQVu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uU7AqcYQVu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uU7AqcYQVu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uU7AqcYQVu .dropdown-item.active,
.cid-uU7AqcYQVu .dropdown-item:active {
  background-color: transparent;
}
.cid-uU7AqcYQVu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uU7AqcYQVu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uU7AqcYQVu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uU7AqcYQVu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uU7AqcYQVu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uU7AqcYQVu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uU7AqcYQVu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uU7AqcYQVu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uU7AqcYQVu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uU7AqcYQVu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #05386b;
}
.cid-uU7AqcYQVu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uU7AqcYQVu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU7AqcYQVu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU7AqcYQVu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uU7AqcYQVu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU7AqcYQVu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uU7AqcYQVu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uU7AqcYQVu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU7AqcYQVu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uU7AqcYQVu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uU7AqcYQVu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uU7AqcYQVu .navbar {
    height: 70px;
  }
  .cid-uU7AqcYQVu .navbar.opened {
    height: auto;
  }
  .cid-uU7AqcYQVu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU7Aqe9j1P {
  padding-top: 15rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/zz.jpg-1600x900.jpg");
}
.cid-uU7Aqe9j1P .mbr-section-title {
  color: #144031;
  text-align: center;
}
.cid-uU7Aqe9j1P .mbr-text,
.cid-uU7Aqe9j1P .mbr-section-btn {
  color: #144031;
  text-align: center;
}
.cid-uU7Aqf8OuL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uU7Aqf8OuL .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-uU7Aqf8OuL .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uU7Aqf8OuL .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-uU7Aqf8OuL .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #eaffe2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uU7AqfWMhm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-uU7AqfWMhm .line {
  background-color: #144031;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uU7AqgOai0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uU7AqgOai0 img,
.cid-uU7AqgOai0 .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uU7AqgOai0 .item:focus,
.cid-uU7AqgOai0 span:focus {
  outline: none;
}
.cid-uU7AqgOai0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uU7AqgOai0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #eaffe2;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uU7AqgOai0 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uU7AqgOai0 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uU7AqgOai0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uU7AqgOai0 .mbr-section-title {
  color: #000000;
}
.cid-uU7AqgOai0 .mbr-text,
.cid-uU7AqgOai0 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uU7AqgOai0 .item-title {
  text-align: center;
  color: #000000;
}
.cid-uU7AqgOai0 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uU7AqgOai0 .mbr-section-subtitle {
  color: #000000;
}
.cid-uU7AqiambF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-uU7AqiambF blockquote {
  border-color: #144031;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uU7AqiambF .mbr-section-title {
  color: #000000;
}
.cid-uU7AqiambF .mbr-text {
  color: #000000;
}
.cid-uU7Aqjc1cA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uU7Aqjc1cA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7Aqjc1cA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7Aqjc1cA .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uU7Aqjc1cA .card {
    margin-bottom: 2rem!important;
  }
  .cid-uU7Aqjc1cA .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uU7Aqjc1cA .link-wrap {
    align-items: center;
  }
}
.cid-uU7Aqjc1cA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uU7Aqjc1cA .mbr-text,
.cid-uU7Aqjc1cA .link-wrap,
.cid-uU7Aqjc1cA .mbr-section-btn {
  text-align: center;
}
.cid-uU7Aqjc1cA .card-title,
.cid-uU7Aqjc1cA .card-box {
  text-align: center;
}
.cid-uU7Aqk76LF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uU7Aqk76LF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7Aqk76LF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7Aqk76LF .mbr-section-title {
  color: #000000;
}
.cid-uU7Aql98Ia {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-color: #eaffe2;
}
.cid-uU7Aql98Ia .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uU7Aql98Ia .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uU7Aql98Ia .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU7Aql98Ia .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uU7Aql98Ia .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uU7Aql98Ia .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uU7Aql98Ia .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uU7Aql98Ia .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uU7Aql98Ia .card-title {
  color: #000000;
}
.cid-uU7Aql98Ia .mbr-text,
.cid-uU7Aql98Ia .mbr-section-btn {
  color: #000000;
}
.cid-uU7AqmcUcL {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #eaffe2;
}
.cid-uU7AqmcUcL .mbr-section-title {
  color: #000000;
}
.cid-uU7AqmcUcL .mbr-section-subtitle {
  color: #000000;
}
.cid-uU7Aqniygl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uU7Aqniygl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7Aqniygl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uU7Aqniygl .container {
    max-width: 1400px;
  }
}
.cid-uU7Aqniygl .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uU7Aqniygl .row {
  justify-content: center;
}
.cid-uU7Aqniygl .mbr-section-title {
  color: #000000;
}
.cid-uU7AqoKHAZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uU7AqoKHAZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7AqoKHAZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7AqoKHAZ .nav-tabs .nav-item.open .nav-link:focus,
.cid-uU7AqoKHAZ .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uU7AqoKHAZ .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #144031;
}
@media (max-width: 767px) {
  .cid-uU7AqoKHAZ .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-uU7AqoKHAZ .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-uU7AqoKHAZ .nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.cid-uU7AqoKHAZ .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-uU7AqoKHAZ .nav-link,
.cid-uU7AqoKHAZ .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-uU7AqoKHAZ .nav-tabs .nav-link.active {
  color: #144031;
  border-bottom: 3px solid #144031;
}
.cid-uU7AqoKHAZ H4 {
  text-align: center;
}
.cid-uU7AqoKHAZ H3 {
  text-align: center;
  color: #000000;
}
.cid-uU7DaOLwKW {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uU7DaOLwKW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7DaOLwKW .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-uU7DaOLwKW .container {
    padding: 0 20px;
  }
}
.cid-uU7DaOLwKW .row {
  margin: 0;
}
.cid-uU7DaOLwKW .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uU7DaOLwKW .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uU7DaOLwKW .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uU7DaOLwKW .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uU7DaOLwKW .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uU7DaOLwKW .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uU7DaOLwKW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uU7Aqqaf1f {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uU7Aqqaf1f .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uU7Aqqaf1f .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uU7Aqqaf1f .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uU7Aqqaf1f .card-wrapper {
  border-radius: 4px;
  background-color: #eaffe2;
}
.cid-uU7Aqqaf1f .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uU7Aqqaf1f .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uU7Aqqaf1f .mbr-text {
  color: #000000;
}
.cid-uU7Aqqaf1f .card-title {
  color: #000000;
}
.cid-uU7Aqqaf1f .price {
  color: #05386b;
}
.cid-uU7Aqrn7n4 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uU7Aqrn7n4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7Aqrn7n4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7Aqrn7n4 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uU7Aqrn7n4 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uU7Aqrn7n4 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #f600be;
}
.cid-uU7Aqrn7n4 .panel-body,
.cid-uU7Aqrn7n4 .card-header {
  padding: 1rem 0;
}
.cid-uU7Aqrn7n4 .panel-title-edit {
  color: #000000;
}
.cid-uU7AqsyfTv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-uU7AqsyfTv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7AqsyfTv .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-uU7AqsyfTv .container {
    padding: 0 30px;
  }
}
.cid-uU7AqsyfTv .row {
  justify-content: center;
}
.cid-uU7AqsyfTv .map-wrapper {
  height: 386px;
  background-color: #144031;
  position: relative;
  padding: 40px 40px 0 40px;
  margin-bottom: 134px;
}
@media (max-width: 992px) {
  .cid-uU7AqsyfTv .map-wrapper {
    padding: 20px 20px 0 20px;
  }
}
.cid-uU7AqsyfTv .map-wrapper .google-map iframe {
  height: 418px;
  border-radius: 0 !important;
}
.cid-uU7AqsyfTv .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding-left: 100px;
}
@media (max-width: 992px) {
  .cid-uU7AqsyfTv .items-wrapper {
    display: block;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uU7AqsyfTv .items-wrapper .item {
    margin-bottom: 30px;
  }
}
.cid-uU7AqsyfTv .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uU7AqsyfTv .items-wrapper .item .item-wrapper .card-box .desc-wrap:hover .item-desc::before,
.cid-uU7AqsyfTv .items-wrapper .item .item-wrapper .card-box .desc-wrap:focus .item-desc::before {
  width: 100%;
}
.cid-uU7AqsyfTv .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-uU7AqsyfTv .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-uU7AqsyfTv .item-menu-overlay .btn-wrapper {
  margin-top: -10%;
}
.cid-uU7AqsyfTv .item-title {
  color: #144031;
}
.cid-uU7AqsyfTv .item-desc {
  color: #144031;
}
.cid-uU7Aqu8Idt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #144031;
}
.cid-uU7Aqu8Idt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7Aqu8Idt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7Aqu8Idt .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uU7Aqu8Idt .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uU7Aqu8Idt .row {
    text-align: center;
  }
  .cid-uU7Aqu8Idt .row > div {
    margin: auto;
  }
  .cid-uU7Aqu8Idt .social-row {
    justify-content: center;
  }
}
.cid-uU7Aqu8Idt .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uU7Aqu8Idt .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uU7Aqu8Idt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uU7Aqu8Idt .list {
    margin-bottom: 0rem;
  }
}
.cid-uU7Aqu8Idt .mbr-text {
  color: #ffffff;
}
.cid-uU7Aqu8Idt .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uU7Aqu8Idt .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uU7Aqu8Idt div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uU7Aqu8Idt .copyright {
  color: #ffffff;
}
.cid-uU7CUJsGrs .navbar-dropdown {
  position: relative !important;
}
.cid-uU7CUJsGrs .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-uU7CUJsGrs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uU7CUJsGrs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uU7CUJsGrs .dropdown-item:hover,
.cid-uU7CUJsGrs .dropdown-item:focus {
  background: #f600be !important;
  color: white !important;
}
.cid-uU7CUJsGrs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uU7CUJsGrs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uU7CUJsGrs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uU7CUJsGrs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uU7CUJsGrs .nav-link {
  position: relative;
}
.cid-uU7CUJsGrs .container {
  display: flex;
  margin: auto;
}
.cid-uU7CUJsGrs .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uU7CUJsGrs .dropdown-menu,
.cid-uU7CUJsGrs .navbar.opened {
  background: #000000 !important;
}
.cid-uU7CUJsGrs .nav-item:focus,
.cid-uU7CUJsGrs .nav-link:focus {
  outline: none;
}
.cid-uU7CUJsGrs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uU7CUJsGrs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uU7CUJsGrs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uU7CUJsGrs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uU7CUJsGrs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uU7CUJsGrs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uU7CUJsGrs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uU7CUJsGrs .navbar.opened {
  transition: all 0.3s;
}
.cid-uU7CUJsGrs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uU7CUJsGrs .navbar .navbar-logo img {
  width: auto;
}
.cid-uU7CUJsGrs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uU7CUJsGrs .navbar.collapsed {
  justify-content: center;
}
.cid-uU7CUJsGrs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uU7CUJsGrs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uU7CUJsGrs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uU7CUJsGrs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uU7CUJsGrs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uU7CUJsGrs .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-uU7CUJsGrs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uU7CUJsGrs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uU7CUJsGrs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uU7CUJsGrs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uU7CUJsGrs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uU7CUJsGrs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uU7CUJsGrs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uU7CUJsGrs .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-uU7CUJsGrs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uU7CUJsGrs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uU7CUJsGrs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uU7CUJsGrs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uU7CUJsGrs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uU7CUJsGrs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uU7CUJsGrs .navbar.navbar-short {
  min-height: 60px;
}
.cid-uU7CUJsGrs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uU7CUJsGrs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uU7CUJsGrs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uU7CUJsGrs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uU7CUJsGrs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uU7CUJsGrs .dropdown-item.active,
.cid-uU7CUJsGrs .dropdown-item:active {
  background-color: transparent;
}
.cid-uU7CUJsGrs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uU7CUJsGrs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uU7CUJsGrs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uU7CUJsGrs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uU7CUJsGrs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uU7CUJsGrs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uU7CUJsGrs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uU7CUJsGrs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uU7CUJsGrs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uU7CUJsGrs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #05386b;
}
.cid-uU7CUJsGrs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uU7CUJsGrs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU7CUJsGrs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU7CUJsGrs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uU7CUJsGrs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU7CUJsGrs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uU7CUJsGrs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uU7CUJsGrs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU7CUJsGrs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uU7CUJsGrs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uU7CUJsGrs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uU7CUJsGrs .navbar {
    height: 70px;
  }
  .cid-uU7CUJsGrs .navbar.opened {
    height: auto;
  }
  .cid-uU7CUJsGrs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU7CUL5TCq {
  padding-top: 15rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/zzz.jpg-1200x795.jpg");
}
.cid-uU7CUL5TCq .mbr-section-title {
  color: #144031;
  text-align: center;
}
.cid-uU7CUL5TCq .mbr-text,
.cid-uU7CUL5TCq .mbr-section-btn {
  color: #144031;
  text-align: center;
}
.cid-uU7CUMOT6g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uU7CUMOT6g .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-uU7CUMOT6g .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uU7CUMOT6g .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-uU7CUMOT6g .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #eaffe2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uU7CUNA8Ke {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-uU7CUNA8Ke .line {
  background-color: #144031;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uU7CUOlzpI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uU7CUOlzpI img,
.cid-uU7CUOlzpI .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uU7CUOlzpI .item:focus,
.cid-uU7CUOlzpI span:focus {
  outline: none;
}
.cid-uU7CUOlzpI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uU7CUOlzpI .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #eaffe2;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uU7CUOlzpI .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uU7CUOlzpI .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uU7CUOlzpI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uU7CUOlzpI .mbr-section-title {
  color: #000000;
}
.cid-uU7CUOlzpI .mbr-text,
.cid-uU7CUOlzpI .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uU7CUOlzpI .item-title {
  text-align: center;
  color: #000000;
}
.cid-uU7CUOlzpI .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uU7CUOlzpI .mbr-section-subtitle {
  color: #000000;
}
.cid-uU7CUPNijx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-uU7CUPNijx blockquote {
  border-color: #144031;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uU7CUPNijx .mbr-section-title {
  color: #000000;
}
.cid-uU7CUPNijx .mbr-text {
  color: #000000;
}
.cid-uU7CUQBbBE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uU7CUQBbBE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7CUQBbBE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7CUQBbBE .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uU7CUQBbBE .card {
    margin-bottom: 2rem!important;
  }
  .cid-uU7CUQBbBE .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uU7CUQBbBE .link-wrap {
    align-items: center;
  }
}
.cid-uU7CUQBbBE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uU7CUQBbBE .mbr-text,
.cid-uU7CUQBbBE .link-wrap,
.cid-uU7CUQBbBE .mbr-section-btn {
  text-align: center;
}
.cid-uU7CUQBbBE .card-title,
.cid-uU7CUQBbBE .card-box {
  text-align: center;
}
.cid-uU7CURxDnP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uU7CURxDnP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7CURxDnP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7CURxDnP .mbr-section-title {
  color: #000000;
}
.cid-uU7CUSsnqH {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-color: #eaffe2;
}
.cid-uU7CUSsnqH .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uU7CUSsnqH .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uU7CUSsnqH .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uU7CUSsnqH .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uU7CUSsnqH .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uU7CUSsnqH .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uU7CUSsnqH .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uU7CUSsnqH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uU7CUSsnqH .card-title {
  color: #000000;
}
.cid-uU7CUSsnqH .mbr-text,
.cid-uU7CUSsnqH .mbr-section-btn {
  color: #000000;
}
.cid-uU7CUTpZs9 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #eaffe2;
}
.cid-uU7CUTpZs9 .mbr-section-title {
  color: #000000;
}
.cid-uU7CUTpZs9 .mbr-section-subtitle {
  color: #000000;
}
.cid-uU7CUUmyIj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uU7CUUmyIj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7CUUmyIj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uU7CUUmyIj .container {
    max-width: 1400px;
  }
}
.cid-uU7CUUmyIj .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uU7CUUmyIj .row {
  justify-content: center;
}
.cid-uU7CUUmyIj .mbr-section-title {
  color: #000000;
}
.cid-uU7CUVAPtz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uU7CUVAPtz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7CUVAPtz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7CUVAPtz .nav-tabs .nav-item.open .nav-link:focus,
.cid-uU7CUVAPtz .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uU7CUVAPtz .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #144031;
}
@media (max-width: 767px) {
  .cid-uU7CUVAPtz .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-uU7CUVAPtz .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-uU7CUVAPtz .nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.cid-uU7CUVAPtz .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-uU7CUVAPtz .nav-link,
.cid-uU7CUVAPtz .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-uU7CUVAPtz .nav-tabs .nav-link.active {
  color: #144031;
  border-bottom: 3px solid #144031;
}
.cid-uU7CUVAPtz H4 {
  text-align: center;
}
.cid-uU7CUVAPtz H3 {
  text-align: center;
  color: #000000;
}
.cid-uU7CUX33vk {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uU7CUX33vk .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uU7CUX33vk .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uU7CUX33vk .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uU7CUX33vk .card-wrapper {
  border-radius: 4px;
  background-color: #eaffe2;
}
.cid-uU7CUX33vk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uU7CUX33vk .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uU7CUX33vk .mbr-text {
  color: #000000;
}
.cid-uU7CUX33vk .card-title {
  color: #000000;
}
.cid-uU7CUX33vk .price {
  color: #05386b;
}
.cid-uU7CUYe2mX {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uU7CUYe2mX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7CUYe2mX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7CUYe2mX .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uU7CUYe2mX .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uU7CUYe2mX .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #f600be;
}
.cid-uU7CUYe2mX .panel-body,
.cid-uU7CUYe2mX .card-header {
  padding: 1rem 0;
}
.cid-uU7CUYe2mX .panel-title-edit {
  color: #000000;
}
.cid-uU7CUZnzlV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-uU7CUZnzlV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7CUZnzlV .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-uU7CUZnzlV .container {
    padding: 0 30px;
  }
}
.cid-uU7CUZnzlV .row {
  justify-content: center;
}
.cid-uU7CUZnzlV .map-wrapper {
  height: 386px;
  background-color: #144031;
  position: relative;
  padding: 40px 40px 0 40px;
  margin-bottom: 134px;
}
@media (max-width: 992px) {
  .cid-uU7CUZnzlV .map-wrapper {
    padding: 20px 20px 0 20px;
  }
}
.cid-uU7CUZnzlV .map-wrapper .google-map iframe {
  height: 418px;
  border-radius: 0 !important;
}
.cid-uU7CUZnzlV .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding-left: 100px;
}
@media (max-width: 992px) {
  .cid-uU7CUZnzlV .items-wrapper {
    display: block;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uU7CUZnzlV .items-wrapper .item {
    margin-bottom: 30px;
  }
}
.cid-uU7CUZnzlV .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uU7CUZnzlV .items-wrapper .item .item-wrapper .card-box .desc-wrap:hover .item-desc::before,
.cid-uU7CUZnzlV .items-wrapper .item .item-wrapper .card-box .desc-wrap:focus .item-desc::before {
  width: 100%;
}
.cid-uU7CUZnzlV .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-uU7CUZnzlV .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-uU7CUZnzlV .item-menu-overlay .btn-wrapper {
  margin-top: -10%;
}
.cid-uU7CUZnzlV .item-title {
  color: #144031;
}
.cid-uU7CUZnzlV .item-desc {
  color: #144031;
}
.cid-uU7CV0wSMm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #144031;
}
.cid-uU7CV0wSMm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7CV0wSMm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7CV0wSMm .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uU7CV0wSMm .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uU7CV0wSMm .row {
    text-align: center;
  }
  .cid-uU7CV0wSMm .row > div {
    margin: auto;
  }
  .cid-uU7CV0wSMm .social-row {
    justify-content: center;
  }
}
.cid-uU7CV0wSMm .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uU7CV0wSMm .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uU7CV0wSMm .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uU7CV0wSMm .list {
    margin-bottom: 0rem;
  }
}
.cid-uU7CV0wSMm .mbr-text {
  color: #ffffff;
}
.cid-uU7CV0wSMm .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uU7CV0wSMm .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uU7CV0wSMm div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uU7CV0wSMm .copyright {
  color: #ffffff;
}
.cid-uU7IT3ARYF .navbar-dropdown {
  position: relative !important;
}
.cid-uU7IT3ARYF .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-uU7IT3ARYF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uU7IT3ARYF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uU7IT3ARYF .dropdown-item:hover,
.cid-uU7IT3ARYF .dropdown-item:focus {
  background: #f600be !important;
  color: white !important;
}
.cid-uU7IT3ARYF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uU7IT3ARYF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uU7IT3ARYF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uU7IT3ARYF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uU7IT3ARYF .nav-link {
  position: relative;
}
.cid-uU7IT3ARYF .container {
  display: flex;
  margin: auto;
}
.cid-uU7IT3ARYF .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uU7IT3ARYF .dropdown-menu,
.cid-uU7IT3ARYF .navbar.opened {
  background: #000000 !important;
}
.cid-uU7IT3ARYF .nav-item:focus,
.cid-uU7IT3ARYF .nav-link:focus {
  outline: none;
}
.cid-uU7IT3ARYF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uU7IT3ARYF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uU7IT3ARYF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uU7IT3ARYF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uU7IT3ARYF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uU7IT3ARYF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uU7IT3ARYF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uU7IT3ARYF .navbar.opened {
  transition: all 0.3s;
}
.cid-uU7IT3ARYF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uU7IT3ARYF .navbar .navbar-logo img {
  width: auto;
}
.cid-uU7IT3ARYF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uU7IT3ARYF .navbar.collapsed {
  justify-content: center;
}
.cid-uU7IT3ARYF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uU7IT3ARYF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uU7IT3ARYF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uU7IT3ARYF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uU7IT3ARYF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uU7IT3ARYF .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-uU7IT3ARYF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uU7IT3ARYF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uU7IT3ARYF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uU7IT3ARYF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uU7IT3ARYF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uU7IT3ARYF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uU7IT3ARYF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uU7IT3ARYF .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-uU7IT3ARYF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uU7IT3ARYF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uU7IT3ARYF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uU7IT3ARYF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uU7IT3ARYF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uU7IT3ARYF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uU7IT3ARYF .navbar.navbar-short {
  min-height: 60px;
}
.cid-uU7IT3ARYF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uU7IT3ARYF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uU7IT3ARYF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uU7IT3ARYF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uU7IT3ARYF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uU7IT3ARYF .dropdown-item.active,
.cid-uU7IT3ARYF .dropdown-item:active {
  background-color: transparent;
}
.cid-uU7IT3ARYF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uU7IT3ARYF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uU7IT3ARYF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uU7IT3ARYF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uU7IT3ARYF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uU7IT3ARYF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uU7IT3ARYF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uU7IT3ARYF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uU7IT3ARYF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uU7IT3ARYF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #05386b;
}
.cid-uU7IT3ARYF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uU7IT3ARYF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU7IT3ARYF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU7IT3ARYF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uU7IT3ARYF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU7IT3ARYF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uU7IT3ARYF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uU7IT3ARYF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU7IT3ARYF .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uU7IT3ARYF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uU7IT3ARYF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uU7IT3ARYF .navbar {
    height: 70px;
  }
  .cid-uU7IT3ARYF .navbar.opened {
    height: auto;
  }
  .cid-uU7IT3ARYF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU7IT4pzLM {
  padding-top: 15rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/agile-roofing-commercial-roofing-2-orig.jpg-1100x733.jpg");
}
.cid-uU7IT4pzLM .mbr-section-title {
  color: #144031;
  text-align: center;
}
.cid-uU7IT4pzLM .mbr-text,
.cid-uU7IT4pzLM .mbr-section-btn {
  color: #144031;
  text-align: center;
}
.cid-uU7IT5kSwz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-uU7IT5kSwz .line {
  background-color: #144031;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uU7IT5YTpd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.cid-uU7IT5YTpd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7IT5YTpd .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-uU7IT5YTpd .container {
    padding: 0 30px;
  }
}
.cid-uU7IT5YTpd .row {
  justify-content: center;
}
.cid-uU7IT5YTpd .map-wrapper {
  height: 386px;
  background-color: #144031;
  position: relative;
  padding: 40px 40px 0 40px;
  margin-bottom: 134px;
}
@media (max-width: 992px) {
  .cid-uU7IT5YTpd .map-wrapper {
    padding: 20px 20px 0 20px;
  }
}
.cid-uU7IT5YTpd .map-wrapper .google-map iframe {
  height: 418px;
  border-radius: 0 !important;
}
.cid-uU7IT5YTpd .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding-left: 100px;
}
@media (max-width: 992px) {
  .cid-uU7IT5YTpd .items-wrapper {
    display: block;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uU7IT5YTpd .items-wrapper .item {
    margin-bottom: 30px;
  }
}
.cid-uU7IT5YTpd .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uU7IT5YTpd .items-wrapper .item .item-wrapper .card-box .desc-wrap:hover .item-desc::before,
.cid-uU7IT5YTpd .items-wrapper .item .item-wrapper .card-box .desc-wrap:focus .item-desc::before {
  width: 100%;
}
.cid-uU7IT5YTpd .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-uU7IT5YTpd .items-wrapper .item .item-wrapper .card-box .desc-wrap .item-desc::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #144031;
  transition: all .3s ease;
}
.cid-uU7IT5YTpd .item-menu-overlay .btn-wrapper {
  margin-top: -10%;
}
.cid-uU7IT5YTpd .item-title {
  color: #144031;
}
.cid-uU7IT5YTpd .item-desc {
  color: #144031;
}
.cid-uU7IT6Onm8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #144031;
}
.cid-uU7IT6Onm8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU7IT6Onm8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU7IT6Onm8 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uU7IT6Onm8 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uU7IT6Onm8 .row {
    text-align: center;
  }
  .cid-uU7IT6Onm8 .row > div {
    margin: auto;
  }
  .cid-uU7IT6Onm8 .social-row {
    justify-content: center;
  }
}
.cid-uU7IT6Onm8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uU7IT6Onm8 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uU7IT6Onm8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uU7IT6Onm8 .list {
    margin-bottom: 0rem;
  }
}
.cid-uU7IT6Onm8 .mbr-text {
  color: #ffffff;
}
.cid-uU7IT6Onm8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uU7IT6Onm8 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uU7IT6Onm8 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uU7IT6Onm8 .copyright {
  color: #ffffff;
}
