@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Barlow:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);





body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.32rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.44rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.8 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((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-success:hover {
  background: #29361a !important;
  border-color: #29361a !important;
}
.btn-secondary {
  color: black!important;
}
.btn-secondary:hover,
.btn-secondary:active {
  color: black!important;
  background: #f9ad05 !important;
  border-color: #f9ad05 !important;
}
.btn-primary {
  color: white!important;
}
.btn-primary:hover {
  background: #fbbe36 !important;
  border-color: #fbbe36 !important;
}
.btn-info {
  color: white!important;
}
.btn-success:hover {
  background: #29361a !important;
  border-color: #29361a !important;
}
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #fff4e2 !important;
}
.bg-success {
  background-color: #89b758 !important;
}
.bg-info {
  background-color: #29361a !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fff4e2 !important;
  border-color: #fff4e2 !important;
  color: #e28c00;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #e28c00;
  background-color: #fff4e2;
  border-color: #fff4e2;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #e28c00;
  background-color: #fff4e2 !important;
  border-color: #fff4e2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fbbe36 !important;
  border-color: #fbbe36 !important;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff;
  background-color: #fbbe36;
  border-color: #fbbe36;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff;
  background-color: #fbbe36 !important;
  border-color: #fbbe36 !important;
}
.btn-info,
.btn-info:active {
  background-color: #29361a !important;
  border-color: #29361a !important;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff;
  background-color: #29361a;
  border-color: #29361a;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff;
  background-color: #29361a !important;
  border-color: #29361a !important;
}
.btn-success,
.btn-success:active {
  background-color: #89b758 !important;
  border-color: #89b758 !important;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff;
  background-color: #89b758;
  border-color: #89b758;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff;
  background-color: #89b758 !important;
  border-color: #89b758 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ffcd7c;
  color: #ffcd7c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #e28c00;
  background-color: #fff4e2;
  border-color: #fff4e2;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #e28c00 !important;
  background-color: #fff4e2 !important;
  border-color: #fff4e2 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #c78b04;
  color: #c78b04;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #fbbe36;
  border-color: #fbbe36;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fbbe36 !important;
  border-color: #fbbe36 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #29361a;
  border-color: #29361a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #29361a !important;
  border-color: #29361a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #567633;
  color: #567633;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #89b758;
  border-color: #89b758;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #89b758 !important;
  border-color: #89b758 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #4d4d4d;
  color: #4d4d4d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #fff4e2 !important;
}
.text-secondary {
  color: #fbbe36 !important;
}
.text-success {
  color: #89b758 !important;
}
.text-info {
  color: #29361a !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ffffff !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #fdde9a !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #bbd69f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #5d7b3b !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #29361a;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fff4e2;
  border-color: #fff4e2;
  color: #fb9c00;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #fff4e2;
}
.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: #c8ddb1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #9dbe78;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.44rem;
}
blockquote {
  border-color: #fff4e2;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fff4e2;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #fff4e2;
  border-bottom-color: #fff4e2;
}
.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: #fff4e2 !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: #fbbe36 !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='%23fff4e2' %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-s3nHTe5xkj .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3nHTe5xkj .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-s3nHTe5xkj .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-s3nHTe5xkj .dropdown-item {
  color: #000000 !important;
}
.cid-s3nHTe5xkj .dropdown-item:hover {
  color: #000000 !important;
}
.cid-s3nHTe5xkj .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-s3nHTe5xkj .nav-link:hover {
  color: #89b758 !important;
}
.cid-s3nHTe5xkj .nav-link:hover:before {
  opacity: 1;
}
.cid-s3nHTe5xkj .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #89b758;
}
.cid-s3nHTe5xkj .btn-white {
  color: #fff4e2 !important;
}
.cid-s3nHTe5xkj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s3nHTe5xkj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s3nHTe5xkj .container {
  display: flex;
  margin: auto;
}
.cid-s3nHTe5xkj .navbar-caption {
  padding-right: 3rem;
}
.cid-s3nHTe5xkj .navbar.opened {
  background: #fff4e2 !important;
}
.cid-s3nHTe5xkj .nav-item:focus,
.cid-s3nHTe5xkj .nav-link:focus {
  outline: none;
}
.cid-s3nHTe5xkj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3nHTe5xkj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s3nHTe5xkj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s3nHTe5xkj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3nHTe5xkj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s3nHTe5xkj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s3nHTe5xkj .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fff4e2;
}
.cid-s3nHTe5xkj .navbar.opened {
  transition: all .3s;
}
.cid-s3nHTe5xkj .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-s3nHTe5xkj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s3nHTe5xkj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s3nHTe5xkj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s3nHTe5xkj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-s3nHTe5xkj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s3nHTe5xkj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s3nHTe5xkj .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: 55%;
}
.cid-s3nHTe5xkj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s3nHTe5xkj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s3nHTe5xkj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s3nHTe5xkj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s3nHTe5xkj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s3nHTe5xkj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s3nHTe5xkj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s3nHTe5xkj .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: 55%;
  }
  .cid-s3nHTe5xkj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s3nHTe5xkj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s3nHTe5xkj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s3nHTe5xkj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s3nHTe5xkj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s3nHTe5xkj .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s3nHTe5xkj .navbar.navbar-short {
  background: #fff4e2 !important;
  min-height: 60px;
}
.cid-s3nHTe5xkj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s3nHTe5xkj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s3nHTe5xkj .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-s3nHTe5xkj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s3nHTe5xkj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s3nHTe5xkj .dropdown-item.active,
.cid-s3nHTe5xkj .dropdown-item:active {
  background-color: transparent;
}
.cid-s3nHTe5xkj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s3nHTe5xkj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s3nHTe5xkj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s3nHTe5xkj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff4e2;
}
.cid-s3nHTe5xkj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s3nHTe5xkj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s3nHTe5xkj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s3nHTe5xkj .navbar-buttons {
  text-align: center;
}
.cid-s3nHTe5xkj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3nHTe5xkj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e0e0e;
}
.cid-s3nHTe5xkj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s3nHTe5xkj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s3nHTe5xkj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s3nHTe5xkj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s3nHTe5xkj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3nHTe5xkj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s3nHTe5xkj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s3nHTe5xkj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3nHTe5xkj .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s3nHTe5xkj a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s3nHTe5xkj .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s3nHTe5xkj .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s3nHTe5xkj .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s3nHTe5xkj .navbar {
    height: 77px;
  }
  .cid-s3nHTe5xkj .navbar.opened {
    height: auto;
  }
  .cid-s3nHTe5xkj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s3nNrfe3FC .modal-body .close {
  background: #1b1b1b;
}
.cid-s3nNrfe3FC .modal-body .close span {
  font-style: normal;
}
.cid-s3nNrfe3FC .carousel-inner > .active,
.cid-s3nNrfe3FC .carousel-inner > .next,
.cid-s3nNrfe3FC .carousel-inner > .prev {
  display: table;
}
.cid-s3nNrfe3FC .carousel-control .icon-next,
.cid-s3nNrfe3FC .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-s3nNrfe3FC .carousel-control:hover {
  background: #fff4e2;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s3nNrfe3FC .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s3nNrfe3FC .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-s3nNrfe3FC .boxed-slider > div {
  position: relative;
}
.cid-s3nNrfe3FC .container img {
  width: 100%;
}
.cid-s3nNrfe3FC .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-s3nNrfe3FC .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s3nNrfe3FC .mbr-table-cell {
  padding: 0;
}
.cid-s3nNrfe3FC .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-s3nNrfe3FC .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-s3nNrfe3FC .mbr-overlay {
  z-index: 1;
}
.cid-s3nNrfe3FC .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s3nNrfe3FC .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-s3nNrfe3FC .carousel-item .container {
    width: 100%;
  }
}
.cid-s3nNrfe3FC .carousel-item-next.carousel-item-left,
.cid-s3nNrfe3FC .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-s3nNrfe3FC .active.carousel-item-right,
.cid-s3nNrfe3FC .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-s3nNrfe3FC .active.carousel-item-left,
.cid-s3nNrfe3FC .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-s3nNrfe3FC .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.9rem;
  width: 60px;
  height: 60px;
  font-size: 25px;
  border: 2px solid #fff;
  border-radius: 0 !important;
  transition: all .3s;
  z-index: 11;
}
.cid-s3nNrfe3FC .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-s3nNrfe3FC .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-s3nNrfe3FC .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-s3nNrfe3FC .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-s3nNrfe3FC .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: #fff4e2;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-s3nNrfe3FC .mbr-slider .carousel-indicators li.active,
.cid-s3nNrfe3FC .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-s3nNrfe3FC .mbr-slider .carousel-indicators li::after,
.cid-s3nNrfe3FC .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-s3nNrfe3FC .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-s3nNrfe3FC .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-s3nNrfe3FC .mbr-slider > .container img {
  width: 100%;
}
.cid-s3nNrfe3FC .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-s3nNrfe3FC .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-s3nNrfe3FC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s3nNrfe3FC .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s3nNrfe3FC .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-s3nNrfe3FC .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-s3nNrfe3FC .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-s3nNrfe3FC .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-s3nNrfe3FC .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-s3nNrfe3FC .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s3nNrfe3FC .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-s3nNrfe3FC .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-s3nNrfe3FC .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-s3nNrfe3FC H2 {
  color: #fff4e2;
}
.cid-s3nNrfe3FC P {
  color: #fff4e2;
}
.cid-s3nOSfyE3D {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s3nOSfyE3D h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-s3nOSfyE3D .mbr-section-subtitle {
  color: #767676;
}
.cid-s3nOSfyE3D .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-s3nOSfyE3D .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-s3nOSfyE3D .mbr-text-left {
  color: #4f4943;
}
.cid-s3nOSfyE3D .mbr-text-right {
  color: #4f4943;
}
.cid-s3nR5FWNSr {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s3nR5FWNSr h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
@keyframes shadow {
  from {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.6);
  }
  to {
    box-shadow: 0px 0px 0px 25px rgba(255, 255, 255, 0);
  }
}
.cid-s3nR5FWNSr .box {
  background-image: url("../../../assets/images/img-15-1024x682.jpg");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s3nR5FWNSr .icon-wrap {
  border-radius: 50%;
  margin: auto;
  background: #fff4e2;
  height: 90px;
  width: 90px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  animation: shadow 1s infinite ease-in-out;
}
.cid-s3nR5FWNSr .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  position: relative;
  height: auto;
  display: inline-block;
  padding-left: 6px;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-s3nR5FWNSr .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-s3nR5FWNSr .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s3nR5FWNSr .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s3nR5FWNSr .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s3nR5FWNSr a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s3nR5FWNSr a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-s3nR5FWNSr .box {
    height: 250px;
  }
}
.cid-s3nR5FWNSr .mbr-section-subtitle,
.cid-s3nR5FWNSr .title-align {
  color: #cebfaf;
}
.cid-s3nR5FWNSr H1 {
  color: #0e0e0e;
}
.cid-s3nSu1bsZt {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #fff4e2;
  position: relative;
  overflow: hidden;
}
.cid-s3nSu1bsZt .container {
  max-width: 1400px;
}
.cid-s3nSu1bsZt .card-img2 span {
  padding-top: 6px;
}
.cid-s3nSu1bsZt .soc-item a {
  padding-top: 5px;
}
.cid-s3nSu1bsZt .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-s3nSu1bsZt .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-s3nSu1bsZt .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-s3nSu1bsZt .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s3nSu1bsZt svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-s3nSu1bsZt #e2_shape {
  fill: #ffffff !important;
}
.cid-s3nSu1bsZt .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #4f4943;
}
.cid-s3nSu1bsZt .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-s3nSu1bsZt .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #fff4e2;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s3nSu1bsZt .card-img {
  width: auto;
}
.cid-s3nSu1bsZt .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-s3nSu1bsZt .soc-item span {
  font-size: 1.4rem;
}
.cid-s3nSu1bsZt .soc-item:hover span {
  color: #fff4e2 !important;
}
.cid-s3nSu1bsZt .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-s3nSu1bsZt .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-s3nSu1bsZt .media-wrap {
  margin-bottom: 1rem;
}
.cid-s3nSu1bsZt .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s3nSu1bsZt img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-s3nSu1bsZt .item {
    justify-content: center;
  }
  .cid-s3nSu1bsZt .quote::after {
    left: 60px;
  }
}
.cid-s3nSu1bsZt .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-s3nSu1bsZt .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s3nSu1bsZt .text1 {
  color: #4f4943;
}
.cid-s3nSu1bsZt .item-title {
  color: #4f4943;
}
.cid-s3nSu1bsZt H5 {
  color: #4f4943;
}
.cid-s3nSu1bsZt .theme {
  color: #4f4943;
}
.cid-s3nSu1bsZt .copyright > p {
  color: #ff3366;
}
.cid-s3nSu1bsZt .text2 {
  color: #073b4c;
}
.cid-s3nYDHQnxx .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3nYDHQnxx .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-s3nYDHQnxx .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-s3nYDHQnxx .dropdown-item {
  color: #000000 !important;
}
.cid-s3nYDHQnxx .dropdown-item:hover {
  color: #000000 !important;
}
.cid-s3nYDHQnxx .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-s3nYDHQnxx .nav-link:hover {
  color: #89b758 !important;
}
.cid-s3nYDHQnxx .nav-link:hover:before {
  opacity: 1;
}
.cid-s3nYDHQnxx .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #89b758;
}
.cid-s3nYDHQnxx .btn-white {
  color: #fff4e2 !important;
}
.cid-s3nYDHQnxx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s3nYDHQnxx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s3nYDHQnxx .container {
  display: flex;
  margin: auto;
}
.cid-s3nYDHQnxx .navbar-caption {
  padding-right: 3rem;
}
.cid-s3nYDHQnxx .navbar.opened {
  background: #fff4e2 !important;
}
.cid-s3nYDHQnxx .nav-item:focus,
.cid-s3nYDHQnxx .nav-link:focus {
  outline: none;
}
.cid-s3nYDHQnxx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3nYDHQnxx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s3nYDHQnxx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s3nYDHQnxx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3nYDHQnxx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s3nYDHQnxx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s3nYDHQnxx .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fff4e2;
}
.cid-s3nYDHQnxx .navbar.opened {
  transition: all .3s;
}
.cid-s3nYDHQnxx .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-s3nYDHQnxx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s3nYDHQnxx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s3nYDHQnxx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s3nYDHQnxx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-s3nYDHQnxx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s3nYDHQnxx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s3nYDHQnxx .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: 55%;
}
.cid-s3nYDHQnxx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s3nYDHQnxx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s3nYDHQnxx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s3nYDHQnxx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s3nYDHQnxx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s3nYDHQnxx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s3nYDHQnxx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s3nYDHQnxx .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: 55%;
  }
  .cid-s3nYDHQnxx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s3nYDHQnxx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s3nYDHQnxx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s3nYDHQnxx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s3nYDHQnxx .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s3nYDHQnxx .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s3nYDHQnxx .navbar.navbar-short {
  background: #fff4e2 !important;
  min-height: 60px;
}
.cid-s3nYDHQnxx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s3nYDHQnxx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s3nYDHQnxx .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-s3nYDHQnxx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s3nYDHQnxx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s3nYDHQnxx .dropdown-item.active,
.cid-s3nYDHQnxx .dropdown-item:active {
  background-color: transparent;
}
.cid-s3nYDHQnxx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s3nYDHQnxx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s3nYDHQnxx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s3nYDHQnxx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff4e2;
}
.cid-s3nYDHQnxx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s3nYDHQnxx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s3nYDHQnxx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s3nYDHQnxx .navbar-buttons {
  text-align: center;
}
.cid-s3nYDHQnxx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3nYDHQnxx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e0e0e;
}
.cid-s3nYDHQnxx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s3nYDHQnxx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s3nYDHQnxx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s3nYDHQnxx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s3nYDHQnxx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3nYDHQnxx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s3nYDHQnxx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s3nYDHQnxx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3nYDHQnxx .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s3nYDHQnxx a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s3nYDHQnxx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s3nYDHQnxx .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s3nYDHQnxx .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s3nYDHQnxx .navbar {
    height: 77px;
  }
  .cid-s3nYDHQnxx .navbar.opened {
    height: auto;
  }
  .cid-s3nYDHQnxx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s3nZ3fjYxp {
  overflow-x: hidden !important;
}
.cid-s3nZ3fjYxp .mbr-section-title {
  color: #ffffff;
}
.cid-s3nZ3fjYxp .mbr-section-title span {
  color: #fff4e2;
}
.cid-s3nZ3fjYxp .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-s3nZ3fjYxp .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/dfdffs-1920x656.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-s3nZ3fjYxp .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-s3nZ3fjYxp .mbr-overlay {
  z-index: 1;
}
.cid-s3nZ3fjYxp .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-s3nZsO3aLI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s3nZsO3aLI .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s3nZsO3aLI .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s3nZsO3aLI .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s3nZsO3aLI .title {
  padding: 0 2rem;
}
.cid-s3nZsO3aLI .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px!important;
}
.cid-s3nZsO3aLI .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-s3nZsO3aLI .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
  pointer-events: none;
}
.cid-s3nZsO3aLI .mbr-gallery-item div:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}
.cid-s3nZsO3aLI .mbr-gallery-item div:hover:before {
  opacity: 0.3;
  width: 0;
}
.cid-s3nZsO3aLI .mbr-gallery-item div:hover:after {
  opacity: 0.3;
  height: 0;
}
.cid-s3nZsO3aLI .container {
  padding: 0 1rem;
}
.cid-s3nZsO3aLI .mbr-gallery-item--p4 {
  padding: 1rem!important;
}
.cid-s3nZsO3aLI .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s3nZsO3aLI .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s3nZsO3aLI .icon-focus {
  display: none;
}
.cid-s3nZsO3aLI .btn-primary-outline {
  border: none!important;
  color: gray!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  font-weight: 400;
}
.cid-s3nZsO3aLI .btn-primary-outline:hover {
  background: transparent!important;
  color: #fff4e2 !important;
}
.cid-s3nZsO3aLI li.active .btn {
  background: transparent!important;
  color: black !important;
}
.cid-s3nZsO3aLI li {
  position: relative;
}
.cid-s3nZsO3aLI li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-s3nZsO3aLI .btn {
  font-family: Roboto !important;
}
.cid-s3nZsO3aLI .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-s3nZsO3aLI .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s3nZsO3aLI li:not(:last-child):after {
    top: 9px;
  }
  .cid-s3nZsO3aLI .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0!important;
  }
  .cid-s3nZsO3aLI .container {
    padding: 0rem;
  }
  .cid-s3nZsO3aLI .title {
    padding: 0 1rem;
  }
}
.cid-s3nZsO3aLI H2 {
  color: #89b758;
}
.cid-s3nYDKXkEs {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s3nYDKXkEs h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
@keyframes shadow {
  from {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.6);
  }
  to {
    box-shadow: 0px 0px 0px 25px rgba(255, 255, 255, 0);
  }
}
.cid-s3nYDKXkEs .box {
  background-image: url("../../../assets/images/img-15-1024x682.jpg");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s3nYDKXkEs .icon-wrap {
  border-radius: 50%;
  margin: auto;
  background: #fff4e2;
  height: 90px;
  width: 90px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  animation: shadow 1s infinite ease-in-out;
}
.cid-s3nYDKXkEs .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  position: relative;
  height: auto;
  display: inline-block;
  padding-left: 6px;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-s3nYDKXkEs .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-s3nYDKXkEs .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s3nYDKXkEs .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s3nYDKXkEs .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s3nYDKXkEs a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s3nYDKXkEs a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-s3nYDKXkEs .box {
    height: 250px;
  }
}
.cid-s3nYDKXkEs .mbr-section-subtitle,
.cid-s3nYDKXkEs .title-align {
  color: #cebfaf;
}
.cid-s3nYDKXkEs H1 {
  color: #0e0e0e;
}
.cid-s3o0w9w0F4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s3o0w9w0F4 .container {
  max-width: 1500px;
}
.cid-s3o0w9w0F4 img {
  width: 100%;
}
.cid-s3o0w9w0F4 h2 {
  padding: 0;
  margin: 0;
}
.cid-s3o0w9w0F4 .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-s3o0w9w0F4 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-s3o0w9w0F4 .img-col {
  position: relative;
}
.cid-s3o0w9w0F4 .img2 {
  position: absolute;
  left: -6rem;
  top: 4rem;
  width: 280px;
}
@media (max-width: 1200px) {
  .cid-s3o0w9w0F4 .img2 {
    left: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-s3o0w9w0F4 .img-col {
    margin-bottom: 3rem;
  }
  .cid-s3o0w9w0F4 .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-s3o0w9w0F4 .img2 {
    width: 50%;
    top: 2rem;
  }
  .cid-s3o0w9w0F4 .number {
    margin: auto;
  }
}
.cid-s3o0w9w0F4 .mbr-text {
  color: #4f4943;
}
.cid-uTh3UKCz7c {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #fff4e2;
  position: relative;
  overflow: hidden;
}
.cid-uTh3UKCz7c .container {
  max-width: 1400px;
}
.cid-uTh3UKCz7c .card-img2 span {
  padding-top: 6px;
}
.cid-uTh3UKCz7c .soc-item a {
  padding-top: 5px;
}
.cid-uTh3UKCz7c .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uTh3UKCz7c .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-uTh3UKCz7c .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-uTh3UKCz7c .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uTh3UKCz7c svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uTh3UKCz7c #e2_shape {
  fill: #ffffff !important;
}
.cid-uTh3UKCz7c .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #4f4943;
}
.cid-uTh3UKCz7c .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uTh3UKCz7c .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #fff4e2;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uTh3UKCz7c .card-img {
  width: auto;
}
.cid-uTh3UKCz7c .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uTh3UKCz7c .soc-item span {
  font-size: 1.4rem;
}
.cid-uTh3UKCz7c .soc-item:hover span {
  color: #fff4e2 !important;
}
.cid-uTh3UKCz7c .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uTh3UKCz7c .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uTh3UKCz7c .media-wrap {
  margin-bottom: 1rem;
}
.cid-uTh3UKCz7c .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uTh3UKCz7c img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uTh3UKCz7c .item {
    justify-content: center;
  }
  .cid-uTh3UKCz7c .quote::after {
    left: 60px;
  }
}
.cid-uTh3UKCz7c .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uTh3UKCz7c .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uTh3UKCz7c .text1 {
  color: #4f4943;
}
.cid-uTh3UKCz7c .item-title {
  color: #4f4943;
}
.cid-uTh3UKCz7c H5 {
  color: #4f4943;
}
.cid-uTh3UKCz7c .theme {
  color: #4f4943;
}
.cid-uTh3UKCz7c .copyright > p {
  color: #ff3366;
}
.cid-uTh3UKCz7c .text2 {
  color: #073b4c;
}
.cid-s3o3ZNGvU0 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3o3ZNGvU0 .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-s3o3ZNGvU0 .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-s3o3ZNGvU0 .dropdown-item {
  color: #000000 !important;
}
.cid-s3o3ZNGvU0 .dropdown-item:hover {
  color: #000000 !important;
}
.cid-s3o3ZNGvU0 .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-s3o3ZNGvU0 .nav-link:hover {
  color: #89b758 !important;
}
.cid-s3o3ZNGvU0 .nav-link:hover:before {
  opacity: 1;
}
.cid-s3o3ZNGvU0 .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #89b758;
}
.cid-s3o3ZNGvU0 .btn-white {
  color: #fff4e2 !important;
}
.cid-s3o3ZNGvU0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s3o3ZNGvU0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s3o3ZNGvU0 .container {
  display: flex;
  margin: auto;
}
.cid-s3o3ZNGvU0 .navbar-caption {
  padding-right: 3rem;
}
.cid-s3o3ZNGvU0 .navbar.opened {
  background: #fff4e2 !important;
}
.cid-s3o3ZNGvU0 .nav-item:focus,
.cid-s3o3ZNGvU0 .nav-link:focus {
  outline: none;
}
.cid-s3o3ZNGvU0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3o3ZNGvU0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s3o3ZNGvU0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s3o3ZNGvU0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3o3ZNGvU0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s3o3ZNGvU0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s3o3ZNGvU0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fff4e2;
}
.cid-s3o3ZNGvU0 .navbar.opened {
  transition: all .3s;
}
.cid-s3o3ZNGvU0 .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-s3o3ZNGvU0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s3o3ZNGvU0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s3o3ZNGvU0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s3o3ZNGvU0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-s3o3ZNGvU0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s3o3ZNGvU0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s3o3ZNGvU0 .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: 55%;
}
.cid-s3o3ZNGvU0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s3o3ZNGvU0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s3o3ZNGvU0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s3o3ZNGvU0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s3o3ZNGvU0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s3o3ZNGvU0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s3o3ZNGvU0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s3o3ZNGvU0 .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: 55%;
  }
  .cid-s3o3ZNGvU0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s3o3ZNGvU0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s3o3ZNGvU0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s3o3ZNGvU0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s3o3ZNGvU0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s3o3ZNGvU0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s3o3ZNGvU0 .navbar.navbar-short {
  background: #fff4e2 !important;
  min-height: 60px;
}
.cid-s3o3ZNGvU0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s3o3ZNGvU0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s3o3ZNGvU0 .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-s3o3ZNGvU0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s3o3ZNGvU0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s3o3ZNGvU0 .dropdown-item.active,
.cid-s3o3ZNGvU0 .dropdown-item:active {
  background-color: transparent;
}
.cid-s3o3ZNGvU0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s3o3ZNGvU0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s3o3ZNGvU0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s3o3ZNGvU0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff4e2;
}
.cid-s3o3ZNGvU0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s3o3ZNGvU0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s3o3ZNGvU0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s3o3ZNGvU0 .navbar-buttons {
  text-align: center;
}
.cid-s3o3ZNGvU0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3o3ZNGvU0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e0e0e;
}
.cid-s3o3ZNGvU0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s3o3ZNGvU0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s3o3ZNGvU0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s3o3ZNGvU0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s3o3ZNGvU0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3o3ZNGvU0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s3o3ZNGvU0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s3o3ZNGvU0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3o3ZNGvU0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s3o3ZNGvU0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s3o3ZNGvU0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s3o3ZNGvU0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s3o3ZNGvU0 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s3o3ZNGvU0 .navbar {
    height: 77px;
  }
  .cid-s3o3ZNGvU0 .navbar.opened {
    height: auto;
  }
  .cid-s3o3ZNGvU0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s3o3ZOYtwI {
  overflow-x: hidden !important;
}
.cid-s3o3ZOYtwI,
.cid-s3o3ZOYtwI .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-s3o3ZOYtwI .mbr-section-title {
  color: #ffffff;
}
.cid-s3o3ZOYtwI .mbr-section-title span {
  color: #fff4e2;
}
.cid-s3o3ZOYtwI .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-s3o3ZOYtwI .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/564-1920x510.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-s3o3ZOYtwI .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-s3o3ZOYtwI .mbr-overlay {
  z-index: 1;
}
.cid-s3o3ZOYtwI .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-s3o4owW7hA {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s3o4owW7hA h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
@keyframes shadow {
  from {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.6);
  }
  to {
    box-shadow: 0px 0px 0px 25px rgba(255, 255, 255, 0);
  }
}
.cid-s3o4owW7hA .box {
  background-image: url("../../../assets/images/24730933137-48f1bf85a3-b-1024x683.jpg");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s3o4owW7hA .icon-wrap {
  border-radius: 50%;
  margin: auto;
  background: #fff4e2;
  height: 90px;
  width: 90px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  animation: shadow 1s infinite ease-in-out;
}
.cid-s3o4owW7hA .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  position: relative;
  height: auto;
  display: inline-block;
  padding-left: 6px;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-s3o4owW7hA .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-s3o4owW7hA .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s3o4owW7hA .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s3o4owW7hA .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s3o4owW7hA a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s3o4owW7hA a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-s3o4owW7hA .box {
    height: 250px;
  }
}
.cid-s3o4owW7hA .mbr-section-subtitle,
.cid-s3o4owW7hA .title-align {
  color: #cebfaf;
}
.cid-s3o4owW7hA H1 {
  color: #0e0e0e;
}
.cid-s3o3ZQ5XBF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s3o3ZQ5XBF .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s3o3ZQ5XBF .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s3o3ZQ5XBF .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s3o3ZQ5XBF .title {
  padding: 0 2rem;
}
.cid-s3o3ZQ5XBF .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px!important;
}
.cid-s3o3ZQ5XBF .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-s3o3ZQ5XBF .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
  pointer-events: none;
}
.cid-s3o3ZQ5XBF .mbr-gallery-item div:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}
.cid-s3o3ZQ5XBF .mbr-gallery-item div:hover:before {
  opacity: 0.3;
  width: 0;
}
.cid-s3o3ZQ5XBF .mbr-gallery-item div:hover:after {
  opacity: 0.3;
  height: 0;
}
.cid-s3o3ZQ5XBF .container {
  padding: 0 1rem;
}
.cid-s3o3ZQ5XBF .mbr-gallery-item--p4 {
  padding: 1rem!important;
}
.cid-s3o3ZQ5XBF .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s3o3ZQ5XBF .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s3o3ZQ5XBF .icon-focus {
  display: none;
}
.cid-s3o3ZQ5XBF .btn-primary-outline {
  border: none!important;
  color: gray!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  font-weight: 400;
}
.cid-s3o3ZQ5XBF .btn-primary-outline:hover {
  background: transparent!important;
  color: #fff4e2 !important;
}
.cid-s3o3ZQ5XBF li.active .btn {
  background: transparent!important;
  color: black !important;
}
.cid-s3o3ZQ5XBF li {
  position: relative;
}
.cid-s3o3ZQ5XBF li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-s3o3ZQ5XBF .btn {
  font-family: Roboto !important;
}
.cid-s3o3ZQ5XBF .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-s3o3ZQ5XBF .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s3o3ZQ5XBF li:not(:last-child):after {
    top: 9px;
  }
  .cid-s3o3ZQ5XBF .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0!important;
  }
  .cid-s3o3ZQ5XBF .container {
    padding: 0rem;
  }
  .cid-s3o3ZQ5XBF .title {
    padding: 0 1rem;
  }
}
.cid-s3o3ZQ5XBF H2 {
  color: #89b758;
}
.cid-s3o3ZRJipi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s3o3ZRJipi .container {
  max-width: 1500px;
}
.cid-s3o3ZRJipi img {
  width: 100%;
}
.cid-s3o3ZRJipi h2 {
  padding: 0;
  margin: 0;
}
.cid-s3o3ZRJipi .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-s3o3ZRJipi .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-s3o3ZRJipi .img-col {
  position: relative;
}
.cid-s3o3ZRJipi .img2 {
  position: absolute;
  left: -6rem;
  top: 4rem;
  width: 280px;
}
@media (max-width: 1200px) {
  .cid-s3o3ZRJipi .img2 {
    left: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-s3o3ZRJipi .img-col {
    margin-bottom: 3rem;
  }
  .cid-s3o3ZRJipi .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-s3o3ZRJipi .img2 {
    width: 50%;
    top: 2rem;
  }
  .cid-s3o3ZRJipi .number {
    margin: auto;
  }
}
.cid-s3o3ZRJipi .mbr-text {
  color: #4f4943;
}
.cid-uTh43pMkzd {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #fff4e2;
  position: relative;
  overflow: hidden;
}
.cid-uTh43pMkzd .container {
  max-width: 1400px;
}
.cid-uTh43pMkzd .card-img2 span {
  padding-top: 6px;
}
.cid-uTh43pMkzd .soc-item a {
  padding-top: 5px;
}
.cid-uTh43pMkzd .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uTh43pMkzd .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-uTh43pMkzd .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-uTh43pMkzd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uTh43pMkzd svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uTh43pMkzd #e2_shape {
  fill: #ffffff !important;
}
.cid-uTh43pMkzd .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #4f4943;
}
.cid-uTh43pMkzd .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uTh43pMkzd .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #fff4e2;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uTh43pMkzd .card-img {
  width: auto;
}
.cid-uTh43pMkzd .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uTh43pMkzd .soc-item span {
  font-size: 1.4rem;
}
.cid-uTh43pMkzd .soc-item:hover span {
  color: #fff4e2 !important;
}
.cid-uTh43pMkzd .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uTh43pMkzd .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uTh43pMkzd .media-wrap {
  margin-bottom: 1rem;
}
.cid-uTh43pMkzd .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uTh43pMkzd img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uTh43pMkzd .item {
    justify-content: center;
  }
  .cid-uTh43pMkzd .quote::after {
    left: 60px;
  }
}
.cid-uTh43pMkzd .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uTh43pMkzd .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uTh43pMkzd .text1 {
  color: #4f4943;
}
.cid-uTh43pMkzd .item-title {
  color: #4f4943;
}
.cid-uTh43pMkzd H5 {
  color: #4f4943;
}
.cid-uTh43pMkzd .theme {
  color: #4f4943;
}
.cid-uTh43pMkzd .copyright > p {
  color: #ff3366;
}
.cid-uTh43pMkzd .text2 {
  color: #073b4c;
}
.cid-s3o7CGhhS2 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3o7CGhhS2 .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-s3o7CGhhS2 .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-s3o7CGhhS2 .dropdown-item {
  color: #000000 !important;
}
.cid-s3o7CGhhS2 .dropdown-item:hover {
  color: #000000 !important;
}
.cid-s3o7CGhhS2 .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-s3o7CGhhS2 .nav-link:hover {
  color: #89b758 !important;
}
.cid-s3o7CGhhS2 .nav-link:hover:before {
  opacity: 1;
}
.cid-s3o7CGhhS2 .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #89b758;
}
.cid-s3o7CGhhS2 .btn-white {
  color: #fff4e2 !important;
}
.cid-s3o7CGhhS2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s3o7CGhhS2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s3o7CGhhS2 .container {
  display: flex;
  margin: auto;
}
.cid-s3o7CGhhS2 .navbar-caption {
  padding-right: 3rem;
}
.cid-s3o7CGhhS2 .navbar.opened {
  background: #fff4e2 !important;
}
.cid-s3o7CGhhS2 .nav-item:focus,
.cid-s3o7CGhhS2 .nav-link:focus {
  outline: none;
}
.cid-s3o7CGhhS2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3o7CGhhS2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s3o7CGhhS2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s3o7CGhhS2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3o7CGhhS2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s3o7CGhhS2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s3o7CGhhS2 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fff4e2;
}
.cid-s3o7CGhhS2 .navbar.opened {
  transition: all .3s;
}
.cid-s3o7CGhhS2 .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-s3o7CGhhS2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s3o7CGhhS2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s3o7CGhhS2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s3o7CGhhS2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-s3o7CGhhS2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s3o7CGhhS2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s3o7CGhhS2 .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: 55%;
}
.cid-s3o7CGhhS2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s3o7CGhhS2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s3o7CGhhS2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s3o7CGhhS2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s3o7CGhhS2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s3o7CGhhS2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s3o7CGhhS2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s3o7CGhhS2 .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: 55%;
  }
  .cid-s3o7CGhhS2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s3o7CGhhS2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s3o7CGhhS2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s3o7CGhhS2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s3o7CGhhS2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s3o7CGhhS2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s3o7CGhhS2 .navbar.navbar-short {
  background: #fff4e2 !important;
  min-height: 60px;
}
.cid-s3o7CGhhS2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s3o7CGhhS2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s3o7CGhhS2 .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-s3o7CGhhS2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s3o7CGhhS2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s3o7CGhhS2 .dropdown-item.active,
.cid-s3o7CGhhS2 .dropdown-item:active {
  background-color: transparent;
}
.cid-s3o7CGhhS2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s3o7CGhhS2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s3o7CGhhS2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s3o7CGhhS2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff4e2;
}
.cid-s3o7CGhhS2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s3o7CGhhS2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s3o7CGhhS2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s3o7CGhhS2 .navbar-buttons {
  text-align: center;
}
.cid-s3o7CGhhS2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3o7CGhhS2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e0e0e;
}
.cid-s3o7CGhhS2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s3o7CGhhS2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s3o7CGhhS2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s3o7CGhhS2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s3o7CGhhS2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3o7CGhhS2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s3o7CGhhS2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s3o7CGhhS2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3o7CGhhS2 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s3o7CGhhS2 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s3o7CGhhS2 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s3o7CGhhS2 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s3o7CGhhS2 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s3o7CGhhS2 .navbar {
    height: 77px;
  }
  .cid-s3o7CGhhS2 .navbar.opened {
    height: auto;
  }
  .cid-s3o7CGhhS2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s3o7CHBtY4 {
  overflow-x: hidden !important;
}
.cid-s3o7CHBtY4,
.cid-s3o7CHBtY4 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-s3o7CHBtY4 .mbr-section-title {
  color: #ffffff;
}
.cid-s3o7CHBtY4 .mbr-section-title span {
  color: #fff4e2;
}
.cid-s3o7CHBtY4 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-s3o7CHBtY4 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/dfdffs-1920x656.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-s3o7CHBtY4 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-s3o7CHBtY4 .mbr-overlay {
  z-index: 1;
}
.cid-s3o7CHBtY4 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sDpfRetfaT {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sDpfRetfaT .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-sDpfRetfaT .col-lg-4,
.cid-sDpfRetfaT .col-12 {
  padding: 0 2rem;
}
.cid-sDpfRetfaT .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-sDpfRetfaT .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-sDpfRetfaT .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sDpfRetfaT .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-sDpfRetfaT .card-title,
.cid-sDpfRetfaT .iconfont-wrapper {
  color: #0e0e0e;
  text-align: center;
}
.cid-sDpfRetfaT .card-text {
  color: #232323;
  text-align: center;
}
.cid-sDpfRetfaT .mbr-section-subtitle {
  color: #6c758f;
}
.cid-sDpfRetfaT .mbr-section-title {
  color: #0e0e0e;
}
.cid-s3o8lCgl9Z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s3o8lCgl9Z .card-icon {
  font-size: 56px;
  color: #ed4266;
  transition: color 0.3s;
}
.cid-s3o8lCgl9Z .icon2 {
  color: #f9b03e;
}
.cid-s3o8lCgl9Z .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-s3o8lCgl9Z p {
  font-weight: 400;
}
.cid-s3o8lCgl9Z .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-s3o8lCgl9Z .line2 {
  background: #f7ed4a;
}
.cid-s3o8lCgl9Z .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #255085;
}
.cid-s3o8lCgl9Z .card-wrapper:hover .link-ico {
  background-color: #ed4266;
  border-color: #ed4266;
  color: white;
}
.cid-s3o8lCgl9Z .card2 {
  background: #ed4266;
}
.cid-s3o8lCgl9Z .card-title,
.cid-s3o8lCgl9Z .card-ico,
.cid-s3o8lCgl9Z .line-wrap {
  text-align: center;
}
.cid-s3o8lCgl9Z .mbr-text,
.cid-s3o8lCgl9Z .card-link {
  text-align: center;
}
.cid-s3o8ayKRcO .google-map {
  height: 30rem;
  position: relative;
}
.cid-s3o8ayKRcO .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s3o8ayKRcO .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-s3o8ayKRcO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s3o8ayKRcO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uTh45jBSEb {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #fff4e2;
  position: relative;
  overflow: hidden;
}
.cid-uTh45jBSEb .container {
  max-width: 1400px;
}
.cid-uTh45jBSEb .card-img2 span {
  padding-top: 6px;
}
.cid-uTh45jBSEb .soc-item a {
  padding-top: 5px;
}
.cid-uTh45jBSEb .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uTh45jBSEb .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-uTh45jBSEb .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-uTh45jBSEb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uTh45jBSEb svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uTh45jBSEb #e2_shape {
  fill: #ffffff !important;
}
.cid-uTh45jBSEb .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #4f4943;
}
.cid-uTh45jBSEb .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uTh45jBSEb .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #fff4e2;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uTh45jBSEb .card-img {
  width: auto;
}
.cid-uTh45jBSEb .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uTh45jBSEb .soc-item span {
  font-size: 1.4rem;
}
.cid-uTh45jBSEb .soc-item:hover span {
  color: #fff4e2 !important;
}
.cid-uTh45jBSEb .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uTh45jBSEb .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uTh45jBSEb .media-wrap {
  margin-bottom: 1rem;
}
.cid-uTh45jBSEb .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uTh45jBSEb img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uTh45jBSEb .item {
    justify-content: center;
  }
  .cid-uTh45jBSEb .quote::after {
    left: 60px;
  }
}
.cid-uTh45jBSEb .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uTh45jBSEb .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uTh45jBSEb .text1 {
  color: #4f4943;
}
.cid-uTh45jBSEb .item-title {
  color: #4f4943;
}
.cid-uTh45jBSEb H5 {
  color: #4f4943;
}
.cid-uTh45jBSEb .theme {
  color: #4f4943;
}
.cid-uTh45jBSEb .copyright > p {
  color: #ff3366;
}
.cid-uTh45jBSEb .text2 {
  color: #073b4c;
}
.cid-s3o1s23TAj .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3o1s23TAj .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-s3o1s23TAj .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-s3o1s23TAj .dropdown-item {
  color: #000000 !important;
}
.cid-s3o1s23TAj .dropdown-item:hover {
  color: #000000 !important;
}
.cid-s3o1s23TAj .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-s3o1s23TAj .nav-link:hover {
  color: #89b758 !important;
}
.cid-s3o1s23TAj .nav-link:hover:before {
  opacity: 1;
}
.cid-s3o1s23TAj .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #89b758;
}
.cid-s3o1s23TAj .btn-white {
  color: #fff4e2 !important;
}
.cid-s3o1s23TAj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s3o1s23TAj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s3o1s23TAj .container {
  display: flex;
  margin: auto;
}
.cid-s3o1s23TAj .navbar-caption {
  padding-right: 3rem;
}
.cid-s3o1s23TAj .navbar.opened {
  background: #fff4e2 !important;
}
.cid-s3o1s23TAj .nav-item:focus,
.cid-s3o1s23TAj .nav-link:focus {
  outline: none;
}
.cid-s3o1s23TAj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3o1s23TAj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s3o1s23TAj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s3o1s23TAj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3o1s23TAj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s3o1s23TAj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s3o1s23TAj .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fff4e2;
}
.cid-s3o1s23TAj .navbar.opened {
  transition: all .3s;
}
.cid-s3o1s23TAj .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-s3o1s23TAj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s3o1s23TAj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s3o1s23TAj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s3o1s23TAj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-s3o1s23TAj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s3o1s23TAj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s3o1s23TAj .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: 55%;
}
.cid-s3o1s23TAj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s3o1s23TAj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s3o1s23TAj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s3o1s23TAj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s3o1s23TAj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s3o1s23TAj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s3o1s23TAj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s3o1s23TAj .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: 55%;
  }
  .cid-s3o1s23TAj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s3o1s23TAj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s3o1s23TAj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s3o1s23TAj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s3o1s23TAj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s3o1s23TAj .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s3o1s23TAj .navbar.navbar-short {
  background: #fff4e2 !important;
  min-height: 60px;
}
.cid-s3o1s23TAj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s3o1s23TAj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s3o1s23TAj .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-s3o1s23TAj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s3o1s23TAj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s3o1s23TAj .dropdown-item.active,
.cid-s3o1s23TAj .dropdown-item:active {
  background-color: transparent;
}
.cid-s3o1s23TAj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s3o1s23TAj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s3o1s23TAj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s3o1s23TAj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff4e2;
}
.cid-s3o1s23TAj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s3o1s23TAj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s3o1s23TAj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s3o1s23TAj .navbar-buttons {
  text-align: center;
}
.cid-s3o1s23TAj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3o1s23TAj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e0e0e;
}
.cid-s3o1s23TAj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s3o1s23TAj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s3o1s23TAj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s3o1s23TAj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s3o1s23TAj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3o1s23TAj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s3o1s23TAj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s3o1s23TAj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3o1s23TAj .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s3o1s23TAj a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s3o1s23TAj .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s3o1s23TAj .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s3o1s23TAj .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s3o1s23TAj .navbar {
    height: 77px;
  }
  .cid-s3o1s23TAj .navbar.opened {
    height: auto;
  }
  .cid-s3o1s23TAj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s3o1s3dXpT {
  overflow-x: hidden !important;
}
.cid-s3o1s3dXpT,
.cid-s3o1s3dXpT .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-s3o1s3dXpT .mbr-section-title {
  color: #ffffff;
}
.cid-s3o1s3dXpT .mbr-section-title span {
  color: #fff4e2;
}
.cid-s3o1s3dXpT .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-s3o1s3dXpT .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/ce6de3e9b2720c1f6a5940306465cf10-resize-1-2000x930.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-s3o1s3dXpT .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-s3o1s3dXpT .mbr-overlay {
  z-index: 1;
}
.cid-s3o1s3dXpT .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-s3o1s3SZFJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s3o1s3SZFJ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s3o1s3SZFJ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s3o1s3SZFJ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s3o1s3SZFJ .title {
  padding: 0 2rem;
}
.cid-s3o1s3SZFJ .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px!important;
}
.cid-s3o1s3SZFJ .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-s3o1s3SZFJ .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
  pointer-events: none;
}
.cid-s3o1s3SZFJ .mbr-gallery-item div:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}
.cid-s3o1s3SZFJ .mbr-gallery-item div:hover:before {
  opacity: 0.3;
  width: 0;
}
.cid-s3o1s3SZFJ .mbr-gallery-item div:hover:after {
  opacity: 0.3;
  height: 0;
}
.cid-s3o1s3SZFJ .container {
  padding: 0 1rem;
}
.cid-s3o1s3SZFJ .mbr-gallery-item--p4 {
  padding: 1rem!important;
}
.cid-s3o1s3SZFJ .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s3o1s3SZFJ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s3o1s3SZFJ .icon-focus {
  display: none;
}
.cid-s3o1s3SZFJ .btn-primary-outline {
  border: none!important;
  color: gray!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  font-weight: 400;
}
.cid-s3o1s3SZFJ .btn-primary-outline:hover {
  background: transparent!important;
  color: #fff4e2 !important;
}
.cid-s3o1s3SZFJ li.active .btn {
  background: transparent!important;
  color: black !important;
}
.cid-s3o1s3SZFJ li {
  position: relative;
}
.cid-s3o1s3SZFJ li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-s3o1s3SZFJ .btn {
  font-family: Roboto !important;
}
.cid-s3o1s3SZFJ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-s3o1s3SZFJ .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s3o1s3SZFJ li:not(:last-child):after {
    top: 9px;
  }
  .cid-s3o1s3SZFJ .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0!important;
  }
  .cid-s3o1s3SZFJ .container {
    padding: 0rem;
  }
  .cid-s3o1s3SZFJ .title {
    padding: 0 1rem;
  }
}
.cid-s3o1s3SZFJ H2 {
  color: #89b758;
}
.cid-s3o1s5G4K1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s3o1s5G4K1 .container {
  max-width: 1500px;
}
.cid-s3o1s5G4K1 img {
  width: 100%;
}
.cid-s3o1s5G4K1 h2 {
  padding: 0;
  margin: 0;
}
.cid-s3o1s5G4K1 .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-s3o1s5G4K1 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-s3o1s5G4K1 .img-col {
  position: relative;
}
.cid-s3o1s5G4K1 .img2 {
  position: absolute;
  left: -6rem;
  top: 4rem;
  width: 280px;
}
@media (max-width: 1200px) {
  .cid-s3o1s5G4K1 .img2 {
    left: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-s3o1s5G4K1 .img-col {
    margin-bottom: 3rem;
  }
  .cid-s3o1s5G4K1 .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-s3o1s5G4K1 .img2 {
    width: 50%;
    top: 2rem;
  }
  .cid-s3o1s5G4K1 .number {
    margin: auto;
  }
}
.cid-s3o1s5G4K1 .mbr-text {
  color: #4f4943;
}
.cid-uTh3WISH0J {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #fff4e2;
  position: relative;
  overflow: hidden;
}
.cid-uTh3WISH0J .container {
  max-width: 1400px;
}
.cid-uTh3WISH0J .card-img2 span {
  padding-top: 6px;
}
.cid-uTh3WISH0J .soc-item a {
  padding-top: 5px;
}
.cid-uTh3WISH0J .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uTh3WISH0J .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-uTh3WISH0J .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-uTh3WISH0J .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uTh3WISH0J svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uTh3WISH0J #e2_shape {
  fill: #ffffff !important;
}
.cid-uTh3WISH0J .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #4f4943;
}
.cid-uTh3WISH0J .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uTh3WISH0J .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #fff4e2;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uTh3WISH0J .card-img {
  width: auto;
}
.cid-uTh3WISH0J .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uTh3WISH0J .soc-item span {
  font-size: 1.4rem;
}
.cid-uTh3WISH0J .soc-item:hover span {
  color: #fff4e2 !important;
}
.cid-uTh3WISH0J .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uTh3WISH0J .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uTh3WISH0J .media-wrap {
  margin-bottom: 1rem;
}
.cid-uTh3WISH0J .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uTh3WISH0J img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uTh3WISH0J .item {
    justify-content: center;
  }
  .cid-uTh3WISH0J .quote::after {
    left: 60px;
  }
}
.cid-uTh3WISH0J .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uTh3WISH0J .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uTh3WISH0J .text1 {
  color: #4f4943;
}
.cid-uTh3WISH0J .item-title {
  color: #4f4943;
}
.cid-uTh3WISH0J H5 {
  color: #4f4943;
}
.cid-uTh3WISH0J .theme {
  color: #4f4943;
}
.cid-uTh3WISH0J .copyright > p {
  color: #ff3366;
}
.cid-uTh3WISH0J .text2 {
  color: #073b4c;
}
.cid-s3o2C2Ohb2 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3o2C2Ohb2 .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-s3o2C2Ohb2 .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-s3o2C2Ohb2 .dropdown-item {
  color: #000000 !important;
}
.cid-s3o2C2Ohb2 .dropdown-item:hover {
  color: #000000 !important;
}
.cid-s3o2C2Ohb2 .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-s3o2C2Ohb2 .nav-link:hover {
  color: #89b758 !important;
}
.cid-s3o2C2Ohb2 .nav-link:hover:before {
  opacity: 1;
}
.cid-s3o2C2Ohb2 .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #89b758;
}
.cid-s3o2C2Ohb2 .btn-white {
  color: #fff4e2 !important;
}
.cid-s3o2C2Ohb2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s3o2C2Ohb2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s3o2C2Ohb2 .container {
  display: flex;
  margin: auto;
}
.cid-s3o2C2Ohb2 .navbar-caption {
  padding-right: 3rem;
}
.cid-s3o2C2Ohb2 .navbar.opened {
  background: #fff4e2 !important;
}
.cid-s3o2C2Ohb2 .nav-item:focus,
.cid-s3o2C2Ohb2 .nav-link:focus {
  outline: none;
}
.cid-s3o2C2Ohb2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3o2C2Ohb2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s3o2C2Ohb2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s3o2C2Ohb2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3o2C2Ohb2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s3o2C2Ohb2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s3o2C2Ohb2 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fff4e2;
}
.cid-s3o2C2Ohb2 .navbar.opened {
  transition: all .3s;
}
.cid-s3o2C2Ohb2 .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-s3o2C2Ohb2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s3o2C2Ohb2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s3o2C2Ohb2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s3o2C2Ohb2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-s3o2C2Ohb2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s3o2C2Ohb2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s3o2C2Ohb2 .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: 55%;
}
.cid-s3o2C2Ohb2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s3o2C2Ohb2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s3o2C2Ohb2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s3o2C2Ohb2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s3o2C2Ohb2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s3o2C2Ohb2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s3o2C2Ohb2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s3o2C2Ohb2 .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: 55%;
  }
  .cid-s3o2C2Ohb2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s3o2C2Ohb2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s3o2C2Ohb2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s3o2C2Ohb2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s3o2C2Ohb2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s3o2C2Ohb2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s3o2C2Ohb2 .navbar.navbar-short {
  background: #fff4e2 !important;
  min-height: 60px;
}
.cid-s3o2C2Ohb2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s3o2C2Ohb2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s3o2C2Ohb2 .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-s3o2C2Ohb2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s3o2C2Ohb2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s3o2C2Ohb2 .dropdown-item.active,
.cid-s3o2C2Ohb2 .dropdown-item:active {
  background-color: transparent;
}
.cid-s3o2C2Ohb2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s3o2C2Ohb2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s3o2C2Ohb2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s3o2C2Ohb2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff4e2;
}
.cid-s3o2C2Ohb2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s3o2C2Ohb2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s3o2C2Ohb2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s3o2C2Ohb2 .navbar-buttons {
  text-align: center;
}
.cid-s3o2C2Ohb2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3o2C2Ohb2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e0e0e;
}
.cid-s3o2C2Ohb2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s3o2C2Ohb2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s3o2C2Ohb2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s3o2C2Ohb2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s3o2C2Ohb2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3o2C2Ohb2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s3o2C2Ohb2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s3o2C2Ohb2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3o2C2Ohb2 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s3o2C2Ohb2 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s3o2C2Ohb2 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s3o2C2Ohb2 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s3o2C2Ohb2 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s3o2C2Ohb2 .navbar {
    height: 77px;
  }
  .cid-s3o2C2Ohb2 .navbar.opened {
    height: auto;
  }
  .cid-s3o2C2Ohb2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s3o2C4cyRF {
  overflow-x: hidden !important;
}
.cid-s3o2C4cyRF,
.cid-s3o2C4cyRF .scroll-wrapper {
  padding-top: 135px;
  padding-bottom: 135px;
}
.cid-s3o2C4cyRF .mbr-section-title {
  color: #ffffff;
}
.cid-s3o2C4cyRF .mbr-section-title span {
  color: #fff4e2;
}
.cid-s3o2C4cyRF .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-s3o2C4cyRF .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/546546645456-2000x921.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-s3o2C4cyRF .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-s3o2C4cyRF .mbr-overlay {
  z-index: 1;
}
.cid-s3o2C4cyRF .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-s3o2C4U4w3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s3o2C4U4w3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s3o2C4U4w3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s3o2C4U4w3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s3o2C4U4w3 .title {
  padding: 0 2rem;
}
.cid-s3o2C4U4w3 .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px!important;
}
.cid-s3o2C4U4w3 .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-s3o2C4U4w3 .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
  pointer-events: none;
}
.cid-s3o2C4U4w3 .mbr-gallery-item div:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}
.cid-s3o2C4U4w3 .mbr-gallery-item div:hover:before {
  opacity: 0.3;
  width: 0;
}
.cid-s3o2C4U4w3 .mbr-gallery-item div:hover:after {
  opacity: 0.3;
  height: 0;
}
.cid-s3o2C4U4w3 .container {
  padding: 0 1rem;
}
.cid-s3o2C4U4w3 .mbr-gallery-item--p4 {
  padding: 1rem!important;
}
.cid-s3o2C4U4w3 .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s3o2C4U4w3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s3o2C4U4w3 .icon-focus {
  display: none;
}
.cid-s3o2C4U4w3 .btn-primary-outline {
  border: none!important;
  color: gray!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  font-weight: 400;
}
.cid-s3o2C4U4w3 .btn-primary-outline:hover {
  background: transparent!important;
  color: #fff4e2 !important;
}
.cid-s3o2C4U4w3 li.active .btn {
  background: transparent!important;
  color: black !important;
}
.cid-s3o2C4U4w3 li {
  position: relative;
}
.cid-s3o2C4U4w3 li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-s3o2C4U4w3 .btn {
  font-family: Roboto !important;
}
.cid-s3o2C4U4w3 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-s3o2C4U4w3 .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s3o2C4U4w3 li:not(:last-child):after {
    top: 9px;
  }
  .cid-s3o2C4U4w3 .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0!important;
  }
  .cid-s3o2C4U4w3 .container {
    padding: 0rem;
  }
  .cid-s3o2C4U4w3 .title {
    padding: 0 1rem;
  }
}
.cid-s3o2C4U4w3 H2 {
  color: #89b758;
}
.cid-s3o2C75cZk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s3o2C75cZk .container {
  max-width: 1500px;
}
.cid-s3o2C75cZk img {
  width: 100%;
}
.cid-s3o2C75cZk h2 {
  padding: 0;
  margin: 0;
}
.cid-s3o2C75cZk .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-s3o2C75cZk .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-s3o2C75cZk .img-col {
  position: relative;
}
.cid-s3o2C75cZk .img2 {
  position: absolute;
  left: -6rem;
  top: 4rem;
  width: 280px;
}
@media (max-width: 1200px) {
  .cid-s3o2C75cZk .img2 {
    left: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-s3o2C75cZk .img-col {
    margin-bottom: 3rem;
  }
  .cid-s3o2C75cZk .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-s3o2C75cZk .img2 {
    width: 50%;
    top: 2rem;
  }
  .cid-s3o2C75cZk .number {
    margin: auto;
  }
}
.cid-s3o2C75cZk .mbr-text {
  color: #4f4943;
}
.cid-uTh3Zep96o {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #fff4e2;
  position: relative;
  overflow: hidden;
}
.cid-uTh3Zep96o .container {
  max-width: 1400px;
}
.cid-uTh3Zep96o .card-img2 span {
  padding-top: 6px;
}
.cid-uTh3Zep96o .soc-item a {
  padding-top: 5px;
}
.cid-uTh3Zep96o .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uTh3Zep96o .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-uTh3Zep96o .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-uTh3Zep96o .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uTh3Zep96o svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uTh3Zep96o #e2_shape {
  fill: #ffffff !important;
}
.cid-uTh3Zep96o .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #4f4943;
}
.cid-uTh3Zep96o .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uTh3Zep96o .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #fff4e2;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uTh3Zep96o .card-img {
  width: auto;
}
.cid-uTh3Zep96o .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uTh3Zep96o .soc-item span {
  font-size: 1.4rem;
}
.cid-uTh3Zep96o .soc-item:hover span {
  color: #fff4e2 !important;
}
.cid-uTh3Zep96o .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uTh3Zep96o .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uTh3Zep96o .media-wrap {
  margin-bottom: 1rem;
}
.cid-uTh3Zep96o .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uTh3Zep96o img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uTh3Zep96o .item {
    justify-content: center;
  }
  .cid-uTh3Zep96o .quote::after {
    left: 60px;
  }
}
.cid-uTh3Zep96o .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uTh3Zep96o .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uTh3Zep96o .text1 {
  color: #4f4943;
}
.cid-uTh3Zep96o .item-title {
  color: #4f4943;
}
.cid-uTh3Zep96o H5 {
  color: #4f4943;
}
.cid-uTh3Zep96o .theme {
  color: #4f4943;
}
.cid-uTh3Zep96o .copyright > p {
  color: #ff3366;
}
.cid-uTh3Zep96o .text2 {
  color: #073b4c;
}
.cid-sD41ZfenPE .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sD41ZfenPE .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-sD41ZfenPE .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-sD41ZfenPE .dropdown-item {
  color: #000000 !important;
}
.cid-sD41ZfenPE .dropdown-item:hover {
  color: #000000 !important;
}
.cid-sD41ZfenPE .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-sD41ZfenPE .nav-link:hover {
  color: #89b758 !important;
}
.cid-sD41ZfenPE .nav-link:hover:before {
  opacity: 1;
}
.cid-sD41ZfenPE .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #89b758;
}
.cid-sD41ZfenPE .btn-white {
  color: #fff4e2 !important;
}
.cid-sD41ZfenPE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sD41ZfenPE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sD41ZfenPE .container {
  display: flex;
  margin: auto;
}
.cid-sD41ZfenPE .navbar-caption {
  padding-right: 3rem;
}
.cid-sD41ZfenPE .navbar.opened {
  background: #fff4e2 !important;
}
.cid-sD41ZfenPE .nav-item:focus,
.cid-sD41ZfenPE .nav-link:focus {
  outline: none;
}
.cid-sD41ZfenPE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sD41ZfenPE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sD41ZfenPE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sD41ZfenPE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sD41ZfenPE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sD41ZfenPE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sD41ZfenPE .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fff4e2;
}
.cid-sD41ZfenPE .navbar.opened {
  transition: all .3s;
}
.cid-sD41ZfenPE .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-sD41ZfenPE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sD41ZfenPE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sD41ZfenPE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sD41ZfenPE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-sD41ZfenPE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sD41ZfenPE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sD41ZfenPE .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: 55%;
}
.cid-sD41ZfenPE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sD41ZfenPE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sD41ZfenPE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sD41ZfenPE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sD41ZfenPE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sD41ZfenPE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sD41ZfenPE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sD41ZfenPE .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: 55%;
  }
  .cid-sD41ZfenPE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sD41ZfenPE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sD41ZfenPE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sD41ZfenPE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sD41ZfenPE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sD41ZfenPE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sD41ZfenPE .navbar.navbar-short {
  background: #fff4e2 !important;
  min-height: 60px;
}
.cid-sD41ZfenPE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sD41ZfenPE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sD41ZfenPE .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-sD41ZfenPE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sD41ZfenPE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sD41ZfenPE .dropdown-item.active,
.cid-sD41ZfenPE .dropdown-item:active {
  background-color: transparent;
}
.cid-sD41ZfenPE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sD41ZfenPE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sD41ZfenPE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sD41ZfenPE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff4e2;
}
.cid-sD41ZfenPE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sD41ZfenPE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sD41ZfenPE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sD41ZfenPE .navbar-buttons {
  text-align: center;
}
.cid-sD41ZfenPE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sD41ZfenPE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e0e0e;
}
.cid-sD41ZfenPE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sD41ZfenPE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sD41ZfenPE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sD41ZfenPE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sD41ZfenPE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sD41ZfenPE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sD41ZfenPE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sD41ZfenPE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sD41ZfenPE .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sD41ZfenPE a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sD41ZfenPE .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sD41ZfenPE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sD41ZfenPE .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sD41ZfenPE .navbar {
    height: 77px;
  }
  .cid-sD41ZfenPE .navbar.opened {
    height: auto;
  }
  .cid-sD41ZfenPE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sD41ZfzosA {
  overflow-x: hidden !important;
}
.cid-sD41ZfzosA,
.cid-sD41ZfzosA .scroll-wrapper {
  padding-top: 120px;
  padding-bottom: 180px;
}
.cid-sD41ZfzosA .mbr-section-title {
  color: #ffffff;
}
.cid-sD41ZfzosA .mbr-section-title span {
  color: #fff4e2;
}
.cid-sD41ZfzosA .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sD41ZfzosA .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/65645654-1920x768.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sD41ZfzosA .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sD41ZfzosA .mbr-overlay {
  z-index: 1;
}
.cid-sD41ZfzosA .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sD41ZfJZOM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sD41ZfJZOM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sD41ZfJZOM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sD41ZfJZOM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sD41ZfJZOM .title {
  padding: 0 2rem;
}
.cid-sD41ZfJZOM .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px!important;
}
.cid-sD41ZfJZOM .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-sD41ZfJZOM .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
  pointer-events: none;
}
.cid-sD41ZfJZOM .mbr-gallery-item div:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}
.cid-sD41ZfJZOM .mbr-gallery-item div:hover:before {
  opacity: 0.3;
  width: 0;
}
.cid-sD41ZfJZOM .mbr-gallery-item div:hover:after {
  opacity: 0.3;
  height: 0;
}
.cid-sD41ZfJZOM .container {
  padding: 0 1rem;
}
.cid-sD41ZfJZOM .mbr-gallery-item--p4 {
  padding: 1rem!important;
}
.cid-sD41ZfJZOM .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sD41ZfJZOM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sD41ZfJZOM .icon-focus {
  display: none;
}
.cid-sD41ZfJZOM .btn-primary-outline {
  border: none!important;
  color: gray!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  font-weight: 400;
}
.cid-sD41ZfJZOM .btn-primary-outline:hover {
  background: transparent!important;
  color: #fff4e2 !important;
}
.cid-sD41ZfJZOM li.active .btn {
  background: transparent!important;
  color: black !important;
}
.cid-sD41ZfJZOM li {
  position: relative;
}
.cid-sD41ZfJZOM li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-sD41ZfJZOM .btn {
  font-family: Roboto !important;
}
.cid-sD41ZfJZOM .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-sD41ZfJZOM .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sD41ZfJZOM li:not(:last-child):after {
    top: 9px;
  }
  .cid-sD41ZfJZOM .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0!important;
  }
  .cid-sD41ZfJZOM .container {
    padding: 0rem;
  }
  .cid-sD41ZfJZOM .title {
    padding: 0 1rem;
  }
}
.cid-sD41ZfJZOM H2 {
  color: #89b758;
}
.cid-sD41Zg2IzN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sD41Zg2IzN .container {
  max-width: 1500px;
}
.cid-sD41Zg2IzN img {
  width: 100%;
}
.cid-sD41Zg2IzN h2 {
  padding: 0;
  margin: 0;
}
.cid-sD41Zg2IzN .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-sD41Zg2IzN .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-sD41Zg2IzN .img-col {
  position: relative;
}
.cid-sD41Zg2IzN .img2 {
  position: absolute;
  left: -6rem;
  top: 4rem;
  width: 280px;
}
@media (max-width: 1200px) {
  .cid-sD41Zg2IzN .img2 {
    left: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sD41Zg2IzN .img-col {
    margin-bottom: 3rem;
  }
  .cid-sD41Zg2IzN .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-sD41Zg2IzN .img2 {
    width: 50%;
    top: 2rem;
  }
  .cid-sD41Zg2IzN .number {
    margin: auto;
  }
}
.cid-sD41Zg2IzN .mbr-text {
  color: #4f4943;
}
.cid-uTh41lnNzq {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #fff4e2;
  position: relative;
  overflow: hidden;
}
.cid-uTh41lnNzq .container {
  max-width: 1400px;
}
.cid-uTh41lnNzq .card-img2 span {
  padding-top: 6px;
}
.cid-uTh41lnNzq .soc-item a {
  padding-top: 5px;
}
.cid-uTh41lnNzq .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uTh41lnNzq .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-uTh41lnNzq .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-uTh41lnNzq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uTh41lnNzq svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uTh41lnNzq #e2_shape {
  fill: #ffffff !important;
}
.cid-uTh41lnNzq .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #4f4943;
}
.cid-uTh41lnNzq .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uTh41lnNzq .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #fff4e2;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uTh41lnNzq .card-img {
  width: auto;
}
.cid-uTh41lnNzq .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uTh41lnNzq .soc-item span {
  font-size: 1.4rem;
}
.cid-uTh41lnNzq .soc-item:hover span {
  color: #fff4e2 !important;
}
.cid-uTh41lnNzq .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uTh41lnNzq .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uTh41lnNzq .media-wrap {
  margin-bottom: 1rem;
}
.cid-uTh41lnNzq .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uTh41lnNzq img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uTh41lnNzq .item {
    justify-content: center;
  }
  .cid-uTh41lnNzq .quote::after {
    left: 60px;
  }
}
.cid-uTh41lnNzq .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uTh41lnNzq .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uTh41lnNzq .text1 {
  color: #4f4943;
}
.cid-uTh41lnNzq .item-title {
  color: #4f4943;
}
.cid-uTh41lnNzq H5 {
  color: #4f4943;
}
.cid-uTh41lnNzq .theme {
  color: #4f4943;
}
.cid-uTh41lnNzq .copyright > p {
  color: #ff3366;
}
.cid-uTh41lnNzq .text2 {
  color: #073b4c;
}
