body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'WindSong', handwriting;
  font-size: 3.6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-2 {
  font-family: 'WindSong', handwriting;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'WindSong', handwriting;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-6 {
  font-family: 'Ruge Boogie', handwriting;
  font-size: 4.8rem;
  line-height: 1.4;
}
.display-6 > .mbr-iconfont {
  font-size: 6rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
}
.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: 2.88rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-6 {
    font-size: 3.84rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.33rem + (4.8 - 2.33) * ((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.8rem 1.8rem;
  border-radius: 5px;
}
.btn-sm {
  padding: 0.6rem 1.4rem;
  border-radius: 5px;
}
.btn-md {
  padding: 0.8rem 1.9rem;
  border-radius: 5px;
}
.btn-lg {
  padding: 0.8rem 2.2rem;
  border-radius: 5px;
}
.bg-primary {
  background-color: #615607 !important;
}
.bg-success {
  background-color: #ffd655 !important;
}
.bg-info {
  background-color: #868378 !important;
}
.bg-warning {
  background-color: #47a15d !important;
}
.bg-danger {
  background-color: #f7f5f0 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #615607 !important;
  border-color: #615607 !important;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff;
  background-color: #312c04 !important;
  border-color: #312c04 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff;
  background-color: #312c04 !important;
  border-color: #312c04 !important;
}
.btn-primary:hover {
  background-color: #ffd655 !important;
  border-color: #ffd655 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #b8d94f !important;
  border-color: #b8d94f !important;
  color: #1b2207;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff;
  background-color: #a4c92c !important;
  border-color: #a4c92c !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #1b2207;
  background-color: #a4c92c !important;
  border-color: #a4c92c !important;
}
.btn-info,
.btn-info:active {
  background-color: #868378 !important;
  border-color: #868378 !important;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff;
  background-color: #6b6960 !important;
  border-color: #6b6960 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff;
  background-color: #6b6960 !important;
  border-color: #6b6960 !important;
}
.btn-success {
  color: #fff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffd655 !important;
  border-color: #ffd655 !important;
  color: #554000;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #221a00;
  background-color: #ffca22 !important;
  border-color: #ffca22 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #554000;
  background-color: #ffca22 !important;
  border-color: #ffca22 !important;
}
.btn-success:hover {
  background-color: #615607 !important;
  border-color: #615607 !important;
}
.btn-warning {
  color: #fff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #47a15d !important;
  border-color: #47a15d !important;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff;
  background-color: #377e49 !important;
  border-color: #377e49 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff;
  background-color: #377e49 !important;
  border-color: #377e49 !important;
}
.btn-warning:hover {
  background-color: #ffffff !important;
  color: #615607 !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f7f5f0 !important;
  border-color: #f7f5f0 !important;
  color: #978351;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #76663f;
  background-color: #e5dfcf !important;
  border-color: #e5dfcf !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #978351;
  background-color: #e5dfcf !important;
  border-color: #e5dfcf !important;
}
.btn-danger:hover {
  background-color: #ffd655 !important;
  border-color: #ffd655 !important;
  color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #616161;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #615607;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #100e01 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #615607 !important;
  border-color: #615607 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b8d94f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #8cac25 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #1b2207 !important;
  background-color: #b8d94f !important;
  border-color: #b8d94f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #868378;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #58564f !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: #868378 !important;
  border-color: #868378 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffd655;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #fdc000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #554000 !important;
  background-color: #ffd655 !important;
  border-color: #ffd655 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47a15d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #2c653a !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: #47a15d !important;
  border-color: #47a15d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f7f5f0;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d9cfb7 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #978351 !important;
  background-color: #f7f5f0 !important;
  border-color: #f7f5f0 !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: #615607 !important;
}
.text-secondary {
  color: #b8d94f !important;
}
.text-success {
  color: #ffd655 !important;
}
.text-info {
  color: #868378 !important;
}
.text-warning {
  color: #47a15d !important;
}
.text-danger {
  color: #f7f5f0 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ffd655 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #82a022 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #eeb500 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ffd655 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #285a34 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #d4c9ad !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #615607 !important;
}
a.text-black:hover {
  color: #615607 !important;
}
a.text-black:focus,
a.text-black.active {
  color: #615607 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #615607;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #868378;
}
.alert-warning {
  background-color: #47a15d;
}
.alert-danger {
  background-color: #f7f5f0;
}
.mbr-gallery-filter li.active .btn {
  background-color: #615607;
  border-color: #615607;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #615607;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d8bf10;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c2c1bb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #97d1a5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-size: 1rem;
  font-weight: 400;
}
.form-control:hover,
.form-control:focus {
  border-color: #b8d94f !important;
  color: #615607 !important;
}
.form-control:-webkit-input-placeholder {
  font-size: 1rem;
  font-weight: 400;
}
blockquote {
  border-color: #615607;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #615607;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #615607;
}
.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: #615607;
  border-bottom-color: #615607;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #615607 !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: #b8d94f !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='%23615607' %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-scxtu0LY7N .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: none !important;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffe161;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-scxtu0LY7N .navbar-buttons {
  flex-wrap: wrap;
}
.cid-scxtu0LY7N .nav-item,
.cid-scxtu0LY7N .nav-link,
.cid-scxtu0LY7N .navbar-caption {
  font-weight: normal;
}
.cid-scxtu0LY7N .nav-item:focus,
.cid-scxtu0LY7N .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-scxtu0LY7N .nav-link {
    position: relative;
  }
  .cid-scxtu0LY7N .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffe161;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-scxtu0LY7N .nav-link:before .dropdown-item:before {
    font-family: MobiriseIcons !important;
    content: '\e966';
    display: none !important;
    width: 0;
    position: absolute;
    left: 1rem;
    color: #ffe161;
    top: 50%;
    font-size: 1rem;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    -webkit-transform: translateY(-50%) scale(0, 1);
    transform: translateY(-50%) scale(0, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar-buttons {
    flex-wrap: wrap;
  }
  .cid-scxtu0LY7N .nav-link:before .nav-item,
  .cid-scxtu0LY7N .nav-link:before .nav-link,
  .cid-scxtu0LY7N .nav-link:before .navbar-caption {
    font-weight: normal;
  }
  .cid-scxtu0LY7N .nav-link:before .nav-item:focus,
  .cid-scxtu0LY7N .nav-link:before .nav-link:focus {
    outline: none;
  }
  .cid-scxtu0LY7N .nav-link:before .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .cid-scxtu0LY7N .nav-link:before .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
  .cid-scxtu0LY7N .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
    margin-left: -1.8rem;
    padding-right: 1rem;
    font-size: inherit;
  }
  .cid-scxtu0LY7N .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
    display: inline-block;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar {
    min-height: 77px;
    transition: all .3s;
    background: #3a3a3a;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar.opened {
    transition: all .3s;
    background: #3a3a3a !important;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar .dropdown-item {
    padding: .235rem 3rem;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    z-index: 1;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar.navbar-short {
    background: #3a3a3a !important;
    min-height: 60px;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar.navbar-short .navbar-logo img {
    height: 3rem !important;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar.navbar-short .navbar-brand {
    padding: 0;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar-brand {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all .3s;
    word-break: break-word;
    z-index: 1;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar-brand .navbar-caption {
    line-height: inherit !important;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar-brand .navbar-logo a {
    outline: none;
  }
  .cid-scxtu0LY7N .nav-link:before .dropdown-item.active,
  .cid-scxtu0LY7N .nav-link:before .dropdown-item:active {
    background-color: transparent;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }
  .cid-scxtu0LY7N .nav-link:before .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #25634d;
    z-index: 2;
    border-radius: 5px;
    margin-top: 2px;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
    margin-left: 5px;
    left: 100%;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-scxtu0LY7N .nav-link:before ul.navbar-nav {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar-buttons {
    text-align: center;
  }
  .cid-scxtu0LY7N .nav-link:before button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all .2s;
    position: relative;
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-scxtu0LY7N .nav-link:before button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-scxtu0LY7N .nav-link:before button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all .2s;
  }
  .cid-scxtu0LY7N .nav-link:before button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all .15s;
  }
  .cid-scxtu0LY7N .nav-link:before button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all .15s;
  }
  .cid-scxtu0LY7N .nav-link:before button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all .2s;
  }
  .cid-scxtu0LY7N .nav-link:before nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-scxtu0LY7N .nav-link:before nav.opened .hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .25s;
  }
  .cid-scxtu0LY7N .nav-link:before nav.opened .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .25s;
  }
  .cid-scxtu0LY7N .nav-link:before nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar-dropdown {
    padding: .5rem 1rem;
    position: fixed;
  }
  .cid-scxtu0LY7N .nav-link:before a.nav-link {
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-scxtu0LY7N .nav-link:before .soc-item .mbr-iconfont {
    font-size: 1rem;
    color: #b8d94f;
    display: inline-flex;
  }
  .cid-scxtu0LY7N .nav-link:before .soc-item .mbr-iconfont:before {
    padding: .5rem;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-scxtu0LY7N .nav-link:before .soc-item {
    margin: .5rem .3rem;
  }
  .cid-scxtu0LY7N .nav-link:before .icons-menu {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 1rem;
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-scxtu0LY7N .nav-link:before a.nav-link .mbr-iconfont-btn,
  .cid-scxtu0LY7N .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-right: 10px;
  }
  .cid-scxtu0LY7N .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-top: -4px;
  }
  .cid-scxtu0LY7N .nav-link:before .link {
    margin: 0 !important;
  }
  .cid-scxtu0LY7N .nav-link:before .dropdown-submenu .dropdown-menu::before,
  .cid-scxtu0LY7N .nav-link:before .dropdown-menu .dropdown-menu::before {
    display: none !important;
  }
  .cid-scxtu0LY7N .nav-link:before img {
    object-fit: contain;
  }
  .cid-scxtu0LY7N .nav-link:before .search {
    font-size: 1.5rem;
  }
  .cid-scxtu0LY7N .nav-item:hover .nav-link:before,
  .cid-scxtu0LY7N .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-scxtu0LY7N .nav-link:before .nav-link {
    position: relative;
  }
  .cid-scxtu0LY7N .nav-link:before .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffe161;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-scxtu0LY7N .nav-link:before .nav-item:hover .nav-link:before,
  .cid-scxtu0LY7N .nav-link:before .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-scxtu0LY7N .nav-link:before .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-scxtu0LY7N .nav-link:before .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (min-width: 992px) and screen and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
  .cid-scxtu0LY7N .nav-link:before .navbar {
    height: 77px;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar.opened {
    height: auto;
  }
  .cid-scxtu0LY7N .nav-link:before .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-scxtu0LY7N .nav-link:before .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-scxtu0LY7N .nav-link:before .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #25634d;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
@media (min-width: 992px) {
  .cid-scxtu0LY7N .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
.cid-scxtu0LY7N .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-scxtu0LY7N .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scxtu0LY7N .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-scxtu0LY7N .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-scxtu0LY7N .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #3a3a3a;
}
.cid-scxtu0LY7N .navbar.opened {
  transition: all .3s;
  background: #3a3a3a !important;
}
.cid-scxtu0LY7N .navbar .dropdown-item {
  padding: .235rem 3rem;
}
.cid-scxtu0LY7N .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-scxtu0LY7N .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-scxtu0LY7N .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-scxtu0LY7N .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-scxtu0LY7N .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-scxtu0LY7N .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-scxtu0LY7N .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-scxtu0LY7N .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-scxtu0LY7N .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-scxtu0LY7N .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-scxtu0LY7N .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-scxtu0LY7N .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-scxtu0LY7N .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-scxtu0LY7N .navbar.navbar-short {
  background: #3a3a3a !important;
  min-height: 60px;
}
.cid-scxtu0LY7N .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-scxtu0LY7N .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-scxtu0LY7N .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-scxtu0LY7N .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-scxtu0LY7N .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-scxtu0LY7N .dropdown-item.active,
.cid-scxtu0LY7N .dropdown-item:active {
  background-color: transparent;
}
.cid-scxtu0LY7N .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-scxtu0LY7N .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-scxtu0LY7N .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #25634d;
  z-index: 2;
  border-radius: 5px;
  margin-top: 2px;
}
.cid-scxtu0LY7N .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin-left: 5px;
  left: 100%;
}
.cid-scxtu0LY7N .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scxtu0LY7N ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-scxtu0LY7N .navbar-buttons {
  text-align: center;
}
.cid-scxtu0LY7N button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-scxtu0LY7N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-scxtu0LY7N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scxtu0LY7N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scxtu0LY7N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scxtu0LY7N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scxtu0LY7N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scxtu0LY7N nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scxtu0LY7N nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scxtu0LY7N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scxtu0LY7N .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-scxtu0LY7N a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scxtu0LY7N .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #b8d94f;
  display: inline-flex;
}
.cid-scxtu0LY7N .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-scxtu0LY7N .soc-item {
  margin: .5rem .3rem;
}
.cid-scxtu0LY7N .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scxtu0LY7N a.nav-link .mbr-iconfont-btn,
.cid-scxtu0LY7N a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-scxtu0LY7N a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-scxtu0LY7N .navbar {
    height: 77px;
  }
  .cid-scxtu0LY7N .navbar.opened {
    height: auto;
  }
  .cid-scxtu0LY7N .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-scxtu0LY7N .link {
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-scxtu0LY7N .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) {
  .cid-scxtu0LY7N .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #25634d;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
.cid-scxtu0LY7N .dropdown-submenu .dropdown-menu::before,
.cid-scxtu0LY7N .dropdown-menu .dropdown-menu::before {
  display: none !important;
}
.cid-scxtu0LY7N img {
  object-fit: contain;
}
.cid-scxtvo5umi {
  background-image: url("../../../assets/images/206122167-4101641343290033-3476724929438251871-n-1009x543.jpg");
}
.cid-scxtvo5umi .mbr-text,
.cid-scxtvo5umi .mbr-section-btn {
  text-align: center;
}
.cid-scxtvo5umi .mbr-section-title {
  text-align: center;
  color: #f7f7f7;
}
.cid-scxtvo5umi .mbr-section-subtitle {
  text-align: center;
  color: #ffe38c;
}
.cid-sId5pLA6zT {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background: #3a3a3a;
}
.cid-sId5pLA6zT .google-map {
  height: 30rem;
  position: relative;
}
.cid-sId5pLA6zT .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sId5pLA6zT .google-map [data-state-details] {
  color: #6b6763;
  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-sId5pLA6zT .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sId5pLA6zT .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sId5pLA6zT .mbr-section-title {
  color: #ffffff;
}
.cid-scxtBrCFJM {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #3a3a3a;
}
.cid-scxtBrCFJM .media-wrap {
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-scxtBrCFJM .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-scxtBrCFJM .row {
    text-align: center;
  }
  .cid-scxtBrCFJM .row > div {
    margin: auto;
  }
  .cid-scxtBrCFJM .social-row {
    justify-content: center;
  }
}
.cid-scxtBrCFJM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-scxtBrCFJM .list {
  list-style: none;
  padding-left: 0;
  color: #868378;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-scxtBrCFJM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-scxtBrCFJM .list {
    margin-bottom: 0rem;
  }
}
.cid-scxtBrCFJM .mbr-text {
  transition: .2s all;
}
.cid-scxtBrCFJM .mbr-text:hover {
  color: #b8d94f;
}
.cid-scxtBrCFJM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffd655;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  transition: .2s all;
}
.cid-scxtBrCFJM .soc-item:hover {
  background-color: #b8d94f;
}
.cid-scxtBrCFJM .mbr-iconfont {
  color: black;
}
.cid-scxtBrCFJM .flex {
  display: flex;
}
@media (max-width: 990px) {
  .cid-scxtBrCFJM .flex {
    display: block;
  }
}
.cid-scxtBrCFJM .follow {
  vertical-align: sub;
  color: #ffffff;
  margin-right: 20px;
  line-height: 2.5rem;
}
@media (max-width: 765px) {
  .cid-scxtBrCFJM .follow {
    margin-right: 0px;
  }
}
.cid-scxtBrCFJM .footer-sotial {
  justify-content: space-between;
}
.cid-scxtBrCFJM .rigth-col {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-scxtBrCFJM .rigth-col {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-scxtBrCFJM div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-scxtBrCFJM .item-wrap {
  text-transform: uppercase;
}
@media (max-width: 765px) {
  .cid-scxtBrCFJM .item-wrap {
    text-align: center;
  }
}
.cid-scxtBrCFJM H5 {
  color: #f7f7f7;
}
.cid-scxtBrCFJM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-scxtBrCFJM .number {
  color: #b8d94f;
  font-weight: bold;
}
.cid-scxtBrCFJM .number:hover {
  color: #615607;
}
.cid-scxtBrCFJM .social_out {
  display: flex;
  margin-top: 8rem;
}
@media (max-width: 765px) {
  .cid-scxtBrCFJM .social_out {
    display: block;
  }
}
.cid-scxtBrCFJM .email {
  transition: .2s all;
}
.cid-scxtBrCFJM .email:hover {
  color: #615607;
}
.cid-scxtBrCFJM .copyright {
  color: #000000;
}
.cid-scxtBrCFJM .mbr-section-subtitle P {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-scxtBrCFJM .mbr-section-subtitle P {
    text-align: center;
  }
}
.cid-scxtBrCFJM .mbr-section-subtitle DIV {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-scxtBrCFJM .mbr-section-subtitle DIV {
    text-align: center;
  }
}
.cid-scxtBrCFJM .copyright P {
  vertical-align: sub;
  display: inline-block;
  color: #868378;
  text-align: center;
}
.cid-scxtBrCFJM .socicon {
  color: #fff;
}
.cid-scxtBrCFJM .icons {
  width: 18px;
  height: 20px;
}
.cid-scxtBrCFJM .href {
  padding-bottom: 1.5rem;
}
.cid-scxJ4LnRVw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-scxJ4LnRVw .text-wrapper {
    padding: 2rem;
  }
}
.cid-scxJ4LnRVw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-scxJ4LnRVw .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-scxJ4LnRVw .mbr-section-title {
  text-align: left;
  margin-bottom: 0 !important;
  color: #b8d94f;
}
.cid-scxJ4LnRVw .name {
  margin-top: 0.70rem;
  color: #47a15d;
  text-align: left;
}
.cid-scxJ4LnRVw .name b,
.cid-scxJ4LnRVw .name strong {
  font-weight: 500;
}
.cid-scxJ4LnRVw .mbr-text {
  margin-bottom: 0 !important;
  color: #000000;
  text-align: left;
  margin-top: 4.25rem !important;
  line-height: 1.4;
}
.cid-scxJ4LnRVw .mbr-text,
.cid-scxJ4LnRVw .mbr-section-data {
  text-align: left;
}
.cid-scxJ4LnRVw .mbr-text,
.cid-scxJ4LnRVw .mbr-section-btn {
  text-align: left;
  color: #8d8d8d;
}
.cid-scxJ4LnRVw .mbr-section-btn {
  margin-top: 3.5rem !important;
}
.cid-sId8YiXBCc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sId8YiXBCc h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sId8YiXBCc p {
  color: #767676;
  text-align: left;
}
.cid-sId8YiXBCc .card-wrapper {
  height: 100%;
}
.cid-sId8YiXBCc .container-fluid {
  max-width: 1600px;
}
.cid-sId8YiXBCc .card-img {
  height: 300px;
  overflow: hidden;
  position: relative;
  border-radius: 0 !important;
}
.cid-sId8YiXBCc img {
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-sId8YiXBCc .card:hover .second-img {
  opacity: 0.15;
}
.cid-sId8YiXBCc .card:hover .mbr-iconfont {
  opacity: 1;
}
.cid-sId8YiXBCc .title {
  text-align: center;
  padding: 0 !important;
  margin-bottom: 0.70rem;
  color: #b8d94f;
}
@media (max-width: 767px) {
  .cid-sId8YiXBCc .mbr-iconfont {
    opacity: 1;
  }
  .cid-sId8YiXBCc .second-img {
    opacity: 0.5;
  }
}
.cid-sId8YiXBCc .subtitle {
  text-align: center;
  margin-bottom: 0 !important;
  color: #47a15d;
  padding-bottom: 3rem !important;
}
.cid-sId8YiXBCc .second-img {
  z-index: 1;
  cursor: pointer;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  top: 0%;
  opacity: 0;
  transition: .5s all;
  pointer-events: none;
}
.cid-sId8YiXBCc .button {
  padding-top: 1rem;
}
.cid-sId35E4BOX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sId35E4BOX .testimonials-container {
  margin: 0 auto;
}
.cid-sId35E4BOX .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
}
.cid-sId35E4BOX .testimonials-container .testimonials-item .user {
  background: #efefef;
}
.cid-sId35E4BOX .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-sId35E4BOX .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-sId35E4BOX .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sId35E4BOX .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
}
@media (max-width: 260px) {
  .cid-sId35E4BOX .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-sId35E4BOX H2 {
  color: #333333;
}
.cid-sId35E4BOX .mbr-section-subtitle {
  color: #333333;
  text-align: center;
}
.cid-scxJjQ37iO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #47a15d;
}
.cid-scxJjQ37iO .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-scxJjQ37iO .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-scxJjQ37iO .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-scxJrc9wEx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-scxJrc9wEx .carousel {
  height: 800px;
}
.cid-scxJrc9wEx .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-scxJrc9wEx .carousel-item,
.cid-scxJrc9wEx .carousel-inner {
  height: 100%;
}
.cid-scxJrc9wEx .mbr-overlay {
  z-index: 1;
}
.cid-scxJrc9wEx .carousel-caption {
  bottom: 20px;
  position: absolute;
  top: 40%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-scxJrc9wEx .carousel-caption {
    left: 15%;
    right: 70%;
    width: 33%;
  }
}
.cid-scxJrc9wEx .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-scxJrc9wEx .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-scxJrc9wEx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-scxJrc9wEx .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-scxJrc9wEx .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-scxJrc9wEx .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-scxJrc9wEx .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-scxJrc9wEx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
@media (max-width: 768px) {
  .cid-scxJrc9wEx .carousel-indicators {
    display: none;
  }
}
.cid-scxJrc9wEx .carousel-indicators li {
  max-width: 10px;
  height: 10px;
  width: 10px;
  max-height: 10px;
  margin: 3px 10px;
  background-color: #f7f7f7;
  border: 0px solid #ffd655;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-scxJrc9wEx .carousel-indicators li.active,
.cid-scxJrc9wEx .carousel-indicators li:hover {
  background-color: #ffe161;
}
.cid-scxJrc9wEx .carousel-indicators li::after,
.cid-scxJrc9wEx .carousel-indicators li::before {
  content: none;
}
.cid-scxJrc9wEx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-scxJrc9wEx .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-scxJrc9wEx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-scxJrc9wEx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-scxJrc9wEx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-scxJrc9wEx .right-block {
  position: absolute;
  margin: 0 !important;
  top: 50%;
  right: 0;
  left: auto;
  width: 10%;
  height: 3%;
  transform: rotate(90deg);
  min-width: 90px;
}
.cid-scxJrc9wEx H5 {
  text-align: left;
}
.cid-scxJrc9wEx P {
  text-align: left;
}
.cid-scxJrc9wEx .mbr-text,
.cid-scxJrc9wEx .mbr-section-btn {
  text-align: left;
}
.cid-scxJrc9wEx .mbr-text {
  margin-top: 0 !important;
  line-height: 1.4;
}
.cid-scxJrc9wEx .mbr-section-btn {
  margin-top: 1rem !important;
}
.cid-scxJrc9wEx .second-img {
  z-index: 1;
  cursor: pointer;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  top: 0%;
  opacity: 34%;
  transition: .5s all;
  pointer-events: none;
}
