.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 5.625rem;
  line-height: 110%;
}
.display-1 > .mbr-iconfont {
  font-size: 7.03125rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.75rem;
  line-height: 110%;
}
.display-2 > .mbr-iconfont {
  font-size: 4.6875rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.125rem;
  line-height: 170%;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  line-height: 110%;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  line-height: 36px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.9375rem;
    font-size: calc( 2.61875rem + (5.625 - 2.61875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.61875rem + (5.625 - 2.61875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((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: #c8602d !important;
}
.bg-success {
  background-color: #f0ece7 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #c8602d !important;
}
.bg-danger {
  background-color: #124734 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c8602d !important;
  border-color: #c8602d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #d87d50 !important;
  border-color: #d87d50 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #d87d50 !important;
  border-color: #d87d50 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6f6f6f !important;
  border-color: #6f6f6f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #898989 !important;
  border-color: #898989 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #898989 !important;
  border-color: #898989 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #f0ece7 !important;
  border-color: #f0ece7 !important;
  color: #856f53 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #856f53 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c8602d !important;
  border-color: #c8602d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #d87d50 !important;
  border-color: #d87d50 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #d87d50 !important;
  border-color: #d87d50 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #124734 !important;
  border-color: #124734 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #1c7052 !important;
  border-color: #1c7052 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1c7052 !important;
  border-color: #1c7052 !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: #c8602d;
  color: #c8602d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #813e1d !important;
  background-color: transparent !important;
  border-color: #813e1d !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c8602d !important;
  border-color: #c8602d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #6f6f6f;
  color: #6f6f6f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #444444 !important;
  background-color: transparent !important;
  border-color: #444444 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6f6f6f !important;
  border-color: #6f6f6f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #f0ece7;
  color: #f0ece7;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #cfc2b2 !important;
  background-color: transparent !important;
  border-color: #cfc2b2 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #856f53 !important;
  background-color: #f0ece7 !important;
  border-color: #f0ece7 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #c8602d;
  color: #c8602d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #813e1d !important;
  background-color: transparent !important;
  border-color: #813e1d !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c8602d !important;
  border-color: #c8602d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #124734;
  color: #124734;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000201 !important;
  background-color: transparent !important;
  border-color: #000201 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #124734 !important;
  border-color: #124734 !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: #c8602d !important;
}
.text-secondary {
  color: #6f6f6f !important;
}
.text-success {
  color: #f0ece7 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #c8602d !important;
}
.text-danger {
  color: #124734 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #75381a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3c3c3c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #c9baa8 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #75381a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !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: #c8602d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #c8602d;
}
.alert-danger {
  background-color: #124734;
}
.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: #c8602d;
  border-color: #c8602d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #c8602d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e6ab8f;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e6ab8f;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #66d8af;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  line-height: 36px;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #c8602d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  line-height: 36px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #c8602d;
}
/* 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: #c8602d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #c8602d;
}
.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: #c8602d;
  border-bottom-color: #c8602d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #c8602d !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: #6f6f6f !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='%23c8602d' %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: 9px 30px;
  border-radius: 25px !important;
  border-width: 1px !important;
  font-weight: 400;
  transition: all 0.3s ease-in-out !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  font-size: 20px;
  margin: 0 0 0 8px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  background-color: transparent !important;
  color: #c8602d !important;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  background-color: transparent !important;
  color: #6f6f6f !important;
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus {
  background-color: transparent !important;
  color: #f0ece7 !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  background-color: transparent !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  background-color: transparent !important;
  color: #c8602d !important;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus {
  background-color: transparent !important;
  color: #124734 !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus {
  background-color: transparent !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  background-color: transparent !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  background-color: #c8602d !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  background-color: #6f6f6f !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  background-color: #f0ece7 !important;
  color: #6f6f6f !important;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  background-color: #ffffff !important;
  color: #6f6f6f !important;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  background-color: #c8602d !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  background-color: #124734 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  background-color: #000000  !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  background-color: #ffffff !important;
  color: #000000 !important;
}
img {
  border-radius: 14px !important;
}
.cid-uvptskgfUZ {
  z-index: 1000;
  width: 100%;
}
.cid-uvptskgfUZ nav.navbar {
  position: fixed;
}
.cid-uvptskgfUZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvptskgfUZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvptskgfUZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvptskgfUZ .dropdown-item:hover,
.cid-uvptskgfUZ .dropdown-item:focus {
  background: #c8602d !important;
  color: white !important;
}
.cid-uvptskgfUZ .dropdown-item:hover span {
  color: white;
}
.cid-uvptskgfUZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvptskgfUZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvptskgfUZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvptskgfUZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvptskgfUZ .nav-link {
  position: relative;
}
.cid-uvptskgfUZ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvptskgfUZ .container {
    flex-wrap: wrap;
  }
}
.cid-uvptskgfUZ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvptskgfUZ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uvptskgfUZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvptskgfUZ .dropdown-menu,
.cid-uvptskgfUZ .navbar.opened {
  background: #124734 !important;
}
.cid-uvptskgfUZ .nav-item:focus,
.cid-uvptskgfUZ .nav-link:focus {
  outline: none;
}
.cid-uvptskgfUZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvptskgfUZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvptskgfUZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvptskgfUZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvptskgfUZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvptskgfUZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvptskgfUZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(18, 71, 52, 0.2);
}
.cid-uvptskgfUZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uvptskgfUZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvptskgfUZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uvptskgfUZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvptskgfUZ .navbar.collapsed {
  justify-content: center;
}
.cid-uvptskgfUZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvptskgfUZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvptskgfUZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uvptskgfUZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvptskgfUZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvptskgfUZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uvptskgfUZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvptskgfUZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvptskgfUZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvptskgfUZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvptskgfUZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvptskgfUZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvptskgfUZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvptskgfUZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvptskgfUZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvptskgfUZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvptskgfUZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvptskgfUZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvptskgfUZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvptskgfUZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvptskgfUZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvptskgfUZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvptskgfUZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvptskgfUZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvptskgfUZ .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-uvptskgfUZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvptskgfUZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvptskgfUZ .dropdown-item.active,
.cid-uvptskgfUZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uvptskgfUZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvptskgfUZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvptskgfUZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvptskgfUZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #124734;
}
.cid-uvptskgfUZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvptskgfUZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvptskgfUZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvptskgfUZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvptskgfUZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvptskgfUZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uvptskgfUZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvptskgfUZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvptskgfUZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvptskgfUZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvptskgfUZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvptskgfUZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvptskgfUZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvptskgfUZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvptskgfUZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvptskgfUZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvptskgfUZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvptskgfUZ .navbar {
    height: 70px;
  }
  .cid-uvptskgfUZ .navbar.opened {
    height: auto;
  }
  .cid-uvptskgfUZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uw03si3NIg {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #124734;
}
.cid-uw03si3NIg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw03si3NIg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw03si3NIg .row {
  margin-top: -3px;
  border-radius: 5px;
  padding: 80px 64px 80px 28px;
}
@media (max-width: 992px) {
  .cid-uw03si3NIg .row {
    padding: 48px 20px;
  }
}
.cid-uw03si3NIg .card {
  padding: 0;
  border-radius: 0;
}
.cid-uw03si3NIg .card:last-child {
  padding-right: 28px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uw03si3NIg .card:last-child {
    padding: 0;
  }
}
.cid-uw03si3NIg .card .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uw03si3NIg .card .image-wrapper {
    margin-bottom: 80px;
  }
}
.cid-uw03si3NIg .card .image-wrapper img {
  height: 600px;
  object-fit: cover;
  padding: 20px;
  border: 5px solid #124734;
  border-radius: 200px;
}
@media (max-width: 768px) {
  .cid-uw03si3NIg .card .image-wrapper img {
    height: 450px;
  }
}
.cid-uw03si3NIg .card .tags-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uw03si3NIg .card .tags-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uw03si3NIg .card .tags-wrapper .tags {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uw03si3NIg .card .tags-wrapper .tags .mbr-section-subtitle {
  margin: 0 28px 8px 0;
}
.cid-uw03si3NIg .card .tags-wrapper .tags .mbr-tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  margin: 0 6px 6px 0;
  border: 1px solid #124734;
  border-radius: 30px;
}
.cid-uw03si3NIg .card .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uw03si3NIg .card .mbr-section-btn .btn {
    width: 95%;
    min-height: 83px;
    border-radius: 70px;
  }
}
.cid-uw03si3NIg .mbr-section-title {
  color: #ffffff;
}
.cid-uw03si3NIg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uw03si3NIg .mbr-tag {
  color: #ffffff;
}
.cid-uw03si3NIg .mbr-section-subtitle,
.cid-uw03si3NIg .tags-wrapper {
  color: #c8602d;
}
.cid-uADAckjGBZ {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #124734;
}
.cid-uADAckjGBZ img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uADAckjGBZ H1 {
  color: #ffffff;
}
.cid-uADAckjGBZ .mbr-text,
.cid-uADAckjGBZ .mbr-section-btn {
  color: #716c80;
}
.cid-uADAckjGBZ H3 {
  color: #716c80;
}
.cid-uADAckjGBZ .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uADAckjGBZ .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uADAckjGBZ .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uADAckjGBZ .link:hover {
  color: #c8602d !important;
}
.cid-uADAckjGBZ .link:hover .link-ico {
  color: #c8602d !important;
  padding-left: 10px;
}
.cid-uADAckjGBZ DIV {
  color: #57468b;
}
.cid-uADAckjGBZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uADAckjGBZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uADAckjGBZ .mbr-text,
.cid-uADAckjGBZ .media-content {
  color: #ffffff;
  text-align: left;
}
.cid-u2KUfVlYm1 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-u2KUfVlYm1 .container {
    padding: 0 16px;
  }
}
.cid-u2KUfVlYm1 .row {
  position: relative;
  z-index: 1;
}
.cid-u2KUfVlYm1 .title-wrapper {
  margin-bottom: 80px;
}
.cid-u2KUfVlYm1 .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-u2KUfVlYm1 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u2KUfVlYm1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-u2KUfVlYm1 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-u2KUfVlYm1 .embla__slide .slide-content {
  width: 100%;
}
.cid-u2KUfVlYm1 .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2KUfVlYm1 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-u2KUfVlYm1 .embla__button--next,
.cid-u2KUfVlYm1 .embla__button--prev {
  display: flex;
}
.cid-u2KUfVlYm1 .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #c8602d !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-u2KUfVlYm1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u2KUfVlYm1 .embla__button:hover {
  opacity: .7 !important;
}
.cid-u2KUfVlYm1 .embla__button.embla__button--prev {
  left: 0;
}
.cid-u2KUfVlYm1 .embla__button.embla__button--next {
  right: 0;
}
.cid-u2KUfVlYm1 .embla {
  position: relative;
  width: 100%;
}
.cid-u2KUfVlYm1 .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-u2KUfVlYm1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u2KUfVlYm1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u2KUfVlYm1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u2KUfVlYm1 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u2KUfVlYm1 .mbr-desc {
  color: #6f6f6f;
  text-align: left;
}
#custom-html-2d {
  /* Type valid CSS here */
}
#custom-html-2d div {
  padding: 5px 0;
  color: #777;
  text-align: center;
}
#custom-html-2d p {
  font-size: 60px;
  color: #777;
}
.cid-uvqefwOek0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uvqefwOek0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqefwOek0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvqefwOek0 img {
  object-fit: cover;
}
.cid-uvqefwOek0 .row {
  margin: 0;
}
.cid-uvqefwOek0 .item-wrapper {
  width: 100%;
}
.cid-uvqefwOek0 .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-uvqefwOek0 .card-box {
  padding: 0rem 2rem;
  width: 100%;
  max-width: 600px;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uvqefwOek0 .card-box {
    padding: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uvqefwOek0 .icon {
  color: black;
  background: #c8602d;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 1px;
  margin-left: 1rem;
}
.cid-uvqefwOek0 .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uvqefwOek0 .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvqefwOek0 .card-wrapper {
    padding: 3rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvqefwOek0 .card-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-uvqefwOek0 .wrap {
  background: #ffffff;
}
.cid-uvqefwOek0 .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uvqefwOek0 .mbr-text,
.cid-uvqefwOek0 .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uvqefwOek0 .mbr-link,
.cid-uvqefwOek0 .link-wrapper {
  color: #c8602d;
  text-align: left;
}
.cid-uvqefwOek0 .mbr-text {
  text-align: left;
  color: #124734;
}
.cid-uvqefwOek0 .mbr-section-title {
  text-align: left;
  color: #124734;
}
#custom-html-2b {
  /* Type valid CSS here */
}
#custom-html-2b div {
  padding: 5px 0;
  color: #777;
  text-align: center;
}
#custom-html-2b p {
  font-size: 60px;
  color: #777;
}
.cid-uAHasVMeOZ {
  padding-top: 4rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uAHasVMeOZ .container {
    padding: 0 16px;
  }
}
.cid-uAHasVMeOZ .row {
  position: relative;
  z-index: 1;
}
.cid-uAHasVMeOZ .title-wrapper {
  margin-bottom: 80px;
}
.cid-uAHasVMeOZ .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uAHasVMeOZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uAHasVMeOZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uAHasVMeOZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uAHasVMeOZ .embla__slide .slide-content {
  width: 100%;
}
.cid-uAHasVMeOZ .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAHasVMeOZ .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uAHasVMeOZ .embla__button--next,
.cid-uAHasVMeOZ .embla__button--prev {
  display: flex;
}
.cid-uAHasVMeOZ .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #c8602d !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-uAHasVMeOZ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uAHasVMeOZ .embla__button:hover {
  opacity: .7 !important;
}
.cid-uAHasVMeOZ .embla__button.embla__button--prev {
  left: 0;
}
.cid-uAHasVMeOZ .embla__button.embla__button--next {
  right: 0;
}
.cid-uAHasVMeOZ .embla {
  position: relative;
  width: 100%;
}
.cid-uAHasVMeOZ .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uAHasVMeOZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uAHasVMeOZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uAHasVMeOZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uAHasVMeOZ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uAHasVMeOZ .mbr-desc {
  color: #6f6f6f;
  text-align: left;
}
#custom-html-2f {
  /* Type valid CSS here */
}
#custom-html-2f div {
  padding: 5px 0;
  color: #777;
  text-align: center;
}
#custom-html-2f p {
  font-size: 60px;
  color: #777;
}
.cid-uvqMvhAvaS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uvqMvhAvaS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqMvhAvaS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvqMvhAvaS img {
  object-fit: cover;
}
.cid-uvqMvhAvaS .row {
  margin: 0;
}
.cid-uvqMvhAvaS .item-wrapper {
  width: 100%;
}
.cid-uvqMvhAvaS .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-uvqMvhAvaS .card-box {
  padding: 0rem 2rem;
  width: 100%;
  max-width: 600px;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uvqMvhAvaS .card-box {
    padding: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uvqMvhAvaS .icon {
  color: black;
  background: #c8602d;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 1px;
  margin-left: 1rem;
}
.cid-uvqMvhAvaS .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uvqMvhAvaS .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvqMvhAvaS .card-wrapper {
    padding: 3rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvqMvhAvaS .card-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-uvqMvhAvaS .wrap {
  background: #ffffff;
}
.cid-uvqMvhAvaS .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uvqMvhAvaS .mbr-text,
.cid-uvqMvhAvaS .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uvqMvhAvaS .mbr-link,
.cid-uvqMvhAvaS .link-wrapper {
  color: #c8602d;
  text-align: left;
}
.cid-uvqMvhAvaS .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uvqMvhAvaS .mbr-section-title {
  text-align: left;
  color: #124734;
}
#custom-html-2e {
  /* Type valid CSS here */
}
#custom-html-2e div {
  padding: 5px 0;
  color: #777;
  text-align: center;
}
#custom-html-2e p {
  font-size: 60px;
  color: #777;
}
.cid-uPCepZ90Uw {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uPCepZ90Uw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPCepZ90Uw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPCepZ90Uw .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uPCepZ90Uw .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uPCepZ90Uw .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPCepZ90Uw .container {
    padding: 0 16px;
  }
}
.cid-uPCepZ90Uw .content-wrapper {
  position: relative;
  padding: 64px;
  background-color: #ffffff;
  border-radius: 2em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
.cid-uPCepZ90Uw .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-image: linear-gradient(#ffffff, #ffffff);
  opacity: .83;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uPCepZ90Uw .content-wrapper {
    padding: 36px;
    display: block;
  }
}
.cid-uPCepZ90Uw .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPCepZ90Uw .content-wrapper .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-uPCepZ90Uw .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPCepZ90Uw .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uPCepZ90Uw .content-wrapper .content-wrap .person-wrapper .person-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uPCepZ90Uw .content-wrapper .content-wrap .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-uPCepZ90Uw .content-wrapper .content-wrap .person-wrapper .person-wrap .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  min-width: 108px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #124734, #124734);
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uPCepZ90Uw .content-wrapper .content-wrap .person-wrapper .person-wrap .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-uPCepZ90Uw .content-wrapper .content-wrap .person-wrapper .person-wrap .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #ffffff;
}
.cid-uPCepZ90Uw .content-wrapper .content-wrap .person-wrapper .person-wrap .image-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-uPCepZ90Uw .content-wrapper .content-wrap .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uPCepZ90Uw .content-wrapper .content-wrap .person-wrapper .person-wrap .name-wrapper .email-wrapper:hover .mbr-email,
.cid-uPCepZ90Uw .content-wrapper .content-wrap .person-wrapper .person-wrap .name-wrapper .email-wrapper:focus .mbr-email {
  color: #3898ec;
}
.cid-uPCepZ90Uw .content-wrapper .content-wrap .person-wrapper .person-wrap .name-wrapper .email-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uPCepZ90Uw .content-wrapper .content-wrap .person-wrapper .link-wrapper {
  display: block;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uPCepZ90Uw .content-wrapper .content-wrap .person-wrapper .link-wrapper {
    margin-top: 24px;
  }
}
.cid-uPCepZ90Uw .content-wrapper .content-wrap .person-wrapper .link-wrapper:hover .mbr-link,
.cid-uPCepZ90Uw .content-wrapper .content-wrap .person-wrapper .link-wrapper:focus .mbr-link {
  color: #3898ec;
}
.cid-uPCepZ90Uw .content-wrapper .content-wrap .person-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uPCepZ90Uw .content-wrapper .form-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uPCepZ90Uw .content-wrapper .form-wrapper .mbr-form .dragArea.row {
  padding: 0;
}
.cid-uPCepZ90Uw .content-wrapper .form-wrapper .mbr-form .dragArea.row .form-group {
  margin-bottom: 64px !important;
}
@media (max-width: 992px) {
  .cid-uPCepZ90Uw .content-wrapper .form-wrapper .mbr-form .dragArea.row .form-group {
    margin-bottom: 32px !important;
  }
}
.cid-uPCepZ90Uw .content-wrapper .form-wrapper .mbr-form .dragArea.row .form-group .form-control {
  border: none !important;
  box-shadow: none;
  background: transparent;
  border-bottom: 3px solid #f0ece7 !important;
  border-radius: 0 !important;
  padding: 0;
}
.cid-uPCepZ90Uw .content-wrapper .form-wrapper .mbr-form .dragArea.row .form-group .form-control::placeholder {
  color: #f0ece7;
}
.cid-uPCepZ90Uw .content-wrapper .form-wrapper .mbr-form .dragArea.row .form-group .form-check .form-check-input:checked {
  background-color: #c8602d;
  border-color: #c8602d;
}
.cid-uPCepZ90Uw .content-wrapper .form-wrapper .mbr-form .dragArea.row .form-group .form-check .form-check-label {
  color: #c8602d;
}
.cid-uPCepZ90Uw .content-wrapper .form-wrapper .mbr-form .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uPCepZ90Uw .content-wrapper .form-wrapper .mbr-form .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPCepZ90Uw .mbr-section-title {
  color: #f0f0f0;
}
.cid-uPCepZ90Uw .mbr-name {
  color: #cccccc;
}
.cid-uPCepZ90Uw .mbr-email {
  color: #cccccc;
}
.cid-uPCepZ90Uw .mbr-link {
  color: #cccccc;
}
.cid-uPCepZ90Uw label {
  color: #f0f0f0;
}
.cid-uPCepZ90Uw .mbr-section-title,
.cid-uPCepZ90Uw .mbr-section-btn {
  color: #124734;
}
.cid-uPCepZ90Uw .mbr-name,
.cid-uPCepZ90Uw .person-wrapper {
  color: #000000;
}
.cid-uPCepZ90Uw LABEL {
  color: #000000;
  text-align: left;
}
.cid-uAD4yBedTR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f0ece7;
}
.cid-uAD4yBedTR .media-container-row .mbr-text {
  color: #000000;
}
.cid-uAD8oXd4fL {
  z-index: 1000;
  width: 100%;
}
.cid-uAD8oXd4fL nav.navbar {
  position: fixed;
}
.cid-uAD8oXd4fL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAD8oXd4fL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uAD8oXd4fL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uAD8oXd4fL .dropdown-item:hover,
.cid-uAD8oXd4fL .dropdown-item:focus {
  background: #c8602d !important;
  color: white !important;
}
.cid-uAD8oXd4fL .dropdown-item:hover span {
  color: white;
}
.cid-uAD8oXd4fL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uAD8oXd4fL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uAD8oXd4fL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uAD8oXd4fL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAD8oXd4fL .nav-link {
  position: relative;
}
.cid-uAD8oXd4fL .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAD8oXd4fL .container {
    flex-wrap: wrap;
  }
}
.cid-uAD8oXd4fL .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAD8oXd4fL .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uAD8oXd4fL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uAD8oXd4fL .dropdown-menu,
.cid-uAD8oXd4fL .navbar.opened {
  background: #124734 !important;
}
.cid-uAD8oXd4fL .nav-item:focus,
.cid-uAD8oXd4fL .nav-link:focus {
  outline: none;
}
.cid-uAD8oXd4fL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAD8oXd4fL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAD8oXd4fL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAD8oXd4fL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAD8oXd4fL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAD8oXd4fL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAD8oXd4fL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(18, 71, 52, 0.2);
}
.cid-uAD8oXd4fL .navbar.opened {
  transition: all 0.3s;
}
.cid-uAD8oXd4fL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAD8oXd4fL .navbar .navbar-logo img {
  width: auto;
}
.cid-uAD8oXd4fL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAD8oXd4fL .navbar.collapsed {
  justify-content: center;
}
.cid-uAD8oXd4fL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAD8oXd4fL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAD8oXd4fL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uAD8oXd4fL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAD8oXd4fL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAD8oXd4fL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uAD8oXd4fL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAD8oXd4fL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAD8oXd4fL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uAD8oXd4fL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAD8oXd4fL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAD8oXd4fL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAD8oXd4fL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAD8oXd4fL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uAD8oXd4fL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAD8oXd4fL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAD8oXd4fL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAD8oXd4fL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAD8oXd4fL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAD8oXd4fL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uAD8oXd4fL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uAD8oXd4fL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAD8oXd4fL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAD8oXd4fL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAD8oXd4fL .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-uAD8oXd4fL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAD8oXd4fL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAD8oXd4fL .dropdown-item.active,
.cid-uAD8oXd4fL .dropdown-item:active {
  background-color: transparent;
}
.cid-uAD8oXd4fL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAD8oXd4fL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAD8oXd4fL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAD8oXd4fL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #124734;
}
.cid-uAD8oXd4fL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAD8oXd4fL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAD8oXd4fL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAD8oXd4fL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAD8oXd4fL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAD8oXd4fL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uAD8oXd4fL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAD8oXd4fL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAD8oXd4fL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAD8oXd4fL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAD8oXd4fL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAD8oXd4fL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAD8oXd4fL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAD8oXd4fL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAD8oXd4fL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uAD8oXd4fL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAD8oXd4fL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAD8oXd4fL .navbar {
    height: 70px;
  }
  .cid-uAD8oXd4fL .navbar.opened {
    height: auto;
  }
  .cid-uAD8oXd4fL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uADaSTDr8U {
  padding-top: 150px;
  padding-bottom: 60px;
  background-color: #124734;
}
@media (max-width: 992px) {
  .cid-uADaSTDr8U {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}
.cid-uADaSTDr8U .box {
  background-image: url("../../../assets/images/shutterstock-2289177431-dn-nagy-1619x1080.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uADaSTDr8U .icon-wrap {
  background-color: #5580ff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-uADaSTDr8U .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-uADaSTDr8U .icon-wrap span {
  padding-left: 8px;
}
.cid-uADaSTDr8U .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-uADaSTDr8U .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uADaSTDr8U .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uADaSTDr8U .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uADaSTDr8U .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uADaSTDr8U a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uADaSTDr8U a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uADaSTDr8U {
    padding-top: 70px;
    padding-bottom: 28px;
  }
  .cid-uADaSTDr8U .box {
    height: 250px;
  }
  .cid-uADaSTDr8U .row {
    padding: 1rem!important;
  }
}
.cid-uADaSTDr8U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uADaSTDr8U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAD9z2tRFE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #124734;
}
.cid-uAD9z2tRFE img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uAD9z2tRFE H1 {
  color: #c8602d;
}
.cid-uAD9z2tRFE .mbr-text,
.cid-uAD9z2tRFE .mbr-section-btn {
  color: #716c80;
}
.cid-uAD9z2tRFE H3 {
  color: #c8602d;
}
.cid-uAD9z2tRFE .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uAD9z2tRFE .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uAD9z2tRFE .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uAD9z2tRFE .link:hover {
  color: #c8602d !important;
}
.cid-uAD9z2tRFE .link:hover .link-ico {
  color: #c8602d !important;
  padding-left: 10px;
}
.cid-uAD9z2tRFE DIV {
  color: #57468b;
}
.cid-uAD9z2tRFE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAD9z2tRFE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAD9z2tRFE .mbr-text,
.cid-uAD9z2tRFE .media-content {
  color: #ffffff;
}
.cid-uADlhqsD6e {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #124734;
}
.cid-uADlhqsD6e img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uADlhqsD6e H1 {
  color: #57468b;
}
.cid-uADlhqsD6e .mbr-text,
.cid-uADlhqsD6e .mbr-section-btn {
  color: #716c80;
}
.cid-uADlhqsD6e H3 {
  color: #716c80;
}
.cid-uADlhqsD6e .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uADlhqsD6e .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uADlhqsD6e .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uADlhqsD6e .link:hover {
  color: #c8602d !important;
}
.cid-uADlhqsD6e .link:hover .link-ico {
  color: #c8602d !important;
  padding-left: 10px;
}
.cid-uADlhqsD6e DIV {
  color: #57468b;
}
.cid-uADlhqsD6e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uADlhqsD6e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uADlhqsD6e .mbr-text,
.cid-uADlhqsD6e .media-content {
  color: #ffffff;
  text-align: left;
}
.cid-uADlBiP2c4 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uADlBiP2c4 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uADlBiP2c4 H1 {
  color: #124734;
}
.cid-uADlBiP2c4 .mbr-text,
.cid-uADlBiP2c4 .mbr-section-btn {
  color: #716c80;
}
.cid-uADlBiP2c4 H3 {
  color: #716c80;
}
.cid-uADlBiP2c4 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uADlBiP2c4 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uADlBiP2c4 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uADlBiP2c4 .link:hover {
  color: #c8602d !important;
}
.cid-uADlBiP2c4 .link:hover .link-ico {
  color: #c8602d !important;
  padding-left: 10px;
}
.cid-uADlBiP2c4 DIV {
  color: #57468b;
}
.cid-uADlBiP2c4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uADlBiP2c4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uADlBiP2c4 .mbr-text,
.cid-uADlBiP2c4 .media-content {
  color: #000000;
}
#custom-html-2j {
  /* Type valid CSS here */
}
#custom-html-2j div {
  padding: 5px 0;
  color: #777;
  text-align: center;
}
#custom-html-2j p {
  font-size: 60px;
  color: #777;
}
.cid-uADd8Ea3xL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uADd8Ea3xL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uADd8Ea3xL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uADd8Ea3xL .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uADd8Ea3xL .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uADd8Ea3xL .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uADd8Ea3xL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uADd8Ea3xL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uADd8Ea3xL .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #c8602d;
  height: 80px;
  border-radius: 50%;
}
.cid-uADd8Ea3xL .mbr-section-title {
  color: #9fe870;
}
.cid-uADd8Ea3xL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uADd8Ea3xL .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uADd8Ea3xL .card-box .item-footer {
  margin-top: auto;
}
.cid-uADd8Ea3xL .content-head {
  max-width: 800px;
}
#custom-html-2k {
  /* Type valid CSS here */
}
#custom-html-2k div {
  padding: 5px 0;
  color: #777;
  text-align: center;
}
#custom-html-2k p {
  font-size: 60px;
  color: #777;
}
.cid-uADq9nNa9H {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uADq9nNa9H img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uADq9nNa9H H1 {
  color: #124734;
}
.cid-uADq9nNa9H .mbr-text,
.cid-uADq9nNa9H .mbr-section-btn {
  color: #716c80;
}
.cid-uADq9nNa9H H3 {
  color: #716c80;
}
.cid-uADq9nNa9H .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uADq9nNa9H .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uADq9nNa9H .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uADq9nNa9H .link:hover {
  color: #c8602d !important;
}
.cid-uADq9nNa9H .link:hover .link-ico {
  color: #c8602d !important;
  padding-left: 10px;
}
.cid-uADq9nNa9H DIV {
  color: #57468b;
}
.cid-uADq9nNa9H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uADq9nNa9H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uADq9nNa9H .mbr-text,
.cid-uADq9nNa9H .media-content {
  color: #c8602d;
}
#custom-html-2i {
  /* Type valid CSS here */
}
#custom-html-2i div {
  padding: 5px 0;
  color: #777;
  text-align: center;
}
#custom-html-2i p {
  font-size: 60px;
  color: #777;
}
.cid-uAIzVHllHx {
  padding-top: 4rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uAIzVHllHx .container {
    padding: 0 16px;
  }
}
.cid-uAIzVHllHx .row {
  position: relative;
  z-index: 1;
}
.cid-uAIzVHllHx .title-wrapper {
  margin-bottom: 80px;
}
.cid-uAIzVHllHx .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uAIzVHllHx .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uAIzVHllHx .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uAIzVHllHx .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uAIzVHllHx .embla__slide .slide-content {
  width: 100%;
}
.cid-uAIzVHllHx .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAIzVHllHx .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uAIzVHllHx .embla__button--next,
.cid-uAIzVHllHx .embla__button--prev {
  display: flex;
}
.cid-uAIzVHllHx .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #c8602d !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-uAIzVHllHx .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uAIzVHllHx .embla__button:hover {
  opacity: .7 !important;
}
.cid-uAIzVHllHx .embla__button.embla__button--prev {
  left: 0;
}
.cid-uAIzVHllHx .embla__button.embla__button--next {
  right: 0;
}
.cid-uAIzVHllHx .embla {
  position: relative;
  width: 100%;
}
.cid-uAIzVHllHx .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uAIzVHllHx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uAIzVHllHx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uAIzVHllHx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uAIzVHllHx .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uAIzVHllHx .mbr-desc {
  color: #6f6f6f;
  text-align: left;
}
#custom-html-2h {
  /* Type valid CSS here */
}
#custom-html-2h div {
  padding: 5px 0;
  color: #777;
  text-align: center;
}
#custom-html-2h p {
  font-size: 60px;
  color: #777;
}
.cid-uAH0xZTSSG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAH0xZTSSG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAH0xZTSSG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAH0xZTSSG img {
  object-fit: cover;
}
.cid-uAH0xZTSSG .row {
  margin: 0;
}
.cid-uAH0xZTSSG .item-wrapper {
  width: 100%;
}
.cid-uAH0xZTSSG .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-uAH0xZTSSG .card-box {
  padding: 0rem 2rem;
  width: 100%;
  max-width: 600px;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uAH0xZTSSG .card-box {
    padding: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uAH0xZTSSG .icon {
  color: black;
  background: #c8602d;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 1px;
  margin-left: 1rem;
}
.cid-uAH0xZTSSG .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uAH0xZTSSG .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uAH0xZTSSG .card-wrapper {
    padding: 3rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAH0xZTSSG .card-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-uAH0xZTSSG .wrap {
  background: #ffffff;
}
.cid-uAH0xZTSSG .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uAH0xZTSSG .mbr-text,
.cid-uAH0xZTSSG .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uAH0xZTSSG .mbr-link,
.cid-uAH0xZTSSG .link-wrapper {
  color: #c8602d;
  text-align: left;
}
.cid-uAH0xZTSSG .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uAH0xZTSSG .mbr-section-title {
  text-align: left;
  color: #124734;
}
.cid-uAD8p1N08l {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f0ece7;
}
.cid-uAD8p1N08l .media-container-row .mbr-text {
  color: #000000;
}
.cid-uADtg8jPAB {
  z-index: 1000;
  width: 100%;
}
.cid-uADtg8jPAB nav.navbar {
  position: fixed;
}
.cid-uADtg8jPAB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uADtg8jPAB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uADtg8jPAB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uADtg8jPAB .dropdown-item:hover,
.cid-uADtg8jPAB .dropdown-item:focus {
  background: #c8602d !important;
  color: white !important;
}
.cid-uADtg8jPAB .dropdown-item:hover span {
  color: white;
}
.cid-uADtg8jPAB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uADtg8jPAB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uADtg8jPAB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uADtg8jPAB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uADtg8jPAB .nav-link {
  position: relative;
}
.cid-uADtg8jPAB .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uADtg8jPAB .container {
    flex-wrap: wrap;
  }
}
.cid-uADtg8jPAB .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uADtg8jPAB .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uADtg8jPAB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uADtg8jPAB .dropdown-menu,
.cid-uADtg8jPAB .navbar.opened {
  background: #124734 !important;
}
.cid-uADtg8jPAB .nav-item:focus,
.cid-uADtg8jPAB .nav-link:focus {
  outline: none;
}
.cid-uADtg8jPAB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uADtg8jPAB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uADtg8jPAB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uADtg8jPAB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uADtg8jPAB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uADtg8jPAB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uADtg8jPAB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(18, 71, 52, 0.2);
}
.cid-uADtg8jPAB .navbar.opened {
  transition: all 0.3s;
}
.cid-uADtg8jPAB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uADtg8jPAB .navbar .navbar-logo img {
  width: auto;
}
.cid-uADtg8jPAB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uADtg8jPAB .navbar.collapsed {
  justify-content: center;
}
.cid-uADtg8jPAB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uADtg8jPAB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uADtg8jPAB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uADtg8jPAB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uADtg8jPAB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uADtg8jPAB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uADtg8jPAB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uADtg8jPAB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uADtg8jPAB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uADtg8jPAB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uADtg8jPAB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uADtg8jPAB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uADtg8jPAB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uADtg8jPAB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uADtg8jPAB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uADtg8jPAB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uADtg8jPAB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uADtg8jPAB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uADtg8jPAB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uADtg8jPAB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uADtg8jPAB .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uADtg8jPAB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uADtg8jPAB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uADtg8jPAB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uADtg8jPAB .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-uADtg8jPAB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uADtg8jPAB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uADtg8jPAB .dropdown-item.active,
.cid-uADtg8jPAB .dropdown-item:active {
  background-color: transparent;
}
.cid-uADtg8jPAB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uADtg8jPAB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uADtg8jPAB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uADtg8jPAB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #124734;
}
.cid-uADtg8jPAB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uADtg8jPAB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uADtg8jPAB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uADtg8jPAB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uADtg8jPAB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uADtg8jPAB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uADtg8jPAB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uADtg8jPAB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uADtg8jPAB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uADtg8jPAB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uADtg8jPAB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uADtg8jPAB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uADtg8jPAB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uADtg8jPAB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uADtg8jPAB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uADtg8jPAB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uADtg8jPAB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uADtg8jPAB .navbar {
    height: 70px;
  }
  .cid-uADtg8jPAB .navbar.opened {
    height: auto;
  }
  .cid-uADtg8jPAB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uADtg9Lp5u {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #124734;
}
@media (max-width: 992px) {
  .cid-uADtg9Lp5u {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.cid-uADtg9Lp5u .box {
  background-image: url("../../../assets/images/shutterstock-1906719181-nagy-1620x1080.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uADtg9Lp5u .icon-wrap {
  background-color: #5580ff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-uADtg9Lp5u .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-uADtg9Lp5u .icon-wrap span {
  padding-left: 8px;
}
.cid-uADtg9Lp5u .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-uADtg9Lp5u .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uADtg9Lp5u .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uADtg9Lp5u .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uADtg9Lp5u .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uADtg9Lp5u a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uADtg9Lp5u a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uADtg9Lp5u {
    padding-top: 70px;
    padding-bottom: 35px;
  }
  .cid-uADtg9Lp5u .box {
    height: 250px;
  }
  .cid-uADtg9Lp5u .row {
    padding: 1rem!important;
  }
}
.cid-uADtg9Lp5u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uADtg9Lp5u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uADtgbfduB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #124734;
}
.cid-uADtgbfduB img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uADtgbfduB H1 {
  color: #c8602d;
}
.cid-uADtgbfduB .mbr-text,
.cid-uADtgbfduB .mbr-section-btn {
  color: #716c80;
}
.cid-uADtgbfduB H3 {
  color: #c8602d;
}
.cid-uADtgbfduB .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uADtgbfduB .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uADtgbfduB .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uADtgbfduB .link:hover {
  color: #c8602d !important;
}
.cid-uADtgbfduB .link:hover .link-ico {
  color: #c8602d !important;
  padding-left: 10px;
}
.cid-uADtgbfduB DIV {
  color: #57468b;
}
.cid-uADtgbfduB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uADtgbfduB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uADtgbfduB .mbr-text,
.cid-uADtgbfduB .media-content {
  color: #ffffff;
}
.cid-uADtgccvqY {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #124734;
}
.cid-uADtgccvqY img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uADtgccvqY H1 {
  color: #57468b;
}
.cid-uADtgccvqY .mbr-text,
.cid-uADtgccvqY .mbr-section-btn {
  color: #716c80;
}
.cid-uADtgccvqY H3 {
  color: #716c80;
}
.cid-uADtgccvqY .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uADtgccvqY .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uADtgccvqY .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uADtgccvqY .link:hover {
  color: #c8602d !important;
}
.cid-uADtgccvqY .link:hover .link-ico {
  color: #c8602d !important;
  padding-left: 10px;
}
.cid-uADtgccvqY DIV {
  color: #57468b;
}
.cid-uADtgccvqY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uADtgccvqY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uADtgccvqY .mbr-text,
.cid-uADtgccvqY .media-content {
  color: #ffffff;
  text-align: left;
}
.cid-uADtgd9Qk2 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uADtgd9Qk2 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uADtgd9Qk2 H1 {
  color: #c8602d;
}
.cid-uADtgd9Qk2 .mbr-text,
.cid-uADtgd9Qk2 .mbr-section-btn {
  color: #716c80;
}
.cid-uADtgd9Qk2 H3 {
  color: #716c80;
}
.cid-uADtgd9Qk2 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uADtgd9Qk2 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uADtgd9Qk2 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uADtgd9Qk2 .link:hover {
  color: #c8602d !important;
}
.cid-uADtgd9Qk2 .link:hover .link-ico {
  color: #c8602d !important;
  padding-left: 10px;
}
.cid-uADtgd9Qk2 DIV {
  color: #57468b;
}
.cid-uADtgd9Qk2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uADtgd9Qk2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uADtgd9Qk2 .mbr-text,
.cid-uADtgd9Qk2 .media-content {
  color: #000000;
}
#custom-html-2l {
  /* Type valid CSS here */
}
#custom-html-2l div {
  padding: 5px 0;
  color: #777;
  text-align: center;
}
#custom-html-2l p {
  font-size: 60px;
  color: #777;
}
.cid-uIrquVvLv4 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uIrquVvLv4 .container {
    padding: 0 16px;
  }
}
.cid-uIrquVvLv4 .row {
  position: relative;
  z-index: 1;
}
.cid-uIrquVvLv4 .title-wrapper {
  margin-bottom: 80px;
}
.cid-uIrquVvLv4 .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uIrquVvLv4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uIrquVvLv4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uIrquVvLv4 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uIrquVvLv4 .embla__slide .slide-content {
  width: 100%;
}
.cid-uIrquVvLv4 .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIrquVvLv4 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uIrquVvLv4 .embla__button--next,
.cid-uIrquVvLv4 .embla__button--prev {
  display: flex;
}
.cid-uIrquVvLv4 .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #c8602d !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-uIrquVvLv4 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uIrquVvLv4 .embla__button:hover {
  opacity: .7 !important;
}
.cid-uIrquVvLv4 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uIrquVvLv4 .embla__button.embla__button--next {
  right: 0;
}
.cid-uIrquVvLv4 .embla {
  position: relative;
  width: 100%;
}
.cid-uIrquVvLv4 .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uIrquVvLv4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uIrquVvLv4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uIrquVvLv4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uIrquVvLv4 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uIrquVvLv4 .mbr-desc {
  color: #6f6f6f;
  text-align: left;
}
#custom-html-2m {
  /* Type valid CSS here */
}
#custom-html-2m div {
  padding: 5px 0;
  color: #777;
  text-align: center;
}
#custom-html-2m p {
  font-size: 60px;
  color: #777;
}
.cid-uAH1WFAmSR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAH1WFAmSR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAH1WFAmSR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAH1WFAmSR img {
  object-fit: cover;
}
.cid-uAH1WFAmSR .row {
  margin: 0;
}
.cid-uAH1WFAmSR .item-wrapper {
  width: 100%;
}
.cid-uAH1WFAmSR .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-uAH1WFAmSR .card-box {
  padding: 0rem 2rem;
  width: 100%;
  max-width: 600px;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uAH1WFAmSR .card-box {
    padding: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uAH1WFAmSR .icon {
  color: black;
  background: #c8602d;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 1px;
  margin-left: 1rem;
}
.cid-uAH1WFAmSR .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uAH1WFAmSR .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uAH1WFAmSR .card-wrapper {
    padding: 3rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAH1WFAmSR .card-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-uAH1WFAmSR .wrap {
  background: #ffffff;
}
.cid-uAH1WFAmSR .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uAH1WFAmSR .mbr-text,
.cid-uAH1WFAmSR .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uAH1WFAmSR .mbr-link,
.cid-uAH1WFAmSR .link-wrapper {
  color: #c8602d;
  text-align: left;
}
.cid-uAH1WFAmSR .mbr-text {
  text-align: left;
  color: #124734;
}
.cid-uAH1WFAmSR .mbr-section-title {
  text-align: left;
  color: #124734;
}
#custom-html-2q {
  /* Type valid CSS here */
}
#custom-html-2q div {
  padding: 5px 0;
  color: #777;
  text-align: center;
}
#custom-html-2q p {
  font-size: 60px;
  color: #777;
}
.cid-uAHDmsKaX4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uAHDmsKaX4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAHDmsKaX4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAHDmsKaX4 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uAHDmsKaX4 .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uAHDmsKaX4 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uAHDmsKaX4 .container {
    padding: 0 16px;
  }
}
.cid-uAHDmsKaX4 .content-wrapper {
  position: relative;
  padding: 64px;
  background-color: #ffffff;
  border-radius: 2em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
.cid-uAHDmsKaX4 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-image: linear-gradient(#ffffff, #ffffff);
  opacity: .83;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uAHDmsKaX4 .content-wrapper {
    padding: 36px;
    display: block;
  }
}
.cid-uAHDmsKaX4 .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uAHDmsKaX4 .content-wrapper .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-uAHDmsKaX4 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uAHDmsKaX4 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uAHDmsKaX4 .content-wrapper .content-wrap .person-wrapper .person-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uAHDmsKaX4 .content-wrapper .content-wrap .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-uAHDmsKaX4 .content-wrapper .content-wrap .person-wrapper .person-wrap .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  min-width: 108px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #124734, #124734);
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uAHDmsKaX4 .content-wrapper .content-wrap .person-wrapper .person-wrap .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-uAHDmsKaX4 .content-wrapper .content-wrap .person-wrapper .person-wrap .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #ffffff;
}
.cid-uAHDmsKaX4 .content-wrapper .content-wrap .person-wrapper .person-wrap .image-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-uAHDmsKaX4 .content-wrapper .content-wrap .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uAHDmsKaX4 .content-wrapper .content-wrap .person-wrapper .person-wrap .name-wrapper .email-wrapper:hover .mbr-email,
.cid-uAHDmsKaX4 .content-wrapper .content-wrap .person-wrapper .person-wrap .name-wrapper .email-wrapper:focus .mbr-email {
  color: #3898ec;
}
.cid-uAHDmsKaX4 .content-wrapper .content-wrap .person-wrapper .person-wrap .name-wrapper .email-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uAHDmsKaX4 .content-wrapper .content-wrap .person-wrapper .link-wrapper {
  display: block;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uAHDmsKaX4 .content-wrapper .content-wrap .person-wrapper .link-wrapper {
    margin-top: 24px;
  }
}
.cid-uAHDmsKaX4 .content-wrapper .content-wrap .person-wrapper .link-wrapper:hover .mbr-link,
.cid-uAHDmsKaX4 .content-wrapper .content-wrap .person-wrapper .link-wrapper:focus .mbr-link {
  color: #3898ec;
}
.cid-uAHDmsKaX4 .content-wrapper .content-wrap .person-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uAHDmsKaX4 .content-wrapper .form-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uAHDmsKaX4 .content-wrapper .form-wrapper .mbr-form .dragArea.row {
  padding: 0;
}
.cid-uAHDmsKaX4 .content-wrapper .form-wrapper .mbr-form .dragArea.row .form-group {
  margin-bottom: 64px !important;
}
@media (max-width: 992px) {
  .cid-uAHDmsKaX4 .content-wrapper .form-wrapper .mbr-form .dragArea.row .form-group {
    margin-bottom: 32px !important;
  }
}
.cid-uAHDmsKaX4 .content-wrapper .form-wrapper .mbr-form .dragArea.row .form-group .form-control {
  border: none !important;
  box-shadow: none;
  background: transparent;
  border-bottom: 3px solid #f0ece7 !important;
  border-radius: 0 !important;
  padding: 0;
}
.cid-uAHDmsKaX4 .content-wrapper .form-wrapper .mbr-form .dragArea.row .form-group .form-control::placeholder {
  color: #f0ece7;
}
.cid-uAHDmsKaX4 .content-wrapper .form-wrapper .mbr-form .dragArea.row .form-group .form-check .form-check-input:checked {
  background-color: #c8602d;
  border-color: #c8602d;
}
.cid-uAHDmsKaX4 .content-wrapper .form-wrapper .mbr-form .dragArea.row .form-group .form-check .form-check-label {
  color: #c8602d;
}
.cid-uAHDmsKaX4 .content-wrapper .form-wrapper .mbr-form .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uAHDmsKaX4 .content-wrapper .form-wrapper .mbr-form .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uAHDmsKaX4 .mbr-section-title {
  color: #f0f0f0;
}
.cid-uAHDmsKaX4 .mbr-name {
  color: #cccccc;
}
.cid-uAHDmsKaX4 .mbr-email {
  color: #cccccc;
}
.cid-uAHDmsKaX4 .mbr-link {
  color: #cccccc;
}
.cid-uAHDmsKaX4 label {
  color: #f0f0f0;
}
.cid-uAHDmsKaX4 .mbr-section-title,
.cid-uAHDmsKaX4 .mbr-section-btn {
  color: #124734;
}
.cid-uAHDmsKaX4 .mbr-name,
.cid-uAHDmsKaX4 .person-wrapper {
  color: #000000;
}
.cid-uAHDmsKaX4 LABEL {
  color: #000000;
  text-align: left;
}
.cid-uADtgfweYl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f0ece7;
}
.cid-uADtgfweYl .media-container-row .mbr-text {
  color: #000000;
}
.cid-uAH6nITOt8 {
  z-index: 1000;
  width: 100%;
}
.cid-uAH6nITOt8 nav.navbar {
  position: fixed;
}
.cid-uAH6nITOt8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAH6nITOt8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uAH6nITOt8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uAH6nITOt8 .dropdown-item:hover,
.cid-uAH6nITOt8 .dropdown-item:focus {
  background: #c8602d !important;
  color: white !important;
}
.cid-uAH6nITOt8 .dropdown-item:hover span {
  color: white;
}
.cid-uAH6nITOt8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uAH6nITOt8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uAH6nITOt8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uAH6nITOt8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAH6nITOt8 .nav-link {
  position: relative;
}
.cid-uAH6nITOt8 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAH6nITOt8 .container {
    flex-wrap: wrap;
  }
}
.cid-uAH6nITOt8 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAH6nITOt8 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uAH6nITOt8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uAH6nITOt8 .dropdown-menu,
.cid-uAH6nITOt8 .navbar.opened {
  background: #124734 !important;
}
.cid-uAH6nITOt8 .nav-item:focus,
.cid-uAH6nITOt8 .nav-link:focus {
  outline: none;
}
.cid-uAH6nITOt8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAH6nITOt8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAH6nITOt8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAH6nITOt8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAH6nITOt8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAH6nITOt8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAH6nITOt8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(18, 71, 52, 0.2);
}
.cid-uAH6nITOt8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uAH6nITOt8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAH6nITOt8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uAH6nITOt8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAH6nITOt8 .navbar.collapsed {
  justify-content: center;
}
.cid-uAH6nITOt8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAH6nITOt8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAH6nITOt8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uAH6nITOt8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAH6nITOt8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAH6nITOt8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uAH6nITOt8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAH6nITOt8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAH6nITOt8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uAH6nITOt8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAH6nITOt8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAH6nITOt8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAH6nITOt8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAH6nITOt8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uAH6nITOt8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAH6nITOt8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAH6nITOt8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAH6nITOt8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAH6nITOt8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAH6nITOt8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uAH6nITOt8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uAH6nITOt8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAH6nITOt8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAH6nITOt8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAH6nITOt8 .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-uAH6nITOt8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAH6nITOt8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAH6nITOt8 .dropdown-item.active,
.cid-uAH6nITOt8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uAH6nITOt8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAH6nITOt8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAH6nITOt8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAH6nITOt8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #124734;
}
.cid-uAH6nITOt8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAH6nITOt8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAH6nITOt8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAH6nITOt8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAH6nITOt8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAH6nITOt8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uAH6nITOt8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAH6nITOt8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAH6nITOt8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAH6nITOt8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAH6nITOt8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAH6nITOt8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAH6nITOt8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAH6nITOt8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAH6nITOt8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uAH6nITOt8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAH6nITOt8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAH6nITOt8 .navbar {
    height: 70px;
  }
  .cid-uAH6nITOt8 .navbar.opened {
    height: auto;
  }
  .cid-uAH6nITOt8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAH6nKqezN {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #124734;
}
.cid-uAH6nKqezN img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uAH6nKqezN H1 {
  color: #c8602d;
}
.cid-uAH6nKqezN .mbr-text,
.cid-uAH6nKqezN .mbr-section-btn {
  color: #716c80;
}
.cid-uAH6nKqezN H3 {
  color: #c8602d;
}
.cid-uAH6nKqezN .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uAH6nKqezN .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uAH6nKqezN .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uAH6nKqezN .link:hover {
  color: #c8602d !important;
}
.cid-uAH6nKqezN .link:hover .link-ico {
  color: #c8602d !important;
  padding-left: 10px;
}
.cid-uAH6nKqezN DIV {
  color: #57468b;
}
.cid-uAH6nKqezN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAH6nKqezN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAH6nKqezN .mbr-text,
.cid-uAH6nKqezN .media-content {
  color: #ffffff;
}
.cid-uIrkGRpHj7 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uIrkGRpHj7 .container {
    padding: 0 16px;
  }
}
.cid-uIrkGRpHj7 .row {
  position: relative;
  z-index: 1;
}
.cid-uIrkGRpHj7 .title-wrapper {
  margin-bottom: 80px;
}
.cid-uIrkGRpHj7 .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uIrkGRpHj7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uIrkGRpHj7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uIrkGRpHj7 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uIrkGRpHj7 .embla__slide .slide-content {
  width: 100%;
}
.cid-uIrkGRpHj7 .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIrkGRpHj7 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uIrkGRpHj7 .embla__button--next,
.cid-uIrkGRpHj7 .embla__button--prev {
  display: flex;
}
.cid-uIrkGRpHj7 .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #c8602d !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-uIrkGRpHj7 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uIrkGRpHj7 .embla__button:hover {
  opacity: .7 !important;
}
.cid-uIrkGRpHj7 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uIrkGRpHj7 .embla__button.embla__button--next {
  right: 0;
}
.cid-uIrkGRpHj7 .embla {
  position: relative;
  width: 100%;
}
.cid-uIrkGRpHj7 .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uIrkGRpHj7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uIrkGRpHj7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uIrkGRpHj7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uIrkGRpHj7 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uIrkGRpHj7 .mbr-desc {
  color: #6f6f6f;
  text-align: left;
}
#custom-html-32 {
  /* Type valid CSS here */
}
#custom-html-32 div {
  padding: 5px 0;
  color: #777;
  text-align: center;
}
#custom-html-32 p {
  font-size: 60px;
  color: #777;
}
.cid-uAH6IRLCM3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAH6IRLCM3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAH6IRLCM3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAH6IRLCM3 img {
  object-fit: cover;
}
.cid-uAH6IRLCM3 .row {
  margin: 0;
}
.cid-uAH6IRLCM3 .item-wrapper {
  width: 100%;
}
.cid-uAH6IRLCM3 .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-uAH6IRLCM3 .card-box {
  padding: 0rem 2rem;
  width: 100%;
  max-width: 600px;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uAH6IRLCM3 .card-box {
    padding: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uAH6IRLCM3 .icon {
  color: black;
  background: #c8602d;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 1px;
  margin-left: 1rem;
}
.cid-uAH6IRLCM3 .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uAH6IRLCM3 .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uAH6IRLCM3 .card-wrapper {
    padding: 3rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAH6IRLCM3 .card-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-uAH6IRLCM3 .wrap {
  background: #ffffff;
}
.cid-uAH6IRLCM3 .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uAH6IRLCM3 .mbr-text,
.cid-uAH6IRLCM3 .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uAH6IRLCM3 .mbr-link,
.cid-uAH6IRLCM3 .link-wrapper {
  color: #c8602d;
  text-align: left;
}
.cid-uAH6IRLCM3 .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uAH6IRLCM3 .mbr-section-title {
  text-align: left;
  color: #124734;
}
#custom-html-38 {
  /* Type valid CSS here */
}
#custom-html-38 div {
  padding: 5px 0;
  color: #777;
  text-align: center;
}
#custom-html-38 p {
  font-size: 60px;
  color: #777;
}
.cid-uAH6nNrXQ8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAH6nNrXQ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAH6nNrXQ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAH6nNrXQ8 img {
  object-fit: cover;
}
.cid-uAH6nNrXQ8 .row {
  margin: 0;
}
.cid-uAH6nNrXQ8 .item-wrapper {
  width: 100%;
}
.cid-uAH6nNrXQ8 .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-uAH6nNrXQ8 .card-box {
  padding: 0rem 2rem;
  width: 100%;
  max-width: 600px;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uAH6nNrXQ8 .card-box {
    padding: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uAH6nNrXQ8 .icon {
  color: black;
  background: #c8602d;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 1px;
  margin-left: 1rem;
}
.cid-uAH6nNrXQ8 .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uAH6nNrXQ8 .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uAH6nNrXQ8 .card-wrapper {
    padding: 3rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAH6nNrXQ8 .card-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-uAH6nNrXQ8 .wrap {
  background: #ffffff;
}
.cid-uAH6nNrXQ8 .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uAH6nNrXQ8 .mbr-text,
.cid-uAH6nNrXQ8 .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uAH6nNrXQ8 .mbr-link,
.cid-uAH6nNrXQ8 .link-wrapper {
  color: #c8602d;
  text-align: left;
}
.cid-uAH6nNrXQ8 .mbr-text {
  text-align: left;
  color: #124734;
}
.cid-uAH6nNrXQ8 .mbr-section-title {
  text-align: left;
  color: #124734;
}
.cid-uAH6nP90tQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f0ece7;
}
.cid-uAH6nP90tQ .media-container-row .mbr-text {
  color: #000000;
}
.cid-uIrm4kZnv0 {
  z-index: 1000;
  width: 100%;
}
.cid-uIrm4kZnv0 nav.navbar {
  position: fixed;
}
.cid-uIrm4kZnv0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIrm4kZnv0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIrm4kZnv0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIrm4kZnv0 .dropdown-item:hover,
.cid-uIrm4kZnv0 .dropdown-item:focus {
  background: #c8602d !important;
  color: white !important;
}
.cid-uIrm4kZnv0 .dropdown-item:hover span {
  color: white;
}
.cid-uIrm4kZnv0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIrm4kZnv0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIrm4kZnv0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIrm4kZnv0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIrm4kZnv0 .nav-link {
  position: relative;
}
.cid-uIrm4kZnv0 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIrm4kZnv0 .container {
    flex-wrap: wrap;
  }
}
.cid-uIrm4kZnv0 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIrm4kZnv0 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uIrm4kZnv0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIrm4kZnv0 .dropdown-menu,
.cid-uIrm4kZnv0 .navbar.opened {
  background: #124734 !important;
}
.cid-uIrm4kZnv0 .nav-item:focus,
.cid-uIrm4kZnv0 .nav-link:focus {
  outline: none;
}
.cid-uIrm4kZnv0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIrm4kZnv0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIrm4kZnv0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIrm4kZnv0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIrm4kZnv0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIrm4kZnv0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIrm4kZnv0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(18, 71, 52, 0.2);
}
.cid-uIrm4kZnv0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uIrm4kZnv0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIrm4kZnv0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uIrm4kZnv0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIrm4kZnv0 .navbar.collapsed {
  justify-content: center;
}
.cid-uIrm4kZnv0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIrm4kZnv0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIrm4kZnv0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uIrm4kZnv0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIrm4kZnv0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIrm4kZnv0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uIrm4kZnv0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIrm4kZnv0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIrm4kZnv0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIrm4kZnv0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIrm4kZnv0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIrm4kZnv0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIrm4kZnv0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIrm4kZnv0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uIrm4kZnv0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIrm4kZnv0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIrm4kZnv0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIrm4kZnv0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIrm4kZnv0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIrm4kZnv0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIrm4kZnv0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIrm4kZnv0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIrm4kZnv0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIrm4kZnv0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIrm4kZnv0 .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-uIrm4kZnv0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIrm4kZnv0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIrm4kZnv0 .dropdown-item.active,
.cid-uIrm4kZnv0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uIrm4kZnv0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIrm4kZnv0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIrm4kZnv0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIrm4kZnv0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #124734;
}
.cid-uIrm4kZnv0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIrm4kZnv0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIrm4kZnv0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIrm4kZnv0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIrm4kZnv0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIrm4kZnv0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIrm4kZnv0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIrm4kZnv0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIrm4kZnv0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIrm4kZnv0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIrm4kZnv0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIrm4kZnv0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIrm4kZnv0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIrm4kZnv0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIrm4kZnv0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIrm4kZnv0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIrm4kZnv0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIrm4kZnv0 .navbar {
    height: 70px;
  }
  .cid-uIrm4kZnv0 .navbar.opened {
    height: auto;
  }
  .cid-uIrm4kZnv0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIrm4liPiV {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #124734;
}
.cid-uIrm4liPiV img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uIrm4liPiV H1 {
  color: #c8602d;
}
.cid-uIrm4liPiV .mbr-text,
.cid-uIrm4liPiV .mbr-section-btn {
  color: #716c80;
}
.cid-uIrm4liPiV H3 {
  color: #c8602d;
}
.cid-uIrm4liPiV .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uIrm4liPiV .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uIrm4liPiV .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uIrm4liPiV .link:hover {
  color: #c8602d !important;
}
.cid-uIrm4liPiV .link:hover .link-ico {
  color: #c8602d !important;
  padding-left: 10px;
}
.cid-uIrm4liPiV DIV {
  color: #57468b;
}
.cid-uIrm4liPiV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIrm4liPiV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIrm4liPiV .mbr-text,
.cid-uIrm4liPiV .media-content {
  color: #ffffff;
}
.cid-uIrmvXewuS {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #124734;
}
.cid-uIrmvXewuS img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uIrmvXewuS H1 {
  color: #57468b;
}
.cid-uIrmvXewuS .mbr-text,
.cid-uIrmvXewuS .mbr-section-btn {
  color: #716c80;
}
.cid-uIrmvXewuS H3 {
  color: #716c80;
}
.cid-uIrmvXewuS .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uIrmvXewuS .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uIrmvXewuS .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uIrmvXewuS .link:hover {
  color: #c8602d !important;
}
.cid-uIrmvXewuS .link:hover .link-ico {
  color: #c8602d !important;
  padding-left: 10px;
}
.cid-uIrmvXewuS DIV {
  color: #57468b;
}
.cid-uIrmvXewuS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIrmvXewuS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIrmvXewuS .mbr-text,
.cid-uIrmvXewuS .media-content {
  color: #ffffff;
  text-align: left;
}
.cid-uIrm4mZbsU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f0ece7;
}
.cid-uIrm4mZbsU .media-container-row .mbr-text {
  color: #000000;
}
.cid-uIroerA1oG {
  z-index: 1000;
  width: 100%;
}
.cid-uIroerA1oG nav.navbar {
  position: fixed;
}
.cid-uIroerA1oG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIroerA1oG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIroerA1oG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIroerA1oG .dropdown-item:hover,
.cid-uIroerA1oG .dropdown-item:focus {
  background: #c8602d !important;
  color: white !important;
}
.cid-uIroerA1oG .dropdown-item:hover span {
  color: white;
}
.cid-uIroerA1oG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIroerA1oG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIroerA1oG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIroerA1oG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIroerA1oG .nav-link {
  position: relative;
}
.cid-uIroerA1oG .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIroerA1oG .container {
    flex-wrap: wrap;
  }
}
.cid-uIroerA1oG .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIroerA1oG .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uIroerA1oG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIroerA1oG .dropdown-menu,
.cid-uIroerA1oG .navbar.opened {
  background: #124734 !important;
}
.cid-uIroerA1oG .nav-item:focus,
.cid-uIroerA1oG .nav-link:focus {
  outline: none;
}
.cid-uIroerA1oG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIroerA1oG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIroerA1oG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIroerA1oG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIroerA1oG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIroerA1oG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIroerA1oG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(18, 71, 52, 0.2);
}
.cid-uIroerA1oG .navbar.opened {
  transition: all 0.3s;
}
.cid-uIroerA1oG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIroerA1oG .navbar .navbar-logo img {
  width: auto;
}
.cid-uIroerA1oG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIroerA1oG .navbar.collapsed {
  justify-content: center;
}
.cid-uIroerA1oG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIroerA1oG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIroerA1oG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uIroerA1oG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIroerA1oG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIroerA1oG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uIroerA1oG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIroerA1oG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIroerA1oG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIroerA1oG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIroerA1oG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIroerA1oG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIroerA1oG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIroerA1oG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uIroerA1oG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIroerA1oG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIroerA1oG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIroerA1oG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIroerA1oG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIroerA1oG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIroerA1oG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIroerA1oG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIroerA1oG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIroerA1oG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIroerA1oG .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-uIroerA1oG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIroerA1oG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIroerA1oG .dropdown-item.active,
.cid-uIroerA1oG .dropdown-item:active {
  background-color: transparent;
}
.cid-uIroerA1oG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIroerA1oG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIroerA1oG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIroerA1oG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #124734;
}
.cid-uIroerA1oG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIroerA1oG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIroerA1oG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIroerA1oG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIroerA1oG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIroerA1oG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIroerA1oG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIroerA1oG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIroerA1oG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIroerA1oG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIroerA1oG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIroerA1oG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIroerA1oG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIroerA1oG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIroerA1oG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIroerA1oG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIroerA1oG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIroerA1oG .navbar {
    height: 70px;
  }
  .cid-uIroerA1oG .navbar.opened {
    height: auto;
  }
  .cid-uIroerA1oG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIroerYhdS {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #124734;
}
.cid-uIroerYhdS img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uIroerYhdS H1 {
  color: #c8602d;
}
.cid-uIroerYhdS .mbr-text,
.cid-uIroerYhdS .mbr-section-btn {
  color: #716c80;
}
.cid-uIroerYhdS H3 {
  color: #c8602d;
}
.cid-uIroerYhdS .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uIroerYhdS .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uIroerYhdS .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uIroerYhdS .link:hover {
  color: #c8602d !important;
}
.cid-uIroerYhdS .link:hover .link-ico {
  color: #c8602d !important;
  padding-left: 10px;
}
.cid-uIroerYhdS DIV {
  color: #57468b;
}
.cid-uIroerYhdS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIroerYhdS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIroerYhdS .mbr-text,
.cid-uIroerYhdS .media-content {
  color: #ffffff;
}
.cid-uIroesersX {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #124734;
}
.cid-uIroesersX img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uIroesersX H1 {
  color: #57468b;
}
.cid-uIroesersX .mbr-text,
.cid-uIroesersX .mbr-section-btn {
  color: #716c80;
}
.cid-uIroesersX H3 {
  color: #716c80;
}
.cid-uIroesersX .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uIroesersX .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uIroesersX .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uIroesersX .link:hover {
  color: #c8602d !important;
}
.cid-uIroesersX .link:hover .link-ico {
  color: #c8602d !important;
  padding-left: 10px;
}
.cid-uIroesersX DIV {
  color: #57468b;
}
.cid-uIroesersX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIroesersX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIroesersX .mbr-text,
.cid-uIroesersX .media-content {
  color: #ffffff;
  text-align: left;
}
.cid-uIroesF7y0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f0ece7;
}
.cid-uIroesF7y0 .media-container-row .mbr-text {
  color: #000000;
}
.cid-uSCT9RtucP {
  z-index: 1000;
  width: 100%;
}
.cid-uSCT9RtucP nav.navbar {
  position: fixed;
}
.cid-uSCT9RtucP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSCT9RtucP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uSCT9RtucP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uSCT9RtucP .dropdown-item:hover,
.cid-uSCT9RtucP .dropdown-item:focus {
  background: #c8602d !important;
  color: white !important;
}
.cid-uSCT9RtucP .dropdown-item:hover span {
  color: white;
}
.cid-uSCT9RtucP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uSCT9RtucP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uSCT9RtucP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uSCT9RtucP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSCT9RtucP .nav-link {
  position: relative;
}
.cid-uSCT9RtucP .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSCT9RtucP .container {
    flex-wrap: wrap;
  }
}
.cid-uSCT9RtucP .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSCT9RtucP .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uSCT9RtucP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uSCT9RtucP .dropdown-menu,
.cid-uSCT9RtucP .navbar.opened {
  background: #124734 !important;
}
.cid-uSCT9RtucP .nav-item:focus,
.cid-uSCT9RtucP .nav-link:focus {
  outline: none;
}
.cid-uSCT9RtucP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSCT9RtucP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSCT9RtucP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSCT9RtucP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSCT9RtucP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSCT9RtucP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSCT9RtucP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(18, 71, 52, 0.2);
}
.cid-uSCT9RtucP .navbar.opened {
  transition: all 0.3s;
}
.cid-uSCT9RtucP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSCT9RtucP .navbar .navbar-logo img {
  width: auto;
}
.cid-uSCT9RtucP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSCT9RtucP .navbar.collapsed {
  justify-content: center;
}
.cid-uSCT9RtucP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSCT9RtucP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSCT9RtucP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uSCT9RtucP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSCT9RtucP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSCT9RtucP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uSCT9RtucP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSCT9RtucP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSCT9RtucP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSCT9RtucP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSCT9RtucP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSCT9RtucP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSCT9RtucP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSCT9RtucP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uSCT9RtucP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSCT9RtucP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSCT9RtucP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSCT9RtucP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uSCT9RtucP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSCT9RtucP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uSCT9RtucP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uSCT9RtucP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSCT9RtucP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSCT9RtucP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSCT9RtucP .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-uSCT9RtucP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSCT9RtucP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSCT9RtucP .dropdown-item.active,
.cid-uSCT9RtucP .dropdown-item:active {
  background-color: transparent;
}
.cid-uSCT9RtucP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSCT9RtucP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSCT9RtucP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSCT9RtucP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #124734;
}
.cid-uSCT9RtucP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSCT9RtucP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSCT9RtucP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSCT9RtucP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSCT9RtucP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSCT9RtucP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uSCT9RtucP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSCT9RtucP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSCT9RtucP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSCT9RtucP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSCT9RtucP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSCT9RtucP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSCT9RtucP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSCT9RtucP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSCT9RtucP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uSCT9RtucP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSCT9RtucP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSCT9RtucP .navbar {
    height: 70px;
  }
  .cid-uSCT9RtucP .navbar.opened {
    height: auto;
  }
  .cid-uSCT9RtucP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSCV1vLG9n {
  padding-top: 150px;
  padding-bottom: 60px;
  background-color: #124734;
}
@media (max-width: 992px) {
  .cid-uSCV1vLG9n {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}
.cid-uSCV1vLG9n .box {
  background-image: url("../../../assets/images/szavazas-1-1620x1080.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSCV1vLG9n .icon-wrap {
  background-color: #5580ff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-uSCV1vLG9n .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-uSCV1vLG9n .icon-wrap span {
  padding-left: 8px;
}
.cid-uSCV1vLG9n .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-uSCV1vLG9n .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uSCV1vLG9n .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uSCV1vLG9n .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uSCV1vLG9n .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uSCV1vLG9n a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uSCV1vLG9n a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uSCV1vLG9n {
    padding-top: 70px;
    padding-bottom: 28px;
  }
  .cid-uSCV1vLG9n .box {
    height: 250px;
  }
  .cid-uSCV1vLG9n .row {
    padding: 1rem!important;
  }
}
.cid-uSCV1vLG9n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSCV1vLG9n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSCT9RPLsx {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #124734;
}
.cid-uSCT9RPLsx img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uSCT9RPLsx H1 {
  color: #c8602d;
}
.cid-uSCT9RPLsx .mbr-text,
.cid-uSCT9RPLsx .mbr-section-btn {
  color: #716c80;
}
.cid-uSCT9RPLsx H3 {
  color: #c8602d;
}
.cid-uSCT9RPLsx .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uSCT9RPLsx .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uSCT9RPLsx .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uSCT9RPLsx .link:hover {
  color: #c8602d !important;
}
.cid-uSCT9RPLsx .link:hover .link-ico {
  color: #c8602d !important;
  padding-left: 10px;
}
.cid-uSCT9RPLsx DIV {
  color: #57468b;
}
.cid-uSCT9RPLsx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSCT9RPLsx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSCT9RPLsx .mbr-text,
.cid-uSCT9RPLsx .media-content {
  color: #ffffff;
}
.cid-uSCTZ5k0m7 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uSCTZ5k0m7 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uSCTZ5k0m7 H1 {
  color: #c8602d;
}
.cid-uSCTZ5k0m7 .mbr-text,
.cid-uSCTZ5k0m7 .mbr-section-btn {
  color: #716c80;
}
.cid-uSCTZ5k0m7 H3 {
  color: #716c80;
}
.cid-uSCTZ5k0m7 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uSCTZ5k0m7 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uSCTZ5k0m7 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uSCTZ5k0m7 .link:hover {
  color: #c8602d !important;
}
.cid-uSCTZ5k0m7 .link:hover .link-ico {
  color: #c8602d !important;
  padding-left: 10px;
}
.cid-uSCTZ5k0m7 DIV {
  color: #57468b;
}
.cid-uSCTZ5k0m7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSCTZ5k0m7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSCTZ5k0m7 .mbr-text,
.cid-uSCTZ5k0m7 .media-content {
  color: #000000;
}
.cid-uSCT9ShqR8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f0ece7;
}
.cid-uSCT9ShqR8 .media-container-row .mbr-text {
  color: #000000;
}
