body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Raleway', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Raleway', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((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.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #75fb4c !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #75fb4c !important;
  border-color: #75fb4c !important;
  color: #124602 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #124602 !important;
  background-color: #3ef505 !important;
  border-color: #3ef505 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #124602 !important;
  background-color: #3ef505 !important;
  border-color: #3ef505 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #37dc05;
  color: #37dc05;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #124602;
  background-color: #75fb4c;
  border-color: #75fb4c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #124602 !important;
  background-color: #75fb4c !important;
  border-color: #75fb4c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #75fb4c !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #37dc05 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #75fb4c;
  border-color: #75fb4c;
  color: #185f02;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #75fb4c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #75fb4c;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #75fb4c;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #75fb4c;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #75fb4c;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #75fb4c;
  border-bottom-color: #75fb4c;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #75fb4c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%2375fb4c' %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.3;
}
.cid-roL3kDbo63 .navbar {
  padding: .5rem 0;
  background: #75fb4c;
  transition: none;
  min-height: 77px;
}
.cid-roL3kDbo63 .navbar-dropdown.bg-color.transparent.opened {
  background: #75fb4c;
}
.cid-roL3kDbo63 a {
  font-style: normal;
}
.cid-roL3kDbo63 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-roL3kDbo63 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-roL3kDbo63 .nav-item:focus,
.cid-roL3kDbo63 .nav-link:focus {
  outline: none;
}
.cid-roL3kDbo63 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-roL3kDbo63 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-roL3kDbo63 .menu-logo {
  margin-right: auto;
}
.cid-roL3kDbo63 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-roL3kDbo63 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-roL3kDbo63 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-roL3kDbo63 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-roL3kDbo63 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-roL3kDbo63 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-roL3kDbo63 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-roL3kDbo63 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-roL3kDbo63 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-roL3kDbo63 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-roL3kDbo63 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-roL3kDbo63 .dropdown .dropdown-menu {
  background: #75fb4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-roL3kDbo63 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-roL3kDbo63 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-roL3kDbo63 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-roL3kDbo63 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-roL3kDbo63 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-roL3kDbo63 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-roL3kDbo63 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-roL3kDbo63 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-roL3kDbo63 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-roL3kDbo63 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-roL3kDbo63 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-roL3kDbo63 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-roL3kDbo63 button.navbar-toggler:focus {
  outline: none;
}
.cid-roL3kDbo63 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-roL3kDbo63 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-roL3kDbo63 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-roL3kDbo63 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-roL3kDbo63 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-roL3kDbo63 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-roL3kDbo63 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-roL3kDbo63 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-roL3kDbo63 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-roL3kDbo63 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-roL3kDbo63 .collapsed .btn {
  display: -webkit-flex;
}
.cid-roL3kDbo63 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-roL3kDbo63 .collapsed .navbar-collapse.collapsing,
.cid-roL3kDbo63 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-roL3kDbo63 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-roL3kDbo63 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-roL3kDbo63 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-roL3kDbo63 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-roL3kDbo63 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-roL3kDbo63 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-roL3kDbo63 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-roL3kDbo63 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-roL3kDbo63 .collapsed button.navbar-toggler {
  display: block;
}
.cid-roL3kDbo63 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-roL3kDbo63 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-roL3kDbo63 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-roL3kDbo63 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-roL3kDbo63 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-roL3kDbo63 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-roL3kDbo63 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-roL3kDbo63 img {
    height: 3.8rem !important;
  }
  .cid-roL3kDbo63 .btn {
    display: -webkit-flex;
  }
  .cid-roL3kDbo63 button.navbar-toggler {
    display: block;
  }
  .cid-roL3kDbo63 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-roL3kDbo63 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-roL3kDbo63 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-roL3kDbo63 .navbar-collapse.collapsing,
  .cid-roL3kDbo63 .navbar-collapse.show {
    display: block !important;
  }
  .cid-roL3kDbo63 .navbar-collapse.collapsing .navbar-nav,
  .cid-roL3kDbo63 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-roL3kDbo63 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-roL3kDbo63 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-roL3kDbo63 .navbar-collapse.collapsing .navbar-buttons,
  .cid-roL3kDbo63 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-roL3kDbo63 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-roL3kDbo63 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-roL3kDbo63 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-roL3kDbo63 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-roL3kDbo63 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-roL3kDbo63 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-roL3kDbo63 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-roL3kDbo63 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-roL3kDbo63 .nav-link:hover,
.cid-roL3kDbo63 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-roNhK6h0Vv {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #201aca;
}
.cid-roNhK6h0Vv .mbr-section-subtitle {
  color: #767676;
}
.cid-roNhK6h0Vv H2 {
  text-align: center;
  color: #ffffff;
}
.cid-tYaeEi1coz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rMTSdpDpmV .navbar {
  padding: .5rem 0;
  background: #75fb4c;
  transition: none;
  min-height: 77px;
}
.cid-rMTSdpDpmV .navbar-dropdown.bg-color.transparent.opened {
  background: #75fb4c;
}
.cid-rMTSdpDpmV a {
  font-style: normal;
}
.cid-rMTSdpDpmV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rMTSdpDpmV .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rMTSdpDpmV .nav-item:focus,
.cid-rMTSdpDpmV .nav-link:focus {
  outline: none;
}
.cid-rMTSdpDpmV .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rMTSdpDpmV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rMTSdpDpmV .menu-logo {
  margin-right: auto;
}
.cid-rMTSdpDpmV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rMTSdpDpmV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rMTSdpDpmV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rMTSdpDpmV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rMTSdpDpmV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rMTSdpDpmV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rMTSdpDpmV .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rMTSdpDpmV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rMTSdpDpmV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rMTSdpDpmV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rMTSdpDpmV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rMTSdpDpmV .dropdown .dropdown-menu {
  background: #75fb4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rMTSdpDpmV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rMTSdpDpmV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rMTSdpDpmV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rMTSdpDpmV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rMTSdpDpmV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rMTSdpDpmV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rMTSdpDpmV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rMTSdpDpmV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rMTSdpDpmV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rMTSdpDpmV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rMTSdpDpmV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rMTSdpDpmV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rMTSdpDpmV button.navbar-toggler:focus {
  outline: none;
}
.cid-rMTSdpDpmV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rMTSdpDpmV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rMTSdpDpmV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rMTSdpDpmV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rMTSdpDpmV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rMTSdpDpmV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rMTSdpDpmV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rMTSdpDpmV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rMTSdpDpmV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rMTSdpDpmV .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rMTSdpDpmV .collapsed .btn {
  display: -webkit-flex;
}
.cid-rMTSdpDpmV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rMTSdpDpmV .collapsed .navbar-collapse.collapsing,
.cid-rMTSdpDpmV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rMTSdpDpmV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rMTSdpDpmV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rMTSdpDpmV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rMTSdpDpmV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rMTSdpDpmV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rMTSdpDpmV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rMTSdpDpmV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rMTSdpDpmV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rMTSdpDpmV .collapsed button.navbar-toggler {
  display: block;
}
.cid-rMTSdpDpmV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rMTSdpDpmV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rMTSdpDpmV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rMTSdpDpmV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rMTSdpDpmV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rMTSdpDpmV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rMTSdpDpmV .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rMTSdpDpmV img {
    height: 3.8rem !important;
  }
  .cid-rMTSdpDpmV .btn {
    display: -webkit-flex;
  }
  .cid-rMTSdpDpmV button.navbar-toggler {
    display: block;
  }
  .cid-rMTSdpDpmV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rMTSdpDpmV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rMTSdpDpmV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rMTSdpDpmV .navbar-collapse.collapsing,
  .cid-rMTSdpDpmV .navbar-collapse.show {
    display: block !important;
  }
  .cid-rMTSdpDpmV .navbar-collapse.collapsing .navbar-nav,
  .cid-rMTSdpDpmV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rMTSdpDpmV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rMTSdpDpmV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rMTSdpDpmV .navbar-collapse.collapsing .navbar-buttons,
  .cid-rMTSdpDpmV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rMTSdpDpmV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rMTSdpDpmV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rMTSdpDpmV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rMTSdpDpmV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rMTSdpDpmV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rMTSdpDpmV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rMTSdpDpmV .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rMTSdpDpmV .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rMTSdpDpmV .nav-link:hover,
.cid-rMTSdpDpmV .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rMTSdpYvN1 {
  background: linear-gradient(45deg, #232323, #232323);
}
.cid-rMTSdpYvN1 B {
  color: #ffffff;
}
.cid-rMTSdqfdpk {
  background: #ffffff;
}
.cid-rMTSdqfdpk .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-rMTSdqfdpk .video-block {
    width: 100% !important;
  }
}
.cid-rMTSdqxDce {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/no-school-1094x547.webp");
}
.cid-rMTSdqMPux {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rMTSdqMPux .line {
  background-color: #232323;
  color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rMTSdqMPux .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-rMTSdqMPux .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rMTSdqMPux .inner-container {
    width: 100% !important;
  }
}
.cid-rMTSdqMPux .section-text DIV {
  text-align: left;
}
.cid-rMTSdqXeU0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/8577776339-5fc4e164b0-k-2000x1125.webp");
}
.cid-rMTSdrivUE {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rMTSdrivUE .card-img {
  background-color: #fff;
}
.cid-rMTSdrivUE .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-rMTSdrivUE h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rMTSdrivUE p {
  text-align: left;
}
.cid-rMTSdrivUE .mbr-text {
  color: #767676;
}
.cid-rMTSdrivUE .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rMTSdrivUE .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rMTSdrivUE .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-rMTSdsgIDI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rMTSdsgIDI .card-img {
  background-color: #fff;
}
.cid-rMTSdsgIDI .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-rMTSdsgIDI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rMTSdsgIDI p {
  text-align: left;
}
.cid-rMTSdsgIDI .mbr-text {
  color: #767676;
}
.cid-rMTSdsgIDI .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rMTSdsgIDI .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rMTSdsgIDI .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-rMTSdsYyh8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rMTSdsYyh8 .card-img {
  background-color: #fff;
}
.cid-rMTSdsYyh8 .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-rMTSdsYyh8 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rMTSdsYyh8 p {
  text-align: left;
}
.cid-rMTSdsYyh8 .mbr-text {
  color: #767676;
}
.cid-rMTSdsYyh8 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rMTSdsYyh8 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rMTSdsYyh8 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-rMTSdtv0hL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rMTSdtv0hL .card-img {
  background-color: #fff;
}
.cid-rMTSdtv0hL .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-rMTSdtv0hL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rMTSdtv0hL p {
  text-align: left;
}
.cid-rMTSdtv0hL .mbr-text {
  color: #767676;
}
.cid-rMTSdtv0hL .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rMTSdtv0hL .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rMTSdtv0hL .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-rMTSdu6W5S {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rMTSdu6W5S .card-img {
  background-color: #fff;
}
.cid-rMTSdu6W5S .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-rMTSdu6W5S h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rMTSdu6W5S p {
  text-align: left;
}
.cid-rMTSdu6W5S .mbr-text {
  color: #767676;
}
.cid-rMTSdu6W5S .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rMTSdu6W5S .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rMTSdu6W5S .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-rMTSduQLrH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rMTSduQLrH .card-img {
  background-color: #fff;
}
.cid-rMTSduQLrH .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-rMTSduQLrH h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rMTSduQLrH p {
  text-align: left;
}
.cid-rMTSduQLrH .mbr-text {
  color: #767676;
}
.cid-rMTSduQLrH .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rMTSduQLrH .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rMTSduQLrH .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-rMTSdvt5m1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rMTSdvt5m1 .card-img {
  background-color: #fff;
}
.cid-rMTSdvt5m1 .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-rMTSdvt5m1 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rMTSdvt5m1 p {
  text-align: left;
}
.cid-rMTSdvt5m1 .mbr-text {
  color: #767676;
}
.cid-rMTSdvt5m1 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rMTSdvt5m1 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rMTSdvt5m1 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-rMTSdw2tQa {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rMTSdw2tQa .card-img {
  background-color: #fff;
}
.cid-rMTSdw2tQa .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-rMTSdw2tQa h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rMTSdw2tQa p {
  text-align: left;
}
.cid-rMTSdw2tQa .mbr-text {
  color: #767676;
}
.cid-rMTSdw2tQa .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rMTSdw2tQa .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rMTSdw2tQa .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-rMTSdx57XO {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/fmi-klug-22-2000x1333.webp");
}
.cid-rMTSdxnMbK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #75fb4c;
}
.cid-rMTSdxnMbK .mbr-section-subtitle {
  color: #000000;
}
.cid-rMTSdxnMbK H2 {
  color: #000000;
}
.cid-rMTSdxDvSR {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rMTSdxDvSR .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-rMTSdxDvSR h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rMTSdxDvSR p {
  color: #767676;
  text-align: left;
}
.cid-rMTSdxDvSR .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rMTSdxDvSR .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rMTSdxDvSR .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rMTSdxDvSR P {
  color: #232323;
}
.cid-rMTSdy4LbR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rMTSdy4LbR .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-rMTSdy4LbR h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rMTSdy4LbR p {
  color: #767676;
  text-align: left;
}
.cid-rMTSdy4LbR .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rMTSdy4LbR .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rMTSdy4LbR .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rMTSdy4LbR P {
  color: #232323;
}
.cid-rMTSdyus41 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-rMTSdyus41 .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-rMTSdyus41 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rMTSdyus41 p {
  color: #767676;
  text-align: left;
}
.cid-rMTSdyus41 .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rMTSdyus41 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rMTSdyus41 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rMTSdyus41 P {
  color: #232323;
}
.cid-rMTSdz6rV0 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/fmi-klug-64-1-1368x684.webp");
}
.cid-rMTSdzpSHl {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #75fb4c;
}
.cid-rMTSdzpSHl .mbr-section-subtitle {
  color: #000000;
}
.cid-rMTSdzpSHl H2 {
  color: #000000;
}
.cid-rMTSdzH1oT {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rMTSdzH1oT .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-rMTSdzH1oT h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rMTSdzH1oT p {
  color: #767676;
  text-align: left;
}
.cid-rMTSdzH1oT .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rMTSdzH1oT .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rMTSdzH1oT .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rMTSdzH1oT P {
  color: #232323;
}
.cid-rMTSdA8LSd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rMTSdA8LSd .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-rMTSdA8LSd h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rMTSdA8LSd p {
  color: #767676;
  text-align: left;
}
.cid-rMTSdA8LSd .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rMTSdA8LSd .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rMTSdA8LSd .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rMTSdA8LSd P {
  color: #232323;
}
.cid-rMTSdAzJ27 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-rMTSdAzJ27 .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-rMTSdAzJ27 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rMTSdAzJ27 p {
  color: #767676;
  text-align: left;
}
.cid-rMTSdAzJ27 .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rMTSdAzJ27 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rMTSdAzJ27 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rMTSdAzJ27 P {
  color: #232323;
}
.cid-rMTSdAZwVJ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #75fb4c;
}
.cid-rMTSdAZwVJ .mbr-section-subtitle {
  color: #767676;
}
.cid-rMTSdAZwVJ H2 {
  text-align: center;
  color: #000000;
}
.cid-rMTSdBrk8g {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rMTSdBrk8g h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rMTSdBrk8g p {
  color: #767676;
  text-align: left;
}
.cid-rMTSdBrk8g .card-box {
  padding-top: 2rem;
}
.cid-rMTSdBrk8g .card-wrapper {
  height: 100%;
}
.cid-rMTSdBUuxj {
  background-image: url("../../../assets/images/montagnon-1000x500.webp");
}
.cid-rMTSdCh3Nt {
  background-image: url("../../../assets/images/church4-1500x699.webp");
}
.cid-rMTSdCCtON {
  background-image: url("../../../assets/images/ravisius-1-1200x800.webp");
}
.cid-rMTSdCXq7e {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #75fb4c;
}
.cid-rMTSdDdlPx .google-map {
  height: 25rem;
  position: relative;
}
.cid-rMTSdDdlPx .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rMTSdDdlPx .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rMTSdDdlPx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rMTSdDdlPx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rMTSdF1KBF {
  background: #75fb4c;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rMTSdF1KBF .image-block {
  margin: auto;
}
.cid-rMTSdF1KBF figcaption {
  position: relative;
}
.cid-rMTSdF1KBF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rMTSdF1KBF .image-block {
    width: 100% !important;
  }
}
.cid-rMTSdF1KBF DIV {
  color: #ffffff;
}
.cid-tYaeEi1coz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sLxkO3td4q .navbar {
  padding: .5rem 0;
  background: #75fb4c;
  transition: none;
  min-height: 77px;
}
.cid-sLxkO3td4q .navbar-dropdown.bg-color.transparent.opened {
  background: #75fb4c;
}
.cid-sLxkO3td4q a {
  font-style: normal;
}
.cid-sLxkO3td4q .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sLxkO3td4q .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sLxkO3td4q .nav-item:focus,
.cid-sLxkO3td4q .nav-link:focus {
  outline: none;
}
.cid-sLxkO3td4q .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sLxkO3td4q .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sLxkO3td4q .menu-logo {
  margin-right: auto;
}
.cid-sLxkO3td4q .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLxkO3td4q .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sLxkO3td4q .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sLxkO3td4q .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sLxkO3td4q .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sLxkO3td4q .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sLxkO3td4q .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sLxkO3td4q .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sLxkO3td4q .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sLxkO3td4q .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLxkO3td4q .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sLxkO3td4q .dropdown .dropdown-menu {
  background: #75fb4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sLxkO3td4q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sLxkO3td4q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLxkO3td4q .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sLxkO3td4q .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLxkO3td4q .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sLxkO3td4q .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sLxkO3td4q .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sLxkO3td4q .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sLxkO3td4q .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sLxkO3td4q .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sLxkO3td4q .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sLxkO3td4q button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sLxkO3td4q button.navbar-toggler:focus {
  outline: none;
}
.cid-sLxkO3td4q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sLxkO3td4q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sLxkO3td4q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sLxkO3td4q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sLxkO3td4q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sLxkO3td4q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLxkO3td4q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sLxkO3td4q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sLxkO3td4q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLxkO3td4q .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sLxkO3td4q .collapsed .btn {
  display: -webkit-flex;
}
.cid-sLxkO3td4q .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sLxkO3td4q .collapsed .navbar-collapse.collapsing,
.cid-sLxkO3td4q .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sLxkO3td4q .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sLxkO3td4q .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sLxkO3td4q .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sLxkO3td4q .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sLxkO3td4q .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sLxkO3td4q .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sLxkO3td4q .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sLxkO3td4q .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sLxkO3td4q .collapsed button.navbar-toggler {
  display: block;
}
.cid-sLxkO3td4q .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sLxkO3td4q .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sLxkO3td4q .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sLxkO3td4q .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sLxkO3td4q .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sLxkO3td4q .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sLxkO3td4q .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sLxkO3td4q img {
    height: 3.8rem !important;
  }
  .cid-sLxkO3td4q .btn {
    display: -webkit-flex;
  }
  .cid-sLxkO3td4q button.navbar-toggler {
    display: block;
  }
  .cid-sLxkO3td4q .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sLxkO3td4q .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sLxkO3td4q .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sLxkO3td4q .navbar-collapse.collapsing,
  .cid-sLxkO3td4q .navbar-collapse.show {
    display: block !important;
  }
  .cid-sLxkO3td4q .navbar-collapse.collapsing .navbar-nav,
  .cid-sLxkO3td4q .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sLxkO3td4q .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sLxkO3td4q .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sLxkO3td4q .navbar-collapse.collapsing .navbar-buttons,
  .cid-sLxkO3td4q .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sLxkO3td4q .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sLxkO3td4q .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sLxkO3td4q .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sLxkO3td4q .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sLxkO3td4q .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sLxkO3td4q .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sLxkO3td4q .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sLxkO3td4q .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sLxkO3td4q .nav-link:hover,
.cid-sLxkO3td4q .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sLxkO3Lns6 {
  background: linear-gradient(45deg, #232323, #232323);
}
.cid-sLxkO3Lns6 B {
  color: #ffffff;
}
.cid-sLxkO3Lns6 .mbr-text,
.cid-sLxkO3Lns6 .mbr-section-btn {
  color: #ffffff;
}
.cid-sLxkO3Lns6 H1 {
  color: #ffffff;
}
.cid-sLxkO40eie {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/no-photography-1423-2000x1333.webp");
}
.cid-sLxkO4n04T {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #75fb4c;
}
.cid-sLxkO4n04T .mbr-section-subtitle {
  color: #000000;
}
.cid-sLxkO4n04T H2 {
  color: #000000;
}
.cid-sLxkO4yhk4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-sLxkO4yhk4 .line {
  background-color: #232323;
  color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sLxkO4yhk4 .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-sLxkO4yhk4 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sLxkO4yhk4 .inner-container {
    width: 100% !important;
  }
}
.cid-sLxkO4yhk4 .section-text DIV {
  text-align: left;
}
.cid-sLxkO4IGs3 {
  background: #75fb4c;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-sLxkO4IGs3 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sLxkO4IGs3 .video-block {
    width: 100% !important;
  }
}
.cid-sLxkO4WNTm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/banner-2000x987.webp");
}
.cid-sLxkO5aC2i {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sLxkO5aC2i .card-img {
  background-color: #fff;
}
.cid-sLxkO5aC2i .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-sLxkO5aC2i h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sLxkO5aC2i p {
  text-align: left;
}
.cid-sLxkO5aC2i .mbr-text {
  color: #767676;
}
.cid-sLxkO5aC2i .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sLxkO5aC2i .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sLxkO5aC2i .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sLxkO5Fx2r {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sLxkO5Fx2r .card-img {
  background-color: #fff;
}
.cid-sLxkO5Fx2r .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-sLxkO5Fx2r h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sLxkO5Fx2r p {
  text-align: left;
}
.cid-sLxkO5Fx2r .mbr-text {
  color: #767676;
}
.cid-sLxkO5Fx2r .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sLxkO5Fx2r .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sLxkO5Fx2r .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sLxkO6d5wg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sLxkO6d5wg .card-img {
  background-color: #fff;
}
.cid-sLxkO6d5wg .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-sLxkO6d5wg h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sLxkO6d5wg p {
  text-align: left;
}
.cid-sLxkO6d5wg .mbr-text {
  color: #767676;
}
.cid-sLxkO6d5wg .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sLxkO6d5wg .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sLxkO6d5wg .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sLxkO6SXgg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sLxkO6SXgg .card-img {
  background-color: #fff;
}
.cid-sLxkO6SXgg .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-sLxkO6SXgg h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sLxkO6SXgg p {
  text-align: left;
}
.cid-sLxkO6SXgg .mbr-text {
  color: #767676;
}
.cid-sLxkO6SXgg .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sLxkO6SXgg .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sLxkO6SXgg .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sLxkO7ut4v {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sLxkO7ut4v .card-img {
  background-color: #fff;
}
.cid-sLxkO7ut4v .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-sLxkO7ut4v h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sLxkO7ut4v p {
  text-align: left;
}
.cid-sLxkO7ut4v .mbr-text {
  color: #767676;
}
.cid-sLxkO7ut4v .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sLxkO7ut4v .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sLxkO7ut4v .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sLxkO7ZFtz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sLxkO7ZFtz .card-img {
  background-color: #fff;
}
.cid-sLxkO7ZFtz .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-sLxkO7ZFtz h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sLxkO7ZFtz p {
  text-align: left;
}
.cid-sLxkO7ZFtz .mbr-text {
  color: #767676;
}
.cid-sLxkO7ZFtz .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sLxkO7ZFtz .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sLxkO7ZFtz .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sLxkO8RUYd {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/4404040226-0ba9442002-k-2000x1333.webp");
}
.cid-sLxkO98x1v {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #75fb4c;
}
.cid-sLxkO98x1v .mbr-section-subtitle {
  color: #232323;
}
.cid-sLxkO98x1v H2 {
  color: #232323;
}
.cid-sLxkO9lMjq {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sLxkO9lMjq .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-sLxkO9lMjq h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sLxkO9lMjq p {
  color: #767676;
  text-align: left;
}
.cid-sLxkO9lMjq .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sLxkO9lMjq .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sLxkO9lMjq .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sLxkO9lMjq P {
  color: #232323;
}
.cid-sLxkO9Jilj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sLxkO9Jilj .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-sLxkO9Jilj h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sLxkO9Jilj p {
  color: #767676;
  text-align: left;
}
.cid-sLxkO9Jilj .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sLxkO9Jilj .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sLxkO9Jilj .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sLxkO9Jilj P {
  color: #232323;
}
.cid-sLxkOa7hb2 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sLxkOa7hb2 .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-sLxkOa7hb2 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sLxkOa7hb2 p {
  color: #767676;
  text-align: left;
}
.cid-sLxkOa7hb2 .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sLxkOa7hb2 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sLxkOa7hb2 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sLxkOa7hb2 P {
  color: #232323;
}
.cid-sLxkOaDwZQ {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/48710803048-70bef1247a-k-2000x1333.webp");
}
.cid-sLxkOb2uP1 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #75fb4c;
}
.cid-sLxkOb2uP1 .mbr-section-subtitle {
  color: #000000;
}
.cid-sLxkOb2uP1 H2 {
  color: #000000;
}
.cid-sLxkObhmXA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sLxkObhmXA .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-sLxkObhmXA h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sLxkObhmXA p {
  color: #767676;
  text-align: left;
}
.cid-sLxkObhmXA .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sLxkObhmXA .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sLxkObhmXA .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sLxkObhmXA P {
  color: #232323;
}
.cid-sLxkObF4S6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sLxkObF4S6 .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-sLxkObF4S6 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sLxkObF4S6 p {
  color: #767676;
  text-align: left;
}
.cid-sLxkObF4S6 .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sLxkObF4S6 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sLxkObF4S6 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sLxkObF4S6 P {
  color: #232323;
}
.cid-sLxkOc4g9r {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sLxkOc4g9r .card-box {
  background-color: #75fb4c;
  padding: 2rem;
}
.cid-sLxkOc4g9r h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sLxkOc4g9r p {
  color: #767676;
  text-align: left;
}
.cid-sLxkOc4g9r .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sLxkOc4g9r .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sLxkOc4g9r .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sLxkOc4g9r P {
  color: #000000;
}
.cid-sLxkOc4g9r .card-title {
  color: #000000;
}
.cid-sLxkOcCtns {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLxkOcCtns .mbr-section-subtitle {
  color: #767676;
}
.cid-sLxkOcCtns .mbr-section-subtitle B {
  color: #201aca;
}
.cid-sLxkOd4XY0 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sLxkOd4XY0 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sLxkOd4XY0 p {
  color: #767676;
  text-align: left;
}
.cid-sLxkOd4XY0 .card-box {
  padding-top: 2rem;
}
.cid-sLxkOd4XY0 .card-wrapper {
  height: 100%;
}
.cid-sLxkOdwh0D {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #75fb4c;
}
.cid-sLxkOdwh0D .mbr-section-subtitle {
  color: #767676;
}
.cid-sLxkOdwh0D H2 {
  text-align: center;
  color: #000000;
}
.cid-sLxkOdMKTY {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sLxkOdMKTY h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sLxkOdMKTY p {
  color: #767676;
  text-align: left;
}
.cid-sLxkOdMKTY .card-box {
  padding-top: 2rem;
}
.cid-sLxkOdMKTY .card-wrapper {
  height: 100%;
}
.cid-sLxkOeiMDm {
  background-image: url("../../../assets/images/48235258911-4cc6faa1d3-k-2000x1333.webp");
}
.cid-sLxkOeGdp0 {
  background-image: url("../../../assets/images/no-photography-3437-2000x1333.webp");
}
.cid-sLxkOf6JDs {
  background-image: url("../../../assets/images/48248862737-2d98bd34a0-o-2000x1333.webp");
}
.cid-sLxkOfsFlT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #879a9f;
}
.cid-sLxkOfGunS .google-map {
  height: 25rem;
  position: relative;
}
.cid-sLxkOfGunS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sLxkOfGunS .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sLxkOfGunS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sLxkOfGunS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sLxkOgTmpy {
  background: #75fb4c;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-sLxkOgTmpy .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sLxkOgTmpy .video-block {
    width: 100% !important;
  }
}
.cid-sLxquqDqWG {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLxquqDqWG h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sLxquqDqWG p {
  color: #767676;
  text-align: left;
}
.cid-sLxquqDqWG .card-box {
  padding-top: 2rem;
}
.cid-sLxquqDqWG .card-wrapper {
  height: 100%;
}
.cid-sLxqBLxqNT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLxqBLxqNT P {
  color: #767676;
}
.cid-tYaeEi1coz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tpUlHg6JA5 .navbar {
  padding: .5rem 0;
  background: #75fb4c;
  transition: none;
  min-height: 77px;
}
.cid-tpUlHg6JA5 .navbar-dropdown.bg-color.transparent.opened {
  background: #75fb4c;
}
.cid-tpUlHg6JA5 a {
  font-style: normal;
}
.cid-tpUlHg6JA5 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tpUlHg6JA5 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tpUlHg6JA5 .nav-item:focus,
.cid-tpUlHg6JA5 .nav-link:focus {
  outline: none;
}
.cid-tpUlHg6JA5 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tpUlHg6JA5 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tpUlHg6JA5 .menu-logo {
  margin-right: auto;
}
.cid-tpUlHg6JA5 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tpUlHg6JA5 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tpUlHg6JA5 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tpUlHg6JA5 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tpUlHg6JA5 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tpUlHg6JA5 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tpUlHg6JA5 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tpUlHg6JA5 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tpUlHg6JA5 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tpUlHg6JA5 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tpUlHg6JA5 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tpUlHg6JA5 .dropdown .dropdown-menu {
  background: #75fb4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tpUlHg6JA5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tpUlHg6JA5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tpUlHg6JA5 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tpUlHg6JA5 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tpUlHg6JA5 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tpUlHg6JA5 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tpUlHg6JA5 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tpUlHg6JA5 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tpUlHg6JA5 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tpUlHg6JA5 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tpUlHg6JA5 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tpUlHg6JA5 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tpUlHg6JA5 button.navbar-toggler:focus {
  outline: none;
}
.cid-tpUlHg6JA5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tpUlHg6JA5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tpUlHg6JA5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tpUlHg6JA5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tpUlHg6JA5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tpUlHg6JA5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tpUlHg6JA5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tpUlHg6JA5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tpUlHg6JA5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tpUlHg6JA5 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tpUlHg6JA5 .collapsed .btn {
  display: -webkit-flex;
}
.cid-tpUlHg6JA5 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tpUlHg6JA5 .collapsed .navbar-collapse.collapsing,
.cid-tpUlHg6JA5 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tpUlHg6JA5 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tpUlHg6JA5 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tpUlHg6JA5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tpUlHg6JA5 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tpUlHg6JA5 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tpUlHg6JA5 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tpUlHg6JA5 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tpUlHg6JA5 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tpUlHg6JA5 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tpUlHg6JA5 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tpUlHg6JA5 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tpUlHg6JA5 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tpUlHg6JA5 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tpUlHg6JA5 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tpUlHg6JA5 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tpUlHg6JA5 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tpUlHg6JA5 img {
    height: 3.8rem !important;
  }
  .cid-tpUlHg6JA5 .btn {
    display: -webkit-flex;
  }
  .cid-tpUlHg6JA5 button.navbar-toggler {
    display: block;
  }
  .cid-tpUlHg6JA5 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tpUlHg6JA5 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tpUlHg6JA5 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tpUlHg6JA5 .navbar-collapse.collapsing,
  .cid-tpUlHg6JA5 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tpUlHg6JA5 .navbar-collapse.collapsing .navbar-nav,
  .cid-tpUlHg6JA5 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tpUlHg6JA5 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tpUlHg6JA5 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tpUlHg6JA5 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tpUlHg6JA5 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tpUlHg6JA5 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tpUlHg6JA5 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tpUlHg6JA5 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tpUlHg6JA5 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tpUlHg6JA5 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tpUlHg6JA5 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tpUlHg6JA5 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tpUlHg6JA5 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tpUlHg6JA5 .nav-link:hover,
.cid-tpUlHg6JA5 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tpUlHgqvwg {
  background: linear-gradient(45deg, #232323, #232323);
}
.cid-tpUlHgqvwg B {
  color: #ffffff;
}
.cid-tpUlHgqvwg .mbr-text,
.cid-tpUlHgqvwg .mbr-section-btn {
  color: #ffffff;
}
.cid-tpUlHgqvwg H1 {
  color: #ffffff;
}
.cid-tpUlHgEYQ8 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/no-photography-1423-2000x1333.webp");
}
.cid-tpUlHgSRAF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-tpUlHgSRAF .line {
  background-color: #232323;
  color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tpUlHgSRAF .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-tpUlHgSRAF .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tpUlHgSRAF .inner-container {
    width: 100% !important;
  }
}
.cid-tpUlHgSRAF .section-text DIV {
  text-align: left;
}
.cid-tpUlHh2yt9 {
  background: #75fb4c;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-tpUlHh2yt9 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tpUlHh2yt9 .video-block {
    width: 100% !important;
  }
}
.cid-tpUlHhdvLb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/banner-2000x987.webp");
}
.cid-tpUlHhsDwv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tpUlHhsDwv p {
  color: #767676;
}
.cid-tpUlHhsDwv .item:focus,
.cid-tpUlHhsDwv span:focus {
  outline: none;
}
.cid-tpUlHhsDwv .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-tpUlHhsDwv .item-wrapper {
  position: relative;
}
.cid-tpUlHhsDwv .item-btn,
.cid-tpUlHhsDwv h4,
.cid-tpUlHhsDwv h5 {
  margin: 0;
}
.cid-tpUlHhsDwv .item-content {
  padding-top: 2rem;
}
.cid-tpUlHhMGGD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tpUlHhMGGD p {
  color: #767676;
}
.cid-tpUlHhMGGD .item:focus,
.cid-tpUlHhMGGD span:focus {
  outline: none;
}
.cid-tpUlHhMGGD .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-tpUlHhMGGD .item-wrapper {
  position: relative;
}
.cid-tpUlHhMGGD .item-btn,
.cid-tpUlHhMGGD h4,
.cid-tpUlHhMGGD h5 {
  margin: 0;
}
.cid-tpUlHhMGGD .item-content {
  padding-top: 2rem;
}
.cid-tpUlHi5jLk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tpUlHi5jLk p {
  color: #767676;
}
.cid-tpUlHi5jLk .item:focus,
.cid-tpUlHi5jLk span:focus {
  outline: none;
}
.cid-tpUlHi5jLk .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-tpUlHi5jLk .item-wrapper {
  position: relative;
}
.cid-tpUlHi5jLk .item-btn,
.cid-tpUlHi5jLk h4,
.cid-tpUlHi5jLk h5 {
  margin: 0;
}
.cid-tpUlHi5jLk .item-content {
  padding-top: 2rem;
}
.cid-tpUlHiwH2x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tpUlHiwH2x p {
  color: #767676;
}
.cid-tpUlHiwH2x .item:focus,
.cid-tpUlHiwH2x span:focus {
  outline: none;
}
.cid-tpUlHiwH2x .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-tpUlHiwH2x .item-wrapper {
  position: relative;
}
.cid-tpUlHiwH2x .item-btn,
.cid-tpUlHiwH2x h4,
.cid-tpUlHiwH2x h5 {
  margin: 0;
}
.cid-tpUlHiwH2x .item-content {
  padding-top: 2rem;
}
.cid-tpUlHiSDte {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tpUlHiSDte p {
  color: #767676;
}
.cid-tpUlHiSDte .item:focus,
.cid-tpUlHiSDte span:focus {
  outline: none;
}
.cid-tpUlHiSDte .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-tpUlHiSDte .item-wrapper {
  position: relative;
}
.cid-tpUlHiSDte .item-btn,
.cid-tpUlHiSDte h4,
.cid-tpUlHiSDte h5 {
  margin: 0;
}
.cid-tpUlHiSDte .item-content {
  padding-top: 2rem;
}
.cid-tpUlHjvjtJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tpUlHjvjtJ p {
  color: #767676;
}
.cid-tpUlHjvjtJ .item:focus,
.cid-tpUlHjvjtJ span:focus {
  outline: none;
}
.cid-tpUlHjvjtJ .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-tpUlHjvjtJ .item-wrapper {
  position: relative;
}
.cid-tpUlHjvjtJ .item-btn,
.cid-tpUlHjvjtJ h4,
.cid-tpUlHjvjtJ h5 {
  margin: 0;
}
.cid-tpUlHjvjtJ .item-content {
  padding-top: 2rem;
}
.cid-tpUlHjYCe1 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #75fb4c;
}
.cid-tpUlHjYCe1 .mbr-section-subtitle {
  color: #000000;
}
.cid-tpUlHjYCe1 H2 {
  color: #000000;
}
.cid-tpUlHkotpX {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/4404040226-0ba9442002-k-2000x1333.webp");
}
.cid-tpUlHkQ9oG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #75fb4c;
}
.cid-tpUlHkQ9oG .mbr-section-subtitle {
  color: #000000;
}
.cid-tpUlHkQ9oG H2 {
  color: #000000;
}
.cid-tpUlHl4iY6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tpUlHl4iY6 .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-tpUlHl4iY6 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tpUlHl4iY6 p {
  color: #767676;
  text-align: left;
}
.cid-tpUlHl4iY6 .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tpUlHl4iY6 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tpUlHl4iY6 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-tpUlHl4iY6 .card-title {
  color: #000000;
}
.cid-tpUlHl4iY6 P {
  color: #000000;
}
.cid-tpUlHlrGkE {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tpUlHlrGkE .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-tpUlHlrGkE h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tpUlHlrGkE p {
  color: #767676;
  text-align: left;
}
.cid-tpUlHlrGkE .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tpUlHlrGkE .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tpUlHlrGkE .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-tpUlHlrGkE .card-title {
  color: #000000;
  text-align: left;
}
.cid-tpUlHlrGkE P {
  color: #000000;
}
.cid-tpUlHlNQbv {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/48710803048-70bef1247a-k-2000x1333.webp");
}
.cid-tpUlHm45W0 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #75fb4c;
}
.cid-tpUlHm45W0 .mbr-section-subtitle {
  color: #000000;
}
.cid-tpUlHm45W0 H2 {
  color: #000000;
}
.cid-tpUlHmiAVO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tpUlHmiAVO .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-tpUlHmiAVO h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tpUlHmiAVO p {
  color: #767676;
  text-align: left;
}
.cid-tpUlHmiAVO .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tpUlHmiAVO .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tpUlHmiAVO .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-tpUlHmiAVO .card-title {
  color: #000000;
  text-align: left;
}
.cid-tpUlHmiAVO P {
  color: #000000;
}
.cid-tpUlHmNbdB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tpUlHmNbdB .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-tpUlHmNbdB h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tpUlHmNbdB p {
  color: #767676;
  text-align: left;
}
.cid-tpUlHmNbdB .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tpUlHmNbdB .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tpUlHmNbdB .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-tpUlHmNbdB .card-title {
  color: #000000;
  text-align: left;
}
.cid-tpUlHmNbdB P {
  color: #000000;
}
.cid-tpUlHnehm3 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tpUlHnehm3 .card-box {
  background-color: #75fb4c;
  padding: 2rem;
}
.cid-tpUlHnehm3 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tpUlHnehm3 p {
  color: #767676;
  text-align: left;
}
.cid-tpUlHnehm3 .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tpUlHnehm3 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tpUlHnehm3 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-tpUlHnehm3 .card-title {
  color: #000000;
  text-align: left;
}
.cid-tpUlHnehm3 P {
  color: #000000;
}
.cid-tpUlHnD5CR {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tpUlHnD5CR .mbr-section-subtitle {
  color: #000000;
}
.cid-tpUlHnD5CR .mbr-section-subtitle B {
  color: #201aca;
}
.cid-tpUlHnUy8d {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tpUlHnUy8d h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tpUlHnUy8d p {
  color: #767676;
  text-align: left;
}
.cid-tpUlHnUy8d .card-box {
  padding-top: 2rem;
}
.cid-tpUlHnUy8d .card-wrapper {
  height: 100%;
}
.cid-tpUlHowNGt {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #75fb4c;
}
.cid-tpUlHowNGt .mbr-section-subtitle {
  color: #000000;
}
.cid-tpUlHowNGt H2 {
  color: #000000;
}
.cid-tpUlHoOwLX {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tpUlHoOwLX h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tpUlHoOwLX p {
  color: #767676;
  text-align: left;
}
.cid-tpUlHoOwLX .card-box {
  padding-top: 2rem;
}
.cid-tpUlHoOwLX .card-wrapper {
  height: 100%;
}
.cid-tpUlHppNtR {
  background-image: url("../../../assets/images/48235258911-4cc6faa1d3-k-2000x1333.webp");
}
.cid-tpUlHpKxd2 {
  background-image: url("../../../assets/images/48248862737-2d98bd34a0-o-2000x1333.webp");
}
.cid-tpUlHq6YWw {
  background-image: url("../../../assets/images/no-day-11-2-2000x1333.webp");
}
.cid-tpUlHqs0yl {
  background-image: url("../../../assets/images/no-day-12-1-2000x1333.webp");
}
.cid-tpUlHqNi7Z {
  background-image: url("../../../assets/images/no-day-10-8-2-2000x1333.webp");
}
.cid-tpUlHra4Lp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #75fb4c;
}
.cid-tpUlHrqSHb .google-map {
  height: 25rem;
  position: relative;
}
.cid-tpUlHrqSHb .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tpUlHrqSHb .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tpUlHrqSHb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tpUlHrqSHb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tpUlHtqw2m {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tpUlHtqw2m h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tpUlHtqw2m p {
  color: #767676;
  text-align: left;
}
.cid-tpUlHtqw2m .card-box {
  padding-top: 2rem;
}
.cid-tpUlHtqw2m .card-wrapper {
  height: 100%;
}
.cid-tpUlHtXtG7 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tpUlHtXtG7 P {
  color: #767676;
}
.cid-tYaeEi1coz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tWhHbuVvPP .navbar {
  padding: .5rem 0;
  background: #75fb4c;
  transition: none;
  min-height: 77px;
}
.cid-tWhHbuVvPP .navbar-dropdown.bg-color.transparent.opened {
  background: #75fb4c;
}
.cid-tWhHbuVvPP a {
  font-style: normal;
}
.cid-tWhHbuVvPP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tWhHbuVvPP .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tWhHbuVvPP .nav-item:focus,
.cid-tWhHbuVvPP .nav-link:focus {
  outline: none;
}
.cid-tWhHbuVvPP .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tWhHbuVvPP .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tWhHbuVvPP .menu-logo {
  margin-right: auto;
}
.cid-tWhHbuVvPP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tWhHbuVvPP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tWhHbuVvPP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tWhHbuVvPP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tWhHbuVvPP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tWhHbuVvPP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tWhHbuVvPP .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tWhHbuVvPP .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tWhHbuVvPP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tWhHbuVvPP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tWhHbuVvPP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tWhHbuVvPP .dropdown .dropdown-menu {
  background: #75fb4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tWhHbuVvPP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tWhHbuVvPP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWhHbuVvPP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tWhHbuVvPP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWhHbuVvPP .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tWhHbuVvPP .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tWhHbuVvPP .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tWhHbuVvPP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tWhHbuVvPP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tWhHbuVvPP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tWhHbuVvPP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tWhHbuVvPP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tWhHbuVvPP button.navbar-toggler:focus {
  outline: none;
}
.cid-tWhHbuVvPP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWhHbuVvPP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tWhHbuVvPP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tWhHbuVvPP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tWhHbuVvPP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tWhHbuVvPP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tWhHbuVvPP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tWhHbuVvPP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tWhHbuVvPP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tWhHbuVvPP .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tWhHbuVvPP .collapsed .btn {
  display: -webkit-flex;
}
.cid-tWhHbuVvPP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tWhHbuVvPP .collapsed .navbar-collapse.collapsing,
.cid-tWhHbuVvPP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tWhHbuVvPP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tWhHbuVvPP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tWhHbuVvPP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tWhHbuVvPP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tWhHbuVvPP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tWhHbuVvPP .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tWhHbuVvPP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tWhHbuVvPP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tWhHbuVvPP .collapsed button.navbar-toggler {
  display: block;
}
.cid-tWhHbuVvPP .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tWhHbuVvPP .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tWhHbuVvPP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tWhHbuVvPP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tWhHbuVvPP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tWhHbuVvPP .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tWhHbuVvPP .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tWhHbuVvPP img {
    height: 3.8rem !important;
  }
  .cid-tWhHbuVvPP .btn {
    display: -webkit-flex;
  }
  .cid-tWhHbuVvPP button.navbar-toggler {
    display: block;
  }
  .cid-tWhHbuVvPP .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tWhHbuVvPP .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tWhHbuVvPP .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tWhHbuVvPP .navbar-collapse.collapsing,
  .cid-tWhHbuVvPP .navbar-collapse.show {
    display: block !important;
  }
  .cid-tWhHbuVvPP .navbar-collapse.collapsing .navbar-nav,
  .cid-tWhHbuVvPP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tWhHbuVvPP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tWhHbuVvPP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tWhHbuVvPP .navbar-collapse.collapsing .navbar-buttons,
  .cid-tWhHbuVvPP .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tWhHbuVvPP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tWhHbuVvPP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tWhHbuVvPP .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tWhHbuVvPP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tWhHbuVvPP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tWhHbuVvPP .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tWhHbuVvPP .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tWhHbuVvPP .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tWhHbuVvPP .nav-link:hover,
.cid-tWhHbuVvPP .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tWhHbvA3rQ {
  background: linear-gradient(45deg, #232323, #232323);
}
.cid-tWhHbvA3rQ B {
  color: #ffffff;
}
.cid-tWhHbvA3rQ .mbr-text,
.cid-tWhHbvA3rQ .mbr-section-btn {
  color: #ffffff;
}
.cid-tWhHbvA3rQ H1 {
  color: #ffffff;
}
.cid-tWhHbvPeyB {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/no-photography-1423-2000x1333.webp");
}
.cid-tWhHbw0rM8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-tWhHbw0rM8 .line {
  background-color: #232323;
  color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tWhHbw0rM8 .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-tWhHbw0rM8 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tWhHbw0rM8 .inner-container {
    width: 100% !important;
  }
}
.cid-tWhHbw0rM8 .section-text DIV {
  text-align: left;
}
.cid-tWhHbw7VFa {
  background: #75fb4c;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-tWhHbw7VFa .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tWhHbw7VFa .video-block {
    width: 100% !important;
  }
}
.cid-tWhHbwhm5Z {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/banner-2000x987.webp");
}
.cid-tWlV1Tcps0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tWlV1Tcps0 p {
  color: #767676;
}
.cid-tWlV1Tcps0 .item:focus,
.cid-tWlV1Tcps0 span:focus {
  outline: none;
}
.cid-tWlV1Tcps0 .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-tWlV1Tcps0 .item-wrapper {
  position: relative;
}
.cid-tWlV1Tcps0 .item-btn,
.cid-tWlV1Tcps0 h4,
.cid-tWlV1Tcps0 h5 {
  margin: 0;
}
.cid-tWlV1Tcps0 .item-content {
  padding-top: 2rem;
}
.cid-tWlV1Tcps0 .item-title {
  color: #ffffff;
}
.cid-tWlV1Tcps0 item-text {
  color: #ffffff;
}
.cid-tWlXYfPTrV {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tWlXYfPTrV h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tWlXYfPTrV p {
  color: #767676;
  text-align: left;
}
.cid-tWlXYfPTrV .card-box {
  padding-top: 2rem;
}
.cid-tWlXYfPTrV .card-wrapper {
  height: 100%;
}
.cid-tWlXYfPTrV .card-title {
  color: #ffffff;
}
.cid-tWlYFXrdvs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tWlYFXrdvs p {
  color: #767676;
}
.cid-tWlYFXrdvs .item:focus,
.cid-tWlYFXrdvs span:focus {
  outline: none;
}
.cid-tWlYFXrdvs .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-tWlYFXrdvs .item-wrapper {
  position: relative;
}
.cid-tWlYFXrdvs .item-btn,
.cid-tWlYFXrdvs h4,
.cid-tWlYFXrdvs h5 {
  margin: 0;
}
.cid-tWlYFXrdvs .item-content {
  padding-top: 2rem;
}
.cid-tWlYFXrdvs .item-title {
  color: #ffffff;
}
.cid-tWlYFXrdvs item-text {
  color: #ffffff;
}
.cid-tWlZgtzlfA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tWlZgtzlfA p {
  color: #767676;
}
.cid-tWlZgtzlfA .item:focus,
.cid-tWlZgtzlfA span:focus {
  outline: none;
}
.cid-tWlZgtzlfA .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-tWlZgtzlfA .item-wrapper {
  position: relative;
}
.cid-tWlZgtzlfA .item-btn,
.cid-tWlZgtzlfA h4,
.cid-tWlZgtzlfA h5 {
  margin: 0;
}
.cid-tWlZgtzlfA .item-content {
  padding-top: 2rem;
}
.cid-tWlZgtzlfA .item-title {
  color: #ffffff;
}
.cid-tWlZgtzlfA item-text {
  color: #ffffff;
}
.cid-tWm0bUvHBr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tWm0bUvHBr p {
  color: #767676;
}
.cid-tWm0bUvHBr .item:focus,
.cid-tWm0bUvHBr span:focus {
  outline: none;
}
.cid-tWm0bUvHBr .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-tWm0bUvHBr .item-wrapper {
  position: relative;
}
.cid-tWm0bUvHBr .item-btn,
.cid-tWm0bUvHBr h4,
.cid-tWm0bUvHBr h5 {
  margin: 0;
}
.cid-tWm0bUvHBr .item-content {
  padding-top: 2rem;
}
.cid-tWm0bUvHBr .item-title {
  color: #ffffff;
}
.cid-tWm0bUvHBr item-text {
  color: #ffffff;
}
.cid-tWhHbwr3TK {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #75fb4c;
}
.cid-tWhHbwr3TK .mbr-section-subtitle {
  color: #000000;
}
.cid-tWhHbwr3TK H2 {
  color: #000000;
}
.cid-tWhHbwJeSO {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/4404040226-0ba9442002-k-2000x1333.webp");
}
.cid-tWhHbwT7Sm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #75fb4c;
}
.cid-tWhHbwT7Sm .mbr-section-subtitle {
  color: #000000;
}
.cid-tWhHbwT7Sm H2 {
  color: #000000;
}
.cid-tWhNOOgygo {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tWhNOOgygo .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-tWhNOOgygo h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tWhNOOgygo p {
  color: #767676;
  text-align: left;
}
.cid-tWhNOOgygo .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tWhNOOgygo .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tWhNOOgygo .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-tWhNOOgygo .card-title {
  color: #000000;
}
.cid-tWhNOOgygo P {
  color: #000000;
}
.cid-tWhOmB1sI2 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tWhOmB1sI2 .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-tWhOmB1sI2 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tWhOmB1sI2 p {
  color: #767676;
  text-align: left;
}
.cid-tWhOmB1sI2 .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tWhOmB1sI2 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tWhOmB1sI2 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-tWhOmB1sI2 .card-title {
  color: #000000;
}
.cid-tWhOmB1sI2 P {
  color: #000000;
}
.cid-tWhHbx5rT5 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/48710803048-70bef1247a-k-2000x1333.webp");
}
.cid-tWhHbxjV0s {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #75fb4c;
}
.cid-tWhHbxjV0s .mbr-section-subtitle {
  color: #000000;
}
.cid-tWhHbxjV0s H2 {
  color: #000000;
}
.cid-tWhNQepR57 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-tWhNQepR57 .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-tWhNQepR57 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tWhNQepR57 p {
  color: #767676;
  text-align: left;
}
.cid-tWhNQepR57 .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tWhNQepR57 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tWhNQepR57 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-tWhNQepR57 .card-title {
  color: #000000;
}
.cid-tWhNQepR57 P {
  color: #000000;
}
.cid-tWhPjYxFP6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #75fb4c;
}
.cid-tWhPjYxFP6 .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-tWhPjYxFP6 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tWhPjYxFP6 p {
  color: #767676;
  text-align: left;
}
.cid-tWhPjYxFP6 .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tWhPjYxFP6 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tWhPjYxFP6 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-tWhPjYxFP6 .card-title {
  color: #000000;
}
.cid-tWhPjYxFP6 P {
  color: #000000;
}
.cid-tWhHbxqGmP {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWhHbxqGmP .mbr-section-subtitle {
  color: #000000;
}
.cid-tWhHbxqGmP .mbr-section-subtitle B {
  color: #201aca;
}
.cid-tWhHbxx3IU {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tWhHbxx3IU h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tWhHbxx3IU p {
  color: #767676;
  text-align: left;
}
.cid-tWhHbxx3IU .card-box {
  padding-top: 2rem;
}
.cid-tWhHbxx3IU .card-wrapper {
  height: 100%;
}
.cid-tWhHbxL5Ea {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #75fb4c;
}
.cid-tWhHbxL5Ea .mbr-section-subtitle {
  color: #000000;
}
.cid-tWhHbxL5Ea H2 {
  color: #000000;
}
.cid-tWhHbxTrz1 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tWhHbxTrz1 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tWhHbxTrz1 p {
  color: #767676;
  text-align: left;
}
.cid-tWhHbxTrz1 .card-box {
  padding-top: 2rem;
}
.cid-tWhHbxTrz1 .card-wrapper {
  height: 100%;
}
.cid-tWDpv5F9ql {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #75fb4c;
}
.cid-tWDpv5F9ql .mbr-section-subtitle {
  color: #000000;
}
.cid-tWDpv5F9ql H2 {
  color: #000000;
}
.cid-tWDpu9BxJC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tWDpu9BxJC p {
  color: #FFF;
}
.cid-tWDpu9BxJC .item:focus,
.cid-tWDpu9BxJC span:focus {
  outline: none;
}
.cid-tWDpu9BxJC .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-tWDpu9BxJC .item-wrapper {
  position: relative;
}
.cid-tWDpu9BxJC .item-btn,
.cid-tWDpu9BxJC h4,
.cid-tWDpu9BxJC h5 {
  margin: 0;
}
.cid-tWDpu9BxJC .item-content {
  padding-top: 2rem;
}
.cid-tWDpu9BxJC .item-title {
  color: #75fb4c;
}
.cid-tWDpu9BxJC item-text {
  color: #ffffff;
}
.cid-tWhHby8l8P {
  background-image: url("../../../assets/images/52230182037-bb0d277a2a-k-1-2000x1333.webp");
}
.cid-tWhHbyjrsU {
  background-image: url("../../../assets/images/52231214948-01b23d9211-k-1-2000x1333.webp");
}
.cid-tWhHbywB4m {
  background-image: url("../../../assets/images/52230212152-3f82f27652-k-2000x1333.webp");
}
.cid-tWhHbyIqoo {
  background-image: url("../../../assets/images/52230212292-5ba4fd78d8-k-1-2000x1333.webp");
}
.cid-tWhHbySYDz {
  background-image: url("../../../assets/images/52230205872-ec6987e5ab-k-2000x1333.webp");
}
.cid-tWhHbz3Sgy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #75fb4c;
}
.cid-tWhHbzb9Ir .google-map {
  height: 25rem;
  position: relative;
}
.cid-tWhHbzb9Ir .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tWhHbzb9Ir .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tWhHbzb9Ir .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWhHbzb9Ir .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWhHbzChGu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWhHbzChGu h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tWhHbzChGu p {
  color: #767676;
  text-align: left;
}
.cid-tWhHbzChGu .card-box {
  padding-top: 2rem;
}
.cid-tWhHbzChGu .card-wrapper {
  height: 100%;
}
.cid-tWhHbzTabs {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tWhHbzTabs P {
  color: #767676;
}
.cid-tYaeEi1coz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-roL3kDbo63 .navbar {
  padding: .5rem 0;
  background: #75fb4c;
  transition: none;
  min-height: 77px;
}
.cid-roL3kDbo63 .navbar-dropdown.bg-color.transparent.opened {
  background: #75fb4c;
}
.cid-roL3kDbo63 a {
  font-style: normal;
}
.cid-roL3kDbo63 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-roL3kDbo63 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-roL3kDbo63 .nav-item:focus,
.cid-roL3kDbo63 .nav-link:focus {
  outline: none;
}
.cid-roL3kDbo63 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-roL3kDbo63 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-roL3kDbo63 .menu-logo {
  margin-right: auto;
}
.cid-roL3kDbo63 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-roL3kDbo63 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-roL3kDbo63 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-roL3kDbo63 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-roL3kDbo63 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-roL3kDbo63 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-roL3kDbo63 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-roL3kDbo63 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-roL3kDbo63 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-roL3kDbo63 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-roL3kDbo63 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-roL3kDbo63 .dropdown .dropdown-menu {
  background: #75fb4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-roL3kDbo63 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-roL3kDbo63 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-roL3kDbo63 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-roL3kDbo63 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-roL3kDbo63 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-roL3kDbo63 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-roL3kDbo63 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-roL3kDbo63 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-roL3kDbo63 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-roL3kDbo63 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-roL3kDbo63 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-roL3kDbo63 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-roL3kDbo63 button.navbar-toggler:focus {
  outline: none;
}
.cid-roL3kDbo63 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-roL3kDbo63 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-roL3kDbo63 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-roL3kDbo63 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-roL3kDbo63 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-roL3kDbo63 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-roL3kDbo63 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-roL3kDbo63 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-roL3kDbo63 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-roL3kDbo63 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-roL3kDbo63 .collapsed .btn {
  display: -webkit-flex;
}
.cid-roL3kDbo63 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-roL3kDbo63 .collapsed .navbar-collapse.collapsing,
.cid-roL3kDbo63 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-roL3kDbo63 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-roL3kDbo63 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-roL3kDbo63 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-roL3kDbo63 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-roL3kDbo63 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-roL3kDbo63 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-roL3kDbo63 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-roL3kDbo63 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-roL3kDbo63 .collapsed button.navbar-toggler {
  display: block;
}
.cid-roL3kDbo63 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-roL3kDbo63 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-roL3kDbo63 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-roL3kDbo63 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-roL3kDbo63 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-roL3kDbo63 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-roL3kDbo63 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-roL3kDbo63 img {
    height: 3.8rem !important;
  }
  .cid-roL3kDbo63 .btn {
    display: -webkit-flex;
  }
  .cid-roL3kDbo63 button.navbar-toggler {
    display: block;
  }
  .cid-roL3kDbo63 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-roL3kDbo63 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-roL3kDbo63 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-roL3kDbo63 .navbar-collapse.collapsing,
  .cid-roL3kDbo63 .navbar-collapse.show {
    display: block !important;
  }
  .cid-roL3kDbo63 .navbar-collapse.collapsing .navbar-nav,
  .cid-roL3kDbo63 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-roL3kDbo63 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-roL3kDbo63 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-roL3kDbo63 .navbar-collapse.collapsing .navbar-buttons,
  .cid-roL3kDbo63 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-roL3kDbo63 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-roL3kDbo63 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-roL3kDbo63 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-roL3kDbo63 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-roL3kDbo63 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-roL3kDbo63 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-roL3kDbo63 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-roL3kDbo63 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-roL3kDbo63 .nav-link:hover,
.cid-roL3kDbo63 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-v56fYWLHKx {
  background: linear-gradient(45deg, #000000, #000000);
}
.cid-v56fYWLHKx B {
  color: #ffffff;
}
.cid-v56fYWLHKx .mbr-text,
.cid-v56fYWLHKx .mbr-section-btn {
  color: #ffffff;
}
.cid-v56fYWLHKx H1 {
  color: #ffffff;
}
.cid-roK1gn7hla {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/53161278559-681f0382f0-k-2000x1333.webp");
}
.cid-roK1LXkuQz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-roK1LXkuQz .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-roK1LXkuQz .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-roK1LXkuQz .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-roK1LXkuQz .inner-container {
    width: 100% !important;
  }
}
.cid-roK1LXkuQz .section-text DIV {
  text-align: left;
}
.cid-roLgsdawB2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/pxl-20240702-191919781.mp-2000x2664.webp");
}
.cid-tWmuyXzorP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tWmuyXzorP p {
  color: #FFF;
}
.cid-tWmuyXzorP .item:focus,
.cid-tWmuyXzorP span:focus {
  outline: none;
}
.cid-tWmuyXzorP .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-tWmuyXzorP .item-wrapper {
  position: relative;
}
.cid-tWmuyXzorP .item-btn,
.cid-tWmuyXzorP h4,
.cid-tWmuyXzorP h5 {
  margin: 0;
}
.cid-tWmuyXzorP .item-content {
  padding-top: 2rem;
}
.cid-tWmuyXzorP .item-title {
  color: #75fb4c;
}
.cid-tWmuyXzorP item-text {
  color: #ffffff;
}
.cid-tWn2dknSBt {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #75fb4c;
}
.cid-tWn2dknSBt .mbr-section-subtitle {
  color: #000000;
}
.cid-tWn2dknSBt H2 {
  color: #000000;
}
.cid-roLhniky1t {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-roLhniky1t .mbr-section-subtitle {
  color: #ffffff;
}
.cid-roLhniky1t .mbr-section-subtitle B {
  color: #201aca;
}
.cid-roLhniky1t H2 {
  color: #ffffff;
}
.cid-roLg3AFrbF {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/53161545628-86955f8acd-k-2000x1333.webp");
}
.cid-roLvhlzN9Z {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #75fb4c;
}
.cid-roLvhlzN9Z .mbr-section-subtitle {
  color: #000000;
}
.cid-roLvhlzN9Z H2 {
  color: #000000;
}
.cid-tXN7qg9mSw {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tXN7qg9mSw .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-tXN7qg9mSw h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tXN7qg9mSw p {
  color: #767676;
  text-align: left;
}
.cid-tXN7qg9mSw .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tXN7qg9mSw .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tXN7qg9mSw .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-tXN7qg9mSw .card-title {
  color: #000000;
}
.cid-tXN7qg9mSw P {
  color: #000000;
}
.cid-tXN9zavhWF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tXN9zavhWF .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-tXN9zavhWF h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tXN9zavhWF p {
  color: #767676;
  text-align: left;
}
.cid-tXN9zavhWF .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tXN9zavhWF .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tXN9zavhWF .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-tXN9zavhWF .card-title {
  color: #000000;
}
.cid-tXN9zavhWF P {
  color: #000000;
}
.cid-roMADPrja9 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/53161531198-8a19c73b06-k-2000x1333.webp");
}
.cid-roLIWNDamD {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #75fb4c;
}
.cid-roLIWNDamD .mbr-section-subtitle {
  color: #000000;
}
.cid-roLIWNDamD H2 {
  color: #000000;
}
.cid-tXNdIDzR8X {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tXNdIDzR8X .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-tXNdIDzR8X h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tXNdIDzR8X p {
  color: #767676;
  text-align: left;
}
.cid-tXNdIDzR8X .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tXNdIDzR8X .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tXNdIDzR8X .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-tXNdIDzR8X .card-title {
  color: #000000;
}
.cid-tXNdIDzR8X P {
  color: #000000;
}
.cid-tXNfRugXmq {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #75fb4c;
}
.cid-tXNfRugXmq .card-box {
  background-color: #000000;
  padding: 2rem;
}
.cid-tXNfRugXmq h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tXNfRugXmq p {
  color: #767676;
  text-align: left;
}
.cid-tXNfRugXmq .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tXNfRugXmq .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tXNfRugXmq .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-tXNfRugXmq .card-title {
  color: #ffffff;
}
.cid-tXNfRugXmq P {
  color: #ffffff;
}
.cid-rO9MjMJQt3 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rO9MjMJQt3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rO9MjMJQt3 .mbr-section-subtitle B {
  color: #201aca;
}
.cid-rO9MjMJQt3 H2 {
  color: #ffffff;
}
.cid-sP75IQqJnP {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #75fb4c;
}
.cid-sP75IQqJnP .mbr-section-subtitle {
  color: #000000;
}
.cid-sP75IQqJnP H2 {
  color: #000000;
}
.cid-roQcXD7LfP {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-roQcXD7LfP h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-roQcXD7LfP p {
  color: #767676;
  text-align: left;
}
.cid-roQcXD7LfP .card-box {
  padding-top: 2rem;
}
.cid-roQcXD7LfP .card-wrapper {
  height: 100%;
}
.cid-roQcXD7LfP .card-title {
  color: #ffffff;
}
.cid-roQcXD7LfP P {
  color: #ffffff;
}
.cid-tWCJjoCP1H {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #75fb4c;
}
.cid-tWCJjoCP1H .mbr-section-subtitle {
  color: #000000;
}
.cid-tWCJjoCP1H H2 {
  color: #000000;
}
.cid-tWCJrSdSTM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tWCJrSdSTM p {
  color: #FFF;
}
.cid-tWCJrSdSTM .item:focus,
.cid-tWCJrSdSTM span:focus {
  outline: none;
}
.cid-tWCJrSdSTM .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-tWCJrSdSTM .item-wrapper {
  position: relative;
}
.cid-tWCJrSdSTM .item-btn,
.cid-tWCJrSdSTM h4,
.cid-tWCJrSdSTM h5 {
  margin: 0;
}
.cid-tWCJrSdSTM .item-content {
  padding-top: 2rem;
}
.cid-tWCJrSdSTM .item-title {
  color: #ffffff;
}
.cid-tWCJrSdSTM item-text {
  color: #000000;
}
.cid-roLc71b7F2 {
  background-image: url("../../../assets/images/pxl-20250629-174621895-2-2000x2664.webp");
}
.cid-roQ9R84WJ4 {
  background-image: url("../../../assets/images/53161075871-a7d12663fe-k-1-2000x1333.webp");
}
.cid-sUU5vs95lf {
  background-image: url("../../../assets/images/pxl-20240712-152008970.mp-2000x2664.webp");
}
.cid-sUUa9FEeq1 {
  background-image: url("../../../assets/images/52230212292-5ba4fd78d8-k-1-2000x1333.webp");
}
.cid-roL95kBrhI {
  background-image: url("../../../assets/images/53161498995-af6e369c7a-k-2000x1333.webp");
}
.cid-roMfDvbhRK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #75fb4c;
}
.cid-rRrWk05aeb .google-map {
  height: 25rem;
  position: relative;
}
.cid-rRrWk05aeb .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rRrWk05aeb .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rRrWk05aeb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rRrWk05aeb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uw4OkFtXQD {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #75fb4c;
}
.cid-uw4OkFtXQD .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uw4OkFtXQD .number-wrap {
  color: #000000;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-uw4OkFtXQD .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #000000;
}
.cid-uw4OkFtXQD .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-uw4OkFtXQD .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #000000;
}
.cid-uw4OkFtXQD .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uw4OkFtXQD .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-uw4OkFtXQD .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-uw4OkFtXQD .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-uw4OkFtXQD .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-uw4OkFtXQD .number,
  .cid-uw4OkFtXQD .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-uw4OkFtXQD .period {
    font-size: 0.8rem;
  }
}
.cid-sLxnyq90XF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLxnyq90XF h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sLxnyq90XF p {
  color: #767676;
  text-align: left;
}
.cid-sLxnyq90XF .card-box {
  padding-top: 2rem;
}
.cid-sLxnyq90XF .card-wrapper {
  height: 100%;
}
.cid-sLxoAYisJv {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sLxoAYisJv P {
  color: #767676;
}
.cid-sLxoAYisJv .mbr-text,
.cid-sLxoAYisJv .mbr-section-btn {
  color: #000000;
}
.cid-tYaeEi1coz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tYa90dFXIe .navbar {
  padding: .5rem 0;
  background: #75fb4c;
  transition: none;
  min-height: 77px;
}
.cid-tYa90dFXIe .navbar-dropdown.bg-color.transparent.opened {
  background: #75fb4c;
}
.cid-tYa90dFXIe a {
  font-style: normal;
}
.cid-tYa90dFXIe .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tYa90dFXIe .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tYa90dFXIe .nav-item:focus,
.cid-tYa90dFXIe .nav-link:focus {
  outline: none;
}
.cid-tYa90dFXIe .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tYa90dFXIe .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tYa90dFXIe .menu-logo {
  margin-right: auto;
}
.cid-tYa90dFXIe .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tYa90dFXIe .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tYa90dFXIe .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tYa90dFXIe .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tYa90dFXIe .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tYa90dFXIe .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tYa90dFXIe .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tYa90dFXIe .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tYa90dFXIe .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tYa90dFXIe .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tYa90dFXIe .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tYa90dFXIe .dropdown .dropdown-menu {
  background: #75fb4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tYa90dFXIe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tYa90dFXIe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYa90dFXIe .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tYa90dFXIe .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYa90dFXIe .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tYa90dFXIe .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tYa90dFXIe .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tYa90dFXIe .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tYa90dFXIe .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tYa90dFXIe .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tYa90dFXIe .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tYa90dFXIe button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tYa90dFXIe button.navbar-toggler:focus {
  outline: none;
}
.cid-tYa90dFXIe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYa90dFXIe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYa90dFXIe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYa90dFXIe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYa90dFXIe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYa90dFXIe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYa90dFXIe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYa90dFXIe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYa90dFXIe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYa90dFXIe .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tYa90dFXIe .collapsed .btn {
  display: -webkit-flex;
}
.cid-tYa90dFXIe .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tYa90dFXIe .collapsed .navbar-collapse.collapsing,
.cid-tYa90dFXIe .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tYa90dFXIe .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tYa90dFXIe .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tYa90dFXIe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tYa90dFXIe .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tYa90dFXIe .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tYa90dFXIe .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tYa90dFXIe .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tYa90dFXIe .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tYa90dFXIe .collapsed button.navbar-toggler {
  display: block;
}
.cid-tYa90dFXIe .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tYa90dFXIe .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tYa90dFXIe .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tYa90dFXIe .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tYa90dFXIe .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tYa90dFXIe .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tYa90dFXIe .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tYa90dFXIe img {
    height: 3.8rem !important;
  }
  .cid-tYa90dFXIe .btn {
    display: -webkit-flex;
  }
  .cid-tYa90dFXIe button.navbar-toggler {
    display: block;
  }
  .cid-tYa90dFXIe .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tYa90dFXIe .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tYa90dFXIe .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tYa90dFXIe .navbar-collapse.collapsing,
  .cid-tYa90dFXIe .navbar-collapse.show {
    display: block !important;
  }
  .cid-tYa90dFXIe .navbar-collapse.collapsing .navbar-nav,
  .cid-tYa90dFXIe .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tYa90dFXIe .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tYa90dFXIe .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tYa90dFXIe .navbar-collapse.collapsing .navbar-buttons,
  .cid-tYa90dFXIe .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tYa90dFXIe .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tYa90dFXIe .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tYa90dFXIe .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tYa90dFXIe .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tYa90dFXIe .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tYa90dFXIe .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tYa90dFXIe .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tYa90dFXIe .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tYa90dFXIe .nav-link:hover,
.cid-tYa90dFXIe .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tYa90eIPHi {
  background: linear-gradient(45deg, #000000, #000000);
}
.cid-tYa90eIPHi B {
  color: #ffffff;
}
.cid-tYa90eIPHi .mbr-text,
.cid-tYa90eIPHi .mbr-section-btn {
  color: #ffffff;
}
.cid-tYa90eIPHi H1 {
  color: #ffffff;
}
.cid-tYa90f5hZc {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #75fb4c;
}
.cid-tYa90f5hZc .mbr-section-subtitle {
  color: #000000;
}
.cid-tYa90f5hZc H2 {
  color: #000000;
}
.cid-tYO5AaBEKB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-tYO5AaBEKB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tYO5AaBEKB .mbr-section-subtitle B {
  color: #201aca;
}
.cid-tYO5AaBEKB H2 {
  color: #ffffff;
}
.cid-tYa90fm3ik {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/53161278559-681f0382f0-k-2000x1333.webp");
}
.cid-tYa90fItLt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #75fb4c;
}
.cid-tYa90fItLt .mbr-section-subtitle {
  color: #000000;
}
.cid-tYa90fItLt H2 {
  color: #000000;
}
.cid-tYaafelAvK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-tYaafelAvK .row {
  align-items: center;
  width: 100%;
}
.cid-tYaafelAvK .title-container {
  width: 100%;
  padding: 0 !important;
  margin-bottom: 2rem;
}
.cid-tYaafelAvK .title-text {
  width: 100%;
}
.cid-tYaafelAvK .main-title {
  color: #727272;
}
.cid-tYaafelAvK .main-subtitle {
  color: #727272;
}
.cid-tYaafelAvK form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-tYaafelAvK form .mbr-section-btn {
  margin-top: 20px;
  margin-right: 100%;
}
.cid-tYaafelAvK form .mbr-section-btn .btn {
  width: max-content;
  min-width: 120px;
}
.cid-tYaafelAvK form .form-group {
  margin-top: 32px !important;
  margin-bottom: 10px !important;
}
@media (max-width: 767px) {
  .cid-tYaafelAvK form .form-group {
    margin-top: 1rem!important;
  }
}
.cid-tYaafelAvK form .form-control {
  border: 1px solid #000000 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 12px;
  font-size: 16px;
  line-height: 24px;
  color: #939292;
  font-weight: 400;
}
.cid-tYaafelAvK form .form-control::-webkit-input-placeholder {
  color: #939292;
}
.cid-tYaafelAvK form .form-control::-moz-placeholder {
  color: #939292;
}
.cid-tYaafelAvK form .form-control:-moz-placeholder {
  color: #939292;
}
.cid-tYaafelAvK form .form-control:-ms-input-placeholder {
  color: #939292;
}
.cid-tYaafelAvK form select {
  color: #000000 !important;
}
.cid-tYaafelAvK form textarea {
  height: 100px;
}
.cid-tYaafelAvK form input,
.cid-tYaafelAvK form textarea {
  background-color: transparent !important;
}
.cid-tYaafelAvK form input:active,
.cid-tYaafelAvK form textarea:active,
.cid-tYaafelAvK form input:focus,
.cid-tYaafelAvK form textarea:focus {
  border-color: #75fb4c !important;
}
.cid-tYaafelAvK form input:active::-webkit-input-placeholder,
.cid-tYaafelAvK form textarea:active::-webkit-input-placeholder,
.cid-tYaafelAvK form input:focus::-webkit-input-placeholder,
.cid-tYaafelAvK form textarea:focus::-webkit-input-placeholder {
  color: #939292;
}
.cid-tYaafelAvK form input:active::-moz-placeholder,
.cid-tYaafelAvK form textarea:active::-moz-placeholder,
.cid-tYaafelAvK form input:focus::-moz-placeholder,
.cid-tYaafelAvK form textarea:focus::-moz-placeholder {
  color: #939292;
}
.cid-tYaafelAvK form input:active:-moz-placeholder,
.cid-tYaafelAvK form textarea:active:-moz-placeholder,
.cid-tYaafelAvK form input:focus:-moz-placeholder,
.cid-tYaafelAvK form textarea:focus:-moz-placeholder {
  color: #939292;
}
.cid-tYaafelAvK form input:active:-ms-input-placeholder,
.cid-tYaafelAvK form textarea:active:-ms-input-placeholder,
.cid-tYaafelAvK form input:focus:-ms-input-placeholder,
.cid-tYaafelAvK form textarea:focus:-ms-input-placeholder {
  color: #939292;
}
.cid-tYaafelAvK form .row {
  margin-left: -2% !important;
  margin-right: -2% !important;
}
.cid-tYaafelAvK form .row [class*=col] {
  padding-left: 2% !important;
  padding-right: 2% !important;
}
.cid-tYaafelAvK form label {
  width: 100%;
  color: #000000;
  margin-bottom: 1rem;
}
.cid-tYaafelAvK form .form-check-input {
  border-color: #000000 !important;
  outline: none !important;
  box-shadow: none !important;
}
.cid-tYaafelAvK form .form-check-input:focus,
.cid-tYaafelAvK form .form-check-input:hover {
  border-color: #75fb4c !important;
}
.cid-tYaafelAvK form .form-check-input:checked {
  border-color: #75fb4c !important;
  background-color: #75fb4c !important;
}
.cid-tYdA7heqAH {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #75fb4c;
}
.cid-tYdA7heqAH .mbr-section-subtitle {
  color: #000000;
}
.cid-tYdA7heqAH H2 {
  color: #000000;
}
.cid-tYdA2Ne5dJ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tYdA2Ne5dJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tYdA2Ne5dJ .mbr-section-subtitle B {
  color: #201aca;
}
.cid-tYdA2Ne5dJ H2 {
  color: #ffffff;
}
.cid-tYa90gp6L6 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/52230212152-3f82f27652-k-2000x1333.webp");
}
.cid-tYa90kV0oA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #75fb4c;
}
.cid-tYa90l3qg4 .google-map {
  height: 25rem;
  position: relative;
}
.cid-tYa90l3qg4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tYa90l3qg4 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tYa90l3qg4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tYa90l3qg4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tYa90lhfy2 {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #75fb4c;
}
.cid-tYa90lhfy2 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-tYa90lhfy2 .number-wrap {
  color: #000000;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-tYa90lhfy2 .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #000000;
}
.cid-tYa90lhfy2 .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-tYa90lhfy2 .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #000000;
}
.cid-tYa90lhfy2 .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tYa90lhfy2 .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-tYa90lhfy2 .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-tYa90lhfy2 .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-tYa90lhfy2 .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-tYa90lhfy2 .number,
  .cid-tYa90lhfy2 .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-tYa90lhfy2 .period {
    font-size: 0.8rem;
  }
}
.cid-tYa90ly0wd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tYa90ly0wd h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tYa90ly0wd p {
  color: #767676;
  text-align: left;
}
.cid-tYa90ly0wd .card-box {
  padding-top: 2rem;
}
.cid-tYa90ly0wd .card-wrapper {
  height: 100%;
}
.cid-tYa90lNGil {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tYa90lNGil P {
  color: #767676;
}
.cid-tYaeEi1coz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uw4PelYflP .navbar {
  padding: .5rem 0;
  background: #75fb4c;
  transition: none;
  min-height: 77px;
}
.cid-uw4PelYflP .navbar-dropdown.bg-color.transparent.opened {
  background: #75fb4c;
}
.cid-uw4PelYflP a {
  font-style: normal;
}
.cid-uw4PelYflP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uw4PelYflP .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uw4PelYflP .nav-item:focus,
.cid-uw4PelYflP .nav-link:focus {
  outline: none;
}
.cid-uw4PelYflP .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uw4PelYflP .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uw4PelYflP .menu-logo {
  margin-right: auto;
}
.cid-uw4PelYflP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uw4PelYflP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uw4PelYflP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uw4PelYflP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uw4PelYflP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uw4PelYflP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uw4PelYflP .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uw4PelYflP .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uw4PelYflP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uw4PelYflP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uw4PelYflP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uw4PelYflP .dropdown .dropdown-menu {
  background: #75fb4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uw4PelYflP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uw4PelYflP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uw4PelYflP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uw4PelYflP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uw4PelYflP .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uw4PelYflP .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uw4PelYflP .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uw4PelYflP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uw4PelYflP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uw4PelYflP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uw4PelYflP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uw4PelYflP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uw4PelYflP button.navbar-toggler:focus {
  outline: none;
}
.cid-uw4PelYflP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uw4PelYflP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uw4PelYflP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uw4PelYflP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uw4PelYflP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uw4PelYflP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uw4PelYflP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uw4PelYflP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uw4PelYflP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uw4PelYflP .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uw4PelYflP .collapsed .btn {
  display: -webkit-flex;
}
.cid-uw4PelYflP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uw4PelYflP .collapsed .navbar-collapse.collapsing,
.cid-uw4PelYflP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uw4PelYflP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uw4PelYflP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uw4PelYflP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uw4PelYflP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uw4PelYflP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uw4PelYflP .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uw4PelYflP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uw4PelYflP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uw4PelYflP .collapsed button.navbar-toggler {
  display: block;
}
.cid-uw4PelYflP .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uw4PelYflP .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uw4PelYflP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uw4PelYflP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uw4PelYflP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uw4PelYflP .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uw4PelYflP .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uw4PelYflP img {
    height: 3.8rem !important;
  }
  .cid-uw4PelYflP .btn {
    display: -webkit-flex;
  }
  .cid-uw4PelYflP button.navbar-toggler {
    display: block;
  }
  .cid-uw4PelYflP .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uw4PelYflP .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uw4PelYflP .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uw4PelYflP .navbar-collapse.collapsing,
  .cid-uw4PelYflP .navbar-collapse.show {
    display: block !important;
  }
  .cid-uw4PelYflP .navbar-collapse.collapsing .navbar-nav,
  .cid-uw4PelYflP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uw4PelYflP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uw4PelYflP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uw4PelYflP .navbar-collapse.collapsing .navbar-buttons,
  .cid-uw4PelYflP .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uw4PelYflP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uw4PelYflP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uw4PelYflP .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uw4PelYflP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uw4PelYflP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uw4PelYflP .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uw4PelYflP .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uw4PelYflP .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uw4PelYflP .nav-link:hover,
.cid-uw4PelYflP .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uw4PemQSNa {
  background: linear-gradient(45deg, #000000, #000000);
}
.cid-uw4PemQSNa B {
  color: #ffffff;
}
.cid-uw4PemQSNa .mbr-text,
.cid-uw4PemQSNa .mbr-section-btn {
  color: #ffffff;
}
.cid-uw4PemQSNa H1 {
  color: #ffffff;
}
.cid-uw4PenuiuQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/pxl-20240702-191919781.mp-2000x2664.webp");
}
.cid-uw4PenBSkS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #75fb4c;
}
.cid-uw4PenBSkS .mbr-section-subtitle {
  color: #000000;
}
.cid-uw4PenBSkS H2 {
  color: #000000;
}
.cid-vfwQniMFoE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vfwQniMFoE p {
  color: #FFF;
}
.cid-vfwQniMFoE .item:focus,
.cid-vfwQniMFoE span:focus {
  outline: none;
}
.cid-vfwQniMFoE .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-vfwQniMFoE .item-wrapper {
  position: relative;
}
.cid-vfwQniMFoE .item-btn,
.cid-vfwQniMFoE h4,
.cid-vfwQniMFoE h5 {
  margin: 0;
}
.cid-vfwQniMFoE .item-content {
  padding-top: 2rem;
}
.cid-vfwQniMFoE .item-title {
  color: #75fb4c;
}
.cid-vfwQniMFoE item-text {
  color: #ffffff;
}
.cid-uw4PeoiF6j {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #75fb4c;
}
.cid-uw4PeoiF6j .mbr-section-subtitle {
  color: #000000;
}
.cid-uw4PeoiF6j H2 {
  color: #000000;
}
.cid-uw4PeoA32Q {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/pxl-20240704-173350251-2000x2664.webp");
}
.cid-uw4PeoK9sv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #75fb4c;
}
.cid-uw4PeoK9sv .mbr-section-subtitle {
  color: #000000;
}
.cid-uw4PeoK9sv H2 {
  color: #000000;
}
.cid-uw4PeoS6hk {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uw4PeoS6hk .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-uw4PeoS6hk h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uw4PeoS6hk p {
  color: #767676;
  text-align: left;
}
.cid-uw4PeoS6hk .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uw4PeoS6hk .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uw4PeoS6hk .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-uw4PeoS6hk .card-title {
  color: #000000;
}
.cid-uw4PeoS6hk P {
  color: #000000;
}
.cid-uw4Pep70SD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uw4Pep70SD .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-uw4Pep70SD h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uw4Pep70SD p {
  color: #767676;
  text-align: left;
}
.cid-uw4Pep70SD .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uw4Pep70SD .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uw4Pep70SD .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-uw4Pep70SD .card-title {
  color: #000000;
}
.cid-uw4Pep70SD P {
  color: #000000;
}
.cid-uw4Peptpqn {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/pxl-20240711-183542204-2000x2664.webp");
}
.cid-uw4PepFGzX {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #75fb4c;
}
.cid-uw4PepFGzX .mbr-section-subtitle {
  color: #000000;
}
.cid-uw4PepFGzX H2 {
  color: #000000;
}
.cid-uw4PepOJFs {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uw4PepOJFs .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-uw4PepOJFs h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uw4PepOJFs p {
  color: #767676;
  text-align: left;
}
.cid-uw4PepOJFs .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uw4PepOJFs .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uw4PepOJFs .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-uw4PepOJFs .card-title {
  color: #000000;
}
.cid-uw4PepOJFs P {
  color: #000000;
}
.cid-v5qYnQGVDL {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #75fb4c;
}
.cid-v5qYnQGVDL .card-box {
  background-color: #000000;
  padding: 2rem;
}
.cid-v5qYnQGVDL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-v5qYnQGVDL p {
  color: #767676;
  text-align: left;
}
.cid-v5qYnQGVDL .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-v5qYnQGVDL .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-v5qYnQGVDL .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-v5qYnQGVDL .card-title {
  color: #ffffff;
}
.cid-v5qYnQGVDL P {
  color: #ffffff;
}
.cid-uw4Per5XIw {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uw4Per5XIw h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uw4Per5XIw p {
  color: #767676;
  text-align: left;
}
.cid-uw4Per5XIw .card-box {
  padding-top: 2rem;
}
.cid-uw4Per5XIw .card-wrapper {
  height: 100%;
}
.cid-uw4Per5XIw .card-title {
  color: #75fb4c;
}
.cid-uw4Per5XIw P {
  color: #ffffff;
}
.cid-uw4PerkyMq {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #75fb4c;
}
.cid-uw4PerkyMq .mbr-section-subtitle {
  color: #000000;
}
.cid-uw4PerkyMq H2 {
  color: #000000;
}
.cid-uw4PertPzE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uw4PertPzE p {
  color: #FFF;
}
.cid-uw4PertPzE .item:focus,
.cid-uw4PertPzE span:focus {
  outline: none;
}
.cid-uw4PertPzE .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-uw4PertPzE .item-wrapper {
  position: relative;
}
.cid-uw4PertPzE .item-btn,
.cid-uw4PertPzE h4,
.cid-uw4PertPzE h5 {
  margin: 0;
}
.cid-uw4PertPzE .item-content {
  padding-top: 2rem;
}
.cid-uw4PertPzE .item-title {
  color: #75fb4c;
}
.cid-uw4PertPzE item-text {
  color: #ffffff;
}
.cid-uw4Pes2R0Q {
  background-image: url("../../../assets/images/53161075871-a7d12663fe-k-1-2000x1333.webp");
}
.cid-uw4Pese0tb {
  background-image: url("../../../assets/images/53161504250-7ef93bcd71-k-2000x1333.webp");
}
.cid-uw4Pespulp {
  background-image: url("../../../assets/images/52230212292-5ba4fd78d8-k-1-2000x1333.webp");
}
.cid-uw4PesC1Fd {
  background-image: url("../../../assets/images/53161498995-af6e369c7a-k-2000x1333.webp");
}
.cid-uw4PesShHk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #75fb4c;
}
.cid-uw4Pet2hMn .google-map {
  height: 25rem;
  position: relative;
}
.cid-uw4Pet2hMn .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uw4Pet2hMn .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uw4Pet2hMn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uw4Pet2hMn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uw4PethFj7 {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #75fb4c;
}
.cid-uw4PethFj7 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uw4PethFj7 .number-wrap {
  color: #000000;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-uw4PethFj7 .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #000000;
}
.cid-uw4PethFj7 .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-uw4PethFj7 .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #000000;
}
.cid-uw4PethFj7 .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uw4PethFj7 .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-uw4PethFj7 .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-uw4PethFj7 .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-uw4PethFj7 .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-uw4PethFj7 .number,
  .cid-uw4PethFj7 .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-uw4PethFj7 .period {
    font-size: 0.8rem;
  }
}
.cid-uw4PetxeL8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uw4PetxeL8 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uw4PetxeL8 p {
  color: #767676;
  text-align: left;
}
.cid-uw4PetxeL8 .card-box {
  padding-top: 2rem;
}
.cid-uw4PetxeL8 .card-wrapper {
  height: 100%;
}
.cid-uw4PetMfrK {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uw4PetMfrK P {
  color: #767676;
}
.cid-uw4PetMfrK .mbr-text,
.cid-uw4PetMfrK .mbr-section-btn {
  color: #000000;
}
.cid-uw4PetYFRR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-usALRn7dku .navbar {
  padding: .5rem 0;
  background: #75fb4c;
  transition: none;
  min-height: 77px;
}
.cid-usALRn7dku .navbar-dropdown.bg-color.transparent.opened {
  background: #75fb4c;
}
.cid-usALRn7dku a {
  font-style: normal;
}
.cid-usALRn7dku .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-usALRn7dku .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-usALRn7dku .nav-item:focus,
.cid-usALRn7dku .nav-link:focus {
  outline: none;
}
.cid-usALRn7dku .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-usALRn7dku .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-usALRn7dku .menu-logo {
  margin-right: auto;
}
.cid-usALRn7dku .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-usALRn7dku .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-usALRn7dku .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-usALRn7dku .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-usALRn7dku .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-usALRn7dku .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-usALRn7dku .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-usALRn7dku .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-usALRn7dku .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-usALRn7dku .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-usALRn7dku .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-usALRn7dku .dropdown .dropdown-menu {
  background: #75fb4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-usALRn7dku .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-usALRn7dku .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usALRn7dku .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-usALRn7dku .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usALRn7dku .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-usALRn7dku .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-usALRn7dku .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-usALRn7dku .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-usALRn7dku .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-usALRn7dku .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-usALRn7dku .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-usALRn7dku button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-usALRn7dku button.navbar-toggler:focus {
  outline: none;
}
.cid-usALRn7dku button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-usALRn7dku button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-usALRn7dku button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-usALRn7dku button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-usALRn7dku button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-usALRn7dku nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-usALRn7dku nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-usALRn7dku nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-usALRn7dku nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-usALRn7dku .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-usALRn7dku .collapsed .btn {
  display: -webkit-flex;
}
.cid-usALRn7dku .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-usALRn7dku .collapsed .navbar-collapse.collapsing,
.cid-usALRn7dku .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-usALRn7dku .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-usALRn7dku .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-usALRn7dku .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-usALRn7dku .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-usALRn7dku .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-usALRn7dku .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-usALRn7dku .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-usALRn7dku .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-usALRn7dku .collapsed button.navbar-toggler {
  display: block;
}
.cid-usALRn7dku .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-usALRn7dku .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-usALRn7dku .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-usALRn7dku .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-usALRn7dku .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-usALRn7dku .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-usALRn7dku .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-usALRn7dku img {
    height: 3.8rem !important;
  }
  .cid-usALRn7dku .btn {
    display: -webkit-flex;
  }
  .cid-usALRn7dku button.navbar-toggler {
    display: block;
  }
  .cid-usALRn7dku .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-usALRn7dku .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-usALRn7dku .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-usALRn7dku .navbar-collapse.collapsing,
  .cid-usALRn7dku .navbar-collapse.show {
    display: block !important;
  }
  .cid-usALRn7dku .navbar-collapse.collapsing .navbar-nav,
  .cid-usALRn7dku .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-usALRn7dku .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-usALRn7dku .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-usALRn7dku .navbar-collapse.collapsing .navbar-buttons,
  .cid-usALRn7dku .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-usALRn7dku .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-usALRn7dku .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-usALRn7dku .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-usALRn7dku .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-usALRn7dku .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-usALRn7dku .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-usALRn7dku .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-usALRn7dku .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-usALRn7dku .nav-link:hover,
.cid-usALRn7dku .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-usALRnKDEi {
  background: linear-gradient(45deg, #232323, #232323);
}
.cid-usALRnKDEi B {
  color: #ffffff;
}
.cid-usALRnKDEi .mbr-text,
.cid-usALRnKDEi .mbr-section-btn {
  color: #ffffff;
}
.cid-usALRnKDEi H1 {
  color: #ffffff;
}
.cid-usALRnZcE9 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/53161278559-681f0382f0-k-2000x1333.webp");
}
.cid-usALRoalCS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-usALRoalCS .line {
  background-color: #232323;
  color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-usALRoalCS .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-usALRoalCS .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-usALRoalCS .inner-container {
    width: 100% !important;
  }
}
.cid-usALRoalCS .section-text DIV {
  text-align: left;
}
.cid-usALRojBPC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/53161066361-5779f6699b-k-2000x1333.webp");
}
.cid-usALRotjLc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #75fb4c;
}
.cid-usALRotjLc .mbr-section-subtitle {
  color: #000000;
}
.cid-usALRotjLc H2 {
  color: #000000;
}
.cid-usALRoAOpc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-usALRoAOpc p {
  color: #FFF;
}
.cid-usALRoAOpc .item:focus,
.cid-usALRoAOpc span:focus {
  outline: none;
}
.cid-usALRoAOpc .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-usALRoAOpc .item-wrapper {
  position: relative;
}
.cid-usALRoAOpc .item-btn,
.cid-usALRoAOpc h4,
.cid-usALRoAOpc h5 {
  margin: 0;
}
.cid-usALRoAOpc .item-content {
  padding-top: 2rem;
}
.cid-usALRoAOpc .item-title {
  color: #75fb4c;
}
.cid-usALRoAOpc item-text {
  color: #ffffff;
}
.cid-usALRpgM3v {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #75fb4c;
}
.cid-usALRpgM3v .mbr-section-subtitle {
  color: #000000;
}
.cid-usALRpgM3v H2 {
  color: #000000;
}
.cid-usALRpAtx0 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/53161545628-86955f8acd-k-2000x1333.webp");
}
.cid-usALRpL2En {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #75fb4c;
}
.cid-usALRpL2En .mbr-section-subtitle {
  color: #000000;
}
.cid-usALRpL2En H2 {
  color: #000000;
}
.cid-usALRpT4RI {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-usALRpT4RI .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-usALRpT4RI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-usALRpT4RI p {
  color: #767676;
  text-align: left;
}
.cid-usALRpT4RI .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-usALRpT4RI .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-usALRpT4RI .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-usALRpT4RI .card-title {
  color: #000000;
}
.cid-usALRpT4RI P {
  color: #000000;
}
.cid-usALRq7Pay {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-usALRq7Pay .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-usALRq7Pay h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-usALRq7Pay p {
  color: #767676;
  text-align: left;
}
.cid-usALRq7Pay .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-usALRq7Pay .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-usALRq7Pay .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-usALRq7Pay .card-title {
  color: #000000;
}
.cid-usALRq7Pay P {
  color: #000000;
}
.cid-usALRqpH6A {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/53161531198-8a19c73b06-k-2000x1333.webp");
}
.cid-usALRqCp2I {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #75fb4c;
}
.cid-usALRqCp2I .mbr-section-subtitle {
  color: #000000;
}
.cid-usALRqCp2I H2 {
  color: #000000;
}
.cid-usALRqKfEW {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-usALRqKfEW .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-usALRqKfEW h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-usALRqKfEW p {
  color: #767676;
  text-align: left;
}
.cid-usALRqKfEW .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-usALRqKfEW .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-usALRqKfEW .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-usALRqKfEW .card-title {
  color: #000000;
}
.cid-usALRqKfEW P {
  color: #000000;
}
.cid-usALRr0AaJ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #75fb4c;
}
.cid-usALRr0AaJ .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-usALRr0AaJ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-usALRr0AaJ p {
  color: #767676;
  text-align: left;
}
.cid-usALRr0AaJ .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-usALRr0AaJ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-usALRr0AaJ .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-usALRr0AaJ .card-title {
  color: #000000;
}
.cid-usALRr0AaJ P {
  color: #000000;
}
.cid-usALRri5cY {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-usALRri5cY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-usALRri5cY .mbr-section-subtitle B {
  color: #201aca;
}
.cid-usALRri5cY H2 {
  color: #ffffff;
}
.cid-usALRrvZtB {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-usALRrvZtB h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-usALRrvZtB p {
  color: #767676;
  text-align: left;
}
.cid-usALRrvZtB .card-box {
  padding-top: 2rem;
}
.cid-usALRrvZtB .card-wrapper {
  height: 100%;
}
.cid-usALRrvZtB P {
  color: #ffffff;
}
.cid-usALRrN9rt {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #75fb4c;
}
.cid-usALRrN9rt .mbr-section-subtitle {
  color: #000000;
}
.cid-usALRrN9rt H2 {
  color: #000000;
}
.cid-usALRrY8Vc {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-usALRrY8Vc h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-usALRrY8Vc p {
  color: #767676;
  text-align: left;
}
.cid-usALRrY8Vc .card-box {
  padding-top: 2rem;
}
.cid-usALRrY8Vc .card-wrapper {
  height: 100%;
}
.cid-usALRrY8Vc .card-title {
  color: #75fb4c;
}
.cid-usALRrY8Vc P {
  color: #ffffff;
}
.cid-usALRsjqCe {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #75fb4c;
}
.cid-usALRsjqCe .mbr-section-subtitle {
  color: #000000;
}
.cid-usALRsjqCe H2 {
  color: #000000;
}
.cid-usALRsAI5a {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-usALRsAI5a p {
  color: #FFF;
}
.cid-usALRsAI5a .item:focus,
.cid-usALRsAI5a span:focus {
  outline: none;
}
.cid-usALRsAI5a .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-usALRsAI5a .item-wrapper {
  position: relative;
}
.cid-usALRsAI5a .item-btn,
.cid-usALRsAI5a h4,
.cid-usALRsAI5a h5 {
  margin: 0;
}
.cid-usALRsAI5a .item-content {
  padding-top: 2rem;
}
.cid-usALRsAI5a .item-title {
  color: #75fb4c;
}
.cid-usALRsAI5a item-text {
  color: #ffffff;
}
.cid-usALRsYpZY {
  background-image: url("../../../assets/images/53161278614-21de1496e6-k-2000x1333.webp");
}
.cid-usALRtfg0b {
  background-image: url("../../../assets/images/53161075871-a7d12663fe-k-1-2000x1333.webp");
}
.cid-usALRtqJY5 {
  background-image: url("../../../assets/images/53161504250-7ef93bcd71-k-2000x1333.webp");
}
.cid-usALRtBA0v {
  background-image: url("../../../assets/images/52230212292-5ba4fd78d8-k-1-2000x1333.webp");
}
.cid-usALRtSzRr {
  background-image: url("../../../assets/images/53161498995-af6e369c7a-k-2000x1333.webp");
}
.cid-usALRu6JtQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #75fb4c;
}
.cid-usALRufynD .google-map {
  height: 25rem;
  position: relative;
}
.cid-usALRufynD .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-usALRufynD .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-usALRufynD .google-map[data-state] {
  background: #e9e5dc;
}
.cid-usALRufynD .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-usALRut5GH {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #75fb4c;
}
.cid-usALRut5GH .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-usALRut5GH .number-wrap {
  color: #465052;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-usALRut5GH .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #000000;
}
.cid-usALRut5GH .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-usALRut5GH .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #000000;
}
.cid-usALRut5GH .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-usALRut5GH .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-usALRut5GH .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-usALRut5GH .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-usALRut5GH .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-usALRut5GH .number,
  .cid-usALRut5GH .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-usALRut5GH .period {
    font-size: 0.8rem;
  }
}
.cid-usALRuSxxQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-usALRuSxxQ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-usALRuSxxQ p {
  color: #767676;
  text-align: left;
}
.cid-usALRuSxxQ .card-box {
  padding-top: 2rem;
}
.cid-usALRuSxxQ .card-wrapper {
  height: 100%;
}
.cid-usALRvcpXb {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-usALRvcpXb P {
  color: #767676;
}
.cid-usALRvcpXb .mbr-text,
.cid-usALRvcpXb .mbr-section-btn {
  color: #000000;
}
.cid-usALRvqrEs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uGJ5Let3R3 .navbar {
  padding: .5rem 0;
  background: #75fb4c;
  transition: none;
  min-height: 77px;
}
.cid-uGJ5Let3R3 .navbar-dropdown.bg-color.transparent.opened {
  background: #75fb4c;
}
.cid-uGJ5Let3R3 a {
  font-style: normal;
}
.cid-uGJ5Let3R3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uGJ5Let3R3 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uGJ5Let3R3 .nav-item:focus,
.cid-uGJ5Let3R3 .nav-link:focus {
  outline: none;
}
.cid-uGJ5Let3R3 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uGJ5Let3R3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uGJ5Let3R3 .menu-logo {
  margin-right: auto;
}
.cid-uGJ5Let3R3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGJ5Let3R3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uGJ5Let3R3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uGJ5Let3R3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uGJ5Let3R3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uGJ5Let3R3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uGJ5Let3R3 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uGJ5Let3R3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uGJ5Let3R3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uGJ5Let3R3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGJ5Let3R3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uGJ5Let3R3 .dropdown .dropdown-menu {
  background: #75fb4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uGJ5Let3R3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uGJ5Let3R3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGJ5Let3R3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uGJ5Let3R3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGJ5Let3R3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uGJ5Let3R3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uGJ5Let3R3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uGJ5Let3R3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uGJ5Let3R3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uGJ5Let3R3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uGJ5Let3R3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uGJ5Let3R3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uGJ5Let3R3 button.navbar-toggler:focus {
  outline: none;
}
.cid-uGJ5Let3R3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uGJ5Let3R3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uGJ5Let3R3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uGJ5Let3R3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uGJ5Let3R3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uGJ5Let3R3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGJ5Let3R3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uGJ5Let3R3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uGJ5Let3R3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGJ5Let3R3 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uGJ5Let3R3 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uGJ5Let3R3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uGJ5Let3R3 .collapsed .navbar-collapse.collapsing,
.cid-uGJ5Let3R3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uGJ5Let3R3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uGJ5Let3R3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uGJ5Let3R3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uGJ5Let3R3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uGJ5Let3R3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uGJ5Let3R3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uGJ5Let3R3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uGJ5Let3R3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uGJ5Let3R3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uGJ5Let3R3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uGJ5Let3R3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uGJ5Let3R3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uGJ5Let3R3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uGJ5Let3R3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uGJ5Let3R3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uGJ5Let3R3 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uGJ5Let3R3 img {
    height: 3.8rem !important;
  }
  .cid-uGJ5Let3R3 .btn {
    display: -webkit-flex;
  }
  .cid-uGJ5Let3R3 button.navbar-toggler {
    display: block;
  }
  .cid-uGJ5Let3R3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uGJ5Let3R3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uGJ5Let3R3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uGJ5Let3R3 .navbar-collapse.collapsing,
  .cid-uGJ5Let3R3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uGJ5Let3R3 .navbar-collapse.collapsing .navbar-nav,
  .cid-uGJ5Let3R3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uGJ5Let3R3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uGJ5Let3R3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uGJ5Let3R3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uGJ5Let3R3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uGJ5Let3R3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uGJ5Let3R3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uGJ5Let3R3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uGJ5Let3R3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uGJ5Let3R3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uGJ5Let3R3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uGJ5Let3R3 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uGJ5Let3R3 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uGJ5Let3R3 .nav-link:hover,
.cid-uGJ5Let3R3 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uGJ5LfdsNo {
  background: linear-gradient(45deg, #000000, #000000);
}
.cid-uGJ5LfdsNo B {
  color: #ffffff;
}
.cid-uGJ5LfdsNo .mbr-text,
.cid-uGJ5LfdsNo .mbr-section-btn {
  color: #ffffff;
}
.cid-uGJ5LfdsNo H1 {
  color: #ffffff;
}
.cid-uGJ5LfsXiO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/pxl-20240702-191919781.mp-2000x2664.webp");
}
.cid-uGJ5LfzaIn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #75fb4c;
}
.cid-uGJ5LfzaIn .mbr-section-subtitle {
  color: #000000;
}
.cid-uGJ5LfzaIn H2 {
  color: #000000;
}
.cid-v55YJurgR7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v55YJurgR7 p {
  color: #FFF;
}
.cid-v55YJurgR7 .item:focus,
.cid-v55YJurgR7 span:focus {
  outline: none;
}
.cid-v55YJurgR7 .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-v55YJurgR7 .item-wrapper {
  position: relative;
}
.cid-v55YJurgR7 .item-btn,
.cid-v55YJurgR7 h4,
.cid-v55YJurgR7 h5 {
  margin: 0;
}
.cid-v55YJurgR7 .item-content {
  padding-top: 2rem;
}
.cid-v55YJurgR7 .item-title {
  color: #75fb4c;
}
.cid-v55YJurgR7 item-text {
  color: #ffffff;
}
.cid-uGJ5Lg9eqP {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #75fb4c;
}
.cid-uGJ5Lg9eqP .mbr-section-subtitle {
  color: #000000;
}
.cid-uGJ5Lg9eqP H2 {
  color: #000000;
}
.cid-uGJ5LghSv1 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/pxl-20240704-173350251-2000x2664.webp");
}
.cid-uGJ5Lgq5Vv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #75fb4c;
}
.cid-uGJ5Lgq5Vv .mbr-section-subtitle {
  color: #000000;
}
.cid-uGJ5Lgq5Vv H2 {
  color: #000000;
}
.cid-uGJ5LgxPiv {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uGJ5LgxPiv .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-uGJ5LgxPiv h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uGJ5LgxPiv p {
  color: #767676;
  text-align: left;
}
.cid-uGJ5LgxPiv .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uGJ5LgxPiv .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uGJ5LgxPiv .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-uGJ5LgxPiv .card-title {
  color: #000000;
}
.cid-uGJ5LgxPiv P {
  color: #000000;
}
.cid-uGJ5LgJHYy {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uGJ5LgJHYy .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-uGJ5LgJHYy h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uGJ5LgJHYy p {
  color: #767676;
  text-align: left;
}
.cid-uGJ5LgJHYy .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uGJ5LgJHYy .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uGJ5LgJHYy .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-uGJ5LgJHYy .card-title {
  color: #000000;
}
.cid-uGJ5LgJHYy P {
  color: #000000;
}
.cid-uGJ5Lh0Y1X {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/pxl-20240711-183542204-2000x2664.webp");
}
.cid-uGJ5LhbjXk {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #75fb4c;
}
.cid-uGJ5LhbjXk .mbr-section-subtitle {
  color: #000000;
}
.cid-uGJ5LhbjXk H2 {
  color: #000000;
}
.cid-uGJ5Lhj7PJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uGJ5Lhj7PJ .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-uGJ5Lhj7PJ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uGJ5Lhj7PJ p {
  color: #767676;
  text-align: left;
}
.cid-uGJ5Lhj7PJ .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uGJ5Lhj7PJ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uGJ5Lhj7PJ .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-uGJ5Lhj7PJ .card-title {
  color: #000000;
}
.cid-uGJ5Lhj7PJ P {
  color: #000000;
}
.cid-v5qYjmrrJW {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #75fb4c;
}
.cid-v5qYjmrrJW .card-box {
  background-color: #000000;
  padding: 2rem;
}
.cid-v5qYjmrrJW h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-v5qYjmrrJW p {
  color: #767676;
  text-align: left;
}
.cid-v5qYjmrrJW .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-v5qYjmrrJW .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-v5qYjmrrJW .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-v5qYjmrrJW .card-title {
  color: #ffffff;
}
.cid-v5qYjmrrJW P {
  color: #ffffff;
}
.cid-uGJ5LhNdkF {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uGJ5LhNdkF h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uGJ5LhNdkF p {
  color: #767676;
  text-align: left;
}
.cid-uGJ5LhNdkF .card-box {
  padding-top: 2rem;
}
.cid-uGJ5LhNdkF .card-wrapper {
  height: 100%;
}
.cid-uGJ5LhNdkF .card-title {
  color: #75fb4c;
}
.cid-uGJ5LhNdkF P {
  color: #ffffff;
}
.cid-uGJ5Li3BOl {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #75fb4c;
}
.cid-uGJ5Li3BOl .mbr-section-subtitle {
  color: #000000;
}
.cid-uGJ5Li3BOl H2 {
  color: #000000;
}
.cid-uGJ5LifDVU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uGJ5LifDVU p {
  color: #FFF;
}
.cid-uGJ5LifDVU .item:focus,
.cid-uGJ5LifDVU span:focus {
  outline: none;
}
.cid-uGJ5LifDVU .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-uGJ5LifDVU .item-wrapper {
  position: relative;
}
.cid-uGJ5LifDVU .item-btn,
.cid-uGJ5LifDVU h4,
.cid-uGJ5LifDVU h5 {
  margin: 0;
}
.cid-uGJ5LifDVU .item-content {
  padding-top: 2rem;
}
.cid-uGJ5LifDVU .item-title {
  color: #75fb4c;
}
.cid-uGJ5LifDVU item-text {
  color: #ffffff;
}
.cid-uGJ5Liw0xx {
  background-image: url("../../../assets/images/53161075871-a7d12663fe-k-1-2000x1333.webp");
}
.cid-uGJ5LiKtLG {
  background-image: url("../../../assets/images/53161504250-7ef93bcd71-k-2000x1333.webp");
}
.cid-uGJ5LiUWE3 {
  background-image: url("../../../assets/images/52230212292-5ba4fd78d8-k-1-2000x1333.webp");
}
.cid-uGJ5Lj4Ji5 {
  background-image: url("../../../assets/images/53161498995-af6e369c7a-k-2000x1333.webp");
}
.cid-uGJ5LjhIel {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #75fb4c;
}
.cid-uGJ5LjpzH4 .google-map {
  height: 25rem;
  position: relative;
}
.cid-uGJ5LjpzH4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uGJ5LjpzH4 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uGJ5LjpzH4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uGJ5LjpzH4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uGJ5LjzDBg {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #75fb4c;
}
.cid-uGJ5LjzDBg .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uGJ5LjzDBg .number-wrap {
  color: #000000;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-uGJ5LjzDBg .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #000000;
}
.cid-uGJ5LjzDBg .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-uGJ5LjzDBg .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #000000;
}
.cid-uGJ5LjzDBg .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uGJ5LjzDBg .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-uGJ5LjzDBg .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-uGJ5LjzDBg .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-uGJ5LjzDBg .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-uGJ5LjzDBg .number,
  .cid-uGJ5LjzDBg .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-uGJ5LjzDBg .period {
    font-size: 0.8rem;
  }
}
.cid-uGJ5LjOG4D {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGJ5LjOG4D h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uGJ5LjOG4D p {
  color: #767676;
  text-align: left;
}
.cid-uGJ5LjOG4D .card-box {
  padding-top: 2rem;
}
.cid-uGJ5LjOG4D .card-wrapper {
  height: 100%;
}
.cid-uGJ5Lk7O08 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uGJ5Lk7O08 P {
  color: #767676;
}
.cid-uGJ5Lk7O08 .mbr-text,
.cid-uGJ5Lk7O08 .mbr-section-btn {
  color: #000000;
}
.cid-uGJ5Lkkz7S {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-v2r7vy45eW .navbar {
  padding: .5rem 0;
  background: #75fb4c;
  transition: none;
  min-height: 77px;
}
.cid-v2r7vy45eW .navbar-dropdown.bg-color.transparent.opened {
  background: #75fb4c;
}
.cid-v2r7vy45eW a {
  font-style: normal;
}
.cid-v2r7vy45eW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-v2r7vy45eW .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-v2r7vy45eW .nav-item:focus,
.cid-v2r7vy45eW .nav-link:focus {
  outline: none;
}
.cid-v2r7vy45eW .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v2r7vy45eW .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-v2r7vy45eW .menu-logo {
  margin-right: auto;
}
.cid-v2r7vy45eW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2r7vy45eW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-v2r7vy45eW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v2r7vy45eW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v2r7vy45eW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v2r7vy45eW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v2r7vy45eW .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-v2r7vy45eW .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-v2r7vy45eW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-v2r7vy45eW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v2r7vy45eW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v2r7vy45eW .dropdown .dropdown-menu {
  background: #75fb4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-v2r7vy45eW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-v2r7vy45eW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2r7vy45eW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v2r7vy45eW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2r7vy45eW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-v2r7vy45eW .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-v2r7vy45eW .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-v2r7vy45eW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v2r7vy45eW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v2r7vy45eW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v2r7vy45eW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v2r7vy45eW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-v2r7vy45eW button.navbar-toggler:focus {
  outline: none;
}
.cid-v2r7vy45eW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v2r7vy45eW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v2r7vy45eW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v2r7vy45eW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v2r7vy45eW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v2r7vy45eW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v2r7vy45eW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v2r7vy45eW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v2r7vy45eW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v2r7vy45eW .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v2r7vy45eW .collapsed .btn {
  display: -webkit-flex;
}
.cid-v2r7vy45eW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v2r7vy45eW .collapsed .navbar-collapse.collapsing,
.cid-v2r7vy45eW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v2r7vy45eW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v2r7vy45eW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v2r7vy45eW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v2r7vy45eW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v2r7vy45eW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v2r7vy45eW .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v2r7vy45eW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v2r7vy45eW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-v2r7vy45eW .collapsed button.navbar-toggler {
  display: block;
}
.cid-v2r7vy45eW .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-v2r7vy45eW .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v2r7vy45eW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-v2r7vy45eW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v2r7vy45eW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v2r7vy45eW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-v2r7vy45eW .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v2r7vy45eW img {
    height: 3.8rem !important;
  }
  .cid-v2r7vy45eW .btn {
    display: -webkit-flex;
  }
  .cid-v2r7vy45eW button.navbar-toggler {
    display: block;
  }
  .cid-v2r7vy45eW .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-v2r7vy45eW .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v2r7vy45eW .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v2r7vy45eW .navbar-collapse.collapsing,
  .cid-v2r7vy45eW .navbar-collapse.show {
    display: block !important;
  }
  .cid-v2r7vy45eW .navbar-collapse.collapsing .navbar-nav,
  .cid-v2r7vy45eW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v2r7vy45eW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v2r7vy45eW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v2r7vy45eW .navbar-collapse.collapsing .navbar-buttons,
  .cid-v2r7vy45eW .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v2r7vy45eW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v2r7vy45eW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v2r7vy45eW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-v2r7vy45eW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v2r7vy45eW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v2r7vy45eW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-v2r7vy45eW .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-v2r7vy45eW .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-v2r7vy45eW .nav-link:hover,
.cid-v2r7vy45eW .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-v2r7vyQrqB {
  background: linear-gradient(45deg, #232323, #232323);
}
.cid-v2r7vyQrqB B {
  color: #ffffff;
}
.cid-v2r7vyQrqB .mbr-text,
.cid-v2r7vyQrqB .mbr-section-btn {
  color: #ffffff;
}
.cid-v2r7vyQrqB H1 {
  color: #ffffff;
}
.cid-v2r7vza0rc {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/53161278559-681f0382f0-k-2000x1333.webp");
}
.cid-v2r7vzlhz3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-v2r7vzlhz3 .line {
  background-color: #232323;
  color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v2r7vzlhz3 .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-v2r7vzlhz3 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-v2r7vzlhz3 .inner-container {
    width: 100% !important;
  }
}
.cid-v2r7vzlhz3 .section-text DIV {
  text-align: left;
}
.cid-v2r7vzw5YJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/pxl-20240702-191919781.mp-2000x2664.webp");
}
.cid-v2r7vzIK1j {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v2r7vzIK1j .mbr-section-subtitle {
  color: #000000;
}
.cid-v2r7vzIK1j H2 {
  color: #000000;
}
.cid-v2r7vzSkAg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-v2r7vzSkAg p {
  color: #FFF;
}
.cid-v2r7vzSkAg .item:focus,
.cid-v2r7vzSkAg span:focus {
  outline: none;
}
.cid-v2r7vzSkAg .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-v2r7vzSkAg .item-wrapper {
  position: relative;
}
.cid-v2r7vzSkAg .item-btn,
.cid-v2r7vzSkAg h4,
.cid-v2r7vzSkAg h5 {
  margin: 0;
}
.cid-v2r7vzSkAg .item-content {
  padding-top: 2rem;
}
.cid-v2r7vzSkAg .item-title {
  color: #75fb4c;
}
.cid-v2r7vzSkAg item-text {
  color: #ffffff;
}
.cid-v2r7vAJTCY {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #75fb4c;
}
.cid-v2r7vAJTCY .mbr-section-subtitle {
  color: #000000;
}
.cid-v2r7vAJTCY H2 {
  color: #000000;
}
.cid-v2r7vB6xN2 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/53161545628-86955f8acd-k-2000x1333.webp");
}
.cid-v2r7vBm8Q5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #75fb4c;
}
.cid-v2r7vBm8Q5 .mbr-section-subtitle {
  color: #000000;
}
.cid-v2r7vBm8Q5 H2 {
  color: #000000;
}
.cid-v2r7vBv5JT {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-v2r7vBv5JT .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-v2r7vBv5JT h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-v2r7vBv5JT p {
  color: #767676;
  text-align: left;
}
.cid-v2r7vBv5JT .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-v2r7vBv5JT .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-v2r7vBv5JT .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-v2r7vBv5JT .card-title {
  color: #000000;
}
.cid-v2r7vBv5JT P {
  color: #000000;
}
.cid-v2r7vBQHAu {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-v2r7vBQHAu .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-v2r7vBQHAu h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-v2r7vBQHAu p {
  color: #767676;
  text-align: left;
}
.cid-v2r7vBQHAu .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-v2r7vBQHAu .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-v2r7vBQHAu .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-v2r7vBQHAu .card-title {
  color: #000000;
}
.cid-v2r7vBQHAu P {
  color: #000000;
}
.cid-v2r7vCcC1M {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/53161531198-8a19c73b06-k-2000x1333.webp");
}
.cid-v2r7vCpW4V {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #75fb4c;
}
.cid-v2r7vCpW4V .mbr-section-subtitle {
  color: #000000;
}
.cid-v2r7vCpW4V H2 {
  color: #000000;
}
.cid-v2r7vCB8AK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-v2r7vCB8AK .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-v2r7vCB8AK h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-v2r7vCB8AK p {
  color: #767676;
  text-align: left;
}
.cid-v2r7vCB8AK .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-v2r7vCB8AK .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-v2r7vCB8AK .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-v2r7vCB8AK .card-title {
  color: #000000;
}
.cid-v2r7vCB8AK P {
  color: #000000;
}
.cid-v2r7vCQsTj {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #75fb4c;
}
.cid-v2r7vCQsTj .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-v2r7vCQsTj h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-v2r7vCQsTj p {
  color: #767676;
  text-align: left;
}
.cid-v2r7vCQsTj .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-v2r7vCQsTj .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-v2r7vCQsTj .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-v2r7vCQsTj .card-title {
  color: #000000;
}
.cid-v2r7vCQsTj P {
  color: #000000;
}
.cid-v2r7vD3KxP {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-v2r7vD3KxP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2r7vD3KxP .mbr-section-subtitle B {
  color: #201aca;
}
.cid-v2r7vD3KxP H2 {
  color: #ffffff;
}
.cid-v2r7vDe7MI {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-v2r7vDe7MI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-v2r7vDe7MI p {
  color: #767676;
  text-align: left;
}
.cid-v2r7vDe7MI .card-box {
  padding-top: 2rem;
}
.cid-v2r7vDe7MI .card-wrapper {
  height: 100%;
}
.cid-v2r7vDe7MI P {
  color: #ffffff;
}
.cid-v2r7vDBZSi {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #75fb4c;
}
.cid-v2r7vDBZSi .mbr-section-subtitle {
  color: #000000;
}
.cid-v2r7vDBZSi H2 {
  color: #000000;
}
.cid-v2r7vDKap0 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-v2r7vDKap0 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-v2r7vDKap0 p {
  color: #767676;
  text-align: left;
}
.cid-v2r7vDKap0 .card-box {
  padding-top: 2rem;
}
.cid-v2r7vDKap0 .card-wrapper {
  height: 100%;
}
.cid-v2r7vDKap0 .card-title {
  color: #75fb4c;
}
.cid-v2r7vDKap0 P {
  color: #ffffff;
}
.cid-v2r7vDZVMe {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #75fb4c;
}
.cid-v2r7vDZVMe .mbr-section-subtitle {
  color: #000000;
}
.cid-v2r7vDZVMe H2 {
  color: #000000;
}
.cid-v2r7vEquzo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-v2r7vEquzo p {
  color: #FFF;
}
.cid-v2r7vEquzo .item:focus,
.cid-v2r7vEquzo span:focus {
  outline: none;
}
.cid-v2r7vEquzo .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-v2r7vEquzo .item-wrapper {
  position: relative;
}
.cid-v2r7vEquzo .item-btn,
.cid-v2r7vEquzo h4,
.cid-v2r7vEquzo h5 {
  margin: 0;
}
.cid-v2r7vEquzo .item-content {
  padding-top: 2rem;
}
.cid-v2r7vEquzo .item-title {
  color: #75fb4c;
}
.cid-v2r7vEquzo item-text {
  color: #ffffff;
}
.cid-v2r7vES7hq {
  background-image: url("../../../assets/images/pxl-20240704-173350251-2000x2664.webp");
}
.cid-v2r7vF6F0z {
  background-image: url("../../../assets/images/53161075871-a7d12663fe-k-1-2000x1333.webp");
}
.cid-v2r7vFjcTn {
  background-image: url("../../../assets/images/pxl-20240712-152008970.mp-2000x2664.webp");
}
.cid-v2r7vFzhSx {
  background-image: url("../../../assets/images/52230212292-5ba4fd78d8-k-1-2000x1333.webp");
}
.cid-v2r7vFMDii {
  background-image: url("../../../assets/images/53161498995-af6e369c7a-k-2000x1333.webp");
}
.cid-v2r7vG6CzR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #75fb4c;
}
.cid-v2r7vGmj3a .google-map {
  height: 25rem;
  position: relative;
}
.cid-v2r7vGmj3a .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v2r7vGmj3a .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v2r7vGmj3a .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v2r7vGmj3a .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v2r7vGyZ3m {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #75fb4c;
}
.cid-v2r7vGyZ3m .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-v2r7vGyZ3m .number-wrap {
  color: #000000;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-v2r7vGyZ3m .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #000000;
}
.cid-v2r7vGyZ3m .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-v2r7vGyZ3m .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #000000;
}
.cid-v2r7vGyZ3m .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-v2r7vGyZ3m .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-v2r7vGyZ3m .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-v2r7vGyZ3m .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-v2r7vGyZ3m .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-v2r7vGyZ3m .number,
  .cid-v2r7vGyZ3m .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-v2r7vGyZ3m .period {
    font-size: 0.8rem;
  }
}
.cid-v2r7vGZ6Gw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v2r7vGZ6Gw h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-v2r7vGZ6Gw p {
  color: #767676;
  text-align: left;
}
.cid-v2r7vGZ6Gw .card-box {
  padding-top: 2rem;
}
.cid-v2r7vGZ6Gw .card-wrapper {
  height: 100%;
}
.cid-v2r7vHi0ZP {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-v2r7vHi0ZP P {
  color: #767676;
}
.cid-v2r7vHi0ZP .mbr-text,
.cid-v2r7vHi0ZP .mbr-section-btn {
  color: #000000;
}
.cid-v2r7vHAqui {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
