body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 0.8rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.8rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Rubik', 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.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((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: #61a60e !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: #61a60e !important;
  border-color: #61a60e !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #385f08 !important;
  border-color: #385f08 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #385f08 !important;
  border-color: #385f08 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #2b8630 !important;
  border-color: #2b8630 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #184c1b !important;
  border-color: #184c1b !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #184c1b !important;
  border-color: #184c1b !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: #2a4806;
  color: #2a4806;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #61a60e;
  border-color: #61a60e;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #61a60e !important;
  border-color: #61a60e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #123914;
  color: #123914;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #2b8630;
  border-color: #2b8630;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2b8630 !important;
  border-color: #2b8630 !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: #61a60e !important;
}
.text-secondary {
  color: #2b8630 !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: #2a4806 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #123914 !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: #61a60e;
  border-color: #61a60e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #61a60e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a2ef44;
}
.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 a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #61a60e;
}
/* 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: #61a60e;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #61a60e;
}
.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: #61a60e;
  color: #ffffff;
}
.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: #61a60e;
  border-bottom-color: #61a60e;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #61a60e !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: #2b8630 !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='%2361a60e' %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-srLfWxFzu6 .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-srLfWxFzu6 .nav-item:focus,
.cid-srLfWxFzu6 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-srLfWxFzu6 .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-srLfWxFzu6 .nav-item .nav-link {
    position: relative;
  }
  .cid-srLfWxFzu6 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #61a60e, #2b8630);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-srLfWxFzu6 .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-srLfWxFzu6 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-srLfWxFzu6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-srLfWxFzu6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-srLfWxFzu6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-srLfWxFzu6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-srLfWxFzu6 .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-srLfWxFzu6 .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-srLfWxFzu6 .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-srLfWxFzu6 .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-srLfWxFzu6 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-srLfWxFzu6 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-srLfWxFzu6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-srLfWxFzu6 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-srLfWxFzu6 .navbar.collapsed .navbar-collapse.show,
.cid-srLfWxFzu6 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-srLfWxFzu6 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-srLfWxFzu6 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-srLfWxFzu6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-srLfWxFzu6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-srLfWxFzu6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-srLfWxFzu6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-srLfWxFzu6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-srLfWxFzu6 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-srLfWxFzu6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-srLfWxFzu6 .navbar.collapsed .right-menu,
.cid-srLfWxFzu6 .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-srLfWxFzu6 .navbar .navbar-collapse.show,
  .cid-srLfWxFzu6 .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-srLfWxFzu6 .navbar .navbar-collapse.show .brand-container,
  .cid-srLfWxFzu6 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-srLfWxFzu6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-srLfWxFzu6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-srLfWxFzu6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-srLfWxFzu6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-srLfWxFzu6 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-srLfWxFzu6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-srLfWxFzu6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-srLfWxFzu6 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-srLfWxFzu6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-srLfWxFzu6 .navbar .right-menu,
  .cid-srLfWxFzu6 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-srLfWxFzu6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-srLfWxFzu6 .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-srLfWxFzu6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-srLfWxFzu6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-srLfWxFzu6 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-srLfWxFzu6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-srLfWxFzu6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-srLfWxFzu6 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-srLfWxFzu6 .dropdown-item.active,
.cid-srLfWxFzu6 .dropdown-item:active {
  background-color: transparent;
}
.cid-srLfWxFzu6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-srLfWxFzu6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-srLfWxFzu6 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-srLfWxFzu6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-srLfWxFzu6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-srLfWxFzu6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-srLfWxFzu6 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-srLfWxFzu6 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-srLfWxFzu6 .navbar-buttons {
  margin-left: auto;
}
.cid-srLfWxFzu6 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-srLfWxFzu6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-srLfWxFzu6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-srLfWxFzu6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srLfWxFzu6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srLfWxFzu6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-srLfWxFzu6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srLfWxFzu6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-srLfWxFzu6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-srLfWxFzu6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srLfWxFzu6 .navbar-dropdown {
  position: fixed;
}
.cid-srLfWxFzu6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-srLfWxFzu6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-srLfWxFzu6 .right-menu,
.cid-srLfWxFzu6 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-srLfWxFzu6 .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-srLfWxFzu6 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-srLfWxFzu6 .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-srLfWxFzu6 .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: 0.5rem 0;
}
.cid-srLfWxFzu6 .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-srLfWxFzu6 .card-wrapper {
  z-index: 3;
}
.cid-srLfWxFzu6 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-srLfWxFzu6 .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-srLfWxFzu6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBQXD2a68t .modal-body .close {
  background: #1b1b1b;
}
.cid-sBQXD2a68t .modal-body .close span {
  font-style: normal;
}
.cid-sBQXD2a68t .carousel-inner > .active,
.cid-sBQXD2a68t .carousel-inner > .next,
.cid-sBQXD2a68t .carousel-inner > .prev {
  display: flex;
}
.cid-sBQXD2a68t .carousel-control .icon-next,
.cid-sBQXD2a68t .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sBQXD2a68t .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sBQXD2a68t .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sBQXD2a68t .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sBQXD2a68t .boxed-slider > div {
  position: relative;
}
.cid-sBQXD2a68t .container img {
  width: 100%;
}
.cid-sBQXD2a68t .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sBQXD2a68t .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sBQXD2a68t .mbr-table-cell {
  padding: 0;
}
.cid-sBQXD2a68t .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sBQXD2a68t .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sBQXD2a68t .mbr-overlay {
  z-index: 1;
}
.cid-sBQXD2a68t .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sBQXD2a68t .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sBQXD2a68t .carousel-item.active.right,
.cid-sBQXD2a68t .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sBQXD2a68t .carousel-item.active.left,
.cid-sBQXD2a68t .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sBQXD2a68t .carousel-item.active,
.cid-sBQXD2a68t .carousel-item.next.left,
.cid-sBQXD2a68t .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sBQXD2a68t .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-sBQXD2a68t .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sBQXD2a68t .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sBQXD2a68t .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sBQXD2a68t .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sBQXD2a68t .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sBQXD2a68t .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sBQXD2a68t .mbr-slider .carousel-indicators li.active,
.cid-sBQXD2a68t .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sBQXD2a68t .mbr-slider .carousel-indicators li::after,
.cid-sBQXD2a68t .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sBQXD2a68t .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sBQXD2a68t .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sBQXD2a68t .mbr-slider > .container img {
  width: 100%;
}
.cid-sBQXD2a68t .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sBQXD2a68t .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sBQXD2a68t .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sBQXD2a68t .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sBQXD2a68t .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sBQXD2a68t .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sBQXD2a68t .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sBQXD2a68t .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sBQXD2a68t .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sBQXD2a68t .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sBQXD2a68t .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sBQXD2a68t .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sBQXD2a68t .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sBQXD2a68t P {
  text-align: center;
}
.cid-spiJphV2ck {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-spiJphV2ck .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-spiJphV2ck .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-spiJphV2ck .text-content {
  padding-right: 1.5rem;
}
.cid-spiJphV2ck .mbr-text,
.cid-spiJphV2ck .mbr-section-btn {
  color: #767676;
}
.cid-spiJphV2ck .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-spiJphV2ck .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-spiJphV2ck .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-spiJphV2ck .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-spiJphV2ck .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #2b8630;
}
@media (max-width: 991px) {
  .cid-spiJphV2ck .main-row {
    margin: 0;
  }
  .cid-spiJphV2ck .mbr-section-title,
  .cid-spiJphV2ck .mbr-text,
  .cid-spiJphV2ck .list,
  .cid-spiJphV2ck .mbr-section-btn {
    text-align: center !important;
  }
  .cid-spiJphV2ck .text-content {
    padding: 0;
  }
}
.cid-spiJNMDpKJ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-spiJNMDpKJ .card-title {
  line-height: 1.6;
  padding: 15px 25px;
  background: linear-gradient(to top, #333333, transparent);
  margin: 0;
}
.cid-spiJNMDpKJ .card {
  margin-bottom: 2rem;
  owerflow: hidden;
}
.cid-spiJNMDpKJ .card-wrapper {
  overflow: hidden;
  position: relative;
}
.cid-spiJNMDpKJ .card-img {
  overflow: hidden;
  position: relative;
}
.cid-spiJNMDpKJ .card-box {
  position: absolute;
  overflow: hidden;
  width: 100%;
  left: 0;
  bottom: 0px;
  padding: 0px;
}
.cid-spiJNMDpKJ .mbr-section-title {
  color: #656565;
}
@media (max-width: 991px) {
  .cid-spiJNMDpKJ .card-title {
    padding: 10px 15px;
  }
}
.cid-spiSaQs6W9 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-spiSaQs6W9 .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-spiSaQs6W9 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-spiSaQs6W9 .text-content {
  padding-right: 1.5rem;
}
.cid-spiSaQs6W9 .mbr-text,
.cid-spiSaQs6W9 .mbr-section-btn {
  color: #767676;
}
.cid-spiSaQs6W9 .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-spiSaQs6W9 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-spiSaQs6W9 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-spiSaQs6W9 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-spiSaQs6W9 .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #2b8630;
}
@media (max-width: 991px) {
  .cid-spiSaQs6W9 .main-row {
    margin: 0;
  }
  .cid-spiSaQs6W9 .mbr-section-title,
  .cid-spiSaQs6W9 .mbr-text,
  .cid-spiSaQs6W9 .list,
  .cid-spiSaQs6W9 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-spiSaQs6W9 .text-content {
    padding: 0;
  }
}
.cid-spiZv4636L {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-spiZv4636L .card-title {
  line-height: 1.6;
  padding: 15px 25px;
  background: linear-gradient(to top, #333333, transparent);
  margin: 0;
}
.cid-spiZv4636L .card {
  margin-bottom: 2rem;
  owerflow: hidden;
}
.cid-spiZv4636L .card-wrapper {
  overflow: hidden;
  position: relative;
}
.cid-spiZv4636L .card-img {
  overflow: hidden;
  position: relative;
}
.cid-spiZv4636L .card-box {
  position: absolute;
  overflow: hidden;
  width: 100%;
  left: 0;
  bottom: 0px;
  padding: 0px;
}
.cid-spiZv4636L .mbr-section-title {
  color: #656565;
}
@media (max-width: 991px) {
  .cid-spiZv4636L .card-title {
    padding: 10px 15px;
  }
}
.cid-spj0gKup5S {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-spj0gKup5S .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-spj0gKup5S .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-spj0gKup5S .text-content {
  padding-right: 1.5rem;
}
.cid-spj0gKup5S .mbr-text,
.cid-spj0gKup5S .mbr-section-btn {
  color: #767676;
}
.cid-spj0gKup5S .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-spj0gKup5S .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-spj0gKup5S .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-spj0gKup5S .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-spj0gKup5S .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #2b8630;
}
@media (max-width: 991px) {
  .cid-spj0gKup5S .main-row {
    margin: 0;
  }
  .cid-spj0gKup5S .mbr-section-title,
  .cid-spj0gKup5S .mbr-text,
  .cid-spj0gKup5S .list,
  .cid-spj0gKup5S .mbr-section-btn {
    text-align: center !important;
  }
  .cid-spj0gKup5S .text-content {
    padding: 0;
  }
}
.cid-spj2LZjR4I {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-spj2LZjR4I .card-title {
  line-height: 1.6;
  padding: 15px 25px;
  background: linear-gradient(to top, #333333, transparent);
  margin: 0;
}
.cid-spj2LZjR4I .card {
  margin-bottom: 2rem;
  owerflow: hidden;
}
.cid-spj2LZjR4I .card-wrapper {
  overflow: hidden;
  position: relative;
}
.cid-spj2LZjR4I .card-img {
  overflow: hidden;
  position: relative;
}
.cid-spj2LZjR4I .card-box {
  position: absolute;
  overflow: hidden;
  width: 100%;
  left: 0;
  bottom: 0px;
  padding: 0px;
}
.cid-spj2LZjR4I .mbr-section-title {
  color: #656565;
}
@media (max-width: 991px) {
  .cid-spj2LZjR4I .card-title {
    padding: 10px 15px;
  }
}
.cid-spWeHA5mqU {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-spWeHA5mqU .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-spWeHA5mqU .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-spWeHA5mqU .text-content {
  padding-right: 1.5rem;
}
.cid-spWeHA5mqU .mbr-text,
.cid-spWeHA5mqU .mbr-section-btn {
  color: #767676;
}
.cid-spWeHA5mqU .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-spWeHA5mqU .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-spWeHA5mqU .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-spWeHA5mqU .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-spWeHA5mqU .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #2b8630;
}
@media (max-width: 991px) {
  .cid-spWeHA5mqU .main-row {
    margin: 0;
  }
  .cid-spWeHA5mqU .mbr-section-title,
  .cid-spWeHA5mqU .mbr-text,
  .cid-spWeHA5mqU .list,
  .cid-spWeHA5mqU .mbr-section-btn {
    text-align: center !important;
  }
  .cid-spWeHA5mqU .text-content {
    padding: 0;
  }
}
.cid-spWfSHzh20 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-spWfSHzh20 .card-title {
  line-height: 1.6;
  padding: 15px 25px;
  background: linear-gradient(to top, #333333, transparent);
  margin: 0;
}
.cid-spWfSHzh20 .card {
  margin-bottom: 2rem;
  owerflow: hidden;
}
.cid-spWfSHzh20 .card-wrapper {
  overflow: hidden;
  position: relative;
}
.cid-spWfSHzh20 .card-img {
  overflow: hidden;
  position: relative;
}
.cid-spWfSHzh20 .card-box {
  position: absolute;
  overflow: hidden;
  width: 100%;
  left: 0;
  bottom: 0px;
  padding: 0px;
}
.cid-spWfSHzh20 .mbr-section-title {
  color: #656565;
}
@media (max-width: 991px) {
  .cid-spWfSHzh20 .card-title {
    padding: 10px 15px;
  }
}
.cid-spj8UDg99H {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-spj8UDg99H *:focus {
  outline: none;
}
.cid-spj8UDg99H .form-control {
  width: 100%;
  min-height: auto;
  color: #ffffff !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0.5rem 0rem;
  border-bottom: 1px solid #ffffff;
  box-shadow: none;
}
.cid-spj8UDg99H .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-spj8UDg99H input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-spj8UDg99H input::-moz-placeholder {
  color: #ffffff;
}
.cid-spj8UDg99H textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-spj8UDg99H textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-spj8UDg99H .soc-item {
  margin: 0 0.1rem 0.2rem 0.1rem;
  display: inline-flex;
  width: 46px;
  height: 46px;
  justify-content: center;
  align-items: center;
  border: 1px solid #66458e;
  border-radius: 50%;
}
.cid-spj8UDg99H .soc-item:hover {
  opacity: 0.5;
}
.cid-spj8UDg99H .soc-item .socicon {
  font-size: 1.5rem;
  color: #66458e;
}
.cid-spj8UDg99H .days-column,
.cid-spj8UDg99H .hours-column {
  display: inline-block;
}
.cid-spj8UDg99H .days-column span,
.cid-spj8UDg99H .hours-column span {
  display: block;
}
.cid-spj8UDg99H .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-spj8UDg99H .days-column {
    padding-right: 0 !important;
  }
  .cid-spj8UDg99H .hours-column {
    max-width: 50% !important;
  }
  .cid-spj8UDg99H .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-spj8UDg99H .follow-title,
.cid-spj8UDg99H .social-list {
  text-align: center;
}
.cid-spj8UDg99H .logo img {
  display: inherit;
  width: auto;
}
.cid-spj8UDg99H .address-title,
.cid-spj8UDg99H .address-block {
  color: #ffffff;
}
.cid-spj8UDg99H .contacts-title,
.cid-spj8UDg99H .contacts-block {
  color: #ffffff;
}
.cid-spj8UDg99H H3 {
  color: #ffffff;
}
.cid-trpHUkb5Yf .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-trpHUkb5Yf .nav-item:focus,
.cid-trpHUkb5Yf .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-trpHUkb5Yf .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-trpHUkb5Yf .nav-item .nav-link {
    position: relative;
  }
  .cid-trpHUkb5Yf .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #61a60e, #2b8630);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-trpHUkb5Yf .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-trpHUkb5Yf .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-trpHUkb5Yf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-trpHUkb5Yf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trpHUkb5Yf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-trpHUkb5Yf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-trpHUkb5Yf .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-trpHUkb5Yf .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-trpHUkb5Yf .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-trpHUkb5Yf .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-trpHUkb5Yf .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-trpHUkb5Yf .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-trpHUkb5Yf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-trpHUkb5Yf .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-trpHUkb5Yf .navbar.collapsed .navbar-collapse.show,
.cid-trpHUkb5Yf .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-trpHUkb5Yf .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-trpHUkb5Yf .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-trpHUkb5Yf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-trpHUkb5Yf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-trpHUkb5Yf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-trpHUkb5Yf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-trpHUkb5Yf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-trpHUkb5Yf .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-trpHUkb5Yf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-trpHUkb5Yf .navbar.collapsed .right-menu,
.cid-trpHUkb5Yf .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-trpHUkb5Yf .navbar .navbar-collapse.show,
  .cid-trpHUkb5Yf .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-trpHUkb5Yf .navbar .navbar-collapse.show .brand-container,
  .cid-trpHUkb5Yf .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-trpHUkb5Yf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-trpHUkb5Yf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-trpHUkb5Yf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-trpHUkb5Yf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-trpHUkb5Yf .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-trpHUkb5Yf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-trpHUkb5Yf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-trpHUkb5Yf .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-trpHUkb5Yf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-trpHUkb5Yf .navbar .right-menu,
  .cid-trpHUkb5Yf .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-trpHUkb5Yf .navbar.navbar-short {
  min-height: 60px;
}
.cid-trpHUkb5Yf .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-trpHUkb5Yf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-trpHUkb5Yf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-trpHUkb5Yf .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-trpHUkb5Yf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-trpHUkb5Yf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-trpHUkb5Yf .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-trpHUkb5Yf .dropdown-item.active,
.cid-trpHUkb5Yf .dropdown-item:active {
  background-color: transparent;
}
.cid-trpHUkb5Yf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-trpHUkb5Yf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-trpHUkb5Yf .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-trpHUkb5Yf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-trpHUkb5Yf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-trpHUkb5Yf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trpHUkb5Yf ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-trpHUkb5Yf ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-trpHUkb5Yf .navbar-buttons {
  margin-left: auto;
}
.cid-trpHUkb5Yf button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-trpHUkb5Yf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-trpHUkb5Yf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trpHUkb5Yf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trpHUkb5Yf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trpHUkb5Yf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trpHUkb5Yf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trpHUkb5Yf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-trpHUkb5Yf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-trpHUkb5Yf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trpHUkb5Yf .navbar-dropdown {
  position: fixed;
}
.cid-trpHUkb5Yf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-trpHUkb5Yf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-trpHUkb5Yf .right-menu,
.cid-trpHUkb5Yf .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-trpHUkb5Yf .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-trpHUkb5Yf .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-trpHUkb5Yf .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-trpHUkb5Yf .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: 0.5rem 0;
}
.cid-trpHUkb5Yf .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-trpHUkb5Yf .card-wrapper {
  z-index: 3;
}
.cid-trpHUkb5Yf .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-trpHUkb5Yf .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-trpHUkb5Yf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-trpLFSbhL1 {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-trpLFSbhL1 P {
  color: #767676;
}
.cid-trpHUnEXgS {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-trpHUnEXgS .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-trpHUnEXgS .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-trpHUnEXgS .text-content {
  padding-right: 1.5rem;
}
.cid-trpHUnEXgS .mbr-text,
.cid-trpHUnEXgS .mbr-section-btn {
  color: #767676;
}
.cid-trpHUnEXgS .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-trpHUnEXgS .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-trpHUnEXgS .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-trpHUnEXgS .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-trpHUnEXgS .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #2b8630;
}
@media (max-width: 991px) {
  .cid-trpHUnEXgS .main-row {
    margin: 0;
  }
  .cid-trpHUnEXgS .mbr-section-title,
  .cid-trpHUnEXgS .mbr-text,
  .cid-trpHUnEXgS .list,
  .cid-trpHUnEXgS .mbr-section-btn {
    text-align: center !important;
  }
  .cid-trpHUnEXgS .text-content {
    padding: 0;
  }
}
.cid-trpUgtUqqA .google-map {
  height: 25rem;
  position: relative;
}
.cid-trpUgtUqqA .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-trpUgtUqqA .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-trpUgtUqqA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-trpUgtUqqA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tuDHNLBcd1 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tuDHNLBcd1 .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-tuDHNLBcd1 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tuDHNLBcd1 .text-content {
  padding-right: 1.5rem;
}
.cid-tuDHNLBcd1 .mbr-text,
.cid-tuDHNLBcd1 .mbr-section-btn {
  color: #767676;
}
.cid-tuDHNLBcd1 .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-tuDHNLBcd1 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-tuDHNLBcd1 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-tuDHNLBcd1 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tuDHNLBcd1 .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #2b8630;
}
@media (max-width: 991px) {
  .cid-tuDHNLBcd1 .main-row {
    margin: 0;
  }
  .cid-tuDHNLBcd1 .mbr-section-title,
  .cid-tuDHNLBcd1 .mbr-text,
  .cid-tuDHNLBcd1 .list,
  .cid-tuDHNLBcd1 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-tuDHNLBcd1 .text-content {
    padding: 0;
  }
}
.cid-tuDPTKNsZT {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tuDPTKNsZT .item {
  padding-bottom: 2rem;
}
.cid-tuDPTKNsZT .item-wrapper {
  height: 100%;
}
.cid-tuDPTKNsZT .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tuDPTKNsZT .carousel-control,
.cid-tuDPTKNsZT .close {
  background: #1b1b1b;
}
.cid-tuDPTKNsZT .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tuDPTKNsZT .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tuDPTKNsZT .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-tuDPTKNsZT .close::before {
  content: '\e91a';
}
.cid-tuDPTKNsZT .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tuDPTKNsZT .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-tuDPTKNsZT .carousel-inner > .active {
  display: block;
}
.cid-tuDPTKNsZT .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tuDPTKNsZT .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tuDPTKNsZT .carousel-control .icon-next,
.cid-tuDPTKNsZT .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tuDPTKNsZT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tuDPTKNsZT .carousel-control,
  .cid-tuDPTKNsZT .carousel-indicators,
  .cid-tuDPTKNsZT .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tuDPTKNsZT .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tuDPTKNsZT .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tuDPTKNsZT .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-tuDPTKNsZT .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tuDPTKNsZT .carousel-indicators {
    display: none;
  }
}
.cid-tuDPTKNsZT .carousel-indicators .active,
.cid-tuDPTKNsZT .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-tuDPTKNsZT .carousel-indicators .active {
  background: #fff;
}
.cid-tuDPTKNsZT .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tuDPTKNsZT .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tuDPTKNsZT .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tuDPTKNsZT .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tuDPTKNsZT .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tuDPTKNsZT .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-tuDPTKNsZT .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tuDPTKNsZT .carousel {
  width: 100%;
}
.cid-tuDPTKNsZT .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tuDPTKNsZT .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-tuDPTKNsZT .modal.fade .modal-dialog,
.cid-tuDPTKNsZT .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-tuDPTKNsZT .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tuDPTKNsZT a {
  display: block;
}
.cid-tuDPTKNsZT a.img {
  pointer-events: none;
}
.cid-ts4qvUYCwh {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ts4qvUYCwh .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-ts4qvUYCwh .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-ts4qvUYCwh .text-content {
  padding-right: 1.5rem;
}
.cid-ts4qvUYCwh .mbr-text,
.cid-ts4qvUYCwh .mbr-section-btn {
  color: #767676;
}
.cid-ts4qvUYCwh .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-ts4qvUYCwh .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-ts4qvUYCwh .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-ts4qvUYCwh .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-ts4qvUYCwh .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #2b8630;
}
@media (max-width: 991px) {
  .cid-ts4qvUYCwh .main-row {
    margin: 0;
  }
  .cid-ts4qvUYCwh .mbr-section-title,
  .cid-ts4qvUYCwh .mbr-text,
  .cid-ts4qvUYCwh .list,
  .cid-ts4qvUYCwh .mbr-section-btn {
    text-align: center !important;
  }
  .cid-ts4qvUYCwh .text-content {
    padding: 0;
  }
}
.cid-ts4E1b7JpP .google-map {
  height: 25rem;
  position: relative;
}
.cid-ts4E1b7JpP .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ts4E1b7JpP .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-ts4E1b7JpP .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ts4E1b7JpP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-trpU7DNh3z {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-trpU7DNh3z .title {
  margin-bottom: 2rem;
}
.cid-trpU7DNh3z .mbr-section-subtitle {
  color: #767676;
}
.cid-trpU7DNh3z a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-trpU7DNh3z a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-trpU7DNh3z textarea.form-control {
  min-height: 188px;
}
.cid-trpHUApEGw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-trpHUApEGw *:focus {
  outline: none;
}
.cid-trpHUApEGw .form-control {
  width: 100%;
  min-height: auto;
  color: #ffffff !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0.5rem 0rem;
  border-bottom: 1px solid #ffffff;
  box-shadow: none;
}
.cid-trpHUApEGw .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-trpHUApEGw input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-trpHUApEGw input::-moz-placeholder {
  color: #ffffff;
}
.cid-trpHUApEGw textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-trpHUApEGw textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-trpHUApEGw .soc-item {
  margin: 0 0.1rem 0.2rem 0.1rem;
  display: inline-flex;
  width: 46px;
  height: 46px;
  justify-content: center;
  align-items: center;
  border: 1px solid #66458e;
  border-radius: 50%;
}
.cid-trpHUApEGw .soc-item:hover {
  opacity: 0.5;
}
.cid-trpHUApEGw .soc-item .socicon {
  font-size: 1.5rem;
  color: #66458e;
}
.cid-trpHUApEGw .days-column,
.cid-trpHUApEGw .hours-column {
  display: inline-block;
}
.cid-trpHUApEGw .days-column span,
.cid-trpHUApEGw .hours-column span {
  display: block;
}
.cid-trpHUApEGw .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-trpHUApEGw .days-column {
    padding-right: 0 !important;
  }
  .cid-trpHUApEGw .hours-column {
    max-width: 50% !important;
  }
  .cid-trpHUApEGw .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-trpHUApEGw .follow-title,
.cid-trpHUApEGw .social-list {
  text-align: center;
}
.cid-trpHUApEGw .logo img {
  display: inherit;
  width: auto;
}
.cid-trpHUApEGw .address-title,
.cid-trpHUApEGw .address-block {
  color: #ffffff;
}
.cid-trpHUApEGw .contacts-title,
.cid-trpHUApEGw .contacts-block {
  color: #ffffff;
}
.cid-trpHUApEGw H3 {
  color: #ffffff;
}
