body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Shadows Into Light', handwriting;
  font-size: 5.2rem;
}
.display-2 {
  font-family: 'Amatic SC', handwriting;
  font-size: 4rem;
}
.display-4 {
  font-family: 'Lalezar', display;
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
}
/* ---- 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.16rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.719rem 1.5rem;
  border-radius: 3px;
}
.btn:hover:after,
.btn:focus:after,
.btn.active:after {
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.btn-sm {
  padding: 0.5rem 1rem;
  border-radius: 3px;
}
.btn-md {
  padding: 0.719rem 1.5rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 0.875rem 1.875rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #467440 !important;
}
.bg-success {
  background-color: #e4e654 !important;
}
.bg-info {
  background-color: #fa820f !important;
}
.bg-warning {
  background-color: #fac769 !important;
}
.bg-danger {
  background-color: #b2ccd2 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #467440 !important;
  border-color: #467440 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #284325 !important;
  border-color: #284325 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #284325 !important;
  border-color: #284325 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #67865c !important;
  border-color: #67865c !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #44593d !important;
  border-color: #44593d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #44593d !important;
  border-color: #44593d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #fa820f !important;
  border-color: #fa820f !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #b95c04 !important;
  border-color: #b95c04 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b95c04 !important;
  border-color: #b95c04 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #e4e654 !important;
  border-color: #e4e654 !important;
  color: #333308 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #333308 !important;
  background-color: #cdcf1e !important;
  border-color: #cdcf1e !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #333308 !important;
  background-color: #cdcf1e !important;
  border-color: #cdcf1e !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #fac769 !important;
  border-color: #fac769 !important;
  color: #614003 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #614003 !important;
  background-color: #f8ab1f !important;
  border-color: #f8ab1f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614003 !important;
  background-color: #f8ab1f !important;
  border-color: #f8ab1f !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  color: #333333 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #333333 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #333333 !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #1e321c;
  color: #1e321c !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #467440;
  border-color: #467440;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #467440 !important;
  border-color: #467440 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #394a32;
  color: #394a32 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #67865c;
  border-color: #67865c;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #67865c !important;
  border-color: #67865c !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #a05003;
  color: #a05003 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #fa820f;
  border-color: #fa820f;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #fa820f !important;
  border-color: #fa820f !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #b7b91b;
  color: #b7b91b !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #333308 !important;
  background-color: #e4e654;
  border-color: #e4e654;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #333308 !important;
  background-color: #e4e654 !important;
  border-color: #e4e654 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #f5a208;
  color: #f5a208 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #614003 !important;
  background-color: #fac769;
  border-color: #fac769;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614003 !important;
  background-color: #fac769 !important;
  border-color: #fac769 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #72a1ac;
  color: #72a1ac !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #b2ccd2;
  border-color: #b2ccd2;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  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 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #467440 !important;
}
.text-secondary {
  color: #67865c !important;
}
.text-success {
  color: #e4e654 !important;
}
.text-info {
  color: #fa820f !important;
}
.text-warning {
  color: #fac769 !important;
}
.text-danger {
  color: #b2ccd2 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #1e321c !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #394a32 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #b7b91b !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #a05003 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #f5a208 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #72a1ac !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #e4e654;
}
.alert-info {
  background-color: #fa820f;
}
.alert-warning {
  background-color: #fac769;
}
.alert-danger {
  background-color: #b2ccd2;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
  transition-property: background-color, color, border-color, box-shadow;
  transition-duration: 0.3s, 0.3s, 0.3s, 0.8s;
  transition-timing-function: ease-in-out;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #467440;
  border-color: #467440;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #467440;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #83b77d;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #feead7;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
}
blockquote {
  border-color: #467440;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
.mbr-form .btn {
  margin: 0.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 2rem;
}
.mbr-form .input-group-btn button[type='submit']:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.special-form {
  border-radius: 100px !important;
}
.input-group-btn button[type='submit'] {
  border-radius: 100px !important;
}
.input-group-btn a.btn {
  border-radius: 100px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #467440;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #467440;
  border-bottom-color: #467440;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #467440 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #67865c !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 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='%23467440' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-rqzINzNanZ .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-rqzINzNanZ .nav-item,
.cid-rqzINzNanZ .nav-link,
.cid-rqzINzNanZ .navbar-caption {
  font-weight: normal;
}
.cid-rqzINzNanZ .nav-item:focus,
.cid-rqzINzNanZ .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rqzINzNanZ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-rqzINzNanZ .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-rqzINzNanZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rqzINzNanZ .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-rqzINzNanZ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rqzINzNanZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rqzINzNanZ .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-rqzINzNanZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rqzINzNanZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rqzINzNanZ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rqzINzNanZ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rqzINzNanZ .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rqzINzNanZ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rqzINzNanZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rqzINzNanZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rqzINzNanZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 3.8rem);
  }
}
.cid-rqzINzNanZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rqzINzNanZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rqzINzNanZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rqzINzNanZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rqzINzNanZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rqzINzNanZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rqzINzNanZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rqzINzNanZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rqzINzNanZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rqzINzNanZ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rqzINzNanZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rqzINzNanZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rqzINzNanZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rqzINzNanZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rqzINzNanZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rqzINzNanZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rqzINzNanZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rqzINzNanZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rqzINzNanZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rqzINzNanZ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rqzINzNanZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rqzINzNanZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rqzINzNanZ .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-rqzINzNanZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rqzINzNanZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rqzINzNanZ .dropdown-item.active,
.cid-rqzINzNanZ .dropdown-item:active {
  background-color: transparent;
}
.cid-rqzINzNanZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rqzINzNanZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rqzINzNanZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rqzINzNanZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rqzINzNanZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rqzINzNanZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rqzINzNanZ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rqzINzNanZ .navbar-buttons {
  text-align: center;
}
.cid-rqzINzNanZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rqzINzNanZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6b0000;
}
.cid-rqzINzNanZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rqzINzNanZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rqzINzNanZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rqzINzNanZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rqzINzNanZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rqzINzNanZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rqzINzNanZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rqzINzNanZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rqzINzNanZ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rqzINzNanZ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rqzINzNanZ .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rqzINzNanZ .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rqzINzNanZ .soc-item {
  margin: .5rem .3rem;
}
.cid-rqzINzNanZ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rqzINzNanZ .navbar {
    height: 77px;
  }
  .cid-rqzINzNanZ .navbar.opened {
    height: auto;
  }
  .cid-rqzINzNanZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgxcD4xhVX {
  background: #ffffff;
}
.cid-sgxcD4xhVX .container-fluid {
  padding: 0 3rem;
}
.cid-sgxcD4xhVX .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sgxcD4xhVX .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sgxcD4xhVX .container-fluid {
    padding: 0 1rem;
  }
  .cid-sgxcD4xhVX .image-block {
    width: 100% !important;
  }
}
.cid-v5nFi5SqjX {
  background: #ffffff;
}
.cid-v5nFi5SqjX .container-fluid {
  padding: 0 3rem;
}
.cid-v5nFi5SqjX .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-v5nFi5SqjX .container-fluid {
    padding: 0 1rem;
  }
  .cid-v5nFi5SqjX .video-block {
    width: 100% !important;
  }
}
.cid-uLy4F7Sf1m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uLy4F7Sf1m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLy4F7Sf1m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLy4F7Sf1m .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uLy4F7Sf1m .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLy4F7Sf1m .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uLy4F7Sf1m .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uLy4F7Sf1m .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uLy4F7Sf1m .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLy4F7Sf1m .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLy4F7Sf1m .image-wrapper img {
    height: 350px;
  }
}
.cid-uLy4F7Sf1m .mbr-section-title {
  color: #ffffff;
}
.cid-uLy4F7Sf1m .mbr-text,
.cid-uLy4F7Sf1m .text-wrapper {
  color: #9aa0a6;
}
.cid-scxMlHIk3D {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-scxMlHIk3D H1 {
  color: #467440;
}
.cid-scxMlHIk3D .mbr-text,
.cid-scxMlHIk3D .mbr-section-btn {
  color: #232323;
}
.cid-scxMlHIk3D .img1 {
  box-shadow: 0 10px 55px 5px rgba(128, 160, 117, 0.35);
  border-radius: 10px;
}
.cid-scxMlHIk3D .relative {
  position: relative;
}
.cid-scxMlHIk3D .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-scxMlHIk3D .card-img2 {
  display: inline-block;
  width: 50%;
  float: left;
}
.cid-scxMlHIk3D .card-img2 .img2 {
  width: 120%;
}
.cid-scxMlHIk3D .card-img1 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-scxMlHIk3D .card-img1 .img1 {
  width: 180%;
  transform: translateX(-45%);
}
.cid-scxMlHIk3D .img2 {
  box-shadow: 0 10px 55px 5px rgba(128, 160, 117, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-uLy9fy2uaV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #467440;
}
.cid-uLy9fy2uaV .item:focus,
.cid-uLy9fy2uaV span:focus {
  outline: none;
}
.cid-uLy9fy2uaV .item {
  cursor: pointer;
}
.cid-uLy9fy2uaV .grid-container {
  grid-row-gap: 20px;
}
.cid-uLy9fy2uaV .grid-container-1,
.cid-uLy9fy2uaV .grid-container-2 {
  gap: 0 20px;
}
.cid-uLy9fy2uaV .mbr-section-title {
  margin-bottom: 64px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLy9fy2uaV .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uLy9fy2uaV .content-head {
  max-width: 800px;
}
.cid-uLy9fy2uaV .container,
.cid-uLy9fy2uaV .container-fluid {
  overflow: hidden;
}
.cid-uLy9fy2uaV .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uLy9fy2uaV .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLy9fy2uaV .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
  border: 20px solid #ffffff;
}
@media (max-width: 1200px) {
  .cid-uLy9fy2uaV .grid-item img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-uLy9fy2uaV .grid-item img {
    border: 10px solid #ffffff;
  }
}
@media (max-width: 767px) {
  .cid-uLy9fy2uaV .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-uLy9fy2uaV .grid-container-1,
.cid-uLy9fy2uaV .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uLy9fy2uaV .grid-container-1 {
  align-items: flex-end;
}
.cid-uLy9fy2uaV .grid-container-2 {
  align-items: flex-start;
}
.cid-uLy1rkqiN2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cid-uLy1rkqiN2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLy1rkqiN2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uLy1rkqiN2 .content-wrap {
  justify-content: flex-end;
}
.cid-uLy1rkqiN2 .content-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLy1rkqiN2 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uLy1rkqiN2 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uLy1rkqiN2 .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uLy1rkqiN2 .content-wrapper .text-wrapper .mbr-text {
  width: 80%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLy1rkqiN2 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLy1rkqiN2 .image-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uLy1rkqiN2 .image-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uLy1rkqiN2 .image-wrapper {
    padding: 0;
  }
}
.cid-uLy1rkqiN2 .image-wrapper img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLy1rkqiN2 .image-wrapper img {
    height: 350px;
  }
}
.cid-uLy1rkqiN2 .mbr-section-title {
  color: #ffffff;
}
.cid-uLy1rkqiN2 .mbr-text,
.cid-uLy1rkqiN2 .text-wrapper {
  color: #ffffff;
}
.cid-sfyDKkKhe1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sfyDKkKhe1 .mbr-section-subtitle {
  color: #232323;
}
.cid-sfyDKkKhe1 .btn {
  margin: 0 0 .5rem 0;
}
@media (max-width: 768px) {
  .cid-sfyDKkKhe1 h2,
  .cid-sfyDKkKhe1 h3 {
    text-align: center !important;
  }
  .cid-sfyDKkKhe1 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sf76Y3O0Or {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sf76Y3O0Or .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sf76Y3O0Or .carousel-control-prev {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-sf76Y3O0Or .carousel-control-next {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-sf76Y3O0Or .carousel-item.active,
.cid-sf76Y3O0Or .carousel-item-next,
.cid-sf76Y3O0Or .carousel-item-prev {
  display: flex;
}
.cid-sf76Y3O0Or .carousel-controls a {
  transition: opacity .5s;
}
.cid-sf76Y3O0Or .carousel-controls a:hover span,
.cid-sf76Y3O0Or .carousel-controls a:focus span {
  opacity: 1;
}
.cid-sf76Y3O0Or .carousel-controls a:hover svg,
.cid-sf76Y3O0Or .carousel-controls a:focus svg {
  transition: all .25s;
  stroke-width: 3;
}
.cid-sf76Y3O0Or .carousel-controls a:active svg {
  transition: all .1s;
  stroke-width: 5;
}
.cid-sf76Y3O0Or .user_image {
  overflow: hidden;
  display: flex;
}
.cid-sf76Y3O0Or .user_image .user_image_inner {
  max-width: 200px;
  max-height: 200px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  margin: 0 auto 3rem auto;
}
.cid-sf76Y3O0Or .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sf76Y3O0Or .user_text {
  color: #767676;
}
.cid-sf76Y3O0Or .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sf76Y3O0Or .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #467440, #67865c);
  display: inline-block;
}
.cid-sf76Y3O0Or .testimonials-quote svg {
  height: 30px;
  width: 30px;
}
.cid-sf76Y3O0Or svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-sf76Y3O0Or .user_name {
  color: #6b0000;
}
.cid-sf76Y3O0Or .carousel-controls svg {
  height: 60px;
}
@media (max-width: 230px) {
  .cid-sf76Y3O0Or .user_image_inner {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .cid-sf76Y3O0Or .testimonials-quote,
  .cid-sf76Y3O0Or .user_text,
  .cid-sf76Y3O0Or .user_name,
  .cid-sf76Y3O0Or .user_desk {
    text-align: center !important;
  }
  .cid-sf76Y3O0Or .carousel-controls a span {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .cid-sf76Y3O0Or .mbr-section-title,
  .cid-sf76Y3O0Or .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .cid-sf76Y3O0Or .carousel-control-prev span {
    right: -1rem;
  }
  .cid-sf76Y3O0Or .carousel-control-next span {
    left: -1rem;
  }
  .cid-sf76Y3O0Or .user-text {
    padding-right: 2rem;
  }
  .cid-sf76Y3O0Or .carousel-control-prev,
  .cid-sf76Y3O0Or .carousel-control-next {
    -webkit-align-items: center;
    align-items: center;
  }
}
.cid-sf76Y3O0Or .user_text,
.cid-sf76Y3O0Or .testimonials-quote {
  color: #232323;
}
.cid-r2wX3457Jw {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x1277.jpg");
  overflow: hidden !important;
}
.cid-r2wX3457Jw .animated-element {
  color: #efefef;
}
.cid-r2wX3457Jw .img-block {
  align-self: center;
}
.cid-r2wX3457Jw .mbr-section-subtitle {
  color: #9c88bc;
}
@media (min-width: 992px) {
  .cid-r2wX3457Jw .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-r2wX3457Jw .mbr-figure {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-r2wX3457Jw .img-block {
    padding-bottom: 2rem;
  }
}
.cid-r2wX3457Jw .mbr-section-subtitle B {
  color: #bbbbbb;
}
.cid-rrTq5HAcKy {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rrTq5HAcKy .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rrTq5HAcKy .row-element,
.cid-rrTq5HAcKy .image-element {
  padding: 0;
}
.cid-rrTq5HAcKy .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rrTq5HAcKy .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rrTq5HAcKy .text-content {
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-rrTq5HAcKy .text-content {
    padding: 2rem 1rem;
  }
  .cid-rrTq5HAcKy .mbr-title,
  .cid-rrTq5HAcKy .mbr-text,
  .cid-rrTq5HAcKy .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rrTq5HAcKy .mbr-text,
.cid-rrTq5HAcKy .mbr-section-btn {
  color: #767676;
}
.cid-rrTq5HAcKy .mbr-title {
  color: #6b0000;
}
.cid-rqClqgO2ed {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rqClqgO2ed .row-element,
.cid-rqClqgO2ed .image-element {
  padding: 0;
}
.cid-rqClqgO2ed .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rqClqgO2ed .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rqClqgO2ed .text-content {
  padding: 3rem;
}
.cid-rqClqgO2ed .mbr-section-subtitle {
  color: #b2ccd2;
}
@media (max-width: 767px) {
  .cid-rqClqgO2ed .text-content {
    padding: 2rem 1rem;
  }
  .cid-rqClqgO2ed .mbr-title,
  .cid-rqClqgO2ed .mbr-text,
  .cid-rqClqgO2ed .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rqClqgO2ed .mbr-text,
.cid-rqClqgO2ed .mbr-section-btn {
  color: #232323;
}
.cid-rqClqgO2ed .mbr-title {
  color: #232323;
}
.cid-r2x4Ygppl7 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-r2x4Ygppl7 .row-element,
.cid-r2x4Ygppl7 .image-element {
  padding: 0;
}
.cid-r2x4Ygppl7 .image-element {
  display: flex;
  justify-content: center;
}
.cid-r2x4Ygppl7 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-r2x4Ygppl7 .text-content {
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-r2x4Ygppl7 .text-content {
    padding: 2rem 1rem;
  }
  .cid-r2x4Ygppl7 .mbr-title,
  .cid-r2x4Ygppl7 .mbr-text,
  .cid-r2x4Ygppl7 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-r2x4Ygppl7 .mbr-text,
.cid-r2x4Ygppl7 .mbr-section-btn {
  color: #767676;
}
.cid-r2x4Ygppl7 .mbr-title {
  color: #ffffff;
}
.cid-rtg5YHh9mn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rtg5YHh9mn .mbr-text {
  color: #232323;
}
.cid-rtg5YHh9mn .mbr-subtitle {
  color: #767676;
}
.cid-r2wRYYn5yw {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-r2wRYYn5yw .form-control {
  color: #000000 !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #000000;
}
.cid-r2wRYYn5yw .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-r2wRYYn5yw input::-webkit-input-placeholder {
  color: #000000;
}
.cid-r2wRYYn5yw input::-moz-placeholder {
  color: #000000;
}
.cid-r2wRYYn5yw textarea::-webkit-input-placeholder {
  color: #000000;
}
.cid-r2wRYYn5yw textarea::-moz-placeholder {
  color: #000000;
}
.cid-r2wRYYn5yw .mbr-section-subtitle {
  color: #232323;
}
.cid-r2wROLxPws {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fa820f;
}
.cid-r2wROLxPws .social-media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-r2wROLxPws .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-r2wROLxPws .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-r2wROLxPws .logo-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-r2wROLxPws .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #467440;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-r2wROLxPws .icon-transition span:hover {
  background-color: #232323;
}
.cid-r2wROLxPws .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-r2wROLxPws .social-media {
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-r2wROLxPws .logo-section {
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-r2wROLxPws .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-sfyDAffQ3e.popup-builder {
  background-color: #ffffff;
}
.cid-sfyDAffQ3e.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sfyDAffQ3e.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sfyDAffQ3e .modal-content,
.cid-sfyDAffQ3e .modal-dialog {
  height: auto;
}
.cid-sfyDAffQ3e .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sfyDAffQ3e .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sfyDAffQ3e .form-wrapper .mbr-form .form-group,
  .cid-sfyDAffQ3e .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sfyDAffQ3e .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sfyDAffQ3e .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sfyDAffQ3e .mbr-text {
  text-align: center;
}
.cid-sfyDAffQ3e .pt-0 {
  padding-top: 0 !important;
}
.cid-sfyDAffQ3e .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sfyDAffQ3e .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sfyDAffQ3e .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sfyDAffQ3e .modal-open {
  overflow: hidden;
}
.cid-sfyDAffQ3e .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sfyDAffQ3e .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sfyDAffQ3e .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sfyDAffQ3e .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sfyDAffQ3e .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sfyDAffQ3e .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sfyDAffQ3e .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sfyDAffQ3e .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sfyDAffQ3e .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sfyDAffQ3e .modal-backdrop.fade {
  opacity: 0;
}
.cid-sfyDAffQ3e .modal-backdrop.show {
  opacity: .5;
}
.cid-sfyDAffQ3e .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sfyDAffQ3e .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sfyDAffQ3e .modal-header .close:hover {
  opacity: 1;
}
.cid-sfyDAffQ3e .modal-header .close:focus {
  outline: none;
}
.cid-sfyDAffQ3e .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sfyDAffQ3e .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sfyDAffQ3e .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sfyDAffQ3e .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sfyDAffQ3e .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sfyDAffQ3e .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sfyDAffQ3e .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sfyDAffQ3e .modal-sm {
    max-width: 300px;
  }
  .cid-sfyDAffQ3e .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sfyDAffQ3e .modal-lg,
  .cid-sfyDAffQ3e .modal-xl {
    max-width: 800px;
  }
  .cid-sfyDAffQ3e .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sfyDAffQ3e .modal-xl {
    max-width: 1140px;
  }
  .cid-sfyDAffQ3e .container {
    max-width: 1140px;
  }
}
.cid-sfyDAffQ3e .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sfyDAffQ3e .container {
    max-width: 720px;
  }
}
.cid-sfyDAffQ3e .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sfyDAffQ3e .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sfyDAffQ3e .form-group {
  margin-bottom: 1rem;
}
.cid-sfyDAffQ3e .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sfyDAffQ3e .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sfyDAffQ3e .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sfsos3Ro72 .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-sfsos3Ro72 .nav-item,
.cid-sfsos3Ro72 .nav-link,
.cid-sfsos3Ro72 .navbar-caption {
  font-weight: normal;
}
.cid-sfsos3Ro72 .nav-item:focus,
.cid-sfsos3Ro72 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sfsos3Ro72 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-sfsos3Ro72 .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-sfsos3Ro72 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfsos3Ro72 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-sfsos3Ro72 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sfsos3Ro72 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sfsos3Ro72 .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-sfsos3Ro72 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfsos3Ro72 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfsos3Ro72 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sfsos3Ro72 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sfsos3Ro72 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sfsos3Ro72 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sfsos3Ro72 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sfsos3Ro72 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sfsos3Ro72 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 3.8rem);
  }
}
.cid-sfsos3Ro72 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sfsos3Ro72 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfsos3Ro72 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfsos3Ro72 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sfsos3Ro72 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfsos3Ro72 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sfsos3Ro72 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sfsos3Ro72 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sfsos3Ro72 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfsos3Ro72 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sfsos3Ro72 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfsos3Ro72 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfsos3Ro72 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sfsos3Ro72 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sfsos3Ro72 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfsos3Ro72 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sfsos3Ro72 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sfsos3Ro72 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sfsos3Ro72 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sfsos3Ro72 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sfsos3Ro72 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sfsos3Ro72 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sfsos3Ro72 .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-sfsos3Ro72 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfsos3Ro72 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfsos3Ro72 .dropdown-item.active,
.cid-sfsos3Ro72 .dropdown-item:active {
  background-color: transparent;
}
.cid-sfsos3Ro72 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sfsos3Ro72 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sfsos3Ro72 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sfsos3Ro72 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sfsos3Ro72 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sfsos3Ro72 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfsos3Ro72 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sfsos3Ro72 .navbar-buttons {
  text-align: center;
}
.cid-sfsos3Ro72 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sfsos3Ro72 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6b0000;
}
.cid-sfsos3Ro72 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sfsos3Ro72 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sfsos3Ro72 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sfsos3Ro72 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sfsos3Ro72 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfsos3Ro72 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sfsos3Ro72 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sfsos3Ro72 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfsos3Ro72 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sfsos3Ro72 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfsos3Ro72 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sfsos3Ro72 .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sfsos3Ro72 .soc-item {
  margin: .5rem .3rem;
}
.cid-sfsos3Ro72 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sfsos3Ro72 .navbar {
    height: 77px;
  }
  .cid-sfsos3Ro72 .navbar.opened {
    height: auto;
  }
  .cid-sfsos3Ro72 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sfsos4VtBB {
  padding-top: 180px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/affirmations-collage-2000x1600.png");
}
@media (max-width: 768px) {
  .cid-sfsos4VtBB .mbr-text,
  .cid-sfsos4VtBB .mbr-section-subtitle,
  .cid-sfsos4VtBB .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sfsos4VtBB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sfsos4VtBB .mbr-text {
  color: #000000;
}
.cid-sfsos4VtBB .mbr-section-subtitle B {
  color: #000000;
}
.cid-sfsvY70Dep {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fa820f;
}
.cid-sfsvY70Dep .container-fluid {
  padding: 0 3rem;
}
.cid-sfsvY70Dep .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #467440, #67865c);
  display: inline-block;
}
.cid-sfsvY70Dep .card {
  display: block;
}
.cid-sfsvY70Dep .card .card-wrapper {
  height: 1%;
  overflow: visible;
}
.cid-sfsvY70Dep .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
}
.cid-sfsvY70Dep .card .card-wrapper .card-img img {
  transition: all 0.5s;
}
.cid-sfsvY70Dep .card .card-wrapper:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all 0.5s;
}
.cid-sfsvY70Dep .text-row {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sfsvY70Dep .prices {
  color: #ffffff;
}
.cid-sfsvY70Dep .oldPrice {
  text-decoration: line-through;
}
.cid-sfsvY70Dep .oldPrice,
.cid-sfsvY70Dep .newPrice {
  color: inherit;
}
@media (max-width: 767px) {
  .cid-sfsvY70Dep .container-fluid {
    padding: 0 1rem;
  }
  .cid-sfsvY70Dep .text-row {
    padding-bottom: 1rem;
  }
}
.cid-sfsvY70Dep .mbr-section-title,
.cid-sfsvY70Dep .underline {
  text-align: center;
}
.cid-sfsvY70Dep .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-sfsosavAYU {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #fa820f;
}
.cid-sfsosavAYU .mbr-section-subtitle {
  color: #767676;
}
.cid-sfsosavAYU .mbr-section-title {
  color: #ffffff;
}
.cid-sfszzDFvjN.popup-builder {
  background-color: #ffffff;
}
.cid-sfszzDFvjN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sfszzDFvjN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sfszzDFvjN .modal-content,
.cid-sfszzDFvjN .modal-dialog {
  height: auto;
}
.cid-sfszzDFvjN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sfszzDFvjN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sfszzDFvjN .form-wrapper .mbr-form .form-group,
  .cid-sfszzDFvjN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sfszzDFvjN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sfszzDFvjN .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sfszzDFvjN .mbr-text {
  text-align: center;
}
.cid-sfszzDFvjN .pt-0 {
  padding-top: 0 !important;
}
.cid-sfszzDFvjN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sfszzDFvjN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sfszzDFvjN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sfszzDFvjN .modal-open {
  overflow: hidden;
}
.cid-sfszzDFvjN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sfszzDFvjN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sfszzDFvjN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sfszzDFvjN .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sfszzDFvjN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sfszzDFvjN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sfszzDFvjN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sfszzDFvjN .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sfszzDFvjN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sfszzDFvjN .modal-backdrop.fade {
  opacity: 0;
}
.cid-sfszzDFvjN .modal-backdrop.show {
  opacity: .5;
}
.cid-sfszzDFvjN .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sfszzDFvjN .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sfszzDFvjN .modal-header .close:hover {
  opacity: 1;
}
.cid-sfszzDFvjN .modal-header .close:focus {
  outline: none;
}
.cid-sfszzDFvjN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sfszzDFvjN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sfszzDFvjN .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sfszzDFvjN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sfszzDFvjN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sfszzDFvjN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sfszzDFvjN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sfszzDFvjN .modal-sm {
    max-width: 300px;
  }
  .cid-sfszzDFvjN .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sfszzDFvjN .modal-lg,
  .cid-sfszzDFvjN .modal-xl {
    max-width: 800px;
  }
  .cid-sfszzDFvjN .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sfszzDFvjN .modal-xl {
    max-width: 1140px;
  }
  .cid-sfszzDFvjN .container {
    max-width: 1140px;
  }
}
.cid-sfszzDFvjN .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sfszzDFvjN .container {
    max-width: 720px;
  }
}
.cid-sfszzDFvjN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sfszzDFvjN .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sfszzDFvjN .form-group {
  margin-bottom: 1rem;
}
.cid-sfszzDFvjN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sfszzDFvjN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sfszzDFvjN .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sfsos5xzq6 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-sfsos5xzq6 H1 {
  color: #467440;
}
.cid-sfsos5xzq6 .mbr-text,
.cid-sfsos5xzq6 .mbr-section-btn {
  color: #232323;
}
.cid-sfsos5xzq6 .img1 {
  box-shadow: 0 10px 55px 5px rgba(128, 160, 117, 0.35);
  border-radius: 10px;
}
.cid-sfsos5xzq6 .relative {
  position: relative;
}
.cid-sfsos5xzq6 .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-sfsos5xzq6 .card-img2 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-sfsos5xzq6 .card-img2 .img2 {
  width: 120%;
  left: -20%;
}
.cid-sfsos5xzq6 .card-img1 {
  display: inline-block;
  width: 50%;
}
.cid-sfsos5xzq6 .card-img1 .img1 {
  width: 180%;
}
.cid-sfsos5xzq6 .img2 {
  box-shadow: 0 10px 55px 5px rgba(128, 160, 117, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-sfsoscbRV9 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sfsoscbRV9 .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sfsoscbRV9 .row-element,
.cid-sfsoscbRV9 .image-element {
  padding: 0;
}
.cid-sfsoscbRV9 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sfsoscbRV9 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sfsoscbRV9 .text-content {
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-sfsoscbRV9 .text-content {
    padding: 2rem 1rem;
  }
  .cid-sfsoscbRV9 .mbr-title,
  .cid-sfsoscbRV9 .mbr-text,
  .cid-sfsoscbRV9 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sfsoscbRV9 .mbr-text,
.cid-sfsoscbRV9 .mbr-section-btn {
  color: #767676;
}
.cid-sfsoscbRV9 .mbr-title {
  color: #6b0000;
}
.cid-sfsosfH1WR {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sfsosfH1WR .form-control {
  color: #000000 !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #000000;
}
.cid-sfsosfH1WR .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-sfsosfH1WR input::-webkit-input-placeholder {
  color: #000000;
}
.cid-sfsosfH1WR input::-moz-placeholder {
  color: #000000;
}
.cid-sfsosfH1WR textarea::-webkit-input-placeholder {
  color: #000000;
}
.cid-sfsosfH1WR textarea::-moz-placeholder {
  color: #000000;
}
.cid-sfsosfH1WR .mbr-section-subtitle {
  color: #767676;
}
.cid-sfsosgbCPI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fa820f;
}
.cid-sfsosgbCPI .social-media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-sfsosgbCPI .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sfsosgbCPI .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sfsosgbCPI .logo-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-sfsosgbCPI .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #467440;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-sfsosgbCPI .icon-transition span:hover {
  background-color: #232323;
}
.cid-sfsosgbCPI .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sfsosgbCPI .social-media {
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-sfsosgbCPI .logo-section {
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-sfsosgbCPI .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-uLy6UXU8uB .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-uLy6UXU8uB .nav-item,
.cid-uLy6UXU8uB .nav-link,
.cid-uLy6UXU8uB .navbar-caption {
  font-weight: normal;
}
.cid-uLy6UXU8uB .nav-item:focus,
.cid-uLy6UXU8uB .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uLy6UXU8uB .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-uLy6UXU8uB .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-uLy6UXU8uB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLy6UXU8uB .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uLy6UXU8uB .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uLy6UXU8uB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uLy6UXU8uB .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-uLy6UXU8uB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLy6UXU8uB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLy6UXU8uB .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uLy6UXU8uB .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uLy6UXU8uB .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uLy6UXU8uB .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLy6UXU8uB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLy6UXU8uB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLy6UXU8uB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 3.8rem);
  }
}
.cid-uLy6UXU8uB .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uLy6UXU8uB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLy6UXU8uB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLy6UXU8uB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uLy6UXU8uB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLy6UXU8uB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uLy6UXU8uB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uLy6UXU8uB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLy6UXU8uB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLy6UXU8uB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uLy6UXU8uB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLy6UXU8uB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLy6UXU8uB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uLy6UXU8uB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uLy6UXU8uB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLy6UXU8uB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLy6UXU8uB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uLy6UXU8uB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uLy6UXU8uB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uLy6UXU8uB .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uLy6UXU8uB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uLy6UXU8uB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uLy6UXU8uB .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-uLy6UXU8uB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLy6UXU8uB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLy6UXU8uB .dropdown-item.active,
.cid-uLy6UXU8uB .dropdown-item:active {
  background-color: transparent;
}
.cid-uLy6UXU8uB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLy6UXU8uB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLy6UXU8uB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLy6UXU8uB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLy6UXU8uB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLy6UXU8uB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLy6UXU8uB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uLy6UXU8uB .navbar-buttons {
  text-align: center;
}
.cid-uLy6UXU8uB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLy6UXU8uB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6b0000;
}
.cid-uLy6UXU8uB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uLy6UXU8uB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uLy6UXU8uB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uLy6UXU8uB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uLy6UXU8uB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLy6UXU8uB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uLy6UXU8uB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uLy6UXU8uB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLy6UXU8uB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uLy6UXU8uB a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLy6UXU8uB .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uLy6UXU8uB .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uLy6UXU8uB .soc-item {
  margin: .5rem .3rem;
}
.cid-uLy6UXU8uB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLy6UXU8uB .navbar {
    height: 77px;
  }
  .cid-uLy6UXU8uB .navbar.opened {
    height: auto;
  }
  .cid-uLy6UXU8uB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLy6V33AhM {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uLy6V33AhM .mbr-section-subtitle {
  color: #232323;
}
.cid-uLy6V33AhM .btn {
  margin: 0 0 .5rem 0;
}
@media (max-width: 768px) {
  .cid-uLy6V33AhM h2,
  .cid-uLy6V33AhM h3 {
    text-align: center !important;
  }
  .cid-uLy6V33AhM .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v5nFQxL8CV {
  background: #ffffff;
}
.cid-v5nFQxL8CV .container-fluid {
  padding: 0 3rem;
}
.cid-v5nFQxL8CV .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-v5nFQxL8CV .container-fluid {
    padding: 0 1rem;
  }
  .cid-v5nFQxL8CV .video-block {
    width: 100% !important;
  }
}
.cid-uLy6V44Tzd {
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #467440;
}
.cid-uLy6V44Tzd .mbr-section-subtitle {
  color: #767676;
}
.cid-uLy6V44Tzd .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uLy6V44Tzd .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLy6V44Tzd .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uLy6V44Tzd .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uLy6V44Tzd .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #000000, #467440);
}
.cid-uLy6V44Tzd .icon-focus {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-uLy6V44Tzd .icon-focus:before {
  content: '+';
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLy6V44Tzd .icon-video {
  font-size: 1.5rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-uLy6V44Tzd .icon-video:before {
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-left: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLy6V44Tzd .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uLy6V44Tzd ul {
  font-size: 0;
}
.cid-uLy6V44Tzd .mbr-gallery-filter ul {
  text-align: center;
}
.cid-uLy6V44Tzd .mbr-gallery-filter ul li .btn {
  border: none !important;
  background-color: transparent;
  color: #59585d !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-uLy6V44Tzd .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
}
.cid-uLy6V44Tzd .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-uLy6V44Tzd .mbr-gallery-filter ul li:first-child,
.cid-uLy6V44Tzd .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-uLy6V44Tzd .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-uLy6V44Tzd .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-uLy6V44Tzd .btn {
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.cid-uLy6V44Tzd .btn.active:after {
  animation: none;
}
.cid-uLy6V44Tzd .btn:active {
  box-shadow: none !important;
}
.cid-uLy6V44Tzd .btn:hover {
  background: transparent !important;
}
.cid-uLy6V44Tzd .btn:hover:before {
  background: transparent !important;
}
.cid-uLy6V44Tzd .btn:before {
  background-color: transparent !important;
}
.cid-uLy6V44Tzd .btn:focus {
  box-shadow: none !important;
}
.cid-uLy6V44Tzd .mbr-section-title,
.cid-uLy6V44Tzd .mbr-gallery-filter ul {
  color: #ffffff;
}
.cid-uLy6VcmmVa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uLy6VcmmVa .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLy6VcmmVa .carousel-control-prev {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-uLy6VcmmVa .carousel-control-next {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-uLy6VcmmVa .carousel-item.active,
.cid-uLy6VcmmVa .carousel-item-next,
.cid-uLy6VcmmVa .carousel-item-prev {
  display: flex;
}
.cid-uLy6VcmmVa .carousel-controls a {
  transition: opacity .5s;
}
.cid-uLy6VcmmVa .carousel-controls a:hover span,
.cid-uLy6VcmmVa .carousel-controls a:focus span {
  opacity: 1;
}
.cid-uLy6VcmmVa .carousel-controls a:hover svg,
.cid-uLy6VcmmVa .carousel-controls a:focus svg {
  transition: all .25s;
  stroke-width: 3;
}
.cid-uLy6VcmmVa .carousel-controls a:active svg {
  transition: all .1s;
  stroke-width: 5;
}
.cid-uLy6VcmmVa .user_image {
  overflow: hidden;
  display: flex;
}
.cid-uLy6VcmmVa .user_image .user_image_inner {
  max-width: 200px;
  max-height: 200px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  margin: 0 auto 3rem auto;
}
.cid-uLy6VcmmVa .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uLy6VcmmVa .user_text {
  color: #767676;
}
.cid-uLy6VcmmVa .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uLy6VcmmVa .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #467440, #67865c);
  display: inline-block;
}
.cid-uLy6VcmmVa .testimonials-quote svg {
  height: 30px;
  width: 30px;
}
.cid-uLy6VcmmVa svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-uLy6VcmmVa .user_name {
  color: #6b0000;
}
.cid-uLy6VcmmVa .carousel-controls svg {
  height: 60px;
}
@media (max-width: 230px) {
  .cid-uLy6VcmmVa .user_image_inner {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .cid-uLy6VcmmVa .testimonials-quote,
  .cid-uLy6VcmmVa .user_text,
  .cid-uLy6VcmmVa .user_name,
  .cid-uLy6VcmmVa .user_desk {
    text-align: center !important;
  }
  .cid-uLy6VcmmVa .carousel-controls a span {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .cid-uLy6VcmmVa .mbr-section-title,
  .cid-uLy6VcmmVa .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .cid-uLy6VcmmVa .carousel-control-prev span {
    right: -1rem;
  }
  .cid-uLy6VcmmVa .carousel-control-next span {
    left: -1rem;
  }
  .cid-uLy6VcmmVa .user-text {
    padding-right: 2rem;
  }
  .cid-uLy6VcmmVa .carousel-control-prev,
  .cid-uLy6VcmmVa .carousel-control-next {
    -webkit-align-items: center;
    align-items: center;
  }
}
.cid-uLy6VcmmVa .user_text,
.cid-uLy6VcmmVa .testimonials-quote {
  color: #232323;
}
.cid-uLy6VfVIin {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x1277.jpg");
  overflow: hidden !important;
}
.cid-uLy6VfVIin .animated-element {
  color: #efefef;
}
.cid-uLy6VfVIin .img-block {
  align-self: center;
}
.cid-uLy6VfVIin .mbr-section-subtitle {
  color: #9c88bc;
}
@media (min-width: 992px) {
  .cid-uLy6VfVIin .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLy6VfVIin .mbr-figure {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uLy6VfVIin .img-block {
    padding-bottom: 2rem;
  }
}
.cid-uLy6VfVIin .mbr-section-subtitle B {
  color: #bbbbbb;
}
.cid-uLy6ViZzfU {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uLy6ViZzfU .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uLy6ViZzfU .row-element,
.cid-uLy6ViZzfU .image-element {
  padding: 0;
}
.cid-uLy6ViZzfU .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLy6ViZzfU .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uLy6ViZzfU .text-content {
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-uLy6ViZzfU .text-content {
    padding: 2rem 1rem;
  }
  .cid-uLy6ViZzfU .mbr-title,
  .cid-uLy6ViZzfU .mbr-text,
  .cid-uLy6ViZzfU .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uLy6ViZzfU .mbr-text,
.cid-uLy6ViZzfU .mbr-section-btn {
  color: #767676;
}
.cid-uLy6ViZzfU .mbr-title {
  color: #6b0000;
}
.cid-uLy6VmV004 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uLy6VmV004 .form-control {
  color: #000000 !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #000000;
}
.cid-uLy6VmV004 .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-uLy6VmV004 input::-webkit-input-placeholder {
  color: #000000;
}
.cid-uLy6VmV004 input::-moz-placeholder {
  color: #000000;
}
.cid-uLy6VmV004 textarea::-webkit-input-placeholder {
  color: #000000;
}
.cid-uLy6VmV004 textarea::-moz-placeholder {
  color: #000000;
}
.cid-uLy6VmV004 .mbr-section-subtitle {
  color: #232323;
}
.cid-uLy6Voa0eS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fa820f;
}
.cid-uLy6Voa0eS .social-media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-uLy6Voa0eS .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uLy6Voa0eS .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uLy6Voa0eS .logo-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-uLy6Voa0eS .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #467440;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-uLy6Voa0eS .icon-transition span:hover {
  background-color: #232323;
}
.cid-uLy6Voa0eS .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uLy6Voa0eS .social-media {
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-uLy6Voa0eS .logo-section {
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-uLy6Voa0eS .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-uLy6VpWXyI.popup-builder {
  background-color: #ffffff;
}
.cid-uLy6VpWXyI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uLy6VpWXyI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uLy6VpWXyI .modal-content,
.cid-uLy6VpWXyI .modal-dialog {
  height: auto;
}
.cid-uLy6VpWXyI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uLy6VpWXyI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uLy6VpWXyI .form-wrapper .mbr-form .form-group,
  .cid-uLy6VpWXyI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uLy6VpWXyI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uLy6VpWXyI .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLy6VpWXyI .mbr-text {
  text-align: center;
}
.cid-uLy6VpWXyI .pt-0 {
  padding-top: 0 !important;
}
.cid-uLy6VpWXyI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uLy6VpWXyI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uLy6VpWXyI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uLy6VpWXyI .modal-open {
  overflow: hidden;
}
.cid-uLy6VpWXyI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uLy6VpWXyI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uLy6VpWXyI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uLy6VpWXyI .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uLy6VpWXyI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uLy6VpWXyI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uLy6VpWXyI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uLy6VpWXyI .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uLy6VpWXyI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uLy6VpWXyI .modal-backdrop.fade {
  opacity: 0;
}
.cid-uLy6VpWXyI .modal-backdrop.show {
  opacity: .5;
}
.cid-uLy6VpWXyI .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uLy6VpWXyI .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uLy6VpWXyI .modal-header .close:hover {
  opacity: 1;
}
.cid-uLy6VpWXyI .modal-header .close:focus {
  outline: none;
}
.cid-uLy6VpWXyI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uLy6VpWXyI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uLy6VpWXyI .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uLy6VpWXyI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uLy6VpWXyI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uLy6VpWXyI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uLy6VpWXyI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uLy6VpWXyI .modal-sm {
    max-width: 300px;
  }
  .cid-uLy6VpWXyI .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uLy6VpWXyI .modal-lg,
  .cid-uLy6VpWXyI .modal-xl {
    max-width: 800px;
  }
  .cid-uLy6VpWXyI .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uLy6VpWXyI .modal-xl {
    max-width: 1140px;
  }
  .cid-uLy6VpWXyI .container {
    max-width: 1140px;
  }
}
.cid-uLy6VpWXyI .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uLy6VpWXyI .container {
    max-width: 720px;
  }
}
.cid-uLy6VpWXyI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uLy6VpWXyI .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uLy6VpWXyI .form-group {
  margin-bottom: 1rem;
}
.cid-uLy6VpWXyI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uLy6VpWXyI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uLy6VpWXyI .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
