body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #95c11f !important;
}
.bg-info {
  background-color: #95c11f !important;
}
.bg-warning {
  background-color: #95c11f !important;
}
.bg-danger {
  background-color: #95c11f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #00a4e4 !important;
  border-color: #00a4e4 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #00668d !important;
  border-color: #00668d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #00668d !important;
  border-color: #00668d !important;
}
.btn-info,
.btn-info:active {
  background-color: #95c11f !important;
  border-color: #95c11f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #5b7613 !important;
  border-color: #5b7613 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5b7613 !important;
  border-color: #5b7613 !important;
}
.btn-success,
.btn-success:active {
  background-color: #95c11f !important;
  border-color: #95c11f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #5b7613 !important;
  border-color: #5b7613 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5b7613 !important;
  border-color: #5b7613 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #95c11f !important;
  border-color: #95c11f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5b7613 !important;
  border-color: #5b7613 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5b7613 !important;
  border-color: #5b7613 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #95c11f !important;
  border-color: #95c11f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #5b7613 !important;
  border-color: #5b7613 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #5b7613 !important;
  border-color: #5b7613 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #00a4e4;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #00668d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #00a4e4 !important;
  border-color: #00a4e4 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #95c11f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #5b7613 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #95c11f !important;
  border-color: #95c11f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #95c11f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #5b7613 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #95c11f !important;
  border-color: #95c11f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #95c11f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5b7613 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #95c11f !important;
  border-color: #95c11f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #95c11f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #5b7613 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #95c11f !important;
  border-color: #95c11f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #00a4e4 !important;
}
.text-success {
  color: #95c11f !important;
}
.text-info {
  color: #95c11f !important;
}
.text-warning {
  color: #95c11f !important;
}
.text-danger {
  color: #95c11f !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #005b7e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #516911 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #516911 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #516911 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #516911 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #95c11f;
}
.alert-warning {
  background-color: #95c11f;
}
.alert-danger {
  background-color: #95c11f;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cae976;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #cae976;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #cae976;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #cae976;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.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);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #00a4e4 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-ss2H7AHE08 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #95c11f;
}
@media (max-width: 767px) {
  .cid-ss2H7AHE08 .row {
    flex-direction: column-reverse;
  }
  .cid-ss2H7AHE08 .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-ss2H7AHE08 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ss2H7AHE08 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ss2H7AHE08 .media-content,
.cid-ss2H7AHE08 .mbr-figure {
  align-self: center;
}
.cid-ss2H7AHE08 .mbr-figure iframe {
  width: 100%;
}
.cid-ss2H7AHE08 .mbr-section-title {
  color: #ffffff;
}
.cid-ss2H7AHE08 .mbr-text,
.cid-ss2H7AHE08 .mbr-section-btn {
  color: #ffffff;
}
.cid-svvPIGjY0W {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #20a3dd;
}
.cid-svvPIGjY0W .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-svvPIGjY0W .icon-box {
  background: #ffffff;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-svvPIGjY0W .mbr-iconfont {
  font-size: 2rem;
  color: #808080;
}
@media (max-width: 991px) {
  .cid-svvPIGjY0W .card {
    margin-bottom: 2rem;
  }
  .cid-svvPIGjY0W .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-svvPIGjY0W .card-title,
.cid-svvPIGjY0W .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-svvPIGjY0W .icon-title {
  color: #ffffff;
}
.cid-svvPIGjY0W .icon-text {
  color: #ffffff;
}
.cid-svw3jaspSd {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #95c11f;
}
.cid-svw3jaspSd img,
.cid-svw3jaspSd .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-svw3jaspSd .item:focus,
.cid-svw3jaspSd span:focus {
  outline: none;
}
.cid-svw3jaspSd .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-svw3jaspSd .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #20a3dd;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-svw3jaspSd .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-svw3jaspSd .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-svw3jaspSd .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-svw3jaspSd .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-svw3jaspSd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-svw3jaspSd .mbr-section-title {
  color: #ffffff;
}
.cid-svw3jaspSd .mbr-text,
.cid-svw3jaspSd .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-svw3jaspSd .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-svw3jaspSd .item-subtitle {
  text-align: left;
  color: #fafafa;
}
.cid-svyVQaZyJb {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #20a3dd;
}
.cid-svyVQaZyJb .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-svyVQaZyJb .bg-facebook:hover {
  background: #0b60cb;
}
.cid-svyVQaZyJb .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-svyVQaZyJb .bg-twitter:hover {
  background: #0c85d0;
}
.cid-svyVQaZyJb .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-svyVQaZyJb .bg-pinterest:hover {
  background: #b3001b;
}
.cid-svyVQaZyJb .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-svyVQaZyJb .bg-instagram:hover {
  background: #bd005c;
}
.cid-svyVQaZyJb .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-svyVQaZyJb [class^="socicon-"]:before,
.cid-svyVQaZyJb [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-svyVQaZyJb .mbr-section-title,
.cid-svyVQaZyJb .social-list {
  color: #ffffff;
}
.cid-svyUC65aXS {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #20a3dd;
}
.cid-svyUC65aXS .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-svyUC65aXS form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-svyUC65aXS form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-svyUC65aXS form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-svyUC65aXS .mbr-section-title {
  color: #ffffff;
}
.cid-svwjOhuFoh {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #95c11f;
}
@media (max-width: 767px) {
  .cid-svwjOhuFoh .content {
    text-align: center;
  }
  .cid-svwjOhuFoh .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-svwjOhuFoh .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-svwjOhuFoh .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svwjOhuFoh .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-svwjOhuFoh .google-map {
  height: 25rem;
  position: relative;
}
.cid-svwjOhuFoh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-svwjOhuFoh .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-svwjOhuFoh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-svwjOhuFoh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-svwjOhuFoh .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-svwjOhuFoh .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-svwjOhuFoh .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svwjOhuFoh .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svwjOhuFoh .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svwjOhuFoh .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svwjOhuFoh .list {
  list-style-type: none;
  padding: 0;
}
.cid-0BuKOlZQ2I .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 5px;
  background: #20a3dd;
  top: 0px;
}
.cid-0BuKOlZQ2I .progress-bar {
  height: 5px;
  background: #95c11f;
  width: 0%;
}
.cid-0BuKOlZQ2I .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-0BuKOlZQ2I .hidden {
  display: none;
}
.cid-0BuKOlZQ2I H10 {
  color: #767676;
}
.cid-sCaFDmMWyv {
  z-index: 1000;
  width: 100%;
}
.cid-sCaFDmMWyv nav.navbar {
  position: fixed;
}
.cid-sCaFDmMWyv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCaFDmMWyv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sCaFDmMWyv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCaFDmMWyv .dropdown-item:hover,
.cid-sCaFDmMWyv .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-sCaFDmMWyv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sCaFDmMWyv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sCaFDmMWyv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sCaFDmMWyv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCaFDmMWyv .nav-link {
  position: relative;
}
.cid-sCaFDmMWyv .container {
  display: flex;
  margin: auto;
}
.cid-sCaFDmMWyv .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCaFDmMWyv .dropdown-menu,
.cid-sCaFDmMWyv .navbar.opened {
  background: #20a3dd !important;
}
.cid-sCaFDmMWyv .nav-item:focus,
.cid-sCaFDmMWyv .nav-link:focus {
  outline: none;
}
.cid-sCaFDmMWyv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCaFDmMWyv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCaFDmMWyv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCaFDmMWyv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCaFDmMWyv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCaFDmMWyv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCaFDmMWyv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(32, 163, 221, 0.5);
}
.cid-sCaFDmMWyv .navbar.opened {
  transition: all 0.3s;
}
.cid-sCaFDmMWyv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCaFDmMWyv .navbar .navbar-logo img {
  width: auto;
}
.cid-sCaFDmMWyv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCaFDmMWyv .navbar.collapsed {
  justify-content: center;
}
.cid-sCaFDmMWyv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCaFDmMWyv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCaFDmMWyv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-sCaFDmMWyv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCaFDmMWyv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCaFDmMWyv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sCaFDmMWyv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCaFDmMWyv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCaFDmMWyv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCaFDmMWyv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCaFDmMWyv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCaFDmMWyv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCaFDmMWyv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCaFDmMWyv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sCaFDmMWyv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCaFDmMWyv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCaFDmMWyv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCaFDmMWyv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCaFDmMWyv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCaFDmMWyv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCaFDmMWyv .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCaFDmMWyv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCaFDmMWyv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCaFDmMWyv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCaFDmMWyv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCaFDmMWyv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCaFDmMWyv .dropdown-item.active,
.cid-sCaFDmMWyv .dropdown-item:active {
  background-color: transparent;
}
.cid-sCaFDmMWyv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCaFDmMWyv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCaFDmMWyv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCaFDmMWyv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #20a3dd;
}
.cid-sCaFDmMWyv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCaFDmMWyv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCaFDmMWyv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCaFDmMWyv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCaFDmMWyv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCaFDmMWyv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCaFDmMWyv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCaFDmMWyv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCaFDmMWyv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCaFDmMWyv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCaFDmMWyv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCaFDmMWyv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCaFDmMWyv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCaFDmMWyv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCaFDmMWyv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCaFDmMWyv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCaFDmMWyv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCaFDmMWyv .navbar {
    height: 70px;
  }
  .cid-sCaFDmMWyv .navbar.opened {
    height: auto;
  }
  .cid-sCaFDmMWyv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCaLfI8UVM .hidden {
  display: none;
}
.cid-sCaLfI8UVM .floating-bar {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #95c11f;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  box-shadow: 2px 2px 2px #999;
  transition: 0.3s;
  z-index: 99999;
}
.cid-sCaLfI8UVM .floating-bar:hover {
  background-color: #20a3dd;
}
.cid-sCaLfI8UVM .floating-button {
  color: #ffffff;
}
.cid-sCaLfI8UVM .valign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.cid-sBWT3nxF3U .mbr-text,
.cid-sBWT3nxF3U .typed-text,
.cid-sBWT3nxF3U .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sBWT3nxF3U .row {
  backdrop-filter: blur(10px);
  border: 1px solid white;
}
.cid-sBWT3nxF3U .btn {
  margin-left: 4px !important;
}
.cid-sBWT3nxF3U .animated-element {
  color: #95c11f;
}
.cid-sBWT3nxF3U .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #95c11f;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-svKQiy3QsB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #95c11f;
}
.cid-svKQiy3QsB img,
.cid-svKQiy3QsB .item-img {
  width: 100%;
}
.cid-svKQiy3QsB .item:focus,
.cid-svKQiy3QsB span:focus {
  outline: none;
}
.cid-svKQiy3QsB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-svKQiy3QsB .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #20a3dd;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-svKQiy3QsB .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-svKQiy3QsB .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-svKQiy3QsB .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-svKQiy3QsB .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-svKQiy3QsB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-svKQiy3QsB .mbr-section-title {
  color: #ffffff;
}
.cid-svKQiy3QsB .mbr-text,
.cid-svKQiy3QsB .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-svKQiy3QsB .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-svKQiy3QsB .item-subtitle {
  text-align: center;
}
.cid-svKQiy3QsB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-swaSg9qS9R {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #20a3dd;
}
.cid-swaSg9qS9R .row {
  flex-direction: row-reverse;
}
.cid-swaSg9qS9R .video-wrapper iframe {
  width: 100%;
}
.cid-swaSg9qS9R .mbr-section-title,
.cid-swaSg9qS9R .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-swaSg9qS9R .text-wrapper {
    padding: 2rem;
  }
}
.cid-swaSg9qS9R .mbr-section-subtitle {
  color: #ffffff;
}
.cid-swaSg9qS9R .mbr-text {
  color: #ffffff;
}
.cid-swaLDJ5HXT {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #20a3dd;
}
.cid-swaLDJ5HXT .card-wrapper {
  background: #20a3dd;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-swaLDJ5HXT .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-swaLDJ5HXT .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-swaLDJ5HXT .card-wrapper {
    padding: 4rem;
  }
}
.cid-swaLDJ5HXT .mbr-text,
.cid-swaLDJ5HXT .mbr-section-btn {
  color: #ffffff;
}
.cid-swaLDJ5HXT .card-title,
.cid-swaLDJ5HXT .card-box {
  text-align: left;
}
.cid-swb16rUbFv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #95c11f;
}
.cid-swb16rUbFv .video-wrapper iframe {
  width: 100%;
}
.cid-swb16rUbFv .mbr-section-title,
.cid-swb16rUbFv .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-swb16rUbFv .text-wrapper {
    padding: 2rem;
  }
}
.cid-swb16rUbFv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-swb16rUbFv .mbr-text {
  color: #ffffff;
}
.cid-swb4BDigM2 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #95c11f;
}
.cid-swb4BDigM2 .card-wrapper {
  background: #20a3dd;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-swb4BDigM2 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-swb4BDigM2 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-swb4BDigM2 .card-wrapper {
    padding: 4rem;
  }
}
.cid-swb4BDigM2 .mbr-text,
.cid-swb4BDigM2 .mbr-section-btn {
  color: #ffffff;
}
.cid-swb4BDigM2 .card-title,
.cid-swb4BDigM2 .card-box {
  text-align: left;
}
.cid-sBRx7wzvo9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #20a3dd;
}
.cid-sBRx7wzvo9 .mbr-section-title {
  color: #ffffff;
}
.cid-sBRx7wzvo9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sBRwzdKxhd {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #20a3dd;
}
.cid-sBRwzdKxhd .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sBRwzdKxhd .carousel {
    min-height: 500px;
  }
  .cid-sBRwzdKxhd .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sBRwzdKxhd .carousel {
    min-height: 325px;
  }
  .cid-sBRwzdKxhd .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sBRwzdKxhd .carousel {
    min-height: 275px;
  }
  .cid-sBRwzdKxhd .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-sBRwzdKxhd .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sBRwzdKxhd .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sBRwzdKxhd .carousel,
.cid-sBRwzdKxhd .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sBRwzdKxhd .item-wrapper {
  width: 100%;
}
.cid-sBRwzdKxhd .carousel-caption {
  bottom: 40px;
}
.cid-sBRwzdKxhd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sBRwzdKxhd .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sBRwzdKxhd .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sBRwzdKxhd .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sBRwzdKxhd .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sBRwzdKxhd .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sBRwzdKxhd .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sBRwzdKxhd .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sBRwzdKxhd .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sBRwzdKxhd .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sBRwzdKxhd .carousel-indicators li.active,
.cid-sBRwzdKxhd .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sBRwzdKxhd .carousel-indicators li::after,
.cid-sBRwzdKxhd .carousel-indicators li::before {
  content: none;
}
.cid-sBRwzdKxhd .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sBRwzdKxhd .carousel-indicators {
    display: none !important;
  }
}
.cid-sBRwzdKxhd P {
  color: #cce3ef;
}
.cid-swiOUblNhD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #20a3dd;
}
.cid-swiOUblNhD .card-wrapper {
  background: #95c11f;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-swiOUblNhD .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-swiOUblNhD .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-swiOUblNhD .card-wrapper {
    padding: 4rem;
  }
}
.cid-swiOUblNhD .mbr-text,
.cid-swiOUblNhD .mbr-section-btn {
  color: #ffffff;
}
.cid-swiOUblNhD .card-title,
.cid-swiOUblNhD .card-box {
  text-align: left;
}
.cid-sBWZFwC7g0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #95c11f;
}
.cid-sBWZFwC7g0 .mbr-section-title {
  color: #ffffff;
}
.cid-sBWZFwC7g0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sBWZFVajTq {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #95c11f;
}
.cid-sBWZFVajTq .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sBWZFVajTq .carousel {
    min-height: 500px;
  }
  .cid-sBWZFVajTq .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sBWZFVajTq .carousel {
    min-height: 325px;
  }
  .cid-sBWZFVajTq .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sBWZFVajTq .carousel {
    min-height: 275px;
  }
  .cid-sBWZFVajTq .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-sBWZFVajTq .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sBWZFVajTq .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sBWZFVajTq .carousel,
.cid-sBWZFVajTq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sBWZFVajTq .item-wrapper {
  width: 100%;
}
.cid-sBWZFVajTq .carousel-caption {
  bottom: 40px;
}
.cid-sBWZFVajTq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sBWZFVajTq .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sBWZFVajTq .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sBWZFVajTq .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sBWZFVajTq .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sBWZFVajTq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sBWZFVajTq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sBWZFVajTq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sBWZFVajTq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sBWZFVajTq .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sBWZFVajTq .carousel-indicators li.active,
.cid-sBWZFVajTq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sBWZFVajTq .carousel-indicators li::after,
.cid-sBWZFVajTq .carousel-indicators li::before {
  content: none;
}
.cid-sBWZFVajTq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sBWZFVajTq .carousel-indicators {
    display: none !important;
  }
}
.cid-sBWZFVajTq P {
  color: #38cc36;
}
.cid-swiQVqhnF2 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #95c11f;
}
.cid-swiQVqhnF2 .card-wrapper {
  background: #20a3dd;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-swiQVqhnF2 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-swiQVqhnF2 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-swiQVqhnF2 .card-wrapper {
    padding: 4rem;
  }
}
.cid-swiQVqhnF2 .mbr-text,
.cid-swiQVqhnF2 .mbr-section-btn {
  color: #ffffff;
}
.cid-swiQVqhnF2 .card-title,
.cid-swiQVqhnF2 .card-box {
  text-align: left;
}
.cid-svDJSYQrar {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #20a3dd;
}
.cid-svDJSYQrar .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-svDJSYQrar .bg-facebook:hover {
  background: #0b60cb;
}
.cid-svDJSYQrar .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-svDJSYQrar .bg-twitter:hover {
  background: #0c85d0;
}
.cid-svDJSYQrar .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-svDJSYQrar .bg-pinterest:hover {
  background: #b3001b;
}
.cid-svDJSYQrar .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-svDJSYQrar .bg-instagram:hover {
  background: #bd005c;
}
.cid-svDJSYQrar .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-svDJSYQrar [class^="socicon-"]:before,
.cid-svDJSYQrar [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-svDJSYQrar .mbr-section-title,
.cid-svDJSYQrar .social-list {
  color: #ffffff;
}
.cid-svDJSZrSAG {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #20a3dd;
}
.cid-svDJSZrSAG .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-svDJSZrSAG form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-svDJSZrSAG form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-svDJSZrSAG form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-svDJSZrSAG .mbr-section-title {
  color: #ffffff;
}
.cid-svDJSZUKuz {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #95c11f;
}
@media (max-width: 767px) {
  .cid-svDJSZUKuz .content {
    text-align: center;
  }
  .cid-svDJSZUKuz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-svDJSZUKuz .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-svDJSZUKuz .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svDJSZUKuz .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-svDJSZUKuz .google-map {
  height: 25rem;
  position: relative;
}
.cid-svDJSZUKuz .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-svDJSZUKuz .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-svDJSZUKuz .google-map[data-state] {
  background: #e9e5dc;
}
.cid-svDJSZUKuz .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-svDJSZUKuz .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-svDJSZUKuz .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-svDJSZUKuz .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svDJSZUKuz .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svDJSZUKuz .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svDJSZUKuz .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svDJSZUKuz .list {
  list-style-type: none;
  padding: 0;
}
.cid-swb8OOIPMV .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 5px;
  background: #20a3dd;
  top: 0px;
}
.cid-swb8OOIPMV .progress-bar {
  height: 5px;
  background: #95c11f;
  width: 0%;
}
.cid-swb8OOIPMV .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-swb8OOIPMV .hidden {
  display: none;
}
.cid-swb8OOIPMV H10 {
  color: #767676;
}
.cid-swnMMzkM4v .hidden {
  display: none;
}
.cid-swnMMzkM4v .floating-bar {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #95c11f;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  box-shadow: 2px 2px 2px #999;
  transition: 0.3s;
  z-index: 99999;
}
.cid-swnMMzkM4v .floating-bar:hover {
  background-color: #20a3dd;
}
.cid-swnMMzkM4v .floating-button {
  color: #ffffff;
}
.cid-swnMMzkM4v .valign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.cid-sCaFDmMWyv {
  z-index: 1000;
  width: 100%;
}
.cid-sCaFDmMWyv nav.navbar {
  position: fixed;
}
.cid-sCaFDmMWyv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCaFDmMWyv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sCaFDmMWyv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCaFDmMWyv .dropdown-item:hover,
.cid-sCaFDmMWyv .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-sCaFDmMWyv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sCaFDmMWyv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sCaFDmMWyv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sCaFDmMWyv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCaFDmMWyv .nav-link {
  position: relative;
}
.cid-sCaFDmMWyv .container {
  display: flex;
  margin: auto;
}
.cid-sCaFDmMWyv .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCaFDmMWyv .dropdown-menu,
.cid-sCaFDmMWyv .navbar.opened {
  background: #20a3dd !important;
}
.cid-sCaFDmMWyv .nav-item:focus,
.cid-sCaFDmMWyv .nav-link:focus {
  outline: none;
}
.cid-sCaFDmMWyv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCaFDmMWyv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCaFDmMWyv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCaFDmMWyv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCaFDmMWyv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCaFDmMWyv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCaFDmMWyv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(32, 163, 221, 0.5);
}
.cid-sCaFDmMWyv .navbar.opened {
  transition: all 0.3s;
}
.cid-sCaFDmMWyv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCaFDmMWyv .navbar .navbar-logo img {
  width: auto;
}
.cid-sCaFDmMWyv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCaFDmMWyv .navbar.collapsed {
  justify-content: center;
}
.cid-sCaFDmMWyv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCaFDmMWyv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCaFDmMWyv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-sCaFDmMWyv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCaFDmMWyv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCaFDmMWyv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sCaFDmMWyv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCaFDmMWyv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCaFDmMWyv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCaFDmMWyv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCaFDmMWyv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCaFDmMWyv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCaFDmMWyv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCaFDmMWyv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sCaFDmMWyv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCaFDmMWyv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCaFDmMWyv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCaFDmMWyv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCaFDmMWyv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCaFDmMWyv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCaFDmMWyv .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCaFDmMWyv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCaFDmMWyv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCaFDmMWyv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCaFDmMWyv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCaFDmMWyv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCaFDmMWyv .dropdown-item.active,
.cid-sCaFDmMWyv .dropdown-item:active {
  background-color: transparent;
}
.cid-sCaFDmMWyv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCaFDmMWyv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCaFDmMWyv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCaFDmMWyv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #20a3dd;
}
.cid-sCaFDmMWyv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCaFDmMWyv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCaFDmMWyv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCaFDmMWyv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCaFDmMWyv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCaFDmMWyv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCaFDmMWyv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCaFDmMWyv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCaFDmMWyv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCaFDmMWyv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCaFDmMWyv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCaFDmMWyv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCaFDmMWyv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCaFDmMWyv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCaFDmMWyv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCaFDmMWyv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCaFDmMWyv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCaFDmMWyv .navbar {
    height: 70px;
  }
  .cid-sCaFDmMWyv .navbar.opened {
    height: auto;
  }
  .cid-sCaFDmMWyv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sC3lGQN3pD .mbr-text,
.cid-sC3lGQN3pD .typed-text,
.cid-sC3lGQN3pD .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sC3lGQN3pD .row {
  backdrop-filter: blur(10px);
  border: 1px solid white;
}
.cid-sC3lGQN3pD .btn {
  margin-left: 4px !important;
}
.cid-sC3lGQN3pD .animated-element {
  color: #95c11f;
}
.cid-sC3lGQN3pD .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #95c11f;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sxxVN5pDQj {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #20a3dd;
}
.cid-sxxVN5pDQj .row {
  flex-direction: row-reverse;
}
.cid-sxxVN5pDQj .video-wrapper iframe {
  width: 100%;
}
.cid-sxxVN5pDQj .mbr-section-title,
.cid-sxxVN5pDQj .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sxxVN5pDQj .text-wrapper {
    padding: 2rem;
  }
}
.cid-sxxVN5pDQj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sxxVN5pDQj .mbr-text {
  color: #ffffff;
}
.cid-sxxVN60a5E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #20a3dd;
}
.cid-sxxVN60a5E .card-wrapper {
  background: #95c11f;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sxxVN60a5E .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sxxVN60a5E .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sxxVN60a5E .card-wrapper {
    padding: 4rem;
  }
}
.cid-sxxVN60a5E .mbr-text,
.cid-sxxVN60a5E .mbr-section-btn {
  color: #ffffff;
}
.cid-sxxVN60a5E .card-title,
.cid-sxxVN60a5E .card-box {
  text-align: left;
}
.cid-sBFRmDZ6xe {
  background-color: #20a3dd;
}
.cid-sBFRmDZ6xe .infographics {
  font: 400 0.8em trebuchet ms, arial, sans-serif;
}
.cid-sBFRmDZ6xe article {
  display: grid;
  grid-gap: 0 2rem;
  grid-auto-flow: column dense;
  margin: 3.375rem auto;
  border: solid 0.1875rem transparent;
  padding: 0.75rem 4rem;
  width: 42.25rem;
  border-radius: 9.125rem;
  box-shadow: 1em 1em 3em rgba(0, 0, 0, 0.5);
  background: linear-gradient(90deg, #e6e6e6, #ececec) padding-box, linear-gradient(to right bottom, #ffffff, #c8c8c8) border-box;
  counter-increment: idx;
  box-sizing: border-box;
}
.cid-sBFRmDZ6xe article:nth-child(odd) {
  grid-template-columns: 280px 230px;
}
.cid-sBFRmDZ6xe article:nth-child(even) {
  grid-template-columns: 230px 280px;
}
.cid-sBFRmDZ6xe article > h3 {
  grid-row: 1 / span 3;
  margin: -36px 0;
  border: solid 0.0rem transparent;
  padding: 36px 36px;
  box-shadow: inherit;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
  word-break: keep-all;
}
.cid-sBFRmDZ6xe article:nth-child(odd) > h3 {
  grid-column: 2;
  border-radius: 50% 0%;
  background: linear-gradient(45deg, #95c11f, #95c11f) padding-box, linear-gradient(-45deg, #95c11f, #95c11f) border-box;
}
.cid-sBFRmDZ6xe article:nth-child(even) > h3 {
  grid-column: 1;
  border-radius: 0% 50%;
  background: linear-gradient(-45deg, #95c11f, #95c11f) padding-box, linear-gradient(45deg, #95c11f, #95c11f) border-box;
}
.cid-sBFRmDZ6xe article > h3::before {
  font-size: 5rem;
  font-weight: 900;
  text-shadow: -2px -1px #999999;
  content: counter(idx, decimal-leading-zero) " ";
}
.cid-sBFRmDZ6xe article > h4 {
  display: flex;
  align-items: center;
  justify-content: left;
  border: solid 0.1875rem #95c11f;
  width: 75%;
  border-radius: 10px;
  color: #95c11f;
  text-transform: capitalize;
  margin: 0px;
  padding: 3px;
  box-sizing: border-box;
  font-size: 1rem;
}
.cid-sBFRmDZ6xe article > h4::before {
  margin-right: 0.25em;
  margin-left: 0.25em;
  border: solid 2px currentcolor;
  width: 1em;
  height: 1em;
  font-size: 1.75em;
  line-height: 0.8125;
  border-radius: 50%;
  text-align: center;
  content: "+";
  box-sizing: border-box;
}
.cid-sBFRmDZ6xe article > p {
  padding: 0.75rem 0;
  text-indent: 2em;
  font-size: 1rem;
  margin: 0;
  box-sizing: border-box;
}
.cid-sBFRmDZ6xe .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sBFRmDZ6xe H3 {
  text-align: right;
}
.cid-sBFRmDZ6xe P {
  color: #95c11f;
}
.cid-sxxVN6watO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #95c11f;
}
.cid-sxxVN6watO .video-wrapper iframe {
  width: 100%;
}
.cid-sxxVN6watO .mbr-section-title,
.cid-sxxVN6watO .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sxxVN6watO .text-wrapper {
    padding: 2rem;
  }
}
.cid-sxxVN6watO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sxxVN6watO .mbr-text {
  color: #ffffff;
}
.cid-sxxVN74AnU {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #95c11f;
}
.cid-sxxVN74AnU .card-wrapper {
  background: #20a3dd;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sxxVN74AnU .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sxxVN74AnU .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sxxVN74AnU .card-wrapper {
    padding: 4rem;
  }
}
.cid-sxxVN74AnU .mbr-text,
.cid-sxxVN74AnU .mbr-section-btn {
  color: #ffffff;
}
.cid-sxxVN74AnU .card-title,
.cid-sxxVN74AnU .card-box {
  text-align: left;
}
.cid-sxxVNa1ukM {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #20a3dd;
}
.cid-sxxVNa1ukM .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sxxVNa1ukM .bg-facebook:hover {
  background: #0b60cb;
}
.cid-sxxVNa1ukM .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sxxVNa1ukM .bg-twitter:hover {
  background: #0c85d0;
}
.cid-sxxVNa1ukM .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sxxVNa1ukM .bg-pinterest:hover {
  background: #b3001b;
}
.cid-sxxVNa1ukM .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-sxxVNa1ukM .bg-instagram:hover {
  background: #bd005c;
}
.cid-sxxVNa1ukM .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-sxxVNa1ukM [class^="socicon-"]:before,
.cid-sxxVNa1ukM [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-sxxVNa1ukM .mbr-section-title,
.cid-sxxVNa1ukM .social-list {
  color: #ffffff;
}
.cid-sxxVNauqf1 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #20a3dd;
}
.cid-sxxVNauqf1 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sxxVNauqf1 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sxxVNauqf1 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sxxVNauqf1 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sxxVNauqf1 .mbr-section-title {
  color: #ffffff;
}
.cid-sxxVNaRXlg {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #95c11f;
}
@media (max-width: 767px) {
  .cid-sxxVNaRXlg .content {
    text-align: center;
  }
  .cid-sxxVNaRXlg .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sxxVNaRXlg .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sxxVNaRXlg .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxxVNaRXlg .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sxxVNaRXlg .google-map {
  height: 25rem;
  position: relative;
}
.cid-sxxVNaRXlg .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sxxVNaRXlg .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-sxxVNaRXlg .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sxxVNaRXlg .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sxxVNaRXlg .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sxxVNaRXlg .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sxxVNaRXlg .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sxxVNaRXlg .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sxxVNaRXlg .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sxxVNaRXlg .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sxxVNaRXlg .list {
  list-style-type: none;
  padding: 0;
}
.cid-sxxVNbT18a .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 5px;
  background: #20a3dd;
  top: 0px;
}
.cid-sxxVNbT18a .progress-bar {
  height: 5px;
  background: #95c11f;
  width: 0%;
}
.cid-sxxVNbT18a .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-sxxVNbT18a .hidden {
  display: none;
}
.cid-sxxVNbT18a H10 {
  color: #767676;
}
.cid-sxxVNcQw1U .hidden {
  display: none;
}
.cid-sxxVNcQw1U .floating-bar {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #95c11f;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  box-shadow: 2px 2px 2px #999;
  transition: 0.3s;
  z-index: 99999;
}
.cid-sxxVNcQw1U .floating-bar:hover {
  background-color: #20a3dd;
}
.cid-sxxVNcQw1U .floating-button {
  color: #ffffff;
}
.cid-sxxVNcQw1U .valign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.cid-sCaFDmMWyv {
  z-index: 1000;
  width: 100%;
}
.cid-sCaFDmMWyv nav.navbar {
  position: fixed;
}
.cid-sCaFDmMWyv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCaFDmMWyv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sCaFDmMWyv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCaFDmMWyv .dropdown-item:hover,
.cid-sCaFDmMWyv .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-sCaFDmMWyv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sCaFDmMWyv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sCaFDmMWyv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sCaFDmMWyv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCaFDmMWyv .nav-link {
  position: relative;
}
.cid-sCaFDmMWyv .container {
  display: flex;
  margin: auto;
}
.cid-sCaFDmMWyv .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCaFDmMWyv .dropdown-menu,
.cid-sCaFDmMWyv .navbar.opened {
  background: #20a3dd !important;
}
.cid-sCaFDmMWyv .nav-item:focus,
.cid-sCaFDmMWyv .nav-link:focus {
  outline: none;
}
.cid-sCaFDmMWyv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCaFDmMWyv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCaFDmMWyv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCaFDmMWyv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCaFDmMWyv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCaFDmMWyv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCaFDmMWyv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(32, 163, 221, 0.5);
}
.cid-sCaFDmMWyv .navbar.opened {
  transition: all 0.3s;
}
.cid-sCaFDmMWyv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCaFDmMWyv .navbar .navbar-logo img {
  width: auto;
}
.cid-sCaFDmMWyv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCaFDmMWyv .navbar.collapsed {
  justify-content: center;
}
.cid-sCaFDmMWyv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCaFDmMWyv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCaFDmMWyv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-sCaFDmMWyv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCaFDmMWyv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCaFDmMWyv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sCaFDmMWyv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCaFDmMWyv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCaFDmMWyv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCaFDmMWyv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCaFDmMWyv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCaFDmMWyv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCaFDmMWyv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCaFDmMWyv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sCaFDmMWyv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCaFDmMWyv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCaFDmMWyv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCaFDmMWyv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCaFDmMWyv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCaFDmMWyv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCaFDmMWyv .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCaFDmMWyv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCaFDmMWyv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCaFDmMWyv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCaFDmMWyv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCaFDmMWyv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCaFDmMWyv .dropdown-item.active,
.cid-sCaFDmMWyv .dropdown-item:active {
  background-color: transparent;
}
.cid-sCaFDmMWyv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCaFDmMWyv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCaFDmMWyv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCaFDmMWyv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #20a3dd;
}
.cid-sCaFDmMWyv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCaFDmMWyv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCaFDmMWyv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCaFDmMWyv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCaFDmMWyv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCaFDmMWyv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCaFDmMWyv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCaFDmMWyv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCaFDmMWyv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCaFDmMWyv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCaFDmMWyv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCaFDmMWyv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCaFDmMWyv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCaFDmMWyv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCaFDmMWyv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCaFDmMWyv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCaFDmMWyv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCaFDmMWyv .navbar {
    height: 70px;
  }
  .cid-sCaFDmMWyv .navbar.opened {
    height: auto;
  }
  .cid-sCaFDmMWyv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBXgUaiCnM .mbr-text,
.cid-sBXgUaiCnM .typed-text,
.cid-sBXgUaiCnM .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sBXgUaiCnM .row {
  backdrop-filter: blur(10px);
  border: 1px solid white;
}
.cid-sBXgUaiCnM .btn {
  margin-left: 4px !important;
}
.cid-sBXgUaiCnM .animated-element {
  color: #95c11f;
}
.cid-sBXgUaiCnM .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #95c11f;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-swHdMoKa5V {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #95c11f;
}
.cid-swHdMoKa5V .row {
  flex-direction: row-reverse;
}
.cid-swHdMoKa5V .video-wrapper iframe {
  width: 100%;
}
.cid-swHdMoKa5V .mbr-section-title,
.cid-swHdMoKa5V .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-swHdMoKa5V .text-wrapper {
    padding: 2rem;
  }
}
.cid-swHdMoKa5V .mbr-section-subtitle {
  color: #ffffff;
}
.cid-swHdMoKa5V .mbr-text {
  color: #ffffff;
}
.cid-swHdMpaE3g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #95c11f;
}
.cid-swHdMpaE3g .card-wrapper {
  background: #20a3dd;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-swHdMpaE3g .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-swHdMpaE3g .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-swHdMpaE3g .card-wrapper {
    padding: 4rem;
  }
}
.cid-swHdMpaE3g .mbr-text,
.cid-swHdMpaE3g .mbr-section-btn {
  color: #ffffff;
}
.cid-swHdMpaE3g .card-title,
.cid-swHdMpaE3g .card-box {
  text-align: left;
}
.cid-sBFIqLV1ge {
  background-color: #95c11f;
}
.cid-sBFIqLV1ge .infographics {
  font: 400 0.8em trebuchet ms, arial, sans-serif;
}
.cid-sBFIqLV1ge article {
  display: grid;
  grid-gap: 0 2rem;
  grid-auto-flow: column dense;
  margin: 3.375rem auto;
  border: solid 0.1875rem transparent;
  padding: 0.75rem 4rem;
  width: 42.25rem;
  border-radius: 9.125rem;
  box-shadow: 1em 1em 3em rgba(0, 0, 0, 0.5);
  background: linear-gradient(90deg, #e6e6e6, #ececec) padding-box, linear-gradient(to right bottom, #ffffff, #c8c8c8) border-box;
  counter-increment: idx;
  box-sizing: border-box;
}
.cid-sBFIqLV1ge article:nth-child(odd) {
  grid-template-columns: 280px 230px;
}
.cid-sBFIqLV1ge article:nth-child(even) {
  grid-template-columns: 230px 280px;
}
.cid-sBFIqLV1ge article > h3 {
  grid-row: 1 / span 3;
  margin: -36px 0;
  border: solid 0.0rem transparent;
  padding: 36px 36px;
  box-shadow: inherit;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
  word-break: keep-all;
}
.cid-sBFIqLV1ge article:nth-child(odd) > h3 {
  grid-column: 2;
  border-radius: 50% 0%;
  background: linear-gradient(45deg, #20a3dd, #20a3dd) padding-box, linear-gradient(-45deg, #20a3dd, #20a3dd) border-box;
}
.cid-sBFIqLV1ge article:nth-child(even) > h3 {
  grid-column: 1;
  border-radius: 0% 50%;
  background: linear-gradient(-45deg, #20a3dd, #20a3dd) padding-box, linear-gradient(45deg, #20a3dd, #20a3dd) border-box;
}
.cid-sBFIqLV1ge article > h3::before {
  font-size: 5rem;
  font-weight: 900;
  text-shadow: -2px -1px #999999;
  content: counter(idx, decimal-leading-zero) " ";
}
.cid-sBFIqLV1ge article > h4 {
  display: flex;
  align-items: center;
  justify-content: left;
  border: solid 0.1875rem #20a3dd;
  width: 75%;
  border-radius: 10px;
  color: #20a3dd;
  text-transform: capitalize;
  margin: 0px;
  padding: 3px;
  box-sizing: border-box;
  font-size: 1rem;
}
.cid-sBFIqLV1ge article > h4::before {
  margin-right: 0.25em;
  margin-left: 0.25em;
  border: solid 2px currentcolor;
  width: 1em;
  height: 1em;
  font-size: 1.75em;
  line-height: 0.8125;
  border-radius: 50%;
  text-align: center;
  content: "+";
  box-sizing: border-box;
}
.cid-sBFIqLV1ge article > p {
  padding: 0.75rem 0;
  text-indent: 2em;
  font-size: 1rem;
  margin: 0;
  box-sizing: border-box;
}
.cid-sBFIqLV1ge .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sBFIqLV1ge H3 {
  text-align: right;
}
.cid-sBFIqLV1ge P {
  color: #20a3dd;
}
.cid-sBXi2qWVI5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #20a3dd;
}
.cid-sBXi2qWVI5 .mbr-section-title {
  color: #ffffff;
}
.cid-sBXi2qWVI5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sBXi2UmgLS {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #20a3dd;
}
@media (min-width: 992px) {
  .cid-sBXi2UmgLS .carousel {
    min-height: 400px;
  }
  .cid-sBXi2UmgLS .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sBXi2UmgLS .carousel {
    min-height: 260px;
  }
  .cid-sBXi2UmgLS .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sBXi2UmgLS .carousel {
    min-height: 220px;
  }
  .cid-sBXi2UmgLS .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-sBXi2UmgLS .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sBXi2UmgLS .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sBXi2UmgLS .carousel,
.cid-sBXi2UmgLS .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sBXi2UmgLS .item-wrapper {
  width: 100%;
}
.cid-sBXi2UmgLS .carousel-caption {
  bottom: 40px;
}
.cid-sBXi2UmgLS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sBXi2UmgLS .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sBXi2UmgLS .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sBXi2UmgLS .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sBXi2UmgLS .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sBXi2UmgLS .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sBXi2UmgLS .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sBXi2UmgLS .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sBXi2UmgLS .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sBXi2UmgLS .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sBXi2UmgLS .carousel-indicators li.active,
.cid-sBXi2UmgLS .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sBXi2UmgLS .carousel-indicators li::after,
.cid-sBXi2UmgLS .carousel-indicators li::before {
  content: none;
}
.cid-sBXi2UmgLS .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sBXi2UmgLS .carousel-indicators {
    display: none !important;
  }
}
.cid-sBXi2UmgLS P {
  color: #38cc36;
}
.cid-swHdMq4BmX {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #20a3dd;
}
.cid-swHdMq4BmX .card-wrapper {
  background: #95c11f;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-swHdMq4BmX .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-swHdMq4BmX .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-swHdMq4BmX .card-wrapper {
    padding: 4rem;
  }
}
.cid-swHdMq4BmX .mbr-text,
.cid-swHdMq4BmX .mbr-section-btn {
  color: #ffffff;
}
.cid-swHdMq4BmX .card-title,
.cid-swHdMq4BmX .card-box {
  text-align: left;
}
.cid-sC31RarQzR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #95c11f;
}
.cid-sC31RarQzR .mbr-section-title {
  color: #ffffff;
}
.cid-sC31RarQzR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sC31RyfdWP {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #95c11f;
}
.cid-sC31RyfdWP .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sC31RyfdWP .carousel {
    min-height: 500px;
  }
  .cid-sC31RyfdWP .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sC31RyfdWP .carousel {
    min-height: 325px;
  }
  .cid-sC31RyfdWP .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sC31RyfdWP .carousel {
    min-height: 275px;
  }
  .cid-sC31RyfdWP .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-sC31RyfdWP .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sC31RyfdWP .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sC31RyfdWP .carousel,
.cid-sC31RyfdWP .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sC31RyfdWP .item-wrapper {
  width: 100%;
}
.cid-sC31RyfdWP .carousel-caption {
  bottom: 40px;
}
.cid-sC31RyfdWP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sC31RyfdWP .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sC31RyfdWP .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sC31RyfdWP .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sC31RyfdWP .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sC31RyfdWP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sC31RyfdWP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sC31RyfdWP .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sC31RyfdWP .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sC31RyfdWP .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sC31RyfdWP .carousel-indicators li.active,
.cid-sC31RyfdWP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sC31RyfdWP .carousel-indicators li::after,
.cid-sC31RyfdWP .carousel-indicators li::before {
  content: none;
}
.cid-sC31RyfdWP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sC31RyfdWP .carousel-indicators {
    display: none !important;
  }
}
.cid-sC31RyfdWP P {
  color: #38cc36;
}
.cid-swHdMqStr9 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #95c11f;
}
.cid-swHdMqStr9 .card-wrapper {
  background: #20a3dd;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-swHdMqStr9 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-swHdMqStr9 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-swHdMqStr9 .card-wrapper {
    padding: 4rem;
  }
}
.cid-swHdMqStr9 .mbr-text,
.cid-swHdMqStr9 .mbr-section-btn {
  color: #ffffff;
}
.cid-swHdMqStr9 .card-title,
.cid-swHdMqStr9 .card-box {
  text-align: left;
}
.cid-swHdMt2W2S {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #20a3dd;
}
.cid-swHdMt2W2S .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-swHdMt2W2S .bg-facebook:hover {
  background: #0b60cb;
}
.cid-swHdMt2W2S .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-swHdMt2W2S .bg-twitter:hover {
  background: #0c85d0;
}
.cid-swHdMt2W2S .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-swHdMt2W2S .bg-pinterest:hover {
  background: #b3001b;
}
.cid-swHdMt2W2S .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-swHdMt2W2S .bg-instagram:hover {
  background: #bd005c;
}
.cid-swHdMt2W2S .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-swHdMt2W2S [class^="socicon-"]:before,
.cid-swHdMt2W2S [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-swHdMt2W2S .mbr-section-title,
.cid-swHdMt2W2S .social-list {
  color: #ffffff;
}
.cid-swHdMtBz0Q {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #20a3dd;
}
.cid-swHdMtBz0Q .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-swHdMtBz0Q form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-swHdMtBz0Q form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-swHdMtBz0Q form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-swHdMtBz0Q .mbr-section-title {
  color: #ffffff;
}
.cid-swHdMtZPyn {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #95c11f;
}
@media (max-width: 767px) {
  .cid-swHdMtZPyn .content {
    text-align: center;
  }
  .cid-swHdMtZPyn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-swHdMtZPyn .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-swHdMtZPyn .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-swHdMtZPyn .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-swHdMtZPyn .google-map {
  height: 25rem;
  position: relative;
}
.cid-swHdMtZPyn .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-swHdMtZPyn .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-swHdMtZPyn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-swHdMtZPyn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-swHdMtZPyn .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-swHdMtZPyn .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-swHdMtZPyn .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-swHdMtZPyn .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-swHdMtZPyn .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-swHdMtZPyn .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-swHdMtZPyn .list {
  list-style-type: none;
  padding: 0;
}
.cid-swHdMNNnzq .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 5px;
  background: #20a3dd;
  top: 0px;
}
.cid-swHdMNNnzq .progress-bar {
  height: 5px;
  background: #95c11f;
  width: 0%;
}
.cid-swHdMNNnzq .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-swHdMNNnzq .hidden {
  display: none;
}
.cid-swHdMNNnzq H10 {
  color: #767676;
}
.cid-swHdMP8cM2 .hidden {
  display: none;
}
.cid-swHdMP8cM2 .floating-bar {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #95c11f;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  box-shadow: 2px 2px 2px #999;
  transition: 0.3s;
  z-index: 99999;
}
.cid-swHdMP8cM2 .floating-bar:hover {
  background-color: #20a3dd;
}
.cid-swHdMP8cM2 .floating-button {
  color: #ffffff;
}
.cid-swHdMP8cM2 .valign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.cid-sCaFDmMWyv {
  z-index: 1000;
  width: 100%;
}
.cid-sCaFDmMWyv nav.navbar {
  position: fixed;
}
.cid-sCaFDmMWyv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCaFDmMWyv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sCaFDmMWyv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCaFDmMWyv .dropdown-item:hover,
.cid-sCaFDmMWyv .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-sCaFDmMWyv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sCaFDmMWyv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sCaFDmMWyv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sCaFDmMWyv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCaFDmMWyv .nav-link {
  position: relative;
}
.cid-sCaFDmMWyv .container {
  display: flex;
  margin: auto;
}
.cid-sCaFDmMWyv .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCaFDmMWyv .dropdown-menu,
.cid-sCaFDmMWyv .navbar.opened {
  background: #20a3dd !important;
}
.cid-sCaFDmMWyv .nav-item:focus,
.cid-sCaFDmMWyv .nav-link:focus {
  outline: none;
}
.cid-sCaFDmMWyv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCaFDmMWyv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCaFDmMWyv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCaFDmMWyv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCaFDmMWyv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCaFDmMWyv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCaFDmMWyv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(32, 163, 221, 0.5);
}
.cid-sCaFDmMWyv .navbar.opened {
  transition: all 0.3s;
}
.cid-sCaFDmMWyv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCaFDmMWyv .navbar .navbar-logo img {
  width: auto;
}
.cid-sCaFDmMWyv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCaFDmMWyv .navbar.collapsed {
  justify-content: center;
}
.cid-sCaFDmMWyv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCaFDmMWyv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCaFDmMWyv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-sCaFDmMWyv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCaFDmMWyv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCaFDmMWyv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sCaFDmMWyv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCaFDmMWyv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCaFDmMWyv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCaFDmMWyv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCaFDmMWyv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCaFDmMWyv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCaFDmMWyv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCaFDmMWyv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sCaFDmMWyv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCaFDmMWyv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCaFDmMWyv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCaFDmMWyv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCaFDmMWyv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCaFDmMWyv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCaFDmMWyv .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCaFDmMWyv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCaFDmMWyv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCaFDmMWyv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCaFDmMWyv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCaFDmMWyv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCaFDmMWyv .dropdown-item.active,
.cid-sCaFDmMWyv .dropdown-item:active {
  background-color: transparent;
}
.cid-sCaFDmMWyv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCaFDmMWyv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCaFDmMWyv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCaFDmMWyv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #20a3dd;
}
.cid-sCaFDmMWyv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCaFDmMWyv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCaFDmMWyv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCaFDmMWyv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCaFDmMWyv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCaFDmMWyv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCaFDmMWyv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCaFDmMWyv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCaFDmMWyv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCaFDmMWyv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCaFDmMWyv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCaFDmMWyv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCaFDmMWyv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCaFDmMWyv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCaFDmMWyv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCaFDmMWyv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCaFDmMWyv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCaFDmMWyv .navbar {
    height: 70px;
  }
  .cid-sCaFDmMWyv .navbar.opened {
    height: auto;
  }
  .cid-sCaFDmMWyv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBtKKzpp4C {
  padding-top: 180px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sBtKKzpp4C .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-sBtKKzpp4C .gold {
  color: #FFBF00;
}
.cid-sBtKKzpp4C .badge-notify {
  background: #7f1933;
  color: #ffffff;
  position: absolute;
  font-size: 14px;
  top: -5px;
  right: -2px;
}
.cid-sBtKKzpp4C table {
  font-size: 13px;
}
.cid-sBtKKzpp4C .mycart {
  position: absolute;
  top: 89px;
  right: 25px;
}
.cid-sBtKKzpp4C .headtext {
  font-size: 23px;
}
.cid-sBtKKzpp4C .product_name {
  font-size: 25px;
}
.cid-sBtKKzpp4C .cart-img {
  width: 40px;
  height: 40px;
}
.cid-sBtKKzpp4C .vatshipblock {
  display: block;
}
.cid-sBtKKzpp4C .vatshipnone {
  display: none;
}
.cid-sBtKKzpp4C .product {
  border: 1px solid #dddddd;
}
.cid-sBtKKzpp4C .item-gallery {
  padding: 4px;
}
.cid-sBtKKzpp4C .item-gallery img {
  width: 100%;
  height: 100%;
}
.cid-sBtKKzpp4C .product-rating {
  font-size: 20px;
  margin-bottom: 25px;
}
.cid-sBtKKzpp4C .product-title {
  font-size: 22px;
}
.cid-sBtKKzpp4C .product-desc {
  font-size: 14px;
}
.cid-sBtKKzpp4C .product_price {
  font-size: 22px;
}
.cid-sBtKKzpp4C .cicon {
  font-size: 22px;
}
.cid-sBtKKzpp4C .product-stock {
  font-size: 20px;
  margin-top: 10px;
}
.cid-sBtKKzpp4C .product-info {
  margin-top: 50px;
}
.cid-sBtKKzpp4C .content-wrapper {
  max-width: 1140px;
  background: #fff;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 10px;
  border: 0px;
  border-radius: 0px;
}
.cid-sBtKKzpp4C .container-fluid {
  max-width: 1140px;
  margin: 0 auto;
}
.cid-sBtKKzpp4C .view-wrapper {
  float: right;
  max-width: 70%;
  margin-top: 25px;
}
.cid-sBtKKzpp4C .containers {
  max-width: 100%;
}
.cid-sBtKKzpp4C DIV {
  color: #465052;
}
.cid-sBtKKzpp4C .product_quantity {
  width: 104px;
  height: 47px;
  border: solid 1px #e5e5e5;
  border-radius: 3px;
  overflow: hidden;
  padding-left: 8px;
  float: left;
  margin-right: 22px;
  padding-top: -4px;
  padding-bottom: 44px;
  margin-bottom: 11px;
}
.cid-sBtKKzpp4C .gallery-wrap .img-big-wrap img {
  height: 100%;
  width: 100%;
  display: inline-block;
  cursor: zoom-in;
}
.cid-sBtKKzpp4C .gallery-wrap .img-small-wrap .item-gallery {
  width: 60px;
  height: 60px;
  border: 1px solid #ddd;
  margin: 7px 2px;
  display: inline-block;
  overflow: hidden;
}
.cid-sBtKKzpp4C .gallery-wrap .img-small-wrap {
  text-align: center;
}
.cid-sBtKKzpp4C .gallery-wrap .img-small-wrap img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 4px;
  cursor: zoom-in;
}
.cid-sBtKKzpp4C .my-cart-icon-affix {
  position: fixed;
  z-index: 999;
}
.cid-sCaFDmMWyv {
  z-index: 1000;
  width: 100%;
}
.cid-sCaFDmMWyv nav.navbar {
  position: fixed;
}
.cid-sCaFDmMWyv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCaFDmMWyv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sCaFDmMWyv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCaFDmMWyv .dropdown-item:hover,
.cid-sCaFDmMWyv .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-sCaFDmMWyv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sCaFDmMWyv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sCaFDmMWyv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sCaFDmMWyv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCaFDmMWyv .nav-link {
  position: relative;
}
.cid-sCaFDmMWyv .container {
  display: flex;
  margin: auto;
}
.cid-sCaFDmMWyv .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCaFDmMWyv .dropdown-menu,
.cid-sCaFDmMWyv .navbar.opened {
  background: #20a3dd !important;
}
.cid-sCaFDmMWyv .nav-item:focus,
.cid-sCaFDmMWyv .nav-link:focus {
  outline: none;
}
.cid-sCaFDmMWyv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCaFDmMWyv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCaFDmMWyv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCaFDmMWyv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCaFDmMWyv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCaFDmMWyv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCaFDmMWyv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(32, 163, 221, 0.5);
}
.cid-sCaFDmMWyv .navbar.opened {
  transition: all 0.3s;
}
.cid-sCaFDmMWyv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCaFDmMWyv .navbar .navbar-logo img {
  width: auto;
}
.cid-sCaFDmMWyv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCaFDmMWyv .navbar.collapsed {
  justify-content: center;
}
.cid-sCaFDmMWyv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCaFDmMWyv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCaFDmMWyv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-sCaFDmMWyv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCaFDmMWyv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCaFDmMWyv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sCaFDmMWyv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCaFDmMWyv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCaFDmMWyv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCaFDmMWyv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCaFDmMWyv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCaFDmMWyv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCaFDmMWyv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCaFDmMWyv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sCaFDmMWyv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCaFDmMWyv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCaFDmMWyv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCaFDmMWyv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCaFDmMWyv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCaFDmMWyv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCaFDmMWyv .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCaFDmMWyv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCaFDmMWyv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCaFDmMWyv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCaFDmMWyv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCaFDmMWyv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCaFDmMWyv .dropdown-item.active,
.cid-sCaFDmMWyv .dropdown-item:active {
  background-color: transparent;
}
.cid-sCaFDmMWyv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCaFDmMWyv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCaFDmMWyv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCaFDmMWyv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #20a3dd;
}
.cid-sCaFDmMWyv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCaFDmMWyv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCaFDmMWyv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCaFDmMWyv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCaFDmMWyv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCaFDmMWyv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCaFDmMWyv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCaFDmMWyv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCaFDmMWyv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCaFDmMWyv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCaFDmMWyv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCaFDmMWyv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCaFDmMWyv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCaFDmMWyv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCaFDmMWyv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCaFDmMWyv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCaFDmMWyv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCaFDmMWyv .navbar {
    height: 70px;
  }
  .cid-sCaFDmMWyv .navbar.opened {
    height: auto;
  }
  .cid-sCaFDmMWyv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBELIYYwoV .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-sBELIYYwoV .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-sBELIYYwoV .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-sBELIYYwoV .mbr-text {
  color: #ffffff;
}
.cid-sBELIYYwoV .card {
  padding-bottom: 1.5rem;
}
.cid-sBELIYYwoV .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sBELIYYwoV .card-wrapper .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-sBELIYYwoV .card-wrapper .card-title {
  color: #ffffff;
}
.cid-sBFugtlIzj {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #95c11f;
}
.cid-sBFugtlIzj .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-sBFugtlIzj .mbr-section-title,
.cid-sBFugtlIzj .mbr-section-subtitle {
  text-align: center;
}
.cid-sBFugtlIzj .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sBFugtlIzj .card-wrapper {
  border-radius: 4px;
  background-color: #20a3dd;
}
.cid-sBFugtlIzj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sBFugtlIzj .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sBFugtlIzj .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sBFugtlIzj .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sBFugtlIzj .mbr-section-title {
  color: #ffffff;
}
.cid-sBFugtlIzj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sBFugtlIzj .card-title {
  color: #ffffff;
}
.cid-sBFugtlIzj .mbr-text {
  color: #ffffff;
}
.cid-sBFugtlIzj .cost {
  text-align: center;
}
.cid-sC4lEGuVOc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #95c11f;
}
.cid-sC4lEGuVOc .mbr-section-title {
  color: #ffffff;
}
.cid-sC4lEGuVOc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sBFv9SsyUd {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #20a3dd;
}
.cid-sBFv9SsyUd .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sBFv9SsyUd .bg-facebook:hover {
  background: #0b60cb;
}
.cid-sBFv9SsyUd .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sBFv9SsyUd .bg-twitter:hover {
  background: #0c85d0;
}
.cid-sBFv9SsyUd .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sBFv9SsyUd .bg-pinterest:hover {
  background: #b3001b;
}
.cid-sBFv9SsyUd .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-sBFv9SsyUd .bg-instagram:hover {
  background: #bd005c;
}
.cid-sBFv9SsyUd .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-sBFv9SsyUd [class^="socicon-"]:before,
.cid-sBFv9SsyUd [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-sBFv9SsyUd .mbr-section-title,
.cid-sBFv9SsyUd .social-list {
  color: #ffffff;
}
.cid-sBFvrRDVA6 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #20a3dd;
}
.cid-sBFvrRDVA6 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sBFvrRDVA6 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sBFvrRDVA6 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sBFvrRDVA6 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sBFvrRDVA6 .mbr-section-title {
  color: #ffffff;
}
.cid-sBAVJmjCJH {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #95c11f;
}
@media (max-width: 767px) {
  .cid-sBAVJmjCJH .content {
    text-align: center;
  }
  .cid-sBAVJmjCJH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sBAVJmjCJH .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sBAVJmjCJH .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sBAVJmjCJH .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sBAVJmjCJH .google-map {
  height: 25rem;
  position: relative;
}
.cid-sBAVJmjCJH .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sBAVJmjCJH .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-sBAVJmjCJH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sBAVJmjCJH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sBAVJmjCJH .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sBAVJmjCJH .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sBAVJmjCJH .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sBAVJmjCJH .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sBAVJmjCJH .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sBAVJmjCJH .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sBAVJmjCJH .list {
  list-style-type: none;
  padding: 0;
}
.cid-sBAVJoTQ05 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sBAVJoTQ05 .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-sBAVJoTQ05 hr {
  margin: 0.2rem 0;
  color: #bfbebe;
}
.cid-sBAVJoTQ05 .card-text {
  font-size: 13px;
}
.cid-sBAVJoTQ05 .badge-notify {
  background: #7f1933;
  color: #ffffff;
  position: absolute;
  font-size: 14px;
  top: -5px;
  right: -2px;
}
.cid-sBAVJoTQ05 .mycart {
  position: absolute;
  top: 89px;
  right: 25px;
}
.cid-sBAVJoTQ05 .headtext {
  font-size: 23px;
}
.cid-sBAVJoTQ05 table {
  font-size: 13px;
}
.cid-sBAVJoTQ05 .vatshipblock {
  display: block;
}
.cid-sBAVJoTQ05 .vatshipnone {
  display: none;
}
.cid-sBAVJoTQ05 .cart-img {
  width: 40px;
  height: 40px;
}
.cid-sBAVJoTQ05 .img-event {
  text-align: center;
}
.cid-sBAVJoTQ05 .cart_item {
  background-color: #ffffff;
  width: 100%;
}
.cid-sBAVJoTQ05 .cart_item .img-fluid {
  min-height: 300px;
}
.cid-sBAVJoTQ05 .view-group {
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-sBAVJoTQ05 .thumbnail {
  margin-bottom: 0px;
  padding: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.cid-sBAVJoTQ05 .item.list-group-item {
  float: none;
  width: 100%;
  background-color: #fff;
  margin-bottom: 0px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0 1rem;
  border: 0;
}
.cid-sBAVJoTQ05 .item.list-group-item .img-event {
  float: left;
  width: 50%;
}
.cid-sBAVJoTQ05 .item.list-group-item .list-group-image {
  margin-right: 10px;
}
.cid-sBAVJoTQ05 .item.list-group-item .thumbnail {
  margin-bottom: 0px;
  display: inline-block;
}
.cid-sBAVJoTQ05 .item.list-group-item .caption {
  float: left;
  width: 50%;
  margin: 0;
}
.cid-sBAVJoTQ05 .item.list-group-item:before,
.cid-sBAVJoTQ05 .item.list-group-item:after {
  display: table;
  content: " ";
}
.cid-sBAVJoTQ05 .item.list-group-item:after {
  clear: both;
}
.cid-sBAVJoTQ05 .ui-w-40 {
  width: 40px !important;
  height: utoa;
}
.cid-sBAVJoTQ05 .card {
  box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.08);
}
.cid-sBAVJoTQ05 LABEL {
  color: #465052;
}
.cid-sBAVJoTQ05 .hw2 {
  width: 70%;
  max-width: 50px;
}
.cid-sBAVJoTQ05 .btn {
  font-size: 12px;
}
.cid-sBAVJoTQ05 SPAN {
  color: #465052;
}
.cid-sBAVJoTQ05 H4 {
  color: #465052;
}
.cid-sBAVJoTQ05 P {
  color: #465052;
}
.cid-sBAVJoTQ05 a.gflag {
  vertical-align: middle;
  font-size: 16px;
  padding: 1px 0;
  background-repeat: no-repeat;
  background-image: url("../../../assets/images/f24.png");
}
.cid-sBAVJoTQ05 a.gflag img {
  border: 0;
}
.cid-sBAVJoTQ05 a.gflag:hover {
  background-image: url("../../../assets/images/f24a.png");
}
.cid-sBAVJrs0tu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sBAVJrs0tu .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-sBAVJrs0tu hr {
  margin: 0.2rem 0;
  color: #bfbebe;
}
.cid-sBAVJrs0tu .card-text {
  font-size: 13px;
}
.cid-sBAVJrs0tu .badge-notify {
  background: #7f1933;
  color: #ffffff;
  position: absolute;
  font-size: 14px;
  top: -5px;
  right: -2px;
}
.cid-sBAVJrs0tu .mycart {
  position: absolute;
  top: 89px;
  right: 25px;
}
.cid-sBAVJrs0tu .headtext {
  font-size: 23px;
}
.cid-sBAVJrs0tu table {
  font-size: 13px;
}
.cid-sBAVJrs0tu .vatshipblock {
  display: block;
}
.cid-sBAVJrs0tu .vatshipnone {
  display: none;
}
.cid-sBAVJrs0tu .cart-img {
  width: 40px;
  height: 40px;
}
.cid-sBAVJrs0tu .img-event {
  text-align: center;
}
.cid-sBAVJrs0tu .cart_item {
  background-color: #ffffff;
  width: 100%;
}
.cid-sBAVJrs0tu .cart_item .img-fluid {
  min-height: 300px;
}
.cid-sBAVJrs0tu .view-group {
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-sBAVJrs0tu .thumbnail {
  margin-bottom: 0px;
  padding: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.cid-sBAVJrs0tu .item.list-group-item {
  float: none;
  width: 100%;
  background-color: #fff;
  margin-bottom: 0px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0 1rem;
  border: 0;
}
.cid-sBAVJrs0tu .item.list-group-item .img-event {
  float: left;
  width: 50%;
}
.cid-sBAVJrs0tu .item.list-group-item .list-group-image {
  margin-right: 10px;
}
.cid-sBAVJrs0tu .item.list-group-item .thumbnail {
  margin-bottom: 0px;
  display: inline-block;
}
.cid-sBAVJrs0tu .item.list-group-item .caption {
  float: left;
  width: 50%;
  margin: 0;
}
.cid-sBAVJrs0tu .item.list-group-item:before,
.cid-sBAVJrs0tu .item.list-group-item:after {
  display: table;
  content: " ";
}
.cid-sBAVJrs0tu .item.list-group-item:after {
  clear: both;
}
.cid-sBAVJrs0tu .ui-w-40 {
  width: 40px !important;
  height: utoa;
}
.cid-sBAVJrs0tu .card {
  box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.08);
}
.cid-sBAVJrs0tu LABEL {
  color: #465052;
}
.cid-sBAVJrs0tu .hw2 {
  width: 70%;
  max-width: 50px;
}
.cid-sBAVJrs0tu .btn {
  font-size: 12px;
}
.cid-sBAVJrs0tu SPAN {
  color: #465052;
}
.cid-sBAVJrs0tu H4 {
  color: #465052;
}
.cid-sBAVJrs0tu P {
  color: #465052;
}
.cid-sBAVJrs0tu a.gflag {
  vertical-align: middle;
  font-size: 16px;
  padding: 1px 0;
  background-repeat: no-repeat;
  background-image: url("../../../assets/images/f24.png");
}
.cid-sBAVJrs0tu a.gflag img {
  border: 0;
}
.cid-sBAVJrs0tu a.gflag:hover {
  background-image: url("../../../assets/images/f24a.png");
}
.cid-sBFGybqy0Q .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 5px;
  background: #20a3dd;
  top: 0px;
}
.cid-sBFGybqy0Q .progress-bar {
  height: 5px;
  background: #95c11f;
  width: 0%;
}
.cid-sBFGybqy0Q .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-sBFGybqy0Q .hidden {
  display: none;
}
.cid-sBFGybqy0Q H10 {
  color: #767676;
}
.cid-sBFGywPJu8 .hidden {
  display: none;
}
.cid-sBFGywPJu8 .floating-bar {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #95c11f;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  box-shadow: 2px 2px 2px #999;
  transition: 0.3s;
  z-index: 99999;
}
.cid-sBFGywPJu8 .floating-bar:hover {
  background-color: #20a3dd;
}
.cid-sBFGywPJu8 .floating-button {
  color: #ffffff;
}
.cid-sBFGywPJu8 .valign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.cid-sCaFDmMWyv {
  z-index: 1000;
  width: 100%;
}
.cid-sCaFDmMWyv nav.navbar {
  position: fixed;
}
.cid-sCaFDmMWyv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCaFDmMWyv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sCaFDmMWyv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCaFDmMWyv .dropdown-item:hover,
.cid-sCaFDmMWyv .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-sCaFDmMWyv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sCaFDmMWyv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sCaFDmMWyv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sCaFDmMWyv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCaFDmMWyv .nav-link {
  position: relative;
}
.cid-sCaFDmMWyv .container {
  display: flex;
  margin: auto;
}
.cid-sCaFDmMWyv .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCaFDmMWyv .dropdown-menu,
.cid-sCaFDmMWyv .navbar.opened {
  background: #20a3dd !important;
}
.cid-sCaFDmMWyv .nav-item:focus,
.cid-sCaFDmMWyv .nav-link:focus {
  outline: none;
}
.cid-sCaFDmMWyv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCaFDmMWyv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCaFDmMWyv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCaFDmMWyv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCaFDmMWyv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCaFDmMWyv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCaFDmMWyv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(32, 163, 221, 0.5);
}
.cid-sCaFDmMWyv .navbar.opened {
  transition: all 0.3s;
}
.cid-sCaFDmMWyv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCaFDmMWyv .navbar .navbar-logo img {
  width: auto;
}
.cid-sCaFDmMWyv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCaFDmMWyv .navbar.collapsed {
  justify-content: center;
}
.cid-sCaFDmMWyv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCaFDmMWyv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCaFDmMWyv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-sCaFDmMWyv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCaFDmMWyv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCaFDmMWyv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sCaFDmMWyv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCaFDmMWyv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCaFDmMWyv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCaFDmMWyv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCaFDmMWyv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCaFDmMWyv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCaFDmMWyv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCaFDmMWyv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sCaFDmMWyv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCaFDmMWyv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCaFDmMWyv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCaFDmMWyv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCaFDmMWyv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCaFDmMWyv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCaFDmMWyv .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCaFDmMWyv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCaFDmMWyv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCaFDmMWyv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCaFDmMWyv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCaFDmMWyv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCaFDmMWyv .dropdown-item.active,
.cid-sCaFDmMWyv .dropdown-item:active {
  background-color: transparent;
}
.cid-sCaFDmMWyv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCaFDmMWyv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCaFDmMWyv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCaFDmMWyv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #20a3dd;
}
.cid-sCaFDmMWyv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCaFDmMWyv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCaFDmMWyv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCaFDmMWyv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCaFDmMWyv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCaFDmMWyv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCaFDmMWyv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCaFDmMWyv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCaFDmMWyv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCaFDmMWyv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCaFDmMWyv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCaFDmMWyv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCaFDmMWyv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCaFDmMWyv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCaFDmMWyv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCaFDmMWyv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCaFDmMWyv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCaFDmMWyv .navbar {
    height: 70px;
  }
  .cid-sCaFDmMWyv .navbar.opened {
    height: auto;
  }
  .cid-sCaFDmMWyv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCCez4S2C4 {
  background-image: url("../../../assets/images/verde-cactus-naturaleza-escritorio-fondo-de-pantalla.png");
}
.cid-sCCez4S2C4 .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-sCCez4S2C4 .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sCCez4S2C4 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sCCez4S2C4 .animated-element,
.cid-sCCez4S2C4 .typed-cursor {
  color: #20a3dd;
}
.cid-sCCez4S2C4 .animated-element {
  border-bottom: 5px solid #95c11f;
}
@media (max-width: 767px) {
  .cid-sCCez4S2C4 .typed-text {
    text-align: center;
  }
}
.cid-sCBIxnw68c {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #95c11f;
  overflow: hidden;
}
.cid-sCBIxnw68c .mbr-shop {
  display: inline-block;
  width: 100%;
}
.cid-sCBIxnw68c .container {
  padding: 0rem 0.5rem;
}
.cid-sCBIxnw68c .sidebar {
  display: flex;
  flex-direction: column;
  order: -1;
  padding-bottom: 1.5rem;
  margin: 0;
}
.cid-sCBIxnw68c .sidebar-categories .sidebar-title {
  display: none;
}
@media (min-width: 1200px) {
  .cid-sCBIxnw68c .col-xl-3 {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
  .cid-sCBIxnw68c .col-xl-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-sCBIxnw68c .mbr-shop__row {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.cid-sCBIxnw68c .mbr-gallery-item {
  margin-bottom: 1rem;
}
.cid-sCBIxnw68c .mbr-gallery-item .sidebar_wraper .mbr-section-btn {
  text-align: left;
}
.cid-sCBIxnw68c .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: left;
  padding-bottom: .5rem;
}
.cid-sCBIxnw68c .mbr-gallery-item .sidebar_wraper .item-subtitle {
  text-align: left;
}
.cid-sCBIxnw68c .mbr-gallery-item .sidebar_wraper .price-block {
  text-align: left;
}
.cid-sCBIxnw68c .shop-items .price-block {
  position: relative;
}
.cid-sCBIxnw68c .shop-items .price-block:before {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -9px;
  width: 150px;
  height: 1px;
  background: #d3d3d3;
}
@media (min-width: 767px) {
  .cid-sCBIxnw68c .mbr-gallery-filter ul {
    display: flex!important;
    width: max-content;
  }
}
.cid-sCBIxnw68c .mbr-gallery-filter ul li {
  padding: 6px 30px 6px 2px!important;
}
.cid-sCBIxnw68c .categories {
  padding: 0;
}
.cid-sCBIxnw68c .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 22px;
  top: 50%;
  background: #d3d3d3 !important;
  transform: rotate(35deg) translateY(-59%);
}
.cid-sCBIxnw68c .filter-by-d .btn {
  background: transparent!important;
  border: none!important;
  color: black!important;
}
.cid-sCBIxnw68c .filter-by-d .btn:hover,
.cid-sCBIxnw68c .filter-by-d .btn:active {
  background: transparent!important;
  color: black!important;
}
.cid-sCBIxnw68c .filter-by-d .btn:before {
  content: "\e972";
  font-family: Moririse2;
  padding-right: 12px;
}
.cid-sCBIxnw68c .filter-by-pu {
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  margin-right: 27px!important;
  border-bottom: 1px solid #373329;
}
.cid-sCBIxnw68c .filter-by-pu:hover {
  background: rgba(0, 0, 0, 0.8);
}
.cid-sCBIxnw68c .filter-by-pu .btn {
  color: white!important;
  border: none;
  background: transparent!important;
}
.cid-sCBIxnw68c .filter-by-pu .btn:hover,
.cid-sCBIxnw68c .filter-by-pu .btn:active {
  background: transparent!important;
  color: white!important;
}
.cid-sCBIxnw68c .filter-by-pd .btn {
  color: white!important;
  border: none;
  background: transparent!important;
}
.cid-sCBIxnw68c .filter-by-pd .btn:hover,
.cid-sCBIxnw68c .filter-by-pd .btn:active {
  background: transparent!important;
  color: white!important;
  border: none;
}
.cid-sCBIxnw68c .filter-by-pd {
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  margin-right: 27px!important;
}
.cid-sCBIxnw68c .filter-by-pd:hover {
  background: rgba(0, 0, 0, 0.8);
}
.cid-sCBIxnw68c .col-md-12 .sort-buttons {
  position: absolute;
  z-index: 100;
  right: 0px;
  top: 25px;
  height: 58px;
  width: 230px;
}
.cid-sCBIxnw68c .col-md-12 .sort-buttons:hover {
  z-index: 100;
  height: 160px;
}
.cid-sCBIxnw68c .col-md-12 .sort-buttons:hover .filter-by-pu {
  opacity: 1;
}
.cid-sCBIxnw68c .col-md-12 .sort-buttons:hover .filter-by-pd {
  opacity: 1;
}
.cid-sCBIxnw68c .flex-row-reverse {
  flex-direction: column-reverse !important;
}
.cid-sCBIxnw68c .flex-row-reverse .wrapper-shop-items {
  margin-top: 6rem;
}
@media (max-width: 992px) {
  .cid-sCBIxnw68c .col-md-12 .sort-buttons {
    top: -10px !important;
  }
}
@media (max-width: 767px) {
  .cid-sCBIxnw68c .mbr-gallery-filter ul li:not(:last-child):after {
    content: none;
  }
  .cid-sCBIxnw68c .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-sCBIxnw68c .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-sCBIxnw68c .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-sCBIxnw68c .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-sCBIxnw68c .mbr-shop .sidebar-background:after {
    top: -1%;
  }
  .cid-sCBIxnw68c .col-md-12 .sort-buttons {
    position: relative;
    height: 200px;
    width: fit-content;
    right: 0px!important;
  }
  .cid-sCBIxnw68c .col-md-12 .sort-buttons:hover {
    height: 200px;
  }
  .cid-sCBIxnw68c .col-md-12 .sort-buttons .filter-by-pu,
  .cid-sCBIxnw68c .col-md-12 .sort-buttons .filter-by-pd {
    opacity: 1;
    margin: 0!important;
  }
  .cid-sCBIxnw68c .sort-buttons {
    align-items: center!important;
  }
}
@media (max-width: 1200px) {
  .cid-sCBIxnw68c .col-md-12 .sort-buttons {
    right: 12px;
  }
  .cid-sCBIxnw68c .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
.cid-sCBIxnw68c .mbr-shop .btn-sm {
  margin: 0.2rem;
}
.cid-sCBIxnw68c .sidebar-background:after {
  background-color: #ffffff !important;
  opacity: 0.8;
}
.cid-sCBIxnw68c .sidebar_wraper {
  background-color: #ffffff !important;
  opacity: 0.8;
}
.cid-sCBIxnw68c .oldprice {
  padding-left: .8rem!important;
  color: #767676;
  text-decoration: line-through;
}
.cid-sCBIxnw68c .shopItemsModal_wraper {
  left: 0;
}
.cid-sCBIxnw68c .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-sCBIxnw68c .mbr-shop .galleryItem .sidebar_wraper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.cid-sCBIxnw68c .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-sCBIxnw68c .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-sCBIxnw68c .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-sCBIxnw68c .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-sCBIxnw68c .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-sCBIxnw68c .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-sCBIxnw68c .mbr-shop .hide-modal {
  display: none;
}
.cid-sCBIxnw68c .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-sCBIxnw68c .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-sCBIxnw68c .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-sCBIxnw68c .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-sCBIxnw68c .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.cid-sCBIxnw68c .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-sCBIxnw68c .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-sCBIxnw68c .mbr-shop .filter-by-pu,
.cid-sCBIxnw68c .mbr-shop .filter-by-pd,
.cid-sCBIxnw68c .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-sCBIxnw68c .mbr-shop .sort-buttons {
  padding-bottom: 0rem;
  margin-right: 13px;
  text-align: right;
}
.cid-sCBIxnw68c .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-sCBIxnw68c .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-sCBIxnw68c .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-sCBIxnw68c .mbr-shop .galleryItem h4,
.cid-sCBIxnw68c .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-sCBIxnw68c .mbr-shop .galleryItem h5,
.cid-sCBIxnw68c .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-sCBIxnw68c .mbr-shop .galleryItem p,
.cid-sCBIxnw68c .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-sCBIxnw68c .mbr-shop .item-button {
  text-align: center;
}
.cid-sCBIxnw68c .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-sCBIxnw68c .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-sCBIxnw68c .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-sCBIxnw68c .mbr-shop .sidebar-block {
  position: relative;
}
.cid-sCBIxnw68c .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0.05);
  top: -20px;
  right: 3px;
}
.cid-sCBIxnw68c .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-sCBIxnw68c .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-sCBIxnw68c .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-sCBIxnw68c .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-sCBIxnw68c .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-sCBIxnw68c .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-sCBIxnw68c .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-sCBIxnw68c .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-sCBIxnw68c .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-sCBIxnw68c .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-sCBIxnw68c .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-sCBIxnw68c .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #95c11f;
  color: #000000;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-sCBIxnw68c .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-sCBIxnw68c .mbr-shop .mbr-gallery-item__hided h4,
.cid-sCBIxnw68c .mbr-shop .mbr-gallery-item__hided h5,
.cid-sCBIxnw68c .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-sCBIxnw68c .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-sCBIxnw68c .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-sCBIxnw68c .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-sCBIxnw68c .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-sCBIxnw68c .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 4px 25px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-sCBIxnw68c .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-sCBIxnw68c .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-sCBIxnw68c .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-sCBIxnw68c .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-sCBIxnw68c .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-sCBIxnw68c .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-sCBIxnw68c .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-sCBIxnw68c .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sCBIxnw68c .mbr-shop .range-controls {
  position: relative;
}
.cid-sCBIxnw68c .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-sCBIxnw68c .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-sCBIxnw68c .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #666666;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ababab;
  cursor: pointer;
}
.cid-sCBIxnw68c .mbr-shop .toggle:hover,
.cid-sCBIxnw68c .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-sCBIxnw68c .mbr-shop .min-toggle {
  left: 0;
}
.cid-sCBIxnw68c .mbr-shop .max-toggle {
  right: 0;
}
.cid-sCBIxnw68c .mbr-shop .hided-by-price {
  display: none;
}
.cid-sCBIxnw68c .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-sCBIxnw68c .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-sCBIxnw68c .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-sCBIxnw68c .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-sCBIxnw68c .mbr-shop .text-modal .price-block span {
  display: inline-block;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-sCBIxnw68c .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-sCBIxnw68c .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-sCBIxnw68c .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-sCBIxnw68c .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-sCBIxnw68c .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-sCBIxnw68c .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-sCBIxnw68c .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-sCBIxnw68c .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-sCBIxnw68c .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-sCBIxnw68c .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-sCBIxnw68c .mbr-shop .shop-items .onsale,
.cid-sCBIxnw68c .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-sCBIxnw68c .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-sCBIxnw68c .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-sCBIxnw68c .mbr-shop .price-range {
  display: inline-block;
}
.cid-sCBIxnw68c .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-sCBIxnw68c .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-sCBIxnw68c .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-sCBIxnw68c .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-sCBIxnw68c .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-sCBIxnw68c .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-sCBIxnw68c .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-sCBIxnw68c .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-sCBIxnw68c .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-sCBIxnw68c .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-sCBIxnw68c .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-sCBIxnw68c .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-sCBIxnw68c .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 0px;
  }
  .cid-sCBIxnw68c .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-sCBIxnw68c .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sCBIxnw68c .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-sCBIxnw68c .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-sCBIxnw68c .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-sCBIxnw68c .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .cid-sCBIxnw68c .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-sCBIxnw68c .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-sCBIxnw68c .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-sCBIxnw68c .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-sCBIxnw68c .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-sCBIxnw68c .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-sCBIxnw68c .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-sCBIxnw68c .range-slider .mbr-section-btn {
  margin: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCBIxnw68c .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-sCBIxnw68c .mbr-gallery-filter li > .btn {
  border: none !important;
  color: currentColor !important;
  padding: 0px;
  background-color: transparent !important;
  margin: 0px !important;
  word-break: inherit;
  box-shadow: none !important;
}
.cid-sCBIxnw68c .mbr-gallery-filter li > .btn:before,
.cid-sCBIxnw68c .mbr-gallery-filter li > .btn:after {
  display: none !important;
}
.cid-sCBIxnw68c li:not(.active) {
  color: #808080 !important;
}
.cid-sCBIxnw68c li:not(.active) > .btn {
  font-weight: 400 !important;
}
.cid-sCBIxnw68c .item-title {
  color: #000000;
}
.cid-sCBIxnw68c .card-description DIV {
  text-align: left;
}
.cid-sCBIxnw68c .card-description {
  color: #000000;
}
.cid-sCBHVATBxG {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #20a3dd;
}
.cid-sCBHVATBxG .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sCBHVATBxG .bg-facebook:hover {
  background: #0b60cb;
}
.cid-sCBHVATBxG .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sCBHVATBxG .bg-twitter:hover {
  background: #0c85d0;
}
.cid-sCBHVATBxG .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sCBHVATBxG .bg-pinterest:hover {
  background: #b3001b;
}
.cid-sCBHVATBxG .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-sCBHVATBxG .bg-instagram:hover {
  background: #bd005c;
}
.cid-sCBHVATBxG .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-sCBHVATBxG [class^="socicon-"]:before,
.cid-sCBHVATBxG [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-sCBHVATBxG .mbr-section-title,
.cid-sCBHVATBxG .social-list {
  color: #ffffff;
}
.cid-sCBHVBiXZa {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #20a3dd;
}
.cid-sCBHVBiXZa .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sCBHVBiXZa form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sCBHVBiXZa form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sCBHVBiXZa form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sCBHVBiXZa .mbr-section-title {
  color: #ffffff;
}
.cid-sCBHVBxZFA {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #95c11f;
}
@media (max-width: 767px) {
  .cid-sCBHVBxZFA .content {
    text-align: center;
  }
  .cid-sCBHVBxZFA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sCBHVBxZFA .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sCBHVBxZFA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sCBHVBxZFA .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sCBHVBxZFA .google-map {
  height: 25rem;
  position: relative;
}
.cid-sCBHVBxZFA .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sCBHVBxZFA .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-sCBHVBxZFA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sCBHVBxZFA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sCBHVBxZFA .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sCBHVBxZFA .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sCBHVBxZFA .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sCBHVBxZFA .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sCBHVBxZFA .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sCBHVBxZFA .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sCBHVBxZFA .list {
  list-style-type: none;
  padding: 0;
}
.cid-sCBHVCpx6l .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 5px;
  background: #20a3dd;
  top: 0px;
}
.cid-sCBHVCpx6l .progress-bar {
  height: 5px;
  background: #95c11f;
  width: 0%;
}
.cid-sCBHVCpx6l .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-sCBHVCpx6l .hidden {
  display: none;
}
.cid-sCBHVCpx6l H10 {
  color: #767676;
}
.cid-sCBHVCD661 {
  z-index: 1000;
  width: 100%;
}
.cid-sCBHVCD661 nav.navbar {
  position: fixed;
}
.cid-sCBHVCD661 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCBHVCD661 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sCBHVCD661 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCBHVCD661 .dropdown-item:hover,
.cid-sCBHVCD661 .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-sCBHVCD661 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sCBHVCD661 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sCBHVCD661 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sCBHVCD661 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCBHVCD661 .nav-link {
  position: relative;
}
.cid-sCBHVCD661 .container {
  display: flex;
  margin: auto;
}
.cid-sCBHVCD661 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCBHVCD661 .dropdown-menu,
.cid-sCBHVCD661 .navbar.opened {
  background: #20a3dd !important;
}
.cid-sCBHVCD661 .nav-item:focus,
.cid-sCBHVCD661 .nav-link:focus {
  outline: none;
}
.cid-sCBHVCD661 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCBHVCD661 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCBHVCD661 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCBHVCD661 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCBHVCD661 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCBHVCD661 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCBHVCD661 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(32, 163, 221, 0.5);
}
.cid-sCBHVCD661 .navbar.opened {
  transition: all 0.3s;
}
.cid-sCBHVCD661 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCBHVCD661 .navbar .navbar-logo img {
  width: auto;
}
.cid-sCBHVCD661 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCBHVCD661 .navbar.collapsed {
  justify-content: center;
}
.cid-sCBHVCD661 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCBHVCD661 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCBHVCD661 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-sCBHVCD661 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCBHVCD661 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCBHVCD661 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sCBHVCD661 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCBHVCD661 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCBHVCD661 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCBHVCD661 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCBHVCD661 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCBHVCD661 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCBHVCD661 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCBHVCD661 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sCBHVCD661 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCBHVCD661 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCBHVCD661 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCBHVCD661 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCBHVCD661 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCBHVCD661 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCBHVCD661 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCBHVCD661 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCBHVCD661 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCBHVCD661 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCBHVCD661 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCBHVCD661 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCBHVCD661 .dropdown-item.active,
.cid-sCBHVCD661 .dropdown-item:active {
  background-color: transparent;
}
.cid-sCBHVCD661 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCBHVCD661 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCBHVCD661 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCBHVCD661 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #20a3dd;
}
.cid-sCBHVCD661 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCBHVCD661 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCBHVCD661 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCBHVCD661 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCBHVCD661 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCBHVCD661 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCBHVCD661 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCBHVCD661 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCBHVCD661 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCBHVCD661 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCBHVCD661 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCBHVCD661 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCBHVCD661 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCBHVCD661 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCBHVCD661 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCBHVCD661 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCBHVCD661 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCBHVCD661 .navbar {
    height: 70px;
  }
  .cid-sCBHVCD661 .navbar.opened {
    height: auto;
  }
  .cid-sCBHVCD661 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCBHVD1Egr .hidden {
  display: none;
}
.cid-sCBHVD1Egr .floating-bar {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #95c11f;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  box-shadow: 2px 2px 2px #999;
  transition: 0.3s;
  z-index: 99999;
}
.cid-sCBHVD1Egr .floating-bar:hover {
  background-color: #20a3dd;
}
.cid-sCBHVD1Egr .floating-button {
  color: #ffffff;
}
.cid-sCBHVD1Egr .valign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.cid-sDgU1VquGt {
  background-image: url("../../../assets/images/verde-cactus-naturaleza-escritorio-fondo-de-pantalla.png");
}
.cid-sDgU1VquGt .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-sDgU1VquGt .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sDgU1VquGt .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sDgU1VquGt .animated-element,
.cid-sDgU1VquGt .typed-cursor {
  color: #20a3dd;
}
.cid-sDgU1VquGt .animated-element {
  border-bottom: 5px solid #95c11f;
}
@media (max-width: 767px) {
  .cid-sDgU1VquGt .typed-text {
    text-align: center;
  }
}
.cid-sDgU1X1cMd {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #95c11f;
  overflow: hidden;
}
.cid-sDgU1X1cMd .mbr-shop {
  display: inline-block;
  width: 100%;
}
.cid-sDgU1X1cMd .container {
  padding: 0rem 0.5rem;
}
.cid-sDgU1X1cMd .sidebar {
  display: flex;
  flex-direction: column;
  order: -1;
  padding-bottom: 1.5rem;
  margin: 0;
}
.cid-sDgU1X1cMd .sidebar-categories .sidebar-title {
  display: none;
}
@media (min-width: 1200px) {
  .cid-sDgU1X1cMd .col-xl-3 {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
  .cid-sDgU1X1cMd .col-xl-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-sDgU1X1cMd .mbr-shop__row {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.cid-sDgU1X1cMd .mbr-gallery-item {
  margin-bottom: 1rem;
}
.cid-sDgU1X1cMd .mbr-gallery-item .sidebar_wraper .mbr-section-btn {
  text-align: left;
}
.cid-sDgU1X1cMd .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: left;
  padding-bottom: .5rem;
}
.cid-sDgU1X1cMd .mbr-gallery-item .sidebar_wraper .item-subtitle {
  text-align: left;
}
.cid-sDgU1X1cMd .mbr-gallery-item .sidebar_wraper .price-block {
  text-align: left;
}
.cid-sDgU1X1cMd .shop-items .price-block {
  position: relative;
}
.cid-sDgU1X1cMd .shop-items .price-block:before {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -9px;
  width: 150px;
  height: 1px;
  background: #d3d3d3;
}
@media (min-width: 767px) {
  .cid-sDgU1X1cMd .mbr-gallery-filter ul {
    display: flex!important;
    width: max-content;
  }
}
.cid-sDgU1X1cMd .mbr-gallery-filter ul li {
  padding: 6px 30px 6px 2px!important;
}
.cid-sDgU1X1cMd .categories {
  padding: 0;
}
.cid-sDgU1X1cMd .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 22px;
  top: 50%;
  background: #d3d3d3 !important;
  transform: rotate(35deg) translateY(-59%);
}
.cid-sDgU1X1cMd .filter-by-d .btn {
  background: transparent!important;
  border: none!important;
  color: black!important;
}
.cid-sDgU1X1cMd .filter-by-d .btn:hover,
.cid-sDgU1X1cMd .filter-by-d .btn:active {
  background: transparent!important;
  color: black!important;
}
.cid-sDgU1X1cMd .filter-by-d .btn:before {
  content: "\e972";
  font-family: Moririse2;
  padding-right: 12px;
}
.cid-sDgU1X1cMd .filter-by-pu {
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  margin-right: 27px!important;
  border-bottom: 1px solid #373329;
}
.cid-sDgU1X1cMd .filter-by-pu:hover {
  background: rgba(0, 0, 0, 0.8);
}
.cid-sDgU1X1cMd .filter-by-pu .btn {
  color: white!important;
  border: none;
  background: transparent!important;
}
.cid-sDgU1X1cMd .filter-by-pu .btn:hover,
.cid-sDgU1X1cMd .filter-by-pu .btn:active {
  background: transparent!important;
  color: white!important;
}
.cid-sDgU1X1cMd .filter-by-pd .btn {
  color: white!important;
  border: none;
  background: transparent!important;
}
.cid-sDgU1X1cMd .filter-by-pd .btn:hover,
.cid-sDgU1X1cMd .filter-by-pd .btn:active {
  background: transparent!important;
  color: white!important;
  border: none;
}
.cid-sDgU1X1cMd .filter-by-pd {
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  margin-right: 27px!important;
}
.cid-sDgU1X1cMd .filter-by-pd:hover {
  background: rgba(0, 0, 0, 0.8);
}
.cid-sDgU1X1cMd .col-md-12 .sort-buttons {
  position: absolute;
  z-index: 100;
  right: 0px;
  top: 25px;
  height: 58px;
  width: 230px;
}
.cid-sDgU1X1cMd .col-md-12 .sort-buttons:hover {
  z-index: 100;
  height: 160px;
}
.cid-sDgU1X1cMd .col-md-12 .sort-buttons:hover .filter-by-pu {
  opacity: 1;
}
.cid-sDgU1X1cMd .col-md-12 .sort-buttons:hover .filter-by-pd {
  opacity: 1;
}
.cid-sDgU1X1cMd .flex-row-reverse {
  flex-direction: column-reverse !important;
}
.cid-sDgU1X1cMd .flex-row-reverse .wrapper-shop-items {
  margin-top: 6rem;
}
@media (max-width: 992px) {
  .cid-sDgU1X1cMd .col-md-12 .sort-buttons {
    top: -10px !important;
  }
}
@media (max-width: 767px) {
  .cid-sDgU1X1cMd .mbr-gallery-filter ul li:not(:last-child):after {
    content: none;
  }
  .cid-sDgU1X1cMd .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-sDgU1X1cMd .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-sDgU1X1cMd .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-sDgU1X1cMd .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-sDgU1X1cMd .mbr-shop .sidebar-background:after {
    top: -1%;
  }
  .cid-sDgU1X1cMd .col-md-12 .sort-buttons {
    position: relative;
    height: 200px;
    width: fit-content;
    right: 0px!important;
  }
  .cid-sDgU1X1cMd .col-md-12 .sort-buttons:hover {
    height: 200px;
  }
  .cid-sDgU1X1cMd .col-md-12 .sort-buttons .filter-by-pu,
  .cid-sDgU1X1cMd .col-md-12 .sort-buttons .filter-by-pd {
    opacity: 1;
    margin: 0!important;
  }
  .cid-sDgU1X1cMd .sort-buttons {
    align-items: center!important;
  }
}
@media (max-width: 1200px) {
  .cid-sDgU1X1cMd .col-md-12 .sort-buttons {
    right: 12px;
  }
  .cid-sDgU1X1cMd .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
.cid-sDgU1X1cMd .mbr-shop .btn-sm {
  margin: 0.2rem;
}
.cid-sDgU1X1cMd .sidebar-background:after {
  background-color: #ffffff !important;
  opacity: 0.8;
}
.cid-sDgU1X1cMd .sidebar_wraper {
  background-color: #ffffff !important;
  opacity: 0.8;
}
.cid-sDgU1X1cMd .oldprice {
  padding-left: .8rem!important;
  color: #767676;
  text-decoration: line-through;
}
.cid-sDgU1X1cMd .shopItemsModal_wraper {
  left: 0;
}
.cid-sDgU1X1cMd .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-sDgU1X1cMd .mbr-shop .galleryItem .sidebar_wraper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.cid-sDgU1X1cMd .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-sDgU1X1cMd .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-sDgU1X1cMd .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-sDgU1X1cMd .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-sDgU1X1cMd .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-sDgU1X1cMd .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-sDgU1X1cMd .mbr-shop .hide-modal {
  display: none;
}
.cid-sDgU1X1cMd .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-sDgU1X1cMd .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-sDgU1X1cMd .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-sDgU1X1cMd .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-sDgU1X1cMd .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.cid-sDgU1X1cMd .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-sDgU1X1cMd .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-sDgU1X1cMd .mbr-shop .filter-by-pu,
.cid-sDgU1X1cMd .mbr-shop .filter-by-pd,
.cid-sDgU1X1cMd .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-sDgU1X1cMd .mbr-shop .sort-buttons {
  padding-bottom: 0rem;
  margin-right: 13px;
  text-align: right;
}
.cid-sDgU1X1cMd .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-sDgU1X1cMd .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-sDgU1X1cMd .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-sDgU1X1cMd .mbr-shop .galleryItem h4,
.cid-sDgU1X1cMd .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-sDgU1X1cMd .mbr-shop .galleryItem h5,
.cid-sDgU1X1cMd .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-sDgU1X1cMd .mbr-shop .galleryItem p,
.cid-sDgU1X1cMd .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-sDgU1X1cMd .mbr-shop .item-button {
  text-align: center;
}
.cid-sDgU1X1cMd .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-sDgU1X1cMd .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-sDgU1X1cMd .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-sDgU1X1cMd .mbr-shop .sidebar-block {
  position: relative;
}
.cid-sDgU1X1cMd .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0.05);
  top: -20px;
  right: 3px;
}
.cid-sDgU1X1cMd .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-sDgU1X1cMd .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-sDgU1X1cMd .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-sDgU1X1cMd .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-sDgU1X1cMd .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-sDgU1X1cMd .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-sDgU1X1cMd .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-sDgU1X1cMd .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-sDgU1X1cMd .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-sDgU1X1cMd .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-sDgU1X1cMd .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-sDgU1X1cMd .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #95c11f;
  color: #000000;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-sDgU1X1cMd .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-sDgU1X1cMd .mbr-shop .mbr-gallery-item__hided h4,
.cid-sDgU1X1cMd .mbr-shop .mbr-gallery-item__hided h5,
.cid-sDgU1X1cMd .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-sDgU1X1cMd .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-sDgU1X1cMd .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-sDgU1X1cMd .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-sDgU1X1cMd .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-sDgU1X1cMd .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 4px 25px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-sDgU1X1cMd .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-sDgU1X1cMd .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-sDgU1X1cMd .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-sDgU1X1cMd .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-sDgU1X1cMd .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-sDgU1X1cMd .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-sDgU1X1cMd .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-sDgU1X1cMd .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sDgU1X1cMd .mbr-shop .range-controls {
  position: relative;
}
.cid-sDgU1X1cMd .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-sDgU1X1cMd .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-sDgU1X1cMd .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #666666;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ababab;
  cursor: pointer;
}
.cid-sDgU1X1cMd .mbr-shop .toggle:hover,
.cid-sDgU1X1cMd .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-sDgU1X1cMd .mbr-shop .min-toggle {
  left: 0;
}
.cid-sDgU1X1cMd .mbr-shop .max-toggle {
  right: 0;
}
.cid-sDgU1X1cMd .mbr-shop .hided-by-price {
  display: none;
}
.cid-sDgU1X1cMd .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-sDgU1X1cMd .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-sDgU1X1cMd .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-sDgU1X1cMd .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-sDgU1X1cMd .mbr-shop .text-modal .price-block span {
  display: inline-block;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-sDgU1X1cMd .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-sDgU1X1cMd .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-sDgU1X1cMd .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-sDgU1X1cMd .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-sDgU1X1cMd .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-sDgU1X1cMd .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-sDgU1X1cMd .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-sDgU1X1cMd .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-sDgU1X1cMd .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-sDgU1X1cMd .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-sDgU1X1cMd .mbr-shop .shop-items .onsale,
.cid-sDgU1X1cMd .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-sDgU1X1cMd .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-sDgU1X1cMd .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-sDgU1X1cMd .mbr-shop .price-range {
  display: inline-block;
}
.cid-sDgU1X1cMd .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-sDgU1X1cMd .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-sDgU1X1cMd .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-sDgU1X1cMd .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-sDgU1X1cMd .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-sDgU1X1cMd .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-sDgU1X1cMd .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-sDgU1X1cMd .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-sDgU1X1cMd .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-sDgU1X1cMd .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-sDgU1X1cMd .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-sDgU1X1cMd .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-sDgU1X1cMd .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 0px;
  }
  .cid-sDgU1X1cMd .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-sDgU1X1cMd .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sDgU1X1cMd .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-sDgU1X1cMd .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-sDgU1X1cMd .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-sDgU1X1cMd .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .cid-sDgU1X1cMd .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-sDgU1X1cMd .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-sDgU1X1cMd .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-sDgU1X1cMd .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-sDgU1X1cMd .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-sDgU1X1cMd .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-sDgU1X1cMd .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-sDgU1X1cMd .range-slider .mbr-section-btn {
  margin: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sDgU1X1cMd .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-sDgU1X1cMd .mbr-gallery-filter li > .btn {
  border: none !important;
  color: currentColor !important;
  padding: 0px;
  background-color: transparent !important;
  margin: 0px !important;
  word-break: inherit;
  box-shadow: none !important;
}
.cid-sDgU1X1cMd .mbr-gallery-filter li > .btn:before,
.cid-sDgU1X1cMd .mbr-gallery-filter li > .btn:after {
  display: none !important;
}
.cid-sDgU1X1cMd li:not(.active) {
  color: #808080 !important;
}
.cid-sDgU1X1cMd li:not(.active) > .btn {
  font-weight: 400 !important;
}
.cid-sDgU1X1cMd .item-title {
  color: #000000;
}
.cid-sDgU1X1cMd .card-description DIV {
  text-align: left;
}
.cid-sDgU1X1cMd .card-description {
  color: #000000;
  text-align: left;
}
.cid-sDgU1Y3UaN {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #20a3dd;
}
.cid-sDgU1Y3UaN .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sDgU1Y3UaN .bg-facebook:hover {
  background: #0b60cb;
}
.cid-sDgU1Y3UaN .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sDgU1Y3UaN .bg-twitter:hover {
  background: #0c85d0;
}
.cid-sDgU1Y3UaN .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sDgU1Y3UaN .bg-pinterest:hover {
  background: #b3001b;
}
.cid-sDgU1Y3UaN .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-sDgU1Y3UaN .bg-instagram:hover {
  background: #bd005c;
}
.cid-sDgU1Y3UaN .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-sDgU1Y3UaN [class^="socicon-"]:before,
.cid-sDgU1Y3UaN [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-sDgU1Y3UaN .mbr-section-title,
.cid-sDgU1Y3UaN .social-list {
  color: #ffffff;
}
.cid-sDgU1YCsPG {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #20a3dd;
}
.cid-sDgU1YCsPG .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sDgU1YCsPG form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sDgU1YCsPG form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sDgU1YCsPG form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sDgU1YCsPG .mbr-section-title {
  color: #ffffff;
}
.cid-sDgU1YW8NJ {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #95c11f;
}
@media (max-width: 767px) {
  .cid-sDgU1YW8NJ .content {
    text-align: center;
  }
  .cid-sDgU1YW8NJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sDgU1YW8NJ .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sDgU1YW8NJ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sDgU1YW8NJ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sDgU1YW8NJ .google-map {
  height: 25rem;
  position: relative;
}
.cid-sDgU1YW8NJ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sDgU1YW8NJ .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-sDgU1YW8NJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sDgU1YW8NJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sDgU1YW8NJ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sDgU1YW8NJ .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sDgU1YW8NJ .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sDgU1YW8NJ .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sDgU1YW8NJ .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDgU1YW8NJ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDgU1YW8NJ .list {
  list-style-type: none;
  padding: 0;
}
.cid-sDgU22oWE7 .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 5px;
  background: #20a3dd;
  top: 0px;
}
.cid-sDgU22oWE7 .progress-bar {
  height: 5px;
  background: #95c11f;
  width: 0%;
}
.cid-sDgU22oWE7 .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-sDgU22oWE7 .hidden {
  display: none;
}
.cid-sDgU22oWE7 H10 {
  color: #767676;
}
.cid-sDgU22Hrh8 {
  z-index: 1000;
  width: 100%;
}
.cid-sDgU22Hrh8 nav.navbar {
  position: fixed;
}
.cid-sDgU22Hrh8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sDgU22Hrh8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sDgU22Hrh8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sDgU22Hrh8 .dropdown-item:hover,
.cid-sDgU22Hrh8 .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-sDgU22Hrh8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sDgU22Hrh8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sDgU22Hrh8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sDgU22Hrh8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sDgU22Hrh8 .nav-link {
  position: relative;
}
.cid-sDgU22Hrh8 .container {
  display: flex;
  margin: auto;
}
.cid-sDgU22Hrh8 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sDgU22Hrh8 .dropdown-menu,
.cid-sDgU22Hrh8 .navbar.opened {
  background: #20a3dd !important;
}
.cid-sDgU22Hrh8 .nav-item:focus,
.cid-sDgU22Hrh8 .nav-link:focus {
  outline: none;
}
.cid-sDgU22Hrh8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sDgU22Hrh8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDgU22Hrh8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sDgU22Hrh8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sDgU22Hrh8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDgU22Hrh8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDgU22Hrh8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(32, 163, 221, 0.5);
}
.cid-sDgU22Hrh8 .navbar.opened {
  transition: all 0.3s;
}
.cid-sDgU22Hrh8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sDgU22Hrh8 .navbar .navbar-logo img {
  width: auto;
}
.cid-sDgU22Hrh8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sDgU22Hrh8 .navbar.collapsed {
  justify-content: center;
}
.cid-sDgU22Hrh8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sDgU22Hrh8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sDgU22Hrh8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-sDgU22Hrh8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sDgU22Hrh8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sDgU22Hrh8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sDgU22Hrh8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sDgU22Hrh8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sDgU22Hrh8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sDgU22Hrh8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sDgU22Hrh8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sDgU22Hrh8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sDgU22Hrh8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sDgU22Hrh8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sDgU22Hrh8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sDgU22Hrh8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sDgU22Hrh8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sDgU22Hrh8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sDgU22Hrh8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sDgU22Hrh8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sDgU22Hrh8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sDgU22Hrh8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sDgU22Hrh8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sDgU22Hrh8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sDgU22Hrh8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sDgU22Hrh8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sDgU22Hrh8 .dropdown-item.active,
.cid-sDgU22Hrh8 .dropdown-item:active {
  background-color: transparent;
}
.cid-sDgU22Hrh8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sDgU22Hrh8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sDgU22Hrh8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sDgU22Hrh8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #20a3dd;
}
.cid-sDgU22Hrh8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sDgU22Hrh8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDgU22Hrh8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sDgU22Hrh8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sDgU22Hrh8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sDgU22Hrh8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sDgU22Hrh8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDgU22Hrh8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDgU22Hrh8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDgU22Hrh8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDgU22Hrh8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDgU22Hrh8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDgU22Hrh8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDgU22Hrh8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDgU22Hrh8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sDgU22Hrh8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sDgU22Hrh8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sDgU22Hrh8 .navbar {
    height: 70px;
  }
  .cid-sDgU22Hrh8 .navbar.opened {
    height: auto;
  }
  .cid-sDgU22Hrh8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sDgU239NNJ .hidden {
  display: none;
}
.cid-sDgU239NNJ .floating-bar {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #95c11f;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  box-shadow: 2px 2px 2px #999;
  transition: 0.3s;
  z-index: 99999;
}
.cid-sDgU239NNJ .floating-bar:hover {
  background-color: #20a3dd;
}
.cid-sDgU239NNJ .floating-button {
  color: #ffffff;
}
.cid-sDgU239NNJ .valign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.cid-sF9SzlJQJq {
  background-image: url("../../../assets/images/herocatcoj.png");
}
.cid-sF9SzlJQJq .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-sF9SzlJQJq .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sF9SzlJQJq .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sF9SzlJQJq .animated-element,
.cid-sF9SzlJQJq .typed-cursor {
  color: #20a3dd;
}
.cid-sF9SzlJQJq .animated-element {
  border-bottom: 5px solid #95c11f;
}
@media (max-width: 767px) {
  .cid-sF9SzlJQJq .typed-text {
    text-align: center;
  }
}
.cid-sF9Sznbd3S {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #95c11f;
  overflow: hidden;
}
.cid-sF9Sznbd3S .mbr-shop {
  display: inline-block;
  width: 100%;
}
.cid-sF9Sznbd3S .container {
  padding: 0rem 0.5rem;
}
.cid-sF9Sznbd3S .sidebar {
  display: flex;
  flex-direction: column;
  order: -1;
  padding-bottom: 1.5rem;
  margin: 0;
}
.cid-sF9Sznbd3S .sidebar-categories .sidebar-title {
  display: none;
}
@media (min-width: 1200px) {
  .cid-sF9Sznbd3S .col-xl-3 {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
  .cid-sF9Sznbd3S .col-xl-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-sF9Sznbd3S .mbr-shop__row {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.cid-sF9Sznbd3S .mbr-gallery-item {
  margin-bottom: 1rem;
}
.cid-sF9Sznbd3S .mbr-gallery-item .sidebar_wraper .mbr-section-btn {
  text-align: left;
}
.cid-sF9Sznbd3S .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: left;
  padding-bottom: .5rem;
}
.cid-sF9Sznbd3S .mbr-gallery-item .sidebar_wraper .item-subtitle {
  text-align: left;
}
.cid-sF9Sznbd3S .mbr-gallery-item .sidebar_wraper .price-block {
  text-align: left;
}
.cid-sF9Sznbd3S .shop-items .price-block {
  position: relative;
}
.cid-sF9Sznbd3S .shop-items .price-block:before {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -9px;
  width: 150px;
  height: 1px;
  background: #d3d3d3;
}
@media (min-width: 767px) {
  .cid-sF9Sznbd3S .mbr-gallery-filter ul {
    display: flex!important;
    width: max-content;
  }
}
.cid-sF9Sznbd3S .mbr-gallery-filter ul li {
  padding: 6px 30px 6px 2px!important;
}
.cid-sF9Sznbd3S .categories {
  padding: 0;
}
.cid-sF9Sznbd3S .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 22px;
  top: 50%;
  background: #d3d3d3 !important;
  transform: rotate(35deg) translateY(-59%);
}
.cid-sF9Sznbd3S .filter-by-d .btn {
  background: transparent!important;
  border: none!important;
  color: black!important;
}
.cid-sF9Sznbd3S .filter-by-d .btn:hover,
.cid-sF9Sznbd3S .filter-by-d .btn:active {
  background: transparent!important;
  color: black!important;
}
.cid-sF9Sznbd3S .filter-by-d .btn:before {
  content: "\e972";
  font-family: Moririse2;
  padding-right: 12px;
}
.cid-sF9Sznbd3S .filter-by-pu {
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  margin-right: 27px!important;
  border-bottom: 1px solid #373329;
}
.cid-sF9Sznbd3S .filter-by-pu:hover {
  background: rgba(0, 0, 0, 0.8);
}
.cid-sF9Sznbd3S .filter-by-pu .btn {
  color: white!important;
  border: none;
  background: transparent!important;
}
.cid-sF9Sznbd3S .filter-by-pu .btn:hover,
.cid-sF9Sznbd3S .filter-by-pu .btn:active {
  background: transparent!important;
  color: white!important;
}
.cid-sF9Sznbd3S .filter-by-pd .btn {
  color: white!important;
  border: none;
  background: transparent!important;
}
.cid-sF9Sznbd3S .filter-by-pd .btn:hover,
.cid-sF9Sznbd3S .filter-by-pd .btn:active {
  background: transparent!important;
  color: white!important;
  border: none;
}
.cid-sF9Sznbd3S .filter-by-pd {
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  margin-right: 27px!important;
}
.cid-sF9Sznbd3S .filter-by-pd:hover {
  background: rgba(0, 0, 0, 0.8);
}
.cid-sF9Sznbd3S .col-md-12 .sort-buttons {
  position: absolute;
  z-index: 100;
  right: 0px;
  top: 25px;
  height: 58px;
  width: 230px;
}
.cid-sF9Sznbd3S .col-md-12 .sort-buttons:hover {
  z-index: 100;
  height: 160px;
}
.cid-sF9Sznbd3S .col-md-12 .sort-buttons:hover .filter-by-pu {
  opacity: 1;
}
.cid-sF9Sznbd3S .col-md-12 .sort-buttons:hover .filter-by-pd {
  opacity: 1;
}
.cid-sF9Sznbd3S .flex-row-reverse {
  flex-direction: column-reverse !important;
}
.cid-sF9Sznbd3S .flex-row-reverse .wrapper-shop-items {
  margin-top: 6rem;
}
@media (max-width: 992px) {
  .cid-sF9Sznbd3S .col-md-12 .sort-buttons {
    top: -10px !important;
  }
}
@media (max-width: 767px) {
  .cid-sF9Sznbd3S .mbr-gallery-filter ul li:not(:last-child):after {
    content: none;
  }
  .cid-sF9Sznbd3S .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-sF9Sznbd3S .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-sF9Sznbd3S .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-sF9Sznbd3S .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-sF9Sznbd3S .mbr-shop .sidebar-background:after {
    top: -1%;
  }
  .cid-sF9Sznbd3S .col-md-12 .sort-buttons {
    position: relative;
    height: 200px;
    width: fit-content;
    right: 0px!important;
  }
  .cid-sF9Sznbd3S .col-md-12 .sort-buttons:hover {
    height: 200px;
  }
  .cid-sF9Sznbd3S .col-md-12 .sort-buttons .filter-by-pu,
  .cid-sF9Sznbd3S .col-md-12 .sort-buttons .filter-by-pd {
    opacity: 1;
    margin: 0!important;
  }
  .cid-sF9Sznbd3S .sort-buttons {
    align-items: center!important;
  }
}
@media (max-width: 1200px) {
  .cid-sF9Sznbd3S .col-md-12 .sort-buttons {
    right: 12px;
  }
  .cid-sF9Sznbd3S .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
.cid-sF9Sznbd3S .mbr-shop .btn-sm {
  margin: 0.2rem;
}
.cid-sF9Sznbd3S .sidebar-background:after {
  background-color: #ffffff !important;
  opacity: 0.8;
}
.cid-sF9Sznbd3S .sidebar_wraper {
  background-color: #ffffff !important;
  opacity: 0.8;
}
.cid-sF9Sznbd3S .oldprice {
  padding-left: .8rem!important;
  color: #767676;
  text-decoration: line-through;
}
.cid-sF9Sznbd3S .shopItemsModal_wraper {
  left: 0;
}
.cid-sF9Sznbd3S .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-sF9Sznbd3S .mbr-shop .galleryItem .sidebar_wraper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.cid-sF9Sznbd3S .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-sF9Sznbd3S .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-sF9Sznbd3S .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-sF9Sznbd3S .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-sF9Sznbd3S .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-sF9Sznbd3S .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-sF9Sznbd3S .mbr-shop .hide-modal {
  display: none;
}
.cid-sF9Sznbd3S .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-sF9Sznbd3S .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-sF9Sznbd3S .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-sF9Sznbd3S .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-sF9Sznbd3S .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.cid-sF9Sznbd3S .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-sF9Sznbd3S .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-sF9Sznbd3S .mbr-shop .filter-by-pu,
.cid-sF9Sznbd3S .mbr-shop .filter-by-pd,
.cid-sF9Sznbd3S .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-sF9Sznbd3S .mbr-shop .sort-buttons {
  padding-bottom: 0rem;
  margin-right: 13px;
  text-align: right;
}
.cid-sF9Sznbd3S .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-sF9Sznbd3S .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-sF9Sznbd3S .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-sF9Sznbd3S .mbr-shop .galleryItem h4,
.cid-sF9Sznbd3S .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-sF9Sznbd3S .mbr-shop .galleryItem h5,
.cid-sF9Sznbd3S .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-sF9Sznbd3S .mbr-shop .galleryItem p,
.cid-sF9Sznbd3S .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-sF9Sznbd3S .mbr-shop .item-button {
  text-align: center;
}
.cid-sF9Sznbd3S .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-sF9Sznbd3S .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-sF9Sznbd3S .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-sF9Sznbd3S .mbr-shop .sidebar-block {
  position: relative;
}
.cid-sF9Sznbd3S .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0.05);
  top: -20px;
  right: 3px;
}
.cid-sF9Sznbd3S .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-sF9Sznbd3S .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-sF9Sznbd3S .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-sF9Sznbd3S .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-sF9Sznbd3S .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-sF9Sznbd3S .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-sF9Sznbd3S .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-sF9Sznbd3S .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-sF9Sznbd3S .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-sF9Sznbd3S .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-sF9Sznbd3S .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-sF9Sznbd3S .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #95c11f;
  color: #000000;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-sF9Sznbd3S .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-sF9Sznbd3S .mbr-shop .mbr-gallery-item__hided h4,
.cid-sF9Sznbd3S .mbr-shop .mbr-gallery-item__hided h5,
.cid-sF9Sznbd3S .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-sF9Sznbd3S .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-sF9Sznbd3S .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-sF9Sznbd3S .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-sF9Sznbd3S .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-sF9Sznbd3S .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 4px 25px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-sF9Sznbd3S .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-sF9Sznbd3S .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-sF9Sznbd3S .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-sF9Sznbd3S .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-sF9Sznbd3S .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-sF9Sznbd3S .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-sF9Sznbd3S .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-sF9Sznbd3S .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sF9Sznbd3S .mbr-shop .range-controls {
  position: relative;
}
.cid-sF9Sznbd3S .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-sF9Sznbd3S .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-sF9Sznbd3S .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #666666;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ababab;
  cursor: pointer;
}
.cid-sF9Sznbd3S .mbr-shop .toggle:hover,
.cid-sF9Sznbd3S .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-sF9Sznbd3S .mbr-shop .min-toggle {
  left: 0;
}
.cid-sF9Sznbd3S .mbr-shop .max-toggle {
  right: 0;
}
.cid-sF9Sznbd3S .mbr-shop .hided-by-price {
  display: none;
}
.cid-sF9Sznbd3S .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-sF9Sznbd3S .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-sF9Sznbd3S .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-sF9Sznbd3S .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-sF9Sznbd3S .mbr-shop .text-modal .price-block span {
  display: inline-block;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-sF9Sznbd3S .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-sF9Sznbd3S .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-sF9Sznbd3S .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-sF9Sznbd3S .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-sF9Sznbd3S .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-sF9Sznbd3S .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-sF9Sznbd3S .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-sF9Sznbd3S .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-sF9Sznbd3S .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-sF9Sznbd3S .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-sF9Sznbd3S .mbr-shop .shop-items .onsale,
.cid-sF9Sznbd3S .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-sF9Sznbd3S .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-sF9Sznbd3S .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-sF9Sznbd3S .mbr-shop .price-range {
  display: inline-block;
}
.cid-sF9Sznbd3S .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-sF9Sznbd3S .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-sF9Sznbd3S .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-sF9Sznbd3S .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-sF9Sznbd3S .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-sF9Sznbd3S .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-sF9Sznbd3S .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-sF9Sznbd3S .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-sF9Sznbd3S .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-sF9Sznbd3S .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-sF9Sznbd3S .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-sF9Sznbd3S .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-sF9Sznbd3S .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 0px;
  }
  .cid-sF9Sznbd3S .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-sF9Sznbd3S .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sF9Sznbd3S .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-sF9Sznbd3S .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-sF9Sznbd3S .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-sF9Sznbd3S .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .cid-sF9Sznbd3S .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-sF9Sznbd3S .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-sF9Sznbd3S .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-sF9Sznbd3S .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-sF9Sznbd3S .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-sF9Sznbd3S .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-sF9Sznbd3S .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-sF9Sznbd3S .range-slider .mbr-section-btn {
  margin: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sF9Sznbd3S .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-sF9Sznbd3S .mbr-gallery-filter li > .btn {
  border: none !important;
  color: currentColor !important;
  padding: 0px;
  background-color: transparent !important;
  margin: 0px !important;
  word-break: inherit;
  box-shadow: none !important;
}
.cid-sF9Sznbd3S .mbr-gallery-filter li > .btn:before,
.cid-sF9Sznbd3S .mbr-gallery-filter li > .btn:after {
  display: none !important;
}
.cid-sF9Sznbd3S li:not(.active) {
  color: #808080 !important;
}
.cid-sF9Sznbd3S li:not(.active) > .btn {
  font-weight: 400 !important;
}
.cid-sF9Sznbd3S .item-title {
  color: #000000;
}
.cid-sF9Sznbd3S .card-description DIV {
  text-align: left;
}
.cid-sF9Sznbd3S .card-description {
  color: #000000;
}
.cid-sF9Sznbd3S .card-description P {
  text-align: left;
}
.cid-sF9SzoFUl5 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #20a3dd;
}
.cid-sF9SzoFUl5 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sF9SzoFUl5 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-sF9SzoFUl5 .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sF9SzoFUl5 .bg-twitter:hover {
  background: #0c85d0;
}
.cid-sF9SzoFUl5 .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sF9SzoFUl5 .bg-pinterest:hover {
  background: #b3001b;
}
.cid-sF9SzoFUl5 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-sF9SzoFUl5 .bg-instagram:hover {
  background: #bd005c;
}
.cid-sF9SzoFUl5 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-sF9SzoFUl5 [class^="socicon-"]:before,
.cid-sF9SzoFUl5 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-sF9SzoFUl5 .mbr-section-title,
.cid-sF9SzoFUl5 .social-list {
  color: #ffffff;
}
.cid-sF9SzpCbAX {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #20a3dd;
}
.cid-sF9SzpCbAX .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sF9SzpCbAX form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sF9SzpCbAX form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sF9SzpCbAX form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sF9SzpCbAX .mbr-section-title {
  color: #ffffff;
}
.cid-sF9SzqdYuc {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #95c11f;
}
@media (max-width: 767px) {
  .cid-sF9SzqdYuc .content {
    text-align: center;
  }
  .cid-sF9SzqdYuc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sF9SzqdYuc .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sF9SzqdYuc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sF9SzqdYuc .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sF9SzqdYuc .google-map {
  height: 25rem;
  position: relative;
}
.cid-sF9SzqdYuc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sF9SzqdYuc .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-sF9SzqdYuc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sF9SzqdYuc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sF9SzqdYuc .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sF9SzqdYuc .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sF9SzqdYuc .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sF9SzqdYuc .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sF9SzqdYuc .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sF9SzqdYuc .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sF9SzqdYuc .list {
  list-style-type: none;
  padding: 0;
}
.cid-sF9Szs0F0Q .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 5px;
  background: #20a3dd;
  top: 0px;
}
.cid-sF9Szs0F0Q .progress-bar {
  height: 5px;
  background: #95c11f;
  width: 0%;
}
.cid-sF9Szs0F0Q .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-sF9Szs0F0Q .hidden {
  display: none;
}
.cid-sF9Szs0F0Q H10 {
  color: #767676;
}
.cid-sF9SzsvJdU {
  z-index: 1000;
  width: 100%;
}
.cid-sF9SzsvJdU nav.navbar {
  position: fixed;
}
.cid-sF9SzsvJdU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sF9SzsvJdU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sF9SzsvJdU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sF9SzsvJdU .dropdown-item:hover,
.cid-sF9SzsvJdU .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-sF9SzsvJdU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sF9SzsvJdU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sF9SzsvJdU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sF9SzsvJdU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sF9SzsvJdU .nav-link {
  position: relative;
}
.cid-sF9SzsvJdU .container {
  display: flex;
  margin: auto;
}
.cid-sF9SzsvJdU .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sF9SzsvJdU .dropdown-menu,
.cid-sF9SzsvJdU .navbar.opened {
  background: #20a3dd !important;
}
.cid-sF9SzsvJdU .nav-item:focus,
.cid-sF9SzsvJdU .nav-link:focus {
  outline: none;
}
.cid-sF9SzsvJdU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sF9SzsvJdU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sF9SzsvJdU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sF9SzsvJdU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sF9SzsvJdU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sF9SzsvJdU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sF9SzsvJdU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(32, 163, 221, 0.5);
}
.cid-sF9SzsvJdU .navbar.opened {
  transition: all 0.3s;
}
.cid-sF9SzsvJdU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sF9SzsvJdU .navbar .navbar-logo img {
  width: auto;
}
.cid-sF9SzsvJdU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sF9SzsvJdU .navbar.collapsed {
  justify-content: center;
}
.cid-sF9SzsvJdU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sF9SzsvJdU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sF9SzsvJdU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-sF9SzsvJdU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sF9SzsvJdU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sF9SzsvJdU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sF9SzsvJdU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sF9SzsvJdU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sF9SzsvJdU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sF9SzsvJdU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sF9SzsvJdU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sF9SzsvJdU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sF9SzsvJdU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sF9SzsvJdU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sF9SzsvJdU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sF9SzsvJdU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sF9SzsvJdU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sF9SzsvJdU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sF9SzsvJdU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sF9SzsvJdU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sF9SzsvJdU .navbar.navbar-short {
  min-height: 60px;
}
.cid-sF9SzsvJdU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sF9SzsvJdU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sF9SzsvJdU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sF9SzsvJdU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sF9SzsvJdU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sF9SzsvJdU .dropdown-item.active,
.cid-sF9SzsvJdU .dropdown-item:active {
  background-color: transparent;
}
.cid-sF9SzsvJdU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sF9SzsvJdU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sF9SzsvJdU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sF9SzsvJdU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #20a3dd;
}
.cid-sF9SzsvJdU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sF9SzsvJdU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sF9SzsvJdU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sF9SzsvJdU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sF9SzsvJdU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sF9SzsvJdU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sF9SzsvJdU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sF9SzsvJdU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sF9SzsvJdU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sF9SzsvJdU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sF9SzsvJdU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sF9SzsvJdU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sF9SzsvJdU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sF9SzsvJdU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sF9SzsvJdU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sF9SzsvJdU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sF9SzsvJdU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sF9SzsvJdU .navbar {
    height: 70px;
  }
  .cid-sF9SzsvJdU .navbar.opened {
    height: auto;
  }
  .cid-sF9SzsvJdU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sF9SztdYlC .hidden {
  display: none;
}
.cid-sF9SztdYlC .floating-bar {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #95c11f;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  box-shadow: 2px 2px 2px #999;
  transition: 0.3s;
  z-index: 99999;
}
.cid-sF9SztdYlC .floating-bar:hover {
  background-color: #20a3dd;
}
.cid-sF9SztdYlC .floating-button {
  color: #ffffff;
}
.cid-sF9SztdYlC .valign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.cid-t8XhFVUUPf {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #95c11f;
}
@media (max-width: 767px) {
  .cid-t8XhFVUUPf .row {
    flex-direction: column-reverse;
  }
  .cid-t8XhFVUUPf .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-t8XhFVUUPf .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-t8XhFVUUPf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-t8XhFVUUPf .media-content,
.cid-t8XhFVUUPf .mbr-figure {
  align-self: center;
}
.cid-t8XhFVUUPf .mbr-figure iframe {
  width: 100%;
}
.cid-t8XhFVUUPf .mbr-section-title {
  color: #ffffff;
}
.cid-t8XhFVUUPf .mbr-text,
.cid-t8XhFVUUPf .mbr-section-btn {
  color: #ffffff;
}
.cid-t8XhFXmNE2 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #20a3dd;
}
.cid-t8XhFXmNE2 .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-t8XhFXmNE2 .icon-box {
  background: #ffffff;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t8XhFXmNE2 .mbr-iconfont {
  font-size: 2rem;
  color: #808080;
}
@media (max-width: 991px) {
  .cid-t8XhFXmNE2 .card {
    margin-bottom: 2rem;
  }
  .cid-t8XhFXmNE2 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t8XhFXmNE2 .card-title,
.cid-t8XhFXmNE2 .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-t8XhFXmNE2 .icon-title {
  color: #ffffff;
}
.cid-t8XhFXmNE2 .icon-text {
  color: #ffffff;
}
.cid-t8XhFYE8py {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #95c11f;
}
.cid-t8XhFYE8py img,
.cid-t8XhFYE8py .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t8XhFYE8py .item:focus,
.cid-t8XhFYE8py span:focus {
  outline: none;
}
.cid-t8XhFYE8py .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t8XhFYE8py .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #20a3dd;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t8XhFYE8py .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-t8XhFYE8py .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t8XhFYE8py .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-t8XhFYE8py .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-t8XhFYE8py .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t8XhFYE8py .mbr-section-title {
  color: #ffffff;
}
.cid-t8XhFYE8py .mbr-text,
.cid-t8XhFYE8py .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-t8XhFYE8py .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-t8XhFYE8py .item-subtitle {
  text-align: left;
  color: #fafafa;
}
.cid-t8XhG0XNOG {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #20a3dd;
}
.cid-t8XhG0XNOG .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-t8XhG0XNOG .bg-facebook:hover {
  background: #0b60cb;
}
.cid-t8XhG0XNOG .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-t8XhG0XNOG .bg-twitter:hover {
  background: #0c85d0;
}
.cid-t8XhG0XNOG .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-t8XhG0XNOG .bg-pinterest:hover {
  background: #b3001b;
}
.cid-t8XhG0XNOG .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-t8XhG0XNOG .bg-instagram:hover {
  background: #bd005c;
}
.cid-t8XhG0XNOG .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-t8XhG0XNOG [class^="socicon-"]:before,
.cid-t8XhG0XNOG [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-t8XhG0XNOG .mbr-section-title,
.cid-t8XhG0XNOG .social-list {
  color: #ffffff;
}
.cid-t8XhG2FdOJ {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #20a3dd;
}
.cid-t8XhG2FdOJ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-t8XhG2FdOJ form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-t8XhG2FdOJ form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-t8XhG2FdOJ form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t8XhG2FdOJ .mbr-section-title {
  color: #ffffff;
}
.cid-t8XhG3BCKR {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #95c11f;
}
@media (max-width: 767px) {
  .cid-t8XhG3BCKR .content {
    text-align: center;
  }
  .cid-t8XhG3BCKR .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t8XhG3BCKR .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-t8XhG3BCKR .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t8XhG3BCKR .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-t8XhG3BCKR .google-map {
  height: 25rem;
  position: relative;
}
.cid-t8XhG3BCKR .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t8XhG3BCKR .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-t8XhG3BCKR .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t8XhG3BCKR .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t8XhG3BCKR .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t8XhG3BCKR .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t8XhG3BCKR .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-t8XhG3BCKR .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t8XhG3BCKR .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8XhG3BCKR .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8XhG3BCKR .list {
  list-style-type: none;
  padding: 0;
}
.cid-t8XhG7odK1 .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 5px;
  background: #20a3dd;
  top: 0px;
}
.cid-t8XhG7odK1 .progress-bar {
  height: 5px;
  background: #95c11f;
  width: 0%;
}
.cid-t8XhG7odK1 .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-t8XhG7odK1 .hidden {
  display: none;
}
.cid-t8XhG7odK1 H10 {
  color: #767676;
}
.cid-t8XhGaODgr {
  z-index: 1000;
  width: 100%;
}
.cid-t8XhGaODgr nav.navbar {
  position: fixed;
}
.cid-t8XhGaODgr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8XhGaODgr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t8XhGaODgr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t8XhGaODgr .dropdown-item:hover,
.cid-t8XhGaODgr .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-t8XhGaODgr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t8XhGaODgr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t8XhGaODgr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t8XhGaODgr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t8XhGaODgr .nav-link {
  position: relative;
}
.cid-t8XhGaODgr .container {
  display: flex;
  margin: auto;
}
.cid-t8XhGaODgr .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t8XhGaODgr .dropdown-menu,
.cid-t8XhGaODgr .navbar.opened {
  background: #20a3dd !important;
}
.cid-t8XhGaODgr .nav-item:focus,
.cid-t8XhGaODgr .nav-link:focus {
  outline: none;
}
.cid-t8XhGaODgr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t8XhGaODgr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8XhGaODgr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t8XhGaODgr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8XhGaODgr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t8XhGaODgr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t8XhGaODgr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(32, 163, 221, 0.5);
}
.cid-t8XhGaODgr .navbar.opened {
  transition: all 0.3s;
}
.cid-t8XhGaODgr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t8XhGaODgr .navbar .navbar-logo img {
  width: auto;
}
.cid-t8XhGaODgr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t8XhGaODgr .navbar.collapsed {
  justify-content: center;
}
.cid-t8XhGaODgr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t8XhGaODgr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t8XhGaODgr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-t8XhGaODgr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t8XhGaODgr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t8XhGaODgr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t8XhGaODgr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t8XhGaODgr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t8XhGaODgr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t8XhGaODgr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t8XhGaODgr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t8XhGaODgr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t8XhGaODgr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t8XhGaODgr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t8XhGaODgr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t8XhGaODgr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t8XhGaODgr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t8XhGaODgr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t8XhGaODgr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t8XhGaODgr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t8XhGaODgr .navbar.navbar-short {
  min-height: 60px;
}
.cid-t8XhGaODgr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t8XhGaODgr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t8XhGaODgr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t8XhGaODgr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t8XhGaODgr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t8XhGaODgr .dropdown-item.active,
.cid-t8XhGaODgr .dropdown-item:active {
  background-color: transparent;
}
.cid-t8XhGaODgr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t8XhGaODgr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t8XhGaODgr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t8XhGaODgr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #20a3dd;
}
.cid-t8XhGaODgr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t8XhGaODgr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t8XhGaODgr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t8XhGaODgr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t8XhGaODgr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t8XhGaODgr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t8XhGaODgr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t8XhGaODgr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8XhGaODgr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8XhGaODgr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t8XhGaODgr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8XhGaODgr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t8XhGaODgr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t8XhGaODgr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8XhGaODgr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t8XhGaODgr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8XhGaODgr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t8XhGaODgr .navbar {
    height: 70px;
  }
  .cid-t8XhGaODgr .navbar.opened {
    height: auto;
  }
  .cid-t8XhGaODgr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t8XhGcdxBn .hidden {
  display: none;
}
.cid-t8XhGcdxBn .floating-bar {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #95c11f;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  box-shadow: 2px 2px 2px #999;
  transition: 0.3s;
  z-index: 99999;
}
.cid-t8XhGcdxBn .floating-bar:hover {
  background-color: #20a3dd;
}
.cid-t8XhGcdxBn .floating-button {
  color: #ffffff;
}
.cid-t8XhGcdxBn .valign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
