.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Instrument Sans;
}
.display-1 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 5.625rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.03125rem;
}
.display-2 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.3em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.875rem;
  line-height: 1.5em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.34375rem;
}
.display-7 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5em;
  letter-spacing: -0.04em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.71875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.9375rem;
    font-size: calc( 2.61875rem + (5.625 - 2.61875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.61875rem + (5.625 - 2.61875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 32px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 32px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 32px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 32px;
}
.bg-primary {
  background-color: #1d7915 !important;
}
.bg-success {
  background-color: #fff29d !important;
}
.bg-info {
  background-color: #d8c553 !important;
}
.bg-warning {
  background-color: #917d08 !important;
}
.bg-danger {
  background-color: #f8582d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1d7915 !important;
  border-color: #1d7915 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #27a41d !important;
  border-color: #27a41d !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #27a41d !important;
  border-color: #27a41d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #28c222 !important;
  border-color: #28c222 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #41dd3a !important;
  border-color: #41dd3a !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #41dd3a !important;
  border-color: #41dd3a !important;
}
.btn-info,
.btn-info:active {
  background-color: #d8c553 !important;
  border-color: #d8c553 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #e1d37d !important;
  border-color: #e1d37d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #e1d37d !important;
  border-color: #e1d37d !important;
}
.btn-success,
.btn-success:active {
  background-color: #fff29d !important;
  border-color: #fff29d !important;
  color: #9d8800 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #fff9d0 !important;
  border-color: #fff9d0 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #9d8800 !important;
  background-color: #fff9d0 !important;
  border-color: #fff9d0 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #917d08 !important;
  border-color: #917d08 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c1a70b !important;
  border-color: #c1a70b !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #c1a70b !important;
  border-color: #c1a70b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f8582d !important;
  border-color: #f8582d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fa7f5e !important;
  border-color: #fa7f5e !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fa7f5e !important;
  border-color: #fa7f5e !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #1d7915;
  color: #1d7915;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0b2f08 !important;
  background-color: transparent !important;
  border-color: #0b2f08 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1d7915 !important;
  border-color: #1d7915 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #28c222;
  color: #28c222;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #197815 !important;
  background-color: transparent !important;
  border-color: #197815 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #28c222 !important;
  border-color: #28c222 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #d8c553;
  color: #d8c553;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ad9a27 !important;
  background-color: transparent !important;
  border-color: #ad9a27 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #d8c553 !important;
  border-color: #d8c553 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #fff29d;
  color: #fff29d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffe646 !important;
  background-color: transparent !important;
  border-color: #ffe646 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #9d8800 !important;
  background-color: #fff29d !important;
  border-color: #fff29d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #917d08;
  color: #917d08;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #3f3603 !important;
  background-color: transparent !important;
  border-color: #3f3603 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #917d08 !important;
  border-color: #917d08 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f8582d;
  color: #f8582d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c83007 !important;
  background-color: transparent !important;
  border-color: #c83007 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f8582d !important;
  border-color: #f8582d !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #1d7915 !important;
}
.text-secondary {
  color: #28c222 !important;
}
.text-success {
  color: #fff29d !important;
}
.text-info {
  color: #d8c553 !important;
}
.text-warning {
  color: #917d08 !important;
}
.text-danger {
  color: #f8582d !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #082206 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #166b13 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ffe437 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #a18f24 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #302a03 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b92c06 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #1d7915;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #d8c553;
}
.alert-warning {
  background-color: #917d08;
}
.alert-danger {
  background-color: #f8582d;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1d7915;
  border-color: #1d7915;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1d7915;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #40db32;
}
.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: #fefdf9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f3d525;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff5f2;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5em;
  letter-spacing: -0.04em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #1d7915 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5em;
  letter-spacing: -0.04em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #1d7915;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1d7915;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1d7915;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1d7915;
  border-bottom-color: #1d7915;
}
.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: #1d7915 !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: #28c222 !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='%231d7915' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 0 24px;
  height: 64px;
  min-width: 150px;
  font-weight: 700 !important;
  flex-direction: row-reverse;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-right: 8px;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
img {
  border-radius: 40px !important;
}
.cid-tMfdLfjybC .navbar-dropdown {
  background-color: #fff29d !important;
  padding: 0;
}
.cid-tMfdLfjybC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fff29d !important;
  background: #fff29d;
}
.cid-tMfdLfjybC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMfdLfjybC .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tMfdLfjybC .menu_box .navbar.opened,
  .cid-tMfdLfjybC .menu_box .navbar-collapse {
    background-color: #fff29d !important;
    transition: all 0s ease 0s;
  }
}
.cid-tMfdLfjybC .navbar-dropdown {
  position: relative !important;
}
.cid-tMfdLfjybC .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tMfdLfjybC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tMfdLfjybC .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tMfdLfjybC .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #917d08;
  }
  .cid-tMfdLfjybC .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tMfdLfjybC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tMfdLfjybC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tMfdLfjybC .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tMfdLfjybC .offcanvas-body .mbr-text,
  .cid-tMfdLfjybC .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tMfdLfjybC .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d7915;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tMfdLfjybC ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tMfdLfjybC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tMfdLfjybC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tMfdLfjybC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tMfdLfjybC li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tMfdLfjybC .lg_brand {
    margin: 0 1rem;
  }
  .cid-tMfdLfjybC .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-tMfdLfjybC .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tMfdLfjybC .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .nav-item {
    margin: 0 !important;
  }
}
.cid-tMfdLfjybC .nav-item .nav-link:hover,
.cid-tMfdLfjybC .nav-item .nav-link:focus {
  color: #28c222 !important;
  transition: all 0.3s ease-out;
}
.cid-tMfdLfjybC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tMfdLfjybC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tMfdLfjybC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tMfdLfjybC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tMfdLfjybC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tMfdLfjybC .offcanvas_box {
    display: none;
  }
}
.cid-tMfdLfjybC .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tMfdLfjybC .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tMfdLfjybC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tMfdLfjybC .container {
  display: flex;
  margin: auto;
}
.cid-tMfdLfjybC .iconfont-wrapper {
  color: #917d08;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tMfdLfjybC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tMfdLfjybC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tMfdLfjybC .navbar-caption {
  color: #2f2e30;
}
.cid-tMfdLfjybC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tMfdLfjybC .navbar-nav {
    margin: 0;
  }
}
.cid-tMfdLfjybC .dropdown-menu,
.cid-tMfdLfjybC .navbar.opened {
  background-color: false !important;
}
.cid-tMfdLfjybC .nav-item:focus,
.cid-tMfdLfjybC .nav-link:focus {
  outline: none;
}
.cid-tMfdLfjybC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMfdLfjybC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMfdLfjybC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMfdLfjybC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMfdLfjybC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMfdLfjybC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMfdLfjybC .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tMfdLfjybC .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tMfdLfjybC .navbar.opened {
  transition: all 0.3s;
}
.cid-tMfdLfjybC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tMfdLfjybC .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 16px !important;
}
.cid-tMfdLfjybC .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tMfdLfjybC .navbar.collapsed {
  justify-content: center;
}
.cid-tMfdLfjybC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMfdLfjybC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tMfdLfjybC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMfdLfjybC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMfdLfjybC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMfdLfjybC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tMfdLfjybC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tMfdLfjybC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tMfdLfjybC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMfdLfjybC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMfdLfjybC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tMfdLfjybC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMfdLfjybC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tMfdLfjybC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMfdLfjybC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tMfdLfjybC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tMfdLfjybC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tMfdLfjybC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tMfdLfjybC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMfdLfjybC .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tMfdLfjybC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMfdLfjybC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMfdLfjybC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMfdLfjybC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMfdLfjybC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tMfdLfjybC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMfdLfjybC .dropdown-item.active,
.cid-tMfdLfjybC .dropdown-item:active {
  background-color: transparent;
}
.cid-tMfdLfjybC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMfdLfjybC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMfdLfjybC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMfdLfjybC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMfdLfjybC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tMfdLfjybC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMfdLfjybC button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fff29d;
  background: #d8c553;
}
.cid-tMfdLfjybC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d7915;
}
.cid-tMfdLfjybC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMfdLfjybC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMfdLfjybC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMfdLfjybC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMfdLfjybC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMfdLfjybC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMfdLfjybC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMfdLfjybC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMfdLfjybC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tMfdLfjybC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMfdLfjybC .navbar {
    height: 70px;
  }
  .cid-tMfdLfjybC .navbar.opened {
    height: auto;
  }
  .cid-tMfdLfjybC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMfdLfjybC .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tMfdLfjybC .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cid-tMfdLfjybC .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
.cid-tMfdLfjybC .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 185px;
}
.cid-tMfdLfjybC .navbar-caption:hover {
  color: #1d7915;
}
@media (min-width: 992px) {
  .cid-tMfdLfjybC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tMfdLfjybC .text_widget {
  margin-bottom: 32px;
}
.cid-tMfdLfjybC .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tMfdLfjybC .text_widget a:hover,
.cid-tMfdLfjybC .text_widget a:focus {
  color: #28c222 !important;
}
.cid-tMfdLfjybC .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tMfdLfjybC .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tMfdLfjybC .mbr-section-subtitle,
.cid-tMfdLfjybC .text_widget,
.cid-tMfdLfjybC .mbr-section-btn {
  text-align: center;
}
.cid-tMfdLfjybC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tVYBl4EJkf {
  background-color: #1d7915;
}
.cid-tVYBl4EJkf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVYBl4EJkf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVYBl4EJkf .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tVYBl4EJkf .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tVYBl4EJkf .container {
    padding: 0 24px;
  }
}
.cid-tVYBl4EJkf .row {
  justify-content: center;
}
.cid-tVYBl4EJkf .tabs-wrapper {
  text-align: center;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tVYBl4EJkf .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tVYBl4EJkf .tabs-wrapper .nav.nav-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  border: none;
  justify-content: center;
  border-radius: 40px;
  background-color: #fff29d;
}
.cid-tVYBl4EJkf .tabs-wrapper .nav.nav-tabs .nav-item {
  margin: 8px;
}
.cid-tVYBl4EJkf .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  padding: 0 16px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  min-width: 310px;
  margin-bottom: 0;
  border: none;
  color: #917d08;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-tVYBl4EJkf .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    min-width: 225px;
  }
}
.cid-tVYBl4EJkf .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #917d08;
  color: #d8c553;
}
.cid-tVYBl4EJkf .tab-content .tab-pane .content-wrapper .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tVYBl4EJkf .tab-content .tab-pane .content-wrapper .image-wrapper {
    margin-bottom: 24px;
  }
}
.cid-tVYBl4EJkf .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tVYBl4EJkf .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-tVYBl4EJkf .tab-content .tab-pane .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tVYBl4EJkf .mbr-text {
  color: #fff29d;
  text-align: left;
}
.cid-tVYSZlHXFo {
  padding-top: 105px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #106b05, #5d5004);
}
.cid-tVYSZlHXFo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVYSZlHXFo .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .container-fluid {
    padding: 0 0px;
  }
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .container {
    padding: 3px 16px;
  }
}
.cid-tVYSZlHXFo li {
  line-height: 1.8;
}
.cid-tVYSZlHXFo li:hover {
  cursor: pointer;
}
.cid-tVYSZlHXFo .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .card {
    margin-bottom: 40px;
  }
}
.cid-tVYSZlHXFo .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
    margin-left: 20px;
  }
}
.cid-tVYSZlHXFo .card .content-wrapper .title-wrapper .title-wrap img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin-right: 1rem;
  margin-left: 20px;
  border-radius: 0 !important;
}
.cid-tVYSZlHXFo .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tVYSZlHXFo .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .card .content-wrapper .copyright {
    margin-bottom: 40px;
    margin-left: 20px;
  }
}
.cid-tVYSZlHXFo .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tVYSZlHXFo .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  margin-left: 20px;
  color: #232323;
}
.cid-tVYSZlHXFo .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
  margin-left: 20px;
}
.cid-tVYSZlHXFo .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tVYSZlHXFo .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-tVYSZlHXFo .mbr-section-title {
  color: #ffffff;
}
.cid-tVYSZlHXFo .copyright {
  color: #fff29d;
}
.cid-tVYSZlHXFo .mbr-card-title {
  color: #ffed72;
}
.cid-tVYSZlHXFo .list {
  color: #fff29d;
}
.cid-tVYSZlHXFo .mbr-section-title,
.cid-tVYSZlHXFo .title-wrapper,
.cid-tVYSZlHXFo .social-wrapper {
  color: #ffed72;
}
.cid-u9ZOpJIb44.popup-builder {
  background-color: #ffffff;
}
.cid-u9ZOpJIb44.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u9ZOpJIb44.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u9ZOpJIb44 .modal-content,
.cid-u9ZOpJIb44 .modal-dialog {
  height: auto;
}
.cid-u9ZOpJIb44 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u9ZOpJIb44 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u9ZOpJIb44 .form-wrapper .mbr-form .form-group,
  .cid-u9ZOpJIb44 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u9ZOpJIb44 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u9ZOpJIb44 .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-u9ZOpJIb44 .mbr-text {
  text-align: left;
  color: #106b05;
}
.cid-u9ZOpJIb44 .pt-0 {
  padding-top: 0 !important;
}
.cid-u9ZOpJIb44 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u9ZOpJIb44 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u9ZOpJIb44 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u9ZOpJIb44 .modal-open {
  overflow: hidden;
}
.cid-u9ZOpJIb44 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u9ZOpJIb44 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u9ZOpJIb44 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u9ZOpJIb44 .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-u9ZOpJIb44 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u9ZOpJIb44 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u9ZOpJIb44 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u9ZOpJIb44 .modal-content {
  background: #106b05;
  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-u9ZOpJIb44 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u9ZOpJIb44 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u9ZOpJIb44 .modal-backdrop.fade {
  opacity: 0;
}
.cid-u9ZOpJIb44 .modal-backdrop.show {
  opacity: .5;
}
.cid-u9ZOpJIb44 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u9ZOpJIb44 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZOpJIb44 .modal-header {
    padding: 1rem;
  }
}
.cid-u9ZOpJIb44 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u9ZOpJIb44 .modal-header .close svg {
  fill: #fc3a06;
}
.cid-u9ZOpJIb44 .modal-header .close:hover {
  opacity: 1;
}
.cid-u9ZOpJIb44 .modal-header .close:focus {
  outline: none;
}
.cid-u9ZOpJIb44 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #fff29d;
}
.cid-u9ZOpJIb44 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u9ZOpJIb44 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZOpJIb44 .modal-body {
    padding: 1rem;
  }
}
.cid-u9ZOpJIb44 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u9ZOpJIb44 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZOpJIb44 .modal-footer {
    padding: 1rem;
  }
}
.cid-u9ZOpJIb44 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u9ZOpJIb44 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u9ZOpJIb44 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u9ZOpJIb44 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u9ZOpJIb44 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u9ZOpJIb44 .modal-lg,
  .cid-u9ZOpJIb44 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u9ZOpJIb44 .modal-xl {
    max-width: 1140px;
  }
}
.cid-u9ZOpJIb44 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u9ZOpJIb44 .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-u9ZOpJIb44 .form-group {
  margin-bottom: 1rem;
}
.cid-u9ZOpJIb44 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u9ZOpJIb44 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u9ZOpJIb44 .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-u9ZOpJIb44 .mbr-section-btn {
  margin: 0;
}
.cid-u9ZOpJIb44 .mbr-section-btn .btn {
  margin: 0;
}
.cid-u9ZOpJIb44 H5 {
  color: #106b05;
  text-align: left;
}
.cid-u9ZOpJIb44 LABEL {
  color: #106b05;
}
.cid-tMfdLfjybC .navbar-dropdown {
  background-color: #fff29d !important;
  padding: 0;
}
.cid-tMfdLfjybC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fff29d !important;
  background: #fff29d;
}
.cid-tMfdLfjybC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMfdLfjybC .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tMfdLfjybC .menu_box .navbar.opened,
  .cid-tMfdLfjybC .menu_box .navbar-collapse {
    background-color: #fff29d !important;
    transition: all 0s ease 0s;
  }
}
.cid-tMfdLfjybC .navbar-dropdown {
  position: relative !important;
}
.cid-tMfdLfjybC .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tMfdLfjybC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tMfdLfjybC .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tMfdLfjybC .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #917d08;
  }
  .cid-tMfdLfjybC .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tMfdLfjybC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tMfdLfjybC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tMfdLfjybC .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tMfdLfjybC .offcanvas-body .mbr-text,
  .cid-tMfdLfjybC .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tMfdLfjybC .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d7915;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tMfdLfjybC ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tMfdLfjybC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tMfdLfjybC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tMfdLfjybC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tMfdLfjybC li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tMfdLfjybC .lg_brand {
    margin: 0 1rem;
  }
  .cid-tMfdLfjybC .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-tMfdLfjybC .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tMfdLfjybC .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .nav-item {
    margin: 0 !important;
  }
}
.cid-tMfdLfjybC .nav-item .nav-link:hover,
.cid-tMfdLfjybC .nav-item .nav-link:focus {
  color: #28c222 !important;
  transition: all 0.3s ease-out;
}
.cid-tMfdLfjybC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tMfdLfjybC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tMfdLfjybC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tMfdLfjybC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tMfdLfjybC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tMfdLfjybC .offcanvas_box {
    display: none;
  }
}
.cid-tMfdLfjybC .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tMfdLfjybC .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tMfdLfjybC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tMfdLfjybC .container {
  display: flex;
  margin: auto;
}
.cid-tMfdLfjybC .iconfont-wrapper {
  color: #917d08;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tMfdLfjybC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tMfdLfjybC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tMfdLfjybC .navbar-caption {
  color: #2f2e30;
}
.cid-tMfdLfjybC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tMfdLfjybC .navbar-nav {
    margin: 0;
  }
}
.cid-tMfdLfjybC .dropdown-menu,
.cid-tMfdLfjybC .navbar.opened {
  background-color: false !important;
}
.cid-tMfdLfjybC .nav-item:focus,
.cid-tMfdLfjybC .nav-link:focus {
  outline: none;
}
.cid-tMfdLfjybC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMfdLfjybC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMfdLfjybC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMfdLfjybC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMfdLfjybC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMfdLfjybC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMfdLfjybC .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tMfdLfjybC .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tMfdLfjybC .navbar.opened {
  transition: all 0.3s;
}
.cid-tMfdLfjybC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tMfdLfjybC .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 16px !important;
}
.cid-tMfdLfjybC .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tMfdLfjybC .navbar.collapsed {
  justify-content: center;
}
.cid-tMfdLfjybC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMfdLfjybC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tMfdLfjybC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMfdLfjybC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMfdLfjybC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMfdLfjybC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tMfdLfjybC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tMfdLfjybC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tMfdLfjybC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMfdLfjybC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMfdLfjybC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tMfdLfjybC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMfdLfjybC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tMfdLfjybC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMfdLfjybC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tMfdLfjybC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tMfdLfjybC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tMfdLfjybC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tMfdLfjybC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMfdLfjybC .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tMfdLfjybC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMfdLfjybC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMfdLfjybC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMfdLfjybC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMfdLfjybC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tMfdLfjybC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMfdLfjybC .dropdown-item.active,
.cid-tMfdLfjybC .dropdown-item:active {
  background-color: transparent;
}
.cid-tMfdLfjybC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMfdLfjybC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMfdLfjybC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMfdLfjybC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMfdLfjybC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tMfdLfjybC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMfdLfjybC button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fff29d;
  background: #d8c553;
}
.cid-tMfdLfjybC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d7915;
}
.cid-tMfdLfjybC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMfdLfjybC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMfdLfjybC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMfdLfjybC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMfdLfjybC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMfdLfjybC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMfdLfjybC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMfdLfjybC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMfdLfjybC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tMfdLfjybC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMfdLfjybC .navbar {
    height: 70px;
  }
  .cid-tMfdLfjybC .navbar.opened {
    height: auto;
  }
  .cid-tMfdLfjybC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMfdLfjybC .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tMfdLfjybC .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cid-tMfdLfjybC .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
.cid-tMfdLfjybC .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 185px;
}
.cid-tMfdLfjybC .navbar-caption:hover {
  color: #1d7915;
}
@media (min-width: 992px) {
  .cid-tMfdLfjybC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tMfdLfjybC .text_widget {
  margin-bottom: 32px;
}
.cid-tMfdLfjybC .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tMfdLfjybC .text_widget a:hover,
.cid-tMfdLfjybC .text_widget a:focus {
  color: #28c222 !important;
}
.cid-tMfdLfjybC .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tMfdLfjybC .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tMfdLfjybC .mbr-section-subtitle,
.cid-tMfdLfjybC .text_widget,
.cid-tMfdLfjybC .mbr-section-btn {
  text-align: center;
}
.cid-tMfdLfjybC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tW0PaWm7hz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/start-small-groups-1024x683.jpg");
}
.cid-tW0PaWm7hz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW0PaWm7hz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tW0PaWm7hz .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tW0PaWm7hz .container {
    padding: 0 12px;
  }
}
.cid-tW0PaWm7hz .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tW0PaWm7hz .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tW0PaWm7hz .title-wrapper .mbr-section-title span {
  padding: 6px 12px;
  background-color: #917d08;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tW0PaWm7hz .title-wrapper .mbr-section-title span {
    padding: 0 10px;
    border-radius: 8px;
  }
}
.cid-tW0PaWm7hz .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tW0PaWm7hz .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-tW0PaWm7hz .title-wrapper .mbr-section-btn {
    margin-bottom: 40px;
  }
}
.cid-tW0PaWm7hz .title-wrapper .tags-wrapper {
  margin-bottom: 24px;
}
.cid-tW0PaWm7hz .title-wrapper .tags-wrapper .tags-wrap {
  display: inline-block;
}
.cid-tW0PaWm7hz .title-wrapper .tags-wrapper .tags-wrap .tag-item {
  display: inline-flex;
  align-items: center;
  margin-right: 40px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.cid-tW0PaWm7hz .title-wrapper .tags-wrapper .tags-wrap .tag-item .mbr-iconfont {
  font-size: 44px;
  margin-right: 8px;
  color: #d8c553;
}
.cid-tW0PaWm7hz .title-wrapper .tags-wrapper .tags-wrap .tag-item .mbr-tag {
  margin-bottom: 0;
}
.cid-tW0PaWm7hz .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-tW0PaWm7hz .image-wrapper img {
  width: 420px;
  height: 420px;
  border-radius: 100%;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #222222;
  object-fit: cover;
}
@media (max-width: 1300px) {
  .cid-tW0PaWm7hz .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1200px) {
  .cid-tW0PaWm7hz .image-wrapper img {
    width: 310px;
    height: 310px;
  }
}
@media (max-width: 768px) {
  .cid-tW0PaWm7hz .image-wrapper img {
    width: 280px;
    height: 280px;
  }
}
.cid-tW0PaWm7hz .mbr-section-title {
  color: #222222;
}
.cid-tW0PaWm7hz .mbr-text {
  color: #fff29d;
}
.cid-tW0PaWm7hz .mbr-tag {
  color: #222222;
}
.cid-tW0PaWm7hz .mbr-section-title,
.cid-tW0PaWm7hz .mbr-section-btn {
  color: #ffed72;
}
.cid-tW0PaWm7hz .mbr-tag,
.cid-tW0PaWm7hz .tags-wrapper {
  color: #ffed72;
}
.cid-tVYSZlHXFo {
  padding-top: 105px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #106b05, #5d5004);
}
.cid-tVYSZlHXFo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVYSZlHXFo .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .container-fluid {
    padding: 0 0px;
  }
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .container {
    padding: 3px 16px;
  }
}
.cid-tVYSZlHXFo li {
  line-height: 1.8;
}
.cid-tVYSZlHXFo li:hover {
  cursor: pointer;
}
.cid-tVYSZlHXFo .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .card {
    margin-bottom: 40px;
  }
}
.cid-tVYSZlHXFo .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
    margin-left: 20px;
  }
}
.cid-tVYSZlHXFo .card .content-wrapper .title-wrapper .title-wrap img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin-right: 1rem;
  margin-left: 20px;
  border-radius: 0 !important;
}
.cid-tVYSZlHXFo .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tVYSZlHXFo .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .card .content-wrapper .copyright {
    margin-bottom: 40px;
    margin-left: 20px;
  }
}
.cid-tVYSZlHXFo .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tVYSZlHXFo .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  margin-left: 20px;
  color: #232323;
}
.cid-tVYSZlHXFo .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
  margin-left: 20px;
}
.cid-tVYSZlHXFo .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tVYSZlHXFo .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-tVYSZlHXFo .mbr-section-title {
  color: #ffffff;
}
.cid-tVYSZlHXFo .copyright {
  color: #fff29d;
}
.cid-tVYSZlHXFo .mbr-card-title {
  color: #ffed72;
}
.cid-tVYSZlHXFo .list {
  color: #fff29d;
}
.cid-tVYSZlHXFo .mbr-section-title,
.cid-tVYSZlHXFo .title-wrapper,
.cid-tVYSZlHXFo .social-wrapper {
  color: #ffed72;
}
.cid-u9xjxWnBk0.popup-builder {
  background-color: #ffffff;
}
.cid-u9xjxWnBk0.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u9xjxWnBk0.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u9xjxWnBk0 .modal-content,
.cid-u9xjxWnBk0 .modal-dialog {
  height: auto;
}
.cid-u9xjxWnBk0 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u9xjxWnBk0 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u9xjxWnBk0 .form-wrapper .mbr-form .form-group,
  .cid-u9xjxWnBk0 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u9xjxWnBk0 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u9xjxWnBk0 .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-u9xjxWnBk0 .mbr-text {
  text-align: center;
  color: #106b05;
}
.cid-u9xjxWnBk0 .pt-0 {
  padding-top: 0 !important;
}
.cid-u9xjxWnBk0 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u9xjxWnBk0 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u9xjxWnBk0 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u9xjxWnBk0 .modal-open {
  overflow: hidden;
}
.cid-u9xjxWnBk0 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u9xjxWnBk0 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u9xjxWnBk0 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u9xjxWnBk0 .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-u9xjxWnBk0 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u9xjxWnBk0 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u9xjxWnBk0 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u9xjxWnBk0 .modal-content {
  background: #a0de99;
  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-u9xjxWnBk0 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u9xjxWnBk0 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u9xjxWnBk0 .modal-backdrop.fade {
  opacity: 0;
}
.cid-u9xjxWnBk0 .modal-backdrop.show {
  opacity: .5;
}
.cid-u9xjxWnBk0 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u9xjxWnBk0 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9xjxWnBk0 .modal-header {
    padding: 1rem;
  }
}
.cid-u9xjxWnBk0 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u9xjxWnBk0 .modal-header .close svg {
  fill: #fc3a06;
}
.cid-u9xjxWnBk0 .modal-header .close:hover {
  opacity: 1;
}
.cid-u9xjxWnBk0 .modal-header .close:focus {
  outline: none;
}
.cid-u9xjxWnBk0 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #5d5004;
}
.cid-u9xjxWnBk0 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u9xjxWnBk0 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9xjxWnBk0 .modal-body {
    padding: 1rem;
  }
}
.cid-u9xjxWnBk0 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u9xjxWnBk0 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9xjxWnBk0 .modal-footer {
    padding: 1rem;
  }
}
.cid-u9xjxWnBk0 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u9xjxWnBk0 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u9xjxWnBk0 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u9xjxWnBk0 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u9xjxWnBk0 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u9xjxWnBk0 .modal-lg,
  .cid-u9xjxWnBk0 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u9xjxWnBk0 .modal-xl {
    max-width: 1140px;
  }
}
.cid-u9xjxWnBk0 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u9xjxWnBk0 .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-u9xjxWnBk0 .form-group {
  margin-bottom: 1rem;
}
.cid-u9xjxWnBk0 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u9xjxWnBk0 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u9xjxWnBk0 .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-u9xjxWnBk0 .mbr-section-btn {
  margin: 0;
}
.cid-u9xjxWnBk0 .mbr-section-btn .btn {
  margin: 0;
}
.cid-u9Ckxv0rmY.popup-builder {
  background-color: #ffffff;
}
.cid-u9Ckxv0rmY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u9Ckxv0rmY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u9Ckxv0rmY .modal-content,
.cid-u9Ckxv0rmY .modal-dialog {
  height: auto;
}
.cid-u9Ckxv0rmY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u9Ckxv0rmY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u9Ckxv0rmY .form-wrapper .mbr-form .form-group,
  .cid-u9Ckxv0rmY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u9Ckxv0rmY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u9Ckxv0rmY .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-u9Ckxv0rmY .mbr-text {
  text-align: center;
  color: #fc3a06;
}
.cid-u9Ckxv0rmY .pt-0 {
  padding-top: 0 !important;
}
.cid-u9Ckxv0rmY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u9Ckxv0rmY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u9Ckxv0rmY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u9Ckxv0rmY .modal-open {
  overflow: hidden;
}
.cid-u9Ckxv0rmY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u9Ckxv0rmY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u9Ckxv0rmY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u9Ckxv0rmY .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-u9Ckxv0rmY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u9Ckxv0rmY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u9Ckxv0rmY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u9Ckxv0rmY .modal-content {
  background: #fff29d;
  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-u9Ckxv0rmY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u9Ckxv0rmY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u9Ckxv0rmY .modal-backdrop.fade {
  opacity: 0;
}
.cid-u9Ckxv0rmY .modal-backdrop.show {
  opacity: .5;
}
.cid-u9Ckxv0rmY .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u9Ckxv0rmY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9Ckxv0rmY .modal-header {
    padding: 1rem;
  }
}
.cid-u9Ckxv0rmY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u9Ckxv0rmY .modal-header .close svg {
  fill: #fc3a06;
}
.cid-u9Ckxv0rmY .modal-header .close:hover {
  opacity: 1;
}
.cid-u9Ckxv0rmY .modal-header .close:focus {
  outline: none;
}
.cid-u9Ckxv0rmY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #106b05;
}
.cid-u9Ckxv0rmY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u9Ckxv0rmY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9Ckxv0rmY .modal-body {
    padding: 1rem;
  }
}
.cid-u9Ckxv0rmY .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u9Ckxv0rmY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9Ckxv0rmY .modal-footer {
    padding: 1rem;
  }
}
.cid-u9Ckxv0rmY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u9Ckxv0rmY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u9Ckxv0rmY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u9Ckxv0rmY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u9Ckxv0rmY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u9Ckxv0rmY .modal-lg,
  .cid-u9Ckxv0rmY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u9Ckxv0rmY .modal-xl {
    max-width: 1140px;
  }
}
.cid-u9Ckxv0rmY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u9Ckxv0rmY .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-u9Ckxv0rmY .form-group {
  margin-bottom: 1rem;
}
.cid-u9Ckxv0rmY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u9Ckxv0rmY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u9Ckxv0rmY .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-u9Ckxv0rmY .mbr-section-btn {
  margin: 0;
}
.cid-u9Ckxv0rmY .mbr-section-btn .btn {
  margin: 0;
}
.cid-u9Ckxv0rmY LABEL {
  color: #106b05;
}
.cid-u9CofAqvlS.popup-builder {
  background-color: #ffffff;
}
.cid-u9CofAqvlS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u9CofAqvlS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u9CofAqvlS .modal-content,
.cid-u9CofAqvlS .modal-dialog {
  height: auto;
}
.cid-u9CofAqvlS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u9CofAqvlS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u9CofAqvlS .form-wrapper .mbr-form .form-group,
  .cid-u9CofAqvlS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u9CofAqvlS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u9CofAqvlS .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-u9CofAqvlS .mbr-text {
  text-align: center;
  color: #fc3a06;
}
.cid-u9CofAqvlS .pt-0 {
  padding-top: 0 !important;
}
.cid-u9CofAqvlS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u9CofAqvlS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u9CofAqvlS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u9CofAqvlS .modal-open {
  overflow: hidden;
}
.cid-u9CofAqvlS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u9CofAqvlS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u9CofAqvlS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u9CofAqvlS .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-u9CofAqvlS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u9CofAqvlS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u9CofAqvlS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u9CofAqvlS .modal-content {
  background: #fff29d;
  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-u9CofAqvlS .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u9CofAqvlS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u9CofAqvlS .modal-backdrop.fade {
  opacity: 0;
}
.cid-u9CofAqvlS .modal-backdrop.show {
  opacity: .5;
}
.cid-u9CofAqvlS .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u9CofAqvlS .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9CofAqvlS .modal-header {
    padding: 1rem;
  }
}
.cid-u9CofAqvlS .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u9CofAqvlS .modal-header .close svg {
  fill: #fc3a06;
}
.cid-u9CofAqvlS .modal-header .close:hover {
  opacity: 1;
}
.cid-u9CofAqvlS .modal-header .close:focus {
  outline: none;
}
.cid-u9CofAqvlS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #106b05;
}
.cid-u9CofAqvlS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u9CofAqvlS .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9CofAqvlS .modal-body {
    padding: 1rem;
  }
}
.cid-u9CofAqvlS .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u9CofAqvlS .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9CofAqvlS .modal-footer {
    padding: 1rem;
  }
}
.cid-u9CofAqvlS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u9CofAqvlS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u9CofAqvlS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u9CofAqvlS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u9CofAqvlS .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u9CofAqvlS .modal-lg,
  .cid-u9CofAqvlS .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u9CofAqvlS .modal-xl {
    max-width: 1140px;
  }
}
.cid-u9CofAqvlS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u9CofAqvlS .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-u9CofAqvlS .form-group {
  margin-bottom: 1rem;
}
.cid-u9CofAqvlS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u9CofAqvlS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u9CofAqvlS .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-u9CofAqvlS .mbr-section-btn {
  margin: 0;
}
.cid-u9CofAqvlS .mbr-section-btn .btn {
  margin: 0;
}
.cid-u9CofAqvlS LABEL {
  color: #106b05;
}
.cid-u9ZOpJJg2X.popup-builder {
  background-color: #ffffff;
}
.cid-u9ZOpJJg2X.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u9ZOpJJg2X.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u9ZOpJJg2X .modal-content,
.cid-u9ZOpJJg2X .modal-dialog {
  height: auto;
}
.cid-u9ZOpJJg2X .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u9ZOpJJg2X .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u9ZOpJJg2X .form-wrapper .mbr-form .form-group,
  .cid-u9ZOpJJg2X .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u9ZOpJJg2X .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u9ZOpJJg2X .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-u9ZOpJJg2X .mbr-text {
  text-align: left;
  color: #106b05;
}
.cid-u9ZOpJJg2X .pt-0 {
  padding-top: 0 !important;
}
.cid-u9ZOpJJg2X .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u9ZOpJJg2X .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u9ZOpJJg2X .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u9ZOpJJg2X .modal-open {
  overflow: hidden;
}
.cid-u9ZOpJJg2X .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u9ZOpJJg2X .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u9ZOpJJg2X .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u9ZOpJJg2X .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-u9ZOpJJg2X .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u9ZOpJJg2X .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u9ZOpJJg2X .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u9ZOpJJg2X .modal-content {
  background: #106b05;
  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-u9ZOpJJg2X .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u9ZOpJJg2X .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u9ZOpJJg2X .modal-backdrop.fade {
  opacity: 0;
}
.cid-u9ZOpJJg2X .modal-backdrop.show {
  opacity: .5;
}
.cid-u9ZOpJJg2X .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u9ZOpJJg2X .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZOpJJg2X .modal-header {
    padding: 1rem;
  }
}
.cid-u9ZOpJJg2X .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u9ZOpJJg2X .modal-header .close svg {
  fill: #fc3a06;
}
.cid-u9ZOpJJg2X .modal-header .close:hover {
  opacity: 1;
}
.cid-u9ZOpJJg2X .modal-header .close:focus {
  outline: none;
}
.cid-u9ZOpJJg2X .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #fff29d;
}
.cid-u9ZOpJJg2X .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u9ZOpJJg2X .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZOpJJg2X .modal-body {
    padding: 1rem;
  }
}
.cid-u9ZOpJJg2X .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u9ZOpJJg2X .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZOpJJg2X .modal-footer {
    padding: 1rem;
  }
}
.cid-u9ZOpJJg2X .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u9ZOpJJg2X .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u9ZOpJJg2X .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u9ZOpJJg2X .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u9ZOpJJg2X .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u9ZOpJJg2X .modal-lg,
  .cid-u9ZOpJJg2X .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u9ZOpJJg2X .modal-xl {
    max-width: 1140px;
  }
}
.cid-u9ZOpJJg2X .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u9ZOpJJg2X .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-u9ZOpJJg2X .form-group {
  margin-bottom: 1rem;
}
.cid-u9ZOpJJg2X .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u9ZOpJJg2X .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u9ZOpJJg2X .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-u9ZOpJJg2X .mbr-section-btn {
  margin: 0;
}
.cid-u9ZOpJJg2X .mbr-section-btn .btn {
  margin: 0;
}
.cid-u9ZOpJJg2X H5 {
  color: #106b05;
  text-align: left;
}
.cid-u9ZOpJJg2X LABEL {
  color: #106b05;
}
.cid-u0LCZSLSRF .navbar-dropdown {
  background-color: #fff29d !important;
  padding: 0;
}
.cid-u0LCZSLSRF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fff29d !important;
  background: #fff29d;
}
.cid-u0LCZSLSRF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0LCZSLSRF .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u0LCZSLSRF .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u0LCZSLSRF .menu_box .navbar.opened,
  .cid-u0LCZSLSRF .menu_box .navbar-collapse {
    background-color: #fff29d !important;
    transition: all 0s ease 0s;
  }
}
.cid-u0LCZSLSRF .navbar-dropdown {
  position: relative !important;
}
.cid-u0LCZSLSRF .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u0LCZSLSRF .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0LCZSLSRF .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u0LCZSLSRF .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u0LCZSLSRF .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u0LCZSLSRF .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #917d08;
  }
  .cid-u0LCZSLSRF .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u0LCZSLSRF .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u0LCZSLSRF .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u0LCZSLSRF .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u0LCZSLSRF .offcanvas-body .mbr-text,
  .cid-u0LCZSLSRF .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u0LCZSLSRF .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u0LCZSLSRF .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u0LCZSLSRF .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d7915;
  }
  .cid-u0LCZSLSRF .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u0LCZSLSRF .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u0LCZSLSRF .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u0LCZSLSRF .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u0LCZSLSRF ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u0LCZSLSRF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0LCZSLSRF .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u0LCZSLSRF .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u0LCZSLSRF li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u0LCZSLSRF .lg_brand {
    margin: 0 1rem;
  }
  .cid-u0LCZSLSRF .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u0LCZSLSRF .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u0LCZSLSRF .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u0LCZSLSRF .nav-item {
    margin: 0 !important;
  }
}
.cid-u0LCZSLSRF .nav-item .nav-link:hover,
.cid-u0LCZSLSRF .nav-item .nav-link:focus {
  color: #28c222 !important;
  transition: all 0.3s ease-out;
}
.cid-u0LCZSLSRF .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u0LCZSLSRF .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u0LCZSLSRF .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u0LCZSLSRF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0LCZSLSRF .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u0LCZSLSRF .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u0LCZSLSRF .offcanvas_box {
    display: none;
  }
}
.cid-u0LCZSLSRF .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u0LCZSLSRF .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u0LCZSLSRF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u0LCZSLSRF .container {
  display: flex;
  margin: auto;
}
.cid-u0LCZSLSRF .iconfont-wrapper {
  color: #917d08;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u0LCZSLSRF .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u0LCZSLSRF .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u0LCZSLSRF .navbar-caption {
  color: #2f2e30;
}
.cid-u0LCZSLSRF .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u0LCZSLSRF .navbar-nav {
    margin: 0;
  }
}
.cid-u0LCZSLSRF .dropdown-menu,
.cid-u0LCZSLSRF .navbar.opened {
  background-color: false !important;
}
.cid-u0LCZSLSRF .nav-item:focus,
.cid-u0LCZSLSRF .nav-link:focus {
  outline: none;
}
.cid-u0LCZSLSRF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0LCZSLSRF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0LCZSLSRF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0LCZSLSRF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0LCZSLSRF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0LCZSLSRF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0LCZSLSRF .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u0LCZSLSRF .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u0LCZSLSRF .navbar.opened {
  transition: all 0.3s;
}
.cid-u0LCZSLSRF .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u0LCZSLSRF .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 16px !important;
}
.cid-u0LCZSLSRF .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u0LCZSLSRF .navbar.collapsed {
  justify-content: center;
}
.cid-u0LCZSLSRF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0LCZSLSRF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u0LCZSLSRF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0LCZSLSRF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0LCZSLSRF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0LCZSLSRF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u0LCZSLSRF .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u0LCZSLSRF .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u0LCZSLSRF .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u0LCZSLSRF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0LCZSLSRF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0LCZSLSRF .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u0LCZSLSRF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0LCZSLSRF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u0LCZSLSRF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0LCZSLSRF .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u0LCZSLSRF .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0LCZSLSRF .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u0LCZSLSRF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u0LCZSLSRF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0LCZSLSRF .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u0LCZSLSRF .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0LCZSLSRF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0LCZSLSRF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0LCZSLSRF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u0LCZSLSRF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u0LCZSLSRF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0LCZSLSRF .dropdown-item.active,
.cid-u0LCZSLSRF .dropdown-item:active {
  background-color: transparent;
}
.cid-u0LCZSLSRF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0LCZSLSRF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0LCZSLSRF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0LCZSLSRF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0LCZSLSRF ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u0LCZSLSRF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0LCZSLSRF button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fff29d;
  background: #d8c553;
}
.cid-u0LCZSLSRF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d7915;
}
.cid-u0LCZSLSRF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0LCZSLSRF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0LCZSLSRF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0LCZSLSRF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0LCZSLSRF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0LCZSLSRF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0LCZSLSRF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0LCZSLSRF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0LCZSLSRF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u0LCZSLSRF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u0LCZSLSRF .navbar {
    height: 70px;
  }
  .cid-u0LCZSLSRF .navbar.opened {
    height: auto;
  }
  .cid-u0LCZSLSRF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0LCZSLSRF .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u0LCZSLSRF .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cid-u0LCZSLSRF .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
.cid-u0LCZSLSRF .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 185px;
}
.cid-u0LCZSLSRF .navbar-caption:hover {
  color: #1d7915;
}
@media (min-width: 992px) {
  .cid-u0LCZSLSRF .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u0LCZSLSRF .text_widget {
  margin-bottom: 32px;
}
.cid-u0LCZSLSRF .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u0LCZSLSRF .text_widget a:hover,
.cid-u0LCZSLSRF .text_widget a:focus {
  color: #28c222 !important;
}
.cid-u0LCZSLSRF .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u0LCZSLSRF .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u0LCZSLSRF .mbr-section-subtitle,
.cid-u0LCZSLSRF .text_widget,
.cid-u0LCZSLSRF .mbr-section-btn {
  text-align: center;
}
.cid-u0LCZSLSRF a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u1LXlDNEXG {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1d7915;
}
.cid-u1LXlDNEXG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1LXlDNEXG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1LXlDNEXG .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u1LXlDNEXG .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u1LXlDNEXG .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u1LXlDNEXG .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u1LXlDNEXG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1LXlDNEXG .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0;
}
.cid-u1LXlDNEXG .buttons-wrapper {
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u1LXlDNEXG .buttons-wrapper {
    text-align: left;
  }
}
.cid-u1LXlDNEXG .buttons-wrapper .mbr-section-btn {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.cid-u1LXlDNEXG .mbr-section-title {
  color: #262642;
}
.cid-u1LXlDNEXG .mbr-section-subtitle {
  color: #ffed72;
}
.cid-u6E6E9hhJ8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fefced;
}
.cid-u6E6E9hhJ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6E6E9hhJ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6E6E9hhJ8 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u6E6E9hhJ8 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u6E6E9hhJ8 .container {
    padding: 0 24px;
  }
}
.cid-u6E6E9hhJ8 .row {
  justify-content: center;
}
.cid-u6E6E9hhJ8 .item {
  margin-bottom: 32px;
}
.cid-u6E6E9hhJ8 .item .item-wrapper .card-box .card-title_1,
.cid-u6E6E9hhJ8 .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 16px;
}
.cid-u6E6E9hhJ8 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u6E6E9hhJ8 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u6E6E9hhJ8 .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-u6E6E9hhJ8 .card-title_1 {
  color: #FF3399;
}
.cid-u6E6E9hhJ8 .card-title_2 {
  color: #00CCBD;
}
.cid-u6E6E9hhJ8 .card-text {
  color: #262642;
}
.cid-u6E6E9hhJ8 .card-title_1,
.cid-u6E6E9hhJ8 .mbr-section-btn {
  color: #106b05;
}
.cid-u6E6E9hhJ8 .card-title_2,
.cid-u6E6E9hhJ8 .mbr-section-btn {
  color: #c8b11a;
}
.cid-u7gnxVOL8W {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u7gnxVOL8W .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7gnxVOL8W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7gnxVOL8W .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u7gnxVOL8W .container-fluid {
    padding: 0 20px;
  }
}
.cid-u7gnxVOL8W .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u7gnxVOL8W .container {
    padding: 0 20px;
  }
}
.cid-u7gnxVOL8W .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-u7gnxVOL8W .content-wrapper {
    padding: 46px 0;
  }
}
.cid-u7gnxVOL8W .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-u7gnxVOL8W .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
.cid-u7gnxVOL8W .dragArea.row .mbr-text {
  margin-bottom: 60px !important;
}
@media (max-width: 992px) {
  .cid-u7gnxVOL8W .dragArea.row .mbr-text {
    margin-bottom: 46px !important;
  }
}
.cid-u7gnxVOL8W .dragArea.row .form-group {
  margin-bottom: 46px !important;
}
.cid-u7gnxVOL8W .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-u7gnxVOL8W .dragArea.row .form-group .form-control {
  padding: 0 0 8px 0;
  border: none !important;
  border-bottom: 1px solid #a0de99 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
.cid-u7gnxVOL8W .dragArea.row .form-group .form-control:hover,
.cid-u7gnxVOL8W .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #106b05 !important;
}
.cid-u7gnxVOL8W .dragArea.row .form-group .form-control::placeholder {
  color: #a0de99;
}
.cid-u7gnxVOL8W .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-u7gnxVOL8W .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-u7gnxVOL8W .dragArea.row .form-group .form-check .form-check-input {
  background-color: #106b05;
  border-color: #106b05;
  border-radius: 0;
}
.cid-u7gnxVOL8W .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-u7gnxVOL8W .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u7gnxVOL8W .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u7gnxVOL8W .mbr-text,
.cid-u7gnxVOL8W .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-u7gnxVOL8W label {
  color: #000000;
}
.cid-u7gnxVOL8W .mbr-section-btn {
  text-align: center;
}
.cid-u0LCZTDxoN {
  padding-top: 105px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #106b05, #5d5004);
}
.cid-u0LCZTDxoN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0LCZTDxoN .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0LCZTDxoN .container-fluid {
    padding: 0 0px;
  }
}
@media (max-width: 992px) {
  .cid-u0LCZTDxoN .container {
    padding: 3px 16px;
  }
}
.cid-u0LCZTDxoN li {
  line-height: 1.8;
}
.cid-u0LCZTDxoN li:hover {
  cursor: pointer;
}
.cid-u0LCZTDxoN .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u0LCZTDxoN .card {
    margin-bottom: 40px;
  }
}
.cid-u0LCZTDxoN .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u0LCZTDxoN .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
    margin-left: 20px;
  }
}
.cid-u0LCZTDxoN .card .content-wrapper .title-wrapper .title-wrap img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin-right: 1rem;
  margin-left: 20px;
  border-radius: 0 !important;
}
.cid-u0LCZTDxoN .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u0LCZTDxoN .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u0LCZTDxoN .card .content-wrapper .copyright {
    margin-bottom: 40px;
    margin-left: 20px;
  }
}
.cid-u0LCZTDxoN .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u0LCZTDxoN .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  margin-left: 20px;
  color: #232323;
}
.cid-u0LCZTDxoN .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
  margin-left: 20px;
}
.cid-u0LCZTDxoN .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u0LCZTDxoN .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-u0LCZTDxoN .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-u0LCZTDxoN .mbr-section-title {
  color: #ffffff;
}
.cid-u0LCZTDxoN .copyright {
  color: #fff29d;
}
.cid-u0LCZTDxoN .mbr-card-title {
  color: #ffed72;
}
.cid-u0LCZTDxoN .list {
  color: #fff29d;
}
.cid-u0LCZTDxoN .mbr-section-title,
.cid-u0LCZTDxoN .title-wrapper,
.cid-u0LCZTDxoN .social-wrapper {
  color: #ffed72;
}
.cid-u1LQmh7dZM.popup-builder {
  background-color: #ffffff;
}
.cid-u1LQmh7dZM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u1LQmh7dZM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u1LQmh7dZM .modal-content,
.cid-u1LQmh7dZM .modal-dialog {
  height: auto;
}
.cid-u1LQmh7dZM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u1LQmh7dZM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u1LQmh7dZM .form-wrapper .mbr-form .form-group,
  .cid-u1LQmh7dZM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u1LQmh7dZM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u1LQmh7dZM .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-u1LQmh7dZM .mbr-text {
  text-align: center;
  color: #1d7915;
}
.cid-u1LQmh7dZM .pt-0 {
  padding-top: 0 !important;
}
.cid-u1LQmh7dZM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u1LQmh7dZM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u1LQmh7dZM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u1LQmh7dZM .modal-open {
  overflow: hidden;
}
.cid-u1LQmh7dZM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u1LQmh7dZM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u1LQmh7dZM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u1LQmh7dZM .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-u1LQmh7dZM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u1LQmh7dZM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u1LQmh7dZM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u1LQmh7dZM .modal-content {
  background: #fff29d;
  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-u1LQmh7dZM .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u1LQmh7dZM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u1LQmh7dZM .modal-backdrop.fade {
  opacity: 0;
}
.cid-u1LQmh7dZM .modal-backdrop.show {
  opacity: .5;
}
.cid-u1LQmh7dZM .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u1LQmh7dZM .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u1LQmh7dZM .modal-header {
    padding: 1rem;
  }
}
.cid-u1LQmh7dZM .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u1LQmh7dZM .modal-header .close svg {
  fill: #1d7915;
}
.cid-u1LQmh7dZM .modal-header .close:hover {
  opacity: 1;
}
.cid-u1LQmh7dZM .modal-header .close:focus {
  outline: none;
}
.cid-u1LQmh7dZM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #1d7915;
}
.cid-u1LQmh7dZM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u1LQmh7dZM .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1LQmh7dZM .modal-body {
    padding: 1rem;
  }
}
.cid-u1LQmh7dZM .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u1LQmh7dZM .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1LQmh7dZM .modal-footer {
    padding: 1rem;
  }
}
.cid-u1LQmh7dZM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u1LQmh7dZM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u1LQmh7dZM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u1LQmh7dZM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u1LQmh7dZM .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u1LQmh7dZM .modal-lg,
  .cid-u1LQmh7dZM .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u1LQmh7dZM .modal-xl {
    max-width: 1140px;
  }
}
.cid-u1LQmh7dZM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u1LQmh7dZM .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-u1LQmh7dZM .form-group {
  margin-bottom: 1rem;
}
.cid-u1LQmh7dZM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u1LQmh7dZM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u1LQmh7dZM .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-u1LQmh7dZM .mbr-section-btn {
  margin: 1em;
}
.cid-u1LQmh7dZM .mbr-section-btn .btn {
  margin: 1em;
}
.cid-u9xjxWnSgb.popup-builder {
  background-color: #ffffff;
}
.cid-u9xjxWnSgb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u9xjxWnSgb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u9xjxWnSgb .modal-content,
.cid-u9xjxWnSgb .modal-dialog {
  height: auto;
}
.cid-u9xjxWnSgb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u9xjxWnSgb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u9xjxWnSgb .form-wrapper .mbr-form .form-group,
  .cid-u9xjxWnSgb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u9xjxWnSgb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u9xjxWnSgb .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-u9xjxWnSgb .mbr-text {
  text-align: center;
  color: #106b05;
}
.cid-u9xjxWnSgb .pt-0 {
  padding-top: 0 !important;
}
.cid-u9xjxWnSgb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u9xjxWnSgb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u9xjxWnSgb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u9xjxWnSgb .modal-open {
  overflow: hidden;
}
.cid-u9xjxWnSgb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u9xjxWnSgb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u9xjxWnSgb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u9xjxWnSgb .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-u9xjxWnSgb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u9xjxWnSgb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u9xjxWnSgb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u9xjxWnSgb .modal-content {
  background: #a0de99;
  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-u9xjxWnSgb .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u9xjxWnSgb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u9xjxWnSgb .modal-backdrop.fade {
  opacity: 0;
}
.cid-u9xjxWnSgb .modal-backdrop.show {
  opacity: .5;
}
.cid-u9xjxWnSgb .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u9xjxWnSgb .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9xjxWnSgb .modal-header {
    padding: 1rem;
  }
}
.cid-u9xjxWnSgb .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u9xjxWnSgb .modal-header .close svg {
  fill: #fc3a06;
}
.cid-u9xjxWnSgb .modal-header .close:hover {
  opacity: 1;
}
.cid-u9xjxWnSgb .modal-header .close:focus {
  outline: none;
}
.cid-u9xjxWnSgb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #5d5004;
}
.cid-u9xjxWnSgb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u9xjxWnSgb .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9xjxWnSgb .modal-body {
    padding: 1rem;
  }
}
.cid-u9xjxWnSgb .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u9xjxWnSgb .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9xjxWnSgb .modal-footer {
    padding: 1rem;
  }
}
.cid-u9xjxWnSgb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u9xjxWnSgb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u9xjxWnSgb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u9xjxWnSgb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u9xjxWnSgb .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u9xjxWnSgb .modal-lg,
  .cid-u9xjxWnSgb .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u9xjxWnSgb .modal-xl {
    max-width: 1140px;
  }
}
.cid-u9xjxWnSgb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u9xjxWnSgb .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-u9xjxWnSgb .form-group {
  margin-bottom: 1rem;
}
.cid-u9xjxWnSgb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u9xjxWnSgb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u9xjxWnSgb .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-u9xjxWnSgb .mbr-section-btn {
  margin: 0;
}
.cid-u9xjxWnSgb .mbr-section-btn .btn {
  margin: 0;
}
.cid-u9Ckxv0OKP.popup-builder {
  background-color: #ffffff;
}
.cid-u9Ckxv0OKP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u9Ckxv0OKP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u9Ckxv0OKP .modal-content,
.cid-u9Ckxv0OKP .modal-dialog {
  height: auto;
}
.cid-u9Ckxv0OKP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u9Ckxv0OKP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u9Ckxv0OKP .form-wrapper .mbr-form .form-group,
  .cid-u9Ckxv0OKP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u9Ckxv0OKP .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u9Ckxv0OKP .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-u9Ckxv0OKP .mbr-text {
  text-align: center;
  color: #fc3a06;
}
.cid-u9Ckxv0OKP .pt-0 {
  padding-top: 0 !important;
}
.cid-u9Ckxv0OKP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u9Ckxv0OKP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u9Ckxv0OKP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u9Ckxv0OKP .modal-open {
  overflow: hidden;
}
.cid-u9Ckxv0OKP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u9Ckxv0OKP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u9Ckxv0OKP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u9Ckxv0OKP .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-u9Ckxv0OKP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u9Ckxv0OKP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u9Ckxv0OKP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u9Ckxv0OKP .modal-content {
  background: #fff29d;
  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-u9Ckxv0OKP .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u9Ckxv0OKP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u9Ckxv0OKP .modal-backdrop.fade {
  opacity: 0;
}
.cid-u9Ckxv0OKP .modal-backdrop.show {
  opacity: .5;
}
.cid-u9Ckxv0OKP .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u9Ckxv0OKP .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9Ckxv0OKP .modal-header {
    padding: 1rem;
  }
}
.cid-u9Ckxv0OKP .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u9Ckxv0OKP .modal-header .close svg {
  fill: #fc3a06;
}
.cid-u9Ckxv0OKP .modal-header .close:hover {
  opacity: 1;
}
.cid-u9Ckxv0OKP .modal-header .close:focus {
  outline: none;
}
.cid-u9Ckxv0OKP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #106b05;
}
.cid-u9Ckxv0OKP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u9Ckxv0OKP .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9Ckxv0OKP .modal-body {
    padding: 1rem;
  }
}
.cid-u9Ckxv0OKP .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u9Ckxv0OKP .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9Ckxv0OKP .modal-footer {
    padding: 1rem;
  }
}
.cid-u9Ckxv0OKP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u9Ckxv0OKP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u9Ckxv0OKP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u9Ckxv0OKP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u9Ckxv0OKP .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u9Ckxv0OKP .modal-lg,
  .cid-u9Ckxv0OKP .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u9Ckxv0OKP .modal-xl {
    max-width: 1140px;
  }
}
.cid-u9Ckxv0OKP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u9Ckxv0OKP .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-u9Ckxv0OKP .form-group {
  margin-bottom: 1rem;
}
.cid-u9Ckxv0OKP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u9Ckxv0OKP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u9Ckxv0OKP .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-u9Ckxv0OKP .mbr-section-btn {
  margin: 0;
}
.cid-u9Ckxv0OKP .mbr-section-btn .btn {
  margin: 0;
}
.cid-u9Ckxv0OKP LABEL {
  color: #106b05;
}
.cid-u9CofArhRN.popup-builder {
  background-color: #ffffff;
}
.cid-u9CofArhRN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u9CofArhRN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u9CofArhRN .modal-content,
.cid-u9CofArhRN .modal-dialog {
  height: auto;
}
.cid-u9CofArhRN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u9CofArhRN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u9CofArhRN .form-wrapper .mbr-form .form-group,
  .cid-u9CofArhRN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u9CofArhRN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u9CofArhRN .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-u9CofArhRN .mbr-text {
  text-align: center;
  color: #fc3a06;
}
.cid-u9CofArhRN .pt-0 {
  padding-top: 0 !important;
}
.cid-u9CofArhRN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u9CofArhRN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u9CofArhRN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u9CofArhRN .modal-open {
  overflow: hidden;
}
.cid-u9CofArhRN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u9CofArhRN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u9CofArhRN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u9CofArhRN .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-u9CofArhRN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u9CofArhRN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u9CofArhRN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u9CofArhRN .modal-content {
  background: #fff29d;
  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-u9CofArhRN .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u9CofArhRN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u9CofArhRN .modal-backdrop.fade {
  opacity: 0;
}
.cid-u9CofArhRN .modal-backdrop.show {
  opacity: .5;
}
.cid-u9CofArhRN .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u9CofArhRN .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9CofArhRN .modal-header {
    padding: 1rem;
  }
}
.cid-u9CofArhRN .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u9CofArhRN .modal-header .close svg {
  fill: #fc3a06;
}
.cid-u9CofArhRN .modal-header .close:hover {
  opacity: 1;
}
.cid-u9CofArhRN .modal-header .close:focus {
  outline: none;
}
.cid-u9CofArhRN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #106b05;
}
.cid-u9CofArhRN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u9CofArhRN .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9CofArhRN .modal-body {
    padding: 1rem;
  }
}
.cid-u9CofArhRN .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u9CofArhRN .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9CofArhRN .modal-footer {
    padding: 1rem;
  }
}
.cid-u9CofArhRN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u9CofArhRN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u9CofArhRN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u9CofArhRN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u9CofArhRN .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u9CofArhRN .modal-lg,
  .cid-u9CofArhRN .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u9CofArhRN .modal-xl {
    max-width: 1140px;
  }
}
.cid-u9CofArhRN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u9CofArhRN .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-u9CofArhRN .form-group {
  margin-bottom: 1rem;
}
.cid-u9CofArhRN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u9CofArhRN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u9CofArhRN .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-u9CofArhRN .mbr-section-btn {
  margin: 0;
}
.cid-u9CofArhRN .mbr-section-btn .btn {
  margin: 0;
}
.cid-u9CofArhRN LABEL {
  color: #106b05;
}
.cid-u9ZOpJJ61g.popup-builder {
  background-color: #ffffff;
}
.cid-u9ZOpJJ61g.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u9ZOpJJ61g.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u9ZOpJJ61g .modal-content,
.cid-u9ZOpJJ61g .modal-dialog {
  height: auto;
}
.cid-u9ZOpJJ61g .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u9ZOpJJ61g .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u9ZOpJJ61g .form-wrapper .mbr-form .form-group,
  .cid-u9ZOpJJ61g .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u9ZOpJJ61g .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u9ZOpJJ61g .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-u9ZOpJJ61g .mbr-text {
  text-align: left;
  color: #106b05;
}
.cid-u9ZOpJJ61g .pt-0 {
  padding-top: 0 !important;
}
.cid-u9ZOpJJ61g .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u9ZOpJJ61g .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u9ZOpJJ61g .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u9ZOpJJ61g .modal-open {
  overflow: hidden;
}
.cid-u9ZOpJJ61g .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u9ZOpJJ61g .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u9ZOpJJ61g .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u9ZOpJJ61g .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-u9ZOpJJ61g .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u9ZOpJJ61g .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u9ZOpJJ61g .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u9ZOpJJ61g .modal-content {
  background: #106b05;
  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-u9ZOpJJ61g .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u9ZOpJJ61g .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u9ZOpJJ61g .modal-backdrop.fade {
  opacity: 0;
}
.cid-u9ZOpJJ61g .modal-backdrop.show {
  opacity: .5;
}
.cid-u9ZOpJJ61g .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u9ZOpJJ61g .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZOpJJ61g .modal-header {
    padding: 1rem;
  }
}
.cid-u9ZOpJJ61g .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u9ZOpJJ61g .modal-header .close svg {
  fill: #fc3a06;
}
.cid-u9ZOpJJ61g .modal-header .close:hover {
  opacity: 1;
}
.cid-u9ZOpJJ61g .modal-header .close:focus {
  outline: none;
}
.cid-u9ZOpJJ61g .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #fff29d;
}
.cid-u9ZOpJJ61g .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u9ZOpJJ61g .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZOpJJ61g .modal-body {
    padding: 1rem;
  }
}
.cid-u9ZOpJJ61g .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u9ZOpJJ61g .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZOpJJ61g .modal-footer {
    padding: 1rem;
  }
}
.cid-u9ZOpJJ61g .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u9ZOpJJ61g .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u9ZOpJJ61g .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u9ZOpJJ61g .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u9ZOpJJ61g .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u9ZOpJJ61g .modal-lg,
  .cid-u9ZOpJJ61g .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u9ZOpJJ61g .modal-xl {
    max-width: 1140px;
  }
}
.cid-u9ZOpJJ61g .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u9ZOpJJ61g .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-u9ZOpJJ61g .form-group {
  margin-bottom: 1rem;
}
.cid-u9ZOpJJ61g .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u9ZOpJJ61g .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u9ZOpJJ61g .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-u9ZOpJJ61g .mbr-section-btn {
  margin: 0;
}
.cid-u9ZOpJJ61g .mbr-section-btn .btn {
  margin: 0;
}
.cid-u9ZOpJJ61g H5 {
  color: #106b05;
  text-align: left;
}
.cid-u9ZOpJJ61g LABEL {
  color: #106b05;
}
.cid-tMfdLfjybC .navbar-dropdown {
  background-color: #fff29d !important;
  padding: 0;
}
.cid-tMfdLfjybC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fff29d !important;
  background: #fff29d;
}
.cid-tMfdLfjybC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMfdLfjybC .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tMfdLfjybC .menu_box .navbar.opened,
  .cid-tMfdLfjybC .menu_box .navbar-collapse {
    background-color: #fff29d !important;
    transition: all 0s ease 0s;
  }
}
.cid-tMfdLfjybC .navbar-dropdown {
  position: relative !important;
}
.cid-tMfdLfjybC .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tMfdLfjybC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tMfdLfjybC .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tMfdLfjybC .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #917d08;
  }
  .cid-tMfdLfjybC .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tMfdLfjybC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tMfdLfjybC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tMfdLfjybC .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tMfdLfjybC .offcanvas-body .mbr-text,
  .cid-tMfdLfjybC .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tMfdLfjybC .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d7915;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tMfdLfjybC ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tMfdLfjybC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tMfdLfjybC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tMfdLfjybC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tMfdLfjybC li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tMfdLfjybC .lg_brand {
    margin: 0 1rem;
  }
  .cid-tMfdLfjybC .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-tMfdLfjybC .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tMfdLfjybC .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .nav-item {
    margin: 0 !important;
  }
}
.cid-tMfdLfjybC .nav-item .nav-link:hover,
.cid-tMfdLfjybC .nav-item .nav-link:focus {
  color: #28c222 !important;
  transition: all 0.3s ease-out;
}
.cid-tMfdLfjybC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tMfdLfjybC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tMfdLfjybC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tMfdLfjybC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tMfdLfjybC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tMfdLfjybC .offcanvas_box {
    display: none;
  }
}
.cid-tMfdLfjybC .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tMfdLfjybC .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tMfdLfjybC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tMfdLfjybC .container {
  display: flex;
  margin: auto;
}
.cid-tMfdLfjybC .iconfont-wrapper {
  color: #917d08;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tMfdLfjybC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tMfdLfjybC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tMfdLfjybC .navbar-caption {
  color: #2f2e30;
}
.cid-tMfdLfjybC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tMfdLfjybC .navbar-nav {
    margin: 0;
  }
}
.cid-tMfdLfjybC .dropdown-menu,
.cid-tMfdLfjybC .navbar.opened {
  background-color: false !important;
}
.cid-tMfdLfjybC .nav-item:focus,
.cid-tMfdLfjybC .nav-link:focus {
  outline: none;
}
.cid-tMfdLfjybC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMfdLfjybC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMfdLfjybC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMfdLfjybC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMfdLfjybC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMfdLfjybC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMfdLfjybC .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tMfdLfjybC .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tMfdLfjybC .navbar.opened {
  transition: all 0.3s;
}
.cid-tMfdLfjybC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tMfdLfjybC .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 16px !important;
}
.cid-tMfdLfjybC .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tMfdLfjybC .navbar.collapsed {
  justify-content: center;
}
.cid-tMfdLfjybC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMfdLfjybC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tMfdLfjybC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMfdLfjybC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMfdLfjybC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMfdLfjybC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tMfdLfjybC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tMfdLfjybC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tMfdLfjybC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMfdLfjybC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMfdLfjybC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tMfdLfjybC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMfdLfjybC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tMfdLfjybC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMfdLfjybC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tMfdLfjybC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tMfdLfjybC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tMfdLfjybC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tMfdLfjybC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMfdLfjybC .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tMfdLfjybC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMfdLfjybC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMfdLfjybC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMfdLfjybC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMfdLfjybC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tMfdLfjybC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMfdLfjybC .dropdown-item.active,
.cid-tMfdLfjybC .dropdown-item:active {
  background-color: transparent;
}
.cid-tMfdLfjybC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMfdLfjybC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMfdLfjybC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMfdLfjybC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMfdLfjybC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tMfdLfjybC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMfdLfjybC button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fff29d;
  background: #d8c553;
}
.cid-tMfdLfjybC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d7915;
}
.cid-tMfdLfjybC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMfdLfjybC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMfdLfjybC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMfdLfjybC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMfdLfjybC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMfdLfjybC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMfdLfjybC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMfdLfjybC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMfdLfjybC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tMfdLfjybC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMfdLfjybC .navbar {
    height: 70px;
  }
  .cid-tMfdLfjybC .navbar.opened {
    height: auto;
  }
  .cid-tMfdLfjybC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMfdLfjybC .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tMfdLfjybC .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cid-tMfdLfjybC .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
.cid-tMfdLfjybC .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 185px;
}
.cid-tMfdLfjybC .navbar-caption:hover {
  color: #1d7915;
}
@media (min-width: 992px) {
  .cid-tMfdLfjybC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tMfdLfjybC .text_widget {
  margin-bottom: 32px;
}
.cid-tMfdLfjybC .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tMfdLfjybC .text_widget a:hover,
.cid-tMfdLfjybC .text_widget a:focus {
  color: #28c222 !important;
}
.cid-tMfdLfjybC .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tMfdLfjybC .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tMfdLfjybC .mbr-section-subtitle,
.cid-tMfdLfjybC .text_widget,
.cid-tMfdLfjybC .mbr-section-btn {
  text-align: center;
}
.cid-tMfdLfjybC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tW9hw4bEh9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1d7915;
}
.cid-tW9hw4bEh9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW9hw4bEh9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tW9hw4bEh9 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tW9hw4bEh9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tW9hw4bEh9 .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tW9hw4bEh9 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-tW9hw4bEh9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tW9hw4bEh9 .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0;
}
.cid-tW9hw4bEh9 .buttons-wrapper {
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tW9hw4bEh9 .buttons-wrapper {
    text-align: left;
  }
}
.cid-tW9hw4bEh9 .buttons-wrapper .mbr-section-btn {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.cid-tW9hw4bEh9 .mbr-section-title {
  color: #262642;
}
.cid-tW9hw4bEh9 .mbr-section-subtitle {
  color: #ffed72;
}
.cid-tVYSZlHXFo {
  padding-top: 105px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #106b05, #5d5004);
}
.cid-tVYSZlHXFo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVYSZlHXFo .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .container-fluid {
    padding: 0 0px;
  }
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .container {
    padding: 3px 16px;
  }
}
.cid-tVYSZlHXFo li {
  line-height: 1.8;
}
.cid-tVYSZlHXFo li:hover {
  cursor: pointer;
}
.cid-tVYSZlHXFo .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .card {
    margin-bottom: 40px;
  }
}
.cid-tVYSZlHXFo .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
    margin-left: 20px;
  }
}
.cid-tVYSZlHXFo .card .content-wrapper .title-wrapper .title-wrap img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin-right: 1rem;
  margin-left: 20px;
  border-radius: 0 !important;
}
.cid-tVYSZlHXFo .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tVYSZlHXFo .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .card .content-wrapper .copyright {
    margin-bottom: 40px;
    margin-left: 20px;
  }
}
.cid-tVYSZlHXFo .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tVYSZlHXFo .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  margin-left: 20px;
  color: #232323;
}
.cid-tVYSZlHXFo .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
  margin-left: 20px;
}
.cid-tVYSZlHXFo .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tVYSZlHXFo .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-tVYSZlHXFo .mbr-section-title {
  color: #ffffff;
}
.cid-tVYSZlHXFo .copyright {
  color: #fff29d;
}
.cid-tVYSZlHXFo .mbr-card-title {
  color: #ffed72;
}
.cid-tVYSZlHXFo .list {
  color: #fff29d;
}
.cid-tVYSZlHXFo .mbr-section-title,
.cid-tVYSZlHXFo .title-wrapper,
.cid-tVYSZlHXFo .social-wrapper {
  color: #ffed72;
}
.cid-u9ZOpJJqz8.popup-builder {
  background-color: #ffffff;
}
.cid-u9ZOpJJqz8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u9ZOpJJqz8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u9ZOpJJqz8 .modal-content,
.cid-u9ZOpJJqz8 .modal-dialog {
  height: auto;
}
.cid-u9ZOpJJqz8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u9ZOpJJqz8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u9ZOpJJqz8 .form-wrapper .mbr-form .form-group,
  .cid-u9ZOpJJqz8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u9ZOpJJqz8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u9ZOpJJqz8 .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-u9ZOpJJqz8 .mbr-text {
  text-align: left;
  color: #106b05;
}
.cid-u9ZOpJJqz8 .pt-0 {
  padding-top: 0 !important;
}
.cid-u9ZOpJJqz8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u9ZOpJJqz8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u9ZOpJJqz8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u9ZOpJJqz8 .modal-open {
  overflow: hidden;
}
.cid-u9ZOpJJqz8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u9ZOpJJqz8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u9ZOpJJqz8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u9ZOpJJqz8 .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-u9ZOpJJqz8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u9ZOpJJqz8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u9ZOpJJqz8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u9ZOpJJqz8 .modal-content {
  background: #106b05;
  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-u9ZOpJJqz8 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u9ZOpJJqz8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u9ZOpJJqz8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-u9ZOpJJqz8 .modal-backdrop.show {
  opacity: .5;
}
.cid-u9ZOpJJqz8 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u9ZOpJJqz8 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZOpJJqz8 .modal-header {
    padding: 1rem;
  }
}
.cid-u9ZOpJJqz8 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u9ZOpJJqz8 .modal-header .close svg {
  fill: #fc3a06;
}
.cid-u9ZOpJJqz8 .modal-header .close:hover {
  opacity: 1;
}
.cid-u9ZOpJJqz8 .modal-header .close:focus {
  outline: none;
}
.cid-u9ZOpJJqz8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #fff29d;
}
.cid-u9ZOpJJqz8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u9ZOpJJqz8 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZOpJJqz8 .modal-body {
    padding: 1rem;
  }
}
.cid-u9ZOpJJqz8 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u9ZOpJJqz8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZOpJJqz8 .modal-footer {
    padding: 1rem;
  }
}
.cid-u9ZOpJJqz8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u9ZOpJJqz8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u9ZOpJJqz8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u9ZOpJJqz8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u9ZOpJJqz8 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u9ZOpJJqz8 .modal-lg,
  .cid-u9ZOpJJqz8 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u9ZOpJJqz8 .modal-xl {
    max-width: 1140px;
  }
}
.cid-u9ZOpJJqz8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u9ZOpJJqz8 .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-u9ZOpJJqz8 .form-group {
  margin-bottom: 1rem;
}
.cid-u9ZOpJJqz8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u9ZOpJJqz8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u9ZOpJJqz8 .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-u9ZOpJJqz8 .mbr-section-btn {
  margin: 0;
}
.cid-u9ZOpJJqz8 .mbr-section-btn .btn {
  margin: 0;
}
.cid-u9ZOpJJqz8 H5 {
  color: #106b05;
  text-align: left;
}
.cid-u9ZOpJJqz8 LABEL {
  color: #106b05;
}
.cid-u79PUldOvr .navbar-dropdown {
  background-color: #fff29d !important;
  padding: 0;
}
.cid-u79PUldOvr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fff29d !important;
  background: #fff29d;
}
.cid-u79PUldOvr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u79PUldOvr .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u79PUldOvr .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u79PUldOvr .menu_box .navbar.opened,
  .cid-u79PUldOvr .menu_box .navbar-collapse {
    background-color: #fff29d !important;
    transition: all 0s ease 0s;
  }
}
.cid-u79PUldOvr .navbar-dropdown {
  position: relative !important;
}
.cid-u79PUldOvr .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u79PUldOvr .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u79PUldOvr .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u79PUldOvr .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u79PUldOvr .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u79PUldOvr .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #917d08;
  }
  .cid-u79PUldOvr .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u79PUldOvr .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u79PUldOvr .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u79PUldOvr .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u79PUldOvr .offcanvas-body .mbr-text,
  .cid-u79PUldOvr .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u79PUldOvr .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u79PUldOvr .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u79PUldOvr .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d7915;
  }
  .cid-u79PUldOvr .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u79PUldOvr .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u79PUldOvr .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u79PUldOvr .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u79PUldOvr ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u79PUldOvr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u79PUldOvr .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u79PUldOvr .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u79PUldOvr li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u79PUldOvr .lg_brand {
    margin: 0 1rem;
  }
  .cid-u79PUldOvr .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u79PUldOvr .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u79PUldOvr .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u79PUldOvr .nav-item {
    margin: 0 !important;
  }
}
.cid-u79PUldOvr .nav-item .nav-link:hover,
.cid-u79PUldOvr .nav-item .nav-link:focus {
  color: #28c222 !important;
  transition: all 0.3s ease-out;
}
.cid-u79PUldOvr .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u79PUldOvr .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u79PUldOvr .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u79PUldOvr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u79PUldOvr .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u79PUldOvr .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u79PUldOvr .offcanvas_box {
    display: none;
  }
}
.cid-u79PUldOvr .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u79PUldOvr .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u79PUldOvr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u79PUldOvr .container {
  display: flex;
  margin: auto;
}
.cid-u79PUldOvr .iconfont-wrapper {
  color: #917d08;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u79PUldOvr .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u79PUldOvr .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u79PUldOvr .navbar-caption {
  color: #2f2e30;
}
.cid-u79PUldOvr .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u79PUldOvr .navbar-nav {
    margin: 0;
  }
}
.cid-u79PUldOvr .dropdown-menu,
.cid-u79PUldOvr .navbar.opened {
  background-color: false !important;
}
.cid-u79PUldOvr .nav-item:focus,
.cid-u79PUldOvr .nav-link:focus {
  outline: none;
}
.cid-u79PUldOvr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u79PUldOvr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u79PUldOvr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u79PUldOvr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u79PUldOvr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u79PUldOvr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u79PUldOvr .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u79PUldOvr .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u79PUldOvr .navbar.opened {
  transition: all 0.3s;
}
.cid-u79PUldOvr .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u79PUldOvr .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 16px !important;
}
.cid-u79PUldOvr .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u79PUldOvr .navbar.collapsed {
  justify-content: center;
}
.cid-u79PUldOvr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u79PUldOvr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u79PUldOvr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u79PUldOvr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u79PUldOvr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u79PUldOvr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u79PUldOvr .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u79PUldOvr .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u79PUldOvr .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u79PUldOvr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u79PUldOvr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u79PUldOvr .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u79PUldOvr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u79PUldOvr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u79PUldOvr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u79PUldOvr .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u79PUldOvr .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u79PUldOvr .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u79PUldOvr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u79PUldOvr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u79PUldOvr .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u79PUldOvr .navbar.navbar-short {
  min-height: 60px;
}
.cid-u79PUldOvr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u79PUldOvr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u79PUldOvr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u79PUldOvr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u79PUldOvr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u79PUldOvr .dropdown-item.active,
.cid-u79PUldOvr .dropdown-item:active {
  background-color: transparent;
}
.cid-u79PUldOvr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u79PUldOvr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u79PUldOvr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u79PUldOvr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u79PUldOvr ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u79PUldOvr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u79PUldOvr button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fff29d;
  background: #d8c553;
}
.cid-u79PUldOvr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d7915;
}
.cid-u79PUldOvr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u79PUldOvr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u79PUldOvr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u79PUldOvr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u79PUldOvr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u79PUldOvr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u79PUldOvr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u79PUldOvr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u79PUldOvr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u79PUldOvr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u79PUldOvr .navbar {
    height: 70px;
  }
  .cid-u79PUldOvr .navbar.opened {
    height: auto;
  }
  .cid-u79PUldOvr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u79PUldOvr .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u79PUldOvr .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cid-u79PUldOvr .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
.cid-u79PUldOvr .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 185px;
}
.cid-u79PUldOvr .navbar-caption:hover {
  color: #1d7915;
}
@media (min-width: 992px) {
  .cid-u79PUldOvr .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u79PUldOvr .text_widget {
  margin-bottom: 32px;
}
.cid-u79PUldOvr .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u79PUldOvr .text_widget a:hover,
.cid-u79PUldOvr .text_widget a:focus {
  color: #28c222 !important;
}
.cid-u79PUldOvr .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u79PUldOvr .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u79PUldOvr .mbr-section-subtitle,
.cid-u79PUldOvr .text_widget,
.cid-u79PUldOvr .mbr-section-btn {
  text-align: center;
}
.cid-u79PUldOvr a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u79PUlKebI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1d7915;
}
.cid-u79PUlKebI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u79PUlKebI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u79PUlKebI .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-u79PUlKebI .container {
    padding: 10px 8px;
  }
}
.cid-u79PUlKebI .row {
  margin: 0;
}
.cid-u79PUlKebI .row .card {
  padding: 0;
}
.cid-u79PUlKebI .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-color: #fefced;
  border-radius: 25px;
  margin-right: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u79PUlKebI .content-wrapper {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 768px) {
  .cid-u79PUlKebI .content-wrapper {
    padding: 50px 10px;
  }
}
.cid-u79PUlKebI .content-wrapper .content-wrap {
  width: 100%;
}
.cid-u79PUlKebI .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-u79PUlKebI .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u79PUlKebI .content-wrapper .content-wrap .mbr-section-title span {
  opacity: .5;
}
.cid-u79PUlKebI .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u79PUlKebI .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-u79PUlKebI .content-wrapper .content-wrap .mbr-text span {
  opacity: .5;
}
.cid-u79PUlKebI .content-wrapper .content-wrap .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u79PUlKebI .content-wrapper .content-wrap .person-wrapper .person-wrap img {
  width: 100%;
  height: 120px;
  border-radius: 0% !important;
  margin-right: 25px;
  object-fit: cover;
}
.cid-u79PUlKebI .content-wrapper .content-wrap .person-wrapper .person-wrap .name-wrap .mbr-name {
  margin-bottom: 5px;
}
.cid-u79PUlKebI .content-wrapper .content-wrap .person-wrapper .person-wrap .name-wrap .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-u79PUlKebI .form-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 40px;
  background-image: linear-gradient(0.375turn, #54c34a 0%, #28c222 98%);
  border-radius: 25px;
  margin-left: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u79PUlKebI .form-wrapper {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-u79PUlKebI .form-wrapper {
    padding: 30px 20px;
  }
}
.cid-u79PUlKebI .form-wrapper .form-wrap {
  padding: 20px 15px;
  border-radius: 25px;
  border: 1px solid #1d7915;
  position: relative;
  overflow: hidden;
  width: 95%;
}
@media (max-width: 768px) {
  .cid-u79PUlKebI .form-wrapper .form-wrap {
    width: 100%;
  }
}
.cid-u79PUlKebI .form-wrapper .form-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background-color: #1d7915;
  pointer-events: none;
}
.cid-u79PUlKebI .form-wrapper .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-u79PUlKebI .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-u79PUlKebI .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  border: 1px solid #d8c553 !important;
  box-shadow: none;
  background: #fefced;
  border-radius: 17px !important;
  padding: 20px 15px;
  color: #d8c553;
}
@media (max-width: 768px) {
  .cid-u79PUlKebI .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
    padding: 20px 15px;
  }
}
.cid-u79PUlKebI .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #d8c553;
}
.cid-u79PUlKebI .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-u79PUlKebI .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #1d7915;
  border-color: #1d7915;
}
.cid-u79PUlKebI .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-label {
  color: #d8c553;
}
.cid-u79PUlKebI .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-u79PUlKebI .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-u79PUlKebI .mbr-section-title {
  color: #222222;
}
.cid-u79PUlKebI .mbr-text {
  color: #33ea04;
  text-align: center;
}
.cid-u79PUlKebI .mbr-name {
  color: #1d7915;
}
.cid-u79PUlKebI .mbr-role {
  color: #222222;
}
.cid-u79PUlKebI label {
  color: #ffffff;
}
.cid-u79PUlKebI .mbr-section-title,
.cid-u79PUlKebI .person-wrapper {
  text-align: center;
  color: #1d7915;
}
.cid-u79PUlKebI LABEL {
  text-align: center;
  color: #fff29d;
}
.cid-u79PUmgNS5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fff29d;
}
.cid-u79PUmgNS5 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u79PUmgNS5 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u79PUmgNS5 .container {
    padding: 0 22px;
  }
}
.cid-u79PUmgNS5 .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-u79PUmgNS5 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-u79PUmgNS5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 460px;
  max-width: 460px;
  padding: 0 6px;
}
@media (max-width: 768px) {
  .cid-u79PUmgNS5 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u79PUmgNS5 .embla__slide:nth-child(2n) .slide-content .item-wrapper {
  background-color: #4a8dff;
}
.cid-u79PUmgNS5 .embla__slide:nth-child(3n) .slide-content .item-wrapper {
  background-color: #f87e10;
}
.cid-u79PUmgNS5 .embla__slide:nth-child(4n) .slide-content .item-wrapper {
  background-color: #c8b11a;
}
.cid-u79PUmgNS5 .embla__slide:nth-child(5n) .slide-content .item-wrapper {
  background-color: #5d5004;
}
.cid-u79PUmgNS5 .embla__slide:nth-child(6n) .slide-content .item-wrapper {
  background-color: #a0de99;
}
.cid-u79PUmgNS5 .embla__slide:nth-child(7n) .slide-content .item-wrapper {
  background-color: #9ec2fe;
}
.cid-u79PUmgNS5 .embla__slide .slide-content {
  border-radius: 16px !important;
  width: 100%;
}
.cid-u79PUmgNS5 .embla__slide .slide-content .item-wrapper {
  border-radius: 16px !important;
  background-color: #4caf43;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-u79PUmgNS5 .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-u79PUmgNS5 .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-u79PUmgNS5 .embla__slide .slide-content .item-wrapper .item-img {
    display: block;
  }
}
.cid-u79PUmgNS5 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 160px;
  width: 160px;
  object-fit: cover;
  border-radius: 10px !important;
}
@media (max-width: 768px) {
  .cid-u79PUmgNS5 .embla__slide .slide-content .item-wrapper .item-img img {
    margin-bottom: 16px;
  }
}
.cid-u79PUmgNS5 .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
}
.cid-u79PUmgNS5 .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .item-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid #fff29d;
  border-radius: 15px;
  width: fit-content;
}
.cid-u79PUmgNS5 .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .cid-u79PUmgNS5 .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper {
    justify-content: flex-start;
  }
}
.cid-u79PUmgNS5 .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper:hover .mbr-iconfont,
.cid-u79PUmgNS5 .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-u79PUmgNS5 .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 26px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-u79PUmgNS5 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-u79PUmgNS5 .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-u79PUmgNS5 .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-u79PUmgNS5 .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 26px;
  border-top: 1px solid #000000;
  padding-top: 16px;
  margin-left: 0;
  margin-right: 0;
}
.cid-u79PUmgNS5 .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-u79PUmgNS5 .embla__button--next,
.cid-u79PUmgNS5 .embla__button--prev {
  display: flex;
}
.cid-u79PUmgNS5 .embla__button {
  top: -3.5rem;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-u79PUmgNS5 .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-u79PUmgNS5 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u79PUmgNS5 .embla__button:hover {
  color: #1eea17 !important;
}
.cid-u79PUmgNS5 .embla__button.embla__button--prev {
  right: 22%;
}
@media (max-width: 992px) {
  .cid-u79PUmgNS5 .embla__button.embla__button--prev {
    right: 6rem;
  }
}
.cid-u79PUmgNS5 .embla__button.embla__button--next {
  right: 16%;
}
@media (max-width: 992px) {
  .cid-u79PUmgNS5 .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-u79PUmgNS5 .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-u79PUmgNS5 .embla {
    padding-bottom: 4rem;
  }
}
.cid-u79PUmgNS5 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-u79PUmgNS5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u79PUmgNS5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u79PUmgNS5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u79PUmgNS5 .mbr-section-title {
  color: #4caf43;
}
.cid-u79PUmgNS5 .item-tag {
  color: #fff29d;
}
.cid-u79PUmgNS5 .item-name {
  color: #000000;
}
.cid-u79PUmgNS5 .item-role {
  color: #fefced;
}
.cid-u79PUmgNS5 .item-name,
.cid-u79PUmgNS5 .mbr-section-btn {
  color: #f5df4d;
}
.cid-u79PUn3QIY {
  padding-top: 105px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #106b05, #5d5004);
}
.cid-u79PUn3QIY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u79PUn3QIY .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u79PUn3QIY .container-fluid {
    padding: 0 0px;
  }
}
@media (max-width: 992px) {
  .cid-u79PUn3QIY .container {
    padding: 3px 16px;
  }
}
.cid-u79PUn3QIY li {
  line-height: 1.8;
}
.cid-u79PUn3QIY li:hover {
  cursor: pointer;
}
.cid-u79PUn3QIY .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u79PUn3QIY .card {
    margin-bottom: 40px;
  }
}
.cid-u79PUn3QIY .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u79PUn3QIY .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
    margin-left: 20px;
  }
}
.cid-u79PUn3QIY .card .content-wrapper .title-wrapper .title-wrap img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin-right: 1rem;
  margin-left: 20px;
  border-radius: 0 !important;
}
.cid-u79PUn3QIY .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u79PUn3QIY .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u79PUn3QIY .card .content-wrapper .copyright {
    margin-bottom: 40px;
    margin-left: 20px;
  }
}
.cid-u79PUn3QIY .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u79PUn3QIY .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  margin-left: 20px;
  color: #232323;
}
.cid-u79PUn3QIY .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
  margin-left: 20px;
}
.cid-u79PUn3QIY .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u79PUn3QIY .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-u79PUn3QIY .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-u79PUn3QIY .mbr-section-title {
  color: #ffffff;
}
.cid-u79PUn3QIY .copyright {
  color: #fff29d;
}
.cid-u79PUn3QIY .mbr-card-title {
  color: #ffed72;
}
.cid-u79PUn3QIY .list {
  color: #fff29d;
}
.cid-u79PUn3QIY .mbr-section-title,
.cid-u79PUn3QIY .title-wrapper,
.cid-u79PUn3QIY .social-wrapper {
  color: #ffed72;
}
.cid-u9ZOpJJJFg.popup-builder {
  background-color: #ffffff;
}
.cid-u9ZOpJJJFg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u9ZOpJJJFg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u9ZOpJJJFg .modal-content,
.cid-u9ZOpJJJFg .modal-dialog {
  height: auto;
}
.cid-u9ZOpJJJFg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u9ZOpJJJFg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u9ZOpJJJFg .form-wrapper .mbr-form .form-group,
  .cid-u9ZOpJJJFg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u9ZOpJJJFg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u9ZOpJJJFg .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-u9ZOpJJJFg .mbr-text {
  text-align: left;
  color: #106b05;
}
.cid-u9ZOpJJJFg .pt-0 {
  padding-top: 0 !important;
}
.cid-u9ZOpJJJFg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u9ZOpJJJFg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u9ZOpJJJFg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u9ZOpJJJFg .modal-open {
  overflow: hidden;
}
.cid-u9ZOpJJJFg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u9ZOpJJJFg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u9ZOpJJJFg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u9ZOpJJJFg .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-u9ZOpJJJFg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u9ZOpJJJFg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u9ZOpJJJFg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u9ZOpJJJFg .modal-content {
  background: #106b05;
  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-u9ZOpJJJFg .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u9ZOpJJJFg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u9ZOpJJJFg .modal-backdrop.fade {
  opacity: 0;
}
.cid-u9ZOpJJJFg .modal-backdrop.show {
  opacity: .5;
}
.cid-u9ZOpJJJFg .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u9ZOpJJJFg .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZOpJJJFg .modal-header {
    padding: 1rem;
  }
}
.cid-u9ZOpJJJFg .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u9ZOpJJJFg .modal-header .close svg {
  fill: #fc3a06;
}
.cid-u9ZOpJJJFg .modal-header .close:hover {
  opacity: 1;
}
.cid-u9ZOpJJJFg .modal-header .close:focus {
  outline: none;
}
.cid-u9ZOpJJJFg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #fff29d;
}
.cid-u9ZOpJJJFg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u9ZOpJJJFg .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZOpJJJFg .modal-body {
    padding: 1rem;
  }
}
.cid-u9ZOpJJJFg .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u9ZOpJJJFg .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZOpJJJFg .modal-footer {
    padding: 1rem;
  }
}
.cid-u9ZOpJJJFg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u9ZOpJJJFg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u9ZOpJJJFg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u9ZOpJJJFg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u9ZOpJJJFg .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u9ZOpJJJFg .modal-lg,
  .cid-u9ZOpJJJFg .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u9ZOpJJJFg .modal-xl {
    max-width: 1140px;
  }
}
.cid-u9ZOpJJJFg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u9ZOpJJJFg .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-u9ZOpJJJFg .form-group {
  margin-bottom: 1rem;
}
.cid-u9ZOpJJJFg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u9ZOpJJJFg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u9ZOpJJJFg .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-u9ZOpJJJFg .mbr-section-btn {
  margin: 0;
}
.cid-u9ZOpJJJFg .mbr-section-btn .btn {
  margin: 0;
}
.cid-u9ZOpJJJFg H5 {
  color: #106b05;
  text-align: left;
}
.cid-u9ZOpJJJFg LABEL {
  color: #106b05;
}
.cid-tMfdLfjybC .navbar-dropdown {
  background-color: #fff29d !important;
  padding: 0;
}
.cid-tMfdLfjybC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fff29d !important;
  background: #fff29d;
}
.cid-tMfdLfjybC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMfdLfjybC .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tMfdLfjybC .menu_box .navbar.opened,
  .cid-tMfdLfjybC .menu_box .navbar-collapse {
    background-color: #fff29d !important;
    transition: all 0s ease 0s;
  }
}
.cid-tMfdLfjybC .navbar-dropdown {
  position: relative !important;
}
.cid-tMfdLfjybC .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tMfdLfjybC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tMfdLfjybC .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tMfdLfjybC .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #917d08;
  }
  .cid-tMfdLfjybC .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tMfdLfjybC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tMfdLfjybC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tMfdLfjybC .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tMfdLfjybC .offcanvas-body .mbr-text,
  .cid-tMfdLfjybC .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tMfdLfjybC .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d7915;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tMfdLfjybC ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tMfdLfjybC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tMfdLfjybC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tMfdLfjybC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tMfdLfjybC li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tMfdLfjybC .lg_brand {
    margin: 0 1rem;
  }
  .cid-tMfdLfjybC .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-tMfdLfjybC .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tMfdLfjybC .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .nav-item {
    margin: 0 !important;
  }
}
.cid-tMfdLfjybC .nav-item .nav-link:hover,
.cid-tMfdLfjybC .nav-item .nav-link:focus {
  color: #28c222 !important;
  transition: all 0.3s ease-out;
}
.cid-tMfdLfjybC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tMfdLfjybC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tMfdLfjybC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tMfdLfjybC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tMfdLfjybC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tMfdLfjybC .offcanvas_box {
    display: none;
  }
}
.cid-tMfdLfjybC .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tMfdLfjybC .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tMfdLfjybC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tMfdLfjybC .container {
  display: flex;
  margin: auto;
}
.cid-tMfdLfjybC .iconfont-wrapper {
  color: #917d08;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tMfdLfjybC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tMfdLfjybC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tMfdLfjybC .navbar-caption {
  color: #2f2e30;
}
.cid-tMfdLfjybC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tMfdLfjybC .navbar-nav {
    margin: 0;
  }
}
.cid-tMfdLfjybC .dropdown-menu,
.cid-tMfdLfjybC .navbar.opened {
  background-color: false !important;
}
.cid-tMfdLfjybC .nav-item:focus,
.cid-tMfdLfjybC .nav-link:focus {
  outline: none;
}
.cid-tMfdLfjybC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMfdLfjybC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMfdLfjybC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMfdLfjybC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMfdLfjybC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMfdLfjybC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMfdLfjybC .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tMfdLfjybC .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tMfdLfjybC .navbar.opened {
  transition: all 0.3s;
}
.cid-tMfdLfjybC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tMfdLfjybC .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 16px !important;
}
.cid-tMfdLfjybC .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tMfdLfjybC .navbar.collapsed {
  justify-content: center;
}
.cid-tMfdLfjybC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMfdLfjybC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tMfdLfjybC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMfdLfjybC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMfdLfjybC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMfdLfjybC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tMfdLfjybC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tMfdLfjybC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tMfdLfjybC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMfdLfjybC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMfdLfjybC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tMfdLfjybC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMfdLfjybC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tMfdLfjybC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMfdLfjybC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tMfdLfjybC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tMfdLfjybC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tMfdLfjybC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tMfdLfjybC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMfdLfjybC .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tMfdLfjybC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMfdLfjybC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMfdLfjybC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMfdLfjybC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMfdLfjybC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tMfdLfjybC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMfdLfjybC .dropdown-item.active,
.cid-tMfdLfjybC .dropdown-item:active {
  background-color: transparent;
}
.cid-tMfdLfjybC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMfdLfjybC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMfdLfjybC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMfdLfjybC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMfdLfjybC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tMfdLfjybC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMfdLfjybC button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fff29d;
  background: #d8c553;
}
.cid-tMfdLfjybC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d7915;
}
.cid-tMfdLfjybC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMfdLfjybC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMfdLfjybC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMfdLfjybC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMfdLfjybC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMfdLfjybC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMfdLfjybC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMfdLfjybC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMfdLfjybC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tMfdLfjybC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMfdLfjybC .navbar {
    height: 70px;
  }
  .cid-tMfdLfjybC .navbar.opened {
    height: auto;
  }
  .cid-tMfdLfjybC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMfdLfjybC .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tMfdLfjybC .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cid-tMfdLfjybC .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
.cid-tMfdLfjybC .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 185px;
}
.cid-tMfdLfjybC .navbar-caption:hover {
  color: #1d7915;
}
@media (min-width: 992px) {
  .cid-tMfdLfjybC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tMfdLfjybC .text_widget {
  margin-bottom: 32px;
}
.cid-tMfdLfjybC .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tMfdLfjybC .text_widget a:hover,
.cid-tMfdLfjybC .text_widget a:focus {
  color: #28c222 !important;
}
.cid-tMfdLfjybC .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tMfdLfjybC .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tMfdLfjybC .mbr-section-subtitle,
.cid-tMfdLfjybC .text_widget,
.cid-tMfdLfjybC .mbr-section-btn {
  text-align: center;
}
.cid-tMfdLfjybC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u8k1CjYGgi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a0de99;
}
.cid-u8k1CjYGgi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8k1CjYGgi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u8k1CjYGgi .container {
    padding: 0 24px;
  }
}
.cid-u8k1CjYGgi .row {
  justify-content: center;
}
.cid-u8k1CjYGgi .form-wrapper .row.dragArea .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-u8k1CjYGgi .form-wrapper .row.dragArea .mbr-text {
  margin-bottom: 32px !important;
}
.cid-u8k1CjYGgi .form-wrapper .row.dragArea .form-group {
  margin-bottom: 32px !important;
}
.cid-u8k1CjYGgi .form-wrapper .row.dragArea .form-group .form-control {
  background-color: #ffffff;
  padding: 32px;
  box-shadow: none;
  border: 2px solid transparent !important;
  border-radius: 16px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u8k1CjYGgi .form-wrapper .row.dragArea .form-group .form-control {
    padding: 16px;
  }
}
.cid-u8k1CjYGgi .form-wrapper .row.dragArea .form-group .form-control::placeholder {
  color: #d8c553;
}
.cid-u8k1CjYGgi .form-wrapper .row.dragArea .form-group .form-control:hover,
.cid-u8k1CjYGgi .form-wrapper .row.dragArea .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #ffffff !important;
}
.cid-u8k1CjYGgi .form-wrapper .row.dragArea .form-group textarea.form-control {
  min-height: 150px;
}
.cid-u8k1CjYGgi .form-wrapper .row.dragArea .form-group .form-check {
  padding-left: 2.1em;
  margin-bottom: 16px !important;
}
.cid-u8k1CjYGgi .form-wrapper .row.dragArea .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-u8k1CjYGgi .form-wrapper .row.dragArea .mbr-section-btn {
  width: 100%;
}
.cid-u8k1CjYGgi .form-wrapper .row.dragArea .mbr-section-btn .btn {
  width: 100%;
}
.cid-u8k1CjYGgi .mbr-section-title {
  color: #106b05;
  text-align: center;
}
.cid-u8k1CjYGgi .mbr-text {
  color: #262642;
  text-align: center;
}
.cid-u8k1CjYGgi label {
  color: #262642;
}
.cid-u8k1CjYGgi P {
  color: #106b05;
}
.cid-u8k1CjYGgi H2 {
  color: #106b05;
}
.cid-tVYSZlHXFo {
  padding-top: 105px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #106b05, #5d5004);
}
.cid-tVYSZlHXFo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVYSZlHXFo .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .container-fluid {
    padding: 0 0px;
  }
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .container {
    padding: 3px 16px;
  }
}
.cid-tVYSZlHXFo li {
  line-height: 1.8;
}
.cid-tVYSZlHXFo li:hover {
  cursor: pointer;
}
.cid-tVYSZlHXFo .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .card {
    margin-bottom: 40px;
  }
}
.cid-tVYSZlHXFo .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
    margin-left: 20px;
  }
}
.cid-tVYSZlHXFo .card .content-wrapper .title-wrapper .title-wrap img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin-right: 1rem;
  margin-left: 20px;
  border-radius: 0 !important;
}
.cid-tVYSZlHXFo .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tVYSZlHXFo .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .card .content-wrapper .copyright {
    margin-bottom: 40px;
    margin-left: 20px;
  }
}
.cid-tVYSZlHXFo .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tVYSZlHXFo .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  margin-left: 20px;
  color: #232323;
}
.cid-tVYSZlHXFo .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
  margin-left: 20px;
}
.cid-tVYSZlHXFo .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tVYSZlHXFo .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-tVYSZlHXFo .mbr-section-title {
  color: #ffffff;
}
.cid-tVYSZlHXFo .copyright {
  color: #fff29d;
}
.cid-tVYSZlHXFo .mbr-card-title {
  color: #ffed72;
}
.cid-tVYSZlHXFo .list {
  color: #fff29d;
}
.cid-tVYSZlHXFo .mbr-section-title,
.cid-tVYSZlHXFo .title-wrapper,
.cid-tVYSZlHXFo .social-wrapper {
  color: #ffed72;
}
.cid-u9ZOpJJ7EN.popup-builder {
  background-color: #ffffff;
}
.cid-u9ZOpJJ7EN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u9ZOpJJ7EN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u9ZOpJJ7EN .modal-content,
.cid-u9ZOpJJ7EN .modal-dialog {
  height: auto;
}
.cid-u9ZOpJJ7EN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u9ZOpJJ7EN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u9ZOpJJ7EN .form-wrapper .mbr-form .form-group,
  .cid-u9ZOpJJ7EN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u9ZOpJJ7EN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u9ZOpJJ7EN .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-u9ZOpJJ7EN .mbr-text {
  text-align: left;
  color: #106b05;
}
.cid-u9ZOpJJ7EN .pt-0 {
  padding-top: 0 !important;
}
.cid-u9ZOpJJ7EN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u9ZOpJJ7EN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u9ZOpJJ7EN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u9ZOpJJ7EN .modal-open {
  overflow: hidden;
}
.cid-u9ZOpJJ7EN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u9ZOpJJ7EN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u9ZOpJJ7EN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u9ZOpJJ7EN .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-u9ZOpJJ7EN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u9ZOpJJ7EN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u9ZOpJJ7EN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u9ZOpJJ7EN .modal-content {
  background: #106b05;
  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-u9ZOpJJ7EN .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u9ZOpJJ7EN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u9ZOpJJ7EN .modal-backdrop.fade {
  opacity: 0;
}
.cid-u9ZOpJJ7EN .modal-backdrop.show {
  opacity: .5;
}
.cid-u9ZOpJJ7EN .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u9ZOpJJ7EN .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZOpJJ7EN .modal-header {
    padding: 1rem;
  }
}
.cid-u9ZOpJJ7EN .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u9ZOpJJ7EN .modal-header .close svg {
  fill: #fc3a06;
}
.cid-u9ZOpJJ7EN .modal-header .close:hover {
  opacity: 1;
}
.cid-u9ZOpJJ7EN .modal-header .close:focus {
  outline: none;
}
.cid-u9ZOpJJ7EN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #fff29d;
}
.cid-u9ZOpJJ7EN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u9ZOpJJ7EN .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZOpJJ7EN .modal-body {
    padding: 1rem;
  }
}
.cid-u9ZOpJJ7EN .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u9ZOpJJ7EN .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZOpJJ7EN .modal-footer {
    padding: 1rem;
  }
}
.cid-u9ZOpJJ7EN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u9ZOpJJ7EN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u9ZOpJJ7EN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u9ZOpJJ7EN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u9ZOpJJ7EN .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u9ZOpJJ7EN .modal-lg,
  .cid-u9ZOpJJ7EN .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u9ZOpJJ7EN .modal-xl {
    max-width: 1140px;
  }
}
.cid-u9ZOpJJ7EN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u9ZOpJJ7EN .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-u9ZOpJJ7EN .form-group {
  margin-bottom: 1rem;
}
.cid-u9ZOpJJ7EN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u9ZOpJJ7EN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u9ZOpJJ7EN .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-u9ZOpJJ7EN .mbr-section-btn {
  margin: 0;
}
.cid-u9ZOpJJ7EN .mbr-section-btn .btn {
  margin: 0;
}
.cid-u9ZOpJJ7EN H5 {
  color: #106b05;
  text-align: left;
}
.cid-u9ZOpJJ7EN LABEL {
  color: #106b05;
}
.cid-tMfdLfjybC .navbar-dropdown {
  background-color: #fff29d !important;
  padding: 0;
}
.cid-tMfdLfjybC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fff29d !important;
  background: #fff29d;
}
.cid-tMfdLfjybC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMfdLfjybC .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tMfdLfjybC .menu_box .navbar.opened,
  .cid-tMfdLfjybC .menu_box .navbar-collapse {
    background-color: #fff29d !important;
    transition: all 0s ease 0s;
  }
}
.cid-tMfdLfjybC .navbar-dropdown {
  position: relative !important;
}
.cid-tMfdLfjybC .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tMfdLfjybC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tMfdLfjybC .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tMfdLfjybC .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #917d08;
  }
  .cid-tMfdLfjybC .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tMfdLfjybC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tMfdLfjybC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tMfdLfjybC .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tMfdLfjybC .offcanvas-body .mbr-text,
  .cid-tMfdLfjybC .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tMfdLfjybC .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d7915;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tMfdLfjybC ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tMfdLfjybC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tMfdLfjybC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tMfdLfjybC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tMfdLfjybC li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tMfdLfjybC .lg_brand {
    margin: 0 1rem;
  }
  .cid-tMfdLfjybC .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-tMfdLfjybC .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tMfdLfjybC .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .nav-item {
    margin: 0 !important;
  }
}
.cid-tMfdLfjybC .nav-item .nav-link:hover,
.cid-tMfdLfjybC .nav-item .nav-link:focus {
  color: #28c222 !important;
  transition: all 0.3s ease-out;
}
.cid-tMfdLfjybC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tMfdLfjybC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tMfdLfjybC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tMfdLfjybC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tMfdLfjybC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tMfdLfjybC .offcanvas_box {
    display: none;
  }
}
.cid-tMfdLfjybC .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tMfdLfjybC .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tMfdLfjybC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tMfdLfjybC .container {
  display: flex;
  margin: auto;
}
.cid-tMfdLfjybC .iconfont-wrapper {
  color: #917d08;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tMfdLfjybC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tMfdLfjybC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tMfdLfjybC .navbar-caption {
  color: #2f2e30;
}
.cid-tMfdLfjybC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tMfdLfjybC .navbar-nav {
    margin: 0;
  }
}
.cid-tMfdLfjybC .dropdown-menu,
.cid-tMfdLfjybC .navbar.opened {
  background-color: false !important;
}
.cid-tMfdLfjybC .nav-item:focus,
.cid-tMfdLfjybC .nav-link:focus {
  outline: none;
}
.cid-tMfdLfjybC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMfdLfjybC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMfdLfjybC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMfdLfjybC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMfdLfjybC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMfdLfjybC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMfdLfjybC .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tMfdLfjybC .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tMfdLfjybC .navbar.opened {
  transition: all 0.3s;
}
.cid-tMfdLfjybC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tMfdLfjybC .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 16px !important;
}
.cid-tMfdLfjybC .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tMfdLfjybC .navbar.collapsed {
  justify-content: center;
}
.cid-tMfdLfjybC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMfdLfjybC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tMfdLfjybC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMfdLfjybC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMfdLfjybC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMfdLfjybC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tMfdLfjybC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tMfdLfjybC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tMfdLfjybC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMfdLfjybC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMfdLfjybC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tMfdLfjybC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMfdLfjybC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tMfdLfjybC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMfdLfjybC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tMfdLfjybC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tMfdLfjybC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tMfdLfjybC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tMfdLfjybC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMfdLfjybC .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tMfdLfjybC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMfdLfjybC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMfdLfjybC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMfdLfjybC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMfdLfjybC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tMfdLfjybC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMfdLfjybC .dropdown-item.active,
.cid-tMfdLfjybC .dropdown-item:active {
  background-color: transparent;
}
.cid-tMfdLfjybC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMfdLfjybC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMfdLfjybC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMfdLfjybC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMfdLfjybC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tMfdLfjybC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMfdLfjybC button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fff29d;
  background: #d8c553;
}
.cid-tMfdLfjybC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d7915;
}
.cid-tMfdLfjybC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMfdLfjybC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMfdLfjybC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMfdLfjybC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMfdLfjybC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMfdLfjybC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMfdLfjybC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMfdLfjybC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMfdLfjybC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tMfdLfjybC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMfdLfjybC .navbar {
    height: 70px;
  }
  .cid-tMfdLfjybC .navbar.opened {
    height: auto;
  }
  .cid-tMfdLfjybC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMfdLfjybC .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tMfdLfjybC .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cid-tMfdLfjybC .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
.cid-tMfdLfjybC .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 185px;
}
.cid-tMfdLfjybC .navbar-caption:hover {
  color: #1d7915;
}
@media (min-width: 992px) {
  .cid-tMfdLfjybC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tMfdLfjybC .text_widget {
  margin-bottom: 32px;
}
.cid-tMfdLfjybC .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tMfdLfjybC .text_widget a:hover,
.cid-tMfdLfjybC .text_widget a:focus {
  color: #28c222 !important;
}
.cid-tMfdLfjybC .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tMfdLfjybC .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tMfdLfjybC .mbr-section-subtitle,
.cid-tMfdLfjybC .text_widget,
.cid-tMfdLfjybC .mbr-section-btn {
  text-align: center;
}
.cid-tMfdLfjybC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tW1j6C4nF1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1d7915;
}
.cid-tW1j6C4nF1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW1j6C4nF1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tW1j6C4nF1 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-tW1j6C4nF1 .container {
    padding: 10px 8px;
  }
}
.cid-tW1j6C4nF1 .row {
  margin: 0;
}
.cid-tW1j6C4nF1 .row .card {
  padding: 0;
}
.cid-tW1j6C4nF1 .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-color: #fefced;
  border-radius: 25px;
  height: 100%;
  margin-right: 8px;
  margin-left: 8px;
}
@media (max-width: 992px) {
  .cid-tW1j6C4nF1 .content-wrapper {
    margin: 16px 0 16px 0;
  }
}
@media (max-width: 992px) {
  .cid-tW1j6C4nF1 .content-wrapper {
    margin: 16px 0 16px 0;
  }
}
@media (max-width: 768px) {
  .cid-tW1j6C4nF1 .content-wrapper {
    padding: 50px 10px;
  }
}
.cid-tW1j6C4nF1 .content-wrapper .content-wrap {
  width: 100%;
}
.cid-tW1j6C4nF1 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tW1j6C4nF1 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tW1j6C4nF1 .content-wrapper .content-wrap .mbr-section-title span {
  opacity: .5;
}
.cid-tW1j6C4nF1 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-tW1j6C4nF1 .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-tW1j6C4nF1 .content-wrapper .content-wrap .mbr-text span {
  opacity: .5;
}
.cid-tW1j6C4nF1 .content-wrapper .content-wrap .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tW1j6C4nF1 .content-wrapper .content-wrap .person-wrapper .person-wrap img {
  width: 100%;
  height: 120px;
  border-radius: 0% !important;
  margin-right: 25px;
  object-fit: cover;
}
.cid-tW1j6C4nF1 .content-wrapper .content-wrap .person-wrapper .person-wrap .name-wrap .mbr-name {
  margin-bottom: 5px;
}
.cid-tW1j6C4nF1 .content-wrapper .content-wrap .person-wrapper .person-wrap .name-wrap .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-tW1j6C4nF1 .form-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 40px;
  background-image: linear-gradient(0.375turn, #54c34a 2%, #28c222 98%);
  border-radius: 25px;
  margin-left: 8px;
  height: 100%;
  margin-left: 0;
  margin-right: 8px;
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  .cid-tW1j6C4nF1 .form-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-tW1j6C4nF1 .form-wrapper {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-tW1j6C4nF1 .form-wrapper {
    padding: 30px 20px;
  }
}
.cid-tW1j6C4nF1 .form-wrapper .form-wrap {
  padding: 20px 15px;
  border-radius: 25px;
  border: 1px solid #1d7915;
  position: relative;
  overflow: hidden;
  width: 95%;
}
@media (max-width: 768px) {
  .cid-tW1j6C4nF1 .form-wrapper .form-wrap {
    width: 100%;
  }
}
.cid-tW1j6C4nF1 .form-wrapper .form-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background-color: #1d7915;
  pointer-events: none;
}
.cid-tW1j6C4nF1 .form-wrapper .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-tW1j6C4nF1 .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-tW1j6C4nF1 .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  border: 1px solid #d8c553 !important;
  box-shadow: none;
  background: #fefced;
  border-radius: 17px !important;
  padding: 20px 15px;
  color: #d8c553;
}
@media (max-width: 768px) {
  .cid-tW1j6C4nF1 .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
    padding: 20px 15px;
  }
}
.cid-tW1j6C4nF1 .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #d8c553;
}
.cid-tW1j6C4nF1 .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-tW1j6C4nF1 .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #1d7915;
  border-color: #1d7915;
}
.cid-tW1j6C4nF1 .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-label {
  color: #d8c553;
}
.cid-tW1j6C4nF1 .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-tW1j6C4nF1 .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-tW1j6C4nF1 .mbr-section-title {
  color: #222222;
}
.cid-tW1j6C4nF1 .mbr-text {
  color: #a0de99;
  text-align: center;
}
.cid-tW1j6C4nF1 .mbr-menu {
  color: #ffed72;
  text-align: center;
}
.cid-tW1j6C4nF1 .mbr-name {
  color: #1d7915;
}
.cid-tW1j6C4nF1 .mbr-role {
  color: #222222;
}
.cid-tW1j6C4nF1 label {
  color: #ffffff;
}
.cid-tW1j6C4nF1 .mbr-section-title,
.cid-tW1j6C4nF1 .person-wrapper {
  text-align: center;
  color: #106b05;
}
.cid-tW1j6C4nF1 LABEL {
  text-align: center;
  color: #fff29d;
}
.cid-tW1j6C4nF1 H4 {
  color: #ffed72;
}
.cid-tVYSZlHXFo {
  padding-top: 105px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #106b05, #5d5004);
}
.cid-tVYSZlHXFo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVYSZlHXFo .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .container-fluid {
    padding: 0 0px;
  }
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .container {
    padding: 3px 16px;
  }
}
.cid-tVYSZlHXFo li {
  line-height: 1.8;
}
.cid-tVYSZlHXFo li:hover {
  cursor: pointer;
}
.cid-tVYSZlHXFo .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .card {
    margin-bottom: 40px;
  }
}
.cid-tVYSZlHXFo .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
    margin-left: 20px;
  }
}
.cid-tVYSZlHXFo .card .content-wrapper .title-wrapper .title-wrap img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin-right: 1rem;
  margin-left: 20px;
  border-radius: 0 !important;
}
.cid-tVYSZlHXFo .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tVYSZlHXFo .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .card .content-wrapper .copyright {
    margin-bottom: 40px;
    margin-left: 20px;
  }
}
.cid-tVYSZlHXFo .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tVYSZlHXFo .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  margin-left: 20px;
  color: #232323;
}
.cid-tVYSZlHXFo .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
  margin-left: 20px;
}
.cid-tVYSZlHXFo .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tVYSZlHXFo .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-tVYSZlHXFo .mbr-section-title {
  color: #ffffff;
}
.cid-tVYSZlHXFo .copyright {
  color: #fff29d;
}
.cid-tVYSZlHXFo .mbr-card-title {
  color: #ffed72;
}
.cid-tVYSZlHXFo .list {
  color: #fff29d;
}
.cid-tVYSZlHXFo .mbr-section-title,
.cid-tVYSZlHXFo .title-wrapper,
.cid-tVYSZlHXFo .social-wrapper {
  color: #ffed72;
}
.cid-u899J3QWlo.popup-builder {
  background-color: #ffffff;
}
.cid-u899J3QWlo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u899J3QWlo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u899J3QWlo .modal-content,
.cid-u899J3QWlo .modal-dialog {
  height: auto;
}
.cid-u899J3QWlo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u899J3QWlo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u899J3QWlo .form-wrapper .mbr-form .form-group,
  .cid-u899J3QWlo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u899J3QWlo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u899J3QWlo .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-u899J3QWlo .mbr-text {
  text-align: left;
  color: #917d08;
}
.cid-u899J3QWlo .mbr-menu {
  text-align: center;
  color: #a0de99;
}
.cid-u899J3QWlo .pt-0 {
  padding-top: 0 !important;
}
.cid-u899J3QWlo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u899J3QWlo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u899J3QWlo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u899J3QWlo .modal-open {
  overflow: hidden;
}
.cid-u899J3QWlo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u899J3QWlo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u899J3QWlo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u899J3QWlo .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-u899J3QWlo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u899J3QWlo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u899J3QWlo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u899J3QWlo .modal-content {
  background: #fefced;
  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-u899J3QWlo .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u899J3QWlo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u899J3QWlo .modal-backdrop.fade {
  opacity: 0;
}
.cid-u899J3QWlo .modal-backdrop.show {
  opacity: .5;
}
.cid-u899J3QWlo .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u899J3QWlo .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u899J3QWlo .modal-header {
    padding: 1rem;
  }
}
.cid-u899J3QWlo .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u899J3QWlo .modal-header .close svg {
  fill: #fc3a06;
}
.cid-u899J3QWlo .modal-header .close:hover {
  opacity: 1;
}
.cid-u899J3QWlo .modal-header .close:focus {
  outline: none;
}
.cid-u899J3QWlo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #106b05;
}
.cid-u899J3QWlo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u899J3QWlo .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u899J3QWlo .modal-body {
    padding: 1rem;
  }
}
.cid-u899J3QWlo .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u899J3QWlo .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u899J3QWlo .modal-footer {
    padding: 1rem;
  }
}
.cid-u899J3QWlo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u899J3QWlo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u899J3QWlo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u899J3QWlo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u899J3QWlo .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u899J3QWlo .modal-lg,
  .cid-u899J3QWlo .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u899J3QWlo .modal-xl {
    max-width: 1140px;
  }
}
.cid-u899J3QWlo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u899J3QWlo .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-u899J3QWlo .form-group {
  margin-bottom: 1rem;
}
.cid-u899J3QWlo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u899J3QWlo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u899J3QWlo .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-u899J3QWlo .mbr-section-btn {
  margin: 0;
}
.cid-u899J3QWlo .mbr-section-btn .btn {
  margin: 0;
}
.cid-u9CvyDVQKW.popup-builder {
  background-color: #ffffff;
}
.cid-u9CvyDVQKW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u9CvyDVQKW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u9CvyDVQKW .modal-content,
.cid-u9CvyDVQKW .modal-dialog {
  height: auto;
}
.cid-u9CvyDVQKW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u9CvyDVQKW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u9CvyDVQKW .form-wrapper .mbr-form .form-group,
  .cid-u9CvyDVQKW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u9CvyDVQKW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u9CvyDVQKW .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-u9CvyDVQKW .mbr-text {
  text-align: left;
  color: #106b05;
}
.cid-u9CvyDVQKW .pt-0 {
  padding-top: 0 !important;
}
.cid-u9CvyDVQKW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u9CvyDVQKW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u9CvyDVQKW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u9CvyDVQKW .modal-open {
  overflow: hidden;
}
.cid-u9CvyDVQKW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u9CvyDVQKW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u9CvyDVQKW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u9CvyDVQKW .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-u9CvyDVQKW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u9CvyDVQKW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u9CvyDVQKW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u9CvyDVQKW .modal-content {
  background: #106b05;
  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-u9CvyDVQKW .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u9CvyDVQKW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u9CvyDVQKW .modal-backdrop.fade {
  opacity: 0;
}
.cid-u9CvyDVQKW .modal-backdrop.show {
  opacity: .5;
}
.cid-u9CvyDVQKW .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u9CvyDVQKW .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9CvyDVQKW .modal-header {
    padding: 1rem;
  }
}
.cid-u9CvyDVQKW .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u9CvyDVQKW .modal-header .close svg {
  fill: #fc3a06;
}
.cid-u9CvyDVQKW .modal-header .close:hover {
  opacity: 1;
}
.cid-u9CvyDVQKW .modal-header .close:focus {
  outline: none;
}
.cid-u9CvyDVQKW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #fff29d;
}
.cid-u9CvyDVQKW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u9CvyDVQKW .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9CvyDVQKW .modal-body {
    padding: 1rem;
  }
}
.cid-u9CvyDVQKW .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u9CvyDVQKW .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9CvyDVQKW .modal-footer {
    padding: 1rem;
  }
}
.cid-u9CvyDVQKW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u9CvyDVQKW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u9CvyDVQKW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u9CvyDVQKW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u9CvyDVQKW .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u9CvyDVQKW .modal-lg,
  .cid-u9CvyDVQKW .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u9CvyDVQKW .modal-xl {
    max-width: 1140px;
  }
}
.cid-u9CvyDVQKW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u9CvyDVQKW .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-u9CvyDVQKW .form-group {
  margin-bottom: 1rem;
}
.cid-u9CvyDVQKW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u9CvyDVQKW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u9CvyDVQKW .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-u9CvyDVQKW .mbr-section-btn {
  margin: 0;
}
.cid-u9CvyDVQKW .mbr-section-btn .btn {
  margin: 0;
}
.cid-u9CvyDVQKW H5 {
  color: #106b05;
  text-align: left;
}
.cid-u9CvyDVQKW LABEL {
  color: #106b05;
}
.cid-tMfdLfjybC .navbar-dropdown {
  background-color: #fff29d !important;
  padding: 0;
}
.cid-tMfdLfjybC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fff29d !important;
  background: #fff29d;
}
.cid-tMfdLfjybC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMfdLfjybC .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tMfdLfjybC .menu_box .navbar.opened,
  .cid-tMfdLfjybC .menu_box .navbar-collapse {
    background-color: #fff29d !important;
    transition: all 0s ease 0s;
  }
}
.cid-tMfdLfjybC .navbar-dropdown {
  position: relative !important;
}
.cid-tMfdLfjybC .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tMfdLfjybC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tMfdLfjybC .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tMfdLfjybC .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #917d08;
  }
  .cid-tMfdLfjybC .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tMfdLfjybC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tMfdLfjybC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tMfdLfjybC .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tMfdLfjybC .offcanvas-body .mbr-text,
  .cid-tMfdLfjybC .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tMfdLfjybC .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d7915;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tMfdLfjybC ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tMfdLfjybC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tMfdLfjybC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tMfdLfjybC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tMfdLfjybC li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tMfdLfjybC .lg_brand {
    margin: 0 1rem;
  }
  .cid-tMfdLfjybC .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-tMfdLfjybC .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tMfdLfjybC .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .nav-item {
    margin: 0 !important;
  }
}
.cid-tMfdLfjybC .nav-item .nav-link:hover,
.cid-tMfdLfjybC .nav-item .nav-link:focus {
  color: #28c222 !important;
  transition: all 0.3s ease-out;
}
.cid-tMfdLfjybC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tMfdLfjybC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tMfdLfjybC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tMfdLfjybC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tMfdLfjybC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tMfdLfjybC .offcanvas_box {
    display: none;
  }
}
.cid-tMfdLfjybC .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tMfdLfjybC .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tMfdLfjybC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tMfdLfjybC .container {
  display: flex;
  margin: auto;
}
.cid-tMfdLfjybC .iconfont-wrapper {
  color: #917d08;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tMfdLfjybC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tMfdLfjybC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tMfdLfjybC .navbar-caption {
  color: #2f2e30;
}
.cid-tMfdLfjybC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tMfdLfjybC .navbar-nav {
    margin: 0;
  }
}
.cid-tMfdLfjybC .dropdown-menu,
.cid-tMfdLfjybC .navbar.opened {
  background-color: false !important;
}
.cid-tMfdLfjybC .nav-item:focus,
.cid-tMfdLfjybC .nav-link:focus {
  outline: none;
}
.cid-tMfdLfjybC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMfdLfjybC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMfdLfjybC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMfdLfjybC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMfdLfjybC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMfdLfjybC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMfdLfjybC .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tMfdLfjybC .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tMfdLfjybC .navbar.opened {
  transition: all 0.3s;
}
.cid-tMfdLfjybC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tMfdLfjybC .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 16px !important;
}
.cid-tMfdLfjybC .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tMfdLfjybC .navbar.collapsed {
  justify-content: center;
}
.cid-tMfdLfjybC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMfdLfjybC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tMfdLfjybC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMfdLfjybC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMfdLfjybC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMfdLfjybC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tMfdLfjybC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tMfdLfjybC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tMfdLfjybC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMfdLfjybC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMfdLfjybC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tMfdLfjybC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMfdLfjybC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tMfdLfjybC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMfdLfjybC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tMfdLfjybC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tMfdLfjybC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tMfdLfjybC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tMfdLfjybC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMfdLfjybC .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tMfdLfjybC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMfdLfjybC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMfdLfjybC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMfdLfjybC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMfdLfjybC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tMfdLfjybC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMfdLfjybC .dropdown-item.active,
.cid-tMfdLfjybC .dropdown-item:active {
  background-color: transparent;
}
.cid-tMfdLfjybC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMfdLfjybC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMfdLfjybC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMfdLfjybC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMfdLfjybC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tMfdLfjybC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMfdLfjybC button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fff29d;
  background: #d8c553;
}
.cid-tMfdLfjybC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d7915;
}
.cid-tMfdLfjybC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMfdLfjybC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMfdLfjybC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMfdLfjybC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMfdLfjybC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMfdLfjybC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMfdLfjybC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMfdLfjybC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMfdLfjybC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tMfdLfjybC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMfdLfjybC .navbar {
    height: 70px;
  }
  .cid-tMfdLfjybC .navbar.opened {
    height: auto;
  }
  .cid-tMfdLfjybC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMfdLfjybC .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tMfdLfjybC .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cid-tMfdLfjybC .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
.cid-tMfdLfjybC .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 185px;
}
.cid-tMfdLfjybC .navbar-caption:hover {
  color: #1d7915;
}
@media (min-width: 992px) {
  .cid-tMfdLfjybC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tMfdLfjybC .text_widget {
  margin-bottom: 32px;
}
.cid-tMfdLfjybC .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tMfdLfjybC .text_widget a:hover,
.cid-tMfdLfjybC .text_widget a:focus {
  color: #28c222 !important;
}
.cid-tMfdLfjybC .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tMfdLfjybC .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tMfdLfjybC .mbr-section-subtitle,
.cid-tMfdLfjybC .text_widget,
.cid-tMfdLfjybC .mbr-section-btn {
  text-align: center;
}
.cid-tMfdLfjybC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tVYSZlHXFo {
  padding-top: 105px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #106b05, #5d5004);
}
.cid-tVYSZlHXFo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVYSZlHXFo .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .container-fluid {
    padding: 0 0px;
  }
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .container {
    padding: 3px 16px;
  }
}
.cid-tVYSZlHXFo li {
  line-height: 1.8;
}
.cid-tVYSZlHXFo li:hover {
  cursor: pointer;
}
.cid-tVYSZlHXFo .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .card {
    margin-bottom: 40px;
  }
}
.cid-tVYSZlHXFo .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
    margin-left: 20px;
  }
}
.cid-tVYSZlHXFo .card .content-wrapper .title-wrapper .title-wrap img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin-right: 1rem;
  margin-left: 20px;
  border-radius: 0 !important;
}
.cid-tVYSZlHXFo .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tVYSZlHXFo .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .card .content-wrapper .copyright {
    margin-bottom: 40px;
    margin-left: 20px;
  }
}
.cid-tVYSZlHXFo .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tVYSZlHXFo .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  margin-left: 20px;
  color: #232323;
}
.cid-tVYSZlHXFo .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
  margin-left: 20px;
}
.cid-tVYSZlHXFo .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tVYSZlHXFo .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-tVYSZlHXFo .mbr-section-title {
  color: #ffffff;
}
.cid-tVYSZlHXFo .copyright {
  color: #fff29d;
}
.cid-tVYSZlHXFo .mbr-card-title {
  color: #ffed72;
}
.cid-tVYSZlHXFo .list {
  color: #fff29d;
}
.cid-tVYSZlHXFo .mbr-section-title,
.cid-tVYSZlHXFo .title-wrapper,
.cid-tVYSZlHXFo .social-wrapper {
  color: #ffed72;
}
.cid-u9ZOpJJjDg.popup-builder {
  background-color: #ffffff;
}
.cid-u9ZOpJJjDg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u9ZOpJJjDg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u9ZOpJJjDg .modal-content,
.cid-u9ZOpJJjDg .modal-dialog {
  height: auto;
}
.cid-u9ZOpJJjDg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u9ZOpJJjDg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u9ZOpJJjDg .form-wrapper .mbr-form .form-group,
  .cid-u9ZOpJJjDg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u9ZOpJJjDg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u9ZOpJJjDg .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-u9ZOpJJjDg .mbr-text {
  text-align: left;
  color: #106b05;
}
.cid-u9ZOpJJjDg .pt-0 {
  padding-top: 0 !important;
}
.cid-u9ZOpJJjDg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u9ZOpJJjDg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u9ZOpJJjDg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u9ZOpJJjDg .modal-open {
  overflow: hidden;
}
.cid-u9ZOpJJjDg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u9ZOpJJjDg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u9ZOpJJjDg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u9ZOpJJjDg .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-u9ZOpJJjDg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u9ZOpJJjDg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u9ZOpJJjDg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u9ZOpJJjDg .modal-content {
  background: #106b05;
  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-u9ZOpJJjDg .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u9ZOpJJjDg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u9ZOpJJjDg .modal-backdrop.fade {
  opacity: 0;
}
.cid-u9ZOpJJjDg .modal-backdrop.show {
  opacity: .5;
}
.cid-u9ZOpJJjDg .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u9ZOpJJjDg .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZOpJJjDg .modal-header {
    padding: 1rem;
  }
}
.cid-u9ZOpJJjDg .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u9ZOpJJjDg .modal-header .close svg {
  fill: #fc3a06;
}
.cid-u9ZOpJJjDg .modal-header .close:hover {
  opacity: 1;
}
.cid-u9ZOpJJjDg .modal-header .close:focus {
  outline: none;
}
.cid-u9ZOpJJjDg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #fff29d;
}
.cid-u9ZOpJJjDg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u9ZOpJJjDg .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZOpJJjDg .modal-body {
    padding: 1rem;
  }
}
.cid-u9ZOpJJjDg .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u9ZOpJJjDg .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZOpJJjDg .modal-footer {
    padding: 1rem;
  }
}
.cid-u9ZOpJJjDg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u9ZOpJJjDg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u9ZOpJJjDg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u9ZOpJJjDg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u9ZOpJJjDg .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u9ZOpJJjDg .modal-lg,
  .cid-u9ZOpJJjDg .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u9ZOpJJjDg .modal-xl {
    max-width: 1140px;
  }
}
.cid-u9ZOpJJjDg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u9ZOpJJjDg .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-u9ZOpJJjDg .form-group {
  margin-bottom: 1rem;
}
.cid-u9ZOpJJjDg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u9ZOpJJjDg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u9ZOpJJjDg .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-u9ZOpJJjDg .mbr-section-btn {
  margin: 0;
}
.cid-u9ZOpJJjDg .mbr-section-btn .btn {
  margin: 0;
}
.cid-u9ZOpJJjDg H5 {
  color: #106b05;
  text-align: left;
}
.cid-u9ZOpJJjDg LABEL {
  color: #106b05;
}
.cid-uao4tyL88x.popup-builder {
  background-color: #ffffff;
}
.cid-uao4tyL88x.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uao4tyL88x.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-uao4tyL88x .modal-content,
.cid-uao4tyL88x .modal-dialog {
  height: auto;
}
.cid-uao4tyL88x .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uao4tyL88x .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uao4tyL88x .form-wrapper .mbr-form .form-group,
  .cid-uao4tyL88x .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uao4tyL88x .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uao4tyL88x .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-uao4tyL88x .mbr-text {
  text-align: left;
  color: #106b05;
}
.cid-uao4tyL88x .pt-0 {
  padding-top: 0 !important;
}
.cid-uao4tyL88x .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uao4tyL88x .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uao4tyL88x .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uao4tyL88x .modal-open {
  overflow: hidden;
}
.cid-uao4tyL88x .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uao4tyL88x .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uao4tyL88x .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-uao4tyL88x .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-uao4tyL88x .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uao4tyL88x .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uao4tyL88x .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uao4tyL88x .modal-content {
  background: #106b05;
  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);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-uao4tyL88x .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uao4tyL88x .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uao4tyL88x .modal-backdrop.fade {
  opacity: 0;
}
.cid-uao4tyL88x .modal-backdrop.show {
  opacity: .5;
}
.cid-uao4tyL88x .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uao4tyL88x .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uao4tyL88x .modal-header {
    padding: 1rem;
  }
}
.cid-uao4tyL88x .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uao4tyL88x .modal-header .close svg {
  fill: #fc3a06;
}
.cid-uao4tyL88x .modal-header .close:hover {
  opacity: 1;
}
.cid-uao4tyL88x .modal-header .close:focus {
  outline: none;
}
.cid-uao4tyL88x .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #fff29d;
}
.cid-uao4tyL88x .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uao4tyL88x .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uao4tyL88x .modal-body {
    padding: 1rem;
  }
}
.cid-uao4tyL88x .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uao4tyL88x .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uao4tyL88x .modal-footer {
    padding: 1rem;
  }
}
.cid-uao4tyL88x .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uao4tyL88x .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uao4tyL88x .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uao4tyL88x .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uao4tyL88x .modal-lg,
  .cid-uao4tyL88x .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uao4tyL88x .modal-xl {
    max-width: 1140px;
  }
}
.cid-uao4tyL88x .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uao4tyL88x .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-uao4tyL88x .form-group {
  margin-bottom: 1rem;
}
.cid-uao4tyL88x .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uao4tyL88x .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uao4tyL88x .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-uao4tyL88x .mbr-section-btn {
  margin: 0;
}
.cid-uao4tyL88x .mbr-section-btn .btn {
  margin: 0;
}
.cid-uao4tyL88x H5 {
  color: #106b05;
  text-align: left;
}
.cid-uao4tyL88x LABEL {
  color: #106b05;
}
.cid-tMfdLfjybC .navbar-dropdown {
  background-color: #fff29d !important;
  padding: 0;
}
.cid-tMfdLfjybC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fff29d !important;
  background: #fff29d;
}
.cid-tMfdLfjybC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMfdLfjybC .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tMfdLfjybC .menu_box .navbar.opened,
  .cid-tMfdLfjybC .menu_box .navbar-collapse {
    background-color: #fff29d !important;
    transition: all 0s ease 0s;
  }
}
.cid-tMfdLfjybC .navbar-dropdown {
  position: relative !important;
}
.cid-tMfdLfjybC .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tMfdLfjybC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tMfdLfjybC .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tMfdLfjybC .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #917d08;
  }
  .cid-tMfdLfjybC .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tMfdLfjybC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tMfdLfjybC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tMfdLfjybC .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tMfdLfjybC .offcanvas-body .mbr-text,
  .cid-tMfdLfjybC .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tMfdLfjybC .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d7915;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tMfdLfjybC ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tMfdLfjybC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tMfdLfjybC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tMfdLfjybC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tMfdLfjybC li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tMfdLfjybC .lg_brand {
    margin: 0 1rem;
  }
  .cid-tMfdLfjybC .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-tMfdLfjybC .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tMfdLfjybC .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .nav-item {
    margin: 0 !important;
  }
}
.cid-tMfdLfjybC .nav-item .nav-link:hover,
.cid-tMfdLfjybC .nav-item .nav-link:focus {
  color: #28c222 !important;
  transition: all 0.3s ease-out;
}
.cid-tMfdLfjybC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tMfdLfjybC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tMfdLfjybC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tMfdLfjybC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tMfdLfjybC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tMfdLfjybC .offcanvas_box {
    display: none;
  }
}
.cid-tMfdLfjybC .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tMfdLfjybC .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tMfdLfjybC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tMfdLfjybC .container {
  display: flex;
  margin: auto;
}
.cid-tMfdLfjybC .iconfont-wrapper {
  color: #917d08;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tMfdLfjybC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tMfdLfjybC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tMfdLfjybC .navbar-caption {
  color: #2f2e30;
}
.cid-tMfdLfjybC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tMfdLfjybC .navbar-nav {
    margin: 0;
  }
}
.cid-tMfdLfjybC .dropdown-menu,
.cid-tMfdLfjybC .navbar.opened {
  background-color: false !important;
}
.cid-tMfdLfjybC .nav-item:focus,
.cid-tMfdLfjybC .nav-link:focus {
  outline: none;
}
.cid-tMfdLfjybC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMfdLfjybC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMfdLfjybC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMfdLfjybC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMfdLfjybC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMfdLfjybC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMfdLfjybC .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tMfdLfjybC .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tMfdLfjybC .navbar.opened {
  transition: all 0.3s;
}
.cid-tMfdLfjybC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tMfdLfjybC .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 16px !important;
}
.cid-tMfdLfjybC .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tMfdLfjybC .navbar.collapsed {
  justify-content: center;
}
.cid-tMfdLfjybC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMfdLfjybC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tMfdLfjybC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMfdLfjybC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMfdLfjybC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMfdLfjybC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tMfdLfjybC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tMfdLfjybC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tMfdLfjybC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMfdLfjybC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMfdLfjybC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tMfdLfjybC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMfdLfjybC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tMfdLfjybC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMfdLfjybC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tMfdLfjybC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tMfdLfjybC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tMfdLfjybC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tMfdLfjybC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMfdLfjybC .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tMfdLfjybC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMfdLfjybC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMfdLfjybC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMfdLfjybC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMfdLfjybC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tMfdLfjybC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMfdLfjybC .dropdown-item.active,
.cid-tMfdLfjybC .dropdown-item:active {
  background-color: transparent;
}
.cid-tMfdLfjybC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMfdLfjybC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMfdLfjybC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMfdLfjybC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMfdLfjybC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tMfdLfjybC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMfdLfjybC button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fff29d;
  background: #d8c553;
}
.cid-tMfdLfjybC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d7915;
}
.cid-tMfdLfjybC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMfdLfjybC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMfdLfjybC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMfdLfjybC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMfdLfjybC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMfdLfjybC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMfdLfjybC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMfdLfjybC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMfdLfjybC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tMfdLfjybC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMfdLfjybC .navbar {
    height: 70px;
  }
  .cid-tMfdLfjybC .navbar.opened {
    height: auto;
  }
  .cid-tMfdLfjybC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMfdLfjybC .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tMfdLfjybC .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cid-tMfdLfjybC .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
.cid-tMfdLfjybC .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 185px;
}
.cid-tMfdLfjybC .navbar-caption:hover {
  color: #1d7915;
}
@media (min-width: 992px) {
  .cid-tMfdLfjybC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tMfdLfjybC .text_widget {
  margin-bottom: 32px;
}
.cid-tMfdLfjybC .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tMfdLfjybC .text_widget a:hover,
.cid-tMfdLfjybC .text_widget a:focus {
  color: #28c222 !important;
}
.cid-tMfdLfjybC .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tMfdLfjybC .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tMfdLfjybC .mbr-section-subtitle,
.cid-tMfdLfjybC .text_widget,
.cid-tMfdLfjybC .mbr-section-btn {
  text-align: center;
}
.cid-tMfdLfjybC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tMfdLsuvtK {
  padding-top: 5rem;
  padding-bottom: 11rem;
  background-image: url("../../../assets/images/screenshot-2023-10-20-035402-1254x535.png");
}
.cid-tMfdLsuvtK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMfdLsuvtK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMfdLsuvtK .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tMfdLsuvtK .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tMfdLsuvtK .container {
    padding: 0 24px;
  }
}
.cid-tMfdLsuvtK .title-wrapper .mbr-emoji {
  margin-bottom: 0;
}
.cid-tMfdLsuvtK .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tMfdLsuvtK .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tMfdLsuvtK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tMfdLsuvtK .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-tMfdLsuvtK .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-tMfdLsuvtK .mbr-section-title {
  color: #262642;
}
.cid-tMfdLsuvtK .mbr-text {
  color: #FF3399;
  text-align: center;
}
.cid-tMfdLsuvtK .mbr-menu {
  color: #fff29d;
  text-align: center;
}
.cid-tMfdLsuvtK .mbr-section-title,
.cid-tMfdLsuvtK .mbr-section-btn {
  text-align: center;
  color: #fff29d;
}
.cid-tMfdLsuvtK .mbr-emoji {
  text-align: right;
}
.cid-tMfdLsuvtK .mbr-text,
.cid-tMfdLsuvtK .mbr-section-btn {
  color: #33ea04;
}
.cid-u6pelXRo61 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fff29d;
}
.cid-u6pelXRo61 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u6pelXRo61 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u6pelXRo61 .container {
    padding: 0 22px;
  }
}
.cid-u6pelXRo61 .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-u6pelXRo61 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-u6pelXRo61 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 460px;
  max-width: 460px;
  padding: 0 6px;
}
@media (max-width: 768px) {
  .cid-u6pelXRo61 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u6pelXRo61 .embla__slide:nth-child(2n) .slide-content .item-wrapper {
  background-color: #4a8dff;
}
.cid-u6pelXRo61 .embla__slide:nth-child(3n) .slide-content .item-wrapper {
  background-color: #f87e10;
}
.cid-u6pelXRo61 .embla__slide:nth-child(4n) .slide-content .item-wrapper {
  background-color: #c8b11a;
}
.cid-u6pelXRo61 .embla__slide:nth-child(5n) .slide-content .item-wrapper {
  background-color: #5d5004;
}
.cid-u6pelXRo61 .embla__slide:nth-child(6n) .slide-content .item-wrapper {
  background-color: #a0de99;
}
.cid-u6pelXRo61 .embla__slide:nth-child(7n) .slide-content .item-wrapper {
  background-color: #9ec2fe;
}
.cid-u6pelXRo61 .embla__slide .slide-content {
  border-radius: 16px !important;
  width: 100%;
}
.cid-u6pelXRo61 .embla__slide .slide-content .item-wrapper {
  border-radius: 16px !important;
  background-color: #4caf43;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-u6pelXRo61 .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-u6pelXRo61 .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-u6pelXRo61 .embla__slide .slide-content .item-wrapper .item-img {
    display: block;
  }
}
.cid-u6pelXRo61 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 160px;
  width: 160px;
  object-fit: cover;
  border-radius: 10px !important;
}
@media (max-width: 768px) {
  .cid-u6pelXRo61 .embla__slide .slide-content .item-wrapper .item-img img {
    margin-bottom: 16px;
  }
}
.cid-u6pelXRo61 .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
}
.cid-u6pelXRo61 .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .item-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid #fff29d;
  border-radius: 15px;
  width: fit-content;
}
.cid-u6pelXRo61 .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .cid-u6pelXRo61 .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper {
    justify-content: flex-start;
  }
}
.cid-u6pelXRo61 .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper:hover .mbr-iconfont,
.cid-u6pelXRo61 .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-u6pelXRo61 .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 26px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-u6pelXRo61 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-u6pelXRo61 .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-u6pelXRo61 .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-u6pelXRo61 .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 26px;
  border-top: 1px solid #000000;
  padding-top: 16px;
  margin-left: 0;
  margin-right: 0;
}
.cid-u6pelXRo61 .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-u6pelXRo61 .embla__button--next,
.cid-u6pelXRo61 .embla__button--prev {
  display: flex;
}
.cid-u6pelXRo61 .embla__button {
  top: -3.5rem;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-u6pelXRo61 .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-u6pelXRo61 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u6pelXRo61 .embla__button:hover {
  color: #1eea17 !important;
}
.cid-u6pelXRo61 .embla__button.embla__button--prev {
  right: 22%;
}
@media (max-width: 992px) {
  .cid-u6pelXRo61 .embla__button.embla__button--prev {
    right: 6rem;
  }
}
.cid-u6pelXRo61 .embla__button.embla__button--next {
  right: 16%;
}
@media (max-width: 992px) {
  .cid-u6pelXRo61 .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-u6pelXRo61 .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-u6pelXRo61 .embla {
    padding-bottom: 4rem;
  }
}
.cid-u6pelXRo61 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-u6pelXRo61 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6pelXRo61 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6pelXRo61 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u6pelXRo61 .mbr-section-title {
  color: #4caf43;
}
.cid-u6pelXRo61 .item-tag {
  color: #fff29d;
}
.cid-u6pelXRo61 .item-name {
  color: #000000;
}
.cid-u6pelXRo61 .item-role {
  color: #fefced;
}
.cid-u6pelXRo61 .item-name,
.cid-u6pelXRo61 .mbr-section-btn {
  color: #f5df4d;
}
.cid-tMfdQnt0C7 {
  background-color: #1d7915;
}
.cid-tMfdQnt0C7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMfdQnt0C7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMfdQnt0C7 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tMfdQnt0C7 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tMfdQnt0C7 .container {
    padding: 0 24px;
  }
}
.cid-tMfdQnt0C7 .image-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-tMfdQnt0C7 .image-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-tMfdQnt0C7 .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-tMfdQnt0C7 .image-wrapper img {
    height: 350px;
  }
}
.cid-tMfdQnt0C7 .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-tMfdQnt0C7 .content-wrapper {
    padding: 0;
  }
}
.cid-tMfdQnt0C7 .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tMfdQnt0C7 .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tMfdQnt0C7 .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tMfdQnt0C7 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tMfdQnt0C7 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-tMfdQnt0C7 .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-tMfdQnt0C7 .content-wrapper .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #4a8dff;
  background-color: #f2fafd;
}
.cid-tMfdQnt0C7 .content-wrapper .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #f5df4d;
  background-color: #fefced;
}
.cid-tMfdQnt0C7 .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-tMfdQnt0C7 .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-tMfdQnt0C7 .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 16px;
  }
}
.cid-tMfdQnt0C7 .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  font-size: 24px;
  color: #990066;
  background-color: #fff2fb;
}
.cid-tMfdQnt0C7 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-tMfdQnt0C7 .mbr-section-title {
  color: #f5df4d;
  text-align: center;
}
.cid-tMfdQnt0C7 .mbr-section-subtitle {
  color: #f5df4d;
  text-align: center;
}
.cid-tMfdQnt0C7 .card-text {
  color: #fff29d;
}
.cid-tVXGhGDd6Q {
  background-image: url("../../../assets/images/aikidsholdingbible172-1.webp");
}
.cid-tVXGhGDd6Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVXGhGDd6Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVXGhGDd6Q .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tVXGhGDd6Q .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tVXGhGDd6Q .container {
    padding: 0 24px;
  }
}
.cid-tVXGhGDd6Q .image-wrapper {
  padding-right: 40px;
  padding-right: 0;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-tVXGhGDd6Q .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tVXGhGDd6Q .image-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-tVXGhGDd6Q .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-tVXGhGDd6Q .image-wrapper img {
    height: 350px;
  }
}
.cid-tVXGhGDd6Q .content-wrapper {
  padding-right: 80px;
  padding-right: 0;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-tVXGhGDd6Q .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tVXGhGDd6Q .content-wrapper {
    padding: 0;
  }
}
.cid-tVXGhGDd6Q .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tVXGhGDd6Q .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tVXGhGDd6Q .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tVXGhGDd6Q .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tVXGhGDd6Q .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-tVXGhGDd6Q .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-tVXGhGDd6Q .content-wrapper .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .card-number_2 {
  background-color: #1d7915;
}
.cid-tVXGhGDd6Q .content-wrapper .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .card-number_3 {
  background-color: #fefced;
}
.cid-tVXGhGDd6Q .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-tVXGhGDd6Q .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_1,
.cid-tVXGhGDd6Q .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_2,
.cid-tVXGhGDd6Q .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  background-color: #1d7915;
  border-radius: 16px;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-tVXGhGDd6Q .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_1,
  .cid-tVXGhGDd6Q .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_2,
  .cid-tVXGhGDd6Q .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_3 {
    margin-right: 16px;
  }
}
.cid-tVXGhGDd6Q .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-tVXGhGDd6Q .content-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-tVXGhGDd6Q .content-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-tVXGhGDd6Q .mbr-section-title {
  color: #262642;
}
.cid-tVXGhGDd6Q .mbr-section-subtitle {
  color: #28c222;
  text-align: center;
}
.cid-tVXGhGDd6Q .card-text {
  color: #28c222;
}
.cid-tVXGhGDd6Q .card-number_1 {
  color: #fff29d;
}
.cid-tVXGhGDd6Q .card-number_2 {
  color: #fff29d;
}
.cid-tVXGhGDd6Q .card-number_3 {
  color: #F5DF4D;
}
.cid-tVXGhGDd6Q .mbr-section-title,
.cid-tVXGhGDd6Q .mbr-section-btn {
  text-align: center;
  color: #1d7915;
}
.cid-tVXGhGDd6Q H3 {
  color: #1d7915;
}
.cid-tVYsAp2JIZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/child-hugging-bible-1-1200x628.jpg");
}
.cid-tVYsAp2JIZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVYsAp2JIZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tVYsAp2JIZ .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tVYsAp2JIZ img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-tVYsAp2JIZ img {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-tVYsAp2JIZ .card-link {
  position: relative;
  width: fit-content;
  margin-top: 1rem;
}
.cid-tVYsAp2JIZ .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-tVYsAp2JIZ .card-link:hover a {
  background-image: none !important;
}
.cid-tVYsAp2JIZ .card-link:hover {
  cursor: pointer;
}
.cid-tVYsAp2JIZ .card-link:hover:before {
  width: 0%;
}
.cid-tVYsAp2JIZ .card {
  margin-bottom: 3rem;
}
.cid-tVYsAp2JIZ .mbr-iconfont {
  display: inline-flex;
  font-size: 1.5rem;
  color: #232323;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-tVYsAp2JIZ .row {
  justify-content: center;
}
.cid-tVYsAp2JIZ .card-box {
  align-items: center;
  border-bottom: 1px solid #232323;
  padding-bottom: .8rem;
}
.cid-tVYsAp2JIZ .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-tVYsAp2JIZ .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-tVYsAp2JIZ .mbr-section-subtitle {
  color: #fff29d;
  text-align: left;
}
.cid-tVYsAp2JIZ .card-text {
  color: #d8c553;
}
.cid-tVYsAp2JIZ .card-title,
.cid-tVYsAp2JIZ .iconfont-wrapper {
  color: #fff29d;
  text-align: left;
}
.cid-tVYsAp2JIZ .mbr-section-title {
  text-align: left;
  color: #ffed72;
}
.cid-tVYsAp2JIZ .card-link,
.cid-tVYsAp2JIZ .link-icon,
.cid-tVYsAp2JIZ .link-align {
  color: #232323;
}
.cid-tVYw1aWYwa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tVYw1aWYwa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVYw1aWYwa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tVYw1aWYwa .container {
    padding: 0 24px;
  }
}
.cid-tVYw1aWYwa .row {
  justify-content: center;
}
.cid-tVYw1aWYwa .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tVYw1aWYwa .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tVYw1aWYwa .panel-group .card {
  border: none;
  border-radius: 40px;
  background-color: #d8c553;
  margin-bottom: 32px;
  min-width: 40px;
}
.cid-tVYw1aWYwa .panel-group .card .card-header {
  padding: 40px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-tVYw1aWYwa .panel-group .card .card-header {
    padding: 24px;
  }
}
.cid-tVYw1aWYwa .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tVYw1aWYwa .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tVYw1aWYwa .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tVYw1aWYwa .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tVYw1aWYwa .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  color: #d8c553;
  background-color: #1d7915;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tVYw1aWYwa .panel-group .card .panel-collapse .panel-body {
  padding: 0 40px 40px;
}
@media (max-width: 992px) {
  .cid-tVYw1aWYwa .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
  }
}
.cid-tVYw1aWYwa .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tVYw1aWYwa .mbr-section-title {
  color: #1d7915;
  text-align: center;
}
.cid-tVYw1aWYwa .panel-title-edit {
  color: #1d7915;
}
.cid-tVYw1aWYwa .panel-text {
  color: #262642;
}
.cid-tVYLMXUoeu {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #1d7915, #f5df4d);
}
.cid-tVYLMXUoeu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVYLMXUoeu .card-link {
  position: relative;
  width: fit-content;
}
.cid-tVYLMXUoeu .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-tVYLMXUoeu h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-tVYLMXUoeu h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-tVYLMXUoeu .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #917d08;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-tVYLMXUoeu .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-tVYLMXUoeu .item-wrapper:hover {
  background: #fff29d;
  transform: translateY(-5px);
}
.cid-tVYLMXUoeu .item-wrapper:hover .card-title,
.cid-tVYLMXUoeu .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-tVYLMXUoeu .item-wrapper:hover span,
.cid-tVYLMXUoeu .item-wrapper:hover .card-link,
.cid-tVYLMXUoeu .item-wrapper:hover .card-link a {
  color: #1d7915 !important;
}
.cid-tVYLMXUoeu .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-tVYLMXUoeu .card-title,
.cid-tVYLMXUoeu .card-text,
.cid-tVYLMXUoeu .card-link,
.cid-tVYLMXUoeu .card-link a {
  transition: all 0.3s;
}
.cid-tVYLMXUoeu .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-tVYLMXUoeu .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-tVYLMXUoeu .link-wrapper:hover {
  cursor: pointer;
}
.cid-tVYLMXUoeu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 4rem;
  color: #fff29d;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tVYLMXUoeu .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-tVYLMXUoeu .card-title,
.cid-tVYLMXUoeu .iconfont-wrapper {
  color: #f5df4d;
}
.cid-tVYLMXUoeu .card-text {
  color: #28c222;
}
.cid-tVYLMXUoeu .mbr-section-title {
  color: #ffed72;
  text-align: center;
}
.cid-tVYLMXUoeu .card-link,
.cid-tVYLMXUoeu .link-icon,
.cid-tVYLMXUoeu .link-align {
  color: #232323;
}
.cid-tVYLMXUoeu .mbr-section-subtitle {
  text-align: left;
}
.cid-tVYLMXUoeu .mbr-section-subtitle,
.cid-tVYLMXUoeu .align {
  color: #ffed72;
}
.cid-tVYSZlHXFo {
  padding-top: 105px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #106b05, #5d5004);
}
.cid-tVYSZlHXFo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVYSZlHXFo .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .container-fluid {
    padding: 0 0px;
  }
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .container {
    padding: 3px 16px;
  }
}
.cid-tVYSZlHXFo li {
  line-height: 1.8;
}
.cid-tVYSZlHXFo li:hover {
  cursor: pointer;
}
.cid-tVYSZlHXFo .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .card {
    margin-bottom: 40px;
  }
}
.cid-tVYSZlHXFo .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
    margin-left: 20px;
  }
}
.cid-tVYSZlHXFo .card .content-wrapper .title-wrapper .title-wrap img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin-right: 1rem;
  margin-left: 20px;
  border-radius: 0 !important;
}
.cid-tVYSZlHXFo .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tVYSZlHXFo .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .card .content-wrapper .copyright {
    margin-bottom: 40px;
    margin-left: 20px;
  }
}
.cid-tVYSZlHXFo .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tVYSZlHXFo .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  margin-left: 20px;
  color: #232323;
}
.cid-tVYSZlHXFo .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
  margin-left: 20px;
}
.cid-tVYSZlHXFo .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tVYSZlHXFo .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-tVYSZlHXFo .mbr-section-title {
  color: #ffffff;
}
.cid-tVYSZlHXFo .copyright {
  color: #fff29d;
}
.cid-tVYSZlHXFo .mbr-card-title {
  color: #ffed72;
}
.cid-tVYSZlHXFo .list {
  color: #fff29d;
}
.cid-tVYSZlHXFo .mbr-section-title,
.cid-tVYSZlHXFo .title-wrapper,
.cid-tVYSZlHXFo .social-wrapper {
  color: #ffed72;
}
.cid-u9CsMrMtnw.popup-builder {
  background-color: #ffffff;
}
.cid-u9CsMrMtnw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u9CsMrMtnw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u9CsMrMtnw .modal-content,
.cid-u9CsMrMtnw .modal-dialog {
  height: auto;
}
.cid-u9CsMrMtnw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u9CsMrMtnw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u9CsMrMtnw .form-wrapper .mbr-form .form-group,
  .cid-u9CsMrMtnw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u9CsMrMtnw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u9CsMrMtnw .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-u9CsMrMtnw .mbr-text {
  text-align: left;
  color: #917d08;
}
.cid-u9CsMrMtnw .mbr-menu {
  text-align: center;
  color: #a0de99;
}
.cid-u9CsMrMtnw .pt-0 {
  padding-top: 0 !important;
}
.cid-u9CsMrMtnw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u9CsMrMtnw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u9CsMrMtnw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u9CsMrMtnw .modal-open {
  overflow: hidden;
}
.cid-u9CsMrMtnw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u9CsMrMtnw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u9CsMrMtnw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u9CsMrMtnw .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-u9CsMrMtnw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u9CsMrMtnw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u9CsMrMtnw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u9CsMrMtnw .modal-content {
  background: #fefced;
  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-u9CsMrMtnw .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u9CsMrMtnw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u9CsMrMtnw .modal-backdrop.fade {
  opacity: 0;
}
.cid-u9CsMrMtnw .modal-backdrop.show {
  opacity: .5;
}
.cid-u9CsMrMtnw .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u9CsMrMtnw .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9CsMrMtnw .modal-header {
    padding: 1rem;
  }
}
.cid-u9CsMrMtnw .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u9CsMrMtnw .modal-header .close svg {
  fill: #fc3a06;
}
.cid-u9CsMrMtnw .modal-header .close:hover {
  opacity: 1;
}
.cid-u9CsMrMtnw .modal-header .close:focus {
  outline: none;
}
.cid-u9CsMrMtnw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #106b05;
}
.cid-u9CsMrMtnw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u9CsMrMtnw .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9CsMrMtnw .modal-body {
    padding: 1rem;
  }
}
.cid-u9CsMrMtnw .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u9CsMrMtnw .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9CsMrMtnw .modal-footer {
    padding: 1rem;
  }
}
.cid-u9CsMrMtnw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u9CsMrMtnw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u9CsMrMtnw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u9CsMrMtnw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u9CsMrMtnw .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u9CsMrMtnw .modal-lg,
  .cid-u9CsMrMtnw .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u9CsMrMtnw .modal-xl {
    max-width: 1140px;
  }
}
.cid-u9CsMrMtnw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u9CsMrMtnw .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-u9CsMrMtnw .form-group {
  margin-bottom: 1rem;
}
.cid-u9CsMrMtnw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u9CsMrMtnw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u9CsMrMtnw .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-u9CsMrMtnw .mbr-section-btn {
  margin: 0;
}
.cid-u9CsMrMtnw .mbr-section-btn .btn {
  margin: 0;
}
.cid-u9ZOpOL4sX.popup-builder {
  background-color: #ffffff;
}
.cid-u9ZOpOL4sX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u9ZOpOL4sX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u9ZOpOL4sX .modal-content,
.cid-u9ZOpOL4sX .modal-dialog {
  height: auto;
}
.cid-u9ZOpOL4sX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u9ZOpOL4sX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u9ZOpOL4sX .form-wrapper .mbr-form .form-group,
  .cid-u9ZOpOL4sX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u9ZOpOL4sX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u9ZOpOL4sX .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-u9ZOpOL4sX .mbr-text {
  text-align: left;
  color: #106b05;
}
.cid-u9ZOpOL4sX .pt-0 {
  padding-top: 0 !important;
}
.cid-u9ZOpOL4sX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u9ZOpOL4sX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u9ZOpOL4sX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u9ZOpOL4sX .modal-open {
  overflow: hidden;
}
.cid-u9ZOpOL4sX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u9ZOpOL4sX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u9ZOpOL4sX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u9ZOpOL4sX .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-u9ZOpOL4sX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u9ZOpOL4sX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u9ZOpOL4sX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u9ZOpOL4sX .modal-content {
  background: #106b05;
  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-u9ZOpOL4sX .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u9ZOpOL4sX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u9ZOpOL4sX .modal-backdrop.fade {
  opacity: 0;
}
.cid-u9ZOpOL4sX .modal-backdrop.show {
  opacity: .5;
}
.cid-u9ZOpOL4sX .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u9ZOpOL4sX .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZOpOL4sX .modal-header {
    padding: 1rem;
  }
}
.cid-u9ZOpOL4sX .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u9ZOpOL4sX .modal-header .close svg {
  fill: #fc3a06;
}
.cid-u9ZOpOL4sX .modal-header .close:hover {
  opacity: 1;
}
.cid-u9ZOpOL4sX .modal-header .close:focus {
  outline: none;
}
.cid-u9ZOpOL4sX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #fff29d;
}
.cid-u9ZOpOL4sX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u9ZOpOL4sX .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZOpOL4sX .modal-body {
    padding: 1rem;
  }
}
.cid-u9ZOpOL4sX .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u9ZOpOL4sX .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZOpOL4sX .modal-footer {
    padding: 1rem;
  }
}
.cid-u9ZOpOL4sX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u9ZOpOL4sX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u9ZOpOL4sX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u9ZOpOL4sX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u9ZOpOL4sX .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u9ZOpOL4sX .modal-lg,
  .cid-u9ZOpOL4sX .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u9ZOpOL4sX .modal-xl {
    max-width: 1140px;
  }
}
.cid-u9ZOpOL4sX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u9ZOpOL4sX .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-u9ZOpOL4sX .form-group {
  margin-bottom: 1rem;
}
.cid-u9ZOpOL4sX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u9ZOpOL4sX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u9ZOpOL4sX .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-u9ZOpOL4sX .mbr-section-btn {
  margin: 0;
}
.cid-u9ZOpOL4sX .mbr-section-btn .btn {
  margin: 0;
}
.cid-u9ZOpOL4sX H5 {
  color: #106b05;
  text-align: left;
}
.cid-u9ZOpOL4sX LABEL {
  color: #106b05;
}
.cid-tMfdLfjybC .navbar-dropdown {
  background-color: #fff29d !important;
  padding: 0;
}
.cid-tMfdLfjybC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fff29d !important;
  background: #fff29d;
}
.cid-tMfdLfjybC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMfdLfjybC .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tMfdLfjybC .menu_box .navbar.opened,
  .cid-tMfdLfjybC .menu_box .navbar-collapse {
    background-color: #fff29d !important;
    transition: all 0s ease 0s;
  }
}
.cid-tMfdLfjybC .navbar-dropdown {
  position: relative !important;
}
.cid-tMfdLfjybC .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tMfdLfjybC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tMfdLfjybC .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tMfdLfjybC .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #917d08;
  }
  .cid-tMfdLfjybC .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tMfdLfjybC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tMfdLfjybC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tMfdLfjybC .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tMfdLfjybC .offcanvas-body .mbr-text,
  .cid-tMfdLfjybC .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tMfdLfjybC .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d7915;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tMfdLfjybC ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tMfdLfjybC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tMfdLfjybC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tMfdLfjybC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tMfdLfjybC li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tMfdLfjybC .lg_brand {
    margin: 0 1rem;
  }
  .cid-tMfdLfjybC .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-tMfdLfjybC .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tMfdLfjybC .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .nav-item {
    margin: 0 !important;
  }
}
.cid-tMfdLfjybC .nav-item .nav-link:hover,
.cid-tMfdLfjybC .nav-item .nav-link:focus {
  color: #28c222 !important;
  transition: all 0.3s ease-out;
}
.cid-tMfdLfjybC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tMfdLfjybC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tMfdLfjybC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tMfdLfjybC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tMfdLfjybC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tMfdLfjybC .offcanvas_box {
    display: none;
  }
}
.cid-tMfdLfjybC .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tMfdLfjybC .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tMfdLfjybC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tMfdLfjybC .container {
  display: flex;
  margin: auto;
}
.cid-tMfdLfjybC .iconfont-wrapper {
  color: #917d08;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tMfdLfjybC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tMfdLfjybC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tMfdLfjybC .navbar-caption {
  color: #2f2e30;
}
.cid-tMfdLfjybC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tMfdLfjybC .navbar-nav {
    margin: 0;
  }
}
.cid-tMfdLfjybC .dropdown-menu,
.cid-tMfdLfjybC .navbar.opened {
  background-color: false !important;
}
.cid-tMfdLfjybC .nav-item:focus,
.cid-tMfdLfjybC .nav-link:focus {
  outline: none;
}
.cid-tMfdLfjybC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMfdLfjybC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMfdLfjybC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMfdLfjybC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMfdLfjybC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMfdLfjybC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMfdLfjybC .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tMfdLfjybC .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tMfdLfjybC .navbar.opened {
  transition: all 0.3s;
}
.cid-tMfdLfjybC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tMfdLfjybC .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 16px !important;
}
.cid-tMfdLfjybC .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tMfdLfjybC .navbar.collapsed {
  justify-content: center;
}
.cid-tMfdLfjybC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMfdLfjybC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tMfdLfjybC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMfdLfjybC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMfdLfjybC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMfdLfjybC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tMfdLfjybC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tMfdLfjybC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tMfdLfjybC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMfdLfjybC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMfdLfjybC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tMfdLfjybC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMfdLfjybC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tMfdLfjybC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMfdLfjybC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tMfdLfjybC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tMfdLfjybC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tMfdLfjybC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tMfdLfjybC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMfdLfjybC .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tMfdLfjybC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMfdLfjybC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMfdLfjybC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMfdLfjybC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMfdLfjybC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tMfdLfjybC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMfdLfjybC .dropdown-item.active,
.cid-tMfdLfjybC .dropdown-item:active {
  background-color: transparent;
}
.cid-tMfdLfjybC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMfdLfjybC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMfdLfjybC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMfdLfjybC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMfdLfjybC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tMfdLfjybC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMfdLfjybC button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fff29d;
  background: #d8c553;
}
.cid-tMfdLfjybC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d7915;
}
.cid-tMfdLfjybC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMfdLfjybC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMfdLfjybC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMfdLfjybC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMfdLfjybC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMfdLfjybC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMfdLfjybC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMfdLfjybC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMfdLfjybC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tMfdLfjybC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMfdLfjybC .navbar {
    height: 70px;
  }
  .cid-tMfdLfjybC .navbar.opened {
    height: auto;
  }
  .cid-tMfdLfjybC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMfdLfjybC .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tMfdLfjybC .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cid-tMfdLfjybC .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
.cid-tMfdLfjybC .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 185px;
}
.cid-tMfdLfjybC .navbar-caption:hover {
  color: #1d7915;
}
@media (min-width: 992px) {
  .cid-tMfdLfjybC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tMfdLfjybC .text_widget {
  margin-bottom: 32px;
}
.cid-tMfdLfjybC .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tMfdLfjybC .text_widget a:hover,
.cid-tMfdLfjybC .text_widget a:focus {
  color: #28c222 !important;
}
.cid-tMfdLfjybC .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tMfdLfjybC .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tMfdLfjybC .mbr-section-subtitle,
.cid-tMfdLfjybC .text_widget,
.cid-tMfdLfjybC .mbr-section-btn {
  text-align: center;
}
.cid-tMfdLfjybC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tVYSZlHXFo {
  padding-top: 105px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #106b05, #5d5004);
}
.cid-tVYSZlHXFo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVYSZlHXFo .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .container-fluid {
    padding: 0 0px;
  }
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .container {
    padding: 3px 16px;
  }
}
.cid-tVYSZlHXFo li {
  line-height: 1.8;
}
.cid-tVYSZlHXFo li:hover {
  cursor: pointer;
}
.cid-tVYSZlHXFo .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .card {
    margin-bottom: 40px;
  }
}
.cid-tVYSZlHXFo .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
    margin-left: 20px;
  }
}
.cid-tVYSZlHXFo .card .content-wrapper .title-wrapper .title-wrap img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin-right: 1rem;
  margin-left: 20px;
  border-radius: 0 !important;
}
.cid-tVYSZlHXFo .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tVYSZlHXFo .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .card .content-wrapper .copyright {
    margin-bottom: 40px;
    margin-left: 20px;
  }
}
.cid-tVYSZlHXFo .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tVYSZlHXFo .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  margin-left: 20px;
  color: #232323;
}
.cid-tVYSZlHXFo .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
  margin-left: 20px;
}
.cid-tVYSZlHXFo .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tVYSZlHXFo .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-tVYSZlHXFo .mbr-section-title {
  color: #ffffff;
}
.cid-tVYSZlHXFo .copyright {
  color: #fff29d;
}
.cid-tVYSZlHXFo .mbr-card-title {
  color: #ffed72;
}
.cid-tVYSZlHXFo .list {
  color: #fff29d;
}
.cid-tVYSZlHXFo .mbr-section-title,
.cid-tVYSZlHXFo .title-wrapper,
.cid-tVYSZlHXFo .social-wrapper {
  color: #ffed72;
}
.cid-u9ZQ2etRC0.popup-builder {
  background-color: #ffffff;
}
.cid-u9ZQ2etRC0.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u9ZQ2etRC0.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-u9ZQ2etRC0 .modal-content,
.cid-u9ZQ2etRC0 .modal-dialog {
  height: auto;
}
.cid-u9ZQ2etRC0 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u9ZQ2etRC0 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u9ZQ2etRC0 .form-wrapper .mbr-form .form-group,
  .cid-u9ZQ2etRC0 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u9ZQ2etRC0 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u9ZQ2etRC0 .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-u9ZQ2etRC0 .mbr-text {
  text-align: center;
  color: #fc3a06;
}
.cid-u9ZQ2etRC0 .pt-0 {
  padding-top: 0 !important;
}
.cid-u9ZQ2etRC0 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u9ZQ2etRC0 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u9ZQ2etRC0 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u9ZQ2etRC0 .modal-open {
  overflow: hidden;
}
.cid-u9ZQ2etRC0 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u9ZQ2etRC0 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u9ZQ2etRC0 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-u9ZQ2etRC0 .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-u9ZQ2etRC0 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u9ZQ2etRC0 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u9ZQ2etRC0 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u9ZQ2etRC0 .modal-content {
  background: #fff29d;
  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);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-u9ZQ2etRC0 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u9ZQ2etRC0 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u9ZQ2etRC0 .modal-backdrop.fade {
  opacity: 0;
}
.cid-u9ZQ2etRC0 .modal-backdrop.show {
  opacity: .5;
}
.cid-u9ZQ2etRC0 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u9ZQ2etRC0 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZQ2etRC0 .modal-header {
    padding: 1rem;
  }
}
.cid-u9ZQ2etRC0 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u9ZQ2etRC0 .modal-header .close svg {
  fill: #fff29d;
}
.cid-u9ZQ2etRC0 .modal-header .close:hover {
  opacity: 1;
}
.cid-u9ZQ2etRC0 .modal-header .close:focus {
  outline: none;
}
.cid-u9ZQ2etRC0 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #106b05;
}
.cid-u9ZQ2etRC0 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u9ZQ2etRC0 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZQ2etRC0 .modal-body {
    padding: 1rem;
  }
}
.cid-u9ZQ2etRC0 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u9ZQ2etRC0 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZQ2etRC0 .modal-footer {
    padding: 1rem;
  }
}
.cid-u9ZQ2etRC0 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u9ZQ2etRC0 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u9ZQ2etRC0 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u9ZQ2etRC0 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u9ZQ2etRC0 .modal-lg,
  .cid-u9ZQ2etRC0 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u9ZQ2etRC0 .modal-xl {
    max-width: 1140px;
  }
}
.cid-u9ZQ2etRC0 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u9ZQ2etRC0 .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-u9ZQ2etRC0 .form-group {
  margin-bottom: 1rem;
}
.cid-u9ZQ2etRC0 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u9ZQ2etRC0 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u9ZQ2etRC0 .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-u9ZQ2etRC0 .mbr-section-btn {
  margin: 0;
}
.cid-u9ZQ2etRC0 .mbr-section-btn .btn {
  margin: 0;
}
.cid-u9ZQ2etRC0 LABEL {
  color: #106b05;
}
.cid-u745H7PJoT .navbar-dropdown {
  background-color: #fff29d !important;
  padding: 0;
}
.cid-u745H7PJoT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fff29d !important;
  background: #fff29d;
}
.cid-u745H7PJoT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u745H7PJoT .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u745H7PJoT .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u745H7PJoT .menu_box .navbar.opened,
  .cid-u745H7PJoT .menu_box .navbar-collapse {
    background-color: #fff29d !important;
    transition: all 0s ease 0s;
  }
}
.cid-u745H7PJoT .navbar-dropdown {
  position: relative !important;
}
.cid-u745H7PJoT .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u745H7PJoT .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u745H7PJoT .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u745H7PJoT .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u745H7PJoT .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u745H7PJoT .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #917d08;
  }
  .cid-u745H7PJoT .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u745H7PJoT .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u745H7PJoT .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u745H7PJoT .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u745H7PJoT .offcanvas-body .mbr-text,
  .cid-u745H7PJoT .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u745H7PJoT .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u745H7PJoT .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u745H7PJoT .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d7915;
  }
  .cid-u745H7PJoT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u745H7PJoT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u745H7PJoT .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u745H7PJoT .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u745H7PJoT ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u745H7PJoT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u745H7PJoT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u745H7PJoT .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u745H7PJoT li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u745H7PJoT .lg_brand {
    margin: 0 1rem;
  }
  .cid-u745H7PJoT .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u745H7PJoT .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u745H7PJoT .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u745H7PJoT .nav-item {
    margin: 0 !important;
  }
}
.cid-u745H7PJoT .nav-item .nav-link:hover,
.cid-u745H7PJoT .nav-item .nav-link:focus {
  color: #28c222 !important;
  transition: all 0.3s ease-out;
}
.cid-u745H7PJoT .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u745H7PJoT .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u745H7PJoT .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u745H7PJoT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u745H7PJoT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u745H7PJoT .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u745H7PJoT .offcanvas_box {
    display: none;
  }
}
.cid-u745H7PJoT .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u745H7PJoT .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u745H7PJoT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u745H7PJoT .container {
  display: flex;
  margin: auto;
}
.cid-u745H7PJoT .iconfont-wrapper {
  color: #917d08;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u745H7PJoT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u745H7PJoT .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u745H7PJoT .navbar-caption {
  color: #2f2e30;
}
.cid-u745H7PJoT .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u745H7PJoT .navbar-nav {
    margin: 0;
  }
}
.cid-u745H7PJoT .dropdown-menu,
.cid-u745H7PJoT .navbar.opened {
  background-color: false !important;
}
.cid-u745H7PJoT .nav-item:focus,
.cid-u745H7PJoT .nav-link:focus {
  outline: none;
}
.cid-u745H7PJoT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u745H7PJoT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u745H7PJoT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u745H7PJoT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u745H7PJoT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u745H7PJoT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u745H7PJoT .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u745H7PJoT .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u745H7PJoT .navbar.opened {
  transition: all 0.3s;
}
.cid-u745H7PJoT .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u745H7PJoT .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 16px !important;
}
.cid-u745H7PJoT .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u745H7PJoT .navbar.collapsed {
  justify-content: center;
}
.cid-u745H7PJoT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u745H7PJoT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u745H7PJoT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u745H7PJoT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u745H7PJoT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u745H7PJoT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u745H7PJoT .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u745H7PJoT .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u745H7PJoT .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u745H7PJoT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u745H7PJoT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u745H7PJoT .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u745H7PJoT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u745H7PJoT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u745H7PJoT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u745H7PJoT .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u745H7PJoT .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u745H7PJoT .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u745H7PJoT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u745H7PJoT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u745H7PJoT .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u745H7PJoT .navbar.navbar-short {
  min-height: 60px;
}
.cid-u745H7PJoT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u745H7PJoT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u745H7PJoT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u745H7PJoT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u745H7PJoT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u745H7PJoT .dropdown-item.active,
.cid-u745H7PJoT .dropdown-item:active {
  background-color: transparent;
}
.cid-u745H7PJoT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u745H7PJoT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u745H7PJoT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u745H7PJoT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u745H7PJoT ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u745H7PJoT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u745H7PJoT button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fff29d;
  background: #d8c553;
}
.cid-u745H7PJoT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d7915;
}
.cid-u745H7PJoT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u745H7PJoT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u745H7PJoT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u745H7PJoT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u745H7PJoT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u745H7PJoT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u745H7PJoT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u745H7PJoT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u745H7PJoT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u745H7PJoT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u745H7PJoT .navbar {
    height: 70px;
  }
  .cid-u745H7PJoT .navbar.opened {
    height: auto;
  }
  .cid-u745H7PJoT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u745H7PJoT .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u745H7PJoT .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cid-u745H7PJoT .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
.cid-u745H7PJoT .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 185px;
}
.cid-u745H7PJoT .navbar-caption:hover {
  color: #1d7915;
}
@media (min-width: 992px) {
  .cid-u745H7PJoT .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u745H7PJoT .text_widget {
  margin-bottom: 32px;
}
.cid-u745H7PJoT .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u745H7PJoT .text_widget a:hover,
.cid-u745H7PJoT .text_widget a:focus {
  color: #28c222 !important;
}
.cid-u745H7PJoT .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u745H7PJoT .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u745H7PJoT .mbr-section-subtitle,
.cid-u745H7PJoT .text_widget,
.cid-u745H7PJoT .mbr-section-btn {
  text-align: center;
}
.cid-u745H7PJoT a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u745H8FvOf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1d7915;
}
.cid-u745H8FvOf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u745H8FvOf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u745H8FvOf .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-u745H8FvOf .container {
    padding: 10px 8px;
  }
}
.cid-u745H8FvOf .row {
  margin: 0;
}
.cid-u745H8FvOf .row .card {
  padding: 0;
}
.cid-u745H8FvOf .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-color: #fefced;
  border-radius: 25px;
  height: 100%;
  margin-right: 8px;
  margin-left: 8px;
}
@media (max-width: 992px) {
  .cid-u745H8FvOf .content-wrapper {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 992px) {
  .cid-u745H8FvOf .content-wrapper {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 768px) {
  .cid-u745H8FvOf .content-wrapper {
    padding: 50px 10px;
  }
}
.cid-u745H8FvOf .content-wrapper .content-wrap {
  width: 100%;
}
.cid-u745H8FvOf .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-u745H8FvOf .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u745H8FvOf .content-wrapper .content-wrap .mbr-section-title span {
  opacity: .5;
}
.cid-u745H8FvOf .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u745H8FvOf .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-u745H8FvOf .content-wrapper .content-wrap .mbr-text span {
  opacity: .5;
}
.cid-u745H8FvOf .content-wrapper .content-wrap .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u745H8FvOf .content-wrapper .content-wrap .person-wrapper .person-wrap img {
  width: 100%;
  height: 120px;
  border-radius: 0% !important;
  margin-right: 25px;
  object-fit: cover;
}
.cid-u745H8FvOf .content-wrapper .content-wrap .person-wrapper .person-wrap .name-wrap .mbr-name {
  margin-bottom: 5px;
}
.cid-u745H8FvOf .content-wrapper .content-wrap .person-wrapper .person-wrap .name-wrap .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-u745H8FvOf .form-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 40px;
  background-image: linear-gradient(0.375turn, #54c34a 0%, #28c222 98%, #54c34a 0%);
  border-radius: 25px;
  height: 100%;
  margin-left: 8px;
  margin-right: 8px;
}
@media (max-width: 992px) {
  .cid-u745H8FvOf .form-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-u745H8FvOf .form-wrapper {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-u745H8FvOf .form-wrapper {
    padding: 30px 20px;
  }
}
.cid-u745H8FvOf .form-wrapper .form-wrap {
  padding: 20px 15px;
  border-radius: 25px;
  border: 1px solid #1d7915;
  position: relative;
  overflow: hidden;
  width: 95%;
}
@media (max-width: 768px) {
  .cid-u745H8FvOf .form-wrapper .form-wrap {
    width: 100%;
  }
}
.cid-u745H8FvOf .form-wrapper .form-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background-color: #1d7915;
  pointer-events: none;
}
.cid-u745H8FvOf .form-wrapper .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-u745H8FvOf .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-u745H8FvOf .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  border: 1px solid #d8c553 !important;
  box-shadow: none;
  background: #fefced;
  border-radius: 17px !important;
  padding: 20px 15px;
  color: #d8c553;
}
@media (max-width: 768px) {
  .cid-u745H8FvOf .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
    padding: 20px 15px;
  }
}
.cid-u745H8FvOf .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #d8c553;
}
.cid-u745H8FvOf .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-u745H8FvOf .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #1d7915;
  border-color: #1d7915;
}
.cid-u745H8FvOf .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-label {
  color: #d8c553;
}
.cid-u745H8FvOf .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-u745H8FvOf .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-u745H8FvOf .mbr-section-title {
  color: #222222;
}
.cid-u745H8FvOf .mbr-text {
  color: #33ea04;
  text-align: center;
}
.cid-u745H8FvOf .mbr-name {
  color: #1d7915;
}
.cid-u745H8FvOf .mbr-role {
  color: #222222;
}
.cid-u745H8FvOf label {
  color: #ffffff;
}
.cid-u745H8FvOf .mbr-section-title,
.cid-u745H8FvOf .person-wrapper {
  text-align: center;
  color: #1d7915;
}
.cid-u745H8FvOf LABEL {
  text-align: center;
  color: #000000;
}
.cid-u745Hamtrt {
  padding-top: 105px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #106b05, #5d5004);
}
.cid-u745Hamtrt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u745Hamtrt .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u745Hamtrt .container-fluid {
    padding: 0 0px;
  }
}
@media (max-width: 992px) {
  .cid-u745Hamtrt .container {
    padding: 3px 16px;
  }
}
.cid-u745Hamtrt li {
  line-height: 1.8;
}
.cid-u745Hamtrt li:hover {
  cursor: pointer;
}
.cid-u745Hamtrt .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u745Hamtrt .card {
    margin-bottom: 40px;
  }
}
.cid-u745Hamtrt .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u745Hamtrt .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
    margin-left: 20px;
  }
}
.cid-u745Hamtrt .card .content-wrapper .title-wrapper .title-wrap img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin-right: 1rem;
  margin-left: 20px;
  border-radius: 0 !important;
}
.cid-u745Hamtrt .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u745Hamtrt .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u745Hamtrt .card .content-wrapper .copyright {
    margin-bottom: 40px;
    margin-left: 20px;
  }
}
.cid-u745Hamtrt .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u745Hamtrt .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  margin-left: 20px;
  color: #232323;
}
.cid-u745Hamtrt .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
  margin-left: 20px;
}
.cid-u745Hamtrt .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u745Hamtrt .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-u745Hamtrt .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-u745Hamtrt .mbr-section-title {
  color: #ffffff;
}
.cid-u745Hamtrt .copyright {
  color: #fff29d;
}
.cid-u745Hamtrt .mbr-card-title {
  color: #ffed72;
}
.cid-u745Hamtrt .list {
  color: #fff29d;
}
.cid-u745Hamtrt .mbr-section-title,
.cid-u745Hamtrt .title-wrapper,
.cid-u745Hamtrt .social-wrapper {
  color: #ffed72;
}
.cid-u9ZOpJJAPK.popup-builder {
  background-color: #ffffff;
}
.cid-u9ZOpJJAPK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u9ZOpJJAPK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u9ZOpJJAPK .modal-content,
.cid-u9ZOpJJAPK .modal-dialog {
  height: auto;
}
.cid-u9ZOpJJAPK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u9ZOpJJAPK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u9ZOpJJAPK .form-wrapper .mbr-form .form-group,
  .cid-u9ZOpJJAPK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u9ZOpJJAPK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u9ZOpJJAPK .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-u9ZOpJJAPK .mbr-text {
  text-align: left;
  color: #106b05;
}
.cid-u9ZOpJJAPK .pt-0 {
  padding-top: 0 !important;
}
.cid-u9ZOpJJAPK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u9ZOpJJAPK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u9ZOpJJAPK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u9ZOpJJAPK .modal-open {
  overflow: hidden;
}
.cid-u9ZOpJJAPK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u9ZOpJJAPK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u9ZOpJJAPK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u9ZOpJJAPK .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-u9ZOpJJAPK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u9ZOpJJAPK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u9ZOpJJAPK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u9ZOpJJAPK .modal-content {
  background: #106b05;
  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-u9ZOpJJAPK .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u9ZOpJJAPK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u9ZOpJJAPK .modal-backdrop.fade {
  opacity: 0;
}
.cid-u9ZOpJJAPK .modal-backdrop.show {
  opacity: .5;
}
.cid-u9ZOpJJAPK .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u9ZOpJJAPK .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZOpJJAPK .modal-header {
    padding: 1rem;
  }
}
.cid-u9ZOpJJAPK .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u9ZOpJJAPK .modal-header .close svg {
  fill: #fc3a06;
}
.cid-u9ZOpJJAPK .modal-header .close:hover {
  opacity: 1;
}
.cid-u9ZOpJJAPK .modal-header .close:focus {
  outline: none;
}
.cid-u9ZOpJJAPK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #fff29d;
}
.cid-u9ZOpJJAPK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u9ZOpJJAPK .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZOpJJAPK .modal-body {
    padding: 1rem;
  }
}
.cid-u9ZOpJJAPK .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u9ZOpJJAPK .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZOpJJAPK .modal-footer {
    padding: 1rem;
  }
}
.cid-u9ZOpJJAPK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u9ZOpJJAPK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u9ZOpJJAPK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u9ZOpJJAPK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u9ZOpJJAPK .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u9ZOpJJAPK .modal-lg,
  .cid-u9ZOpJJAPK .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u9ZOpJJAPK .modal-xl {
    max-width: 1140px;
  }
}
.cid-u9ZOpJJAPK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u9ZOpJJAPK .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-u9ZOpJJAPK .form-group {
  margin-bottom: 1rem;
}
.cid-u9ZOpJJAPK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u9ZOpJJAPK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u9ZOpJJAPK .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-u9ZOpJJAPK .mbr-section-btn {
  margin: 0;
}
.cid-u9ZOpJJAPK .mbr-section-btn .btn {
  margin: 0;
}
.cid-u9ZOpJJAPK H5 {
  color: #106b05;
  text-align: left;
}
.cid-u9ZOpJJAPK LABEL {
  color: #106b05;
}
.cid-tMfdLfjybC .navbar-dropdown {
  background-color: #fff29d !important;
  padding: 0;
}
.cid-tMfdLfjybC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fff29d !important;
  background: #fff29d;
}
.cid-tMfdLfjybC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMfdLfjybC .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tMfdLfjybC .menu_box .navbar.opened,
  .cid-tMfdLfjybC .menu_box .navbar-collapse {
    background-color: #fff29d !important;
    transition: all 0s ease 0s;
  }
}
.cid-tMfdLfjybC .navbar-dropdown {
  position: relative !important;
}
.cid-tMfdLfjybC .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tMfdLfjybC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tMfdLfjybC .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tMfdLfjybC .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #917d08;
  }
  .cid-tMfdLfjybC .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tMfdLfjybC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tMfdLfjybC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tMfdLfjybC .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tMfdLfjybC .offcanvas-body .mbr-text,
  .cid-tMfdLfjybC .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tMfdLfjybC .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d7915;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tMfdLfjybC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tMfdLfjybC ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tMfdLfjybC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tMfdLfjybC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tMfdLfjybC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tMfdLfjybC li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tMfdLfjybC .lg_brand {
    margin: 0 1rem;
  }
  .cid-tMfdLfjybC .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-tMfdLfjybC .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tMfdLfjybC .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .nav-item {
    margin: 0 !important;
  }
}
.cid-tMfdLfjybC .nav-item .nav-link:hover,
.cid-tMfdLfjybC .nav-item .nav-link:focus {
  color: #28c222 !important;
  transition: all 0.3s ease-out;
}
.cid-tMfdLfjybC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tMfdLfjybC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tMfdLfjybC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tMfdLfjybC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tMfdLfjybC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tMfdLfjybC .offcanvas_box {
    display: none;
  }
}
.cid-tMfdLfjybC .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tMfdLfjybC .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tMfdLfjybC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tMfdLfjybC .container {
  display: flex;
  margin: auto;
}
.cid-tMfdLfjybC .iconfont-wrapper {
  color: #917d08;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tMfdLfjybC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tMfdLfjybC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tMfdLfjybC .navbar-caption {
  color: #2f2e30;
}
.cid-tMfdLfjybC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tMfdLfjybC .navbar-nav {
    margin: 0;
  }
}
.cid-tMfdLfjybC .dropdown-menu,
.cid-tMfdLfjybC .navbar.opened {
  background-color: false !important;
}
.cid-tMfdLfjybC .nav-item:focus,
.cid-tMfdLfjybC .nav-link:focus {
  outline: none;
}
.cid-tMfdLfjybC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMfdLfjybC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMfdLfjybC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMfdLfjybC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMfdLfjybC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMfdLfjybC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMfdLfjybC .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tMfdLfjybC .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tMfdLfjybC .navbar.opened {
  transition: all 0.3s;
}
.cid-tMfdLfjybC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tMfdLfjybC .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 16px !important;
}
.cid-tMfdLfjybC .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tMfdLfjybC .navbar.collapsed {
  justify-content: center;
}
.cid-tMfdLfjybC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMfdLfjybC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tMfdLfjybC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMfdLfjybC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMfdLfjybC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMfdLfjybC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tMfdLfjybC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tMfdLfjybC .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tMfdLfjybC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tMfdLfjybC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMfdLfjybC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMfdLfjybC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tMfdLfjybC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMfdLfjybC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tMfdLfjybC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMfdLfjybC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tMfdLfjybC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tMfdLfjybC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tMfdLfjybC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tMfdLfjybC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMfdLfjybC .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tMfdLfjybC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMfdLfjybC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMfdLfjybC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMfdLfjybC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMfdLfjybC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tMfdLfjybC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMfdLfjybC .dropdown-item.active,
.cid-tMfdLfjybC .dropdown-item:active {
  background-color: transparent;
}
.cid-tMfdLfjybC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMfdLfjybC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMfdLfjybC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMfdLfjybC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMfdLfjybC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tMfdLfjybC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMfdLfjybC button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fff29d;
  background: #d8c553;
}
.cid-tMfdLfjybC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d7915;
}
.cid-tMfdLfjybC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMfdLfjybC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMfdLfjybC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMfdLfjybC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMfdLfjybC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMfdLfjybC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMfdLfjybC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMfdLfjybC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMfdLfjybC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tMfdLfjybC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMfdLfjybC .navbar {
    height: 70px;
  }
  .cid-tMfdLfjybC .navbar.opened {
    height: auto;
  }
  .cid-tMfdLfjybC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMfdLfjybC .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tMfdLfjybC .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cid-tMfdLfjybC .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
.cid-tMfdLfjybC .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 185px;
}
.cid-tMfdLfjybC .navbar-caption:hover {
  color: #1d7915;
}
@media (min-width: 992px) {
  .cid-tMfdLfjybC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tMfdLfjybC .text_widget {
  margin-bottom: 32px;
}
.cid-tMfdLfjybC .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tMfdLfjybC .text_widget a:hover,
.cid-tMfdLfjybC .text_widget a:focus {
  color: #28c222 !important;
}
.cid-tMfdLfjybC .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tMfdLfjybC .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tMfdLfjybC .mbr-section-subtitle,
.cid-tMfdLfjybC .text_widget,
.cid-tMfdLfjybC .mbr-section-btn {
  text-align: center;
}
.cid-tMfdLfjybC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tW14stpRQ9 {
  overflow: hidden;
  background-image: url("../../../assets/images/child-hugging-bible-1-1200x628.jpg");
}
.cid-tW14stpRQ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW14stpRQ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tW14stpRQ9 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tW14stpRQ9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tW14stpRQ9 .container {
    padding: 0 24px;
  }
}
.cid-tW14stpRQ9 .row {
  position: relative;
}
.cid-tW14stpRQ9 .row .card {
  justify-content: center;
}
.cid-tW14stpRQ9 .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #d8c553;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tW14stpRQ9 .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-tW14stpRQ9 .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-tW14stpRQ9 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tW14stpRQ9 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tW14stpRQ9 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tW14stpRQ9 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tW14stpRQ9 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tW14stpRQ9 .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-tW14stpRQ9 .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-tW14stpRQ9 .image-wrapper {
  position: relative;
}
.cid-tW14stpRQ9 .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tW14stpRQ9 .image-wrapper img {
    height: 350px;
  }
}
.cid-tW14stpRQ9 .mbr-section-title {
  color: #F5DF4D;
}
.cid-tW14stpRQ9 .mbr-text {
  color: #FF3399;
}
.cid-tW14stpRQ9 .mbr-text,
.cid-tW14stpRQ9 .mbr-section-btn {
  color: #fff29d;
}
.cid-tW14stpRQ9 .mbr-section-title,
.cid-tW14stpRQ9 .mbr-section-btn {
  color: #fefced;
}
.cid-tVYSZlHXFo {
  padding-top: 105px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #106b05, #5d5004);
}
.cid-tVYSZlHXFo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVYSZlHXFo .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .container-fluid {
    padding: 0 0px;
  }
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .container {
    padding: 3px 16px;
  }
}
.cid-tVYSZlHXFo li {
  line-height: 1.8;
}
.cid-tVYSZlHXFo li:hover {
  cursor: pointer;
}
.cid-tVYSZlHXFo .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .card {
    margin-bottom: 40px;
  }
}
.cid-tVYSZlHXFo .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
    margin-left: 20px;
  }
}
.cid-tVYSZlHXFo .card .content-wrapper .title-wrapper .title-wrap img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin-right: 1rem;
  margin-left: 20px;
  border-radius: 0 !important;
}
.cid-tVYSZlHXFo .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tVYSZlHXFo .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .card .content-wrapper .copyright {
    margin-bottom: 40px;
    margin-left: 20px;
  }
}
.cid-tVYSZlHXFo .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tVYSZlHXFo .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  margin-left: 20px;
  color: #232323;
}
.cid-tVYSZlHXFo .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
  margin-left: 20px;
}
.cid-tVYSZlHXFo .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tVYSZlHXFo .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-tVYSZlHXFo .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-tVYSZlHXFo .mbr-section-title {
  color: #ffffff;
}
.cid-tVYSZlHXFo .copyright {
  color: #fff29d;
}
.cid-tVYSZlHXFo .mbr-card-title {
  color: #ffed72;
}
.cid-tVYSZlHXFo .list {
  color: #fff29d;
}
.cid-tVYSZlHXFo .mbr-section-title,
.cid-tVYSZlHXFo .title-wrapper,
.cid-tVYSZlHXFo .social-wrapper {
  color: #ffed72;
}
.cid-u8NS6aDBwn.popup-builder {
  background-color: #ffffff;
}
.cid-u8NS6aDBwn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u8NS6aDBwn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u8NS6aDBwn .modal-content,
.cid-u8NS6aDBwn .modal-dialog {
  height: auto;
}
.cid-u8NS6aDBwn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u8NS6aDBwn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u8NS6aDBwn .form-wrapper .mbr-form .form-group,
  .cid-u8NS6aDBwn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u8NS6aDBwn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u8NS6aDBwn .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-u8NS6aDBwn .mbr-text {
  text-align: left;
  color: #106b05;
}
.cid-u8NS6aDBwn .pt-0 {
  padding-top: 0 !important;
}
.cid-u8NS6aDBwn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u8NS6aDBwn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u8NS6aDBwn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u8NS6aDBwn .modal-open {
  overflow: hidden;
}
.cid-u8NS6aDBwn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u8NS6aDBwn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u8NS6aDBwn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u8NS6aDBwn .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-u8NS6aDBwn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u8NS6aDBwn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u8NS6aDBwn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u8NS6aDBwn .modal-content {
  background: #106b05;
  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-u8NS6aDBwn .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u8NS6aDBwn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u8NS6aDBwn .modal-backdrop.fade {
  opacity: 0;
}
.cid-u8NS6aDBwn .modal-backdrop.show {
  opacity: .5;
}
.cid-u8NS6aDBwn .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u8NS6aDBwn .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8NS6aDBwn .modal-header {
    padding: 1rem;
  }
}
.cid-u8NS6aDBwn .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u8NS6aDBwn .modal-header .close svg {
  fill: #fc3a06;
}
.cid-u8NS6aDBwn .modal-header .close:hover {
  opacity: 1;
}
.cid-u8NS6aDBwn .modal-header .close:focus {
  outline: none;
}
.cid-u8NS6aDBwn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #fff29d;
}
.cid-u8NS6aDBwn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u8NS6aDBwn .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8NS6aDBwn .modal-body {
    padding: 1rem;
  }
}
.cid-u8NS6aDBwn .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u8NS6aDBwn .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8NS6aDBwn .modal-footer {
    padding: 1rem;
  }
}
.cid-u8NS6aDBwn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u8NS6aDBwn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u8NS6aDBwn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u8NS6aDBwn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u8NS6aDBwn .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u8NS6aDBwn .modal-lg,
  .cid-u8NS6aDBwn .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u8NS6aDBwn .modal-xl {
    max-width: 1140px;
  }
}
.cid-u8NS6aDBwn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u8NS6aDBwn .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-u8NS6aDBwn .form-group {
  margin-bottom: 1rem;
}
.cid-u8NS6aDBwn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u8NS6aDBwn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u8NS6aDBwn .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-u8NS6aDBwn .mbr-section-btn {
  margin: 0;
}
.cid-u8NS6aDBwn .mbr-section-btn .btn {
  margin: 0;
}
.cid-u8NS6aDBwn H5 {
  color: #106b05;
  text-align: left;
}
.cid-u8NS6aDBwn LABEL {
  color: #106b05;
}
.cid-u8NxP4kknu.popup-builder {
  background-color: #ffffff;
}
.cid-u8NxP4kknu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u8NxP4kknu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u8NxP4kknu .modal-content,
.cid-u8NxP4kknu .modal-dialog {
  height: auto;
}
.cid-u8NxP4kknu .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u8NxP4kknu .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u8NxP4kknu .form-wrapper .mbr-form .form-group,
  .cid-u8NxP4kknu .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u8NxP4kknu .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u8NxP4kknu .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-u8NxP4kknu .mbr-text {
  text-align: left;
  color: #917d08;
}
.cid-u8NxP4kknu .mbr-menu {
  text-align: center;
  color: #a0de99;
}
.cid-u8NxP4kknu .pt-0 {
  padding-top: 0 !important;
}
.cid-u8NxP4kknu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u8NxP4kknu .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u8NxP4kknu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u8NxP4kknu .modal-open {
  overflow: hidden;
}
.cid-u8NxP4kknu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u8NxP4kknu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u8NxP4kknu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u8NxP4kknu .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-u8NxP4kknu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u8NxP4kknu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u8NxP4kknu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u8NxP4kknu .modal-content {
  background: #fefced;
  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-u8NxP4kknu .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u8NxP4kknu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u8NxP4kknu .modal-backdrop.fade {
  opacity: 0;
}
.cid-u8NxP4kknu .modal-backdrop.show {
  opacity: .5;
}
.cid-u8NxP4kknu .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u8NxP4kknu .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8NxP4kknu .modal-header {
    padding: 1rem;
  }
}
.cid-u8NxP4kknu .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u8NxP4kknu .modal-header .close svg {
  fill: #fc3a06;
}
.cid-u8NxP4kknu .modal-header .close:hover {
  opacity: 1;
}
.cid-u8NxP4kknu .modal-header .close:focus {
  outline: none;
}
.cid-u8NxP4kknu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #106b05;
}
.cid-u8NxP4kknu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u8NxP4kknu .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8NxP4kknu .modal-body {
    padding: 1rem;
  }
}
.cid-u8NxP4kknu .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u8NxP4kknu .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8NxP4kknu .modal-footer {
    padding: 1rem;
  }
}
.cid-u8NxP4kknu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u8NxP4kknu .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u8NxP4kknu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u8NxP4kknu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u8NxP4kknu .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u8NxP4kknu .modal-lg,
  .cid-u8NxP4kknu .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u8NxP4kknu .modal-xl {
    max-width: 1140px;
  }
}
.cid-u8NxP4kknu .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u8NxP4kknu .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-u8NxP4kknu .form-group {
  margin-bottom: 1rem;
}
.cid-u8NxP4kknu .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u8NxP4kknu .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u8NxP4kknu .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-u8NxP4kknu .mbr-section-btn {
  margin: 0;
}
.cid-u8NxP4kknu .mbr-section-btn .btn {
  margin: 0;
}
.cid-u9CA21lalE.popup-builder {
  background-color: #ffffff;
}
.cid-u9CA21lalE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u9CA21lalE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u9CA21lalE .modal-content,
.cid-u9CA21lalE .modal-dialog {
  height: auto;
}
.cid-u9CA21lalE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u9CA21lalE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u9CA21lalE .form-wrapper .mbr-form .form-group,
  .cid-u9CA21lalE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u9CA21lalE .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u9CA21lalE .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-u9CA21lalE .mbr-text {
  text-align: left;
  color: #917d08;
}
.cid-u9CA21lalE .mbr-menu {
  text-align: center;
  color: #a0de99;
}
.cid-u9CA21lalE .pt-0 {
  padding-top: 0 !important;
}
.cid-u9CA21lalE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u9CA21lalE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u9CA21lalE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u9CA21lalE .modal-open {
  overflow: hidden;
}
.cid-u9CA21lalE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u9CA21lalE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u9CA21lalE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u9CA21lalE .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-u9CA21lalE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u9CA21lalE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u9CA21lalE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u9CA21lalE .modal-content {
  background: #fefced;
  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-u9CA21lalE .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u9CA21lalE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u9CA21lalE .modal-backdrop.fade {
  opacity: 0;
}
.cid-u9CA21lalE .modal-backdrop.show {
  opacity: .5;
}
.cid-u9CA21lalE .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u9CA21lalE .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9CA21lalE .modal-header {
    padding: 1rem;
  }
}
.cid-u9CA21lalE .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u9CA21lalE .modal-header .close svg {
  fill: #fc3a06;
}
.cid-u9CA21lalE .modal-header .close:hover {
  opacity: 1;
}
.cid-u9CA21lalE .modal-header .close:focus {
  outline: none;
}
.cid-u9CA21lalE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #106b05;
}
.cid-u9CA21lalE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u9CA21lalE .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9CA21lalE .modal-body {
    padding: 1rem;
  }
}
.cid-u9CA21lalE .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u9CA21lalE .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9CA21lalE .modal-footer {
    padding: 1rem;
  }
}
.cid-u9CA21lalE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u9CA21lalE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u9CA21lalE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u9CA21lalE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u9CA21lalE .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u9CA21lalE .modal-lg,
  .cid-u9CA21lalE .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u9CA21lalE .modal-xl {
    max-width: 1140px;
  }
}
.cid-u9CA21lalE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u9CA21lalE .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-u9CA21lalE .form-group {
  margin-bottom: 1rem;
}
.cid-u9CA21lalE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u9CA21lalE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u9CA21lalE .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-u9CA21lalE .mbr-section-btn {
  margin: 0;
}
.cid-u9CA21lalE .mbr-section-btn .btn {
  margin: 0;
}
.cid-u9ZB0vvlMG.popup-builder {
  background-color: #ffffff;
}
.cid-u9ZB0vvlMG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u9ZB0vvlMG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u9ZB0vvlMG .modal-content,
.cid-u9ZB0vvlMG .modal-dialog {
  height: auto;
}
.cid-u9ZB0vvlMG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u9ZB0vvlMG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u9ZB0vvlMG .form-wrapper .mbr-form .form-group,
  .cid-u9ZB0vvlMG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u9ZB0vvlMG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u9ZB0vvlMG .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-u9ZB0vvlMG .mbr-text {
  text-align: left;
  color: #917d08;
}
.cid-u9ZB0vvlMG .mbr-menu {
  text-align: center;
  color: #a0de99;
}
.cid-u9ZB0vvlMG .pt-0 {
  padding-top: 0 !important;
}
.cid-u9ZB0vvlMG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u9ZB0vvlMG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u9ZB0vvlMG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u9ZB0vvlMG .modal-open {
  overflow: hidden;
}
.cid-u9ZB0vvlMG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u9ZB0vvlMG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u9ZB0vvlMG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u9ZB0vvlMG .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-u9ZB0vvlMG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u9ZB0vvlMG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u9ZB0vvlMG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u9ZB0vvlMG .modal-content {
  background: #fefced;
  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-u9ZB0vvlMG .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u9ZB0vvlMG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u9ZB0vvlMG .modal-backdrop.fade {
  opacity: 0;
}
.cid-u9ZB0vvlMG .modal-backdrop.show {
  opacity: .5;
}
.cid-u9ZB0vvlMG .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u9ZB0vvlMG .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZB0vvlMG .modal-header {
    padding: 1rem;
  }
}
.cid-u9ZB0vvlMG .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u9ZB0vvlMG .modal-header .close svg {
  fill: #fc3a06;
}
.cid-u9ZB0vvlMG .modal-header .close:hover {
  opacity: 1;
}
.cid-u9ZB0vvlMG .modal-header .close:focus {
  outline: none;
}
.cid-u9ZB0vvlMG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #106b05;
}
.cid-u9ZB0vvlMG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u9ZB0vvlMG .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZB0vvlMG .modal-body {
    padding: 1rem;
  }
}
.cid-u9ZB0vvlMG .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u9ZB0vvlMG .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZB0vvlMG .modal-footer {
    padding: 1rem;
  }
}
.cid-u9ZB0vvlMG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u9ZB0vvlMG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u9ZB0vvlMG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u9ZB0vvlMG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u9ZB0vvlMG .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u9ZB0vvlMG .modal-lg,
  .cid-u9ZB0vvlMG .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u9ZB0vvlMG .modal-xl {
    max-width: 1140px;
  }
}
.cid-u9ZB0vvlMG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u9ZB0vvlMG .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-u9ZB0vvlMG .form-group {
  margin-bottom: 1rem;
}
.cid-u9ZB0vvlMG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u9ZB0vvlMG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u9ZB0vvlMG .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-u9ZB0vvlMG .mbr-section-btn {
  margin: 0;
}
.cid-u9ZB0vvlMG .mbr-section-btn .btn {
  margin: 0;
}
.cid-u9ZGEWTAro.popup-builder {
  background-color: #ffffff;
}
.cid-u9ZGEWTAro.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u9ZGEWTAro.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u9ZGEWTAro .modal-content,
.cid-u9ZGEWTAro .modal-dialog {
  height: auto;
}
.cid-u9ZGEWTAro .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u9ZGEWTAro .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u9ZGEWTAro .form-wrapper .mbr-form .form-group,
  .cid-u9ZGEWTAro .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u9ZGEWTAro .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u9ZGEWTAro .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-u9ZGEWTAro .mbr-text {
  text-align: left;
  color: #917d08;
}
.cid-u9ZGEWTAro .mbr-menu {
  text-align: center;
  color: #a0de99;
}
.cid-u9ZGEWTAro .pt-0 {
  padding-top: 0 !important;
}
.cid-u9ZGEWTAro .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u9ZGEWTAro .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u9ZGEWTAro .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u9ZGEWTAro .modal-open {
  overflow: hidden;
}
.cid-u9ZGEWTAro .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u9ZGEWTAro .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u9ZGEWTAro .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u9ZGEWTAro .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-u9ZGEWTAro .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u9ZGEWTAro .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u9ZGEWTAro .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u9ZGEWTAro .modal-content {
  background: #fefced;
  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-u9ZGEWTAro .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u9ZGEWTAro .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u9ZGEWTAro .modal-backdrop.fade {
  opacity: 0;
}
.cid-u9ZGEWTAro .modal-backdrop.show {
  opacity: .5;
}
.cid-u9ZGEWTAro .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u9ZGEWTAro .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZGEWTAro .modal-header {
    padding: 1rem;
  }
}
.cid-u9ZGEWTAro .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u9ZGEWTAro .modal-header .close svg {
  fill: #fc3a06;
}
.cid-u9ZGEWTAro .modal-header .close:hover {
  opacity: 1;
}
.cid-u9ZGEWTAro .modal-header .close:focus {
  outline: none;
}
.cid-u9ZGEWTAro .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #106b05;
}
.cid-u9ZGEWTAro .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u9ZGEWTAro .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZGEWTAro .modal-body {
    padding: 1rem;
  }
}
.cid-u9ZGEWTAro .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u9ZGEWTAro .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZGEWTAro .modal-footer {
    padding: 1rem;
  }
}
.cid-u9ZGEWTAro .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u9ZGEWTAro .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u9ZGEWTAro .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u9ZGEWTAro .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u9ZGEWTAro .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u9ZGEWTAro .modal-lg,
  .cid-u9ZGEWTAro .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u9ZGEWTAro .modal-xl {
    max-width: 1140px;
  }
}
.cid-u9ZGEWTAro .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u9ZGEWTAro .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-u9ZGEWTAro .form-group {
  margin-bottom: 1rem;
}
.cid-u9ZGEWTAro .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u9ZGEWTAro .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u9ZGEWTAro .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-u9ZGEWTAro .mbr-section-btn {
  margin: 0;
}
.cid-u9ZGEWTAro .mbr-section-btn .btn {
  margin: 0;
}
.cid-u9ZRAufOY0 .navbar-dropdown {
  background-color: #fff29d !important;
  padding: 0;
}
.cid-u9ZRAufOY0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fff29d !important;
  background: #fff29d;
}
.cid-u9ZRAufOY0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9ZRAufOY0 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9ZRAufOY0 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9ZRAufOY0 .menu_box .navbar.opened,
  .cid-u9ZRAufOY0 .menu_box .navbar-collapse {
    background-color: #fff29d !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9ZRAufOY0 .navbar-dropdown {
  position: relative !important;
}
.cid-u9ZRAufOY0 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9ZRAufOY0 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZRAufOY0 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9ZRAufOY0 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9ZRAufOY0 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9ZRAufOY0 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #917d08;
  }
  .cid-u9ZRAufOY0 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9ZRAufOY0 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9ZRAufOY0 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9ZRAufOY0 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9ZRAufOY0 .offcanvas-body .mbr-text,
  .cid-u9ZRAufOY0 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u9ZRAufOY0 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u9ZRAufOY0 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9ZRAufOY0 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d7915;
  }
  .cid-u9ZRAufOY0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9ZRAufOY0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9ZRAufOY0 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9ZRAufOY0 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9ZRAufOY0 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9ZRAufOY0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9ZRAufOY0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u9ZRAufOY0 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9ZRAufOY0 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9ZRAufOY0 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u9ZRAufOY0 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u9ZRAufOY0 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9ZRAufOY0 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9ZRAufOY0 .nav-item {
    margin: 0 !important;
  }
}
.cid-u9ZRAufOY0 .nav-item .nav-link:hover,
.cid-u9ZRAufOY0 .nav-item .nav-link:focus {
  color: #28c222 !important;
  transition: all 0.3s ease-out;
}
.cid-u9ZRAufOY0 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9ZRAufOY0 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9ZRAufOY0 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9ZRAufOY0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9ZRAufOY0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u9ZRAufOY0 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9ZRAufOY0 .offcanvas_box {
    display: none;
  }
}
.cid-u9ZRAufOY0 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9ZRAufOY0 .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9ZRAufOY0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9ZRAufOY0 .container {
  display: flex;
  margin: auto;
}
.cid-u9ZRAufOY0 .iconfont-wrapper {
  color: #917d08;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9ZRAufOY0 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9ZRAufOY0 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9ZRAufOY0 .navbar-caption {
  color: #2f2e30;
}
.cid-u9ZRAufOY0 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9ZRAufOY0 .navbar-nav {
    margin: 0;
  }
}
.cid-u9ZRAufOY0 .dropdown-menu,
.cid-u9ZRAufOY0 .navbar.opened {
  background-color: false !important;
}
.cid-u9ZRAufOY0 .nav-item:focus,
.cid-u9ZRAufOY0 .nav-link:focus {
  outline: none;
}
.cid-u9ZRAufOY0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9ZRAufOY0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9ZRAufOY0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9ZRAufOY0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9ZRAufOY0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9ZRAufOY0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9ZRAufOY0 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9ZRAufOY0 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9ZRAufOY0 .navbar.opened {
  transition: all 0.3s;
}
.cid-u9ZRAufOY0 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9ZRAufOY0 .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 16px !important;
}
.cid-u9ZRAufOY0 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u9ZRAufOY0 .navbar.collapsed {
  justify-content: center;
}
.cid-u9ZRAufOY0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9ZRAufOY0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9ZRAufOY0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9ZRAufOY0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9ZRAufOY0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9ZRAufOY0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9ZRAufOY0 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9ZRAufOY0 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9ZRAufOY0 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9ZRAufOY0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9ZRAufOY0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9ZRAufOY0 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9ZRAufOY0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9ZRAufOY0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9ZRAufOY0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9ZRAufOY0 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9ZRAufOY0 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9ZRAufOY0 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9ZRAufOY0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9ZRAufOY0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9ZRAufOY0 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9ZRAufOY0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9ZRAufOY0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9ZRAufOY0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9ZRAufOY0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9ZRAufOY0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u9ZRAufOY0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9ZRAufOY0 .dropdown-item.active,
.cid-u9ZRAufOY0 .dropdown-item:active {
  background-color: transparent;
}
.cid-u9ZRAufOY0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9ZRAufOY0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9ZRAufOY0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9ZRAufOY0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9ZRAufOY0 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9ZRAufOY0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9ZRAufOY0 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fff29d;
  background: #d8c553;
}
.cid-u9ZRAufOY0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d7915;
}
.cid-u9ZRAufOY0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9ZRAufOY0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9ZRAufOY0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9ZRAufOY0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9ZRAufOY0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9ZRAufOY0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9ZRAufOY0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9ZRAufOY0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9ZRAufOY0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9ZRAufOY0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9ZRAufOY0 .navbar {
    height: 70px;
  }
  .cid-u9ZRAufOY0 .navbar.opened {
    height: auto;
  }
  .cid-u9ZRAufOY0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9ZRAufOY0 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9ZRAufOY0 .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cid-u9ZRAufOY0 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
.cid-u9ZRAufOY0 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 185px;
}
.cid-u9ZRAufOY0 .navbar-caption:hover {
  color: #1d7915;
}
@media (min-width: 992px) {
  .cid-u9ZRAufOY0 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9ZRAufOY0 .text_widget {
  margin-bottom: 32px;
}
.cid-u9ZRAufOY0 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9ZRAufOY0 .text_widget a:hover,
.cid-u9ZRAufOY0 .text_widget a:focus {
  color: #28c222 !important;
}
.cid-u9ZRAufOY0 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9ZRAufOY0 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u9ZRAufOY0 .mbr-section-subtitle,
.cid-u9ZRAufOY0 .text_widget,
.cid-u9ZRAufOY0 .mbr-section-btn {
  text-align: center;
}
.cid-u9ZRAufOY0 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9ZRAuGLM1 {
  overflow: hidden;
  background-image: url("../../../assets/images/child-hugging-bible-1-1200x628.jpg");
}
.cid-u9ZRAuGLM1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ZRAuGLM1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ZRAuGLM1 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u9ZRAuGLM1 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u9ZRAuGLM1 .container {
    padding: 0 24px;
  }
}
.cid-u9ZRAuGLM1 .row {
  position: relative;
}
.cid-u9ZRAuGLM1 .row .card {
  justify-content: center;
}
.cid-u9ZRAuGLM1 .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #d8c553;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-u9ZRAuGLM1 .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-u9ZRAuGLM1 .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-u9ZRAuGLM1 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-u9ZRAuGLM1 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u9ZRAuGLM1 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u9ZRAuGLM1 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u9ZRAuGLM1 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9ZRAuGLM1 .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u9ZRAuGLM1 .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u9ZRAuGLM1 .image-wrapper {
  position: relative;
}
.cid-u9ZRAuGLM1 .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u9ZRAuGLM1 .image-wrapper img {
    height: 350px;
  }
}
.cid-u9ZRAuGLM1 .mbr-section-title {
  color: #F5DF4D;
}
.cid-u9ZRAuGLM1 .mbr-text {
  color: #FF3399;
}
.cid-u9ZRAuGLM1 .mbr-text,
.cid-u9ZRAuGLM1 .mbr-section-btn {
  color: #fff29d;
}
.cid-u9ZRAuZ6qo {
  padding-top: 105px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #106b05, #5d5004);
}
.cid-u9ZRAuZ6qo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ZRAuZ6qo .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u9ZRAuZ6qo .container-fluid {
    padding: 0 0px;
  }
}
@media (max-width: 992px) {
  .cid-u9ZRAuZ6qo .container {
    padding: 3px 16px;
  }
}
.cid-u9ZRAuZ6qo li {
  line-height: 1.8;
}
.cid-u9ZRAuZ6qo li:hover {
  cursor: pointer;
}
.cid-u9ZRAuZ6qo .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9ZRAuZ6qo .card {
    margin-bottom: 40px;
  }
}
.cid-u9ZRAuZ6qo .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u9ZRAuZ6qo .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
    margin-left: 20px;
  }
}
.cid-u9ZRAuZ6qo .card .content-wrapper .title-wrapper .title-wrap img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin-right: 1rem;
  margin-left: 20px;
  border-radius: 0 !important;
}
.cid-u9ZRAuZ6qo .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9ZRAuZ6qo .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u9ZRAuZ6qo .card .content-wrapper .copyright {
    margin-bottom: 40px;
    margin-left: 20px;
  }
}
.cid-u9ZRAuZ6qo .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u9ZRAuZ6qo .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  margin-left: 20px;
  color: #232323;
}
.cid-u9ZRAuZ6qo .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
  margin-left: 20px;
}
.cid-u9ZRAuZ6qo .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u9ZRAuZ6qo .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-u9ZRAuZ6qo .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-u9ZRAuZ6qo .mbr-section-title {
  color: #ffffff;
}
.cid-u9ZRAuZ6qo .copyright {
  color: #fff29d;
}
.cid-u9ZRAuZ6qo .mbr-card-title {
  color: #ffed72;
}
.cid-u9ZRAuZ6qo .list {
  color: #fff29d;
}
.cid-u9ZRAuZ6qo .mbr-section-title,
.cid-u9ZRAuZ6qo .title-wrapper,
.cid-u9ZRAuZ6qo .social-wrapper {
  color: #ffed72;
}
.cid-u9ZRAvrIKH.popup-builder {
  background-color: #ffffff;
}
.cid-u9ZRAvrIKH.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u9ZRAvrIKH.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u9ZRAvrIKH .modal-content,
.cid-u9ZRAvrIKH .modal-dialog {
  height: auto;
}
.cid-u9ZRAvrIKH .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u9ZRAvrIKH .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u9ZRAvrIKH .form-wrapper .mbr-form .form-group,
  .cid-u9ZRAvrIKH .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u9ZRAvrIKH .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u9ZRAvrIKH .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-u9ZRAvrIKH .mbr-text {
  text-align: left;
  color: #917d08;
}
.cid-u9ZRAvrIKH .mbr-menu {
  text-align: center;
  color: #a0de99;
}
.cid-u9ZRAvrIKH .pt-0 {
  padding-top: 0 !important;
}
.cid-u9ZRAvrIKH .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u9ZRAvrIKH .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u9ZRAvrIKH .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u9ZRAvrIKH .modal-open {
  overflow: hidden;
}
.cid-u9ZRAvrIKH .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u9ZRAvrIKH .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u9ZRAvrIKH .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u9ZRAvrIKH .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-u9ZRAvrIKH .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u9ZRAvrIKH .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u9ZRAvrIKH .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u9ZRAvrIKH .modal-content {
  background: #fefced;
  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-u9ZRAvrIKH .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u9ZRAvrIKH .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u9ZRAvrIKH .modal-backdrop.fade {
  opacity: 0;
}
.cid-u9ZRAvrIKH .modal-backdrop.show {
  opacity: .5;
}
.cid-u9ZRAvrIKH .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u9ZRAvrIKH .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZRAvrIKH .modal-header {
    padding: 1rem;
  }
}
.cid-u9ZRAvrIKH .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u9ZRAvrIKH .modal-header .close svg {
  fill: #fc3a06;
}
.cid-u9ZRAvrIKH .modal-header .close:hover {
  opacity: 1;
}
.cid-u9ZRAvrIKH .modal-header .close:focus {
  outline: none;
}
.cid-u9ZRAvrIKH .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #106b05;
}
.cid-u9ZRAvrIKH .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u9ZRAvrIKH .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZRAvrIKH .modal-body {
    padding: 1rem;
  }
}
.cid-u9ZRAvrIKH .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u9ZRAvrIKH .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZRAvrIKH .modal-footer {
    padding: 1rem;
  }
}
.cid-u9ZRAvrIKH .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u9ZRAvrIKH .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u9ZRAvrIKH .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u9ZRAvrIKH .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u9ZRAvrIKH .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u9ZRAvrIKH .modal-lg,
  .cid-u9ZRAvrIKH .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u9ZRAvrIKH .modal-xl {
    max-width: 1140px;
  }
}
.cid-u9ZRAvrIKH .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u9ZRAvrIKH .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-u9ZRAvrIKH .form-group {
  margin-bottom: 1rem;
}
.cid-u9ZRAvrIKH .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u9ZRAvrIKH .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u9ZRAvrIKH .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-u9ZRAvrIKH .mbr-section-btn {
  margin: 0;
}
.cid-u9ZRAvrIKH .mbr-section-btn .btn {
  margin: 0;
}
.cid-u9ZRAvUwSs.popup-builder {
  background-color: #ffffff;
}
.cid-u9ZRAvUwSs.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u9ZRAvUwSs.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u9ZRAvUwSs .modal-content,
.cid-u9ZRAvUwSs .modal-dialog {
  height: auto;
}
.cid-u9ZRAvUwSs .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u9ZRAvUwSs .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u9ZRAvUwSs .form-wrapper .mbr-form .form-group,
  .cid-u9ZRAvUwSs .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u9ZRAvUwSs .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u9ZRAvUwSs .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-u9ZRAvUwSs .mbr-text {
  text-align: left;
  color: #106b05;
}
.cid-u9ZRAvUwSs .pt-0 {
  padding-top: 0 !important;
}
.cid-u9ZRAvUwSs .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u9ZRAvUwSs .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u9ZRAvUwSs .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u9ZRAvUwSs .modal-open {
  overflow: hidden;
}
.cid-u9ZRAvUwSs .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u9ZRAvUwSs .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u9ZRAvUwSs .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u9ZRAvUwSs .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-u9ZRAvUwSs .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u9ZRAvUwSs .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u9ZRAvUwSs .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u9ZRAvUwSs .modal-content {
  background: #106b05;
  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-u9ZRAvUwSs .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u9ZRAvUwSs .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u9ZRAvUwSs .modal-backdrop.fade {
  opacity: 0;
}
.cid-u9ZRAvUwSs .modal-backdrop.show {
  opacity: .5;
}
.cid-u9ZRAvUwSs .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u9ZRAvUwSs .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZRAvUwSs .modal-header {
    padding: 1rem;
  }
}
.cid-u9ZRAvUwSs .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u9ZRAvUwSs .modal-header .close svg {
  fill: #fc3a06;
}
.cid-u9ZRAvUwSs .modal-header .close:hover {
  opacity: 1;
}
.cid-u9ZRAvUwSs .modal-header .close:focus {
  outline: none;
}
.cid-u9ZRAvUwSs .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #fff29d;
}
.cid-u9ZRAvUwSs .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u9ZRAvUwSs .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZRAvUwSs .modal-body {
    padding: 1rem;
  }
}
.cid-u9ZRAvUwSs .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u9ZRAvUwSs .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZRAvUwSs .modal-footer {
    padding: 1rem;
  }
}
.cid-u9ZRAvUwSs .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u9ZRAvUwSs .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u9ZRAvUwSs .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u9ZRAvUwSs .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u9ZRAvUwSs .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u9ZRAvUwSs .modal-lg,
  .cid-u9ZRAvUwSs .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u9ZRAvUwSs .modal-xl {
    max-width: 1140px;
  }
}
.cid-u9ZRAvUwSs .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u9ZRAvUwSs .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-u9ZRAvUwSs .form-group {
  margin-bottom: 1rem;
}
.cid-u9ZRAvUwSs .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u9ZRAvUwSs .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u9ZRAvUwSs .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-u9ZRAvUwSs .mbr-section-btn {
  margin: 0;
}
.cid-u9ZRAvUwSs .mbr-section-btn .btn {
  margin: 0;
}
.cid-u9ZRAvUwSs H5 {
  color: #106b05;
  text-align: left;
}
.cid-u9ZRAvUwSs LABEL {
  color: #106b05;
}
.cid-u9ZRAwZMXH.popup-builder {
  background-color: #ffffff;
}
.cid-u9ZRAwZMXH.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u9ZRAwZMXH.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u9ZRAwZMXH .modal-content,
.cid-u9ZRAwZMXH .modal-dialog {
  height: auto;
}
.cid-u9ZRAwZMXH .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u9ZRAwZMXH .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u9ZRAwZMXH .form-wrapper .mbr-form .form-group,
  .cid-u9ZRAwZMXH .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u9ZRAwZMXH .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u9ZRAwZMXH .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-u9ZRAwZMXH .mbr-text {
  text-align: left;
  color: #917d08;
}
.cid-u9ZRAwZMXH .mbr-menu {
  text-align: center;
  color: #a0de99;
}
.cid-u9ZRAwZMXH .pt-0 {
  padding-top: 0 !important;
}
.cid-u9ZRAwZMXH .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u9ZRAwZMXH .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u9ZRAwZMXH .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u9ZRAwZMXH .modal-open {
  overflow: hidden;
}
.cid-u9ZRAwZMXH .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u9ZRAwZMXH .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u9ZRAwZMXH .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u9ZRAwZMXH .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-u9ZRAwZMXH .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u9ZRAwZMXH .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u9ZRAwZMXH .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u9ZRAwZMXH .modal-content {
  background: #fefced;
  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-u9ZRAwZMXH .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u9ZRAwZMXH .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u9ZRAwZMXH .modal-backdrop.fade {
  opacity: 0;
}
.cid-u9ZRAwZMXH .modal-backdrop.show {
  opacity: .5;
}
.cid-u9ZRAwZMXH .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u9ZRAwZMXH .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZRAwZMXH .modal-header {
    padding: 1rem;
  }
}
.cid-u9ZRAwZMXH .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u9ZRAwZMXH .modal-header .close svg {
  fill: #fc3a06;
}
.cid-u9ZRAwZMXH .modal-header .close:hover {
  opacity: 1;
}
.cid-u9ZRAwZMXH .modal-header .close:focus {
  outline: none;
}
.cid-u9ZRAwZMXH .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #106b05;
}
.cid-u9ZRAwZMXH .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u9ZRAwZMXH .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZRAwZMXH .modal-body {
    padding: 1rem;
  }
}
.cid-u9ZRAwZMXH .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u9ZRAwZMXH .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZRAwZMXH .modal-footer {
    padding: 1rem;
  }
}
.cid-u9ZRAwZMXH .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u9ZRAwZMXH .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u9ZRAwZMXH .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u9ZRAwZMXH .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u9ZRAwZMXH .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u9ZRAwZMXH .modal-lg,
  .cid-u9ZRAwZMXH .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u9ZRAwZMXH .modal-xl {
    max-width: 1140px;
  }
}
.cid-u9ZRAwZMXH .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u9ZRAwZMXH .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-u9ZRAwZMXH .form-group {
  margin-bottom: 1rem;
}
.cid-u9ZRAwZMXH .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u9ZRAwZMXH .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u9ZRAwZMXH .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-u9ZRAwZMXH .mbr-section-btn {
  margin: 0;
}
.cid-u9ZRAwZMXH .mbr-section-btn .btn {
  margin: 0;
}
.cid-u9ZRAxyBL6.popup-builder {
  background-color: #ffffff;
}
.cid-u9ZRAxyBL6.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u9ZRAxyBL6.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u9ZRAxyBL6 .modal-content,
.cid-u9ZRAxyBL6 .modal-dialog {
  height: auto;
}
.cid-u9ZRAxyBL6 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u9ZRAxyBL6 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u9ZRAxyBL6 .form-wrapper .mbr-form .form-group,
  .cid-u9ZRAxyBL6 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u9ZRAxyBL6 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u9ZRAxyBL6 .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-u9ZRAxyBL6 .mbr-text {
  text-align: left;
  color: #917d08;
}
.cid-u9ZRAxyBL6 .mbr-menu {
  text-align: center;
  color: #a0de99;
}
.cid-u9ZRAxyBL6 .pt-0 {
  padding-top: 0 !important;
}
.cid-u9ZRAxyBL6 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u9ZRAxyBL6 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u9ZRAxyBL6 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u9ZRAxyBL6 .modal-open {
  overflow: hidden;
}
.cid-u9ZRAxyBL6 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u9ZRAxyBL6 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u9ZRAxyBL6 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u9ZRAxyBL6 .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-u9ZRAxyBL6 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u9ZRAxyBL6 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u9ZRAxyBL6 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u9ZRAxyBL6 .modal-content {
  background: #fefced;
  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-u9ZRAxyBL6 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u9ZRAxyBL6 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u9ZRAxyBL6 .modal-backdrop.fade {
  opacity: 0;
}
.cid-u9ZRAxyBL6 .modal-backdrop.show {
  opacity: .5;
}
.cid-u9ZRAxyBL6 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u9ZRAxyBL6 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZRAxyBL6 .modal-header {
    padding: 1rem;
  }
}
.cid-u9ZRAxyBL6 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u9ZRAxyBL6 .modal-header .close svg {
  fill: #fc3a06;
}
.cid-u9ZRAxyBL6 .modal-header .close:hover {
  opacity: 1;
}
.cid-u9ZRAxyBL6 .modal-header .close:focus {
  outline: none;
}
.cid-u9ZRAxyBL6 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #106b05;
}
.cid-u9ZRAxyBL6 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u9ZRAxyBL6 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZRAxyBL6 .modal-body {
    padding: 1rem;
  }
}
.cid-u9ZRAxyBL6 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u9ZRAxyBL6 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZRAxyBL6 .modal-footer {
    padding: 1rem;
  }
}
.cid-u9ZRAxyBL6 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u9ZRAxyBL6 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u9ZRAxyBL6 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u9ZRAxyBL6 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u9ZRAxyBL6 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u9ZRAxyBL6 .modal-lg,
  .cid-u9ZRAxyBL6 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u9ZRAxyBL6 .modal-xl {
    max-width: 1140px;
  }
}
.cid-u9ZRAxyBL6 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u9ZRAxyBL6 .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-u9ZRAxyBL6 .form-group {
  margin-bottom: 1rem;
}
.cid-u9ZRAxyBL6 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u9ZRAxyBL6 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u9ZRAxyBL6 .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-u9ZRAxyBL6 .mbr-section-btn {
  margin: 0;
}
.cid-u9ZRAxyBL6 .mbr-section-btn .btn {
  margin: 0;
}
.cid-u9ZRAy3A6l.popup-builder {
  background-color: #ffffff;
}
.cid-u9ZRAy3A6l.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u9ZRAy3A6l.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u9ZRAy3A6l .modal-content,
.cid-u9ZRAy3A6l .modal-dialog {
  height: auto;
}
.cid-u9ZRAy3A6l .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u9ZRAy3A6l .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u9ZRAy3A6l .form-wrapper .mbr-form .form-group,
  .cid-u9ZRAy3A6l .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u9ZRAy3A6l .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u9ZRAy3A6l .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-u9ZRAy3A6l .mbr-text {
  text-align: left;
  color: #917d08;
}
.cid-u9ZRAy3A6l .mbr-menu {
  text-align: center;
  color: #a0de99;
}
.cid-u9ZRAy3A6l .pt-0 {
  padding-top: 0 !important;
}
.cid-u9ZRAy3A6l .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u9ZRAy3A6l .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u9ZRAy3A6l .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u9ZRAy3A6l .modal-open {
  overflow: hidden;
}
.cid-u9ZRAy3A6l .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u9ZRAy3A6l .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u9ZRAy3A6l .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u9ZRAy3A6l .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-u9ZRAy3A6l .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u9ZRAy3A6l .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u9ZRAy3A6l .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u9ZRAy3A6l .modal-content {
  background: #fefced;
  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-u9ZRAy3A6l .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u9ZRAy3A6l .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u9ZRAy3A6l .modal-backdrop.fade {
  opacity: 0;
}
.cid-u9ZRAy3A6l .modal-backdrop.show {
  opacity: .5;
}
.cid-u9ZRAy3A6l .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u9ZRAy3A6l .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZRAy3A6l .modal-header {
    padding: 1rem;
  }
}
.cid-u9ZRAy3A6l .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u9ZRAy3A6l .modal-header .close svg {
  fill: #fc3a06;
}
.cid-u9ZRAy3A6l .modal-header .close:hover {
  opacity: 1;
}
.cid-u9ZRAy3A6l .modal-header .close:focus {
  outline: none;
}
.cid-u9ZRAy3A6l .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #106b05;
}
.cid-u9ZRAy3A6l .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u9ZRAy3A6l .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZRAy3A6l .modal-body {
    padding: 1rem;
  }
}
.cid-u9ZRAy3A6l .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u9ZRAy3A6l .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZRAy3A6l .modal-footer {
    padding: 1rem;
  }
}
.cid-u9ZRAy3A6l .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u9ZRAy3A6l .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u9ZRAy3A6l .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u9ZRAy3A6l .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u9ZRAy3A6l .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u9ZRAy3A6l .modal-lg,
  .cid-u9ZRAy3A6l .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u9ZRAy3A6l .modal-xl {
    max-width: 1140px;
  }
}
.cid-u9ZRAy3A6l .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u9ZRAy3A6l .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-u9ZRAy3A6l .form-group {
  margin-bottom: 1rem;
}
.cid-u9ZRAy3A6l .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u9ZRAy3A6l .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u9ZRAy3A6l .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-u9ZRAy3A6l .mbr-section-btn {
  margin: 0;
}
.cid-u9ZRAy3A6l .mbr-section-btn .btn {
  margin: 0;
}
.cid-u749dncaND .navbar-dropdown {
  background-color: #fff29d !important;
  padding: 0;
}
.cid-u749dncaND .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fff29d !important;
  background: #fff29d;
}
.cid-u749dncaND .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u749dncaND .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u749dncaND .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u749dncaND .menu_box .navbar.opened,
  .cid-u749dncaND .menu_box .navbar-collapse {
    background-color: #fff29d !important;
    transition: all 0s ease 0s;
  }
}
.cid-u749dncaND .navbar-dropdown {
  position: relative !important;
}
.cid-u749dncaND .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u749dncaND .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u749dncaND .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u749dncaND .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u749dncaND .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u749dncaND .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #917d08;
  }
  .cid-u749dncaND .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u749dncaND .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u749dncaND .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u749dncaND .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u749dncaND .offcanvas-body .mbr-text,
  .cid-u749dncaND .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u749dncaND .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u749dncaND .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u749dncaND .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1d7915;
  }
  .cid-u749dncaND .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u749dncaND .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u749dncaND .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u749dncaND .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u749dncaND ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u749dncaND .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u749dncaND .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u749dncaND .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u749dncaND li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u749dncaND .lg_brand {
    margin: 0 1rem;
  }
  .cid-u749dncaND .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u749dncaND .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u749dncaND .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u749dncaND .nav-item {
    margin: 0 !important;
  }
}
.cid-u749dncaND .nav-item .nav-link:hover,
.cid-u749dncaND .nav-item .nav-link:focus {
  color: #28c222 !important;
  transition: all 0.3s ease-out;
}
.cid-u749dncaND .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u749dncaND .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u749dncaND .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u749dncaND .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u749dncaND .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u749dncaND .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u749dncaND .offcanvas_box {
    display: none;
  }
}
.cid-u749dncaND .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u749dncaND .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u749dncaND .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u749dncaND .container {
  display: flex;
  margin: auto;
}
.cid-u749dncaND .iconfont-wrapper {
  color: #917d08;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u749dncaND .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u749dncaND .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u749dncaND .navbar-caption {
  color: #2f2e30;
}
.cid-u749dncaND .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u749dncaND .navbar-nav {
    margin: 0;
  }
}
.cid-u749dncaND .dropdown-menu,
.cid-u749dncaND .navbar.opened {
  background-color: false !important;
}
.cid-u749dncaND .nav-item:focus,
.cid-u749dncaND .nav-link:focus {
  outline: none;
}
.cid-u749dncaND .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u749dncaND .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u749dncaND .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u749dncaND .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u749dncaND .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u749dncaND .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u749dncaND .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u749dncaND .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u749dncaND .navbar.opened {
  transition: all 0.3s;
}
.cid-u749dncaND .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u749dncaND .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 16px !important;
}
.cid-u749dncaND .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u749dncaND .navbar.collapsed {
  justify-content: center;
}
.cid-u749dncaND .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u749dncaND .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u749dncaND .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u749dncaND .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u749dncaND .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u749dncaND .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u749dncaND .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u749dncaND .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u749dncaND .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u749dncaND .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u749dncaND .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u749dncaND .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u749dncaND .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u749dncaND .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u749dncaND .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u749dncaND .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u749dncaND .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u749dncaND .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u749dncaND .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u749dncaND .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u749dncaND .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u749dncaND .navbar.navbar-short {
  min-height: 60px;
}
.cid-u749dncaND .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u749dncaND .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u749dncaND .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u749dncaND .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u749dncaND .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u749dncaND .dropdown-item.active,
.cid-u749dncaND .dropdown-item:active {
  background-color: transparent;
}
.cid-u749dncaND .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u749dncaND .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u749dncaND .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u749dncaND .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u749dncaND ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u749dncaND .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u749dncaND button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fff29d;
  background: #d8c553;
}
.cid-u749dncaND button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1d7915;
}
.cid-u749dncaND button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u749dncaND button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u749dncaND button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u749dncaND button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u749dncaND nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u749dncaND nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u749dncaND nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u749dncaND nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u749dncaND a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u749dncaND .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u749dncaND .navbar {
    height: 70px;
  }
  .cid-u749dncaND .navbar.opened {
    height: auto;
  }
  .cid-u749dncaND .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u749dncaND .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u749dncaND .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cid-u749dncaND .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
.cid-u749dncaND .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 185px;
}
.cid-u749dncaND .navbar-caption:hover {
  color: #1d7915;
}
@media (min-width: 992px) {
  .cid-u749dncaND .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u749dncaND .text_widget {
  margin-bottom: 32px;
}
.cid-u749dncaND .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u749dncaND .text_widget a:hover,
.cid-u749dncaND .text_widget a:focus {
  color: #28c222 !important;
}
.cid-u749dncaND .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u749dncaND .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u749dncaND .mbr-section-subtitle,
.cid-u749dncaND .text_widget,
.cid-u749dncaND .mbr-section-btn {
  text-align: center;
}
.cid-u749dncaND a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uaqyULWjqo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #106b05;
}
.cid-uaqyULWjqo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaqyULWjqo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaqyULWjqo .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uaqyULWjqo .container {
    padding: 10px 8px;
  }
}
.cid-uaqyULWjqo .row {
  margin: 0;
}
.cid-uaqyULWjqo .row .card {
  padding: 0;
}
.cid-uaqyULWjqo .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-color: #fefced;
  border-radius: 25px;
  margin-right: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uaqyULWjqo .content-wrapper {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 768px) {
  .cid-uaqyULWjqo .content-wrapper {
    padding: 50px 10px;
  }
}
.cid-uaqyULWjqo .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uaqyULWjqo .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uaqyULWjqo .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uaqyULWjqo .content-wrapper .content-wrap .mbr-section-title span {
  opacity: .5;
}
.cid-uaqyULWjqo .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uaqyULWjqo .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uaqyULWjqo .content-wrapper .content-wrap .mbr-text span {
  opacity: .5;
}
.cid-uaqyULWjqo .content-wrapper .content-wrap .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uaqyULWjqo .content-wrapper .content-wrap .person-wrapper .person-wrap img {
  width: 120px;
  height: 120px;
  border-radius: 100% !important;
  margin-right: 25px;
  object-fit: cover;
}
.cid-uaqyULWjqo .content-wrapper .content-wrap .person-wrapper .person-wrap .name-wrap .mbr-name {
  margin-bottom: 5px;
}
.cid-uaqyULWjqo .content-wrapper .content-wrap .person-wrapper .person-wrap .name-wrap .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uaqyULWjqo .form-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 40px;
  background-image: linear-gradient(0.375turn, #3283fb 0%, #5b73cd 98%);
  border-radius: 25px;
  margin-left: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uaqyULWjqo .form-wrapper {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-uaqyULWjqo .form-wrapper {
    padding: 50px 10px;
  }
}
.cid-uaqyULWjqo .form-wrapper .form-wrap {
  padding: 20px 15px;
  border-radius: 25px;
  border: 1px solid #73abff;
  position: relative;
  overflow: hidden;
  width: 65%;
}
@media (max-width: 768px) {
  .cid-uaqyULWjqo .form-wrapper .form-wrap {
    width: 100%;
  }
}
.cid-uaqyULWjqo .form-wrapper .form-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background-color: #73abff;
  pointer-events: none;
}
.cid-uaqyULWjqo .form-wrapper .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-uaqyULWjqo .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uaqyULWjqo .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  border: 1px solid #106b05 !important;
  box-shadow: none;
  background: #73abff;
  border-radius: 17px !important;
  padding: 20px 25px;
  color: #d8c553;
}
@media (max-width: 768px) {
  .cid-uaqyULWjqo .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
    padding: 20px 15px;
  }
}
.cid-uaqyULWjqo .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #106b05;
}
.cid-uaqyULWjqo .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uaqyULWjqo .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #73abff;
  border-color: #73abff;
}
.cid-uaqyULWjqo .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-label {
  color: #d8c553;
}
.cid-uaqyULWjqo .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uaqyULWjqo .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uaqyULWjqo .mbr-section-title {
  color: #222222;
}
.cid-uaqyULWjqo .mbr-text {
  color: #33ea04;
  text-align: center;
}
.cid-uaqyULWjqo .mbr-name {
  color: #222222;
}
.cid-uaqyULWjqo .mbr-role {
  color: #222222;
}
.cid-uaqyULWjqo label {
  color: #ffffff;
}
.cid-uaqyULWjqo .mbr-section-title,
.cid-uaqyULWjqo .person-wrapper {
  text-align: center;
  color: #106b05;
}
.cid-u749doSrkT {
  padding-top: 105px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #106b05, #5d5004);
}
.cid-u749doSrkT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u749doSrkT .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u749doSrkT .container-fluid {
    padding: 0 0px;
  }
}
@media (max-width: 992px) {
  .cid-u749doSrkT .container {
    padding: 3px 16px;
  }
}
.cid-u749doSrkT li {
  line-height: 1.8;
}
.cid-u749doSrkT li:hover {
  cursor: pointer;
}
.cid-u749doSrkT .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u749doSrkT .card {
    margin-bottom: 40px;
  }
}
.cid-u749doSrkT .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u749doSrkT .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
    margin-left: 20px;
  }
}
.cid-u749doSrkT .card .content-wrapper .title-wrapper .title-wrap img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin-right: 1rem;
  margin-left: 20px;
  border-radius: 0 !important;
}
.cid-u749doSrkT .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u749doSrkT .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u749doSrkT .card .content-wrapper .copyright {
    margin-bottom: 40px;
    margin-left: 20px;
  }
}
.cid-u749doSrkT .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u749doSrkT .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  margin-left: 20px;
  color: #232323;
}
.cid-u749doSrkT .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
  margin-left: 20px;
}
.cid-u749doSrkT .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u749doSrkT .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-u749doSrkT .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-u749doSrkT .mbr-section-title {
  color: #ffffff;
}
.cid-u749doSrkT .copyright {
  color: #fff29d;
}
.cid-u749doSrkT .mbr-card-title {
  color: #ffed72;
}
.cid-u749doSrkT .list {
  color: #fff29d;
}
.cid-u749doSrkT .mbr-section-title,
.cid-u749doSrkT .title-wrapper,
.cid-u749doSrkT .social-wrapper {
  color: #ffed72;
}
.cid-u9ZOpJJOR6.popup-builder {
  background-color: #ffffff;
}
.cid-u9ZOpJJOR6.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u9ZOpJJOR6.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u9ZOpJJOR6 .modal-content,
.cid-u9ZOpJJOR6 .modal-dialog {
  height: auto;
}
.cid-u9ZOpJJOR6 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u9ZOpJJOR6 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u9ZOpJJOR6 .form-wrapper .mbr-form .form-group,
  .cid-u9ZOpJJOR6 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u9ZOpJJOR6 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u9ZOpJJOR6 .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-u9ZOpJJOR6 .mbr-text {
  text-align: left;
  color: #106b05;
}
.cid-u9ZOpJJOR6 .pt-0 {
  padding-top: 0 !important;
}
.cid-u9ZOpJJOR6 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u9ZOpJJOR6 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u9ZOpJJOR6 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u9ZOpJJOR6 .modal-open {
  overflow: hidden;
}
.cid-u9ZOpJJOR6 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u9ZOpJJOR6 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u9ZOpJJOR6 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u9ZOpJJOR6 .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-u9ZOpJJOR6 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u9ZOpJJOR6 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u9ZOpJJOR6 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u9ZOpJJOR6 .modal-content {
  background: #106b05;
  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-u9ZOpJJOR6 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u9ZOpJJOR6 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u9ZOpJJOR6 .modal-backdrop.fade {
  opacity: 0;
}
.cid-u9ZOpJJOR6 .modal-backdrop.show {
  opacity: .5;
}
.cid-u9ZOpJJOR6 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u9ZOpJJOR6 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZOpJJOR6 .modal-header {
    padding: 1rem;
  }
}
.cid-u9ZOpJJOR6 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u9ZOpJJOR6 .modal-header .close svg {
  fill: #fc3a06;
}
.cid-u9ZOpJJOR6 .modal-header .close:hover {
  opacity: 1;
}
.cid-u9ZOpJJOR6 .modal-header .close:focus {
  outline: none;
}
.cid-u9ZOpJJOR6 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #fff29d;
}
.cid-u9ZOpJJOR6 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u9ZOpJJOR6 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZOpJJOR6 .modal-body {
    padding: 1rem;
  }
}
.cid-u9ZOpJJOR6 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u9ZOpJJOR6 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ZOpJJOR6 .modal-footer {
    padding: 1rem;
  }
}
.cid-u9ZOpJJOR6 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u9ZOpJJOR6 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u9ZOpJJOR6 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u9ZOpJJOR6 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u9ZOpJJOR6 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u9ZOpJJOR6 .modal-lg,
  .cid-u9ZOpJJOR6 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u9ZOpJJOR6 .modal-xl {
    max-width: 1140px;
  }
}
.cid-u9ZOpJJOR6 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u9ZOpJJOR6 .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-u9ZOpJJOR6 .form-group {
  margin-bottom: 1rem;
}
.cid-u9ZOpJJOR6 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u9ZOpJJOR6 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u9ZOpJJOR6 .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-u9ZOpJJOR6 .mbr-section-btn {
  margin: 0;
}
.cid-u9ZOpJJOR6 .mbr-section-btn .btn {
  margin: 0;
}
.cid-u9ZOpJJOR6 H5 {
  color: #106b05;
  text-align: left;
}
.cid-u9ZOpJJOR6 LABEL {
  color: #106b05;
}
