.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: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #ffc107;
}
body {
  font-family: Source Serif 4;
}
.display-1 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 10rem;
  line-height: .92;
}
.display-1 > .mbr-iconfont {
  font-size: 12.5rem;
}
.display-2 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 5.55rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 6.9375rem;
}
.display-4 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.25rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 4.75rem;
  line-height: 1.15;
}
.display-5 > .mbr-iconfont {
  font-size: 5.9375rem;
}
.display-7 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 7rem;
    font-size: calc( 4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.44rem;
    font-size: calc( 2.5925rem + (5.55 - 2.5925) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.5925rem + (5.55 - 2.5925) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 3.8rem;
    font-size: calc( 2.3125rem + (4.75 - 2.3125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.3125rem + (4.75 - 2.3125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #679436 !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #679436 !important;
  border-color: #679436 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #81b944 !important;
  border-color: #81b944 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #81b944 !important;
  border-color: #81b944 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #acbb44 !important;
  border-color: #acbb44 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #bdc969 !important;
  border-color: #bdc969 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #bdc969 !important;
  border-color: #bdc969 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #da2637 !important;
  border-color: #da2637 !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: #679436;
  color: #679436;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #3b541f !important;
  background-color: transparent !important;
  border-color: #3b541f !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #679436 !important;
  border-color: #679436 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #acbb44;
  color: #acbb44;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #727b2d !important;
  background-color: transparent !important;
  border-color: #727b2d !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #acbb44 !important;
  border-color: #acbb44 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0aa3c2;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065e70 !important;
  background-color: transparent !important;
  border-color: #065e70 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #20ac6b;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #12633e !important;
  background-color: transparent !important;
  border-color: #12633e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #cc9900;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #755800 !important;
  background-color: transparent !important;
  border-color: #755800 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ae1e2c;
  color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #641119 !important;
  background-color: transparent !important;
  border-color: #641119 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !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: #679436 !important;
}
.text-secondary {
  color: #acbb44 !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #cc9900 !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #33491b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #677029 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #570f16 !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) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #679436;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #ae1e2c;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #679436;
  border-color: #679436;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #679436;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a7cf7b;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #68e3aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55dbf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe599;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e56773;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.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: #679436 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #679436;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #679436;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #679436;
}
.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: #679436;
  border-bottom-color: #679436;
}
.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: #679436 !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: #acbb44 !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='%23679436' %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 {
  padding: 14px 15px;
  border-radius: 6.25rem !important;
  transition: all .3s ease;
  font-weight: 400 !important;
  border: none !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: .5em;
}
.cid-uUyL1ZvTZj {
  background-color: transparent;
}
.cid-uUyL1ZvTZj .navbar-dropdown {
  background: #ffc107 !important;
  padding: 0;
}
.cid-uUyL1ZvTZj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffc107 !important;
  background: #ffc107;
}
.cid-uUyL1ZvTZj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUyL1ZvTZj .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uUyL1ZvTZj .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uUyL1ZvTZj .menu_box .navbar.opened,
  .cid-uUyL1ZvTZj .menu_box .navbar-collapse {
    background-color: #ffc107 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uUyL1ZvTZj .navbar-dropdown {
  position: relative !important;
}
.cid-uUyL1ZvTZj .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uUyL1ZvTZj .btn:hover {
  box-shadow: none;
}
.cid-uUyL1ZvTZj .nav-item {
  margin: 0 5px;
  z-index: 1;
}
@media (min-width: 1200px) {
  .cid-uUyL1ZvTZj .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .cid-uUyL1ZvTZj .nav-item {
    margin: 0 !important;
  }
}
.cid-uUyL1ZvTZj .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.cid-uUyL1ZvTZj .nav-item .nav-link:hover,
.cid-uUyL1ZvTZj .nav-item .nav-link:focus {
  background-color: #ffc107 !important;
  color: #000000 !important;
}
.cid-uUyL1ZvTZj .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uUyL1ZvTZj .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uUyL1ZvTZj .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uUyL1ZvTZj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUyL1ZvTZj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-uUyL1ZvTZj .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uUyL1ZvTZj .offcanvas_box {
    display: none;
  }
}
.cid-uUyL1ZvTZj .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uUyL1ZvTZj .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uUyL1ZvTZj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uUyL1ZvTZj .container {
  display: flex;
  margin: auto;
}
.cid-uUyL1ZvTZj .iconfont-wrapper {
  color: #0f1d07;
  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-uUyL1ZvTZj .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uUyL1ZvTZj .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uUyL1ZvTZj .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uUyL1ZvTZj .navbar-nav {
    margin: 0;
  }
}
.cid-uUyL1ZvTZj .dropdown-menu,
.cid-uUyL1ZvTZj .navbar.opened {
  background-color: true !important;
}
.cid-uUyL1ZvTZj .nav-item:focus,
.cid-uUyL1ZvTZj .nav-link:focus {
  outline: none;
}
.cid-uUyL1ZvTZj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUyL1ZvTZj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUyL1ZvTZj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUyL1ZvTZj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUyL1ZvTZj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUyL1ZvTZj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUyL1ZvTZj .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uUyL1ZvTZj .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uUyL1ZvTZj .navbar.opened {
  transition: all 0.3s;
}
.cid-uUyL1ZvTZj .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uUyL1ZvTZj .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uUyL1ZvTZj .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUyL1ZvTZj .navbar.collapsed {
  justify-content: center;
}
.cid-uUyL1ZvTZj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUyL1ZvTZj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUyL1ZvTZj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUyL1ZvTZj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUyL1ZvTZj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUyL1ZvTZj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uUyL1ZvTZj .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uUyL1ZvTZj .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uUyL1ZvTZj .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uUyL1ZvTZj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUyL1ZvTZj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUyL1ZvTZj .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uUyL1ZvTZj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUyL1ZvTZj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uUyL1ZvTZj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUyL1ZvTZj .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uUyL1ZvTZj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uUyL1ZvTZj .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uUyL1ZvTZj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uUyL1ZvTZj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUyL1ZvTZj .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uUyL1ZvTZj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUyL1ZvTZj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUyL1ZvTZj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUyL1ZvTZj .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-uUyL1ZvTZj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uUyL1ZvTZj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUyL1ZvTZj .dropdown-item.active,
.cid-uUyL1ZvTZj .dropdown-item:active {
  background-color: transparent;
}
.cid-uUyL1ZvTZj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uUyL1ZvTZj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUyL1ZvTZj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUyL1ZvTZj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUyL1ZvTZj ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uUyL1ZvTZj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUyL1ZvTZj button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffc107;
  background: #000000;
}
.cid-uUyL1ZvTZj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUyL1ZvTZj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUyL1ZvTZj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUyL1ZvTZj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUyL1ZvTZj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUyL1ZvTZj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUyL1ZvTZj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUyL1ZvTZj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUyL1ZvTZj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUyL1ZvTZj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uUyL1ZvTZj .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-uUyL1ZvTZj .navbar {
    height: 70px;
  }
  .cid-uUyL1ZvTZj .navbar.opened {
    height: auto;
  }
  .cid-uUyL1ZvTZj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUyL1ZvTZj .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uUyL1ZvTZj .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uUyL1ZvTZj .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 200px;
}
.cid-uUyL1ZvTZj .navbar-caption:hover {
  color: #ffc107;
}
@media (min-width: 992px) {
  .cid-uUyL1ZvTZj .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uUyL1ZvTZj .text_widget {
  margin-bottom: 32px;
}
.cid-uUyL1ZvTZj .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uUyL1ZvTZj .text_widget a:hover,
.cid-uUyL1ZvTZj .text_widget a:focus {
  opacity: 0.8;
}
.cid-uUyL1ZvTZj .mbr-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.cid-uUyL1ZvTZj .navbar-caption {
  color: #000000;
}
.cid-uUyL1ZvTZj .mbr-text {
  color: #0f1d07;
  text-align: center;
}
.cid-uUyL1ZvTZj .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUyL1ZvTZj .navigation-wrapper {
    display: block;
  }
}
.cid-uUyL1ZvTZj .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-uUyL1ZvTZj .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.cid-uUyL1ZvTZj .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 1;
  border-radius: 100vw !important;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uUyL1ZvTZj .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.cid-uUyL1ZvTZj .mbr-section-subtitle,
.cid-uUyL1ZvTZj .text_widget,
.cid-uUyL1ZvTZj .mbr-section-btn {
  text-align: center;
}
.cid-uUyL1ZvTZj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uUyL1ZvTZj .nav-link,
.cid-uUyL1ZvTZj .dropdown-item {
  color: #000000;
}
.cid-uUBJ2cZB8T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUBJ2cZB8T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUBJ2cZB8T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUBJ2cZB8T .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUBJ2cZB8T .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUBJ2cZB8T .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUBJ2cZB8T .container {
    padding: 0 20px;
  }
}
.cid-uUBJ2cZB8T .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uUBJ2cZB8T .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uUBJ2cZB8T .content-wrapper .mbr-section-title span {
  opacity: .5;
}
.cid-uUBJ2cZB8T .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUBJ2cZB8T .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUBJ2cZB8T .mbr-section-title {
  color: #0f1d07;
}
.cid-uUBJ2cZB8T .mbr-text {
  color: #0f1d07;
}
.cid-uUBJ2cZB8T .mbr-section-title,
.cid-uUBJ2cZB8T .mbr-section-btn {
  color: #e32006;
}
.cid-uUC3lF0QTY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUC3lF0QTY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUC3lF0QTY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUC3lF0QTY .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUC3lF0QTY .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUC3lF0QTY .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUC3lF0QTY .container {
    padding: 0 20px;
  }
}
.cid-uUC3lF0QTY .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1;
}
.cid-uUC3lF0QTY .text-wrapper .mbr-text span {
  color: #ffc107;
}
.cid-uUC3lF0QTY .mbr-text {
  color: #e32006;
}
.cid-uUyL1Zyf4r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUyL1Zyf4r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uUyL1Zyf4r .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUyL1Zyf4r .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUyL1Zyf4r .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUyL1Zyf4r .container {
    padding: 0 20px;
  }
}
.cid-uUyL1Zyy42 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUyL1Zyy42 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUyL1Zyy42 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUyL1Zyy42 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUyL1Zyy42 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUyL1Zyy42 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUyL1Zyy42 .container {
    padding: 0 20px;
  }
}
.cid-uUyL1Zyy42 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 80px;
  background-color: #e32006;
}
@media (max-width: 992px) {
  .cid-uUyL1Zyy42 .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-uUyL1Zyy42 .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uUyL1Zyy42 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uUyL1Zyy42 .content-wrapper img {
  height: 900px;
  object-fit: cover;
  border-radius: 2rem !important;
}
.cid-uUyL1Zyy42 .mbr-section-title {
  color: #e32006;
}
.cid-uUyL1Zyy42 .mbr-desc {
  color: #38001b;
}
.cid-uUyL1Zyy42 .mbr-desc,
.cid-uUyL1Zyy42 .desc-wrapper {
  color: #ffffff;
}
.cid-uUyL1ZySHt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1734640672449-0d65faceb323-1.jpeg");
}
.cid-uUyL1ZySHt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUyL1ZySHt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUyL1ZySHt .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUyL1ZySHt .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUyL1ZySHt .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUyL1ZySHt .container {
    padding: 0 20px;
  }
}
.cid-uUyL1ZySHt .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uUyL1ZySHt .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .cid-uUyL1ZySHt .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUyL1ZySHt .image-wrapper img {
  height: 650px;
  width: 100%;
  border-radius: 2rem !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUyL1ZySHt .image-wrapper img {
    height: 350px;
  }
}
.cid-uUyL1ZySHt .mbr-section-title {
  color: #ffffff;
}
.cid-uUyL1ZySHt .mbr-text {
  color: #ffffff;
}
.cid-uUyL1ZySHt .mbr-section-title,
.cid-uUyL1ZySHt .mbr-section-btn {
  color: #e32006;
}
.cid-uUyL1ZySHt .mbr-text,
.cid-uUyL1ZySHt .text-wrapper {
  color: #000000;
}
.cid-uUyL1ZzIUu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e32006;
}
.cid-uUyL1ZzIUu .item:focus,
.cid-uUyL1ZzIUu span:focus {
  outline: none;
}
.cid-uUyL1ZzIUu .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uUyL1ZzIUu .content-head {
  max-width: 800px;
}
.cid-uUyL1ZzIUu .loop-container {
  padding-top: 10px;
  margin-bottom: 0.5rem;
}
.cid-uUyL1ZzIUu .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uUyL1ZzIUu .item {
    min-height: 45px;
  }
}
.cid-uUyL1ZzsQv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uUyL1ZzsQv .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUyL1ZzsQv .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUyL1ZzsQv .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUyL1ZzsQv .container {
    padding: 0 20px;
  }
}
.cid-uUyL1ZzsQv .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 495px;
  max-width: 495px;
}
.cid-uUyL1ZzsQv .embla__slide:nth-child(2n) {
  min-width: 620px;
  max-width: 620px;
}
@media (max-width: 767px) {
  .cid-uUyL1ZzsQv .embla__slide:nth-child(2n) {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uUyL1ZzsQv .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img img {
  height: 350px;
}
@media (max-width: 767px) {
  .cid-uUyL1ZzsQv .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uUyL1ZzsQv .embla__slide .slide-content {
  width: 100%;
}
.cid-uUyL1ZzsQv .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uUyL1ZzsQv .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-uUyL1ZzsQv .embla__slide .slide-content .item-wrapper .item-img img {
  height: 495px;
  object-fit: cover;
  border-radius: 20px !important;
}
.cid-uUyL1ZzsQv .embla__button--next,
.cid-uUyL1ZzsQv .embla__button--prev {
  display: flex;
}
.cid-uUyL1ZzsQv .embla__button {
  top: 0;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uUyL1ZzsQv .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uUyL1ZzsQv .embla__button:hover {
  background-color: #82d7ff !important;
}
.cid-uUyL1ZzsQv .embla__button.embla__button--prev {
  right: 4rem;
  border-radius: 6.25rem 0 0 6.25rem;
}
.cid-uUyL1ZzsQv .embla__button.embla__button--next {
  right: 0;
  border-radius: 0 6.25rem 6.25rem 0;
}
.cid-uUyL1ZzsQv .embla {
  position: relative;
  width: 100%;
}
.cid-uUyL1ZzsQv .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uUyL1ZzsQv .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uUyL1ZzsQv .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uUyL1ZzsQv .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uUyL1ZAr48 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uUyL1ZAr48 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUyL1ZAr48 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUyL1ZAr48 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUyL1ZAr48 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUyL1ZAr48 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUyL1ZAr48 .container {
    padding: 0 20px;
  }
}
.cid-uUyL1ZAr48 .row {
  justify-content: center;
}
.cid-uUyL1ZAr48 .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uUyL1ZAr48 .content-wrapper {
    display: block;
  }
}
.cid-uUyL1ZAr48 .content-wrapper .card {
  justify-content: center;
}
.cid-uUyL1ZAr48 .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uUyL1ZAr48 .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uUyL1ZAr48 .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uUyL1ZAr48 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uUyL1ZAr48 .content-wrapper .content-wrap {
  width: 50%;
  padding-left: 200px;
}
@media (max-width: 1440px) {
  .cid-uUyL1ZAr48 .content-wrapper .content-wrap {
    padding-left: 100px;
  }
}
@media (max-width: 1199px) {
  .cid-uUyL1ZAr48 .content-wrapper .content-wrap {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUyL1ZAr48 .content-wrapper .content-wrap {
    width: 100%;
    padding-left: 0;
  }
}
.cid-uUyL1ZAr48 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uUyL1ZAr48 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-uUyL1ZAr48 .mbr-section-title {
  color: #e32006;
  text-align: center;
}
.cid-uUyL1ZAr48 .mbr-text {
  color: #000000;
}
.cid-uUBUbZmgSW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUBUbZmgSW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUBUbZmgSW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUBUbZmgSW .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUBUbZmgSW .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUBUbZmgSW .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUBUbZmgSW .container {
    padding: 0 20px;
  }
}
.cid-uUBUbZmgSW .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1;
}
.cid-uUBUbZmgSW .text-wrapper .mbr-text span {
  color: #e32006;
}
.cid-uUBUbZmgSW .mbr-text {
  color: #000000;
}
.cid-uUC4WY5rCL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffc107;
}
.cid-uUC4WY5rCL .mbr-section-title {
  text-align: center;
  color: #e32006;
}
.cid-uUC4WY5rCL .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uUBUX9qiIu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUBUX9qiIu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUBUX9qiIu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUBUX9qiIu .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUBUX9qiIu .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUBUX9qiIu .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUBUX9qiIu .container {
    padding: 0 20px;
  }
}
.cid-uUBUX9qiIu .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uUBUX9qiIu .title-wrapper {
    display: block;
  }
}
.cid-uUBUX9qiIu .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uUBUX9qiIu .title-wrapper .mbr-section-title {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uUBUX9qiIu .title-wrapper .mbr-section-title span {
  color: #e32006;
}
.cid-uUBUX9qiIu .title-wrapper .mbr-section-btn .btn {
  padding: 30px 40px;
  min-width: 465px;
}
@media (max-width: 992px) {
  .cid-uUBUX9qiIu .title-wrapper .mbr-section-btn .btn {
    margin-right: 0;
    min-width: auto;
  }
}
.cid-uUBUX9qiIu .mbr-section-title {
  color: #38001b;
}
.cid-uUBUX9qiIu .mbr-section-title,
.cid-uUBUX9qiIu .mbr-section-btn {
  color: #000000;
}
.cid-uUBVqLTd6e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffc107;
}
.cid-uUBVqLTd6e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUBVqLTd6e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUBVqLTd6e .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUBVqLTd6e .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUBVqLTd6e .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUBVqLTd6e .container {
    padding: 0 20px;
  }
}
.cid-uUBVqLTd6e .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1;
}
.cid-uUBVqLTd6e .text-wrapper .mbr-text span {
  color: #e32006;
}
.cid-uUBVqLTd6e .mbr-text {
  color: #070035;
}
.cid-uUC5aVT4c6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUC5aVT4c6 .mbr-section-title {
  text-align: center;
  color: #e32006;
}
.cid-uUC5aVT4c6 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uUBWnrTqtj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffc107;
}
.cid-uUBWnrTqtj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUBWnrTqtj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUBWnrTqtj .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUBWnrTqtj .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUBWnrTqtj .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUBWnrTqtj .container {
    padding: 0 20px;
  }
}
.cid-uUBWnrTqtj .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uUBWnrTqtj .title-wrapper {
    display: block;
  }
}
.cid-uUBWnrTqtj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uUBWnrTqtj .title-wrapper .mbr-section-title {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uUBWnrTqtj .title-wrapper .mbr-section-title span {
  color: #e32006;
}
.cid-uUBWnrTqtj .title-wrapper .mbr-section-btn .btn {
  padding: 30px 40px;
  min-width: 465px;
}
@media (max-width: 992px) {
  .cid-uUBWnrTqtj .title-wrapper .mbr-section-btn .btn {
    margin-right: 0;
    min-width: auto;
  }
}
.cid-uUBWnrTqtj .mbr-section-title {
  color: #38001b;
}
.cid-uUyL1ZAXHw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uUyL1ZAXHw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUyL1ZAXHw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUyL1ZAXHw .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUyL1ZAXHw .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUyL1ZAXHw .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUyL1ZAXHw .container {
    padding: 0 20px;
  }
}
.cid-uUyL1ZAXHw .row {
  justify-content: center;
}
.cid-uUyL1ZAXHw .content-wrapper {
  display: flex;
  padding: 30px;
  border-radius: 2rem;
  background-color: #ff0806;
}
@media (max-width: 992px) {
  .cid-uUyL1ZAXHw .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uUyL1ZAXHw .content-wrapper .card {
  justify-content: center;
}
.cid-uUyL1ZAXHw .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uUyL1ZAXHw .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uUyL1ZAXHw .content-wrapper .image-wrapper img {
  height: 720px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uUyL1ZAXHw .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uUyL1ZAXHw .content-wrapper .content-wrap {
  width: 50%;
  padding: 0 200px 0 60px;
}
@media (max-width: 1440px) {
  .cid-uUyL1ZAXHw .content-wrapper .content-wrap {
    padding: 0 100px 0 60px;
  }
}
@media (max-width: 1199px) {
  .cid-uUyL1ZAXHw .content-wrapper .content-wrap {
    padding: 0 40px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uUyL1ZAXHw .content-wrapper .content-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uUyL1ZAXHw .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 200px;
}
@media (max-width: 992px) {
  .cid-uUyL1ZAXHw .content-wrapper .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUyL1ZAXHw .content-wrapper .content-wrap .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 40px;
  background-color: #e32006;
}
.cid-uUyL1ZAXHw .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUyL1ZAXHw .content-wrapper .content-wrap .mbr-text {
  line-height: 1.6;
  margin-bottom: 40px;
}
.cid-uUyL1ZAXHw .mbr-section-title {
  color: #FFFFFF;
}
.cid-uUyL1ZAXHw .mbr-text {
  color: #ffffff;
}
.cid-uUyL1ZAXHw .mbr-desc {
  color: #0f1d07;
}
.cid-uUyL1ZAXHw .mbr-desc,
.cid-uUyL1ZAXHw .desc-wrapper {
  color: #000000;
}
.cid-uUyL1ZAXHw .mbr-text,
.cid-uUyL1ZAXHw .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uUC3ZkRFYj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uUC3ZkRFYj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUC3ZkRFYj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUC3ZkRFYj .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUC3ZkRFYj .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUC3ZkRFYj .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUC3ZkRFYj .container {
    padding: 0 20px;
  }
}
.cid-uUC3ZkRFYj .row {
  justify-content: center;
}
.cid-uUC3ZkRFYj .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uUC3ZkRFYj .content-wrapper {
    display: block;
  }
}
.cid-uUC3ZkRFYj .content-wrapper .card {
  justify-content: center;
}
.cid-uUC3ZkRFYj .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uUC3ZkRFYj .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uUC3ZkRFYj .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uUC3ZkRFYj .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uUC3ZkRFYj .content-wrapper .content-wrap {
  width: 50%;
  padding-left: 200px;
}
@media (max-width: 1440px) {
  .cid-uUC3ZkRFYj .content-wrapper .content-wrap {
    padding-left: 100px;
  }
}
@media (max-width: 1199px) {
  .cid-uUC3ZkRFYj .content-wrapper .content-wrap {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUC3ZkRFYj .content-wrapper .content-wrap {
    width: 100%;
    padding-left: 0;
  }
}
.cid-uUC3ZkRFYj .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uUC3ZkRFYj .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-uUC3ZkRFYj .mbr-section-title {
  color: #e32006;
  text-align: center;
}
.cid-uUC3ZkRFYj .mbr-text {
  color: #003753;
}
.cid-uUC5ngM5i8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUC5ngM5i8 .mbr-section-title {
  text-align: center;
  color: #e32006;
}
.cid-uUC5ngM5i8 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uUC4inljjI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffc107;
}
.cid-uUC4inljjI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUC4inljjI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUC4inljjI .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUC4inljjI .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUC4inljjI .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUC4inljjI .container {
    padding: 0 20px;
  }
}
.cid-uUC4inljjI .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uUC4inljjI .title-wrapper {
    display: block;
  }
}
.cid-uUC4inljjI .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uUC4inljjI .title-wrapper .mbr-section-title {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uUC4inljjI .title-wrapper .mbr-section-title span {
  color: #e32006;
}
.cid-uUC4inljjI .title-wrapper .mbr-section-btn .btn {
  padding: 30px 40px;
  min-width: 465px;
}
@media (max-width: 992px) {
  .cid-uUC4inljjI .title-wrapper .mbr-section-btn .btn {
    margin-right: 0;
    min-width: auto;
  }
}
.cid-uUC4inljjI .mbr-section-title {
  color: #38001b;
}
.cid-uUC5A1a713 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUC5A1a713 .mbr-section-title {
  text-align: center;
  color: #e32006;
}
.cid-uUC5A1a713 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uUyL1ZBt8z {
  background-image: url("../../../assets/images/photo-1721352794721-9a2f91f8dcbd.jpeg");
}
.cid-uUyL1ZBt8z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUyL1ZBt8z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUyL1ZBt8z .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUyL1ZBt8z .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUyL1ZBt8z .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUyL1ZBt8z .container {
    padding: 0 20px;
  }
}
.cid-uUyL1ZCBCH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uUyL1ZCBCH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUyL1ZCBCH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUyL1ZCBCH .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUyL1ZCBCH .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUyL1ZCBCH .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUyL1ZCBCH .container {
    padding: 0 20px;
  }
}
.cid-uUyL1ZCBCH .row {
  justify-content: center;
}
.cid-uUyL1ZCBCH .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUyL1ZCBCH .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uUyL1ZCBCH .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUyL1ZCBCH .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uUyL1ZCBCH .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1200px) {
  .cid-uUyL1ZCBCH .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uUyL1ZCBCH .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uUyL1ZCBCH .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uUyL1ZCBCH .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #093756;
  display: inline-flex;
}
.cid-uUyL1ZCBCH .content-wrapper .items-wrapper .item .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #093756;
  opacity: 0.2;
  margin-bottom: 20px;
}
.cid-uUyL1ZCBCH .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uUyL1ZCBCH .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-uUyL1ZCBCH .mbr-section-title {
  color: #e32006;
}
.cid-uUyL1ZCBCH .mbr-text {
  color: #38001b;
}
.cid-uUyL1ZCBCH .item-title {
  color: #38001b;
}
.cid-uUyL1ZCBCH .item-text {
  color: #093756;
}
.cid-uUyL1ZCBCH .mbr-text,
.cid-uUyL1ZCBCH .text-wrapper {
  color: #093756;
}
.cid-uUyL1ZCBCH .item-title,
.cid-uUyL1ZCBCH .icon-wrapper {
  color: #093756;
}
.cid-uUyL1ZCIfq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e32006;
}
.cid-uUyL1ZCIfq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUyL1ZCIfq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUyL1ZCIfq .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUyL1ZCIfq .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUyL1ZCIfq .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUyL1ZCIfq .container {
    padding: 0 20px;
  }
}
.cid-uUyL1ZCIfq .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1;
}
.cid-uUyL1ZCIfq .text-wrapper .mbr-text span {
  color: #7d41d1;
}
.cid-uUyL1ZCIfq .mbr-text {
  color: #FFFFFF;
}
.cid-uUyL1ZCIQE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uUyL1ZCIQE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUyL1ZCIQE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUyL1ZCIQE .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUyL1ZCIQE .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUyL1ZCIQE .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUyL1ZCIQE .container {
    padding: 0 20px;
  }
}
.cid-uUyL1ZCIQE .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uUyL1ZCIQE .title-wrapper {
    display: block;
  }
}
.cid-uUyL1ZCIQE .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uUyL1ZCIQE .title-wrapper .mbr-section-title {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uUyL1ZCIQE .title-wrapper .mbr-section-title span {
  color: #fd589e;
}
.cid-uUyL1ZCIQE .title-wrapper .mbr-section-btn .btn {
  padding: 30px 40px;
  min-width: 465px;
}
@media (max-width: 992px) {
  .cid-uUyL1ZCIQE .title-wrapper .mbr-section-btn .btn {
    margin-right: 0;
    min-width: auto;
  }
}
.cid-uUyL1ZCIQE .mbr-section-title {
  color: #38001b;
}
.cid-uUyL1ZCIQE .mbr-section-title,
.cid-uUyL1ZCIQE .mbr-section-btn {
  color: #e32006;
}
.cid-uUyL1ZDvrx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff0806;
}
.cid-uUyL1ZDvrx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUyL1ZDvrx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUyL1ZDvrx .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUyL1ZDvrx .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUyL1ZDvrx .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUyL1ZDvrx .container {
    padding: 0 20px;
  }
}
.cid-uUyL1ZDvrx .row {
  justify-content: center;
}
.cid-uUyL1ZDvrx .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 80px;
  background-color: #e32006;
}
@media (max-width: 992px) {
  .cid-uUyL1ZDvrx .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-uUyL1ZDvrx .panel-group .card {
  border-radius: 20px !important;
  background-color: #ecf2f6;
  margin-top: 40px;
  padding: 50px;
}
.cid-uUyL1ZDvrx .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uUyL1ZDvrx .panel-group .card {
    padding: 20px;
  }
}
.cid-uUyL1ZDvrx .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uUyL1ZDvrx .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uUyL1ZDvrx .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uUyL1ZDvrx .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 20px;
}
.cid-uUyL1ZDvrx .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uUyL1ZDvrx .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uUyL1ZDvrx .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uUyL1ZDvrx .mbr-desc {
  color: #ffffff;
}
.cid-uUyL1ZDvrx .panel-title-edit {
  color: #000000;
}
.cid-uUyL1ZDvrx .panel-text {
  color: #000000;
}
.cid-uUyL1ZDvrx .mbr-desc,
.cid-uUyL1ZDvrx .desc-wrapper {
  color: #000000;
}
.cid-uUyL1ZDhxP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uUyL1ZDhxP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUyL1ZDhxP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUyL1ZDhxP .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUyL1ZDhxP .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUyL1ZDhxP .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUyL1ZDhxP .container {
    padding: 0 20px;
  }
}
.cid-uUyL1ZDhxP .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uUyL1ZDhxP .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uUyL1ZDhxP .content-wrapper .mbr-section-title span {
  opacity: 0.5;
}
.cid-uUyL1ZDhxP .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUyL1ZDhxP .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUyL1ZDhxP .mbr-section-title {
  color: #0f1d07;
}
.cid-uUyL1ZDhxP .mbr-text {
  color: #0f1d07;
}
.cid-uUyL1ZDhxP .mbr-section-title,
.cid-uUyL1ZDhxP .mbr-section-btn {
  color: #e32006;
}
.cid-uUyL1ZDhxP .mbr-text,
.cid-uUyL1ZDhxP .text-wrapper {
  color: #000000;
}
.cid-uUyL1ZEeKE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e32006;
}
.cid-uUyL1ZEeKE .item:focus,
.cid-uUyL1ZEeKE span:focus {
  outline: none;
}
.cid-uUyL1ZEeKE .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uUyL1ZEeKE .content-head {
  max-width: 800px;
}
.cid-uUyL1ZEeKE .loop-container {
  padding-top: 10px;
  margin-bottom: 0.5rem;
}
.cid-uUyL1ZEeKE .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uUyL1ZEeKE .item {
    min-height: 45px;
  }
}
.cid-uUyL1ZELcd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uUyL1ZELcd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUyL1ZELcd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUyL1ZELcd .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUyL1ZELcd .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUyL1ZELcd .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUyL1ZELcd .container {
    padding: 0 20px;
  }
}
.cid-uUyL1ZELcd .row {
  justify-content: center;
}
.cid-uUyL1ZELcd .content-wrapper {
  display: flex;
  padding: 50px;
  border-radius: 2rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uUyL1ZELcd .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uUyL1ZELcd .content-wrapper .card {
  justify-content: space-between;
}
.cid-uUyL1ZELcd .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uUyL1ZELcd .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uUyL1ZELcd .content-wrapper .image-wrapper img {
  height: 800px;
  object-fit: cover;
  border-radius: 2rem !important;
}
@media (max-width: 992px) {
  .cid-uUyL1ZELcd .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uUyL1ZELcd .content-wrapper .content-wrap {
  width: 50%;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uUyL1ZELcd .content-wrapper .content-wrap {
    width: 100%;
    padding-left: 0;
  }
}
.cid-uUyL1ZELcd .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
  line-height: 1;
}
.cid-uUyL1ZELcd .content-wrapper .content-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uUyL1ZELcd .content-wrapper .content-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-uUyL1ZELcd .mbr-text {
  color: #093756;
}
.cid-uUyL1ZELcd .mbr-name {
  color: #FFFFFF;
}
.cid-uUyL1ZELcd .mbr-role {
  color: #FFFFFF;
}
.cid-uUyL1ZG5Dg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e32006;
}
.cid-uUyL1ZG5Dg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUyL1ZG5Dg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUyL1ZG5Dg .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUyL1ZG5Dg .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUyL1ZG5Dg .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUyL1ZG5Dg .container {
    padding: 0 20px;
  }
}
.cid-uUyL1ZG5Dg .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1300px) {
  .cid-uUyL1ZG5Dg .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1200px) {
  .cid-uUyL1ZG5Dg .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uUyL1ZG5Dg .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uUyL1ZG5Dg .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  align-items: flex-end;
  position: relative;
  border-radius: 20px;
  height: 550px;
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-uUyL1ZG5Dg .items-wrapper .item .item-wrapper .item-img {
    height: 400px;
  }
}
.cid-uUyL1ZG5Dg .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uUyL1ZG5Dg .items-wrapper .item .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uUyL1ZG5Dg .items-wrapper .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uUyL1ZG5Dg .items-wrapper .item .item-wrapper .item-img .item-content .content-wrap {
  display: inline-flex;
  align-items: center;
  padding: 5px;
  border-radius: 100vw;
  background-color: #ffffff;
}
@media (max-width: 425px) {
  .cid-uUyL1ZG5Dg .items-wrapper .item .item-wrapper .item-img .item-content .content-wrap {
    padding: 10px;
    border-radius: 20px;
    display: block;
  }
}
.cid-uUyL1ZG5Dg .items-wrapper .item .item-wrapper .item-img .item-content .content-wrap .item-name {
  border-radius: 100vw;
  background-color: #004e72;
  margin-bottom: 0;
  padding: 15px 24px;
  min-width: 120px;
}
.cid-uUyL1ZG5Dg .items-wrapper .item .item-wrapper .item-img .item-content .content-wrap .item-role {
  padding: 15px 12px;
  margin-bottom: 0;
}
.cid-uUyL1ZG5Dg .item-name {
  color: #FFFFFF;
}
.cid-uUyL1ZG5Dg .item-role {
  color: #FFFFFF;
}
.cid-uUyL1ZG5Dg .item-content,
.cid-uUyL1ZG5Dg .item-name,
.cid-uUyL1ZG5Dg .item-role {
  text-align: center;
}
.cid-uUyL1ZG5Dg .item-name,
.cid-uUyL1ZG5Dg .item-content {
  color: #FFFFFF;
}
.cid-uUyL1ZG5Dg .item-role,
.cid-uUyL1ZG5Dg .item-content {
  color: #000000;
}
.cid-uULjiAFMw6 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uULjiAFMw6 .icon-transition span {
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #000000;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 74px;
  height: 74px;
  background: #f3f7f9 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uULjiAFMw6 .mbr-iconfont {
  align-items: center;
}
.cid-uULjiAFMw6 .mbr-iconfont:before {
  font-size: 30px;
  display: flex;
  justify-content: center;
}
.cid-uULjiAFMw6 .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uULjiAFMw6 .icon-transition span:hover {
  background-color: #000000;
  color: #f3f7f9;
}
.cid-uULjiAFMw6 .social-media {
  padding: 0;
}
.cid-uULjiAFMw6 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uULjiAFMw6 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uULjiAFMw6 .mbr-list,
.cid-uULjiAFMw6 .social-media UL {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uULjiAFMw6 .social-list {
    text-align: center !important;
  }
}
.cid-uULjiAFMw6 .mbr-section-title,
.cid-uULjiAFMw6 .social-list {
  color: #e32006;
}
.cid-uUyL1ZHYEf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e32006;
}
.cid-uUyL1ZHYEf .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUyL1ZHYEf .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUyL1ZHYEf .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUyL1ZHYEf .container {
    padding: 0 20px;
  }
}
.cid-uUyL1ZHYEf .row {
  justify-content: center;
}
.cid-uUyL1ZHYEf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uUyL1ZHYEf .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uUyL1ZHYEf .embla__slide .slide-content {
  width: 100%;
}
.cid-uUyL1ZHYEf .embla__slide .slide-content .item-wrapper {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uUyL1ZHYEf .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uUyL1ZHYEf .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 60px;
  line-height: 1;
}
@media (max-width: 768px) {
  .cid-uUyL1ZHYEf .embla__slide .slide-content .item-wrapper .item-content .item-text {
    margin-bottom: 30px;
  }
}
.cid-uUyL1ZHYEf .embla__slide .slide-content .item-wrapper .item-content .item-text span {
  opacity: 0.5;
}
.cid-uUyL1ZHYEf .embla__slide .slide-content .item-wrapper .item-img {
  padding-right: 180px;
}
@media (max-width: 768px) {
  .cid-uUyL1ZHYEf .embla__slide .slide-content .item-wrapper .item-img {
    padding-right: 0;
  }
}
.cid-uUyL1ZHYEf .embla__slide .slide-content .item-wrapper .item-img .name-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uUyL1ZHYEf .embla__slide .slide-content .item-wrapper .item-img .name-wrapper img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
  margin-right: 20px;
}
.cid-uUyL1ZHYEf .embla__slide .slide-content .item-wrapper .item-img .name-wrapper a {
  width: 70px;
  height: 70px;
  margin-left: 20px;
}
.cid-uUyL1ZHYEf .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .name-wrap {
  position: relative;
  z-index: 1;
}
.cid-uUyL1ZHYEf .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .name-wrap .item-name {
  display: inline-flex;
  position: relative;
  margin-bottom: 10px;
  padding-left: 24px;
}
.cid-uUyL1ZHYEf .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .name-wrap .item-name::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #ffffff;
}
.cid-uUyL1ZHYEf .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .name-wrap .item-role {
  margin-bottom: 0;
}
.cid-uUyL1ZHYEf .embla__button--next,
.cid-uUyL1ZHYEf .embla__button--prev {
  display: flex;
}
.cid-uUyL1ZHYEf .embla__button {
  bottom: 0;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uUyL1ZHYEf .embla__button:hover {
  background-color: #ffc107 !important;
}
.cid-uUyL1ZHYEf .embla__button.embla__button--prev {
  right: 4rem;
  border-radius: 6.25rem 0 0 6.25rem;
}
.cid-uUyL1ZHYEf .embla__button.embla__button--next {
  right: 0;
  border-radius: 0 6.25rem 6.25rem 0;
}
.cid-uUyL1ZHYEf .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uUyL1ZHYEf .embla {
    padding-bottom: 6rem;
  }
}
.cid-uUyL1ZHYEf .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uUyL1ZHYEf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uUyL1ZHYEf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uUyL1ZHYEf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uUyL1ZHYEf .item-name {
  color: #ffffff;
}
.cid-uUyL1ZHYEf .item-role {
  color: #ffffff;
}
.cid-uUyL1ZHYEf .item-text {
  color: #ffffff;
}
.cid-uUyL1ZHYEf .item-name,
.cid-uUyL1ZHYEf .item-img {
  color: #FFFFFF;
}
.cid-uUyL1ZHYEf .item-role,
.cid-uUyL1ZHYEf .item-img {
  color: #FFFFFF;
}
.cid-uUyL1ZHYEf .item-name,
.cid-uUyL1ZHYEf .name-wrapper {
  color: #FFFFFF;
}
.cid-uUyL1ZHYEf .item-role,
.cid-uUyL1ZHYEf .name-wrapper {
  color: #FFFFFF;
}
.cid-uUyL1ZMj0U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uUyL1ZMj0U .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUyL1ZMj0U .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUyL1ZMj0U .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUyL1ZMj0U .container {
    padding: 0 20px;
  }
}
.cid-uUyL1ZMj0U .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uUyL1ZMj0U .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uUyL1ZMj0U .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 380px;
  max-width: 380px;
}
@media (max-width: 767px) {
  .cid-uUyL1ZMj0U .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uUyL1ZMj0U .embla__slide .slide-content {
  width: 100%;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uUyL1ZMj0U .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 490px;
  margin-bottom: 20px;
  padding: 20px;
}
@media (max-width: 768px) {
  .cid-uUyL1ZMj0U .embla__slide .slide-content .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-uUyL1ZMj0U .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px !important;
}
.cid-uUyL1ZMj0U .embla__slide .slide-content .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uUyL1ZMj0U .embla__slide .slide-content .item-wrapper .item-img .title-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uUyL1ZMj0U .embla__slide .slide-content .item-wrapper .item-img .title-wrap .item-title_1,
.cid-uUyL1ZMj0U .embla__slide .slide-content .item-wrapper .item-img .title-wrap .item-title_2,
.cid-uUyL1ZMj0U .embla__slide .slide-content .item-wrapper .item-img .title-wrap .item-title_3 {
  display: inline-flex;
  padding: 14px 15px;
  margin-bottom: 0;
  border-radius: 100vw;
}
.cid-uUyL1ZMj0U .embla__slide .slide-content .item-wrapper .item-img .title-wrap .item-title_1 {
  background-color: #cfecf3;
}
.cid-uUyL1ZMj0U .embla__slide .slide-content .item-wrapper .item-img .title-wrap .item-title_2 {
  background-color: #e2efd8;
}
.cid-uUyL1ZMj0U .embla__slide .slide-content .item-wrapper .item-img .title-wrap .item-title_3 {
  background-color: #e8edd5;
}
.cid-uUyL1ZMj0U .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uUyL1ZMj0U .embla__slide .slide-content .item-wrapper .item-content .item-date {
  margin-bottom: 20px;
}
.cid-uUyL1ZMj0U .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uUyL1ZMj0U .embla__slide .slide-content .item-wrapper .item-content .item-text span {
  opacity: 0.5;
}
.cid-uUyL1ZMj0U .embla__button--next,
.cid-uUyL1ZMj0U .embla__button--prev {
  display: flex;
}
.cid-uUyL1ZMj0U .embla__button {
  bottom: 0;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #0f1d07 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uUyL1ZMj0U .embla__button:hover {
  background-color: #90f188 !important;
}
.cid-uUyL1ZMj0U .embla__button.embla__button--prev {
  right: 4rem;
  border-radius: 6.25rem 0 0 6.25rem;
}
.cid-uUyL1ZMj0U .embla__button.embla__button--next {
  right: 0;
  border-radius: 0 6.25rem 6.25rem 0;
}
.cid-uUyL1ZMj0U .embla {
  position: relative;
  width: 100%;
}
.cid-uUyL1ZMj0U .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uUyL1ZMj0U .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uUyL1ZMj0U .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uUyL1ZMj0U .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uUyL1ZMj0U .mbr-section-title {
  color: #003753;
}
.cid-uUyL1ZMj0U .item-title {
  color: #ffffff;
}
.cid-uUyL1ZMj0U .item-date {
  color: #003753;
}
.cid-uUyL1ZMj0U .item-text {
  color: #0f1d07;
}
.cid-uUyL1ZMj0U .item-title,
.cid-uUyL1ZMj0U .title-wrap {
  color: #000000;
}
.cid-uUyL1ZMj0U .item-text,
.cid-uUyL1ZMj0U .mbr-section-btn {
  color: #003753;
}
.cid-uUyL1ZMj0U .item-title_1,
.cid-uUyL1ZMj0U .title-wrap {
  color: #000000;
}
.cid-uUyL1ZMj0U .item-title_2,
.cid-uUyL1ZMj0U .title-wrap {
  color: #000000;
}
.cid-uUyL1ZMj0U .item-title_3,
.cid-uUyL1ZMj0U .title-wrap {
  color: #000000;
}
.cid-uUKUqREKKX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e32006;
}
.cid-uUKUqREKKX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUKUqREKKX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUKUqREKKX .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUKUqREKKX .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUKUqREKKX .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUKUqREKKX .container {
    padding: 0 20px;
  }
}
.cid-uUKUqREKKX .row {
  justify-content: center;
}
.cid-uUKUqREKKX .content-wrapper {
  display: flex;
  padding: 30px;
  border-radius: 2rem;
  background-color: #0f1d07;
}
@media (max-width: 992px) {
  .cid-uUKUqREKKX .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uUKUqREKKX .content-wrapper .card {
  justify-content: center;
}
.cid-uUKUqREKKX .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uUKUqREKKX .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uUKUqREKKX .content-wrapper .image-wrapper img {
  height: 720px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uUKUqREKKX .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uUKUqREKKX .content-wrapper .content-wrap {
  width: 50%;
  padding: 0 200px 0 60px;
  padding: 0 60px 0 200px;
}
@media (max-width: 992px) {
  .cid-uUKUqREKKX .content-wrapper .content-wrap {
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uUKUqREKKX .content-wrapper .content-wrap {
    padding: 0 100px 0 60px;
  }
}
@media (max-width: 1199px) {
  .cid-uUKUqREKKX .content-wrapper .content-wrap {
    padding: 0 40px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uUKUqREKKX .content-wrapper .content-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uUKUqREKKX .content-wrapper .content-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-uUKUqREKKX .content-wrapper .content-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-uUKUqREKKX .content-wrapper .content-wrap .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uUKUqREKKX .content-wrapper .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uUKUqREKKX .content-wrapper .content-wrap .dragArea.row .form-group .form-control {
  padding: 20px;
  border: none !important;
  box-shadow: none;
  border-radius: 20px !important;
  background-color: #ffffff;
}
.cid-uUKUqREKKX .content-wrapper .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-uUKUqREKKX .content-wrapper .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uUKUqREKKX .content-wrapper .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #679436;
  opacity: .5;
}
.cid-uUKUqREKKX .content-wrapper .content-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uUKUqREKKX .content-wrapper .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uUKUqREKKX .content-wrapper .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #679436;
  border-color: #679436;
  border-radius: 0;
}
.cid-uUKUqREKKX .content-wrapper .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uUKUqREKKX .content-wrapper .content-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uUKUqREKKX .mbr-section-title {
  color: #ffffff;
}
.cid-uUKUqREKKX .mbr-text {
  color: #ffffff;
}
.cid-uUKUqREKKX label {
  color: #ffffff;
}
.cid-uUL37Ocwn0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffc107;
}
.cid-uUL37Ocwn0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUL37Ocwn0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUL37Ocwn0 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUL37Ocwn0 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUL37Ocwn0 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUL37Ocwn0 .container {
    padding: 0 20px;
  }
}
.cid-uUL37Ocwn0 .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1;
}
.cid-uUL37Ocwn0 .text-wrapper .mbr-text span {
  color: #e32006;
}
.cid-uUL37Ocwn0 .mbr-text {
  color: #070035;
}
.cid-uUKYi6Fdau {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUKYi6Fdau .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUKYi6Fdau .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUKYi6Fdau .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUKYi6Fdau .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUKYi6Fdau .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUKYi6Fdau .container {
    padding: 0 20px;
  }
}
.cid-uUKYi6Fdau .row {
  justify-content: center;
}
.cid-uUKYi6Fdau .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUKYi6Fdau .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uUKYi6Fdau .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1200px) {
  .cid-uUKYi6Fdau .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uUKYi6Fdau .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uUKYi6Fdau .content-wrapper .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uUKYi6Fdau .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uUKYi6Fdau .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #093756;
  display: inline-flex;
}
.cid-uUKYi6Fdau .content-wrapper .items-wrapper .item .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #093756;
  opacity: 0.2;
  margin-bottom: 20px;
}
.cid-uUKYi6Fdau .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uUKYi6Fdau .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 20px;
  line-height: 1.6;
}
.cid-uUKYi6Fdau .mbr-section-title {
  color: #e32006;
}
.cid-uUKYi6Fdau .mbr-text {
  color: #38001b;
}
.cid-uUKYi6Fdau .item-title {
  color: #38001b;
}
.cid-uUKYi6Fdau .item-text {
  color: #093756;
}
.cid-uUKYi6Fdau .item-title,
.cid-uUKYi6Fdau .icon-wrapper {
  color: #093756;
}
.cid-uUyL1ZPKLV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
}
.cid-uUyL1ZPKLV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUyL1ZPKLV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUyL1ZPKLV .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUyL1ZPKLV .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUyL1ZPKLV .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUyL1ZPKLV .container {
    padding: 0 20px;
  }
}
.cid-uUyL1ZPKLV .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uUyL1ZPKLV .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUyL1ZPKLV .title-wrapper .title-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uUyL1ZPKLV .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uUyL1ZPKLV .title-wrapper .title-wrap:hover .mbr-section-title,
.cid-uUyL1ZPKLV .title-wrapper .title-wrap:focus .mbr-section-title {
  color: #0f1d07;
}
.cid-uUyL1ZPKLV .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUyL1ZPKLV .title-wrapper .title-wrap .mbr-iconfont {
  display: inline-flex;
  color: #0f1d07;
  font-size: 60px;
  padding-top: 1.5rem;
  margin-left: 10px;
}
.cid-uUyL1ZPKLV .item {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uUyL1ZPKLV .item {
    margin-bottom: 40px;
  }
}
.cid-uUyL1ZPKLV .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uUyL1ZPKLV .item .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
  opacity: 0.5;
}
.cid-uUyL1ZPKLV .item .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uUyL1ZPKLV .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uUyL1ZPKLV .item .item-wrapper .card-box .list .item-wrap:hover,
.cid-uUyL1ZPKLV .item .item-wrapper .card-box .list .item-wrap:focus {
  text-decoration-color: #679436;
}
.cid-uUyL1ZPKLV .border-wrap {
  background-color: #90f188;
  height: 1px;
  width: 100%;
}
.cid-uUyL1ZPKLV .copy-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  display: block;
}
@media (max-width: 992px) {
  .cid-uUyL1ZPKLV .copy-wrapper {
    padding: 30px 0;
    flex-direction: column-reverse;
  }
}
.cid-uUyL1ZPKLV .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uUyL1ZPKLV .copy-wrapper .mbr-copy {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUyL1ZPKLV .copy-wrapper .mbr-section-btn {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uUyL1ZPKLV .copy-wrapper .mbr-section-btn .btn {
  text-decoration: none;
  position: relative;
}
.cid-uUyL1ZPKLV .copy-wrapper .mbr-section-btn .btn::before {
  content: '*';
  position: absolute;
  top: 38%;
  right: -14px;
  color: #90f188;
  font-size: 20px;
}
.cid-uUyL1ZPKLV .copy-wrapper .mbr-section-btn .btn:last-child::before {
  display: none;
}
.cid-uUyL1ZPKLV .item-menu-overlay .btn-wrapper {
  margin-top: -6%;
}
.cid-uUyL1ZPKLV .mbr-section-title {
  color: #0f1d07;
}
.cid-uUyL1ZPKLV .item-title {
  color: #0f1d07;
}
.cid-uUyL1ZPKLV .item-desc {
  color: #0f1d07;
}
.cid-uUyL1ZPKLV .list {
  color: #0f1d07;
}
.cid-uUyL1ZPKLV .mbr-copy {
  color: #000000;
}
.cid-uUyL1ZPKLV .mbr-section-title,
.cid-uUyL1ZPKLV .title-wrapper,
.cid-uUyL1ZPKLV .mbr-section-btn {
  color: #e32006;
}
.cid-uUCa8uEPqL {
  background-color: transparent;
}
.cid-uUCa8uEPqL .navbar-dropdown {
  background: #ffc107 !important;
  padding: 0;
}
.cid-uUCa8uEPqL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffc107 !important;
  background: #ffc107;
}
.cid-uUCa8uEPqL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUCa8uEPqL .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uUCa8uEPqL .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uUCa8uEPqL .menu_box .navbar.opened,
  .cid-uUCa8uEPqL .menu_box .navbar-collapse {
    background-color: #ffc107 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uUCa8uEPqL .navbar-dropdown {
  position: relative !important;
}
.cid-uUCa8uEPqL .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uUCa8uEPqL .btn:hover {
  box-shadow: none;
}
.cid-uUCa8uEPqL .nav-item {
  margin: 0 5px;
  z-index: 1;
}
@media (min-width: 1200px) {
  .cid-uUCa8uEPqL .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .cid-uUCa8uEPqL .nav-item {
    margin: 0 !important;
  }
}
.cid-uUCa8uEPqL .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.cid-uUCa8uEPqL .nav-item .nav-link:hover,
.cid-uUCa8uEPqL .nav-item .nav-link:focus {
  background-color: #ffc107 !important;
  color: #000000 !important;
}
.cid-uUCa8uEPqL .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uUCa8uEPqL .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uUCa8uEPqL .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uUCa8uEPqL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUCa8uEPqL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-uUCa8uEPqL .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uUCa8uEPqL .offcanvas_box {
    display: none;
  }
}
.cid-uUCa8uEPqL .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uUCa8uEPqL .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uUCa8uEPqL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uUCa8uEPqL .container {
  display: flex;
  margin: auto;
}
.cid-uUCa8uEPqL .iconfont-wrapper {
  color: #0f1d07;
  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-uUCa8uEPqL .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uUCa8uEPqL .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uUCa8uEPqL .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uUCa8uEPqL .navbar-nav {
    margin: 0;
  }
}
.cid-uUCa8uEPqL .dropdown-menu,
.cid-uUCa8uEPqL .navbar.opened {
  background-color: true !important;
}
.cid-uUCa8uEPqL .nav-item:focus,
.cid-uUCa8uEPqL .nav-link:focus {
  outline: none;
}
.cid-uUCa8uEPqL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUCa8uEPqL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUCa8uEPqL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUCa8uEPqL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUCa8uEPqL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUCa8uEPqL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUCa8uEPqL .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uUCa8uEPqL .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uUCa8uEPqL .navbar.opened {
  transition: all 0.3s;
}
.cid-uUCa8uEPqL .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uUCa8uEPqL .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uUCa8uEPqL .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUCa8uEPqL .navbar.collapsed {
  justify-content: center;
}
.cid-uUCa8uEPqL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUCa8uEPqL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUCa8uEPqL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUCa8uEPqL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUCa8uEPqL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUCa8uEPqL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uUCa8uEPqL .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uUCa8uEPqL .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uUCa8uEPqL .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uUCa8uEPqL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUCa8uEPqL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUCa8uEPqL .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uUCa8uEPqL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUCa8uEPqL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uUCa8uEPqL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUCa8uEPqL .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uUCa8uEPqL .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uUCa8uEPqL .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uUCa8uEPqL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uUCa8uEPqL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUCa8uEPqL .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uUCa8uEPqL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUCa8uEPqL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUCa8uEPqL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUCa8uEPqL .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-uUCa8uEPqL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uUCa8uEPqL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUCa8uEPqL .dropdown-item.active,
.cid-uUCa8uEPqL .dropdown-item:active {
  background-color: transparent;
}
.cid-uUCa8uEPqL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uUCa8uEPqL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUCa8uEPqL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUCa8uEPqL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUCa8uEPqL ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uUCa8uEPqL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUCa8uEPqL button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffc107;
  background: #000000;
}
.cid-uUCa8uEPqL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUCa8uEPqL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUCa8uEPqL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUCa8uEPqL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUCa8uEPqL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUCa8uEPqL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUCa8uEPqL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUCa8uEPqL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUCa8uEPqL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUCa8uEPqL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uUCa8uEPqL .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-uUCa8uEPqL .navbar {
    height: 70px;
  }
  .cid-uUCa8uEPqL .navbar.opened {
    height: auto;
  }
  .cid-uUCa8uEPqL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUCa8uEPqL .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uUCa8uEPqL .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uUCa8uEPqL .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 200px;
}
.cid-uUCa8uEPqL .navbar-caption:hover {
  color: #ffc107;
}
@media (min-width: 992px) {
  .cid-uUCa8uEPqL .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uUCa8uEPqL .text_widget {
  margin-bottom: 32px;
}
.cid-uUCa8uEPqL .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uUCa8uEPqL .text_widget a:hover,
.cid-uUCa8uEPqL .text_widget a:focus {
  opacity: 0.8;
}
.cid-uUCa8uEPqL .mbr-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.cid-uUCa8uEPqL .navbar-caption {
  color: #000000;
}
.cid-uUCa8uEPqL .mbr-text {
  color: #0f1d07;
  text-align: center;
}
.cid-uUCa8uEPqL .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUCa8uEPqL .navigation-wrapper {
    display: block;
  }
}
.cid-uUCa8uEPqL .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-uUCa8uEPqL .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.cid-uUCa8uEPqL .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 1;
  border-radius: 100vw !important;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uUCa8uEPqL .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.cid-uUCa8uEPqL .mbr-section-subtitle,
.cid-uUCa8uEPqL .text_widget,
.cid-uUCa8uEPqL .mbr-section-btn {
  text-align: center;
}
.cid-uUCa8uEPqL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uUCa8uEPqL .nav-link,
.cid-uUCa8uEPqL .dropdown-item {
  color: #000000;
}
.cid-uUCa8vh5yQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUCa8vh5yQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCa8vh5yQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCa8vh5yQ .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUCa8vh5yQ .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUCa8vh5yQ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUCa8vh5yQ .container {
    padding: 0 20px;
  }
}
.cid-uUCa8vh5yQ .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uUCa8vh5yQ .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uUCa8vh5yQ .content-wrapper .mbr-section-title span {
  opacity: .5;
}
.cid-uUCa8vh5yQ .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUCa8vh5yQ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUCa8vh5yQ .mbr-section-title {
  color: #0f1d07;
}
.cid-uUCa8vh5yQ .mbr-text {
  color: #0f1d07;
}
.cid-uUCa8vh5yQ .mbr-section-title,
.cid-uUCa8vh5yQ .mbr-section-btn {
  color: #e32006;
}
.cid-uUCa8xIuQH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffc107;
}
.cid-uUCa8xIuQH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCa8xIuQH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCa8xIuQH .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUCa8xIuQH .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUCa8xIuQH .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUCa8xIuQH .container {
    padding: 0 20px;
  }
}
.cid-uUCa8xIuQH .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1;
}
.cid-uUCa8xIuQH .text-wrapper .mbr-text span {
  color: #e32006;
}
.cid-uUCa8xIuQH .mbr-text {
  color: #070035;
}
.cid-uUCa8vBUot {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e32006;
}
.cid-uUCa8vBUot .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCa8vBUot .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCa8vBUot .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUCa8vBUot .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUCa8vBUot .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUCa8vBUot .container {
    padding: 0 20px;
  }
}
.cid-uUCa8vBUot .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1;
}
.cid-uUCa8vBUot .text-wrapper .mbr-text span {
  color: #ffc107;
}
.cid-uUCa8vBUot .mbr-text {
  color: #ffffff;
}
.cid-uUCa8w7nUX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUCa8w7nUX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCa8w7nUX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCa8w7nUX .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUCa8w7nUX .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUCa8w7nUX .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUCa8w7nUX .container {
    padding: 0 20px;
  }
}
.cid-uUCa8w7nUX .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 80px;
  background-color: #e32006;
}
@media (max-width: 992px) {
  .cid-uUCa8w7nUX .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-uUCa8w7nUX .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uUCa8w7nUX .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uUCa8w7nUX .content-wrapper img {
  height: 900px;
  object-fit: cover;
  border-radius: 2rem !important;
}
.cid-uUCa8w7nUX .mbr-section-title {
  color: #e32006;
}
.cid-uUCa8w7nUX .mbr-desc {
  color: #38001b;
}
.cid-uUCa8w7nUX .mbr-desc,
.cid-uUCa8w7nUX .desc-wrapper {
  color: #ffffff;
}
.cid-uUCa8wmEB3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1734640672449-0d65faceb323-1.jpeg");
}
.cid-uUCa8wmEB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCa8wmEB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCa8wmEB3 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUCa8wmEB3 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUCa8wmEB3 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUCa8wmEB3 .container {
    padding: 0 20px;
  }
}
.cid-uUCa8wmEB3 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uUCa8wmEB3 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .cid-uUCa8wmEB3 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUCa8wmEB3 .image-wrapper img {
  height: 650px;
  width: 100%;
  border-radius: 2rem !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUCa8wmEB3 .image-wrapper img {
    height: 350px;
  }
}
.cid-uUCa8wmEB3 .mbr-section-title {
  color: #ffffff;
}
.cid-uUCa8wmEB3 .mbr-text {
  color: #ffffff;
}
.cid-uUCa8wmEB3 .mbr-section-title,
.cid-uUCa8wmEB3 .mbr-section-btn {
  color: #e32006;
}
.cid-uUCa8wmEB3 .mbr-text,
.cid-uUCa8wmEB3 .text-wrapper {
  color: #093756;
}
.cid-uUCa8wDZWO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e32006;
}
.cid-uUCa8wDZWO .item:focus,
.cid-uUCa8wDZWO span:focus {
  outline: none;
}
.cid-uUCa8wDZWO .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uUCa8wDZWO .content-head {
  max-width: 800px;
}
.cid-uUCa8wDZWO .loop-container {
  padding-top: 10px;
  margin-bottom: 0.5rem;
}
.cid-uUCa8wDZWO .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uUCa8wDZWO .item {
    min-height: 45px;
  }
}
.cid-uUCa8wSBqZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uUCa8wSBqZ .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUCa8wSBqZ .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUCa8wSBqZ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUCa8wSBqZ .container {
    padding: 0 20px;
  }
}
.cid-uUCa8wSBqZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 495px;
  max-width: 495px;
}
.cid-uUCa8wSBqZ .embla__slide:nth-child(2n) {
  min-width: 620px;
  max-width: 620px;
}
@media (max-width: 767px) {
  .cid-uUCa8wSBqZ .embla__slide:nth-child(2n) {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uUCa8wSBqZ .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img img {
  height: 350px;
}
@media (max-width: 767px) {
  .cid-uUCa8wSBqZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uUCa8wSBqZ .embla__slide .slide-content {
  width: 100%;
}
.cid-uUCa8wSBqZ .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uUCa8wSBqZ .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-uUCa8wSBqZ .embla__slide .slide-content .item-wrapper .item-img img {
  height: 495px;
  object-fit: cover;
  border-radius: 20px !important;
}
.cid-uUCa8wSBqZ .embla__button--next,
.cid-uUCa8wSBqZ .embla__button--prev {
  display: flex;
}
.cid-uUCa8wSBqZ .embla__button {
  top: 0;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uUCa8wSBqZ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uUCa8wSBqZ .embla__button:hover {
  background-color: #82d7ff !important;
}
.cid-uUCa8wSBqZ .embla__button.embla__button--prev {
  right: 4rem;
  border-radius: 6.25rem 0 0 6.25rem;
}
.cid-uUCa8wSBqZ .embla__button.embla__button--next {
  right: 0;
  border-radius: 0 6.25rem 6.25rem 0;
}
.cid-uUCa8wSBqZ .embla {
  position: relative;
  width: 100%;
}
.cid-uUCa8wSBqZ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uUCa8wSBqZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uUCa8wSBqZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uUCa8wSBqZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uUCa8xpAbD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uUCa8xpAbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCa8xpAbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCa8xpAbD .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUCa8xpAbD .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUCa8xpAbD .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUCa8xpAbD .container {
    padding: 0 20px;
  }
}
.cid-uUCa8xpAbD .row {
  justify-content: center;
}
.cid-uUCa8xpAbD .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uUCa8xpAbD .content-wrapper {
    display: block;
  }
}
.cid-uUCa8xpAbD .content-wrapper .card {
  justify-content: center;
}
.cid-uUCa8xpAbD .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uUCa8xpAbD .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uUCa8xpAbD .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uUCa8xpAbD .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uUCa8xpAbD .content-wrapper .content-wrap {
  width: 50%;
  padding-left: 200px;
}
@media (max-width: 1440px) {
  .cid-uUCa8xpAbD .content-wrapper .content-wrap {
    padding-left: 100px;
  }
}
@media (max-width: 1199px) {
  .cid-uUCa8xpAbD .content-wrapper .content-wrap {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUCa8xpAbD .content-wrapper .content-wrap {
    width: 100%;
    padding-left: 0;
  }
}
.cid-uUCa8xpAbD .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uUCa8xpAbD .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-uUCa8xpAbD .mbr-section-title {
  color: #e32006;
  text-align: center;
}
.cid-uUCa8xpAbD .mbr-text {
  color: #003753;
}
.cid-uUCa8xW1w5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUCa8xW1w5 .mbr-section-title {
  text-align: center;
  color: #e32006;
}
.cid-uUCa8xW1w5 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uUCa8zWAvx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffc107;
}
.cid-uUCa8zWAvx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCa8zWAvx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCa8zWAvx .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUCa8zWAvx .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUCa8zWAvx .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUCa8zWAvx .container {
    padding: 0 20px;
  }
}
.cid-uUCa8zWAvx .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uUCa8zWAvx .title-wrapper {
    display: block;
  }
}
.cid-uUCa8zWAvx .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uUCa8zWAvx .title-wrapper .mbr-section-title {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uUCa8zWAvx .title-wrapper .mbr-section-title span {
  color: #e32006;
}
.cid-uUCa8zWAvx .title-wrapper .mbr-section-btn .btn {
  padding: 30px 40px;
  min-width: 465px;
}
@media (max-width: 992px) {
  .cid-uUCa8zWAvx .title-wrapper .mbr-section-btn .btn {
    margin-right: 0;
    min-width: auto;
  }
}
.cid-uUCa8zWAvx .mbr-section-title {
  color: #38001b;
}
.cid-uUCa8zWAvx .mbr-section-title,
.cid-uUCa8zWAvx .mbr-section-btn {
  color: #ffffff;
}
.cid-uUCa8B10am {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e32006;
}
.cid-uUCa8B10am .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCa8B10am .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCa8B10am .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUCa8B10am .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUCa8B10am .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUCa8B10am .container {
    padding: 0 20px;
  }
}
.cid-uUCa8B10am .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1;
}
.cid-uUCa8B10am .text-wrapper .mbr-text span {
  color: #7d41d1;
}
.cid-uUCa8B10am .mbr-text {
  color: #FFFFFF;
}
.cid-uUCa8Bm2J6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uUCa8Bm2J6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCa8Bm2J6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCa8Bm2J6 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUCa8Bm2J6 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUCa8Bm2J6 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUCa8Bm2J6 .container {
    padding: 0 20px;
  }
}
.cid-uUCa8Bm2J6 .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uUCa8Bm2J6 .title-wrapper {
    display: block;
  }
}
.cid-uUCa8Bm2J6 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uUCa8Bm2J6 .title-wrapper .mbr-section-title {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uUCa8Bm2J6 .title-wrapper .mbr-section-title span {
  color: #fd589e;
}
.cid-uUCa8Bm2J6 .title-wrapper .mbr-section-btn .btn {
  padding: 30px 40px;
  min-width: 465px;
}
@media (max-width: 992px) {
  .cid-uUCa8Bm2J6 .title-wrapper .mbr-section-btn .btn {
    margin-right: 0;
    min-width: auto;
  }
}
.cid-uUCa8Bm2J6 .mbr-section-title {
  color: #38001b;
}
.cid-uUCa8Bm2J6 .mbr-section-title,
.cid-uUCa8Bm2J6 .mbr-section-btn {
  color: #000000;
}
.cid-uUCa8Cd4h8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e32006;
}
.cid-uUCa8Cd4h8 .item:focus,
.cid-uUCa8Cd4h8 span:focus {
  outline: none;
}
.cid-uUCa8Cd4h8 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uUCa8Cd4h8 .content-head {
  max-width: 800px;
}
.cid-uUCa8Cd4h8 .loop-container {
  padding-top: 10px;
  margin-bottom: 0.5rem;
}
.cid-uUCa8Cd4h8 .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uUCa8Cd4h8 .item {
    min-height: 45px;
  }
}
.cid-uUCa8CMznw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffc107;
}
.cid-uUCa8CMznw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCa8CMznw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCa8CMznw .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUCa8CMznw .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUCa8CMznw .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUCa8CMznw .container {
    padding: 0 20px;
  }
}
.cid-uUCa8CMznw .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1300px) {
  .cid-uUCa8CMznw .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1200px) {
  .cid-uUCa8CMznw .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uUCa8CMznw .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uUCa8CMznw .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  align-items: flex-end;
  position: relative;
  border-radius: 20px;
  height: 550px;
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-uUCa8CMznw .items-wrapper .item .item-wrapper .item-img {
    height: 400px;
  }
}
.cid-uUCa8CMznw .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uUCa8CMznw .items-wrapper .item .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uUCa8CMznw .items-wrapper .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uUCa8CMznw .items-wrapper .item .item-wrapper .item-img .item-content .content-wrap {
  display: inline-flex;
  align-items: center;
  padding: 5px;
  border-radius: 100vw;
  background-color: #ffffff;
}
@media (max-width: 425px) {
  .cid-uUCa8CMznw .items-wrapper .item .item-wrapper .item-img .item-content .content-wrap {
    padding: 10px;
    border-radius: 20px;
    display: block;
  }
}
.cid-uUCa8CMznw .items-wrapper .item .item-wrapper .item-img .item-content .content-wrap .item-name {
  border-radius: 100vw;
  background-color: #004e72;
  margin-bottom: 0;
  padding: 15px 24px;
  min-width: 120px;
}
.cid-uUCa8CMznw .items-wrapper .item .item-wrapper .item-img .item-content .content-wrap .item-role {
  padding: 15px 12px;
  margin-bottom: 0;
}
.cid-uUCa8CMznw .item-name {
  color: #FFFFFF;
}
.cid-uUCa8CMznw .item-role {
  color: #FFFFFF;
}
.cid-uUCa8CMznw .item-content,
.cid-uUCa8CMznw .item-name,
.cid-uUCa8CMznw .item-role {
  text-align: center;
}
.cid-uUCa8CMznw .item-name,
.cid-uUCa8CMznw .item-content {
  color: #FFFFFF;
}
.cid-uUCa8CMznw .item-role,
.cid-uUCa8CMznw .item-content {
  color: #000000;
}
.cid-uUKUTk7hzv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e32006;
}
.cid-uUKUTk7hzv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUKUTk7hzv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUKUTk7hzv .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUKUTk7hzv .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUKUTk7hzv .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUKUTk7hzv .container {
    padding: 0 20px;
  }
}
.cid-uUKUTk7hzv .row {
  justify-content: center;
}
.cid-uUKUTk7hzv .content-wrapper {
  display: flex;
  padding: 30px;
  border-radius: 2rem;
  background-color: #0f1d07;
}
@media (max-width: 992px) {
  .cid-uUKUTk7hzv .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uUKUTk7hzv .content-wrapper .card {
  justify-content: center;
}
.cid-uUKUTk7hzv .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uUKUTk7hzv .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uUKUTk7hzv .content-wrapper .image-wrapper img {
  height: 720px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uUKUTk7hzv .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uUKUTk7hzv .content-wrapper .content-wrap {
  width: 50%;
  padding: 0 200px 0 60px;
  padding: 0 60px 0 200px;
}
@media (max-width: 992px) {
  .cid-uUKUTk7hzv .content-wrapper .content-wrap {
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uUKUTk7hzv .content-wrapper .content-wrap {
    padding: 0 100px 0 60px;
  }
}
@media (max-width: 1199px) {
  .cid-uUKUTk7hzv .content-wrapper .content-wrap {
    padding: 0 40px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uUKUTk7hzv .content-wrapper .content-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uUKUTk7hzv .content-wrapper .content-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-uUKUTk7hzv .content-wrapper .content-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-uUKUTk7hzv .content-wrapper .content-wrap .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uUKUTk7hzv .content-wrapper .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uUKUTk7hzv .content-wrapper .content-wrap .dragArea.row .form-group .form-control {
  padding: 20px;
  border: none !important;
  box-shadow: none;
  border-radius: 20px !important;
  background-color: #ffffff;
}
.cid-uUKUTk7hzv .content-wrapper .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-uUKUTk7hzv .content-wrapper .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uUKUTk7hzv .content-wrapper .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #679436;
  opacity: .5;
}
.cid-uUKUTk7hzv .content-wrapper .content-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uUKUTk7hzv .content-wrapper .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uUKUTk7hzv .content-wrapper .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #679436;
  border-color: #679436;
  border-radius: 0;
}
.cid-uUKUTk7hzv .content-wrapper .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uUKUTk7hzv .content-wrapper .content-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uUKUTk7hzv .mbr-section-title {
  color: #ffffff;
}
.cid-uUKUTk7hzv .mbr-text {
  color: #ffffff;
}
.cid-uUKUTk7hzv label {
  color: #ffffff;
}
.cid-uULjd89QBw {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uULjd89QBw .icon-transition span {
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #000000;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 74px;
  height: 74px;
  background: #f3f7f9 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uULjd89QBw .mbr-iconfont {
  align-items: center;
}
.cid-uULjd89QBw .mbr-iconfont:before {
  font-size: 30px;
  display: flex;
  justify-content: center;
}
.cid-uULjd89QBw .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uULjd89QBw .icon-transition span:hover {
  background-color: #000000;
  color: #f3f7f9;
}
.cid-uULjd89QBw .social-media {
  padding: 0;
}
.cid-uULjd89QBw .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uULjd89QBw .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uULjd89QBw .mbr-list,
.cid-uULjd89QBw .social-media UL {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uULjd89QBw .social-list {
    text-align: center !important;
  }
}
.cid-uULjd89QBw .mbr-section-title,
.cid-uULjd89QBw .social-list {
  color: #e32006;
}
.cid-uUL4dDzj0c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8e7ee;
}
.cid-uUL4dDzj0c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUL4dDzj0c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUL4dDzj0c .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUL4dDzj0c .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUL4dDzj0c .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUL4dDzj0c .container {
    padding: 0 20px;
  }
}
.cid-uUL4dDzj0c .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1;
}
.cid-uUL4dDzj0c .text-wrapper .mbr-text span {
  color: #7d41d1;
}
.cid-uUL4dDzj0c .mbr-text {
  color: #070035;
}
.cid-uUKYbBUsau {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUKYbBUsau .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUKYbBUsau .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUKYbBUsau .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUKYbBUsau .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUKYbBUsau .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUKYbBUsau .container {
    padding: 0 20px;
  }
}
.cid-uUKYbBUsau .row {
  justify-content: center;
}
.cid-uUKYbBUsau .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUKYbBUsau .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uUKYbBUsau .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1200px) {
  .cid-uUKYbBUsau .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uUKYbBUsau .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uUKYbBUsau .content-wrapper .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uUKYbBUsau .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uUKYbBUsau .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #093756;
  display: inline-flex;
}
.cid-uUKYbBUsau .content-wrapper .items-wrapper .item .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #093756;
  opacity: 0.2;
  margin-bottom: 20px;
}
.cid-uUKYbBUsau .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uUKYbBUsau .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 20px;
  line-height: 1.6;
}
.cid-uUKYbBUsau .mbr-section-title {
  color: #e32006;
}
.cid-uUKYbBUsau .mbr-text {
  color: #38001b;
}
.cid-uUKYbBUsau .item-title {
  color: #38001b;
}
.cid-uUKYbBUsau .item-text {
  color: #093756;
}
.cid-uUKYbBUsau .item-title,
.cid-uUKYbBUsau .icon-wrapper {
  color: #093756;
}
.cid-uUCa8G8Bap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
}
.cid-uUCa8G8Bap .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCa8G8Bap .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCa8G8Bap .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUCa8G8Bap .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUCa8G8Bap .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUCa8G8Bap .container {
    padding: 0 20px;
  }
}
.cid-uUCa8G8Bap .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uUCa8G8Bap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUCa8G8Bap .title-wrapper .title-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uUCa8G8Bap .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uUCa8G8Bap .title-wrapper .title-wrap:hover .mbr-section-title,
.cid-uUCa8G8Bap .title-wrapper .title-wrap:focus .mbr-section-title {
  color: #0f1d07;
}
.cid-uUCa8G8Bap .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUCa8G8Bap .title-wrapper .title-wrap .mbr-iconfont {
  display: inline-flex;
  color: #0f1d07;
  font-size: 60px;
  padding-top: 1.5rem;
  margin-left: 10px;
}
.cid-uUCa8G8Bap .item {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uUCa8G8Bap .item {
    margin-bottom: 40px;
  }
}
.cid-uUCa8G8Bap .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uUCa8G8Bap .item .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
  opacity: 0.5;
}
.cid-uUCa8G8Bap .item .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uUCa8G8Bap .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uUCa8G8Bap .item .item-wrapper .card-box .list .item-wrap:hover,
.cid-uUCa8G8Bap .item .item-wrapper .card-box .list .item-wrap:focus {
  text-decoration-color: #679436;
}
.cid-uUCa8G8Bap .border-wrap {
  background-color: #90f188;
  height: 1px;
  width: 100%;
}
.cid-uUCa8G8Bap .copy-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  display: block;
}
@media (max-width: 992px) {
  .cid-uUCa8G8Bap .copy-wrapper {
    padding: 30px 0;
    flex-direction: column-reverse;
  }
}
.cid-uUCa8G8Bap .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uUCa8G8Bap .copy-wrapper .mbr-copy {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUCa8G8Bap .copy-wrapper .mbr-section-btn {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uUCa8G8Bap .copy-wrapper .mbr-section-btn .btn {
  text-decoration: none;
  position: relative;
}
.cid-uUCa8G8Bap .copy-wrapper .mbr-section-btn .btn::before {
  content: '*';
  position: absolute;
  top: 38%;
  right: -14px;
  color: #90f188;
  font-size: 20px;
}
.cid-uUCa8G8Bap .copy-wrapper .mbr-section-btn .btn:last-child::before {
  display: none;
}
.cid-uUCa8G8Bap .item-menu-overlay .btn-wrapper {
  margin-top: -6%;
}
.cid-uUCa8G8Bap .mbr-section-title {
  color: #0f1d07;
}
.cid-uUCa8G8Bap .item-title {
  color: #0f1d07;
}
.cid-uUCa8G8Bap .item-desc {
  color: #0f1d07;
}
.cid-uUCa8G8Bap .list {
  color: #0f1d07;
}
.cid-uUCa8G8Bap .mbr-copy {
  color: #000000;
}
.cid-uUCa8G8Bap .mbr-section-title,
.cid-uUCa8G8Bap .title-wrapper,
.cid-uUCa8G8Bap .mbr-section-btn {
  color: #e32006;
}
.cid-uUCgFdbQPy {
  background-color: transparent;
}
.cid-uUCgFdbQPy .navbar-dropdown {
  background: #ffc107 !important;
  padding: 0;
}
.cid-uUCgFdbQPy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffc107 !important;
  background: #ffc107;
}
.cid-uUCgFdbQPy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUCgFdbQPy .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uUCgFdbQPy .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uUCgFdbQPy .menu_box .navbar.opened,
  .cid-uUCgFdbQPy .menu_box .navbar-collapse {
    background-color: #ffc107 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uUCgFdbQPy .navbar-dropdown {
  position: relative !important;
}
.cid-uUCgFdbQPy .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uUCgFdbQPy .btn:hover {
  box-shadow: none;
}
.cid-uUCgFdbQPy .nav-item {
  margin: 0 5px;
  z-index: 1;
}
@media (min-width: 1200px) {
  .cid-uUCgFdbQPy .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .cid-uUCgFdbQPy .nav-item {
    margin: 0 !important;
  }
}
.cid-uUCgFdbQPy .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.cid-uUCgFdbQPy .nav-item .nav-link:hover,
.cid-uUCgFdbQPy .nav-item .nav-link:focus {
  background-color: #ffc107 !important;
  color: #000000 !important;
}
.cid-uUCgFdbQPy .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uUCgFdbQPy .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uUCgFdbQPy .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uUCgFdbQPy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUCgFdbQPy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-uUCgFdbQPy .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uUCgFdbQPy .offcanvas_box {
    display: none;
  }
}
.cid-uUCgFdbQPy .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uUCgFdbQPy .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uUCgFdbQPy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uUCgFdbQPy .container {
  display: flex;
  margin: auto;
}
.cid-uUCgFdbQPy .iconfont-wrapper {
  color: #0f1d07;
  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-uUCgFdbQPy .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uUCgFdbQPy .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uUCgFdbQPy .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uUCgFdbQPy .navbar-nav {
    margin: 0;
  }
}
.cid-uUCgFdbQPy .dropdown-menu,
.cid-uUCgFdbQPy .navbar.opened {
  background-color: true !important;
}
.cid-uUCgFdbQPy .nav-item:focus,
.cid-uUCgFdbQPy .nav-link:focus {
  outline: none;
}
.cid-uUCgFdbQPy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUCgFdbQPy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUCgFdbQPy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUCgFdbQPy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUCgFdbQPy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUCgFdbQPy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUCgFdbQPy .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uUCgFdbQPy .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uUCgFdbQPy .navbar.opened {
  transition: all 0.3s;
}
.cid-uUCgFdbQPy .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uUCgFdbQPy .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uUCgFdbQPy .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUCgFdbQPy .navbar.collapsed {
  justify-content: center;
}
.cid-uUCgFdbQPy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUCgFdbQPy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUCgFdbQPy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUCgFdbQPy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUCgFdbQPy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUCgFdbQPy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uUCgFdbQPy .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uUCgFdbQPy .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uUCgFdbQPy .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uUCgFdbQPy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUCgFdbQPy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUCgFdbQPy .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uUCgFdbQPy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUCgFdbQPy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uUCgFdbQPy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUCgFdbQPy .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uUCgFdbQPy .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uUCgFdbQPy .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uUCgFdbQPy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uUCgFdbQPy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUCgFdbQPy .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uUCgFdbQPy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUCgFdbQPy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUCgFdbQPy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUCgFdbQPy .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-uUCgFdbQPy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uUCgFdbQPy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUCgFdbQPy .dropdown-item.active,
.cid-uUCgFdbQPy .dropdown-item:active {
  background-color: transparent;
}
.cid-uUCgFdbQPy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uUCgFdbQPy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUCgFdbQPy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUCgFdbQPy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUCgFdbQPy ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uUCgFdbQPy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUCgFdbQPy button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffc107;
  background: #000000;
}
.cid-uUCgFdbQPy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUCgFdbQPy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUCgFdbQPy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUCgFdbQPy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUCgFdbQPy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUCgFdbQPy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUCgFdbQPy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUCgFdbQPy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUCgFdbQPy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUCgFdbQPy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uUCgFdbQPy .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-uUCgFdbQPy .navbar {
    height: 70px;
  }
  .cid-uUCgFdbQPy .navbar.opened {
    height: auto;
  }
  .cid-uUCgFdbQPy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUCgFdbQPy .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uUCgFdbQPy .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uUCgFdbQPy .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 200px;
}
.cid-uUCgFdbQPy .navbar-caption:hover {
  color: #ffc107;
}
@media (min-width: 992px) {
  .cid-uUCgFdbQPy .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uUCgFdbQPy .text_widget {
  margin-bottom: 32px;
}
.cid-uUCgFdbQPy .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uUCgFdbQPy .text_widget a:hover,
.cid-uUCgFdbQPy .text_widget a:focus {
  opacity: 0.8;
}
.cid-uUCgFdbQPy .mbr-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.cid-uUCgFdbQPy .navbar-caption {
  color: #000000;
}
.cid-uUCgFdbQPy .mbr-text {
  color: #0f1d07;
  text-align: center;
}
.cid-uUCgFdbQPy .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUCgFdbQPy .navigation-wrapper {
    display: block;
  }
}
.cid-uUCgFdbQPy .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-uUCgFdbQPy .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.cid-uUCgFdbQPy .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 1;
  border-radius: 100vw !important;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uUCgFdbQPy .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.cid-uUCgFdbQPy .mbr-section-subtitle,
.cid-uUCgFdbQPy .text_widget,
.cid-uUCgFdbQPy .mbr-section-btn {
  text-align: center;
}
.cid-uUCgFdbQPy a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uUCgFdbQPy .nav-link,
.cid-uUCgFdbQPy .dropdown-item {
  color: #000000;
}
.cid-uUCgFdRUhZ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUCgFdRUhZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCgFdRUhZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCgFdRUhZ .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUCgFdRUhZ .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUCgFdRUhZ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUCgFdRUhZ .container {
    padding: 0 20px;
  }
}
.cid-uUCgFdRUhZ .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1;
}
.cid-uUCgFdRUhZ .text-wrapper .mbr-text span {
  color: #7d41d1;
}
.cid-uUCgFdRUhZ .mbr-text {
  color: #e32006;
}
.cid-uUKV8ndtVX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e32006;
}
.cid-uUKV8ndtVX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUKV8ndtVX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUKV8ndtVX .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUKV8ndtVX .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUKV8ndtVX .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUKV8ndtVX .container {
    padding: 0 20px;
  }
}
.cid-uUKV8ndtVX .row {
  justify-content: center;
}
.cid-uUKV8ndtVX .content-wrapper {
  display: flex;
  padding: 30px;
  border-radius: 2rem;
  background-color: #0f1d07;
}
@media (max-width: 992px) {
  .cid-uUKV8ndtVX .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uUKV8ndtVX .content-wrapper .card {
  justify-content: center;
}
.cid-uUKV8ndtVX .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uUKV8ndtVX .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uUKV8ndtVX .content-wrapper .image-wrapper img {
  height: 720px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uUKV8ndtVX .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uUKV8ndtVX .content-wrapper .content-wrap {
  width: 50%;
  padding: 0 200px 0 60px;
  padding: 0 60px 0 200px;
}
@media (max-width: 992px) {
  .cid-uUKV8ndtVX .content-wrapper .content-wrap {
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uUKV8ndtVX .content-wrapper .content-wrap {
    padding: 0 100px 0 60px;
  }
}
@media (max-width: 1199px) {
  .cid-uUKV8ndtVX .content-wrapper .content-wrap {
    padding: 0 40px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uUKV8ndtVX .content-wrapper .content-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uUKV8ndtVX .content-wrapper .content-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-uUKV8ndtVX .content-wrapper .content-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-uUKV8ndtVX .content-wrapper .content-wrap .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uUKV8ndtVX .content-wrapper .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uUKV8ndtVX .content-wrapper .content-wrap .dragArea.row .form-group .form-control {
  padding: 20px;
  border: none !important;
  box-shadow: none;
  border-radius: 20px !important;
  background-color: #ffffff;
}
.cid-uUKV8ndtVX .content-wrapper .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-uUKV8ndtVX .content-wrapper .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uUKV8ndtVX .content-wrapper .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #679436;
  opacity: .5;
}
.cid-uUKV8ndtVX .content-wrapper .content-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uUKV8ndtVX .content-wrapper .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uUKV8ndtVX .content-wrapper .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #679436;
  border-color: #679436;
  border-radius: 0;
}
.cid-uUKV8ndtVX .content-wrapper .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uUKV8ndtVX .content-wrapper .content-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uUKV8ndtVX .mbr-section-title {
  color: #ffffff;
}
.cid-uUKV8ndtVX .mbr-text {
  color: #ffffff;
}
.cid-uUKV8ndtVX label {
  color: #ffffff;
}
.cid-uUKY4X5Ax6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUKY4X5Ax6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUKY4X5Ax6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUKY4X5Ax6 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUKY4X5Ax6 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUKY4X5Ax6 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUKY4X5Ax6 .container {
    padding: 0 20px;
  }
}
.cid-uUKY4X5Ax6 .row {
  justify-content: center;
}
.cid-uUKY4X5Ax6 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUKY4X5Ax6 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uUKY4X5Ax6 .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1200px) {
  .cid-uUKY4X5Ax6 .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uUKY4X5Ax6 .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uUKY4X5Ax6 .content-wrapper .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uUKY4X5Ax6 .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uUKY4X5Ax6 .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #093756;
  display: inline-flex;
}
.cid-uUKY4X5Ax6 .content-wrapper .items-wrapper .item .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #093756;
  opacity: 0.2;
  margin-bottom: 20px;
}
.cid-uUKY4X5Ax6 .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uUKY4X5Ax6 .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 20px;
  line-height: 1.6;
}
.cid-uUKY4X5Ax6 .mbr-section-title {
  color: #093756;
}
.cid-uUKY4X5Ax6 .mbr-text {
  color: #38001b;
}
.cid-uUKY4X5Ax6 .item-title {
  color: #38001b;
}
.cid-uUKY4X5Ax6 .item-text {
  color: #093756;
}
.cid-uUKY4X5Ax6 .item-title,
.cid-uUKY4X5Ax6 .icon-wrapper {
  color: #093756;
}
.cid-uUCgFfTEh2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e32006;
}
.cid-uUCgFfTEh2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCgFfTEh2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCgFfTEh2 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUCgFfTEh2 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUCgFfTEh2 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUCgFfTEh2 .container {
    padding: 0 20px;
  }
}
.cid-uUCgFfTEh2 .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1;
}
.cid-uUCgFfTEh2 .text-wrapper .mbr-text span {
  color: #7d41d1;
}
.cid-uUCgFfTEh2 .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uUL4Bknt3E {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffc107;
}
.cid-uUL4Bknt3E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUL4Bknt3E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUL4Bknt3E .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUL4Bknt3E .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUL4Bknt3E .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUL4Bknt3E .container {
    padding: 0 20px;
  }
}
.cid-uUL4Bknt3E .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1;
}
.cid-uUL4Bknt3E .text-wrapper .mbr-text span {
  color: #e32006;
}
.cid-uUL4Bknt3E .mbr-text {
  color: #070035;
}
.cid-uULj7O7lvD {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uULj7O7lvD .icon-transition span {
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #000000;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 74px;
  height: 74px;
  background: #f3f7f9 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uULj7O7lvD .mbr-iconfont {
  align-items: center;
}
.cid-uULj7O7lvD .mbr-iconfont:before {
  font-size: 30px;
  display: flex;
  justify-content: center;
}
.cid-uULj7O7lvD .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uULj7O7lvD .icon-transition span:hover {
  background-color: #000000;
  color: #f3f7f9;
}
.cid-uULj7O7lvD .social-media {
  padding: 0;
}
.cid-uULj7O7lvD .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uULj7O7lvD .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uULj7O7lvD .mbr-list,
.cid-uULj7O7lvD .social-media UL {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uULj7O7lvD .social-list {
    text-align: center !important;
  }
}
.cid-uULj7O7lvD .mbr-section-title,
.cid-uULj7O7lvD .social-list {
  color: #e32006;
}
.cid-uUCgFh7yO2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
}
.cid-uUCgFh7yO2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCgFh7yO2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCgFh7yO2 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUCgFh7yO2 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUCgFh7yO2 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUCgFh7yO2 .container {
    padding: 0 20px;
  }
}
.cid-uUCgFh7yO2 .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uUCgFh7yO2 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUCgFh7yO2 .title-wrapper .title-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uUCgFh7yO2 .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uUCgFh7yO2 .title-wrapper .title-wrap:hover .mbr-section-title,
.cid-uUCgFh7yO2 .title-wrapper .title-wrap:focus .mbr-section-title {
  color: #0f1d07;
}
.cid-uUCgFh7yO2 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUCgFh7yO2 .title-wrapper .title-wrap .mbr-iconfont {
  display: inline-flex;
  color: #0f1d07;
  font-size: 60px;
  padding-top: 1.5rem;
  margin-left: 10px;
}
.cid-uUCgFh7yO2 .item {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uUCgFh7yO2 .item {
    margin-bottom: 40px;
  }
}
.cid-uUCgFh7yO2 .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uUCgFh7yO2 .item .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
  opacity: 0.5;
}
.cid-uUCgFh7yO2 .item .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uUCgFh7yO2 .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uUCgFh7yO2 .item .item-wrapper .card-box .list .item-wrap:hover,
.cid-uUCgFh7yO2 .item .item-wrapper .card-box .list .item-wrap:focus {
  text-decoration-color: #679436;
}
.cid-uUCgFh7yO2 .border-wrap {
  background-color: #90f188;
  height: 1px;
  width: 100%;
}
.cid-uUCgFh7yO2 .copy-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  display: block;
}
@media (max-width: 992px) {
  .cid-uUCgFh7yO2 .copy-wrapper {
    padding: 30px 0;
    flex-direction: column-reverse;
  }
}
.cid-uUCgFh7yO2 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uUCgFh7yO2 .copy-wrapper .mbr-copy {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUCgFh7yO2 .copy-wrapper .mbr-section-btn {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uUCgFh7yO2 .copy-wrapper .mbr-section-btn .btn {
  text-decoration: none;
  position: relative;
}
.cid-uUCgFh7yO2 .copy-wrapper .mbr-section-btn .btn::before {
  content: '*';
  position: absolute;
  top: 38%;
  right: -14px;
  color: #90f188;
  font-size: 20px;
}
.cid-uUCgFh7yO2 .copy-wrapper .mbr-section-btn .btn:last-child::before {
  display: none;
}
.cid-uUCgFh7yO2 .item-menu-overlay .btn-wrapper {
  margin-top: -6%;
}
.cid-uUCgFh7yO2 .mbr-section-title {
  color: #0f1d07;
}
.cid-uUCgFh7yO2 .item-title {
  color: #0f1d07;
}
.cid-uUCgFh7yO2 .item-desc {
  color: #0f1d07;
}
.cid-uUCgFh7yO2 .list {
  color: #0f1d07;
}
.cid-uUCgFh7yO2 .mbr-copy {
  color: #000000;
}
.cid-uUCgFh7yO2 .mbr-section-title,
.cid-uUCgFh7yO2 .title-wrapper,
.cid-uUCgFh7yO2 .mbr-section-btn {
  color: #e32006;
}
.cid-uUKlS6nLr1 {
  background-color: transparent;
}
.cid-uUKlS6nLr1 .navbar-dropdown {
  background: #ffc107 !important;
  padding: 0;
}
.cid-uUKlS6nLr1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffc107 !important;
  background: #ffc107;
}
.cid-uUKlS6nLr1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUKlS6nLr1 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uUKlS6nLr1 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uUKlS6nLr1 .menu_box .navbar.opened,
  .cid-uUKlS6nLr1 .menu_box .navbar-collapse {
    background-color: #ffc107 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uUKlS6nLr1 .navbar-dropdown {
  position: relative !important;
}
.cid-uUKlS6nLr1 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uUKlS6nLr1 .btn:hover {
  box-shadow: none;
}
.cid-uUKlS6nLr1 .nav-item {
  margin: 0 5px;
  z-index: 1;
}
@media (min-width: 1200px) {
  .cid-uUKlS6nLr1 .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .cid-uUKlS6nLr1 .nav-item {
    margin: 0 !important;
  }
}
.cid-uUKlS6nLr1 .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.cid-uUKlS6nLr1 .nav-item .nav-link:hover,
.cid-uUKlS6nLr1 .nav-item .nav-link:focus {
  background-color: #ffc107 !important;
  color: #000000 !important;
}
.cid-uUKlS6nLr1 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uUKlS6nLr1 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uUKlS6nLr1 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uUKlS6nLr1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUKlS6nLr1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-uUKlS6nLr1 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uUKlS6nLr1 .offcanvas_box {
    display: none;
  }
}
.cid-uUKlS6nLr1 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uUKlS6nLr1 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uUKlS6nLr1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uUKlS6nLr1 .container {
  display: flex;
  margin: auto;
}
.cid-uUKlS6nLr1 .iconfont-wrapper {
  color: #0f1d07;
  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-uUKlS6nLr1 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uUKlS6nLr1 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uUKlS6nLr1 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uUKlS6nLr1 .navbar-nav {
    margin: 0;
  }
}
.cid-uUKlS6nLr1 .dropdown-menu,
.cid-uUKlS6nLr1 .navbar.opened {
  background-color: true !important;
}
.cid-uUKlS6nLr1 .nav-item:focus,
.cid-uUKlS6nLr1 .nav-link:focus {
  outline: none;
}
.cid-uUKlS6nLr1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUKlS6nLr1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUKlS6nLr1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUKlS6nLr1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUKlS6nLr1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUKlS6nLr1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUKlS6nLr1 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uUKlS6nLr1 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uUKlS6nLr1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uUKlS6nLr1 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uUKlS6nLr1 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uUKlS6nLr1 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUKlS6nLr1 .navbar.collapsed {
  justify-content: center;
}
.cid-uUKlS6nLr1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUKlS6nLr1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUKlS6nLr1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUKlS6nLr1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUKlS6nLr1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUKlS6nLr1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uUKlS6nLr1 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uUKlS6nLr1 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uUKlS6nLr1 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uUKlS6nLr1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUKlS6nLr1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUKlS6nLr1 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uUKlS6nLr1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUKlS6nLr1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uUKlS6nLr1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUKlS6nLr1 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uUKlS6nLr1 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uUKlS6nLr1 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uUKlS6nLr1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uUKlS6nLr1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUKlS6nLr1 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uUKlS6nLr1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUKlS6nLr1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUKlS6nLr1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUKlS6nLr1 .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-uUKlS6nLr1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uUKlS6nLr1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUKlS6nLr1 .dropdown-item.active,
.cid-uUKlS6nLr1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUKlS6nLr1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uUKlS6nLr1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUKlS6nLr1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUKlS6nLr1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUKlS6nLr1 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uUKlS6nLr1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUKlS6nLr1 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffc107;
  background: #000000;
}
.cid-uUKlS6nLr1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUKlS6nLr1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUKlS6nLr1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUKlS6nLr1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUKlS6nLr1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUKlS6nLr1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUKlS6nLr1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUKlS6nLr1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUKlS6nLr1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUKlS6nLr1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uUKlS6nLr1 .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-uUKlS6nLr1 .navbar {
    height: 70px;
  }
  .cid-uUKlS6nLr1 .navbar.opened {
    height: auto;
  }
  .cid-uUKlS6nLr1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUKlS6nLr1 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uUKlS6nLr1 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uUKlS6nLr1 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 200px;
}
.cid-uUKlS6nLr1 .navbar-caption:hover {
  color: #ffc107;
}
@media (min-width: 992px) {
  .cid-uUKlS6nLr1 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uUKlS6nLr1 .text_widget {
  margin-bottom: 32px;
}
.cid-uUKlS6nLr1 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uUKlS6nLr1 .text_widget a:hover,
.cid-uUKlS6nLr1 .text_widget a:focus {
  opacity: 0.8;
}
.cid-uUKlS6nLr1 .mbr-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.cid-uUKlS6nLr1 .navbar-caption {
  color: #000000;
}
.cid-uUKlS6nLr1 .mbr-text {
  color: #0f1d07;
  text-align: center;
}
.cid-uUKlS6nLr1 .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUKlS6nLr1 .navigation-wrapper {
    display: block;
  }
}
.cid-uUKlS6nLr1 .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-uUKlS6nLr1 .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.cid-uUKlS6nLr1 .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 1;
  border-radius: 100vw !important;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uUKlS6nLr1 .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.cid-uUKlS6nLr1 .mbr-section-subtitle,
.cid-uUKlS6nLr1 .text_widget,
.cid-uUKlS6nLr1 .mbr-section-btn {
  text-align: center;
}
.cid-uUKlS6nLr1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uUKlS6nLr1 .nav-link,
.cid-uUKlS6nLr1 .dropdown-item {
  color: #000000;
}
.cid-uUKVSDXJET {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e32006;
}
.cid-uUKVSDXJET .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUKVSDXJET .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUKVSDXJET .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUKVSDXJET .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUKVSDXJET .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUKVSDXJET .container {
    padding: 0 20px;
  }
}
.cid-uUKVSDXJET .row {
  justify-content: center;
}
.cid-uUKVSDXJET .content-wrapper {
  display: flex;
  padding: 30px;
  border-radius: 2rem;
  background-color: #0f1d07;
}
@media (max-width: 992px) {
  .cid-uUKVSDXJET .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uUKVSDXJET .content-wrapper .card {
  justify-content: center;
}
.cid-uUKVSDXJET .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uUKVSDXJET .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uUKVSDXJET .content-wrapper .image-wrapper img {
  height: 720px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uUKVSDXJET .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uUKVSDXJET .content-wrapper .content-wrap {
  width: 50%;
  padding: 0 200px 0 60px;
  padding: 0 60px 0 200px;
}
@media (max-width: 992px) {
  .cid-uUKVSDXJET .content-wrapper .content-wrap {
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uUKVSDXJET .content-wrapper .content-wrap {
    padding: 0 100px 0 60px;
  }
}
@media (max-width: 1199px) {
  .cid-uUKVSDXJET .content-wrapper .content-wrap {
    padding: 0 40px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uUKVSDXJET .content-wrapper .content-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uUKVSDXJET .content-wrapper .content-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-uUKVSDXJET .content-wrapper .content-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-uUKVSDXJET .content-wrapper .content-wrap .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uUKVSDXJET .content-wrapper .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uUKVSDXJET .content-wrapper .content-wrap .dragArea.row .form-group .form-control {
  padding: 20px;
  border: none !important;
  box-shadow: none;
  border-radius: 20px !important;
  background-color: #ffffff;
}
.cid-uUKVSDXJET .content-wrapper .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-uUKVSDXJET .content-wrapper .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uUKVSDXJET .content-wrapper .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #679436;
  opacity: .5;
}
.cid-uUKVSDXJET .content-wrapper .content-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uUKVSDXJET .content-wrapper .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uUKVSDXJET .content-wrapper .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #679436;
  border-color: #679436;
  border-radius: 0;
}
.cid-uUKVSDXJET .content-wrapper .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uUKVSDXJET .content-wrapper .content-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uUKVSDXJET .mbr-section-title {
  color: #ffffff;
}
.cid-uUKVSDXJET .mbr-text {
  color: #ffffff;
}
.cid-uUKVSDXJET label {
  color: #ffffff;
}
.cid-uUKlS6NiZq {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #e32006;
}
.cid-uUKlS6NiZq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUKlS6NiZq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uUKlS6NiZq .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uUKlS6NiZq .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uUKlS6NiZq .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-uUKlS6NiZq .card-wrapper {
  background: #ffffff;
}
.cid-uUKlS6NiZq .mbr-text,
.cid-uUKlS6NiZq .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uUKlS6NiZq .card-title,
.cid-uUKlS6NiZq .card-box {
  text-align: center;
  color: #e32006;
}
.cid-uUKlS75hUE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUKlS75hUE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUKlS75hUE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUKlS75hUE .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUKlS75hUE .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUKlS75hUE .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUKlS75hUE .container {
    padding: 0 20px;
  }
}
.cid-uUKlS75hUE .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1;
}
.cid-uUKlS75hUE .text-wrapper .mbr-text span {
  color: #7d41d1;
}
.cid-uUKlS75hUE .mbr-text {
  color: #070035;
}
.cid-uUKlS7kH6z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e32006;
}
.cid-uUKlS7kH6z .item:focus,
.cid-uUKlS7kH6z span:focus {
  outline: none;
}
.cid-uUKlS7kH6z .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uUKlS7kH6z .content-head {
  max-width: 800px;
}
.cid-uUKlS7kH6z .loop-container {
  padding-top: 10px;
  margin-bottom: 0.5rem;
}
.cid-uUKlS7kH6z .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uUKlS7kH6z .item {
    min-height: 45px;
  }
}
.cid-uUKlS7zOYE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUKlS7zOYE .mbr-section-title {
  text-align: center;
  color: #e32006;
}
.cid-uUKlS7zOYE .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uUL5Z9VJS5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f3f3e9;
}
.cid-uUL5Z9VJS5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUL5Z9VJS5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUL5Z9VJS5 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUL5Z9VJS5 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUL5Z9VJS5 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUL5Z9VJS5 .container {
    padding: 0 20px;
  }
}
.cid-uUL5Z9VJS5 .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1;
}
.cid-uUL5Z9VJS5 .text-wrapper .mbr-text span {
  color: #e32006;
}
.cid-uUL5Z9VJS5 .mbr-text {
  color: #070035;
}
.cid-uUKVRcKw4x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e32006;
}
.cid-uUKVRcKw4x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUKVRcKw4x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUKVRcKw4x .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUKVRcKw4x .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUKVRcKw4x .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUKVRcKw4x .container {
    padding: 0 20px;
  }
}
.cid-uUKVRcKw4x .row {
  justify-content: center;
}
.cid-uUKVRcKw4x .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUKVRcKw4x .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uUKVRcKw4x .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1200px) {
  .cid-uUKVRcKw4x .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uUKVRcKw4x .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uUKVRcKw4x .content-wrapper .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uUKVRcKw4x .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uUKVRcKw4x .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #093756;
  display: inline-flex;
}
.cid-uUKVRcKw4x .content-wrapper .items-wrapper .item .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #093756;
  opacity: 0.2;
  margin-bottom: 20px;
}
.cid-uUKVRcKw4x .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uUKVRcKw4x .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 20px;
  line-height: 1.6;
}
.cid-uUKVRcKw4x .mbr-section-title {
  color: #ffffff;
}
.cid-uUKVRcKw4x .mbr-text {
  color: #38001b;
}
.cid-uUKVRcKw4x .item-title {
  color: #38001b;
}
.cid-uUKVRcKw4x .item-text {
  color: #093756;
}
.cid-uUKVRcKw4x .item-title,
.cid-uUKVRcKw4x .icon-wrapper {
  color: #ffffff;
}
.cid-uULjEjxu5f {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uULjEjxu5f .icon-transition span {
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #000000;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 74px;
  height: 74px;
  background: #f3f7f9 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uULjEjxu5f .mbr-iconfont {
  align-items: center;
}
.cid-uULjEjxu5f .mbr-iconfont:before {
  font-size: 30px;
  display: flex;
  justify-content: center;
}
.cid-uULjEjxu5f .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uULjEjxu5f .icon-transition span:hover {
  background-color: #000000;
  color: #f3f7f9;
}
.cid-uULjEjxu5f .social-media {
  padding: 0;
}
.cid-uULjEjxu5f .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uULjEjxu5f .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uULjEjxu5f .mbr-list,
.cid-uULjEjxu5f .social-media UL {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uULjEjxu5f .social-list {
    text-align: center !important;
  }
}
.cid-uULjEjxu5f .mbr-section-title,
.cid-uULjEjxu5f .social-list {
  color: #e32006;
}
.cid-uUKlS8HYtc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
}
.cid-uUKlS8HYtc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUKlS8HYtc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUKlS8HYtc .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUKlS8HYtc .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUKlS8HYtc .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUKlS8HYtc .container {
    padding: 0 20px;
  }
}
.cid-uUKlS8HYtc .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uUKlS8HYtc .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUKlS8HYtc .title-wrapper .title-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uUKlS8HYtc .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uUKlS8HYtc .title-wrapper .title-wrap:hover .mbr-section-title,
.cid-uUKlS8HYtc .title-wrapper .title-wrap:focus .mbr-section-title {
  color: #0f1d07;
}
.cid-uUKlS8HYtc .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUKlS8HYtc .title-wrapper .title-wrap .mbr-iconfont {
  display: inline-flex;
  color: #0f1d07;
  font-size: 60px;
  padding-top: 1.5rem;
  margin-left: 10px;
}
.cid-uUKlS8HYtc .item {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uUKlS8HYtc .item {
    margin-bottom: 40px;
  }
}
.cid-uUKlS8HYtc .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uUKlS8HYtc .item .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
  opacity: 0.5;
}
.cid-uUKlS8HYtc .item .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uUKlS8HYtc .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uUKlS8HYtc .item .item-wrapper .card-box .list .item-wrap:hover,
.cid-uUKlS8HYtc .item .item-wrapper .card-box .list .item-wrap:focus {
  text-decoration-color: #679436;
}
.cid-uUKlS8HYtc .border-wrap {
  background-color: #90f188;
  height: 1px;
  width: 100%;
}
.cid-uUKlS8HYtc .copy-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  display: block;
}
@media (max-width: 992px) {
  .cid-uUKlS8HYtc .copy-wrapper {
    padding: 30px 0;
    flex-direction: column-reverse;
  }
}
.cid-uUKlS8HYtc .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uUKlS8HYtc .copy-wrapper .mbr-copy {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUKlS8HYtc .copy-wrapper .mbr-section-btn {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uUKlS8HYtc .copy-wrapper .mbr-section-btn .btn {
  text-decoration: none;
  position: relative;
}
.cid-uUKlS8HYtc .copy-wrapper .mbr-section-btn .btn::before {
  content: '*';
  position: absolute;
  top: 38%;
  right: -14px;
  color: #90f188;
  font-size: 20px;
}
.cid-uUKlS8HYtc .copy-wrapper .mbr-section-btn .btn:last-child::before {
  display: none;
}
.cid-uUKlS8HYtc .item-menu-overlay .btn-wrapper {
  margin-top: -6%;
}
.cid-uUKlS8HYtc .mbr-section-title {
  color: #0f1d07;
}
.cid-uUKlS8HYtc .item-title {
  color: #0f1d07;
}
.cid-uUKlS8HYtc .item-desc {
  color: #0f1d07;
}
.cid-uUKlS8HYtc .list {
  color: #0f1d07;
}
.cid-uUKlS8HYtc .mbr-copy {
  color: #000000;
}
.cid-uUKlS8HYtc .mbr-section-title,
.cid-uUKlS8HYtc .title-wrapper,
.cid-uUKlS8HYtc .mbr-section-btn {
  color: #e32006;
}
.cid-uUKm7HQ6mQ {
  background-color: transparent;
}
.cid-uUKm7HQ6mQ .navbar-dropdown {
  background: #ffc107 !important;
  padding: 0;
}
.cid-uUKm7HQ6mQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffc107 !important;
  background: #ffc107;
}
.cid-uUKm7HQ6mQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUKm7HQ6mQ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uUKm7HQ6mQ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uUKm7HQ6mQ .menu_box .navbar.opened,
  .cid-uUKm7HQ6mQ .menu_box .navbar-collapse {
    background-color: #ffc107 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uUKm7HQ6mQ .navbar-dropdown {
  position: relative !important;
}
.cid-uUKm7HQ6mQ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uUKm7HQ6mQ .btn:hover {
  box-shadow: none;
}
.cid-uUKm7HQ6mQ .nav-item {
  margin: 0 5px;
  z-index: 1;
}
@media (min-width: 1200px) {
  .cid-uUKm7HQ6mQ .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .cid-uUKm7HQ6mQ .nav-item {
    margin: 0 !important;
  }
}
.cid-uUKm7HQ6mQ .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.cid-uUKm7HQ6mQ .nav-item .nav-link:hover,
.cid-uUKm7HQ6mQ .nav-item .nav-link:focus {
  background-color: #ffc107 !important;
  color: #000000 !important;
}
.cid-uUKm7HQ6mQ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uUKm7HQ6mQ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uUKm7HQ6mQ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uUKm7HQ6mQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUKm7HQ6mQ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-uUKm7HQ6mQ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uUKm7HQ6mQ .offcanvas_box {
    display: none;
  }
}
.cid-uUKm7HQ6mQ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uUKm7HQ6mQ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uUKm7HQ6mQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uUKm7HQ6mQ .container {
  display: flex;
  margin: auto;
}
.cid-uUKm7HQ6mQ .iconfont-wrapper {
  color: #0f1d07;
  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-uUKm7HQ6mQ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uUKm7HQ6mQ .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uUKm7HQ6mQ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uUKm7HQ6mQ .navbar-nav {
    margin: 0;
  }
}
.cid-uUKm7HQ6mQ .dropdown-menu,
.cid-uUKm7HQ6mQ .navbar.opened {
  background-color: true !important;
}
.cid-uUKm7HQ6mQ .nav-item:focus,
.cid-uUKm7HQ6mQ .nav-link:focus {
  outline: none;
}
.cid-uUKm7HQ6mQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUKm7HQ6mQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUKm7HQ6mQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUKm7HQ6mQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUKm7HQ6mQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUKm7HQ6mQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUKm7HQ6mQ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uUKm7HQ6mQ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uUKm7HQ6mQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uUKm7HQ6mQ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uUKm7HQ6mQ .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uUKm7HQ6mQ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUKm7HQ6mQ .navbar.collapsed {
  justify-content: center;
}
.cid-uUKm7HQ6mQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUKm7HQ6mQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUKm7HQ6mQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUKm7HQ6mQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUKm7HQ6mQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUKm7HQ6mQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uUKm7HQ6mQ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uUKm7HQ6mQ .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uUKm7HQ6mQ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uUKm7HQ6mQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUKm7HQ6mQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUKm7HQ6mQ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uUKm7HQ6mQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUKm7HQ6mQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uUKm7HQ6mQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUKm7HQ6mQ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uUKm7HQ6mQ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uUKm7HQ6mQ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uUKm7HQ6mQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uUKm7HQ6mQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUKm7HQ6mQ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uUKm7HQ6mQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUKm7HQ6mQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUKm7HQ6mQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUKm7HQ6mQ .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-uUKm7HQ6mQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uUKm7HQ6mQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUKm7HQ6mQ .dropdown-item.active,
.cid-uUKm7HQ6mQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uUKm7HQ6mQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uUKm7HQ6mQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUKm7HQ6mQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUKm7HQ6mQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUKm7HQ6mQ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uUKm7HQ6mQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUKm7HQ6mQ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffc107;
  background: #000000;
}
.cid-uUKm7HQ6mQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUKm7HQ6mQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUKm7HQ6mQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUKm7HQ6mQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUKm7HQ6mQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUKm7HQ6mQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUKm7HQ6mQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUKm7HQ6mQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUKm7HQ6mQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUKm7HQ6mQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uUKm7HQ6mQ .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-uUKm7HQ6mQ .navbar {
    height: 70px;
  }
  .cid-uUKm7HQ6mQ .navbar.opened {
    height: auto;
  }
  .cid-uUKm7HQ6mQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUKm7HQ6mQ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uUKm7HQ6mQ .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uUKm7HQ6mQ .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 200px;
}
.cid-uUKm7HQ6mQ .navbar-caption:hover {
  color: #ffc107;
}
@media (min-width: 992px) {
  .cid-uUKm7HQ6mQ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uUKm7HQ6mQ .text_widget {
  margin-bottom: 32px;
}
.cid-uUKm7HQ6mQ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uUKm7HQ6mQ .text_widget a:hover,
.cid-uUKm7HQ6mQ .text_widget a:focus {
  opacity: 0.8;
}
.cid-uUKm7HQ6mQ .mbr-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.cid-uUKm7HQ6mQ .navbar-caption {
  color: #000000;
}
.cid-uUKm7HQ6mQ .mbr-text {
  color: #0f1d07;
  text-align: center;
}
.cid-uUKm7HQ6mQ .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUKm7HQ6mQ .navigation-wrapper {
    display: block;
  }
}
.cid-uUKm7HQ6mQ .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-uUKm7HQ6mQ .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.cid-uUKm7HQ6mQ .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 1;
  border-radius: 100vw !important;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uUKm7HQ6mQ .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.cid-uUKm7HQ6mQ .mbr-section-subtitle,
.cid-uUKm7HQ6mQ .text_widget,
.cid-uUKm7HQ6mQ .mbr-section-btn {
  text-align: center;
}
.cid-uUKm7HQ6mQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uUKm7HQ6mQ .nav-link,
.cid-uUKm7HQ6mQ .dropdown-item {
  color: #000000;
}
.cid-uUKVzRBnOP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e32006;
}
.cid-uUKVzRBnOP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUKVzRBnOP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUKVzRBnOP .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUKVzRBnOP .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUKVzRBnOP .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUKVzRBnOP .container {
    padding: 0 20px;
  }
}
.cid-uUKVzRBnOP .row {
  justify-content: center;
}
.cid-uUKVzRBnOP .content-wrapper {
  display: flex;
  padding: 30px;
  border-radius: 2rem;
  background-color: #0f1d07;
}
@media (max-width: 992px) {
  .cid-uUKVzRBnOP .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uUKVzRBnOP .content-wrapper .card {
  justify-content: center;
}
.cid-uUKVzRBnOP .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uUKVzRBnOP .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uUKVzRBnOP .content-wrapper .image-wrapper img {
  height: 720px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uUKVzRBnOP .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uUKVzRBnOP .content-wrapper .content-wrap {
  width: 50%;
  padding: 0 200px 0 60px;
  padding: 0 60px 0 200px;
}
@media (max-width: 992px) {
  .cid-uUKVzRBnOP .content-wrapper .content-wrap {
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uUKVzRBnOP .content-wrapper .content-wrap {
    padding: 0 100px 0 60px;
  }
}
@media (max-width: 1199px) {
  .cid-uUKVzRBnOP .content-wrapper .content-wrap {
    padding: 0 40px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uUKVzRBnOP .content-wrapper .content-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uUKVzRBnOP .content-wrapper .content-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-uUKVzRBnOP .content-wrapper .content-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-uUKVzRBnOP .content-wrapper .content-wrap .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uUKVzRBnOP .content-wrapper .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uUKVzRBnOP .content-wrapper .content-wrap .dragArea.row .form-group .form-control {
  padding: 20px;
  border: none !important;
  box-shadow: none;
  border-radius: 20px !important;
  background-color: #ffffff;
}
.cid-uUKVzRBnOP .content-wrapper .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-uUKVzRBnOP .content-wrapper .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uUKVzRBnOP .content-wrapper .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #679436;
  opacity: .5;
}
.cid-uUKVzRBnOP .content-wrapper .content-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uUKVzRBnOP .content-wrapper .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uUKVzRBnOP .content-wrapper .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #679436;
  border-color: #679436;
  border-radius: 0;
}
.cid-uUKVzRBnOP .content-wrapper .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uUKVzRBnOP .content-wrapper .content-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uUKVzRBnOP .mbr-section-title {
  color: #ffffff;
}
.cid-uUKVzRBnOP .mbr-text {
  color: #ffffff;
}
.cid-uUKVzRBnOP label {
  color: #ffffff;
}
.cid-uUKm7Ie4r3 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #e32006;
}
.cid-uUKm7Ie4r3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUKm7Ie4r3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uUKm7Ie4r3 .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uUKm7Ie4r3 .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uUKm7Ie4r3 .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-uUKm7Ie4r3 .card-wrapper {
  background: #ffffff;
}
.cid-uUKm7Ie4r3 .mbr-text,
.cid-uUKm7Ie4r3 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uUKm7Ie4r3 .card-title,
.cid-uUKm7Ie4r3 .card-box {
  text-align: center;
  color: #e32006;
}
.cid-uUKm7IvdZB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffc107;
}
.cid-uUKm7IvdZB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUKm7IvdZB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUKm7IvdZB .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUKm7IvdZB .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUKm7IvdZB .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUKm7IvdZB .container {
    padding: 0 20px;
  }
}
.cid-uUKm7IvdZB .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1;
}
.cid-uUKm7IvdZB .text-wrapper .mbr-text span {
  color: #e32006;
}
.cid-uUKm7IvdZB .mbr-text {
  color: #070035;
}
.cid-uUKm7IKZI3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e32006;
}
.cid-uUKm7IKZI3 .item:focus,
.cid-uUKm7IKZI3 span:focus {
  outline: none;
}
.cid-uUKm7IKZI3 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uUKm7IKZI3 .content-head {
  max-width: 800px;
}
.cid-uUKm7IKZI3 .loop-container {
  padding-top: 10px;
  margin-bottom: 0.5rem;
}
.cid-uUKm7IKZI3 .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uUKm7IKZI3 .item {
    min-height: 45px;
  }
}
.cid-uUKm7IZ2IT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUKm7IZ2IT .mbr-section-title {
  text-align: center;
  color: #e32006;
}
.cid-uUKm7IZ2IT .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uULjt1jUpe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uULjt1jUpe .icon-transition span {
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #000000;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 74px;
  height: 74px;
  background: #f3f7f9 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uULjt1jUpe .mbr-iconfont {
  align-items: center;
}
.cid-uULjt1jUpe .mbr-iconfont:before {
  font-size: 30px;
  display: flex;
  justify-content: center;
}
.cid-uULjt1jUpe .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uULjt1jUpe .icon-transition span:hover {
  background-color: #000000;
  color: #f3f7f9;
}
.cid-uULjt1jUpe .social-media {
  padding: 0;
}
.cid-uULjt1jUpe .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uULjt1jUpe .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uULjt1jUpe .mbr-list,
.cid-uULjt1jUpe .social-media UL {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uULjt1jUpe .social-list {
    text-align: center !important;
  }
}
.cid-uULjt1jUpe .mbr-section-title,
.cid-uULjt1jUpe .social-list {
  color: #e32006;
}
.cid-uUL5JgJgTB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffc107;
}
.cid-uUL5JgJgTB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUL5JgJgTB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUL5JgJgTB .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUL5JgJgTB .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUL5JgJgTB .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUL5JgJgTB .container {
    padding: 0 20px;
  }
}
.cid-uUL5JgJgTB .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1;
}
.cid-uUL5JgJgTB .text-wrapper .mbr-text span {
  color: #e32006;
}
.cid-uUL5JgJgTB .mbr-text {
  color: #070035;
}
.cid-uUKXP7GRFR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUKXP7GRFR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUKXP7GRFR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUKXP7GRFR .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUKXP7GRFR .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUKXP7GRFR .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUKXP7GRFR .container {
    padding: 0 20px;
  }
}
.cid-uUKXP7GRFR .row {
  justify-content: center;
}
.cid-uUKXP7GRFR .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUKXP7GRFR .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uUKXP7GRFR .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1200px) {
  .cid-uUKXP7GRFR .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uUKXP7GRFR .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uUKXP7GRFR .content-wrapper .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uUKXP7GRFR .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uUKXP7GRFR .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #093756;
  display: inline-flex;
}
.cid-uUKXP7GRFR .content-wrapper .items-wrapper .item .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #093756;
  opacity: 0.2;
  margin-bottom: 20px;
}
.cid-uUKXP7GRFR .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uUKXP7GRFR .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 20px;
  line-height: 1.6;
}
.cid-uUKXP7GRFR .mbr-section-title {
  color: #093756;
}
.cid-uUKXP7GRFR .mbr-text {
  color: #38001b;
}
.cid-uUKXP7GRFR .item-title {
  color: #38001b;
}
.cid-uUKXP7GRFR .item-text {
  color: #093756;
}
.cid-uUKXP7GRFR .item-title,
.cid-uUKXP7GRFR .icon-wrapper {
  color: #093756;
}
.cid-uUKm7JZYCS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
}
.cid-uUKm7JZYCS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUKm7JZYCS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUKm7JZYCS .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUKm7JZYCS .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUKm7JZYCS .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUKm7JZYCS .container {
    padding: 0 20px;
  }
}
.cid-uUKm7JZYCS .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uUKm7JZYCS .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUKm7JZYCS .title-wrapper .title-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uUKm7JZYCS .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uUKm7JZYCS .title-wrapper .title-wrap:hover .mbr-section-title,
.cid-uUKm7JZYCS .title-wrapper .title-wrap:focus .mbr-section-title {
  color: #0f1d07;
}
.cid-uUKm7JZYCS .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUKm7JZYCS .title-wrapper .title-wrap .mbr-iconfont {
  display: inline-flex;
  color: #0f1d07;
  font-size: 60px;
  padding-top: 1.5rem;
  margin-left: 10px;
}
.cid-uUKm7JZYCS .item {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uUKm7JZYCS .item {
    margin-bottom: 40px;
  }
}
.cid-uUKm7JZYCS .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uUKm7JZYCS .item .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
  opacity: 0.5;
}
.cid-uUKm7JZYCS .item .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uUKm7JZYCS .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uUKm7JZYCS .item .item-wrapper .card-box .list .item-wrap:hover,
.cid-uUKm7JZYCS .item .item-wrapper .card-box .list .item-wrap:focus {
  text-decoration-color: #679436;
}
.cid-uUKm7JZYCS .border-wrap {
  background-color: #90f188;
  height: 1px;
  width: 100%;
}
.cid-uUKm7JZYCS .copy-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  display: block;
}
@media (max-width: 992px) {
  .cid-uUKm7JZYCS .copy-wrapper {
    padding: 30px 0;
    flex-direction: column-reverse;
  }
}
.cid-uUKm7JZYCS .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uUKm7JZYCS .copy-wrapper .mbr-copy {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUKm7JZYCS .copy-wrapper .mbr-section-btn {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uUKm7JZYCS .copy-wrapper .mbr-section-btn .btn {
  text-decoration: none;
  position: relative;
}
.cid-uUKm7JZYCS .copy-wrapper .mbr-section-btn .btn::before {
  content: '*';
  position: absolute;
  top: 38%;
  right: -14px;
  color: #90f188;
  font-size: 20px;
}
.cid-uUKm7JZYCS .copy-wrapper .mbr-section-btn .btn:last-child::before {
  display: none;
}
.cid-uUKm7JZYCS .item-menu-overlay .btn-wrapper {
  margin-top: -6%;
}
.cid-uUKm7JZYCS .mbr-section-title {
  color: #0f1d07;
}
.cid-uUKm7JZYCS .item-title {
  color: #0f1d07;
}
.cid-uUKm7JZYCS .item-desc {
  color: #0f1d07;
}
.cid-uUKm7JZYCS .list {
  color: #0f1d07;
}
.cid-uUKm7JZYCS .mbr-copy {
  color: #000000;
}
.cid-uUKm7JZYCS .mbr-section-title,
.cid-uUKm7JZYCS .title-wrapper,
.cid-uUKm7JZYCS .mbr-section-btn {
  color: #e32006;
}
.cid-uUKsmiMlD0 {
  background-color: transparent;
}
.cid-uUKsmiMlD0 .navbar-dropdown {
  background: #ffc107 !important;
  padding: 0;
}
.cid-uUKsmiMlD0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffc107 !important;
  background: #ffc107;
}
.cid-uUKsmiMlD0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUKsmiMlD0 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uUKsmiMlD0 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uUKsmiMlD0 .menu_box .navbar.opened,
  .cid-uUKsmiMlD0 .menu_box .navbar-collapse {
    background-color: #ffc107 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uUKsmiMlD0 .navbar-dropdown {
  position: relative !important;
}
.cid-uUKsmiMlD0 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uUKsmiMlD0 .btn:hover {
  box-shadow: none;
}
.cid-uUKsmiMlD0 .nav-item {
  margin: 0 5px;
  z-index: 1;
}
@media (min-width: 1200px) {
  .cid-uUKsmiMlD0 .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .cid-uUKsmiMlD0 .nav-item {
    margin: 0 !important;
  }
}
.cid-uUKsmiMlD0 .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.cid-uUKsmiMlD0 .nav-item .nav-link:hover,
.cid-uUKsmiMlD0 .nav-item .nav-link:focus {
  background-color: #ffc107 !important;
  color: #000000 !important;
}
.cid-uUKsmiMlD0 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uUKsmiMlD0 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uUKsmiMlD0 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uUKsmiMlD0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUKsmiMlD0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-uUKsmiMlD0 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uUKsmiMlD0 .offcanvas_box {
    display: none;
  }
}
.cid-uUKsmiMlD0 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uUKsmiMlD0 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uUKsmiMlD0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uUKsmiMlD0 .container {
  display: flex;
  margin: auto;
}
.cid-uUKsmiMlD0 .iconfont-wrapper {
  color: #0f1d07;
  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-uUKsmiMlD0 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uUKsmiMlD0 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uUKsmiMlD0 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uUKsmiMlD0 .navbar-nav {
    margin: 0;
  }
}
.cid-uUKsmiMlD0 .dropdown-menu,
.cid-uUKsmiMlD0 .navbar.opened {
  background-color: true !important;
}
.cid-uUKsmiMlD0 .nav-item:focus,
.cid-uUKsmiMlD0 .nav-link:focus {
  outline: none;
}
.cid-uUKsmiMlD0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUKsmiMlD0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUKsmiMlD0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUKsmiMlD0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUKsmiMlD0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUKsmiMlD0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUKsmiMlD0 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uUKsmiMlD0 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uUKsmiMlD0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uUKsmiMlD0 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uUKsmiMlD0 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uUKsmiMlD0 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUKsmiMlD0 .navbar.collapsed {
  justify-content: center;
}
.cid-uUKsmiMlD0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUKsmiMlD0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUKsmiMlD0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUKsmiMlD0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUKsmiMlD0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUKsmiMlD0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uUKsmiMlD0 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uUKsmiMlD0 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uUKsmiMlD0 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uUKsmiMlD0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUKsmiMlD0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUKsmiMlD0 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uUKsmiMlD0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUKsmiMlD0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uUKsmiMlD0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUKsmiMlD0 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uUKsmiMlD0 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uUKsmiMlD0 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uUKsmiMlD0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uUKsmiMlD0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUKsmiMlD0 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uUKsmiMlD0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUKsmiMlD0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUKsmiMlD0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUKsmiMlD0 .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-uUKsmiMlD0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uUKsmiMlD0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUKsmiMlD0 .dropdown-item.active,
.cid-uUKsmiMlD0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUKsmiMlD0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uUKsmiMlD0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUKsmiMlD0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUKsmiMlD0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUKsmiMlD0 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uUKsmiMlD0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUKsmiMlD0 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffc107;
  background: #000000;
}
.cid-uUKsmiMlD0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUKsmiMlD0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUKsmiMlD0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUKsmiMlD0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUKsmiMlD0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUKsmiMlD0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUKsmiMlD0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUKsmiMlD0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUKsmiMlD0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUKsmiMlD0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uUKsmiMlD0 .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-uUKsmiMlD0 .navbar {
    height: 70px;
  }
  .cid-uUKsmiMlD0 .navbar.opened {
    height: auto;
  }
  .cid-uUKsmiMlD0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUKsmiMlD0 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uUKsmiMlD0 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uUKsmiMlD0 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 200px;
}
.cid-uUKsmiMlD0 .navbar-caption:hover {
  color: #ffc107;
}
@media (min-width: 992px) {
  .cid-uUKsmiMlD0 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uUKsmiMlD0 .text_widget {
  margin-bottom: 32px;
}
.cid-uUKsmiMlD0 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uUKsmiMlD0 .text_widget a:hover,
.cid-uUKsmiMlD0 .text_widget a:focus {
  opacity: 0.8;
}
.cid-uUKsmiMlD0 .mbr-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.cid-uUKsmiMlD0 .navbar-caption {
  color: #000000;
}
.cid-uUKsmiMlD0 .mbr-text {
  color: #0f1d07;
  text-align: center;
}
.cid-uUKsmiMlD0 .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUKsmiMlD0 .navigation-wrapper {
    display: block;
  }
}
.cid-uUKsmiMlD0 .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-uUKsmiMlD0 .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.cid-uUKsmiMlD0 .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 1;
  border-radius: 100vw !important;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uUKsmiMlD0 .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.cid-uUKsmiMlD0 .mbr-section-subtitle,
.cid-uUKsmiMlD0 .text_widget,
.cid-uUKsmiMlD0 .mbr-section-btn {
  text-align: center;
}
.cid-uUKsmiMlD0 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uUKsmiMlD0 .nav-link,
.cid-uUKsmiMlD0 .dropdown-item {
  color: #000000;
}
.cid-uUKVMqdcoA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e32006;
}
.cid-uUKVMqdcoA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUKVMqdcoA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUKVMqdcoA .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUKVMqdcoA .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUKVMqdcoA .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUKVMqdcoA .container {
    padding: 0 20px;
  }
}
.cid-uUKVMqdcoA .row {
  justify-content: center;
}
.cid-uUKVMqdcoA .content-wrapper {
  display: flex;
  padding: 30px;
  border-radius: 2rem;
  background-color: #0f1d07;
}
@media (max-width: 992px) {
  .cid-uUKVMqdcoA .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uUKVMqdcoA .content-wrapper .card {
  justify-content: center;
}
.cid-uUKVMqdcoA .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uUKVMqdcoA .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uUKVMqdcoA .content-wrapper .image-wrapper img {
  height: 720px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uUKVMqdcoA .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uUKVMqdcoA .content-wrapper .content-wrap {
  width: 50%;
  padding: 0 200px 0 60px;
  padding: 0 60px 0 200px;
}
@media (max-width: 992px) {
  .cid-uUKVMqdcoA .content-wrapper .content-wrap {
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uUKVMqdcoA .content-wrapper .content-wrap {
    padding: 0 100px 0 60px;
  }
}
@media (max-width: 1199px) {
  .cid-uUKVMqdcoA .content-wrapper .content-wrap {
    padding: 0 40px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uUKVMqdcoA .content-wrapper .content-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uUKVMqdcoA .content-wrapper .content-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-uUKVMqdcoA .content-wrapper .content-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-uUKVMqdcoA .content-wrapper .content-wrap .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uUKVMqdcoA .content-wrapper .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uUKVMqdcoA .content-wrapper .content-wrap .dragArea.row .form-group .form-control {
  padding: 20px;
  border: none !important;
  box-shadow: none;
  border-radius: 20px !important;
  background-color: #ffffff;
}
.cid-uUKVMqdcoA .content-wrapper .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-uUKVMqdcoA .content-wrapper .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uUKVMqdcoA .content-wrapper .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #679436;
  opacity: .5;
}
.cid-uUKVMqdcoA .content-wrapper .content-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uUKVMqdcoA .content-wrapper .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uUKVMqdcoA .content-wrapper .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #679436;
  border-color: #679436;
  border-radius: 0;
}
.cid-uUKVMqdcoA .content-wrapper .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uUKVMqdcoA .content-wrapper .content-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uUKVMqdcoA .mbr-section-title {
  color: #ffffff;
}
.cid-uUKVMqdcoA .mbr-text {
  color: #ffffff;
}
.cid-uUKVMqdcoA label {
  color: #ffffff;
}
.cid-uUKsmj7Qwd {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #e32006;
}
.cid-uUKsmj7Qwd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUKsmj7Qwd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uUKsmj7Qwd .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uUKsmj7Qwd .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uUKsmj7Qwd .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-uUKsmj7Qwd .card-wrapper {
  background: #ffffff;
}
.cid-uUKsmj7Qwd .mbr-text,
.cid-uUKsmj7Qwd .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uUKsmj7Qwd .card-title,
.cid-uUKsmj7Qwd .card-box {
  text-align: center;
  color: #e32006;
}
.cid-uUKsmjnzL1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffc107;
}
.cid-uUKsmjnzL1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUKsmjnzL1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUKsmjnzL1 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUKsmjnzL1 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUKsmjnzL1 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUKsmjnzL1 .container {
    padding: 0 20px;
  }
}
.cid-uUKsmjnzL1 .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1;
}
.cid-uUKsmjnzL1 .text-wrapper .mbr-text span {
  color: #e32006;
}
.cid-uUKsmjnzL1 .mbr-text {
  color: #070035;
}
.cid-uUKsmjCI2o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e32006;
}
.cid-uUKsmjCI2o .item:focus,
.cid-uUKsmjCI2o span:focus {
  outline: none;
}
.cid-uUKsmjCI2o .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uUKsmjCI2o .content-head {
  max-width: 800px;
}
.cid-uUKsmjCI2o .loop-container {
  padding-top: 10px;
  margin-bottom: 0.5rem;
}
.cid-uUKsmjCI2o .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uUKsmjCI2o .item {
    min-height: 45px;
  }
}
.cid-uUKsmjUJfg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUKsmjUJfg .mbr-section-title {
  text-align: center;
  color: #e32006;
}
.cid-uUKsmjUJfg .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uULjAgWlqj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uULjAgWlqj .icon-transition span {
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #000000;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 74px;
  height: 74px;
  background: #f3f7f9 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uULjAgWlqj .mbr-iconfont {
  align-items: center;
}
.cid-uULjAgWlqj .mbr-iconfont:before {
  font-size: 30px;
  display: flex;
  justify-content: center;
}
.cid-uULjAgWlqj .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uULjAgWlqj .icon-transition span:hover {
  background-color: #000000;
  color: #f3f7f9;
}
.cid-uULjAgWlqj .social-media {
  padding: 0;
}
.cid-uULjAgWlqj .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uULjAgWlqj .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uULjAgWlqj .mbr-list,
.cid-uULjAgWlqj .social-media UL {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uULjAgWlqj .social-list {
    text-align: center !important;
  }
}
.cid-uULjAgWlqj .mbr-section-title,
.cid-uULjAgWlqj .social-list {
  color: #e32006;
}
.cid-uUL5QNTh01 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e32006;
}
.cid-uUL5QNTh01 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUL5QNTh01 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUL5QNTh01 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUL5QNTh01 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUL5QNTh01 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUL5QNTh01 .container {
    padding: 0 20px;
  }
}
.cid-uUL5QNTh01 .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1;
}
.cid-uUL5QNTh01 .text-wrapper .mbr-text span {
  color: #ffffff;
}
.cid-uUL5QNTh01 .mbr-text {
  color: #070035;
}
.cid-uUKXJNZ0YV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUKXJNZ0YV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUKXJNZ0YV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUKXJNZ0YV .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUKXJNZ0YV .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUKXJNZ0YV .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUKXJNZ0YV .container {
    padding: 0 20px;
  }
}
.cid-uUKXJNZ0YV .row {
  justify-content: center;
}
.cid-uUKXJNZ0YV .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUKXJNZ0YV .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uUKXJNZ0YV .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1200px) {
  .cid-uUKXJNZ0YV .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uUKXJNZ0YV .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uUKXJNZ0YV .content-wrapper .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uUKXJNZ0YV .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uUKXJNZ0YV .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #093756;
  display: inline-flex;
}
.cid-uUKXJNZ0YV .content-wrapper .items-wrapper .item .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #093756;
  opacity: 0.2;
  margin-bottom: 20px;
}
.cid-uUKXJNZ0YV .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uUKXJNZ0YV .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 20px;
  line-height: 1.6;
}
.cid-uUKXJNZ0YV .mbr-section-title {
  color: #e32006;
}
.cid-uUKXJNZ0YV .mbr-text {
  color: #38001b;
}
.cid-uUKXJNZ0YV .item-title {
  color: #38001b;
}
.cid-uUKXJNZ0YV .item-text {
  color: #093756;
}
.cid-uUKXJNZ0YV .item-title,
.cid-uUKXJNZ0YV .icon-wrapper {
  color: #093756;
}
.cid-uUKsmkTn5k {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
}
.cid-uUKsmkTn5k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUKsmkTn5k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUKsmkTn5k .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUKsmkTn5k .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUKsmkTn5k .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUKsmkTn5k .container {
    padding: 0 20px;
  }
}
.cid-uUKsmkTn5k .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uUKsmkTn5k .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUKsmkTn5k .title-wrapper .title-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uUKsmkTn5k .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uUKsmkTn5k .title-wrapper .title-wrap:hover .mbr-section-title,
.cid-uUKsmkTn5k .title-wrapper .title-wrap:focus .mbr-section-title {
  color: #0f1d07;
}
.cid-uUKsmkTn5k .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUKsmkTn5k .title-wrapper .title-wrap .mbr-iconfont {
  display: inline-flex;
  color: #0f1d07;
  font-size: 60px;
  padding-top: 1.5rem;
  margin-left: 10px;
}
.cid-uUKsmkTn5k .item {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uUKsmkTn5k .item {
    margin-bottom: 40px;
  }
}
.cid-uUKsmkTn5k .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uUKsmkTn5k .item .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
  opacity: 0.5;
}
.cid-uUKsmkTn5k .item .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uUKsmkTn5k .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uUKsmkTn5k .item .item-wrapper .card-box .list .item-wrap:hover,
.cid-uUKsmkTn5k .item .item-wrapper .card-box .list .item-wrap:focus {
  text-decoration-color: #679436;
}
.cid-uUKsmkTn5k .border-wrap {
  background-color: #90f188;
  height: 1px;
  width: 100%;
}
.cid-uUKsmkTn5k .copy-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  display: block;
}
@media (max-width: 992px) {
  .cid-uUKsmkTn5k .copy-wrapper {
    padding: 30px 0;
    flex-direction: column-reverse;
  }
}
.cid-uUKsmkTn5k .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uUKsmkTn5k .copy-wrapper .mbr-copy {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUKsmkTn5k .copy-wrapper .mbr-section-btn {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uUKsmkTn5k .copy-wrapper .mbr-section-btn .btn {
  text-decoration: none;
  position: relative;
}
.cid-uUKsmkTn5k .copy-wrapper .mbr-section-btn .btn::before {
  content: '*';
  position: absolute;
  top: 38%;
  right: -14px;
  color: #90f188;
  font-size: 20px;
}
.cid-uUKsmkTn5k .copy-wrapper .mbr-section-btn .btn:last-child::before {
  display: none;
}
.cid-uUKsmkTn5k .item-menu-overlay .btn-wrapper {
  margin-top: -6%;
}
.cid-uUKsmkTn5k .mbr-section-title {
  color: #0f1d07;
}
.cid-uUKsmkTn5k .item-title {
  color: #0f1d07;
}
.cid-uUKsmkTn5k .item-desc {
  color: #0f1d07;
}
.cid-uUKsmkTn5k .list {
  color: #0f1d07;
}
.cid-uUKsmkTn5k .mbr-copy {
  color: #000000;
}
.cid-uUKsmkTn5k .mbr-section-title,
.cid-uUKsmkTn5k .title-wrapper,
.cid-uUKsmkTn5k .mbr-section-btn {
  color: #e32006;
}
.cid-uUKj3ClloF {
  background-color: transparent;
}
.cid-uUKj3ClloF .navbar-dropdown {
  background: #ffc107 !important;
  padding: 0;
}
.cid-uUKj3ClloF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffc107 !important;
  background: #ffc107;
}
.cid-uUKj3ClloF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUKj3ClloF .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uUKj3ClloF .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uUKj3ClloF .menu_box .navbar.opened,
  .cid-uUKj3ClloF .menu_box .navbar-collapse {
    background-color: #ffc107 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uUKj3ClloF .navbar-dropdown {
  position: relative !important;
}
.cid-uUKj3ClloF .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uUKj3ClloF .btn:hover {
  box-shadow: none;
}
.cid-uUKj3ClloF .nav-item {
  margin: 0 5px;
  z-index: 1;
}
@media (min-width: 1200px) {
  .cid-uUKj3ClloF .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .cid-uUKj3ClloF .nav-item {
    margin: 0 !important;
  }
}
.cid-uUKj3ClloF .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.cid-uUKj3ClloF .nav-item .nav-link:hover,
.cid-uUKj3ClloF .nav-item .nav-link:focus {
  background-color: #ffc107 !important;
  color: #000000 !important;
}
.cid-uUKj3ClloF .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uUKj3ClloF .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uUKj3ClloF .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uUKj3ClloF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUKj3ClloF .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-uUKj3ClloF .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uUKj3ClloF .offcanvas_box {
    display: none;
  }
}
.cid-uUKj3ClloF .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uUKj3ClloF .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uUKj3ClloF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uUKj3ClloF .container {
  display: flex;
  margin: auto;
}
.cid-uUKj3ClloF .iconfont-wrapper {
  color: #0f1d07;
  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-uUKj3ClloF .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uUKj3ClloF .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uUKj3ClloF .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uUKj3ClloF .navbar-nav {
    margin: 0;
  }
}
.cid-uUKj3ClloF .dropdown-menu,
.cid-uUKj3ClloF .navbar.opened {
  background-color: true !important;
}
.cid-uUKj3ClloF .nav-item:focus,
.cid-uUKj3ClloF .nav-link:focus {
  outline: none;
}
.cid-uUKj3ClloF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUKj3ClloF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUKj3ClloF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUKj3ClloF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUKj3ClloF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUKj3ClloF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUKj3ClloF .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uUKj3ClloF .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uUKj3ClloF .navbar.opened {
  transition: all 0.3s;
}
.cid-uUKj3ClloF .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uUKj3ClloF .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uUKj3ClloF .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUKj3ClloF .navbar.collapsed {
  justify-content: center;
}
.cid-uUKj3ClloF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUKj3ClloF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUKj3ClloF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUKj3ClloF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUKj3ClloF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUKj3ClloF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uUKj3ClloF .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uUKj3ClloF .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uUKj3ClloF .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uUKj3ClloF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUKj3ClloF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUKj3ClloF .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uUKj3ClloF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUKj3ClloF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uUKj3ClloF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUKj3ClloF .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uUKj3ClloF .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uUKj3ClloF .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uUKj3ClloF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uUKj3ClloF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUKj3ClloF .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uUKj3ClloF .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUKj3ClloF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUKj3ClloF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUKj3ClloF .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-uUKj3ClloF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uUKj3ClloF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUKj3ClloF .dropdown-item.active,
.cid-uUKj3ClloF .dropdown-item:active {
  background-color: transparent;
}
.cid-uUKj3ClloF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uUKj3ClloF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUKj3ClloF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUKj3ClloF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUKj3ClloF ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uUKj3ClloF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUKj3ClloF button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffc107;
  background: #000000;
}
.cid-uUKj3ClloF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUKj3ClloF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUKj3ClloF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUKj3ClloF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUKj3ClloF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUKj3ClloF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUKj3ClloF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUKj3ClloF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUKj3ClloF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUKj3ClloF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uUKj3ClloF .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-uUKj3ClloF .navbar {
    height: 70px;
  }
  .cid-uUKj3ClloF .navbar.opened {
    height: auto;
  }
  .cid-uUKj3ClloF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUKj3ClloF .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uUKj3ClloF .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uUKj3ClloF .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 200px;
}
.cid-uUKj3ClloF .navbar-caption:hover {
  color: #ffc107;
}
@media (min-width: 992px) {
  .cid-uUKj3ClloF .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uUKj3ClloF .text_widget {
  margin-bottom: 32px;
}
.cid-uUKj3ClloF .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uUKj3ClloF .text_widget a:hover,
.cid-uUKj3ClloF .text_widget a:focus {
  opacity: 0.8;
}
.cid-uUKj3ClloF .mbr-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.cid-uUKj3ClloF .navbar-caption {
  color: #000000;
}
.cid-uUKj3ClloF .mbr-text {
  color: #0f1d07;
  text-align: center;
}
.cid-uUKj3ClloF .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUKj3ClloF .navigation-wrapper {
    display: block;
  }
}
.cid-uUKj3ClloF .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-uUKj3ClloF .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.cid-uUKj3ClloF .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 1;
  border-radius: 100vw !important;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uUKj3ClloF .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.cid-uUKj3ClloF .mbr-section-subtitle,
.cid-uUKj3ClloF .text_widget,
.cid-uUKj3ClloF .mbr-section-btn {
  text-align: center;
}
.cid-uUKj3ClloF a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uUKj3ClloF .nav-link,
.cid-uUKj3ClloF .dropdown-item {
  color: #000000;
}
.cid-uUKJ5UWnZk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e32006;
}
.cid-uUKJ5UWnZk .item:focus,
.cid-uUKJ5UWnZk span:focus {
  outline: none;
}
.cid-uUKJ5UWnZk .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uUKJ5UWnZk .content-head {
  max-width: 800px;
}
.cid-uUKJ5UWnZk .loop-container {
  padding-top: 10px;
}
.cid-uUKJ5UWnZk .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uUKJ5UWnZk .item {
    min-height: 45px;
  }
}
.cid-uUKj3CI5Et {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUKj3CI5Et .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUKj3CI5Et .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUKj3CI5Et .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUKj3CI5Et .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUKj3CI5Et .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUKj3CI5Et .container {
    padding: 0 20px;
  }
}
.cid-uUKj3CI5Et .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uUKj3CI5Et .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uUKj3CI5Et .content-wrapper .mbr-section-title span {
  opacity: .5;
}
.cid-uUKj3CI5Et .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUKj3CI5Et .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUKj3CI5Et .mbr-section-title {
  color: #0f1d07;
}
.cid-uUKj3CI5Et .mbr-text {
  color: #0f1d07;
}
.cid-uUKj3CI5Et .mbr-section-title,
.cid-uUKj3CI5Et .mbr-section-btn {
  color: #e32006;
}
.cid-uUKj3CXpQc {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffc107;
}
.cid-uUKj3CXpQc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUKj3CXpQc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uUKj3CXpQc .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uUKj3CXpQc .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uUKj3CXpQc .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-uUKj3CXpQc .card-wrapper {
  background: #ffffff;
}
.cid-uUKj3CXpQc .mbr-text,
.cid-uUKj3CXpQc .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uUKj3CXpQc .card-title,
.cid-uUKj3CXpQc .card-box {
  text-align: left;
  color: #e32006;
}
.cid-uUKj3DgqbX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e32006;
}
.cid-uUKj3DgqbX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUKj3DgqbX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUKj3DgqbX .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUKj3DgqbX .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUKj3DgqbX .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUKj3DgqbX .container {
    padding: 0 20px;
  }
}
.cid-uUKj3DgqbX .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1;
}
.cid-uUKj3DgqbX .text-wrapper .mbr-text span {
  color: #7d41d1;
}
.cid-uUKj3DgqbX .mbr-text {
  color: #ffffff;
}
.cid-uUKj3DxnwQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/page-1-1743x1164.jpg");
}
.cid-uUKj3DxnwQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUKj3DxnwQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUKj3DxnwQ .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUKj3DxnwQ .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUKj3DxnwQ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUKj3DxnwQ .container {
    padding: 0 20px;
  }
}
.cid-uUKj3DxnwQ .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uUKj3DxnwQ .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .cid-uUKj3DxnwQ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUKj3DxnwQ .image-wrapper img {
  height: 650px;
  width: 100%;
  border-radius: 2rem !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUKj3DxnwQ .image-wrapper img {
    height: 350px;
  }
}
.cid-uUKj3DxnwQ .mbr-section-title {
  color: #ffffff;
}
.cid-uUKj3DxnwQ .mbr-text {
  color: #ffffff;
}
.cid-uUKj3DxnwQ .mbr-section-title,
.cid-uUKj3DxnwQ .mbr-section-btn {
  color: #e32006;
}
.cid-uUKj3DxnwQ .mbr-text,
.cid-uUKj3DxnwQ .text-wrapper {
  color: #093756;
}
.cid-uUKj3DQND5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e32006;
}
.cid-uUKj3DQND5 .item:focus,
.cid-uUKj3DQND5 span:focus {
  outline: none;
}
.cid-uUKj3DQND5 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uUKj3DQND5 .content-head {
  max-width: 800px;
}
.cid-uUKj3DQND5 .loop-container {
  padding-top: 10px;
  margin-bottom: 0.5rem;
}
.cid-uUKj3DQND5 .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uUKj3DQND5 .item {
    min-height: 45px;
  }
}
.cid-uUKj3E4Myy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUKj3E4Myy .mbr-section-title {
  text-align: center;
  color: #e32006;
}
.cid-uUKj3E4Myy .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uUKj3Eim7a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffc107;
}
.cid-uUKj3Eim7a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUKj3Eim7a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUKj3Eim7a .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUKj3Eim7a .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUKj3Eim7a .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUKj3Eim7a .container {
    padding: 0 20px;
  }
}
.cid-uUKj3Eim7a .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uUKj3Eim7a .title-wrapper {
    display: block;
  }
}
.cid-uUKj3Eim7a .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uUKj3Eim7a .title-wrapper .mbr-section-title {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uUKj3Eim7a .title-wrapper .mbr-section-title span {
  color: #e32006;
}
.cid-uUKj3Eim7a .title-wrapper .mbr-section-btn .btn {
  padding: 30px 40px;
  min-width: 465px;
}
@media (max-width: 992px) {
  .cid-uUKj3Eim7a .title-wrapper .mbr-section-btn .btn {
    margin-right: 0;
    min-width: auto;
  }
}
.cid-uUKj3Eim7a .mbr-section-title {
  color: #38001b;
}
.cid-uUKj3Eyh8O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e32006;
}
.cid-uUKj3Eyh8O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUKj3Eyh8O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUKj3Eyh8O .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUKj3Eyh8O .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUKj3Eyh8O .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUKj3Eyh8O .container {
    padding: 0 20px;
  }
}
.cid-uUKj3Eyh8O .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1;
}
.cid-uUKj3Eyh8O .text-wrapper .mbr-text span {
  color: #7d41d1;
}
.cid-uUKj3Eyh8O .mbr-text {
  color: #FFFFFF;
}
.cid-uUL5siDVFf {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uUL5siDVFf .icon-transition span {
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #000000;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 74px;
  height: 74px;
  background: #f3f7f9 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uUL5siDVFf .mbr-iconfont {
  align-items: center;
}
.cid-uUL5siDVFf .mbr-iconfont:before {
  font-size: 30px;
  display: flex;
  justify-content: center;
}
.cid-uUL5siDVFf .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uUL5siDVFf .icon-transition span:hover {
  background-color: #000000;
  color: #f3f7f9;
}
.cid-uUL5siDVFf .social-media {
  padding: 0;
}
.cid-uUL5siDVFf .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uUL5siDVFf .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uUL5siDVFf .mbr-list,
.cid-uUL5siDVFf .social-media UL {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uUL5siDVFf .social-list {
    text-align: center !important;
  }
}
.cid-uUL5siDVFf .mbr-section-title,
.cid-uUL5siDVFf .social-list {
  color: #ab0c47;
}
.cid-uUKP7ZhT5y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e32006;
}
.cid-uUKP7ZhT5y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUKP7ZhT5y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUKP7ZhT5y .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUKP7ZhT5y .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUKP7ZhT5y .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUKP7ZhT5y .container {
    padding: 0 20px;
  }
}
.cid-uUKP7ZhT5y .row {
  justify-content: center;
}
.cid-uUKP7ZhT5y .content-wrapper {
  display: flex;
  padding: 30px;
  border-radius: 2rem;
  background-color: #0f1d07;
}
@media (max-width: 992px) {
  .cid-uUKP7ZhT5y .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uUKP7ZhT5y .content-wrapper .card {
  justify-content: center;
}
.cid-uUKP7ZhT5y .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uUKP7ZhT5y .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uUKP7ZhT5y .content-wrapper .image-wrapper img {
  height: 720px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uUKP7ZhT5y .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uUKP7ZhT5y .content-wrapper .content-wrap {
  width: 50%;
  padding: 0 200px 0 60px;
  padding: 0 60px 0 200px;
}
@media (max-width: 992px) {
  .cid-uUKP7ZhT5y .content-wrapper .content-wrap {
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uUKP7ZhT5y .content-wrapper .content-wrap {
    padding: 0 100px 0 60px;
  }
}
@media (max-width: 1199px) {
  .cid-uUKP7ZhT5y .content-wrapper .content-wrap {
    padding: 0 40px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uUKP7ZhT5y .content-wrapper .content-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uUKP7ZhT5y .content-wrapper .content-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-uUKP7ZhT5y .content-wrapper .content-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-uUKP7ZhT5y .content-wrapper .content-wrap .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uUKP7ZhT5y .content-wrapper .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uUKP7ZhT5y .content-wrapper .content-wrap .dragArea.row .form-group .form-control {
  padding: 20px;
  border: none !important;
  box-shadow: none;
  border-radius: 20px !important;
  background-color: #ffffff;
}
.cid-uUKP7ZhT5y .content-wrapper .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-uUKP7ZhT5y .content-wrapper .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uUKP7ZhT5y .content-wrapper .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #679436;
  opacity: .5;
}
.cid-uUKP7ZhT5y .content-wrapper .content-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uUKP7ZhT5y .content-wrapper .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uUKP7ZhT5y .content-wrapper .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #679436;
  border-color: #679436;
  border-radius: 0;
}
.cid-uUKP7ZhT5y .content-wrapper .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uUKP7ZhT5y .content-wrapper .content-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uUKP7ZhT5y .mbr-section-title {
  color: #ffffff;
}
.cid-uUKP7ZhT5y .mbr-text {
  color: #ffffff;
}
.cid-uUKP7ZhT5y label {
  color: #ffffff;
}
.cid-uULjoHv88g {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uULjoHv88g .icon-transition span {
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #000000;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 74px;
  height: 74px;
  background: #f3f7f9 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uULjoHv88g .mbr-iconfont {
  align-items: center;
}
.cid-uULjoHv88g .mbr-iconfont:before {
  font-size: 30px;
  display: flex;
  justify-content: center;
}
.cid-uULjoHv88g .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uULjoHv88g .icon-transition span:hover {
  background-color: #000000;
  color: #f3f7f9;
}
.cid-uULjoHv88g .social-media {
  padding: 0;
}
.cid-uULjoHv88g .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uULjoHv88g .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uULjoHv88g .mbr-list,
.cid-uULjoHv88g .social-media UL {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uULjoHv88g .social-list {
    text-align: center !important;
  }
}
.cid-uULjoHv88g .mbr-section-title,
.cid-uULjoHv88g .social-list {
  color: #e32006;
}
.cid-uUL5ujw9B9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e32006;
}
.cid-uUL5ujw9B9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUL5ujw9B9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUL5ujw9B9 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUL5ujw9B9 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUL5ujw9B9 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUL5ujw9B9 .container {
    padding: 0 20px;
  }
}
.cid-uUL5ujw9B9 .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1;
}
.cid-uUL5ujw9B9 .text-wrapper .mbr-text span {
  color: #ffffff;
}
.cid-uUL5ujw9B9 .mbr-text {
  color: #070035;
}
.cid-uUKXUVbzom {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUKXUVbzom .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUKXUVbzom .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUKXUVbzom .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUKXUVbzom .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUKXUVbzom .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUKXUVbzom .container {
    padding: 0 20px;
  }
}
.cid-uUKXUVbzom .row {
  justify-content: center;
}
.cid-uUKXUVbzom .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUKXUVbzom .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uUKXUVbzom .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1200px) {
  .cid-uUKXUVbzom .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uUKXUVbzom .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uUKXUVbzom .content-wrapper .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uUKXUVbzom .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uUKXUVbzom .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #093756;
  display: inline-flex;
}
.cid-uUKXUVbzom .content-wrapper .items-wrapper .item .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #093756;
  opacity: 0.2;
  margin-bottom: 20px;
}
.cid-uUKXUVbzom .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uUKXUVbzom .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 20px;
  line-height: 1.6;
}
.cid-uUKXUVbzom .mbr-section-title {
  color: #093756;
}
.cid-uUKXUVbzom .mbr-text {
  color: #38001b;
}
.cid-uUKXUVbzom .item-title {
  color: #38001b;
}
.cid-uUKXUVbzom .item-text {
  color: #093756;
}
.cid-uUKXUVbzom .item-title,
.cid-uUKXUVbzom .icon-wrapper {
  color: #093756;
}
.cid-uUKj3FCeCS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
}
.cid-uUKj3FCeCS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUKj3FCeCS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUKj3FCeCS .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUKj3FCeCS .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUKj3FCeCS .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUKj3FCeCS .container {
    padding: 0 20px;
  }
}
.cid-uUKj3FCeCS .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uUKj3FCeCS .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUKj3FCeCS .title-wrapper .title-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uUKj3FCeCS .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uUKj3FCeCS .title-wrapper .title-wrap:hover .mbr-section-title,
.cid-uUKj3FCeCS .title-wrapper .title-wrap:focus .mbr-section-title {
  color: #0f1d07;
}
.cid-uUKj3FCeCS .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUKj3FCeCS .title-wrapper .title-wrap .mbr-iconfont {
  display: inline-flex;
  color: #0f1d07;
  font-size: 60px;
  padding-top: 1.5rem;
  margin-left: 10px;
}
.cid-uUKj3FCeCS .item {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uUKj3FCeCS .item {
    margin-bottom: 40px;
  }
}
.cid-uUKj3FCeCS .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uUKj3FCeCS .item .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
  opacity: 0.5;
}
.cid-uUKj3FCeCS .item .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uUKj3FCeCS .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uUKj3FCeCS .item .item-wrapper .card-box .list .item-wrap:hover,
.cid-uUKj3FCeCS .item .item-wrapper .card-box .list .item-wrap:focus {
  text-decoration-color: #679436;
}
.cid-uUKj3FCeCS .border-wrap {
  background-color: #90f188;
  height: 1px;
  width: 100%;
}
.cid-uUKj3FCeCS .copy-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  display: block;
}
@media (max-width: 992px) {
  .cid-uUKj3FCeCS .copy-wrapper {
    padding: 30px 0;
    flex-direction: column-reverse;
  }
}
.cid-uUKj3FCeCS .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uUKj3FCeCS .copy-wrapper .mbr-copy {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUKj3FCeCS .copy-wrapper .mbr-section-btn {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uUKj3FCeCS .copy-wrapper .mbr-section-btn .btn {
  text-decoration: none;
  position: relative;
}
.cid-uUKj3FCeCS .copy-wrapper .mbr-section-btn .btn::before {
  content: '*';
  position: absolute;
  top: 38%;
  right: -14px;
  color: #90f188;
  font-size: 20px;
}
.cid-uUKj3FCeCS .copy-wrapper .mbr-section-btn .btn:last-child::before {
  display: none;
}
.cid-uUKj3FCeCS .item-menu-overlay .btn-wrapper {
  margin-top: -6%;
}
.cid-uUKj3FCeCS .mbr-section-title {
  color: #0f1d07;
}
.cid-uUKj3FCeCS .item-title {
  color: #0f1d07;
}
.cid-uUKj3FCeCS .item-desc {
  color: #0f1d07;
}
.cid-uUKj3FCeCS .list {
  color: #0f1d07;
}
.cid-uUKj3FCeCS .mbr-copy {
  color: #000000;
}
.cid-uUKj3FCeCS .mbr-section-title,
.cid-uUKj3FCeCS .title-wrapper,
.cid-uUKj3FCeCS .mbr-section-btn {
  color: #e32006;
}
.cid-uUKNTIVoAc {
  background-color: transparent;
}
.cid-uUKNTIVoAc .navbar-dropdown {
  background: #ffc107 !important;
  padding: 0;
}
.cid-uUKNTIVoAc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffc107 !important;
  background: #ffc107;
}
.cid-uUKNTIVoAc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUKNTIVoAc .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uUKNTIVoAc .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uUKNTIVoAc .menu_box .navbar.opened,
  .cid-uUKNTIVoAc .menu_box .navbar-collapse {
    background-color: #ffc107 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uUKNTIVoAc .navbar-dropdown {
  position: relative !important;
}
.cid-uUKNTIVoAc .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uUKNTIVoAc .btn:hover {
  box-shadow: none;
}
.cid-uUKNTIVoAc .nav-item {
  margin: 0 5px;
  z-index: 1;
}
@media (min-width: 1200px) {
  .cid-uUKNTIVoAc .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .cid-uUKNTIVoAc .nav-item {
    margin: 0 !important;
  }
}
.cid-uUKNTIVoAc .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.cid-uUKNTIVoAc .nav-item .nav-link:hover,
.cid-uUKNTIVoAc .nav-item .nav-link:focus {
  background-color: #ffc107 !important;
  color: #000000 !important;
}
.cid-uUKNTIVoAc .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uUKNTIVoAc .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uUKNTIVoAc .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uUKNTIVoAc .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUKNTIVoAc .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-uUKNTIVoAc .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uUKNTIVoAc .offcanvas_box {
    display: none;
  }
}
.cid-uUKNTIVoAc .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uUKNTIVoAc .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uUKNTIVoAc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uUKNTIVoAc .container {
  display: flex;
  margin: auto;
}
.cid-uUKNTIVoAc .iconfont-wrapper {
  color: #0f1d07;
  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-uUKNTIVoAc .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uUKNTIVoAc .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uUKNTIVoAc .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uUKNTIVoAc .navbar-nav {
    margin: 0;
  }
}
.cid-uUKNTIVoAc .dropdown-menu,
.cid-uUKNTIVoAc .navbar.opened {
  background-color: true !important;
}
.cid-uUKNTIVoAc .nav-item:focus,
.cid-uUKNTIVoAc .nav-link:focus {
  outline: none;
}
.cid-uUKNTIVoAc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUKNTIVoAc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUKNTIVoAc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUKNTIVoAc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUKNTIVoAc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUKNTIVoAc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUKNTIVoAc .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uUKNTIVoAc .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uUKNTIVoAc .navbar.opened {
  transition: all 0.3s;
}
.cid-uUKNTIVoAc .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uUKNTIVoAc .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uUKNTIVoAc .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUKNTIVoAc .navbar.collapsed {
  justify-content: center;
}
.cid-uUKNTIVoAc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUKNTIVoAc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUKNTIVoAc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUKNTIVoAc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUKNTIVoAc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUKNTIVoAc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uUKNTIVoAc .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uUKNTIVoAc .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uUKNTIVoAc .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uUKNTIVoAc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUKNTIVoAc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUKNTIVoAc .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uUKNTIVoAc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUKNTIVoAc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uUKNTIVoAc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUKNTIVoAc .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uUKNTIVoAc .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uUKNTIVoAc .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uUKNTIVoAc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uUKNTIVoAc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUKNTIVoAc .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uUKNTIVoAc .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUKNTIVoAc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUKNTIVoAc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUKNTIVoAc .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-uUKNTIVoAc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uUKNTIVoAc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUKNTIVoAc .dropdown-item.active,
.cid-uUKNTIVoAc .dropdown-item:active {
  background-color: transparent;
}
.cid-uUKNTIVoAc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uUKNTIVoAc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUKNTIVoAc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUKNTIVoAc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUKNTIVoAc ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uUKNTIVoAc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUKNTIVoAc button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffc107;
  background: #000000;
}
.cid-uUKNTIVoAc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUKNTIVoAc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUKNTIVoAc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUKNTIVoAc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUKNTIVoAc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUKNTIVoAc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUKNTIVoAc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUKNTIVoAc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUKNTIVoAc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUKNTIVoAc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uUKNTIVoAc .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-uUKNTIVoAc .navbar {
    height: 70px;
  }
  .cid-uUKNTIVoAc .navbar.opened {
    height: auto;
  }
  .cid-uUKNTIVoAc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUKNTIVoAc .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uUKNTIVoAc .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uUKNTIVoAc .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 200px;
}
.cid-uUKNTIVoAc .navbar-caption:hover {
  color: #ffc107;
}
@media (min-width: 992px) {
  .cid-uUKNTIVoAc .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uUKNTIVoAc .text_widget {
  margin-bottom: 32px;
}
.cid-uUKNTIVoAc .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uUKNTIVoAc .text_widget a:hover,
.cid-uUKNTIVoAc .text_widget a:focus {
  opacity: 0.8;
}
.cid-uUKNTIVoAc .mbr-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.cid-uUKNTIVoAc .navbar-caption {
  color: #000000;
}
.cid-uUKNTIVoAc .mbr-text {
  color: #0f1d07;
  text-align: center;
}
.cid-uUKNTIVoAc .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUKNTIVoAc .navigation-wrapper {
    display: block;
  }
}
.cid-uUKNTIVoAc .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-uUKNTIVoAc .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.cid-uUKNTIVoAc .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 1;
  border-radius: 100vw !important;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uUKNTIVoAc .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.cid-uUKNTIVoAc .mbr-section-subtitle,
.cid-uUKNTIVoAc .text_widget,
.cid-uUKNTIVoAc .mbr-section-btn {
  text-align: center;
}
.cid-uUKNTIVoAc a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uUKNTIVoAc .nav-link,
.cid-uUKNTIVoAc .dropdown-item {
  color: #000000;
}
.cid-uUKNTIpPtp {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ff0806;
}
.cid-uUKNTIpPtp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUKNTIpPtp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUKNTIpPtp .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUKNTIpPtp .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUKNTIpPtp .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUKNTIpPtp .container {
    padding: 0 20px;
  }
}
.cid-uUKNTIpPtp .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1;
}
.cid-uUKNTIpPtp .text-wrapper .mbr-text span {
  color: #7d41d1;
}
.cid-uUKNTIpPtp .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uUL6FwFoiZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUL6FwFoiZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUL6FwFoiZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUL6FwFoiZ .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUL6FwFoiZ .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUL6FwFoiZ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUL6FwFoiZ .container {
    padding: 0 20px;
  }
}
.cid-uUL6FwFoiZ .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 80px;
  background-color: #ff0806;
}
@media (max-width: 992px) {
  .cid-uUL6FwFoiZ .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-uUL6FwFoiZ .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uUL6FwFoiZ .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uUL6FwFoiZ .content-wrapper img {
  height: 900px;
  object-fit: cover;
  border-radius: 2rem !important;
}
.cid-uUL6FwFoiZ .mbr-section-title {
  color: #38001b;
}
.cid-uUL6FwFoiZ .mbr-desc {
  color: #38001b;
}
.cid-uUKVhOp32m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e32006;
}
.cid-uUKVhOp32m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUKVhOp32m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUKVhOp32m .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUKVhOp32m .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUKVhOp32m .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUKVhOp32m .container {
    padding: 0 20px;
  }
}
.cid-uUKVhOp32m .row {
  justify-content: center;
}
.cid-uUKVhOp32m .content-wrapper {
  display: flex;
  padding: 30px;
  border-radius: 2rem;
  background-color: #0f1d07;
}
@media (max-width: 992px) {
  .cid-uUKVhOp32m .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uUKVhOp32m .content-wrapper .card {
  justify-content: center;
}
.cid-uUKVhOp32m .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uUKVhOp32m .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uUKVhOp32m .content-wrapper .image-wrapper img {
  height: 720px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uUKVhOp32m .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uUKVhOp32m .content-wrapper .content-wrap {
  width: 50%;
  padding: 0 200px 0 60px;
  padding: 0 60px 0 200px;
}
@media (max-width: 992px) {
  .cid-uUKVhOp32m .content-wrapper .content-wrap {
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uUKVhOp32m .content-wrapper .content-wrap {
    padding: 0 100px 0 60px;
  }
}
@media (max-width: 1199px) {
  .cid-uUKVhOp32m .content-wrapper .content-wrap {
    padding: 0 40px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uUKVhOp32m .content-wrapper .content-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uUKVhOp32m .content-wrapper .content-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-uUKVhOp32m .content-wrapper .content-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-uUKVhOp32m .content-wrapper .content-wrap .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uUKVhOp32m .content-wrapper .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uUKVhOp32m .content-wrapper .content-wrap .dragArea.row .form-group .form-control {
  padding: 20px;
  border: none !important;
  box-shadow: none;
  border-radius: 20px !important;
  background-color: #ffffff;
}
.cid-uUKVhOp32m .content-wrapper .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-uUKVhOp32m .content-wrapper .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uUKVhOp32m .content-wrapper .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #679436;
  opacity: .5;
}
.cid-uUKVhOp32m .content-wrapper .content-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uUKVhOp32m .content-wrapper .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uUKVhOp32m .content-wrapper .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #679436;
  border-color: #679436;
  border-radius: 0;
}
.cid-uUKVhOp32m .content-wrapper .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uUKVhOp32m .content-wrapper .content-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uUKVhOp32m .mbr-section-title {
  color: #ffffff;
}
.cid-uUKVhOp32m .mbr-text {
  color: #ffffff;
}
.cid-uUKVhOp32m label {
  color: #ffffff;
}
.cid-uUKXZVbsZx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUKXZVbsZx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUKXZVbsZx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUKXZVbsZx .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUKXZVbsZx .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUKXZVbsZx .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUKXZVbsZx .container {
    padding: 0 20px;
  }
}
.cid-uUKXZVbsZx .row {
  justify-content: center;
}
.cid-uUKXZVbsZx .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUKXZVbsZx .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uUKXZVbsZx .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1200px) {
  .cid-uUKXZVbsZx .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uUKXZVbsZx .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uUKXZVbsZx .content-wrapper .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uUKXZVbsZx .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uUKXZVbsZx .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #093756;
  display: inline-flex;
}
.cid-uUKXZVbsZx .content-wrapper .items-wrapper .item .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #093756;
  opacity: 0.2;
  margin-bottom: 20px;
}
.cid-uUKXZVbsZx .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uUKXZVbsZx .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 20px;
  line-height: 1.6;
}
.cid-uUKXZVbsZx .mbr-section-title {
  color: #e32006;
}
.cid-uUKXZVbsZx .mbr-text {
  color: #38001b;
}
.cid-uUKXZVbsZx .item-title {
  color: #38001b;
}
.cid-uUKXZVbsZx .item-text {
  color: #093756;
}
.cid-uUKXZVbsZx .item-title,
.cid-uUKXZVbsZx .icon-wrapper {
  color: #093756;
}
.cid-uUKNTJkjK6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #427aa1;
}
.cid-uUKNTJkjK6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUKNTJkjK6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUKNTJkjK6 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUKNTJkjK6 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUKNTJkjK6 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUKNTJkjK6 .container {
    padding: 0 20px;
  }
}
.cid-uUKNTJkjK6 .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1;
}
.cid-uUKNTJkjK6 .text-wrapper .mbr-text span {
  color: #7d41d1;
}
.cid-uUKNTJkjK6 .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uUL5bhURmY {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uUL5bhURmY .icon-transition span {
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #000000;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 74px;
  height: 74px;
  background: #f3f7f9 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uUL5bhURmY .mbr-iconfont {
  align-items: center;
}
.cid-uUL5bhURmY .mbr-iconfont:before {
  font-size: 30px;
  display: flex;
  justify-content: center;
}
.cid-uUL5bhURmY .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uUL5bhURmY .icon-transition span:hover {
  background-color: #000000;
  color: #f3f7f9;
}
.cid-uUL5bhURmY .social-media {
  padding: 0;
}
.cid-uUL5bhURmY .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uUL5bhURmY .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uUL5bhURmY .mbr-list,
.cid-uUL5bhURmY .social-media UL {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uUL5bhURmY .social-list {
    text-align: center !important;
  }
}
.cid-uUL5bhURmY .mbr-section-title,
.cid-uUL5bhURmY .social-list {
  color: #e32006;
}
.cid-uUKNTK98x4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
}
.cid-uUKNTK98x4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUKNTK98x4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUKNTK98x4 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uUKNTK98x4 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUKNTK98x4 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uUKNTK98x4 .container {
    padding: 0 20px;
  }
}
.cid-uUKNTK98x4 .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uUKNTK98x4 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUKNTK98x4 .title-wrapper .title-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uUKNTK98x4 .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uUKNTK98x4 .title-wrapper .title-wrap:hover .mbr-section-title,
.cid-uUKNTK98x4 .title-wrapper .title-wrap:focus .mbr-section-title {
  color: #0f1d07;
}
.cid-uUKNTK98x4 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUKNTK98x4 .title-wrapper .title-wrap .mbr-iconfont {
  display: inline-flex;
  color: #0f1d07;
  font-size: 60px;
  padding-top: 1.5rem;
  margin-left: 10px;
}
.cid-uUKNTK98x4 .item {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uUKNTK98x4 .item {
    margin-bottom: 40px;
  }
}
.cid-uUKNTK98x4 .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uUKNTK98x4 .item .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
  opacity: 0.5;
}
.cid-uUKNTK98x4 .item .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uUKNTK98x4 .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uUKNTK98x4 .item .item-wrapper .card-box .list .item-wrap:hover,
.cid-uUKNTK98x4 .item .item-wrapper .card-box .list .item-wrap:focus {
  text-decoration-color: #679436;
}
.cid-uUKNTK98x4 .border-wrap {
  background-color: #90f188;
  height: 1px;
  width: 100%;
}
.cid-uUKNTK98x4 .copy-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  display: block;
}
@media (max-width: 992px) {
  .cid-uUKNTK98x4 .copy-wrapper {
    padding: 30px 0;
    flex-direction: column-reverse;
  }
}
.cid-uUKNTK98x4 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uUKNTK98x4 .copy-wrapper .mbr-copy {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUKNTK98x4 .copy-wrapper .mbr-section-btn {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uUKNTK98x4 .copy-wrapper .mbr-section-btn .btn {
  text-decoration: none;
  position: relative;
}
.cid-uUKNTK98x4 .copy-wrapper .mbr-section-btn .btn::before {
  content: '*';
  position: absolute;
  top: 38%;
  right: -14px;
  color: #90f188;
  font-size: 20px;
}
.cid-uUKNTK98x4 .copy-wrapper .mbr-section-btn .btn:last-child::before {
  display: none;
}
.cid-uUKNTK98x4 .item-menu-overlay .btn-wrapper {
  margin-top: -6%;
}
.cid-uUKNTK98x4 .mbr-section-title {
  color: #0f1d07;
}
.cid-uUKNTK98x4 .item-title {
  color: #0f1d07;
}
.cid-uUKNTK98x4 .item-desc {
  color: #0f1d07;
}
.cid-uUKNTK98x4 .list {
  color: #0f1d07;
}
.cid-uUKNTK98x4 .mbr-copy {
  color: #000000;
}
.cid-uUKNTK98x4 .mbr-section-title,
.cid-uUKNTK98x4 .title-wrapper,
.cid-uUKNTK98x4 .mbr-section-btn {
  color: #e32006;
}
