.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #e9f0f0;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5.8rem;
  line-height: .85;
  letter-spacing: -0.0375rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.6rem;
  line-height: .9;
  letter-spacing: -0.0325rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.6rem;
  letter-spacing: -0.01em;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4.6rem;
  line-height: .9;
  letter-spacing: -0.0325rem;
}
.display-5 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.64rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.06rem;
    font-size: calc( 2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 3.68rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((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: #9cc5a1 !important;
}
.bg-success {
  background-color: #4fdf9c !important;
}
.bg-info {
  background-color: #3ad5f4 !important;
}
.bg-warning {
  background-color: #ffcb2f !important;
}
.bg-danger {
  background-color: #e04e5c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9cc5a1 !important;
  border-color: #9cc5a1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bcd8c0 !important;
  border-color: #bcd8c0 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #bcd8c0 !important;
  border-color: #bcd8c0 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #49a078 !important;
  border-color: #49a078 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #64b891 !important;
  border-color: #64b891 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #64b891 !important;
  border-color: #64b891 !important;
}
.btn-info,
.btn-info:active {
  background-color: #3ad5f4 !important;
  border-color: #3ad5f4 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #6adff7 !important;
  border-color: #6adff7 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #6adff7 !important;
  border-color: #6adff7 !important;
}
.btn-success,
.btn-success:active {
  background-color: #4fdf9c !important;
  border-color: #4fdf9c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #7ae7b4 !important;
  border-color: #7ae7b4 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #7ae7b4 !important;
  border-color: #7ae7b4 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffcb2f !important;
  border-color: #ffcb2f !important;
  color: #2f2300 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffd862 !important;
  border-color: #ffd862 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #2f2300 !important;
  background-color: #ffd862 !important;
  border-color: #ffd862 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e04e5c !important;
  border-color: #e04e5c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e87984 !important;
  border-color: #e87984 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e87984 !important;
  border-color: #e87984 !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: #9cc5a1;
  color: #9cc5a1;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #65a56d !important;
  background-color: transparent !important;
  border-color: #65a56d !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #9cc5a1 !important;
  border-color: #9cc5a1 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #49a078;
  color: #49a078;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2e644b !important;
  background-color: transparent !important;
  border-color: #2e644b !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #49a078 !important;
  border-color: #49a078 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #3ad5f4;
  color: #3ad5f4;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0baccc !important;
  background-color: transparent !important;
  border-color: #0baccc !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #3ad5f4 !important;
  border-color: #3ad5f4 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #4fdf9c;
  color: #4fdf9c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #21b671 !important;
  background-color: transparent !important;
  border-color: #21b671 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #4fdf9c !important;
  border-color: #4fdf9c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffcb2f;
  color: #ffcb2f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d7a100 !important;
  background-color: transparent !important;
  border-color: #d7a100 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #2f2300 !important;
  background-color: #ffcb2f !important;
  border-color: #ffcb2f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e04e5c;
  color: #e04e5c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b7202f !important;
  background-color: transparent !important;
  border-color: #b7202f !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e04e5c !important;
  border-color: #e04e5c !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: #9cc5a1 !important;
}
.text-secondary {
  color: #49a078 !important;
}
.text-success {
  color: #4fdf9c !important;
}
.text-info {
  color: #3ad5f4 !important;
}
.text-warning {
  color: #ffcb2f !important;
}
.text-danger {
  color: #e04e5c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #5d9e65 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #295a43 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1fa969 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0ba0bd !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #c89600 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #aa1e2b !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: #9cc5a1;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #3ad5f4;
}
.alert-warning {
  background-color: #ffcb2f;
}
.alert-danger {
  background-color: #e04e5c;
}
.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: #9cc5a1;
  border-color: #9cc5a1;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9cc5a1;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ecf4ed;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fcfefd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fbfeff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffefb;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fefcfc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
.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: #9cc5a1 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #9cc5a1;
}
/* 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: #9cc5a1;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9cc5a1;
}
.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: #9cc5a1;
  border-bottom-color: #9cc5a1;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #9cc5a1 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #49a078 !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='%239cc5a1' %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: 15px 32px;
  border-radius: 10px !important;
  margin: 8px;
  border-width: 2px !important;
  flex-direction: row-reverse;
  font-weight: 600 !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: .75rem;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  transform: scale(1.03);
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #9cc5a1 !important;
}
img {
  border-radius: 16px !important;
}
.cid-uBtSZJ30xU {
  background-color: transparent;
}
.cid-uBtSZJ30xU .navbar-dropdown {
  background-color: #0999f6 !important;
  padding: 0;
}
.cid-uBtSZJ30xU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0999f6 !important;
  background: #0999f6;
}
.cid-uBtSZJ30xU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBtSZJ30xU .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBtSZJ30xU .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBtSZJ30xU .menu_box .navbar.opened,
  .cid-uBtSZJ30xU .menu_box .navbar-collapse {
    background-color: #0999f6 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBtSZJ30xU .navbar-dropdown {
  position: relative !important;
}
.cid-uBtSZJ30xU .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uBtSZJ30xU .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uBtSZJ30xU .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uBtSZJ30xU .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uBtSZJ30xU .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBtSZJ30xU .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBtSZJ30xU .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-uBtSZJ30xU .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBtSZJ30xU .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBtSZJ30xU .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBtSZJ30xU .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBtSZJ30xU .offcanvas-body .mbr-text,
  .cid-uBtSZJ30xU .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uBtSZJ30xU .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uBtSZJ30xU .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBtSZJ30xU .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0999f6;
  }
  .cid-uBtSZJ30xU .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBtSZJ30xU .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBtSZJ30xU .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBtSZJ30xU .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBtSZJ30xU ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBtSZJ30xU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBtSZJ30xU .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);
  }
  .cid-uBtSZJ30xU .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBtSZJ30xU li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uBtSZJ30xU .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBtSZJ30xU .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-uBtSZJ30xU .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-uBtSZJ30xU .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uBtSZJ30xU .nav-item {
    margin: 0 !important;
  }
}
.cid-uBtSZJ30xU .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-uBtSZJ30xU .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #454545;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-uBtSZJ30xU .nav-item .nav-link:hover,
.cid-uBtSZJ30xU .nav-item .nav-link:focus {
  color: #454545 !important;
}
.cid-uBtSZJ30xU .nav-item .nav-link:hover::before,
.cid-uBtSZJ30xU .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uBtSZJ30xU .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBtSZJ30xU .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBtSZJ30xU .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBtSZJ30xU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBtSZJ30xU .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-uBtSZJ30xU .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBtSZJ30xU .offcanvas_box {
    display: none;
  }
}
.cid-uBtSZJ30xU .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBtSZJ30xU .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBtSZJ30xU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBtSZJ30xU .container {
  display: flex;
  margin: auto;
}
.cid-uBtSZJ30xU .iconfont-wrapper {
  color: #c6f15c;
  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-uBtSZJ30xU .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBtSZJ30xU .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uBtSZJ30xU .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBtSZJ30xU .navbar-nav {
    margin: 0;
  }
}
.cid-uBtSZJ30xU .dropdown-menu,
.cid-uBtSZJ30xU .navbar.opened {
  background-color: false !important;
}
.cid-uBtSZJ30xU .nav-item:focus,
.cid-uBtSZJ30xU .nav-link:focus {
  outline: none;
}
.cid-uBtSZJ30xU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBtSZJ30xU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBtSZJ30xU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBtSZJ30xU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBtSZJ30xU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBtSZJ30xU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBtSZJ30xU .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBtSZJ30xU .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBtSZJ30xU .navbar.opened {
  transition: all 0.3s;
}
.cid-uBtSZJ30xU .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBtSZJ30xU .navbar .navbar-logo img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uBtSZJ30xU .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uBtSZJ30xU .navbar.collapsed {
  justify-content: center;
}
.cid-uBtSZJ30xU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBtSZJ30xU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBtSZJ30xU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBtSZJ30xU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBtSZJ30xU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBtSZJ30xU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBtSZJ30xU .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBtSZJ30xU .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uBtSZJ30xU .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBtSZJ30xU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBtSZJ30xU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBtSZJ30xU .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBtSZJ30xU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBtSZJ30xU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBtSZJ30xU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBtSZJ30xU .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBtSZJ30xU .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBtSZJ30xU .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBtSZJ30xU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBtSZJ30xU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBtSZJ30xU .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBtSZJ30xU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBtSZJ30xU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBtSZJ30xU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBtSZJ30xU .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-uBtSZJ30xU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uBtSZJ30xU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBtSZJ30xU .dropdown-item.active,
.cid-uBtSZJ30xU .dropdown-item:active {
  background-color: transparent;
}
.cid-uBtSZJ30xU .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uBtSZJ30xU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBtSZJ30xU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBtSZJ30xU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBtSZJ30xU ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBtSZJ30xU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBtSZJ30xU button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0999f6;
  background: #0999f6;
}
.cid-uBtSZJ30xU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0999f6;
}
.cid-uBtSZJ30xU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBtSZJ30xU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBtSZJ30xU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBtSZJ30xU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBtSZJ30xU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBtSZJ30xU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBtSZJ30xU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBtSZJ30xU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBtSZJ30xU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBtSZJ30xU .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-uBtSZJ30xU .navbar {
    height: 70px;
  }
  .cid-uBtSZJ30xU .navbar.opened {
    height: auto;
  }
  .cid-uBtSZJ30xU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBtSZJ30xU .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uBtSZJ30xU .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uBtSZJ30xU .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uBtSZJ30xU .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-uBtSZJ30xU .navbar-caption:hover {
  color: #3ad5f4;
}
@media (min-width: 992px) {
  .cid-uBtSZJ30xU .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBtSZJ30xU .text_widget {
  margin-bottom: 32px;
}
.cid-uBtSZJ30xU .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBtSZJ30xU .text_widget a:hover,
.cid-uBtSZJ30xU .text_widget a:focus {
  opacity: 0.8;
}
.cid-uBtSZJ30xU .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uBtSZJ30xU .navbar-caption {
  color: #FFFFFF;
}
.cid-uBtSZJ30xU .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uBtSZJ30xU .mbr-section-subtitle,
.cid-uBtSZJ30xU .text_widget,
.cid-uBtSZJ30xU .mbr-section-btn {
  text-align: center;
}
.cid-uBtSZJ30xU a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBtSZJ30xU .nav-link,
.cid-uBtSZJ30xU .dropdown-item {
  color: #FFFFFF;
}
.cid-uBtSZJ30xU P {
  color: #000000;
}
#custom-html-1d {
  /* Type valid CSS here */
}
#custom-html-1d div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1d p {
  font-size: 60px;
  color: #777;
}
.cid-uMcaSyP50p {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-image: url("https://r.mobirisesite.com/1156359/assets/images/background1-h_mb3en2bq.jpg");
}
.cid-uMcaSyP50p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMcaSyP50p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMcaSyP50p .content-wrap {
  height: 1000px;
}
@media (max-width: 992px) {
  .cid-uMcaSyP50p .content-wrap {
    height: 350px;
  }
}
.cid-uBtSZJeaTG {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #8cbb17;
}
.cid-uBtSZJeaTG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBtSZJeaTG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBtSZJeaTG .container {
    padding: 0 16px;
  }
}
.cid-uBtSZJeaTG .row {
  position: relative;
  z-index: 1;
}
.cid-uBtSZJeaTG .card {
  justify-content: flex-end;
}
.cid-uBtSZJeaTG .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #d74def;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-uBtSZJeaTG .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uBtSZJeaTG .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uBtSZJeaTG .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBtSZJeaTG .title-wrapper .text-wrapper .mbr-text {
  display: width: 110%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBtSZJeaTG .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uBtSZJeaTG .tabs-wrapper {
  text-align: right;
}
.cid-uBtSZJeaTG .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 6px 0 6px 6px;
  border-radius: 16px !important;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #eec222;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 24px;
}
.cid-uBtSZJeaTG .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
}
.cid-uBtSZJeaTG .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  padding: 10px 18px;
  margin-right: 6px;
  margin-bottom: 0;
  border: none;
  color: #000000;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uBtSZJeaTG .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 14px 24px;
  }
}
.cid-uBtSZJeaTG .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #d74def;
  color: #ffffff;
}
.cid-uBtSZJeaTG .tab-content .tab-pane .content-wrap {
  border-radius: 24px;
  background-color: #eadef8;
  padding: 88px 112px;
  display: flex;
}
@media (max-width: 1440px) {
  .cid-uBtSZJeaTG .tab-content .tab-pane .content-wrap {
    padding: 88px 64px;
  }
}
@media (max-width: 1199px) {
  .cid-uBtSZJeaTG .tab-content .tab-pane .content-wrap {
    padding: 88px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uBtSZJeaTG .tab-content .tab-pane .content-wrap {
    padding: 36px 24px;
    display: block;
  }
}
.cid-uBtSZJeaTG .tab-content .tab-pane .content-wrap .text-wrap {
  width: 50%;
  padding-right: 88px;
}
@media (max-width: 1440px) {
  .cid-uBtSZJeaTG .tab-content .tab-pane .content-wrap .text-wrap {
    padding-right: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBtSZJeaTG .tab-content .tab-pane .content-wrap .text-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBtSZJeaTG .tab-content .tab-pane .content-wrap .text-wrap .item-title {
  margin-bottom: 20px;
}
.cid-uBtSZJeaTG .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uBtSZJeaTG .tab-content .tab-pane .content-wrap .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uBtSZJeaTG .tab-content .tab-pane .content-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-uBtSZJeaTG .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 650px;
  width: 100%;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
}
@media (max-width: 992px) {
  .cid-uBtSZJeaTG .tab-content .tab-pane .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uBtSZJeaTG .mbr-section-title {
  color: #000000;
}
.cid-uBtSZJeaTG .mbr-section-subtitle {
  color: #000000;
}
.cid-uBtSZJeaTG .mbr-text {
  color: #000000;
}
.cid-uBtSZJeaTG .item-title {
  color: #000000;
}
.cid-uBtSZJeaTG .item-text {
  color: #000000;
  text-align: left;
}
.cid-uBtSZJeaTG .mbr-section-subtitle,
.cid-uBtSZJeaTG .subtitle-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uBtSZJeaTG .mbr-section-title,
.cid-uBtSZJeaTG .tabs-wrapper {
  color: #000000;
}
.cid-uBtSZJeaTG .mbr-text,
.cid-uBtSZJeaTG .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uBzGPla50L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBzGPla50L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBzGPla50L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBzGPla50L .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uBzGPla50L .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uBzGPla50L .container {
    padding: 0 16px;
  }
}
.cid-uBzGPla50L .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBzGPla50L .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBzGPla50L .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBzGPla50L .image-wrapper img {
    height: 350px;
  }
}
.cid-uBzGPla50L .title-wrapper {
  padding-left: 64px;
}
@media (max-width: 992px) {
  .cid-uBzGPla50L .title-wrapper {
    padding-left: 0;
  }
}
.cid-uBzGPla50L .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 4px 12px;
  border-radius: 8px !important;
  box-shadow: 3px 4px 0 0 #000000;
  background-color: #f0a2fd;
}
@media (max-width: 992px) {
  .cid-uBzGPla50L .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uBzGPla50L .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uBzGPla50L .mbr-desc {
  margin-bottom: 0;
  padding-left: 64px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uBzGPla50L .mbr-desc {
    padding-left: 0;
  }
}
.cid-uBzGPla50L .mbr-section-title {
  color: #000000;
}
.cid-uBzGPla50L .mbr-section-subtitle {
  color: #000000;
}
.cid-uBtSZJhmSs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cbb17;
}
.cid-uBtSZJhmSs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBtSZJhmSs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBtSZJhmSs .container {
    padding: 0 16px;
  }
}
.cid-uBtSZJhmSs .row {
  position: relative;
  z-index: 1;
}
.cid-uBtSZJhmSs .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uBtSZJhmSs .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBtSZJhmSs .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #d74def;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-uBtSZJhmSs .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uBtSZJhmSs .title-wrapper .buttons-wrap .mbr-section-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 40%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uBtSZJhmSs .title-wrapper .buttons-wrap .mbr-section-btn {
    display: block;
    width: 100%;
  }
}
.cid-uBtSZJhmSs .items-wrapper .item {
  margin-top: 64px;
  padding-top: 104px;
  position: relative;
}
.cid-uBtSZJhmSs .items-wrapper .item:nth-child(2n)::before {
  background-color: #0999f6;
}
.cid-uBtSZJhmSs .items-wrapper .item:nth-child(2n)::after {
  background-color: #0999f6;
}
.cid-uBtSZJhmSs .items-wrapper .item:nth-child(2n) .item-wrapper {
  background-color: #0999f6;
}
.cid-uBtSZJhmSs .items-wrapper .item:nth-child(3n)::before {
  background-color: #8cbb17;
}
.cid-uBtSZJhmSs .items-wrapper .item:nth-child(3n)::after {
  background-color: #8cbb17;
}
.cid-uBtSZJhmSs .items-wrapper .item:nth-child(3n) .item-wrapper {
  background-color: #8cbb17;
}
@media (max-width: 992px) {
  .cid-uBtSZJhmSs .items-wrapper .item {
    margin-top: 32px;
    padding-top: 0;
  }
}
.cid-uBtSZJhmSs .items-wrapper .item:first-child {
  margin-top: -96px;
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uBtSZJhmSs .items-wrapper .item:first-child {
    margin-top: 0;
  }
}
.cid-uBtSZJhmSs .items-wrapper .item::before {
  content: '';
  position: absolute;
  width: 50%;
  height: 140px;
  top: 0;
  right: 0;
  border-top-right-radius: 24px;
  background-color: #eec222;
}
@media (max-width: 992px) {
  .cid-uBtSZJhmSs .items-wrapper .item::before {
    display: none;
  }
}
.cid-uBtSZJhmSs .items-wrapper .item::after {
  content: '';
  position: absolute;
  top: 0;
  right: 15%;
  width: 43%;
  height: 110px;
  transform: skew(-45deg) !important;
  background-color: #eec222;
}
@media (max-width: 992px) {
  .cid-uBtSZJhmSs .items-wrapper .item::after {
    display: none;
  }
}
.cid-uBtSZJhmSs .items-wrapper .item .item-wrapper {
  display: flex;
  position: relative;
  border-radius: 24px !important;
  background-color: #eec222;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uBtSZJhmSs .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uBtSZJhmSs .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
  padding: 96px;
}
@media (max-width: 992px) {
  .cid-uBtSZJhmSs .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
    padding: 24px;
  }
}
.cid-uBtSZJhmSs .items-wrapper .item .item-wrapper .item-img img {
  height: 1200px;
  width: 100%;
  box-shadow: 6px 8px 0 0 #000000;
  object-fit: cover;
}
.cid-uBtSZJhmSs .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding-right: 96px;
  padding-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uBtSZJhmSs .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 24px;
  }
}
.cid-uBtSZJhmSs .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uBtSZJhmSs .items-wrapper .item .item-wrapper .item-content .item-title {
    text-align: left;
    margin-bottom: 24px;
  }
}
.cid-uBtSZJhmSs .items-wrapper .item .item-wrapper .item-content .item-number {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uBtSZJhmSs .items-wrapper .item .item-wrapper .item-content .item-number {
    margin-bottom: 24px;
  }
}
.cid-uBtSZJhmSs .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uBtSZJhmSs .mbr-section-title {
  color: #000000;
}
.cid-uBtSZJhmSs .mbr-section-subtitle {
  color: #000000;
}
.cid-uBtSZJhmSs .item-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uBtSZJhmSs .item-number {
  color: #FFFFFF;
}
.cid-uBtSZJhmSs .item-text {
  color: #000000;
}
.cid-uBtSZJhmSs .mbr-section-title,
.cid-uBtSZJhmSs .mbr-section-btn {
  color: #000000;
}
.cid-uBtSZJhmSs .mbr-section-subtitle,
.cid-uBtSZJhmSs .subtitle-wrapper {
  color: #FFFFFF;
}
.cid-uBtSZJhmSs .item-title1 {
  color: #000000;
}
.cid-uBtSZJhmSs .item-number1 {
  color: #000000;
}
.cid-uBtSZJhmSs .item-text1 {
  color: #000000;
}
.cid-uCjW3I8Ld5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #addc39;
}
.cid-uCjW3I8Ld5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCjW3I8Ld5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCjW3I8Ld5 .container {
    padding: 0 16px;
  }
}
.cid-uCjW3I8Ld5 .row {
  margin: 0 -28px;
  position: relative;
  z-index: 1;
  justify-content: center;
}
.cid-uCjW3I8Ld5 .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uCjW3I8Ld5 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uCjW3I8Ld5 .item {
  padding: 0 28px;
  margin-bottom: 32px;
}
.cid-uCjW3I8Ld5 .item:hover .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont,
.cid-uCjW3I8Ld5 .item:focus .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont {
  transform: translateX(8px);
}
.cid-uCjW3I8Ld5 .item:first-child {
  margin-bottom: 0;
}
.cid-uCjW3I8Ld5 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uCjW3I8Ld5 .item .item-wrapper .item-img img {
  height: 430px;
  object-fit: cover;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uCjW3I8Ld5 .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uCjW3I8Ld5 .item .item-wrapper .item-img .price-wrap .item-price {
  display: inline-flex;
  margin-bottom: 26px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #d74def;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uCjW3I8Ld5 .item .item-wrapper .item-img .price-wrap .item-price {
    margin-bottom: 32px;
  }
}
.cid-uCjW3I8Ld5 .item .item-wrapper .item-img .price-wrap .item-text {
  margin-bottom: 12px;
}
.cid-uCjW3I8Ld5 .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline,
.cid-uCjW3I8Ld5 .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline,
.cid-uCjW3I8Ld5 .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline,
.cid-uCjW3I8Ld5 .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline,
.cid-uCjW3I8Ld5 .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline,
.cid-uCjW3I8Ld5 .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline,
.cid-uCjW3I8Ld5 .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline,
.cid-uCjW3I8Ld5 .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
  flex-direction: row;
}
.cid-uCjW3I8Ld5 .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uCjW3I8Ld5 .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uCjW3I8Ld5 .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uCjW3I8Ld5 .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uCjW3I8Ld5 .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uCjW3I8Ld5 .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uCjW3I8Ld5 .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uCjW3I8Ld5 .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline .mbr-iconfont {
  margin-left: 8px;
  margin-right: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uCjW3I8Ld5 .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-uCjW3I8Ld5 .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-uCjW3I8Ld5 .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-uCjW3I8Ld5 .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-uCjW3I8Ld5 .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-uCjW3I8Ld5 .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-uCjW3I8Ld5 .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-uCjW3I8Ld5 .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-uCjW3I8Ld5 .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus,
.cid-uCjW3I8Ld5 .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus,
.cid-uCjW3I8Ld5 .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus,
.cid-uCjW3I8Ld5 .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus,
.cid-uCjW3I8Ld5 .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus,
.cid-uCjW3I8Ld5 .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus,
.cid-uCjW3I8Ld5 .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus,
.cid-uCjW3I8Ld5 .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  transform: scale(1);
}
.cid-uCjW3I8Ld5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uCjW3I8Ld5 .item-price {
  color: #000000;
}
.cid-uCjW3I8Ld5 .item-title {
  color: #000000;
}
.cid-uCjW3I8Ld5 .item-text {
  color: #000000;
}
.cid-uBtSZJi3oq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d74def;
}
.cid-uBtSZJi3oq .item:focus,
.cid-uBtSZJi3oq span:focus {
  outline: none;
}
.cid-uBtSZJi3oq .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uBtSZJi3oq .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uBtSZJi3oq .item {
    min-height: 45px;
  }
}
.cid-uBtSZJi6Q2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cbb17;
}
.cid-uBtSZJi6Q2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBtSZJi6Q2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBtSZJi6Q2 .container {
    padding: 0 16px;
  }
}
.cid-uBtSZJi6Q2 .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBtSZJi6Q2 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBtSZJi6Q2 .image-wrapper img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBtSZJi6Q2 .image-wrapper img {
    height: 350px;
  }
}
.cid-uBtSZJi6Q2 .title-wrapper {
  padding-left: 64px;
}
@media (max-width: 992px) {
  .cid-uBtSZJi6Q2 .title-wrapper {
    padding-left: 0;
  }
}
.cid-uBtSZJi6Q2 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 4px 12px;
  border-radius: 8px !important;
  box-shadow: 3px 4px 0 0 #000000;
  background-color: #216869;
}
@media (max-width: 992px) {
  .cid-uBtSZJi6Q2 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uBtSZJi6Q2 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uBtSZJi6Q2 .mbr-desc {
  margin-bottom: 0;
  padding-left: 64px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uBtSZJi6Q2 .mbr-desc {
    padding-left: 0;
  }
}
.cid-uBtSZJi6Q2 .mbr-section-title {
  color: #000000;
}
.cid-uBtSZJi6Q2 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBtSZJi6Q2 .mbr-section-subtitle,
.cid-uBtSZJi6Q2 .subtitle-wrapper {
  color: #FFFFFF;
}
.cid-uBtSZJi6Q2 .mbr-section-title,
.cid-uBtSZJi6Q2 .mbr-section-btn {
  color: #000000;
}
.cid-uBtSZJjkKL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cbb17;
}
.cid-uBtSZJjkKL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBtSZJjkKL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBtSZJjkKL .container {
    padding: 0 16px;
  }
}
.cid-uBtSZJjkKL .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uBtSZJjkKL .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-uBtSZJjkKL .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #d74def;
}
.cid-uBtSZJjkKL .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #d2f1f1;
}
.cid-uBtSZJjkKL .item .item-wrapper {
  height: 100%;
}
.cid-uBtSZJjkKL .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #eec222;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uBtSZJjkKL .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-uBtSZJjkKL .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-uBtSZJjkKL .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBtSZJjkKL .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-uBtSZJjkKL .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBtSZJjkKL .item-title {
  color: #000000;
}
.cid-uBtSZJjkKL .list {
  color: #000000;
}
.cid-uBtSZJjkKL .item-title,
.cid-uBtSZJjkKL .mbr-section-btn {
  color: #000000;
}
.cid-uBtSZJjkKL .list,
.cid-uBtSZJjkKL .item-wrap,
.cid-uBtSZJjkKL .list-wrapper {
  color: #000000;
}
.cid-uBtSZJjkKL .item-title1 {
  color: #000000;
}
.cid-uBtSZJjkKL .list1,
.cid-uBtSZJjkKL .item-wrap1,
.cid-uBtSZJjkKL .list-wrapper1 {
  color: #000000;
}
.cid-uBtSZJjkKL .item-title2 {
  color: #FFFFFF;
}
.cid-uBtSZJjkKL .list2,
.cid-uBtSZJjkKL .item-wrap2,
.cid-uBtSZJjkKL .list-wrapper2 {
  color: #FFFFFF;
}
.cid-uBtSZJjkKL .item-title3 {
  color: #000000;
}
.cid-uBtSZJjkKL .list3,
.cid-uBtSZJjkKL .item-wrap3,
.cid-uBtSZJjkKL .list-wrapper3 {
  color: #000000;
}
.cid-uBtSZJp3gg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #8cbb17;
  overflow: hidden;
}
.cid-uBtSZJp3gg .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uBtSZJp3gg .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uBtSZJp3gg .container {
    padding: 0 16px;
  }
}
.cid-uBtSZJp3gg .row {
  justify-content: center;
}
.cid-uBtSZJp3gg .mbr-section-title_1 {
  margin-bottom: -1rem;
  color: #000000;
  text-align: center;
}
.cid-uBtSZJp3gg .mbr-section-title_2 {
  margin-top: -1rem;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uBtSZJp3gg .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
  transform: rotate(-4deg);
  animation: none;
}
@media (max-width: 767px) {
  .cid-uBtSZJp3gg .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin: 0 0.5rem !important;
    transform: none;
  }
}
.cid-uBtSZJp3gg .embla__slide .slide-content {
  width: 100%;
}
.cid-uBtSZJp3gg .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 56px;
  border-radius: 32px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #eec222;
}
@media (max-width: 768px) {
  .cid-uBtSZJp3gg .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uBtSZJp3gg .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uBtSZJp3gg .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uBtSZJp3gg .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uBtSZJp3gg .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
    display: block;
  }
}
.cid-uBtSZJp3gg .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .image-wrap img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uBtSZJp3gg .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
  position: relative;
  z-index: 1;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-uBtSZJp3gg .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-uBtSZJp3gg .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-name {
  margin-bottom: 0;
}
.cid-uBtSZJp3gg .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-role {
  margin-bottom: 0;
}
.cid-uBtSZJp3gg .card_2 .slide-content .item-wrapper {
  background-color: #feb591;
}
.cid-uBtSZJp3gg .card_3 .slide-content .item-wrapper {
  background-color: #6a2be9;
}
.cid-uBtSZJp3gg .embla__button--next,
.cid-uBtSZJp3gg .embla__button--prev {
  display: flex;
}
.cid-uBtSZJp3gg .embla__button {
  bottom: 1rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #9cc5a1 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uBtSZJp3gg .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBtSZJp3gg .embla__button:hover {
  opacity: 0.5;
}
.cid-uBtSZJp3gg .embla__button.embla__button--prev {
  left: 16px;
}
.cid-uBtSZJp3gg .embla__button.embla__button--next {
  right: 16px;
}
.cid-uBtSZJp3gg .embla {
  position: relative;
  width: 100%;
}
.cid-uBtSZJp3gg .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uBtSZJp3gg .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBtSZJp3gg .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBtSZJp3gg .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBtSZJp3gg .item-text {
  color: #000000;
}
.cid-uBtSZJp3gg .item-name {
  color: #000000;
}
.cid-uBtSZJp3gg .item-role {
  color: #000000;
}
.cid-uBtSZJp3gg .item-name,
.cid-uBtSZJp3gg .image-wrapper {
  color: #000000;
}
.cid-uBtSZJp3gg .item-role,
.cid-uBtSZJp3gg .image-wrapper {
  color: #000000;
}
.cid-uBtSZJp3gg .item-text1 {
  color: #FFFFFF;
}
.cid-uBtSZJp3gg .item-name1 {
  color: #FFFFFF;
}
.cid-uBtSZJp3gg .item-role1 {
  color: #FFFFFF;
}
.cid-uBtSZJp3gg .item-text2 {
  color: #000000;
}
.cid-uBtSZJp3gg .item-name2 {
  color: #000000;
}
.cid-uBtSZJp3gg .item-role2 {
  color: #000000;
}
.cid-uBtSZJp3gg .item-text3 {
  color: #FFFFFF;
}
.cid-uBtSZJp3gg .item-name3 {
  color: #FFFFFF;
}
.cid-uBtSZJp3gg .item-role3 {
  color: #FFFFFF;
}
.cid-uBtSZJsQN1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cbb17;
}
.cid-uBtSZJsQN1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBtSZJsQN1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBtSZJsQN1 .container {
    padding: 0 16px;
  }
}
.cid-uBtSZJsQN1 .row {
  position: relative;
  z-index: 1;
}
.cid-uBtSZJsQN1 .card {
  justify-content: flex-end;
}
.cid-uBtSZJsQN1 .card-wrapper {
  margin-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uBtSZJsQN1 .card-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uBtSZJsQN1 .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBtSZJsQN1 .card-wrapper .image-wrapper {
  position: relative;
  margin-bottom: -8rem;
}
.cid-uBtSZJsQN1 .card-wrapper .image-wrapper img {
  width: 520px;
  height: 520px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1200px) {
  .cid-uBtSZJsQN1 .card-wrapper .image-wrapper img {
    width: 420px;
    height: 420px;
  }
}
@media (max-width: 768px) {
  .cid-uBtSZJsQN1 .card-wrapper .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uBtSZJsQN1 .card-wrapper .image-wrapper .card-desc {
  position: absolute;
  top: 55%;
  left: -1rem;
  display: inline-flex;
  margin-bottom: 0;
  padding: 6px 16px;
  border-radius: 4rem !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #d74def;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-uBtSZJsQN1 .card-wrapper .image-wrapper .card-desc {
    left: 0.5rem;
  }
}
.cid-uBtSZJsQN1 .card-wrapper .card-wrap {
  background-color: #b35c32;
  box-shadow: 4px 6px 0 0 #000000;
  border-radius: 16px;
  padding: 175px 48px 36px;
  margin: 0 50px;
}
@media (max-width: 992px) {
  .cid-uBtSZJsQN1 .card-wrapper .card-wrap {
    margin: 0;
    padding: 150px 24px 24px;
  }
}
.cid-uBtSZJsQN1 .card-wrapper .card-wrap .card-text {
  margin-bottom: 16px;
}
.cid-uBtSZJsQN1 .card-wrapper .card-wrap .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uBtSZJsQN1 .card-wrapper .card-wrap .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uBtSZJsQN1 .title-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uBtSZJsQN1 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBtSZJsQN1 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uBtSZJsQN1 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBtSZJsQN1 .text-wrapper {
  margin-left: 104px;
}
@media (max-width: 1440px) {
  .cid-uBtSZJsQN1 .text-wrapper {
    margin-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uBtSZJsQN1 .text-wrapper {
    margin-left: 0;
  }
}
.cid-uBtSZJsQN1 .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uBtSZJsQN1 .mbr-section-title {
  color: #FFFFFF;
  text-align: left;
}
.cid-uBtSZJsQN1 .mbr-section-subtitle {
  color: #FFFFFF;
  text-align: right;
}
.cid-uBtSZJsQN1 .mbr-text {
  color: #000000;
}
.cid-uBtSZJsQN1 .card-desc {
  color: #FFFFFF;
}
.cid-uBtSZJsQN1 .card-text {
  color: #FFFFFF;
}
.cid-uBtSZJsQN1 .card-name {
  color: #FFFFFF;
}
.cid-uBtSZJsQN1 .card-role {
  color: #FFFFFF;
}
.cid-uBtSZJsQN1 .mbr-text,
.cid-uBtSZJsQN1 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uBzJscY7ET {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBzJscY7ET .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBzJscY7ET .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBzJscY7ET .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uBzJscY7ET .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uBzJscY7ET .container {
    padding: 0 16px;
  }
}
.cid-uBzJscY7ET .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBzJscY7ET .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBzJscY7ET .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBzJscY7ET .image-wrapper img {
    height: 350px;
  }
}
.cid-uBzJscY7ET .title-wrapper {
  padding-left: 64px;
}
@media (max-width: 992px) {
  .cid-uBzJscY7ET .title-wrapper {
    padding-left: 0;
  }
}
.cid-uBzJscY7ET .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 4px 12px;
  border-radius: 8px !important;
  box-shadow: 3px 4px 0 0 #000000;
  background-color: #f0a2fd;
}
@media (max-width: 992px) {
  .cid-uBzJscY7ET .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uBzJscY7ET .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uBzJscY7ET .mbr-desc {
  margin-bottom: 0;
  padding-left: 64px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uBzJscY7ET .mbr-desc {
    padding-left: 0;
  }
}
.cid-uBzJscY7ET .mbr-section-title {
  color: #000000;
}
.cid-uBzJscY7ET .mbr-section-subtitle {
  color: #000000;
}
.cid-uBzJscY7ET .mbr-section-title,
.cid-uBzJscY7ET .mbr-section-btn {
  text-align: left;
}
.cid-uBtSZJr9vu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eec222;
}
@media (max-width: 992px) {
  .cid-uBtSZJr9vu .container {
    padding: 0 16px;
  }
}
.cid-uBtSZJr9vu .row {
  justify-content: center;
}
.cid-uBtSZJr9vu .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBtSZJr9vu .content-wrapper {
    display: block;
  }
}
.cid-uBtSZJr9vu .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
  width: 10%;
  padding-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uBtSZJr9vu .content-wrapper .desc-wrapper {
    width: 15%;
  }
}
@media (max-width: 992px) {
  .cid-uBtSZJr9vu .content-wrapper .desc-wrapper {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uBtSZJr9vu .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBtSZJr9vu .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uBtSZJr9vu .content-wrapper .desc-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #000000;
  display: inline-flex;
  margin-left: 6px;
}
.cid-uBtSZJr9vu .content-wrapper .mbr-section-btn {
  width: 20%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uBtSZJr9vu .content-wrapper .mbr-section-btn {
    text-align: left;
    width: 100%;
  }
}
.cid-uBtSZJr9vu .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 120px;
  max-width: 120px;
}
@media (max-width: 767px) {
  .cid-uBtSZJr9vu .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uBtSZJr9vu .embla__slide .slide-content {
  width: 100%;
}
.cid-uBtSZJr9vu .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
}
.cid-uBtSZJr9vu .embla__button--next,
.cid-uBtSZJr9vu .embla__button--prev {
  display: flex;
}
.cid-uBtSZJr9vu .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #9cc5a1 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uBtSZJr9vu .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBtSZJr9vu .embla__button:hover {
  opacity: 0.5;
}
.cid-uBtSZJr9vu .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uBtSZJr9vu .embla__button.embla__button--next {
  right: 32px;
}
.cid-uBtSZJr9vu .embla {
  position: relative;
  width: 70%;
}
@media (max-width: 1440px) {
  .cid-uBtSZJr9vu .embla {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uBtSZJr9vu .embla {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uBtSZJr9vu .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uBtSZJr9vu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBtSZJr9vu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBtSZJr9vu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBtSZJr9vu .mbr-desc {
  color: #000000;
}
.cid-uBtSZJvRIc {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #8cbb17;
}
.cid-uBtSZJvRIc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBtSZJvRIc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBtSZJvRIc .container {
    padding: 0 16px;
  }
}
.cid-uBtSZJvRIc .card {
  justify-content: center;
}
.cid-uBtSZJvRIc .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #d74def;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-uBtSZJvRIc .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBtSZJvRIc .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uBtSZJvRIc .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uBtSZJvRIc .mbr-section-title {
  color: #000000;
}
.cid-uBtSZJvRIc .mbr-text {
  color: #000000;
}
.cid-uBtSZJvRIc .mbr-desc {
  color: #000000;
}
.cid-uBtSZJvRIc .mbr-section-title,
.cid-uBtSZJvRIc .title-wrapper {
  color: #FFFFFF;
}
.cid-uBtSZJvRIc .mbr-text,
.cid-uBtSZJvRIc .mbr-section-btn {
  color: #000000;
}
.cid-uBtSZJwh7J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #216869;
}
.cid-uBtSZJwh7J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBtSZJwh7J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBtSZJwh7J .container {
    padding: 0 16px;
  }
}
.cid-uBtSZJwh7J .card {
  justify-content: flex-end;
}
.cid-uBtSZJwh7J .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uBtSZJwh7J .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBtSZJwh7J .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uBtSZJwh7J .image-wrapper {
    margin-bottom: 32px;
    height: auto;
    display: block;
  }
}
.cid-uBtSZJwh7J .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
  transform: rotate(4deg) !important;
}
.cid-uBtSZJwh7J .text-wrapper {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBtSZJwh7J .text-wrapper {
    margin-top: 24px;
  }
}
.cid-uBtSZJwh7J .mbr-section-title {
  color: #ffffff;
}
.cid-uBtSZJwh7J .mbr-text {
  color: #ffffff;
}
.cid-uBtSZJwh7J .mbr-section-title,
.cid-uBtSZJwh7J .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uBtSZJwh7J .mbr-text,
.cid-uBtSZJwh7J .text-wrapper {
  color: #FFFFFF;
}
.cid-uBtSZJvX4h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #8cbb17;
}
.cid-uBtSZJvX4h .image-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uBtSZJvX4h .image-wrap {
    display: none;
  }
}
.cid-uBtSZJvX4h .image-wrap .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBtSZJvX4h .image-wrap .main-image {
    display: none;
  }
}
.cid-uBtSZJvX4h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBtSZJvX4h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBtSZJvX4h .container {
    padding: 0 16px;
  }
}
.cid-uBtSZJvX4h .row {
  position: relative;
  z-index: 1;
}
.cid-uBtSZJvX4h .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uBtSZJvX4h .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBtSZJvX4h .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uBtSZJvX4h .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBtSZJvX4h .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBtSZJvX4h .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uBtSZJvX4h .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #eec222;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-uBtSZJvX4h .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-uBtSZJvX4h .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-uBtSZJvX4h .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #d74def;
  border-radius: 0.5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
  transform: rotate(-4deg) !important;
}
.cid-uBtSZJvX4h .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uBtSZJvX4h .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-uBtSZJvX4h .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uBtSZJvX4h .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uBtSZJvX4h .mbr-section-title {
  color: #000000;
}
.cid-uBtSZJvX4h .mbr-text {
  color: #000000;
}
.cid-uBtSZJvX4h .card-title {
  color: #000000;
}
.cid-uBtSZJvX4h .card-text {
  color: #FFFFFF;
}
.cid-uBtSZJvX4h .card-name {
  color: #FFFFFF;
}
.cid-uBtSZJvX4h .card-role {
  color: #FFFFFF;
}
.cid-uBtSZJvX4h .mbr-section-title,
.cid-uBtSZJvX4h .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uBtSZJvX4h .mbr-text,
.cid-uBtSZJvX4h .text-wrapper {
  color: #FFFFFF;
}
.cid-uBtSZJvX4h .card-title,
.cid-uBtSZJvX4h .title-wrap {
  color: #FFFFFF;
}
.cid-uBtSZJwjsv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cbb17;
}
.cid-uBtSZJwjsv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBtSZJwjsv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBtSZJwjsv .container {
    padding: 0 16px;
  }
}
.cid-uBtSZJwjsv .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uBtSZJwjsv .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-uBtSZJwjsv .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #dcf0de;
}
.cid-uBtSZJwjsv .item .item-wrapper {
  height: 100%;
}
.cid-uBtSZJwjsv .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #eec222;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uBtSZJwjsv .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-uBtSZJwjsv .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-uBtSZJwjsv .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-uBtSZJwjsv .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uBtSZJwjsv .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-uBtSZJwjsv .item-emoji {
  color: #000000;
}
.cid-uBtSZJwjsv .item-title {
  color: #000000;
}
.cid-uBtSZJwjsv .item-text {
  color: #000000;
}
.cid-uBtSZJwjsv .item-title,
.cid-uBtSZJwjsv .mbr-section-btn {
  color: #000000;
}
.cid-uBtSZJwjsv .item-title1 {
  color: #000000;
}
.cid-uBtSZJwjsv .item-text1 {
  color: #000000;
}
.cid-uBtSZJwjsv .item-title2 {
  color: #000000;
}
.cid-uBtSZJwjsv .item-text2 {
  color: #000000;
}
.cid-uBtSZJwfeu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://r.mobirisesite.com/1156359/assets/images/photo-1453090927415-5f45085b65c0.jpeg");
}
.cid-uBtSZJwfeu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBtSZJwfeu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBtSZJwfeu .container {
    padding: 0 16px;
  }
}
.cid-uBtSZJwfeu .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uBtSZJwfeu .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-uBtSZJwfeu .mbr-section-title {
  color: #ffffff;
}
.cid-uBtSZJwfeu .mbr-section-title,
.cid-uBtSZJwfeu .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uBtSZJxWab {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #8cbb17;
}
.cid-uBtSZJxWab .decor-wrap {
  position: absolute;
  top: -30%;
  right: 5%;
  border: 60px solid #d74def;
  border-left: 60px solid transparent;
  border-bottom: 60px solid transparent;
  width: 50%;
  height: 160%;
  border-radius: 100%;
  transform: rotate(15deg);
}
.cid-uBtSZJxWab .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBtSZJxWab .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBtSZJxWab .container {
    padding: 0 16px;
  }
}
.cid-uBtSZJxWab .row {
  position: relative;
  z-index: 1;
}
.cid-uBtSZJxWab .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uBtSZJxWab .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBtSZJxWab .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #d74def;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uBtSZJxWab .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uBtSZJxWab .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBtSZJxWab .text-wrapper {
  padding-left: 140px;
}
@media (max-width: 1440px) {
  .cid-uBtSZJxWab .text-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uBtSZJxWab .text-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-uBtSZJxWab .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uBtSZJxWab .mbr-figure {
  margin-left: 32px;
  box-shadow: 2px 2px 10px #000000;
  margin-top: -12rem;
  border-radius: 16px !important;
}
@media (max-width: 992px) {
  .cid-uBtSZJxWab .mbr-figure {
    margin-left: 0;
    margin-top: 0;
  }
}
.cid-uBtSZJxWab .mbr-figure iframe {
  border-radius: 16px !important;
}
.cid-uBtSZJxWab .mbr-figure .app-video-wrapper img {
  border-radius: 16px !important;
  object-fit: cover;
}
.cid-uBtSZJxWab .mbr-section-title {
  color: #000000;
}
.cid-uBtSZJxWab .mbr-section-subtitle {
  color: #000000;
}
.cid-uBtSZJxWab .mbr-text {
  color: #000000;
}
.cid-uBtSZJxWab .mbr-section-subtitle,
.cid-uBtSZJxWab .subtitle-wrapper {
  color: #FFFFFF;
}
.cid-uBtSZJxWab .mbr-text,
.cid-uBtSZJxWab .mbr-section-btn {
  color: #000000;
}
.cid-uBtSZJBEua {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uBtSZJBEua .item:focus,
.cid-uBtSZJBEua span:focus {
  outline: none;
}
.cid-uBtSZJBEua .item {
  cursor: pointer;
}
.cid-uBtSZJBEua .grid-container {
  grid-row-gap: 22px;
}
.cid-uBtSZJBEua .grid-container-1,
.cid-uBtSZJBEua .grid-container-2,
.cid-uBtSZJBEua .grid-container-3 {
  gap: 0 22px;
}
.cid-uBtSZJBEua .mbr-section-title {
  margin-bottom: 56px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uBtSZJBEua .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBtSZJBEua .content-head {
  max-width: 800px;
}
.cid-uBtSZJBEua .container,
.cid-uBtSZJBEua .container-fluid {
  overflow: hidden;
}
.cid-uBtSZJBEua .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uBtSZJBEua .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 8px;
}
.cid-uBtSZJBEua .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 400px;
  object-fit: cover;
  box-shadow: 6px 8px 0 0 #000000;
}
@media (max-width: 1200px) {
  .cid-uBtSZJBEua .grid-item img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-uBtSZJBEua .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uBtSZJBEua .grid-container-1,
.cid-uBtSZJBEua .grid-container-2,
.cid-uBtSZJBEua .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uBtSZJBEua .grid-container-1 {
  align-items: flex-end;
}
.cid-uBtSZJBEua .grid-container-2 {
  align-items: flex-start;
}
.cid-uBtSZJybKV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #216869;
}
.cid-uBtSZJybKV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBtSZJybKV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBtSZJybKV .container {
    padding: 0 16px;
  }
}
.cid-uBtSZJybKV .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBtSZJybKV .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBtSZJybKV .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #49a078;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-uBtSZJybKV .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uBtSZJybKV .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uBtSZJybKV .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBtSZJybKV .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBtSZJybKV .card-wrapper {
  background-color: #49a078;
  box-shadow: 6px 8px 0 0 #000000;
  border-radius: 24px;
  padding: 80px;
}
.cid-uBtSZJybKV .card-wrapper .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uBtSZJybKV .card-wrapper .image-wrapper {
    margin-bottom: 32px;
    display: block;
  }
}
.cid-uBtSZJybKV .card-wrapper .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
  transform: rotate(4deg) !important;
}
.cid-uBtSZJybKV .card-wrapper .card-text {
  margin-bottom: 24px;
}
.cid-uBtSZJybKV .mbr-section-title {
  color: #ffffff;
}
.cid-uBtSZJybKV .mbr-section-subtitle {
  color: #000000;
}
.cid-uBtSZJybKV .mbr-text {
  color: #ffffff;
}
.cid-uBtSZJybKV .card-text,
.cid-uBtSZJybKV .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uBtSZJybKV .mbr-section-subtitle,
.cid-uBtSZJybKV .subtitle-wrapper {
  color: #FFFFFF;
}
.cid-uBtSZJybKV .mbr-section-title,
.cid-uBtSZJybKV .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uBtSZJybKV .mbr-text,
.cid-uBtSZJybKV .text-wrapper {
  color: #FFFFFF;
}
.cid-uBtSZJyqQc {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #8cbb17;
}
.cid-uBtSZJyqQc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBtSZJyqQc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBtSZJyqQc .container {
    padding: 0 16px;
  }
}
.cid-uBtSZJyqQc .row {
  margin: 0 -28px;
  position: relative;
  z-index: 1;
  justify-content: center;
}
.cid-uBtSZJyqQc .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uBtSZJyqQc .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBtSZJyqQc .item {
  padding: 0 28px;
  margin-bottom: 32px;
}
.cid-uBtSZJyqQc .item:hover .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont,
.cid-uBtSZJyqQc .item:focus .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont {
  transform: translateX(8px);
}
.cid-uBtSZJyqQc .item:first-child {
  margin-bottom: 0;
}
.cid-uBtSZJyqQc .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uBtSZJyqQc .item .item-wrapper .item-img img {
  height: 280px;
  object-fit: cover;
  margin-bottom: 26px;
}
.cid-uBtSZJyqQc .item .item-wrapper .item-img .item-text {
  margin-bottom: 12px;
}
.cid-uBtSZJyqQc .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline,
.cid-uBtSZJyqQc .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline,
.cid-uBtSZJyqQc .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline,
.cid-uBtSZJyqQc .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline,
.cid-uBtSZJyqQc .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline,
.cid-uBtSZJyqQc .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline,
.cid-uBtSZJyqQc .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline,
.cid-uBtSZJyqQc .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
  flex-direction: row;
}
.cid-uBtSZJyqQc .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uBtSZJyqQc .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uBtSZJyqQc .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uBtSZJyqQc .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uBtSZJyqQc .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uBtSZJyqQc .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uBtSZJyqQc .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uBtSZJyqQc .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline .mbr-iconfont {
  margin-left: 8px;
  margin-right: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uBtSZJyqQc .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-uBtSZJyqQc .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-uBtSZJyqQc .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-uBtSZJyqQc .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-uBtSZJyqQc .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-uBtSZJyqQc .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-uBtSZJyqQc .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-uBtSZJyqQc .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-uBtSZJyqQc .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus,
.cid-uBtSZJyqQc .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus,
.cid-uBtSZJyqQc .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus,
.cid-uBtSZJyqQc .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus,
.cid-uBtSZJyqQc .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus,
.cid-uBtSZJyqQc .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus,
.cid-uBtSZJyqQc .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus,
.cid-uBtSZJyqQc .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  transform: scale(1);
}
.cid-uBtSZJyqQc .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBtSZJyqQc .item-text {
  color: #000000;
}
.cid-uBtSZJyqQc .item-text,
.cid-uBtSZJyqQc .mbr-section-btn {
  color: #000000;
}
.cid-uBtSZJzkzk {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #8cbb17;
}
.cid-uBtSZJzkzk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBtSZJzkzk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBtSZJzkzk .container {
    padding: 0 16px;
  }
}
.cid-uBtSZJzkzk .row {
  justify-content: center;
}
.cid-uBtSZJzkzk .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #d74def;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-uBtSZJzkzk .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBtSZJzkzk .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #eec222;
}
@media (max-width: 992px) {
  .cid-uBtSZJzkzk .panel-group .card {
    padding: 24px;
  }
}
.cid-uBtSZJzkzk .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uBtSZJzkzk .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uBtSZJzkzk .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uBtSZJzkzk .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBtSZJzkzk .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uBtSZJzkzk .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 100%;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}
.cid-uBtSZJzkzk .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uBtSZJzkzk .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: 0.5;
}
.cid-uBtSZJzkzk .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg) !important;
}
.cid-uBtSZJzkzk .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uBtSZJzkzk .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uBtSZJzkzk .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uBtSZJzkzk .mbr-section-title {
  color: #000000;
}
.cid-uBtSZJzkzk .panel-title-edit {
  color: #FFFFFF;
}
.cid-uBtSZJzkzk .panel-text {
  color: #FFFFFF;
}
.cid-uBtSZJzkzk .mbr-section-title,
.cid-uBtSZJzkzk .title-wrapper {
  color: #FFFFFF;
}
.cid-uBtSZJzP8I {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #8cbb17;
}
.cid-uBtSZJzP8I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBtSZJzP8I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBtSZJzP8I .container {
    padding: 0 16px;
  }
}
.cid-uBtSZJzP8I .row {
  position: relative;
  z-index: 1;
}
.cid-uBtSZJzP8I .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #d74def;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-uBtSZJzP8I .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uBtSZJzP8I .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uBtSZJzP8I .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBtSZJzP8I .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBtSZJzP8I .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uBtSZJzP8I .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
@media (max-width: 992px) {
  .cid-uBtSZJzP8I .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uBtSZJzP8I .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin-bottom: 24px;
}
.cid-uBtSZJzP8I .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  padding: 24px 40px;
  margin-bottom: 0;
  border: none;
  color: #000000;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uBtSZJzP8I .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 14px 24px;
  }
}
.cid-uBtSZJzP8I .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #216869;
  box-shadow: 4px 6px 0 0 #000000;
  color: #ffffff;
}
.cid-uBtSZJzP8I .tab-content {
  padding-left: 24px;
}
@media (max-width: 992px) {
  .cid-uBtSZJzP8I .tab-content {
    padding-left: 0;
  }
}
.cid-uBtSZJzP8I .tab-content .tab-pane .content-wrap {
  padding: 52px 32px 150px 72px;
  border-radius: 24px;
  background-color: #eec222;
}
@media (max-width: 992px) {
  .cid-uBtSZJzP8I .tab-content .tab-pane .content-wrap {
    padding: 24px 16px 24px 24px;
  }
}
.cid-uBtSZJzP8I .tab-content .tab-pane .content-wrap .image-wrapper {
  margin-left: 72px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uBtSZJzP8I .tab-content .tab-pane .content-wrap .image-wrapper {
    margin-bottom: 24px;
    margin-left: 0;
  }
}
.cid-uBtSZJzP8I .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 390px;
  width: 100%;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
}
.cid-uBtSZJzP8I .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  display: inline-flex;
  margin-bottom: 0;
  width: 75%;
}
@media (max-width: 992px) {
  .cid-uBtSZJzP8I .tab-content .tab-pane .content-wrap .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uBtSZJzP8I .mbr-section-title {
  color: #000000;
}
.cid-uBtSZJzP8I .mbr-section-subtitle {
  color: #000000;
}
.cid-uBtSZJzP8I .mbr-text {
  color: #000000;
}
.cid-uBtSZJzP8I .item-text {
  color: #000000;
}
.cid-uBtSZJzP8I .mbr-section-subtitle,
.cid-uBtSZJzP8I .subtitle-wrapper {
  color: #FFFFFF;
}
.cid-uBtSZJzP8I .mbr-text,
.cid-uBtSZJzP8I .text-wrapper {
  color: #000000;
}
.cid-uBtSZJzP8I .item-text,
.cid-uBtSZJzP8I .text-wrap {
  color: #000000;
}
.cid-uBtSZJAQ0r {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #8cbb17;
}
.cid-uBtSZJAQ0r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBtSZJAQ0r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBtSZJAQ0r .container {
    padding: 0 16px;
  }
}
.cid-uBtSZJAQ0r .card {
  justify-content: flex-end;
}
.cid-uBtSZJAQ0r .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uBtSZJAQ0r .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBtSZJAQ0r .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #d74def;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-uBtSZJAQ0r .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uBtSZJAQ0r .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBtSZJAQ0r .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBtSZJAQ0r .image-wrapper img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
.cid-uBtSZJAQ0r .content-wrapper {
  padding-left: 96px;
}
@media (max-width: 992px) {
  .cid-uBtSZJAQ0r .content-wrapper {
    padding-left: 0;
  }
}
.cid-uBtSZJAQ0r .content-wrapper .person-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uBtSZJAQ0r .content-wrapper .person-wrap {
    margin-bottom: 32px;
  }
}
.cid-uBtSZJAQ0r .content-wrapper .person-wrap .image-wrap {
  margin-bottom: 16px;
}
.cid-uBtSZJAQ0r .content-wrapper .person-wrap .image-wrap img {
  display: inline-flex;
  width: 65px;
  height: 65px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uBtSZJAQ0r .content-wrapper .person-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-uBtSZJAQ0r .content-wrapper .person-wrap .mbr-role {
  margin-bottom: 0;
}
.cid-uBtSZJAQ0r .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBtSZJAQ0r .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-uBtSZJAQ0r .mbr-section-subtitle,
.cid-uBtSZJAQ0r .subtitle-wrapper {
  color: #FFFFFF;
  text-align: right;
}
.cid-uBtSZJAQ0r .mbr-name {
  color: #000000;
}
.cid-uBtSZJAQ0r .mbr-role {
  color: #000000;
}
.cid-uBtSZJAQ0r .mbr-text {
  color: #000000;
}
.cid-uBtSZJAQ0r .mbr-section-title,
.cid-uBtSZJAQ0r .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uBtSZJAQ0r .mbr-name,
.cid-uBtSZJAQ0r .image-wrap {
  color: #FFFFFF;
}
.cid-uBtSZJAQ0r .mbr-role,
.cid-uBtSZJAQ0r .image-wrap {
  color: #FFFFFF;
}
.cid-uBtSZJAQ0r .mbr-text,
.cid-uBtSZJAQ0r .text-wrapper {
  color: #FFFFFF;
}
.cid-uBtSZJBNDj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cbb17;
}
.cid-uBtSZJBNDj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBtSZJBNDj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBtSZJBNDj .container {
    padding: 0 16px;
  }
}
.cid-uBtSZJBNDj .row {
  position: relative;
  z-index: 1;
}
.cid-uBtSZJBNDj .card {
  justify-content: center;
}
.cid-uBtSZJBNDj .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uBtSZJBNDj .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBtSZJBNDj .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #d74def;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-uBtSZJBNDj .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uBtSZJBNDj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBtSZJBNDj .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1200px) {
  .cid-uBtSZJBNDj .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uBtSZJBNDj .items-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBtSZJBNDj .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uBtSZJBNDj .items-wrapper .item {
  position: relative;
}
.cid-uBtSZJBNDj .items-wrapper .item .item-wrapper .card-box {
  padding: 40px 16px;
  background-color: #d2f1f1;
  border-radius: 16px;
}
.cid-uBtSZJBNDj .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 60px;
  color: #000000;
  display: inline-flex;
}
.cid-uBtSZJBNDj .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uBtSZJBNDj .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uBtSZJBNDj .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uBtSZJBNDj .mbr-section-title {
  color: #000000;
}
.cid-uBtSZJBNDj .mbr-section-subtitle {
  color: #000000;
}
.cid-uBtSZJBNDj .mbr-text,
.cid-uBtSZJBNDj .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uBtSZJBNDj .item-title {
  color: #000000;
}
.cid-uBtSZJBNDj .item-title,
.cid-uBtSZJBNDj .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uBtSZJBNDj .mbr-section-subtitle,
.cid-uBtSZJBNDj .subtitle-wrapper {
  color: #FFFFFF;
}
.cid-uBtSZJBNDj .mbr-section-title,
.cid-uBtSZJBNDj .mbr-section-btn {
  color: #000000;
}
.cid-uBtSZJCeTT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uBtSZJCeTT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBtSZJCeTT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBtSZJCeTT .container {
    padding: 0 16px;
  }
}
.cid-uBtSZJCeTT .card {
  justify-content: center;
}
.cid-uBtSZJCeTT .form-wrapper {
  background-color: #49a078;
  border-radius: 32px;
  padding: 24px 32px;
  box-shadow: 6px 8px 0 0 #000000;
}
@media (max-width: 992px) {
  .cid-uBtSZJCeTT .form-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBtSZJCeTT .dragArea.row .mbr-section-title {
  margin-bottom: 0 !important;
}
.cid-uBtSZJCeTT .dragArea.row .mbr-text {
  margin-bottom: 16px !important;
}
.cid-uBtSZJCeTT .dragArea.row .form-group {
  margin-bottom: 16px !important;
  padding: 0;
}
.cid-uBtSZJCeTT .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uBtSZJCeTT .dragArea.row .form-group .form-control {
  padding: 10px 12px 14px;
  border: 1px solid #ffffff !important;
  box-shadow: none;
  border-radius: 0.5rem !important;
  background-color: #49a078;
  transition: all 0.3s ease-in-out;
}
.cid-uBtSZJCeTT .dragArea.row .form-group .form-control:hover,
.cid-uBtSZJCeTT .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
  background-color: #49a078;
}
.cid-uBtSZJCeTT .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  font-size: 20px;
}
.cid-uBtSZJCeTT .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uBtSZJCeTT .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uBtSZJCeTT .dragArea.row .form-group .form-check .form-check-input {
  background-color: #9cc5a1;
  border-color: #9cc5a1;
  border-radius: 0;
}
.cid-uBtSZJCeTT .dragArea.row .mbr-section-btn {
  width: 100%;
  margin: 0;
  padding: 0;
}
.cid-uBtSZJCeTT .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uBtSZJCeTT .social-wrapper {
    text-align: left;
  }
}
.cid-uBtSZJCeTT .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uBtSZJCeTT .social-wrapper .social-wrap .soc-item {
  width: 48px;
  height: 48px;
  margin-left: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: relative;
}
.cid-uBtSZJCeTT .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uBtSZJCeTT .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uBtSZJCeTT .social-wrapper .social-wrap .soc-item:hover:before,
.cid-uBtSZJCeTT .social-wrapper .social-wrap .soc-item:focus:before {
  opacity: 0.5;
}
.cid-uBtSZJCeTT .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uBtSZJCeTT .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
}
.cid-uBtSZJCeTT .mbr-section-title {
  color: #6a2be9;
}
.cid-uBtSZJCeTT .mbr-text {
  color: #FFFFFF;
}
.cid-uBtSZJCeTT label {
  color: #000000;
}
.cid-uBtSZJCeTT .mbr-section-title,
.cid-uBtSZJCeTT .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uBtSZJClJf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cbb17;
}
.cid-uBtSZJClJf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBtSZJClJf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBtSZJClJf .container {
    padding: 0 16px;
  }
}
.cid-uBtSZJClJf .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uBtSZJClJf .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-uBtSZJClJf .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #d2f1f1;
}
.cid-uBtSZJClJf .item .item-wrapper {
  height: 100%;
}
.cid-uBtSZJClJf .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #eec222;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uBtSZJClJf .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-uBtSZJClJf .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-uBtSZJClJf .item .item-wrapper .card-box .item-title_1,
.cid-uBtSZJClJf .item .item-wrapper .card-box .item-title_2 {
  margin-bottom: 8px;
}
.cid-uBtSZJClJf .item .item-wrapper .card-box .item-text_2,
.cid-uBtSZJClJf .item .item-wrapper .card-box .item-text_2 {
  margin-bottom: 8px;
}
.cid-uBtSZJClJf .mbr-section-btn {
  margin-top: 12px;
}
.cid-uBtSZJClJf .item-emoji {
  color: #000000;
  text-align: center;
}
.cid-uBtSZJClJf .item-title_1 {
  color: #000000;
}
.cid-uBtSZJClJf .item-title_2 {
  color: #000000;
}
.cid-uBtSZJClJf .item-text_1 {
  color: #000000;
  text-align: center;
}
.cid-uBtSZJClJf .item-text_2 {
  color: #000000;
  text-align: center;
}
.cid-uBtSZJClJf .item-title_1,
.cid-uBtSZJClJf .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBtSZJClJf .item-title_2,
.cid-uBtSZJClJf .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBtSZJDqXT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #216869;
}
.cid-uBtSZJDqXT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBtSZJDqXT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBtSZJDqXT .container {
    padding: 0 16px;
  }
}
.cid-uBtSZJDqXT .row {
  position: relative;
  justify-content: center;
}
.cid-uBtSZJDqXT .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uBtSZJDqXT .card {
  justify-content: center;
}
.cid-uBtSZJDqXT .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uBtSZJDqXT .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-uBtSZJDqXT .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uBtSZJDqXT .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uBtSZJDqXT .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-uBtSZJDqXT .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uBtSZJDqXT .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-uBtSZJDqXT .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uBtSZJDqXT .nav-wrapper .list {
    display: block;
  }
}
.cid-uBtSZJDqXT .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uBtSZJDqXT .nav-wrapper .list .item-wrap:hover::before,
.cid-uBtSZJDqXT .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uBtSZJDqXT .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uBtSZJDqXT .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uBtSZJDqXT .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uBtSZJDqXT .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uBtSZJDqXT .mbr-copy {
  color: #FFFFFF;
}
.cid-uBtSZJDqXT .list,
.cid-uBtSZJDqXT .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uBtSZJDqXT .list,
  .cid-uBtSZJDqXT .nav-wrapper {
    text-align: left;
  }
}
.cid-uBtSZJDqXT .list,
.cid-uBtSZJDqXT .item-wrap,
.cid-uBtSZJDqXT .nav-wrapper {
  color: #FFFFFF;
}
.cid-uByg9qSeIf {
  background-color: transparent;
}
.cid-uByg9qSeIf .navbar-dropdown {
  background-color: #0999f6 !important;
  padding: 0;
}
.cid-uByg9qSeIf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0999f6 !important;
  background: #0999f6;
}
.cid-uByg9qSeIf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uByg9qSeIf .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uByg9qSeIf .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uByg9qSeIf .menu_box .navbar.opened,
  .cid-uByg9qSeIf .menu_box .navbar-collapse {
    background-color: #0999f6 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uByg9qSeIf .navbar-dropdown {
  position: relative !important;
}
.cid-uByg9qSeIf .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uByg9qSeIf .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uByg9qSeIf .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uByg9qSeIf .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uByg9qSeIf .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uByg9qSeIf .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uByg9qSeIf .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-uByg9qSeIf .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uByg9qSeIf .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uByg9qSeIf .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uByg9qSeIf .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uByg9qSeIf .offcanvas-body .mbr-text,
  .cid-uByg9qSeIf .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uByg9qSeIf .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uByg9qSeIf .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uByg9qSeIf .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0999f6;
  }
  .cid-uByg9qSeIf .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uByg9qSeIf .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uByg9qSeIf .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uByg9qSeIf .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uByg9qSeIf ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uByg9qSeIf .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uByg9qSeIf .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);
  }
  .cid-uByg9qSeIf .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uByg9qSeIf li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uByg9qSeIf .lg_brand {
    margin: 0 1rem;
  }
  .cid-uByg9qSeIf .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-uByg9qSeIf .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-uByg9qSeIf .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uByg9qSeIf .nav-item {
    margin: 0 !important;
  }
}
.cid-uByg9qSeIf .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-uByg9qSeIf .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #454545;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-uByg9qSeIf .nav-item .nav-link:hover,
.cid-uByg9qSeIf .nav-item .nav-link:focus {
  color: #454545 !important;
}
.cid-uByg9qSeIf .nav-item .nav-link:hover::before,
.cid-uByg9qSeIf .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uByg9qSeIf .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uByg9qSeIf .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uByg9qSeIf .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uByg9qSeIf .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uByg9qSeIf .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-uByg9qSeIf .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uByg9qSeIf .offcanvas_box {
    display: none;
  }
}
.cid-uByg9qSeIf .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uByg9qSeIf .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uByg9qSeIf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uByg9qSeIf .container {
  display: flex;
  margin: auto;
}
.cid-uByg9qSeIf .iconfont-wrapper {
  color: #c6f15c;
  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-uByg9qSeIf .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uByg9qSeIf .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uByg9qSeIf .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uByg9qSeIf .navbar-nav {
    margin: 0;
  }
}
.cid-uByg9qSeIf .dropdown-menu,
.cid-uByg9qSeIf .navbar.opened {
  background-color: false !important;
}
.cid-uByg9qSeIf .nav-item:focus,
.cid-uByg9qSeIf .nav-link:focus {
  outline: none;
}
.cid-uByg9qSeIf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uByg9qSeIf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uByg9qSeIf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uByg9qSeIf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uByg9qSeIf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uByg9qSeIf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uByg9qSeIf .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uByg9qSeIf .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uByg9qSeIf .navbar.opened {
  transition: all 0.3s;
}
.cid-uByg9qSeIf .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uByg9qSeIf .navbar .navbar-logo img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uByg9qSeIf .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uByg9qSeIf .navbar.collapsed {
  justify-content: center;
}
.cid-uByg9qSeIf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uByg9qSeIf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uByg9qSeIf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uByg9qSeIf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uByg9qSeIf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uByg9qSeIf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uByg9qSeIf .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uByg9qSeIf .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uByg9qSeIf .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uByg9qSeIf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uByg9qSeIf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uByg9qSeIf .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uByg9qSeIf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uByg9qSeIf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uByg9qSeIf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uByg9qSeIf .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uByg9qSeIf .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uByg9qSeIf .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uByg9qSeIf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uByg9qSeIf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uByg9qSeIf .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uByg9qSeIf .navbar.navbar-short {
  min-height: 60px;
}
.cid-uByg9qSeIf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uByg9qSeIf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uByg9qSeIf .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-uByg9qSeIf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uByg9qSeIf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uByg9qSeIf .dropdown-item.active,
.cid-uByg9qSeIf .dropdown-item:active {
  background-color: transparent;
}
.cid-uByg9qSeIf .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uByg9qSeIf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uByg9qSeIf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uByg9qSeIf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uByg9qSeIf ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uByg9qSeIf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uByg9qSeIf button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0999f6;
  background: #0999f6;
}
.cid-uByg9qSeIf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0999f6;
}
.cid-uByg9qSeIf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uByg9qSeIf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uByg9qSeIf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uByg9qSeIf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uByg9qSeIf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uByg9qSeIf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uByg9qSeIf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uByg9qSeIf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uByg9qSeIf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uByg9qSeIf .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-uByg9qSeIf .navbar {
    height: 70px;
  }
  .cid-uByg9qSeIf .navbar.opened {
    height: auto;
  }
  .cid-uByg9qSeIf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uByg9qSeIf .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uByg9qSeIf .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uByg9qSeIf .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uByg9qSeIf .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-uByg9qSeIf .navbar-caption:hover {
  color: #3ad5f4;
}
@media (min-width: 992px) {
  .cid-uByg9qSeIf .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uByg9qSeIf .text_widget {
  margin-bottom: 32px;
}
.cid-uByg9qSeIf .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uByg9qSeIf .text_widget a:hover,
.cid-uByg9qSeIf .text_widget a:focus {
  opacity: 0.8;
}
.cid-uByg9qSeIf .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uByg9qSeIf .navbar-caption {
  color: #FFFFFF;
}
.cid-uByg9qSeIf .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uByg9qSeIf .mbr-section-subtitle,
.cid-uByg9qSeIf .text_widget,
.cid-uByg9qSeIf .mbr-section-btn {
  text-align: center;
}
.cid-uByg9qSeIf a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uByg9qSeIf .nav-link,
.cid-uByg9qSeIf .dropdown-item {
  color: #FFFFFF;
}
.cid-uByg9qSeIf P {
  color: #000000;
}
.cid-uByg9rbI7m {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #8cbb17;
}
.cid-uByg9rbI7m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByg9rbI7m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uByg9rbI7m .container {
    padding: 0 16px;
  }
}
.cid-uByg9rbI7m .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uByg9rbI7m .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uByg9rbI7m .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uByg9rbI7m .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uByg9rbI7m .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-uByg9rbI7m .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uByg9rbI7m .image-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uByg9rbI7m .image-wrapper {
    margin-left: 0;
  }
}
.cid-uByg9rbI7m .image-wrapper img {
  height: 660px;
  width: 100%;
  object-fit: cover;
  box-shadow: 6px 8px 0 0 #000000;
  border-radius: 24px !important;
}
@media (max-width: 992px) {
  .cid-uByg9rbI7m .image-wrapper img {
    height: 350px;
  }
}
.cid-uByg9rbI7m .mbr-section-title {
  color: #ffffff;
}
.cid-uByg9rbI7m .mbr-text {
  color: #ffffff;
}
.cid-uByg9rbI7m .mbr-section-title,
.cid-uByg9rbI7m .mbr-section-btn {
  color: #FFFFFF;
  text-align: left;
}
.cid-uByg9rbI7m .mbr-text,
.cid-uByg9rbI7m .text-wrapper {
  color: #FFFFFF;
}
.cid-uByg9rjLTh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cbb17;
}
.cid-uByg9rjLTh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByg9rjLTh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uByg9rjLTh .container {
    padding: 0 16px;
  }
}
.cid-uByg9rjLTh .row {
  position: relative;
  z-index: 1;
}
.cid-uByg9rjLTh .card {
  justify-content: flex-end;
}
.cid-uByg9rjLTh .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #d74def;
  transform: rotate(4deg) !important;
}
@media (max-width: 992px) {
  .cid-uByg9rjLTh .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uByg9rjLTh .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uByg9rjLTh .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uByg9rjLTh .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uByg9rjLTh .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uByg9rjLTh .tabs-wrapper {
  text-align: right;
}
.cid-uByg9rjLTh .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 6px 0 6px 6px;
  border-radius: 16px !important;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #eec222;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 24px;
}
.cid-uByg9rjLTh .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
}
.cid-uByg9rjLTh .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  padding: 10px 18px;
  margin-right: 6px;
  margin-bottom: 0;
  border: none;
  color: #000000;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uByg9rjLTh .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 14px 24px;
  }
}
.cid-uByg9rjLTh .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #d74def;
  color: #ffffff;
}
.cid-uByg9rjLTh .tab-content .tab-pane .content-wrap {
  border-radius: 24px;
  background-color: #eadef8;
  padding: 88px 112px;
  display: flex;
}
@media (max-width: 1440px) {
  .cid-uByg9rjLTh .tab-content .tab-pane .content-wrap {
    padding: 88px 64px;
  }
}
@media (max-width: 1199px) {
  .cid-uByg9rjLTh .tab-content .tab-pane .content-wrap {
    padding: 88px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uByg9rjLTh .tab-content .tab-pane .content-wrap {
    padding: 36px 24px;
    display: block;
  }
}
.cid-uByg9rjLTh .tab-content .tab-pane .content-wrap .text-wrap {
  width: 50%;
  padding-right: 88px;
}
@media (max-width: 1440px) {
  .cid-uByg9rjLTh .tab-content .tab-pane .content-wrap .text-wrap {
    padding-right: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uByg9rjLTh .tab-content .tab-pane .content-wrap .text-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uByg9rjLTh .tab-content .tab-pane .content-wrap .text-wrap .item-title {
  margin-bottom: 20px;
}
.cid-uByg9rjLTh .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uByg9rjLTh .tab-content .tab-pane .content-wrap .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uByg9rjLTh .tab-content .tab-pane .content-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-uByg9rjLTh .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
}
@media (max-width: 992px) {
  .cid-uByg9rjLTh .tab-content .tab-pane .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uByg9rjLTh .mbr-section-title {
  color: #000000;
}
.cid-uByg9rjLTh .mbr-section-subtitle {
  color: #000000;
}
.cid-uByg9rjLTh .mbr-text {
  color: #000000;
}
.cid-uByg9rjLTh .item-title {
  color: #000000;
}
.cid-uByg9rjLTh .item-text {
  color: #000000;
}
.cid-uByg9rjLTh .mbr-section-subtitle,
.cid-uByg9rjLTh .subtitle-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uByg9rjLTh .mbr-section-title,
.cid-uByg9rjLTh .tabs-wrapper {
  color: #000000;
}
.cid-uByg9rjLTh .mbr-text,
.cid-uByg9rjLTh .text-wrapper {
  color: #000000;
}
.cid-uByg9rwSXF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cbb17;
}
.cid-uByg9rwSXF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByg9rwSXF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uByg9rwSXF .container {
    padding: 0 16px;
  }
}
.cid-uByg9rwSXF .row {
  margin: 0 -20px;
}
.cid-uByg9rwSXF .card {
  padding: 0 20px;
}
.cid-uByg9rwSXF .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uByg9rwSXF .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uByg9rwSXF .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #d74def;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-uByg9rwSXF .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uByg9rwSXF .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uByg9rwSXF .content-wrapper .mbr-text {
  margin-bottom: 8px;
}
.cid-uByg9rwSXF .list {
  padding-left: 22px;
  left: 0;
  color: #000000;
}
.cid-uByg9rwSXF .list .item-wrap {
  margin-bottom: 5px;
}
.cid-uByg9rwSXF .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uByg9rwSXF .mbr-section-btn {
  margin-top: 56px;
}
@media (max-width: 992px) {
  .cid-uByg9rwSXF .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uByg9rwSXF .tag-wrapper_1 {
  text-align: right;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uByg9rwSXF .tag-wrapper_1 {
    margin-bottom: 32px;
  }
}
.cid-uByg9rwSXF .tag-wrapper_1 .mbr-tag {
  top: 0;
  right: 0;
  background-color: #ffd84c;
  transform: rotate(10deg) !important;
}
.cid-uByg9rwSXF .tag-wrapper_2 {
  text-align: center;
  margin-top: 56px;
}
@media (max-width: 992px) {
  .cid-uByg9rwSXF .tag-wrapper_2 {
    margin-top: 32px;
  }
}
.cid-uByg9rwSXF .tag-wrapper_2 .mbr-tag {
  background-color: #feb591;
  transform: rotate(-4deg) !important;
}
.cid-uByg9rwSXF .mbr-tag {
  display: inline-flex;
  margin-bottom: 0;
  padding: 6px 16px;
  border-radius: 4rem !important;
  box-shadow: 4px 6px 0 0 #000000;
  color: #000000;
}
.cid-uByg9rwSXF .mbr-section-title {
  color: #000000;
}
.cid-uByg9rwSXF .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-uByg9rwSXF .mbr-text {
  color: #000000;
}
.cid-uByg9rwSXF .mbr-section-title,
.cid-uByg9rwSXF .mbr-section-btn {
  color: #000000;
}
.cid-uByg9rwSXF .list,
.cid-uByg9rwSXF .item-wrap,
.cid-uByg9rwSXF .list-wrapper {
  color: #000000;
}
.cid-uByg9rG5br {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("https://r.mobirisesite.com/1156359/assets/images/background1-h_m6lbc20v.jpg");
}
.cid-uByg9rG5br .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByg9rG5br .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uByg9rG5br .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uByg9rG5br .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uByg9rG5br .container {
    padding: 0 16px;
  }
}
.cid-uByg9rN15Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cbb17;
}
.cid-uByg9rN15Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByg9rN15Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uByg9rN15Z .container {
    padding: 0 16px;
  }
}
.cid-uByg9rN15Z .row {
  position: relative;
  z-index: 1;
}
.cid-uByg9rN15Z .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uByg9rN15Z .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uByg9rN15Z .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #d74def;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-uByg9rN15Z .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uByg9rN15Z .title-wrapper .buttons-wrap .mbr-section-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 40%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uByg9rN15Z .title-wrapper .buttons-wrap .mbr-section-btn {
    display: block;
    width: 100%;
  }
}
.cid-uByg9rN15Z .items-wrapper .item {
  margin-top: 64px;
  padding-top: 104px;
  position: relative;
}
.cid-uByg9rN15Z .items-wrapper .item:nth-child(2n)::before {
  background-color: #0999f6;
}
.cid-uByg9rN15Z .items-wrapper .item:nth-child(2n)::after {
  background-color: #0999f6;
}
.cid-uByg9rN15Z .items-wrapper .item:nth-child(2n) .item-wrapper {
  background-color: #0999f6;
}
.cid-uByg9rN15Z .items-wrapper .item:nth-child(3n)::before {
  background-color: #8cbb17;
}
.cid-uByg9rN15Z .items-wrapper .item:nth-child(3n)::after {
  background-color: #8cbb17;
}
.cid-uByg9rN15Z .items-wrapper .item:nth-child(3n) .item-wrapper {
  background-color: #8cbb17;
}
@media (max-width: 992px) {
  .cid-uByg9rN15Z .items-wrapper .item {
    margin-top: 32px;
    padding-top: 0;
  }
}
.cid-uByg9rN15Z .items-wrapper .item:first-child {
  margin-top: -96px;
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uByg9rN15Z .items-wrapper .item:first-child {
    margin-top: 0;
  }
}
.cid-uByg9rN15Z .items-wrapper .item::before {
  content: '';
  position: absolute;
  width: 50%;
  height: 140px;
  top: 0;
  right: 0;
  border-top-right-radius: 24px;
  background-color: #eec222;
}
@media (max-width: 992px) {
  .cid-uByg9rN15Z .items-wrapper .item::before {
    display: none;
  }
}
.cid-uByg9rN15Z .items-wrapper .item::after {
  content: '';
  position: absolute;
  top: 0;
  right: 15%;
  width: 43%;
  height: 110px;
  transform: skew(-45deg) !important;
  background-color: #eec222;
}
@media (max-width: 992px) {
  .cid-uByg9rN15Z .items-wrapper .item::after {
    display: none;
  }
}
.cid-uByg9rN15Z .items-wrapper .item .item-wrapper {
  display: flex;
  position: relative;
  border-radius: 24px !important;
  background-color: #eec222;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uByg9rN15Z .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uByg9rN15Z .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
  padding: 96px;
}
@media (max-width: 992px) {
  .cid-uByg9rN15Z .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
    padding: 24px;
  }
}
.cid-uByg9rN15Z .items-wrapper .item .item-wrapper .item-img img {
  height: 300px;
  width: 100%;
  box-shadow: 6px 8px 0 0 #000000;
  object-fit: cover;
}
.cid-uByg9rN15Z .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding-right: 96px;
  padding-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uByg9rN15Z .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 24px;
  }
}
.cid-uByg9rN15Z .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uByg9rN15Z .items-wrapper .item .item-wrapper .item-content .item-title {
    text-align: left;
    margin-bottom: 24px;
  }
}
.cid-uByg9rN15Z .items-wrapper .item .item-wrapper .item-content .item-number {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uByg9rN15Z .items-wrapper .item .item-wrapper .item-content .item-number {
    margin-bottom: 24px;
  }
}
.cid-uByg9rN15Z .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uByg9rN15Z .mbr-section-title {
  color: #000000;
}
.cid-uByg9rN15Z .mbr-section-subtitle {
  color: #000000;
}
.cid-uByg9rN15Z .item-title {
  color: #FFFFFF;
  text-align: right;
}
.cid-uByg9rN15Z .item-number {
  color: #FFFFFF;
}
.cid-uByg9rN15Z .item-text {
  color: #FFFFFF;
}
.cid-uByg9rN15Z .mbr-section-title,
.cid-uByg9rN15Z .mbr-section-btn {
  color: #000000;
}
.cid-uByg9rN15Z .mbr-section-subtitle,
.cid-uByg9rN15Z .subtitle-wrapper {
  color: #FFFFFF;
}
.cid-uByg9rN15Z .item-title1 {
  color: #000000;
}
.cid-uByg9rN15Z .item-number1 {
  color: #000000;
}
.cid-uByg9rN15Z .item-text1 {
  color: #000000;
}
.cid-uByg9rXhKZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d74def;
}
.cid-uByg9rXhKZ .item:focus,
.cid-uByg9rXhKZ span:focus {
  outline: none;
}
.cid-uByg9rXhKZ .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uByg9rXhKZ .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uByg9rXhKZ .item {
    min-height: 45px;
  }
}
.cid-uByg9s5DgX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cbb17;
}
.cid-uByg9s5DgX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByg9s5DgX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uByg9s5DgX .container {
    padding: 0 16px;
  }
}
.cid-uByg9s5DgX .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uByg9s5DgX .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uByg9s5DgX .image-wrapper img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uByg9s5DgX .image-wrapper img {
    height: 350px;
  }
}
.cid-uByg9s5DgX .title-wrapper {
  padding-left: 64px;
}
@media (max-width: 992px) {
  .cid-uByg9s5DgX .title-wrapper {
    padding-left: 0;
  }
}
.cid-uByg9s5DgX .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 4px 12px;
  border-radius: 8px !important;
  box-shadow: 3px 4px 0 0 #000000;
  background-color: #216869;
}
@media (max-width: 992px) {
  .cid-uByg9s5DgX .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uByg9s5DgX .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uByg9s5DgX .mbr-desc {
  margin-bottom: 0;
  padding-left: 64px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uByg9s5DgX .mbr-desc {
    padding-left: 0;
  }
}
.cid-uByg9s5DgX .mbr-section-title {
  color: #000000;
}
.cid-uByg9s5DgX .mbr-section-subtitle {
  color: #000000;
}
.cid-uByg9s5DgX .mbr-section-subtitle,
.cid-uByg9s5DgX .subtitle-wrapper {
  color: #FFFFFF;
}
.cid-uByg9s5DgX .mbr-section-title,
.cid-uByg9s5DgX .mbr-section-btn {
  color: #000000;
}
.cid-uByg9ses4Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cbb17;
}
.cid-uByg9ses4Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByg9ses4Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uByg9ses4Q .container {
    padding: 0 16px;
  }
}
.cid-uByg9ses4Q .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uByg9ses4Q .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-uByg9ses4Q .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #d74def;
}
.cid-uByg9ses4Q .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #d2f1f1;
}
.cid-uByg9ses4Q .item .item-wrapper {
  height: 100%;
}
.cid-uByg9ses4Q .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #eec222;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uByg9ses4Q .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-uByg9ses4Q .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-uByg9ses4Q .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uByg9ses4Q .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-uByg9ses4Q .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uByg9ses4Q .item-title {
  color: #000000;
}
.cid-uByg9ses4Q .list {
  color: #000000;
}
.cid-uByg9ses4Q .item-title,
.cid-uByg9ses4Q .mbr-section-btn {
  color: #000000;
}
.cid-uByg9ses4Q .list,
.cid-uByg9ses4Q .item-wrap,
.cid-uByg9ses4Q .list-wrapper {
  color: #000000;
}
.cid-uByg9ses4Q .item-title1 {
  color: #000000;
}
.cid-uByg9ses4Q .list1,
.cid-uByg9ses4Q .item-wrap1,
.cid-uByg9ses4Q .list-wrapper1 {
  color: #000000;
}
.cid-uByg9ses4Q .item-title2 {
  color: #FFFFFF;
}
.cid-uByg9ses4Q .list2,
.cid-uByg9ses4Q .item-wrap2,
.cid-uByg9ses4Q .list-wrapper2 {
  color: #FFFFFF;
}
.cid-uByg9ses4Q .item-title3 {
  color: #000000;
}
.cid-uByg9ses4Q .list3,
.cid-uByg9ses4Q .item-wrap3,
.cid-uByg9ses4Q .list-wrapper3 {
  color: #000000;
}
.cid-uByg9snEYl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #8cbb17;
  overflow: hidden;
}
.cid-uByg9snEYl .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uByg9snEYl .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uByg9snEYl .container {
    padding: 0 16px;
  }
}
.cid-uByg9snEYl .row {
  justify-content: center;
}
.cid-uByg9snEYl .mbr-section-title_1 {
  margin-bottom: -1rem;
  color: #000000;
  text-align: center;
}
.cid-uByg9snEYl .mbr-section-title_2 {
  margin-top: -1rem;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uByg9snEYl .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
  transform: rotate(-4deg);
  animation: none;
}
@media (max-width: 767px) {
  .cid-uByg9snEYl .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin: 0 0.5rem !important;
    transform: none;
  }
}
.cid-uByg9snEYl .embla__slide .slide-content {
  width: 100%;
}
.cid-uByg9snEYl .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 56px;
  border-radius: 32px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #eec222;
}
@media (max-width: 768px) {
  .cid-uByg9snEYl .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uByg9snEYl .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uByg9snEYl .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uByg9snEYl .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uByg9snEYl .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
    display: block;
  }
}
.cid-uByg9snEYl .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .image-wrap img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uByg9snEYl .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
  position: relative;
  z-index: 1;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-uByg9snEYl .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-uByg9snEYl .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-name {
  margin-bottom: 0;
}
.cid-uByg9snEYl .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-role {
  margin-bottom: 0;
}
.cid-uByg9snEYl .card_2 .slide-content .item-wrapper {
  background-color: #feb591;
}
.cid-uByg9snEYl .card_3 .slide-content .item-wrapper {
  background-color: #6a2be9;
}
.cid-uByg9snEYl .embla__button--next,
.cid-uByg9snEYl .embla__button--prev {
  display: flex;
}
.cid-uByg9snEYl .embla__button {
  bottom: 1rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #9cc5a1 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uByg9snEYl .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uByg9snEYl .embla__button:hover {
  opacity: 0.5;
}
.cid-uByg9snEYl .embla__button.embla__button--prev {
  left: 16px;
}
.cid-uByg9snEYl .embla__button.embla__button--next {
  right: 16px;
}
.cid-uByg9snEYl .embla {
  position: relative;
  width: 100%;
}
.cid-uByg9snEYl .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uByg9snEYl .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uByg9snEYl .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uByg9snEYl .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uByg9snEYl .item-text {
  color: #000000;
}
.cid-uByg9snEYl .item-name {
  color: #000000;
}
.cid-uByg9snEYl .item-role {
  color: #000000;
}
.cid-uByg9snEYl .item-name,
.cid-uByg9snEYl .image-wrapper {
  color: #000000;
}
.cid-uByg9snEYl .item-role,
.cid-uByg9snEYl .image-wrapper {
  color: #000000;
}
.cid-uByg9snEYl .item-text1 {
  color: #FFFFFF;
}
.cid-uByg9snEYl .item-name1 {
  color: #FFFFFF;
}
.cid-uByg9snEYl .item-role1 {
  color: #FFFFFF;
}
.cid-uByg9snEYl .item-text2 {
  color: #000000;
}
.cid-uByg9snEYl .item-name2 {
  color: #000000;
}
.cid-uByg9snEYl .item-role2 {
  color: #000000;
}
.cid-uByg9snEYl .item-text3 {
  color: #FFFFFF;
}
.cid-uByg9snEYl .item-name3 {
  color: #FFFFFF;
}
.cid-uByg9snEYl .item-role3 {
  color: #FFFFFF;
}
.cid-uByg9sDm2N {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eec222;
}
@media (max-width: 992px) {
  .cid-uByg9sDm2N .container {
    padding: 0 16px;
  }
}
.cid-uByg9sDm2N .row {
  justify-content: center;
}
.cid-uByg9sDm2N .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uByg9sDm2N .content-wrapper {
    display: block;
  }
}
.cid-uByg9sDm2N .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
  width: 10%;
  padding-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uByg9sDm2N .content-wrapper .desc-wrapper {
    width: 15%;
  }
}
@media (max-width: 992px) {
  .cid-uByg9sDm2N .content-wrapper .desc-wrapper {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uByg9sDm2N .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uByg9sDm2N .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uByg9sDm2N .content-wrapper .desc-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #000000;
  display: inline-flex;
  margin-left: 6px;
}
.cid-uByg9sDm2N .content-wrapper .mbr-section-btn {
  width: 20%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uByg9sDm2N .content-wrapper .mbr-section-btn {
    text-align: left;
    width: 100%;
  }
}
.cid-uByg9sDm2N .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 120px;
  max-width: 120px;
}
@media (max-width: 767px) {
  .cid-uByg9sDm2N .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uByg9sDm2N .embla__slide .slide-content {
  width: 100%;
}
.cid-uByg9sDm2N .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
}
.cid-uByg9sDm2N .embla__button--next,
.cid-uByg9sDm2N .embla__button--prev {
  display: flex;
}
.cid-uByg9sDm2N .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #9cc5a1 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uByg9sDm2N .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uByg9sDm2N .embla__button:hover {
  opacity: 0.5;
}
.cid-uByg9sDm2N .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uByg9sDm2N .embla__button.embla__button--next {
  right: 32px;
}
.cid-uByg9sDm2N .embla {
  position: relative;
  width: 70%;
}
@media (max-width: 1440px) {
  .cid-uByg9sDm2N .embla {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uByg9sDm2N .embla {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uByg9sDm2N .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uByg9sDm2N .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uByg9sDm2N .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uByg9sDm2N .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uByg9sDm2N .mbr-desc {
  color: #000000;
}
.cid-uByg9sQkmY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cbb17;
}
.cid-uByg9sQkmY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByg9sQkmY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uByg9sQkmY .container {
    padding: 0 16px;
  }
}
.cid-uByg9sQkmY .row {
  position: relative;
  z-index: 1;
}
.cid-uByg9sQkmY .card {
  justify-content: flex-end;
}
.cid-uByg9sQkmY .card-wrapper {
  margin-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uByg9sQkmY .card-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uByg9sQkmY .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uByg9sQkmY .card-wrapper .image-wrapper {
  position: relative;
  margin-bottom: -8rem;
}
.cid-uByg9sQkmY .card-wrapper .image-wrapper img {
  width: 520px;
  height: 520px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1200px) {
  .cid-uByg9sQkmY .card-wrapper .image-wrapper img {
    width: 420px;
    height: 420px;
  }
}
@media (max-width: 768px) {
  .cid-uByg9sQkmY .card-wrapper .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uByg9sQkmY .card-wrapper .image-wrapper .card-desc {
  position: absolute;
  top: 55%;
  left: -1rem;
  display: inline-flex;
  margin-bottom: 0;
  padding: 6px 16px;
  border-radius: 4rem !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #d74def;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-uByg9sQkmY .card-wrapper .image-wrapper .card-desc {
    left: 0.5rem;
  }
}
.cid-uByg9sQkmY .card-wrapper .card-wrap {
  background-color: #b35c32;
  box-shadow: 4px 6px 0 0 #000000;
  border-radius: 16px;
  padding: 175px 48px 36px;
  margin: 0 50px;
}
@media (max-width: 992px) {
  .cid-uByg9sQkmY .card-wrapper .card-wrap {
    margin: 0;
    padding: 150px 24px 24px;
  }
}
.cid-uByg9sQkmY .card-wrapper .card-wrap .card-text {
  margin-bottom: 16px;
}
.cid-uByg9sQkmY .card-wrapper .card-wrap .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uByg9sQkmY .card-wrapper .card-wrap .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uByg9sQkmY .title-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uByg9sQkmY .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uByg9sQkmY .title-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uByg9sQkmY .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uByg9sQkmY .text-wrapper {
  margin-left: 104px;
}
@media (max-width: 1440px) {
  .cid-uByg9sQkmY .text-wrapper {
    margin-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uByg9sQkmY .text-wrapper {
    margin-left: 0;
  }
}
.cid-uByg9sQkmY .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uByg9sQkmY .mbr-section-title {
  color: #FFFFFF;
  text-align: right;
}
.cid-uByg9sQkmY .mbr-section-subtitle {
  color: #FFFFFF;
  text-align: right;
}
.cid-uByg9sQkmY .mbr-text {
  color: #000000;
}
.cid-uByg9sQkmY .card-desc {
  color: #FFFFFF;
}
.cid-uByg9sQkmY .card-text {
  color: #FFFFFF;
}
.cid-uByg9sQkmY .card-name {
  color: #FFFFFF;
}
.cid-uByg9sQkmY .card-role {
  color: #FFFFFF;
}
.cid-uByg9sQkmY .mbr-text,
.cid-uByg9sQkmY .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uByg9t1Qdq {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #8cbb17;
}
.cid-uByg9t1Qdq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByg9t1Qdq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uByg9t1Qdq .container {
    padding: 0 16px;
  }
}
.cid-uByg9t1Qdq .row {
  margin: 0 -28px;
  position: relative;
  z-index: 1;
  justify-content: center;
}
.cid-uByg9t1Qdq .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uByg9t1Qdq .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uByg9t1Qdq .item {
  padding: 0 28px;
  margin-bottom: 48px;
}
.cid-uByg9t1Qdq .item:hover .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont,
.cid-uByg9t1Qdq .item:focus .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont {
  transform: translateX(8px);
}
.cid-uByg9t1Qdq .item:first-child {
  margin-bottom: 0;
}
.cid-uByg9t1Qdq .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uByg9t1Qdq .item .item-wrapper .item-img img {
  height: 430px;
  object-fit: cover;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uByg9t1Qdq .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uByg9t1Qdq .item .item-wrapper .item-img .price-wrap .item-price {
  display: inline-flex;
  margin-bottom: 26px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #d74def;
  transform: rotate(-4deg);
  animation: none;
}
@media (max-width: 992px) {
  .cid-uByg9t1Qdq .item .item-wrapper .item-img .price-wrap .item-price {
    margin-bottom: 32px;
  }
}
.cid-uByg9t1Qdq .item .item-wrapper .item-img .price-wrap .item-text {
  margin-bottom: 12px;
}
.cid-uByg9t1Qdq .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline,
.cid-uByg9t1Qdq .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline,
.cid-uByg9t1Qdq .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline,
.cid-uByg9t1Qdq .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline,
.cid-uByg9t1Qdq .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline,
.cid-uByg9t1Qdq .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline,
.cid-uByg9t1Qdq .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline,
.cid-uByg9t1Qdq .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
  flex-direction: row;
}
.cid-uByg9t1Qdq .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uByg9t1Qdq .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uByg9t1Qdq .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uByg9t1Qdq .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uByg9t1Qdq .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uByg9t1Qdq .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uByg9t1Qdq .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uByg9t1Qdq .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline .mbr-iconfont {
  margin-left: 8px;
  margin-right: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uByg9t1Qdq .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-uByg9t1Qdq .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-uByg9t1Qdq .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-uByg9t1Qdq .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-uByg9t1Qdq .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-uByg9t1Qdq .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-uByg9t1Qdq .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-uByg9t1Qdq .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-uByg9t1Qdq .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus,
.cid-uByg9t1Qdq .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus,
.cid-uByg9t1Qdq .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus,
.cid-uByg9t1Qdq .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus,
.cid-uByg9t1Qdq .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus,
.cid-uByg9t1Qdq .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus,
.cid-uByg9t1Qdq .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus,
.cid-uByg9t1Qdq .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  transform: scale(1);
}
.cid-uByg9t1Qdq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uByg9t1Qdq .item-price {
  color: #000000;
}
.cid-uByg9t1Qdq .item-title {
  color: #000000;
}
.cid-uByg9t1Qdq .item-text {
  color: #000000;
}
.cid-uByg9t1Qdq .item-price,
.cid-uByg9t1Qdq .price-wrap {
  color: #FFFFFF;
}
.cid-uByg9t1Qdq .item-text,
.cid-uByg9t1Qdq .mbr-section-btn {
  color: #000000;
}
.cid-uByg9taRIQ {
  position: relative;
  overflow: hidden;
  background-color: #8cbb17;
}
.cid-uByg9taRIQ .image-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uByg9taRIQ .image-wrap {
    display: none;
  }
}
.cid-uByg9taRIQ .image-wrap .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uByg9taRIQ .image-wrap .main-image {
    display: none;
  }
}
.cid-uByg9taRIQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByg9taRIQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uByg9taRIQ .container {
    padding: 0 16px;
  }
}
.cid-uByg9taRIQ .row {
  position: relative;
  z-index: 1;
}
.cid-uByg9taRIQ .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uByg9taRIQ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uByg9taRIQ .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uByg9taRIQ .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uByg9taRIQ .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uByg9taRIQ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uByg9taRIQ .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #eec222;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-uByg9taRIQ .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-uByg9taRIQ .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-uByg9taRIQ .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #d74def;
  border-radius: 0.5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-uByg9taRIQ .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uByg9taRIQ .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-uByg9taRIQ .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uByg9taRIQ .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uByg9taRIQ .mbr-section-title {
  color: #000000;
}
.cid-uByg9taRIQ .mbr-text {
  color: #000000;
}
.cid-uByg9taRIQ .card-title {
  color: #000000;
}
.cid-uByg9taRIQ .card-text {
  color: #FFFFFF;
}
.cid-uByg9taRIQ .card-name {
  color: #FFFFFF;
}
.cid-uByg9taRIQ .card-role {
  color: #FFFFFF;
}
.cid-uByg9taRIQ .mbr-section-title,
.cid-uByg9taRIQ .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uByg9taRIQ .mbr-text,
.cid-uByg9taRIQ .text-wrapper {
  color: #FFFFFF;
}
.cid-uByg9taRIQ .card-title,
.cid-uByg9taRIQ .title-wrap {
  color: #FFFFFF;
}
.cid-uByg9tlF0M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cbb17;
}
.cid-uByg9tlF0M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByg9tlF0M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uByg9tlF0M .container {
    padding: 0 16px;
  }
}
.cid-uByg9tlF0M .card {
  justify-content: center;
}
.cid-uByg9tlF0M .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #d74def;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-uByg9tlF0M .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uByg9tlF0M .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uByg9tlF0M .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uByg9tlF0M .mbr-section-title {
  color: #000000;
}
.cid-uByg9tlF0M .mbr-text {
  color: #000000;
}
.cid-uByg9tlF0M .mbr-desc {
  color: #000000;
}
.cid-uByg9tlF0M .mbr-section-title,
.cid-uByg9tlF0M .title-wrapper {
  color: #FFFFFF;
}
.cid-uByg9tlF0M .mbr-text,
.cid-uByg9tlF0M .mbr-section-btn {
  color: #000000;
}
.cid-uByg9tvQEC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #216869;
}
.cid-uByg9tvQEC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByg9tvQEC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uByg9tvQEC .container {
    padding: 0 16px;
  }
}
.cid-uByg9tvQEC .card {
  justify-content: flex-end;
}
.cid-uByg9tvQEC .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uByg9tvQEC .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uByg9tvQEC .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uByg9tvQEC .image-wrapper {
    margin-bottom: 32px;
    height: auto;
    display: block;
  }
}
.cid-uByg9tvQEC .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
  transform: rotate(4deg) !important;
}
.cid-uByg9tvQEC .text-wrapper {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uByg9tvQEC .text-wrapper {
    margin-top: 24px;
  }
}
.cid-uByg9tvQEC .mbr-section-title {
  color: #ffffff;
}
.cid-uByg9tvQEC .mbr-text {
  color: #ffffff;
}
.cid-uByg9tvQEC .mbr-section-title,
.cid-uByg9tvQEC .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uByg9tvQEC .mbr-text,
.cid-uByg9tvQEC .text-wrapper {
  color: #FFFFFF;
}
.cid-uByg9tGhlw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cbb17;
}
.cid-uByg9tGhlw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByg9tGhlw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uByg9tGhlw .container {
    padding: 0 16px;
  }
}
.cid-uByg9tGhlw .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uByg9tGhlw .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-uByg9tGhlw .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #dcf0de;
}
.cid-uByg9tGhlw .item .item-wrapper {
  height: 100%;
}
.cid-uByg9tGhlw .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #eec222;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uByg9tGhlw .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-uByg9tGhlw .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-uByg9tGhlw .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-uByg9tGhlw .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uByg9tGhlw .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-uByg9tGhlw .item-emoji {
  color: #000000;
}
.cid-uByg9tGhlw .item-title {
  color: #000000;
}
.cid-uByg9tGhlw .item-text {
  color: #000000;
}
.cid-uByg9tGhlw .item-title,
.cid-uByg9tGhlw .mbr-section-btn {
  color: #000000;
}
.cid-uByg9tGhlw .item-title1 {
  color: #000000;
}
.cid-uByg9tGhlw .item-text1 {
  color: #000000;
}
.cid-uByg9tGhlw .item-title2 {
  color: #000000;
}
.cid-uByg9tGhlw .item-text2 {
  color: #000000;
}
.cid-uByg9tQvN5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://r.mobirisesite.com/1156359/assets/images/photo-1453090927415-5f45085b65c0.jpeg");
}
.cid-uByg9tQvN5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByg9tQvN5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uByg9tQvN5 .container {
    padding: 0 16px;
  }
}
.cid-uByg9tQvN5 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uByg9tQvN5 .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-uByg9tQvN5 .mbr-section-title {
  color: #ffffff;
}
.cid-uByg9tQvN5 .mbr-section-title,
.cid-uByg9tQvN5 .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uByg9u11Xy {
  background-image: url("https://r.mobirisesite.com/1156359/assets/images/photo-1477233534935-f5e6fe7c1159.jpeg");
}
.cid-uByg9u11Xy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByg9u11Xy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uByg9u11Xy .container {
    padding: 0 16px;
  }
}
.cid-uByg9uaV9I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #8cbb17;
}
.cid-uByg9uaV9I .decor-wrap {
  position: absolute;
  top: -30%;
  right: 5%;
  border: 60px solid #d74def;
  border-left: 60px solid transparent;
  border-bottom: 60px solid transparent;
  width: 50%;
  height: 160%;
  border-radius: 100%;
  transform: rotate(15deg);
}
.cid-uByg9uaV9I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByg9uaV9I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uByg9uaV9I .container {
    padding: 0 16px;
  }
}
.cid-uByg9uaV9I .row {
  position: relative;
  z-index: 1;
}
.cid-uByg9uaV9I .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uByg9uaV9I .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uByg9uaV9I .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #d74def;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uByg9uaV9I .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uByg9uaV9I .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uByg9uaV9I .text-wrapper {
  padding-left: 140px;
}
@media (max-width: 1440px) {
  .cid-uByg9uaV9I .text-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uByg9uaV9I .text-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-uByg9uaV9I .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uByg9uaV9I .mbr-figure {
  margin-left: 32px;
  box-shadow: 2px 2px 10px #000000;
  margin-top: -12rem;
  border-radius: 16px !important;
}
@media (max-width: 992px) {
  .cid-uByg9uaV9I .mbr-figure {
    margin-left: 0;
    margin-top: 0;
  }
}
.cid-uByg9uaV9I .mbr-figure iframe {
  border-radius: 16px !important;
}
.cid-uByg9uaV9I .mbr-figure .app-video-wrapper img {
  border-radius: 16px !important;
  object-fit: cover;
}
.cid-uByg9uaV9I .mbr-section-title {
  color: #000000;
}
.cid-uByg9uaV9I .mbr-section-subtitle {
  color: #000000;
}
.cid-uByg9uaV9I .mbr-text {
  color: #000000;
}
.cid-uByg9uaV9I .mbr-section-subtitle,
.cid-uByg9uaV9I .subtitle-wrapper {
  color: #FFFFFF;
}
.cid-uByg9uaV9I .mbr-text,
.cid-uByg9uaV9I .mbr-section-btn {
  color: #000000;
}
.cid-uByg9uliU9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #216869;
}
.cid-uByg9uliU9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByg9uliU9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uByg9uliU9 .container {
    padding: 0 16px;
  }
}
.cid-uByg9uliU9 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uByg9uliU9 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uByg9uliU9 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #49a078;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-uByg9uliU9 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uByg9uliU9 .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uByg9uliU9 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uByg9uliU9 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uByg9uliU9 .card-wrapper {
  background-color: #49a078;
  box-shadow: 6px 8px 0 0 #000000;
  border-radius: 24px;
  padding: 80px;
}
.cid-uByg9uliU9 .card-wrapper .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uByg9uliU9 .card-wrapper .image-wrapper {
    margin-bottom: 32px;
    display: block;
  }
}
.cid-uByg9uliU9 .card-wrapper .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
  transform: rotate(4deg) !important;
}
.cid-uByg9uliU9 .card-wrapper .card-text {
  margin-bottom: 24px;
}
.cid-uByg9uliU9 .mbr-section-title {
  color: #ffffff;
}
.cid-uByg9uliU9 .mbr-section-subtitle {
  color: #000000;
}
.cid-uByg9uliU9 .mbr-text {
  color: #ffffff;
}
.cid-uByg9uliU9 .card-text,
.cid-uByg9uliU9 .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uByg9uliU9 .mbr-section-subtitle,
.cid-uByg9uliU9 .subtitle-wrapper {
  color: #FFFFFF;
}
.cid-uByg9uliU9 .mbr-section-title,
.cid-uByg9uliU9 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uByg9uliU9 .mbr-text,
.cid-uByg9uliU9 .text-wrapper {
  color: #FFFFFF;
}
.cid-uByg9uAXeR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cbb17;
}
.cid-uByg9uAXeR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByg9uAXeR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uByg9uAXeR .container {
    padding: 0 16px;
  }
}
.cid-uByg9uAXeR .row {
  margin: 0 -28px;
  position: relative;
  z-index: 1;
  justify-content: center;
}
.cid-uByg9uAXeR .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uByg9uAXeR .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uByg9uAXeR .item {
  padding: 0 28px;
  margin-bottom: 32px;
}
.cid-uByg9uAXeR .item:hover .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont,
.cid-uByg9uAXeR .item:focus .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont {
  transform: translateX(8px);
}
.cid-uByg9uAXeR .item:first-child {
  margin-bottom: 0;
}
.cid-uByg9uAXeR .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uByg9uAXeR .item .item-wrapper .item-img img {
  height: 280px;
  object-fit: cover;
  margin-bottom: 26px;
}
.cid-uByg9uAXeR .item .item-wrapper .item-img .item-text {
  margin-bottom: 12px;
}
.cid-uByg9uAXeR .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline,
.cid-uByg9uAXeR .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline,
.cid-uByg9uAXeR .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline,
.cid-uByg9uAXeR .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline,
.cid-uByg9uAXeR .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline,
.cid-uByg9uAXeR .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline,
.cid-uByg9uAXeR .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline,
.cid-uByg9uAXeR .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
  flex-direction: row;
}
.cid-uByg9uAXeR .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uByg9uAXeR .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uByg9uAXeR .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uByg9uAXeR .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uByg9uAXeR .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uByg9uAXeR .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uByg9uAXeR .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uByg9uAXeR .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline .mbr-iconfont {
  margin-left: 8px;
  margin-right: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uByg9uAXeR .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-uByg9uAXeR .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-uByg9uAXeR .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-uByg9uAXeR .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-uByg9uAXeR .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-uByg9uAXeR .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-uByg9uAXeR .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-uByg9uAXeR .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-uByg9uAXeR .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus,
.cid-uByg9uAXeR .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus,
.cid-uByg9uAXeR .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus,
.cid-uByg9uAXeR .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus,
.cid-uByg9uAXeR .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus,
.cid-uByg9uAXeR .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus,
.cid-uByg9uAXeR .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus,
.cid-uByg9uAXeR .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  transform: scale(1);
}
.cid-uByg9uAXeR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uByg9uAXeR .item-text {
  color: #000000;
}
.cid-uByg9uAXeR .item-text,
.cid-uByg9uAXeR .mbr-section-btn {
  color: #000000;
}
.cid-uByg9uQkxq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cbb17;
}
.cid-uByg9uQkxq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByg9uQkxq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uByg9uQkxq .container {
    padding: 0 16px;
  }
}
.cid-uByg9uQkxq .row {
  justify-content: center;
}
.cid-uByg9uQkxq .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #d74def;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-uByg9uQkxq .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uByg9uQkxq .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #eec222;
}
@media (max-width: 992px) {
  .cid-uByg9uQkxq .panel-group .card {
    padding: 24px;
  }
}
.cid-uByg9uQkxq .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uByg9uQkxq .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uByg9uQkxq .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uByg9uQkxq .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uByg9uQkxq .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uByg9uQkxq .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 100%;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}
.cid-uByg9uQkxq .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uByg9uQkxq .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: 0.5;
}
.cid-uByg9uQkxq .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg) !important;
}
.cid-uByg9uQkxq .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uByg9uQkxq .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uByg9uQkxq .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uByg9uQkxq .mbr-section-title {
  color: #000000;
}
.cid-uByg9uQkxq .panel-title-edit {
  color: #FFFFFF;
}
.cid-uByg9uQkxq .panel-text {
  color: #FFFFFF;
}
.cid-uByg9uQkxq .mbr-section-title,
.cid-uByg9uQkxq .title-wrapper {
  color: #FFFFFF;
}
.cid-uByg9vdBh1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cbb17;
}
.cid-uByg9vdBh1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByg9vdBh1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uByg9vdBh1 .container {
    padding: 0 16px;
  }
}
.cid-uByg9vdBh1 .row {
  position: relative;
  z-index: 1;
}
.cid-uByg9vdBh1 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #d74def;
  transform: rotate(4deg) !important;
}
@media (max-width: 992px) {
  .cid-uByg9vdBh1 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uByg9vdBh1 .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uByg9vdBh1 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uByg9vdBh1 .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uByg9vdBh1 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uByg9vdBh1 .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
@media (max-width: 992px) {
  .cid-uByg9vdBh1 .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-uByg9vdBh1 .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin-bottom: 24px;
}
.cid-uByg9vdBh1 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  padding: 24px 40px;
  margin-bottom: 0;
  border: none;
  color: #000000;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uByg9vdBh1 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 14px 24px;
  }
}
.cid-uByg9vdBh1 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #216869;
  box-shadow: 4px 6px 0 0 #000000;
  color: #ffffff;
}
.cid-uByg9vdBh1 .tab-content {
  padding-left: 24px;
}
@media (max-width: 992px) {
  .cid-uByg9vdBh1 .tab-content {
    padding-left: 0;
  }
}
.cid-uByg9vdBh1 .tab-content .tab-pane .content-wrap {
  padding: 52px 32px 52px 72px;
  border-radius: 24px;
  background-color: #eec222;
}
@media (max-width: 992px) {
  .cid-uByg9vdBh1 .tab-content .tab-pane .content-wrap {
    padding: 24px 16px 24px 32px;
  }
}
.cid-uByg9vdBh1 .tab-content .tab-pane .content-wrap .image-wrapper {
  margin-left: 72px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uByg9vdBh1 .tab-content .tab-pane .content-wrap .image-wrapper {
    margin-bottom: 24px;
    margin-left: 0;
  }
}
.cid-uByg9vdBh1 .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 390px;
  width: 100%;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
}
.cid-uByg9vdBh1 .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  display: inline-flex;
  margin-bottom: 0;
  width: 75%;
}
@media (max-width: 992px) {
  .cid-uByg9vdBh1 .tab-content .tab-pane .content-wrap .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uByg9vdBh1 .mbr-section-title {
  color: #000000;
}
.cid-uByg9vdBh1 .mbr-section-subtitle {
  color: #000000;
}
.cid-uByg9vdBh1 .mbr-text {
  color: #000000;
}
.cid-uByg9vdBh1 .item-text {
  color: #000000;
}
.cid-uByg9vdBh1 .mbr-section-subtitle,
.cid-uByg9vdBh1 .subtitle-wrapper {
  color: #FFFFFF;
}
.cid-uByg9vdBh1 .mbr-text,
.cid-uByg9vdBh1 .text-wrapper {
  color: #000000;
}
.cid-uByg9vdBh1 .item-text,
.cid-uByg9vdBh1 .text-wrap {
  color: #000000;
}
.cid-uByg9vtUpl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cbb17;
}
.cid-uByg9vtUpl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByg9vtUpl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uByg9vtUpl .container {
    padding: 0 16px;
  }
}
.cid-uByg9vtUpl .card {
  justify-content: flex-end;
}
.cid-uByg9vtUpl .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uByg9vtUpl .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uByg9vtUpl .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #d74def;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-uByg9vtUpl .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uByg9vtUpl .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uByg9vtUpl .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uByg9vtUpl .image-wrapper img {
  height: 390px;
  width: 100%;
  object-fit: cover;
}
.cid-uByg9vtUpl .content-wrapper {
  padding-left: 96px;
}
@media (max-width: 992px) {
  .cid-uByg9vtUpl .content-wrapper {
    padding-left: 0;
  }
}
.cid-uByg9vtUpl .content-wrapper .person-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uByg9vtUpl .content-wrapper .person-wrap {
    margin-bottom: 32px;
  }
}
.cid-uByg9vtUpl .content-wrapper .person-wrap .image-wrap {
  margin-bottom: 16px;
}
.cid-uByg9vtUpl .content-wrapper .person-wrap .image-wrap img {
  display: inline-flex;
  width: 65px;
  height: 65px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uByg9vtUpl .content-wrapper .person-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-uByg9vtUpl .content-wrapper .person-wrap .mbr-role {
  margin-bottom: 0;
}
.cid-uByg9vtUpl .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uByg9vtUpl .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-uByg9vtUpl .mbr-section-subtitle,
.cid-uByg9vtUpl .subtitle-wrapper {
  color: #FFFFFF;
  text-align: right;
}
.cid-uByg9vtUpl .mbr-name {
  color: #000000;
}
.cid-uByg9vtUpl .mbr-role {
  color: #000000;
}
.cid-uByg9vtUpl .mbr-text {
  color: #000000;
}
.cid-uByg9vtUpl .mbr-section-title,
.cid-uByg9vtUpl .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uByg9vtUpl .mbr-name,
.cid-uByg9vtUpl .image-wrap {
  color: #FFFFFF;
}
.cid-uByg9vtUpl .mbr-role,
.cid-uByg9vtUpl .image-wrap {
  color: #FFFFFF;
}
.cid-uByg9vtUpl .mbr-text,
.cid-uByg9vtUpl .text-wrapper {
  color: #FFFFFF;
}
.cid-uByg9vF45X {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uByg9vF45X .item:focus,
.cid-uByg9vF45X span:focus {
  outline: none;
}
.cid-uByg9vF45X .item {
  cursor: pointer;
}
.cid-uByg9vF45X .grid-container {
  grid-row-gap: 22px;
}
.cid-uByg9vF45X .grid-container-1,
.cid-uByg9vF45X .grid-container-2,
.cid-uByg9vF45X .grid-container-3 {
  gap: 0 22px;
}
.cid-uByg9vF45X .mbr-section-title {
  margin-bottom: 56px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uByg9vF45X .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uByg9vF45X .content-head {
  max-width: 800px;
}
.cid-uByg9vF45X .container,
.cid-uByg9vF45X .container-fluid {
  overflow: hidden;
}
.cid-uByg9vF45X .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uByg9vF45X .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 8px;
}
.cid-uByg9vF45X .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 400px;
  object-fit: cover;
  box-shadow: 6px 8px 0 0 #000000;
}
@media (max-width: 1200px) {
  .cid-uByg9vF45X .grid-item img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-uByg9vF45X .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uByg9vF45X .grid-container-1,
.cid-uByg9vF45X .grid-container-2,
.cid-uByg9vF45X .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uByg9vF45X .grid-container-1 {
  align-items: flex-end;
}
.cid-uByg9vF45X .grid-container-2 {
  align-items: flex-start;
}
.cid-uByg9vR9L0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cbb17;
}
.cid-uByg9vR9L0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByg9vR9L0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uByg9vR9L0 .container {
    padding: 0 16px;
  }
}
.cid-uByg9vR9L0 .row {
  position: relative;
  z-index: 1;
}
.cid-uByg9vR9L0 .card {
  justify-content: center;
}
.cid-uByg9vR9L0 .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uByg9vR9L0 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uByg9vR9L0 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #d74def;
  transform: rotate(4deg) !important;
}
@media (max-width: 992px) {
  .cid-uByg9vR9L0 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uByg9vR9L0 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uByg9vR9L0 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1200px) {
  .cid-uByg9vR9L0 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uByg9vR9L0 .items-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-uByg9vR9L0 .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uByg9vR9L0 .items-wrapper .item {
  position: relative;
}
.cid-uByg9vR9L0 .items-wrapper .item .item-wrapper .card-box {
  padding: 40px 16px;
  background-color: #d2f1f1;
  border-radius: 16px;
}
.cid-uByg9vR9L0 .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 60px;
  color: #000000;
  display: inline-flex;
}
.cid-uByg9vR9L0 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uByg9vR9L0 .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uByg9vR9L0 .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uByg9vR9L0 .mbr-section-title {
  color: #000000;
}
.cid-uByg9vR9L0 .mbr-section-subtitle {
  color: #000000;
}
.cid-uByg9vR9L0 .mbr-text,
.cid-uByg9vR9L0 .text-wrapper {
  color: #000000;
  text-align: right;
}
.cid-uByg9vR9L0 .item-title {
  color: #000000;
}
.cid-uByg9vR9L0 .item-title,
.cid-uByg9vR9L0 .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uByg9vR9L0 .mbr-section-subtitle,
.cid-uByg9vR9L0 .subtitle-wrapper {
  color: #FFFFFF;
}
.cid-uByg9vR9L0 .mbr-section-title,
.cid-uByg9vR9L0 .mbr-section-btn {
  color: #000000;
}
.cid-uByg9w7kPq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uByg9w7kPq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByg9w7kPq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uByg9w7kPq .container {
    padding: 0 16px;
  }
}
.cid-uByg9w7kPq .card {
  justify-content: center;
}
.cid-uByg9w7kPq .form-wrapper {
  background-color: #49a078;
  border-radius: 32px;
  padding: 24px 32px;
  box-shadow: 6px 8px 0 0 #000000;
}
@media (max-width: 992px) {
  .cid-uByg9w7kPq .form-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uByg9w7kPq .dragArea.row .mbr-section-title {
  margin-bottom: 0 !important;
}
.cid-uByg9w7kPq .dragArea.row .mbr-text {
  margin-bottom: 16px !important;
}
.cid-uByg9w7kPq .dragArea.row .form-group {
  margin-bottom: 16px !important;
  padding: 0;
}
.cid-uByg9w7kPq .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uByg9w7kPq .dragArea.row .form-group .form-control {
  padding: 10px 12px 14px;
  border: 1px solid #ffffff !important;
  box-shadow: none;
  border-radius: 0.5rem !important;
  background-color: #49a078;
  transition: all 0.3s ease-in-out;
}
.cid-uByg9w7kPq .dragArea.row .form-group .form-control:hover,
.cid-uByg9w7kPq .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
  background-color: #49a078;
}
.cid-uByg9w7kPq .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  font-size: 20px;
}
.cid-uByg9w7kPq .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uByg9w7kPq .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uByg9w7kPq .dragArea.row .form-group .form-check .form-check-input {
  background-color: #9cc5a1;
  border-color: #9cc5a1;
  border-radius: 0;
}
.cid-uByg9w7kPq .dragArea.row .mbr-section-btn {
  width: 100%;
  margin: 0;
  padding: 0;
}
.cid-uByg9w7kPq .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uByg9w7kPq .social-wrapper {
    text-align: left;
  }
}
.cid-uByg9w7kPq .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uByg9w7kPq .social-wrapper .social-wrap .soc-item {
  width: 48px;
  height: 48px;
  margin-left: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: relative;
}
.cid-uByg9w7kPq .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uByg9w7kPq .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uByg9w7kPq .social-wrapper .social-wrap .soc-item:hover:before,
.cid-uByg9w7kPq .social-wrapper .social-wrap .soc-item:focus:before {
  opacity: 0.5;
}
.cid-uByg9w7kPq .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uByg9w7kPq .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
}
.cid-uByg9w7kPq .mbr-section-title {
  color: #6a2be9;
}
.cid-uByg9w7kPq .mbr-text {
  color: #FFFFFF;
}
.cid-uByg9w7kPq label {
  color: #000000;
}
.cid-uByg9w7kPq .mbr-section-title,
.cid-uByg9w7kPq .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uByg9wl5s2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8cbb17;
}
.cid-uByg9wl5s2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByg9wl5s2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uByg9wl5s2 .container {
    padding: 0 16px;
  }
}
.cid-uByg9wl5s2 .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uByg9wl5s2 .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-uByg9wl5s2 .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #d2f1f1;
}
.cid-uByg9wl5s2 .item .item-wrapper {
  height: 100%;
}
.cid-uByg9wl5s2 .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #eec222;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uByg9wl5s2 .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-uByg9wl5s2 .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-uByg9wl5s2 .item .item-wrapper .card-box .item-title_1,
.cid-uByg9wl5s2 .item .item-wrapper .card-box .item-title_2 {
  margin-bottom: 8px;
}
.cid-uByg9wl5s2 .item .item-wrapper .card-box .item-text_2,
.cid-uByg9wl5s2 .item .item-wrapper .card-box .item-text_2 {
  margin-bottom: 8px;
}
.cid-uByg9wl5s2 .mbr-section-btn {
  margin-top: 12px;
}
.cid-uByg9wl5s2 .item-emoji {
  color: #000000;
  text-align: center;
}
.cid-uByg9wl5s2 .item-title_1 {
  color: #000000;
}
.cid-uByg9wl5s2 .item-title_2 {
  color: #000000;
}
.cid-uByg9wl5s2 .item-text_1 {
  color: #000000;
  text-align: center;
}
.cid-uByg9wl5s2 .item-text_2 {
  color: #000000;
  text-align: center;
}
.cid-uByg9wl5s2 .item-title_1,
.cid-uByg9wl5s2 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uByg9wl5s2 .item-title_2,
.cid-uByg9wl5s2 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uByg9wybIU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #216869;
}
.cid-uByg9wybIU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByg9wybIU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uByg9wybIU .container {
    padding: 0 16px;
  }
}
.cid-uByg9wybIU .row {
  position: relative;
  justify-content: center;
}
.cid-uByg9wybIU .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uByg9wybIU .card {
  justify-content: center;
}
.cid-uByg9wybIU .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uByg9wybIU .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-uByg9wybIU .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uByg9wybIU .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uByg9wybIU .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-uByg9wybIU .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uByg9wybIU .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-uByg9wybIU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uByg9wybIU .nav-wrapper .list {
    display: block;
  }
}
.cid-uByg9wybIU .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uByg9wybIU .nav-wrapper .list .item-wrap:hover::before,
.cid-uByg9wybIU .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uByg9wybIU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uByg9wybIU .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uByg9wybIU .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uByg9wybIU .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uByg9wybIU .mbr-copy {
  color: #FFFFFF;
}
.cid-uByg9wybIU .list,
.cid-uByg9wybIU .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uByg9wybIU .list,
  .cid-uByg9wybIU .nav-wrapper {
    text-align: left;
  }
}
.cid-uByg9wybIU .list,
.cid-uByg9wybIU .item-wrap,
.cid-uByg9wybIU .nav-wrapper {
  color: #FFFFFF;
}
