@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);





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: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.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.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: #149dcc !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: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !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: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !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: #149dcc !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: #0b566f !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: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.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: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #149dcc;
}
/* 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);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@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: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.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: #149dcc;
  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: #149dcc;
  border-bottom-color: #149dcc;
}
.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: #149dcc !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='%23149dcc' %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-s0RPWk3ZA2 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-s0RPWk3ZA2 .navbar-fixed-top {
  padding-top: 0;
}
.cid-s0RPWk3ZA2 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-s0RPWk3ZA2 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s0RPWk3ZA2 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s0RPWk3ZA2 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-s0RPWk3ZA2 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s0RPWk3ZA2 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s0RPWk3ZA2 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s0RPWk3ZA2 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s0RPWk3ZA2 .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-s0RPWk3ZA2 .dropdown-item {
  padding: 0;
}
.cid-s0RPWk3ZA2 .dropdown-item,
.cid-s0RPWk3ZA2 .nav-link,
.cid-s0RPWk3ZA2 .brand-name {
  font-style: normal;
}
.cid-s0RPWk3ZA2 .dropdown-item:hover,
.cid-s0RPWk3ZA2 .nav-link:hover,
.cid-s0RPWk3ZA2 .brand-name:hover {
  color: #149dcc !important;
}
.cid-s0RPWk3ZA2 .dropdown-menu {
  background-color: #0a1c44;
}
.cid-s0RPWk3ZA2 .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-s0RPWk3ZA2 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s0RPWk3ZA2 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s0RPWk3ZA2 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-s0RPWk3ZA2 .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-s0RPWk3ZA2 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s0RPWk3ZA2 .content-text {
  margin-bottom: 0;
}
.cid-s0RPWk3ZA2 .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-s0RPWk3ZA2 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #149dcc;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-s0RPWk3ZA2 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-s0RPWk3ZA2 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-s0RPWk3ZA2 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-s0RPWk3ZA2 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s0RPWk3ZA2 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s0RPWk3ZA2 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-s0RPWk3ZA2 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s0RPWk3ZA2 .nav-dropdown .link {
  font-weight: 400;
}
.cid-s0RPWk3ZA2 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-s0RPWk3ZA2 .content-right-side {
  text-align: center;
}
.cid-s0RPWk3ZA2 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-s0RPWk3ZA2 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-s0RPWk3ZA2 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-s0RPWk3ZA2 .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s0RPWk3ZA2 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s0RPWk3ZA2 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-s0RPWk3ZA2 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-s0RPWk3ZA2 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-s0RPWk3ZA2 .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-s0RPWk3ZA2 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-s0RPWk3ZA2 .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-s0RPWk3ZA2 .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s0RPWk3ZA2 .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-s0RPWk3ZA2 .navbar {
    display: block;
    padding: 0;
  }
  .cid-s0RPWk3ZA2 .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s0RPWk3ZA2 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-s0RPWk3ZA2 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-s0RPWk3ZA2 .navbar-toggler {
    display: none;
  }
  .cid-s0RPWk3ZA2 .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-s0RPWk3ZA2 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-s0RPWk3ZA2 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s0RPWk3ZA2 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-s0RPWk3ZA2 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-s0RPWk3ZA2 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-s0RPWk3ZA2 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s0RPWk3ZA2 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s0RPWk3ZA2 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s0RPWk3ZA2 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s0RPWk3ZA2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s0RPWk3ZA2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s0RPWk3ZA2 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s0RPWk3ZA2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s0RPWk3ZA2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s0RPWk3ZA2 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s0RPWk3ZA2 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s0RPWk3ZA2 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-s0RPWk3ZA2 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-s0RPWk3ZA2 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s0RPWk3ZA2 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s0RPWk3ZA2 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s0RPWk3ZA2 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s0RPWk3ZA2 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-s0RPWk3ZA2 button.navbar-toggler:focus {
  outline: none;
}
.cid-s0RPWk3ZA2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s0RPWk3ZA2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-s0RPWk3ZA2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-s0RPWk3ZA2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-s0RPWk3ZA2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-s0RPWk3ZA2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-s0RPWk3ZA2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-s0RPWk3ZA2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-s0RPWk3ZA2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-s0RPWk3ZA2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s0RPWk3ZA2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s0RPWk3ZA2 .collapsed .btn {
  display: flex;
}
.cid-s0RPWk3ZA2 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s0RPWk3ZA2 .collapsed .navbar-collapse.collapsing,
.cid-s0RPWk3ZA2 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s0RPWk3ZA2 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s0RPWk3ZA2 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s0RPWk3ZA2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s0RPWk3ZA2 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s0RPWk3ZA2 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s0RPWk3ZA2 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-s0RPWk3ZA2 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s0RPWk3ZA2 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s0RPWk3ZA2 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s0RPWk3ZA2 .collapsed button.navbar-toggler {
  display: block;
}
.cid-s0RPWk3ZA2 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-s0RPWk3ZA2 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s0RPWk3ZA2 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-s0RPWk3ZA2 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s0RPWk3ZA2 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s0RPWk3ZA2 .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: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-s0RPWk3ZA2 .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-s0RPWk3ZA2 .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-s0RPWk3ZA2 .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-s0RPWk3ZA2 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-s0RPWk3ZA2 .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-s0RPWk3ZA2 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s0RPWk3ZA2 .navbar-collapse.collapsing,
  .cid-s0RPWk3ZA2 .navbar-collapse.show {
    display: block !important;
  }
  .cid-s0RPWk3ZA2 .navbar-collapse.collapsing .navbar-nav,
  .cid-s0RPWk3ZA2 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s0RPWk3ZA2 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s0RPWk3ZA2 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s0RPWk3ZA2 .navbar-collapse.collapsing .navbar-buttons,
  .cid-s0RPWk3ZA2 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-s0RPWk3ZA2 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s0RPWk3ZA2 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s0RPWk3ZA2 img {
    height: 3.8rem !important;
  }
  .cid-s0RPWk3ZA2 .btn {
    display: flex;
  }
  .cid-s0RPWk3ZA2 button.navbar-toggler {
    display: block;
  }
  .cid-s0RPWk3ZA2 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-s0RPWk3ZA2 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s0RPWk3ZA2 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-s0RPWk3ZA2 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s0RPWk3ZA2 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s0RPWk3ZA2 .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: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-s0RPWk3ZA2 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-s0RPWk3ZA2 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-s0RPWk3ZA2 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-s0RPWk3ZA2 .nav-link:focus {
  outline: none;
}
.cid-s0RPWk3ZA2 .navbar-toggler {
  position: relative;
}
.cid-s0RPWk3ZA2 .dropdown-item.active,
.cid-s0RPWk3ZA2 .dropdown-item:active {
  color: initial;
}
.cid-s0RPWk3ZA2 .widget-title,
.cid-s0RPWk3ZA2 .widget-icon {
  color: #e9e9e9;
}
.cid-s0RPWk3ZA2 .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-s0RPWk3ZA2 .menu-logo {
    display: none;
  }
  .cid-s0RPWk3ZA2 .navbar {
    padding: 0;
  }
  .cid-s0RPWk3ZA2 .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s0RPWk3ZA2 button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-s1CZCuHyvr {
  padding-top: 0px;
  padding-bottom: 375px;
  background-image: url("../../../assets/images/bg-contact-form.jpg");
  position: relative;
  overflow: hidden;
}
.cid-s1CZCuHyvr svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-s1CZCuHyvr #e1_ellipse {
  fill: #b1a374 !important;
}
.cid-s1CZCuHyvr img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
}
@media (max-width: 576px) {
  .cid-s1CZCuHyvr img {
    width: 100%;
    left: 0;
  }
}
.cid-s1CZCuHyvr H1 {
  color: #82786e;
}
.cid-s1CZCuHyvr .mbr-text,
.cid-s1CZCuHyvr .mbr-section-btn {
  color: #716c80;
}
.cid-s1SppJcx58 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg-video-11.jpeg");
}
@media (max-width: 992px) {
  .cid-s1SppJcx58 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.cid-s1SppJcx58 .text {
  padding: 0;
}
.cid-s1SppJcx58 section {
  position: relative;
}
.cid-s1SppJcx58 h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-s1SppJcx58 .mbr-iconfont {
  padding: 0!important;
}
.cid-s1SppJcx58 .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background-color: #c4bc3b;
}
.cid-s1SppJcx58 .box {
  background-image: url("../../../assets/images/17.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s1SppJcx58 .icon-wrap {
  background-color: #149dcc !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s1SppJcx58 .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-s1SppJcx58 .icon-wrap span {
  padding-left: 8px;
}
.cid-s1SppJcx58 .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-s1SppJcx58 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-s1SppJcx58 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s1SppJcx58 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s1SppJcx58 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s1SppJcx58 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s1SppJcx58 a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-s1SppJcx58 {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .cid-s1SppJcx58 .box {
    height: 250px;
  }
  .cid-s1SppJcx58 .row {
    padding: 1rem!important;
  }
}
.cid-s1TD13Drc8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg-video-2.png");
}
@media (max-width: 992px) {
  .cid-s1TD13Drc8 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.cid-s1TD13Drc8 .text {
  padding: 0;
}
.cid-s1TD13Drc8 section {
  position: relative;
}
.cid-s1TD13Drc8 h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-s1TD13Drc8 .mbr-iconfont {
  padding: 0!important;
}
.cid-s1TD13Drc8 .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background-color: #c4bc3b;
}
.cid-s1TD13Drc8 .box {
  background-image: url("../../../assets/images/174.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s1TD13Drc8 .icon-wrap {
  background-color: #149dcc !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s1TD13Drc8 .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-s1TD13Drc8 .icon-wrap span {
  padding-left: 8px;
}
.cid-s1TD13Drc8 .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-s1TD13Drc8 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-s1TD13Drc8 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s1TD13Drc8 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s1TD13Drc8 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s1TD13Drc8 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s1TD13Drc8 a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-s1TD13Drc8 {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .cid-s1TD13Drc8 .box {
    height: 250px;
  }
  .cid-s1TD13Drc8 .row {
    padding: 1rem!important;
  }
}
.cid-s1TSGwWzVx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg-video-7.jpg");
}
@media (max-width: 992px) {
  .cid-s1TSGwWzVx {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.cid-s1TSGwWzVx .text {
  padding: 0;
}
.cid-s1TSGwWzVx section {
  position: relative;
}
.cid-s1TSGwWzVx h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-s1TSGwWzVx .mbr-iconfont {
  padding: 0!important;
}
.cid-s1TSGwWzVx .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background-color: #c4bc3b;
}
.cid-s1TSGwWzVx .box {
  background-image: url("../../../assets/images/174.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s1TSGwWzVx .icon-wrap {
  background-color: #149dcc !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s1TSGwWzVx .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-s1TSGwWzVx .icon-wrap span {
  padding-left: 8px;
}
.cid-s1TSGwWzVx .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-s1TSGwWzVx .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-s1TSGwWzVx .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s1TSGwWzVx .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s1TSGwWzVx .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s1TSGwWzVx a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s1TSGwWzVx a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-s1TSGwWzVx {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .cid-s1TSGwWzVx .box {
    height: 250px;
  }
  .cid-s1TSGwWzVx .row {
    padding: 1rem!important;
  }
}
.cid-s1TYUKkigT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg-video-10.jpg");
}
@media (max-width: 992px) {
  .cid-s1TYUKkigT {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.cid-s1TYUKkigT .text {
  padding: 0;
}
.cid-s1TYUKkigT section {
  position: relative;
}
.cid-s1TYUKkigT h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-s1TYUKkigT .mbr-iconfont {
  padding: 0!important;
}
.cid-s1TYUKkigT .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background-color: #c4bc3b;
}
.cid-s1TYUKkigT .box {
  background-image: url("../../../assets/images/174.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s1TYUKkigT .icon-wrap {
  background-color: #149dcc !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s1TYUKkigT .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-s1TYUKkigT .icon-wrap span {
  padding-left: 8px;
}
.cid-s1TYUKkigT .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-s1TYUKkigT .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-s1TYUKkigT .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s1TYUKkigT .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s1TYUKkigT .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s1TYUKkigT a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s1TYUKkigT a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-s1TYUKkigT {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .cid-s1TYUKkigT .box {
    height: 250px;
  }
  .cid-s1TYUKkigT .row {
    padding: 1rem!important;
  }
}
.cid-s1TTe0dC6a {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg-video-5.png");
}
@media (max-width: 992px) {
  .cid-s1TTe0dC6a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.cid-s1TTe0dC6a .text {
  padding: 0;
}
.cid-s1TTe0dC6a section {
  position: relative;
}
.cid-s1TTe0dC6a h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-s1TTe0dC6a .mbr-iconfont {
  padding: 0!important;
}
.cid-s1TTe0dC6a .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background-color: #c4bc3b;
}
.cid-s1TTe0dC6a .box {
  background-image: url("../../../assets/images/174.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s1TTe0dC6a .icon-wrap {
  background-color: #149dcc !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s1TTe0dC6a .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-s1TTe0dC6a .icon-wrap span {
  padding-left: 8px;
}
.cid-s1TTe0dC6a .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-s1TTe0dC6a .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-s1TTe0dC6a .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s1TTe0dC6a .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s1TTe0dC6a .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s1TTe0dC6a a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s1TTe0dC6a a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-s1TTe0dC6a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .cid-s1TTe0dC6a .box {
    height: 250px;
  }
  .cid-s1TTe0dC6a .row {
    padding: 1rem!important;
  }
}
.cid-s1TTuypKmf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg-video-3.png");
}
@media (max-width: 992px) {
  .cid-s1TTuypKmf {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.cid-s1TTuypKmf .text {
  padding: 0;
}
.cid-s1TTuypKmf section {
  position: relative;
}
.cid-s1TTuypKmf h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-s1TTuypKmf .mbr-iconfont {
  padding: 0!important;
}
.cid-s1TTuypKmf .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background-color: #c4bc3b;
}
.cid-s1TTuypKmf .box {
  background-image: url("../../../assets/images/174.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s1TTuypKmf .icon-wrap {
  background-color: #149dcc !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s1TTuypKmf .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-s1TTuypKmf .icon-wrap span {
  padding-left: 8px;
}
.cid-s1TTuypKmf .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-s1TTuypKmf .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-s1TTuypKmf .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s1TTuypKmf .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s1TTuypKmf .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s1TTuypKmf a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s1TTuypKmf a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-s1TTuypKmf {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .cid-s1TTuypKmf .box {
    height: 250px;
  }
  .cid-s1TTuypKmf .row {
    padding: 1rem!important;
  }
}
.cid-s1TU6x4YbB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg-video-4.jpg");
}
@media (max-width: 992px) {
  .cid-s1TU6x4YbB {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.cid-s1TU6x4YbB .text {
  padding: 0;
}
.cid-s1TU6x4YbB section {
  position: relative;
}
.cid-s1TU6x4YbB h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-s1TU6x4YbB .mbr-iconfont {
  padding: 0!important;
}
.cid-s1TU6x4YbB .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background-color: #c4bc3b;
}
.cid-s1TU6x4YbB .box {
  background-image: url("../../../assets/images/174.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s1TU6x4YbB .icon-wrap {
  background-color: #149dcc !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s1TU6x4YbB .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-s1TU6x4YbB .icon-wrap span {
  padding-left: 8px;
}
.cid-s1TU6x4YbB .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-s1TU6x4YbB .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-s1TU6x4YbB .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s1TU6x4YbB .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s1TU6x4YbB .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s1TU6x4YbB a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s1TU6x4YbB a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-s1TU6x4YbB {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .cid-s1TU6x4YbB .box {
    height: 250px;
  }
  .cid-s1TU6x4YbB .row {
    padding: 1rem!important;
  }
}
.cid-s1TUo3MphI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg-video-12.jpeg");
}
@media (max-width: 992px) {
  .cid-s1TUo3MphI {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.cid-s1TUo3MphI .text {
  padding: 0;
}
.cid-s1TUo3MphI section {
  position: relative;
}
.cid-s1TUo3MphI h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-s1TUo3MphI .mbr-iconfont {
  padding: 0!important;
}
.cid-s1TUo3MphI .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background-color: #c4bc3b;
}
.cid-s1TUo3MphI .box {
  background-image: url("../../../assets/images/174.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s1TUo3MphI .icon-wrap {
  background-color: #149dcc !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s1TUo3MphI .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-s1TUo3MphI .icon-wrap span {
  padding-left: 8px;
}
.cid-s1TUo3MphI .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-s1TUo3MphI .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-s1TUo3MphI .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s1TUo3MphI .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s1TUo3MphI .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s1TUo3MphI a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s1TUo3MphI a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-s1TUo3MphI {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .cid-s1TUo3MphI .box {
    height: 250px;
  }
  .cid-s1TUo3MphI .row {
    padding: 1rem!important;
  }
}
.cid-s1TULPG5il {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg-video-8.jpg");
}
@media (max-width: 992px) {
  .cid-s1TULPG5il {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.cid-s1TULPG5il .text {
  padding: 0;
}
.cid-s1TULPG5il section {
  position: relative;
}
.cid-s1TULPG5il h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-s1TULPG5il .mbr-iconfont {
  padding: 0!important;
}
.cid-s1TULPG5il .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background-color: #c4bc3b;
}
.cid-s1TULPG5il .box {
  background-image: url("../../../assets/images/174.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s1TULPG5il .icon-wrap {
  background-color: #149dcc !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s1TULPG5il .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-s1TULPG5il .icon-wrap span {
  padding-left: 8px;
}
.cid-s1TULPG5il .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-s1TULPG5il .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-s1TULPG5il .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s1TULPG5il .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s1TULPG5il .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s1TULPG5il a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s1TULPG5il a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-s1TULPG5il {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .cid-s1TULPG5il .box {
    height: 250px;
  }
  .cid-s1TULPG5il .row {
    padding: 1rem!important;
  }
}
.cid-s1TVcf6azb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg-video-1.png");
}
@media (max-width: 992px) {
  .cid-s1TVcf6azb {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.cid-s1TVcf6azb .text {
  padding: 0;
}
.cid-s1TVcf6azb section {
  position: relative;
}
.cid-s1TVcf6azb h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-s1TVcf6azb .mbr-iconfont {
  padding: 0!important;
}
.cid-s1TVcf6azb .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background-color: #c4bc3b;
}
.cid-s1TVcf6azb .box {
  background-image: url("../../../assets/images/174.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s1TVcf6azb .icon-wrap {
  background-color: #149dcc !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s1TVcf6azb .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-s1TVcf6azb .icon-wrap span {
  padding-left: 8px;
}
.cid-s1TVcf6azb .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-s1TVcf6azb .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-s1TVcf6azb .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s1TVcf6azb .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s1TVcf6azb .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s1TVcf6azb a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s1TVcf6azb a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-s1TVcf6azb {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .cid-s1TVcf6azb .box {
    height: 250px;
  }
  .cid-s1TVcf6azb .row {
    padding: 1rem!important;
  }
}
.cid-qTkAaeaxX5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-qTkAaeaxX5 .content {
    text-align: center;
  }
  .cid-qTkAaeaxX5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qTkAaeaxX5 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qTkAaeaxX5 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qTkAaeaxX5 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qTkAaeaxX5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qTkAaeaxX5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qTkAaeaxX5 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qTkAaeaxX5 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qTkAaeaxX5 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qTkAaeaxX5 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qTkAaeaxX5 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qTkAaeaxX5 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-s1ZF4lLiWj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bg-video-6.jpg");
}
.cid-s1ZF4lLiWj H1 {
  color: #ffffff;
}
.cid-s1ZF4lLiWj H3 {
  color: #ffffff;
}
.cid-s24xWnK899 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-s24xWnK899 H1 {
  color: #ffffff;
}
.cid-s24xWnK899 H3 {
  color: #ffffff;
}
.cid-s25v7XR11d {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #696060;
}
.cid-s25v7XR11d H1 {
  color: #ffffff;
}
.cid-s25v7XR11d H3 {
  color: #ffffff;
}
.cid-s2xEGOOgNg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/bg-cannermed.jpg");
}
.cid-s2xEGOOgNg .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-s2xEGOOgNg .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-s2xEGOOgNg .mbr-figure img {
    width: 100% !important;
  }
}
.cid-s2yoXhGpua {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/bg-cannerrec.jpg");
}
.cid-s2yoXhGpua .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-s2yoXhGpua .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-s2yoXhGpua .mbr-figure img {
    width: 100% !important;
  }
}
.cid-s2yoXhGpua H1 {
  color: #ffffff;
}
.cid-s2yoXhGpua H3 {
  color: #ffffff;
}
.cid-s2yoXhGpua .mbr-text,
.cid-s2yoXhGpua .mbr-section-btn {
  color: #ffffff;
}
.cid-s2yS9IBAMh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/bg-cannergrow.jpg");
}
.cid-s2yS9IBAMh .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-s2yS9IBAMh .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-s2yS9IBAMh .mbr-figure img {
    width: 100% !important;
  }
}
.cid-s2yS9IBAMh H1 {
  color: #ffffff;
}
.cid-s2yS9IBAMh H3 {
  color: #ffffff;
}
.cid-s2yS9IBAMh .mbr-text,
.cid-s2yS9IBAMh .mbr-section-btn {
  color: #ffffff;
}
.cid-s2LtWlUKRO {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s2LtWlUKRO img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-s2LtWlUKRO img:hover {
  transform: scale(1.1);
}
.cid-s2LtWlUKRO .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-s2LtWlUKRO h2 {
  padding: 0;
  margin: 0;
}
.cid-s2LtWlUKRO .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s2LtWlUKRO .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-s2LtWlUKRO .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-s2LtWlUKRO .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-s2LtWlUKRO .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-s2LtWlUKRO .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-s2LtWlUKRO .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-s2LtWlUKRO .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-s2LtWlUKRO .text-col {
    padding: 2rem 1rem;
  }
}
.cid-s2LtWlUKRO H2 {
  color: #333333;
}
.cid-s2LtWlUKRO .mbr-text {
  color: #767676;
  text-align: right;
}
.cid-s2LtWlUKRO H1 {
  color: #c16ed2;
  text-align: right;
}
.cid-s2LtWlUKRO H3 {
  text-align: right;
}
.cid-s2LvJCg53X {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ececec;
}
.cid-s2LvJCg53X img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-s2LvJCg53X img:hover {
  transform: scale(1.1);
}
.cid-s2LvJCg53X .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-s2LvJCg53X h2 {
  padding: 0;
  margin: 0;
}
.cid-s2LvJCg53X .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s2LvJCg53X .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-s2LvJCg53X .mbr-section-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cid-s2LvJCg53X .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-s2LvJCg53X .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-s2LvJCg53X .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-s2LvJCg53X .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-s2LvJCg53X .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-s2LvJCg53X .text-col {
    padding: 2rem 1rem;
  }
}
.cid-s2LvJCg53X H2 {
  color: #333333;
}
.cid-s2LvJCg53X .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-s2LvJCg53X H1 {
  color: #ffffff;
}
.cid-s2LvJCg53X DIV {
  text-align: left;
}
.cid-s2LvJCg53X H3 {
  text-align: left;
}
.cid-s2Lyd4gnEM {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #bd6ace;
}
.cid-s2Lyd4gnEM img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-s2Lyd4gnEM img:hover {
  transform: scale(1.1);
}
.cid-s2Lyd4gnEM .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-s2Lyd4gnEM h2 {
  padding: 0;
  margin: 0;
}
.cid-s2Lyd4gnEM .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s2Lyd4gnEM .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-s2Lyd4gnEM .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-s2Lyd4gnEM .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-s2Lyd4gnEM .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-s2Lyd4gnEM .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-s2Lyd4gnEM .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-s2Lyd4gnEM .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-s2Lyd4gnEM .text-col {
    padding: 2rem 1rem;
  }
}
.cid-s2Lyd4gnEM H2 {
  color: #333333;
}
.cid-s2Lyd4gnEM .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-s2Lyd4gnEM H1 {
  color: #ffffff;
}
.cid-s2Lyd4gnEM DIV {
  text-align: left;
}
.cid-s2Lyd4gnEM H3 {
  text-align: left;
}
.cid-s2LEBCBGxR {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ececec;
}
.cid-s2LEBCBGxR img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-s2LEBCBGxR img:hover {
  transform: scale(1.1);
}
.cid-s2LEBCBGxR .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-s2LEBCBGxR h2 {
  padding: 0;
  margin: 0;
}
.cid-s2LEBCBGxR .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s2LEBCBGxR .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-s2LEBCBGxR .mbr-section-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cid-s2LEBCBGxR .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-s2LEBCBGxR .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-s2LEBCBGxR .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-s2LEBCBGxR .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-s2LEBCBGxR .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-s2LEBCBGxR .text-col {
    padding: 2rem 1rem;
  }
}
.cid-s2LEBCBGxR H2 {
  color: #333333;
}
.cid-s2LEBCBGxR .mbr-text {
  color: #03545d;
  text-align: left;
}
.cid-s2LEBCBGxR H1 {
  color: #03aabc;
}
.cid-s2LEBCBGxR DIV {
  text-align: left;
}
.cid-s2LEBCBGxR H3 {
  text-align: left;
}
.cid-s205Q3flhG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-s205Q3flhG .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-s205Q3flhG .mbr-content-text {
  color: #767676;
}
.cid-s205Q3flhG .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-s205Q3flhG .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-s205Q3flhG .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-s205Q3flhG .img-text {
  color: #c1c1c1;
}
.cid-s2Wsq6TT4b {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #b1a374;
}
.cid-s2Wsq6TT4b .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2Wsq6TT4b .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-s2Wsq6TT4b .panel-group {
  width: 100%;
}
.cid-s2Wsq6TT4b .panel-text,
.cid-s2Wsq6TT4b .mbr-section-subtitle {
  color: #767676;
}
.cid-s2Wsq6TT4b .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-s2Wsq6TT4b .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-s2Wsq6TT4b .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #d5c9a8;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-s2Wsq6TT4b .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-s2Wsq6TT4b .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s2Wsq6TT4b .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-s2Wsq6TT4b .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-s2Wsq6TT4b .card .panel-body {
  background: #ffffff;
}
.cid-s2Wsq6TT4b .header-text,
.cid-s2Wsq6TT4b .sign {
  color: #3f3008;
}
.cid-s2WwUVO6cR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #d7c4a6;
}
.cid-s2WwUVO6cR .container-fluid {
  padding: 0 3rem;
}
.cid-s2WwUVO6cR .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #149dcc 50%, #ff3366 120%);
  display: inline-block;
}
.cid-s2WwUVO6cR .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-s2WwUVO6cR .header-text {
  padding: 2rem 1rem !important;
}
.cid-s2WwUVO6cR .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-s2WwUVO6cR .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-s2WwUVO6cR .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-s2WwUVO6cR .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s2WwUVO6cR .card .card-header a.panel-title:hover .sign {
  background-color: #8f7d49 !important;
}
.cid-s2WwUVO6cR .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #b2a274;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-s2WwUVO6cR .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-s2WwUVO6cR .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-s2WwUVO6cR .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-s2WwUVO6cR .container-fluid {
    padding: 0 1rem;
  }
  .cid-s2WwUVO6cR .header-text {
    padding: 1rem !important;
  }
  .cid-s2WwUVO6cR .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-s2WwUVO6cR .panel-body {
    width: calc(100% - 48px);
  }
  .cid-s2WwUVO6cR .panel-group {
    padding: 0;
  }
}
.cid-s2WwUVO6cR .header-text,
.cid-s2WwUVO6cR .sign {
  color: #232323;
}
.cid-s3dObbKgUK {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #767676;
}
.cid-s3dObbKgUK H1 {
  color: #ffffff;
}
.cid-s3dObbKgUK H3 {
  color: #ffffff;
}
.cid-s3dObbKgUK .mbr-text,
.cid-s3dObbKgUK .mbr-section-btn {
  color: #e4d295;
}
.cid-s3jfDD76FB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/bg-plantsale.png");
}
.cid-s3jfDD76FB img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-s3jfDD76FB img:hover {
  transform: scale(1.1);
}
.cid-s3jfDD76FB .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-s3jfDD76FB h2 {
  padding: 0;
  margin: 0;
}
.cid-s3jfDD76FB .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s3jfDD76FB .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-s3jfDD76FB .mbr-section-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cid-s3jfDD76FB .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-s3jfDD76FB .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-s3jfDD76FB .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-s3jfDD76FB .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-s3jfDD76FB .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-s3jfDD76FB .text-col {
    padding: 2rem 1rem;
  }
}
.cid-s3jfDD76FB H2 {
  color: #333333;
}
.cid-s3jfDD76FB .mbr-text {
  color: #767676;
}
.cid-s3nG0qkcmZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg-cannerrec.jpg");
}
.cid-s3nG0qkcmZ .container-fluid {
  padding: 0 3rem;
}
.cid-s3nG0qkcmZ .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #149dcc, #ff3366);
  display: inline-block;
}
.cid-s3nG0qkcmZ .card {
  display: block;
}
.cid-s3nG0qkcmZ .card .card-wrapper {
  height: 1%;
}
.cid-s3nG0qkcmZ .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
}
.cid-s3nG0qkcmZ .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-s3nG0qkcmZ .card .card-wrapper:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-s3nG0qkcmZ .text-row {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3nG0qkcmZ .prices {
  color: #ffffff;
}
.cid-s3nG0qkcmZ .oldPrice {
  text-decoration: line-through;
}
.cid-s3nG0qkcmZ .oldPrice,
.cid-s3nG0qkcmZ .newPrice {
  color: inherit;
}
@media (max-width: 767px) {
  .cid-s3nG0qkcmZ .container-fluid {
    padding: 0 1rem;
  }
  .cid-s3nG0qkcmZ .text-row {
    padding-bottom: 1rem;
  }
}
.cid-s3u9dqGbMY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s3u9dqGbMY .mbr-text {
  color: #767676;
}
.cid-s3ANfKofV8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/bg-plantsale.png");
}
.cid-s3ANfKofV8 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-s3ANfKofV8 img:hover {
  transform: scale(1.1);
}
.cid-s3ANfKofV8 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-s3ANfKofV8 h2 {
  padding: 0;
  margin: 0;
}
.cid-s3ANfKofV8 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s3ANfKofV8 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-s3ANfKofV8 .mbr-section-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cid-s3ANfKofV8 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-s3ANfKofV8 .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-s3ANfKofV8 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-s3ANfKofV8 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-s3ANfKofV8 .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-s3ANfKofV8 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-s3ANfKofV8 H2 {
  color: #333333;
}
.cid-s3ANfKofV8 .mbr-text {
  color: #767676;
}
.cid-s3u9m2XEzS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg-markt.jpg");
}
.cid-s3u9m2XEzS h2 {
  text-align: left;
}
.cid-s3u9m2XEzS h4 {
  text-align: left;
  font-weight: 500;
}
.cid-s3u9m2XEzS p {
  color: #767676;
  text-align: left;
}
.cid-s3u9m2XEzS .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-s3u9m2XEzS .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s3u9m2XEzS .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s3u9m2XEzS .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s3u9m2XEzS .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s3u9m2XEzS .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s3u9m2XEzS .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s3u9m2XEzS .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s3u9m2XEzS .card-img span {
    font-size: 40px !important;
  }
}
.cid-s3u9m2XEzS H2 {
  text-align: center;
}
.cid-s3u9m2XEzS P {
  color: #232323;
}
.cid-s3vocuzBxt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg-video-3.png");
}
.cid-s3vocuzBxt .card-box {
  padding: 0 2rem;
}
.cid-s3vocuzBxt .mbr-section-btn {
  padding-top: 1rem;
}
.cid-s3vocuzBxt .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-s3vocuzBxt h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-s3vocuzBxt p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-s3vocuzBxt .mbr-text {
  color: #767676;
}
.cid-s3vocuzBxt .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s3vocuzBxt .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s3GSUBRwzR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg-cannergrow-2.jpg");
}
.cid-s3GSUBRwzR h2 {
  text-align: left;
}
.cid-s3GSUBRwzR h4 {
  text-align: left;
  font-weight: 500;
}
.cid-s3GSUBRwzR p {
  color: #767676;
  text-align: left;
}
.cid-s3GSUBRwzR .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-s3GSUBRwzR .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s3GSUBRwzR .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s3GSUBRwzR .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s3GSUBRwzR .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s3GSUBRwzR .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s3GSUBRwzR .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s3GSUBRwzR .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s3GSUBRwzR .card-img span {
    font-size: 40px !important;
  }
}
.cid-s3GSUBRwzR H2 {
  text-align: center;
}
.cid-s3GSUBRwzR P {
  color: #232323;
}
.cid-s4kpXB1bcV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4kpXB1bcV .title {
  margin-bottom: 2rem;
}
.cid-s4kpXB1bcV .mbr-section-subtitle {
  color: #767676;
}
.cid-s4kpXB1bcV a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s4kpXB1bcV a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-s4kpXB1bcV textarea.form-control {
  min-height: 188px;
}
.cid-s3cx26Nqvw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s3cx26Nqvw .mbr-section-subtitle {
  color: #767676;
}
.cid-s3cx26Nqvw .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-s3cx26Nqvw .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-s3cx26Nqvw .team-item .item-image img {
  width: 100%;
}
.cid-s3cx26Nqvw .team-item .item-name p {
  margin-bottom: 0;
}
.cid-s3cx26Nqvw .team-item .item-role p {
  margin-bottom: 0;
}
.cid-s3cx26Nqvw .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-s3cx26Nqvw .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
