.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #597db6;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 6.5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.125rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5.8rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 7.25rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.65rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 3.3125rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 2.25rem;
}
/* ---- 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: 5.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.55rem;
    font-size: calc( 2.925rem + (6.5 - 2.925) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.925rem + (6.5 - 2.925) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.64rem;
    font-size: calc( 2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 2.12rem;
    font-size: calc( 1.5775rem + (2.65 - 1.5775) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.5775rem + (2.65 - 1.5775) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  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: #ffffff !important;
}
.bg-success {
  background-color: #8deabf !important;
}
.bg-info {
  background-color: #7fe4f8 !important;
}
.bg-warning {
  background-color: #ffdd78 !important;
}
.bg-danger {
  background-color: #eb8c95 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #455b4f !important;
  border-color: #455b4f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #5b7868 !important;
  border-color: #5b7868 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #5b7868 !important;
  border-color: #5b7868 !important;
}
.btn-info,
.btn-info:active {
  background-color: #7fe4f8 !important;
  border-color: #7fe4f8 !important;
  color: #066072 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #afeefb !important;
  border-color: #afeefb !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #066072 !important;
  background-color: #afeefb !important;
  border-color: #afeefb !important;
}
.btn-success,
.btn-success:active {
  background-color: #8deabf !important;
  border-color: #8deabf !important;
  color: #13653f !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #b8f2d7 !important;
  border-color: #b8f2d7 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #13653f !important;
  background-color: #b8f2d7 !important;
  border-color: #b8f2d7 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffdd78 !important;
  border-color: #ffdd78 !important;
  color: #785a00 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffeaab !important;
  border-color: #ffeaab !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #785a00 !important;
  background-color: #ffeaab !important;
  border-color: #ffeaab !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #eb8c95 !important;
  border-color: #eb8c95 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f3b7bd !important;
  border-color: #f3b7bd !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f3b7bd !important;
  border-color: #f3b7bd !important;
}
.btn-white,
.btn-white:active {
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
  color: #767676 !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: #767676 !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: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #455b4f;
  color: #455b4f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #202a24 !important;
  background-color: transparent !important;
  border-color: #202a24 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #455b4f !important;
  border-color: #455b4f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #7fe4f8;
  color: #7fe4f8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #2dd3f4 !important;
  background-color: transparent !important;
  border-color: #2dd3f4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #066072 !important;
  background-color: #7fe4f8 !important;
  border-color: #7fe4f8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #8deabf;
  color: #8deabf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #44dd96 !important;
  background-color: transparent !important;
  border-color: #44dd96 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #13653f !important;
  background-color: #8deabf !important;
  border-color: #8deabf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffdd78;
  color: #ffdd78;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffc721 !important;
  background-color: transparent !important;
  border-color: #ffc721 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #785a00 !important;
  background-color: #ffdd78 !important;
  border-color: #ffdd78 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #eb8c95;
  color: #eb8c95;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #de4251 !important;
  background-color: transparent !important;
  border-color: #de4251 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #eb8c95 !important;
  border-color: #eb8c95 !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: #ffffff !important;
}
.text-secondary {
  color: #455b4f !important;
}
.text-success {
  color: #8deabf !important;
}
.text-info {
  color: #7fe4f8 !important;
}
.text-warning {
  color: #ffdd78 !important;
}
.text-danger {
  color: #eb8c95 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #19211d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #37da8f !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1ed0f3 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffc312 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #dc3545 !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: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #7fe4f8;
}
.alert-warning {
  background-color: #ffdd78;
}
.alert-danger {
  background-color: #eb8c95;
}
.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: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.25rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.25rem;
}
blockquote {
  border-color: #ffffff;
}
/* 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: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !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: #455b4f !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='%23ffffff' %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: 32px 88px;
  border-radius: 60px !important;
  font-weight: 400 !important;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 22px 40px;
  }
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  border: none !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  opacity: .7;
}
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.card-box {
  border-radius: 30px !important;
}
img {
  border-radius: 26px !important;
}
.cid-uxtQOnJZDx {
  background-color: transparent;
}
.cid-uxtQOnJZDx .navbar-dropdown {
  background-color: #1a3c18 !important;
  padding: 0;
}
.cid-uxtQOnJZDx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1a3c18 !important;
  background: #1a3c18;
}
.cid-uxtQOnJZDx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxtQOnJZDx .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uxtQOnJZDx .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uxtQOnJZDx .menu_box .navbar.opened,
  .cid-uxtQOnJZDx .menu_box .navbar-collapse {
    background-color: #1a3c18 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uxtQOnJZDx .navbar-dropdown {
  position: relative !important;
}
.cid-uxtQOnJZDx .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uxtQOnJZDx .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uxtQOnJZDx .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uxtQOnJZDx .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uxtQOnJZDx .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uxtQOnJZDx .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uxtQOnJZDx .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uxtQOnJZDx .nav-item {
    margin: 0 !important;
  }
}
.cid-uxtQOnJZDx .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uxtQOnJZDx .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uxtQOnJZDx .nav-item .nav-link:hover,
.cid-uxtQOnJZDx .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uxtQOnJZDx .nav-item .nav-link:hover::before,
.cid-uxtQOnJZDx .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uxtQOnJZDx .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uxtQOnJZDx .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uxtQOnJZDx .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uxtQOnJZDx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uxtQOnJZDx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uxtQOnJZDx .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uxtQOnJZDx .offcanvas_box {
    display: none;
  }
}
.cid-uxtQOnJZDx .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uxtQOnJZDx .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uxtQOnJZDx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uxtQOnJZDx .container {
  display: flex;
  margin: auto;
}
.cid-uxtQOnJZDx .iconfont-wrapper {
  color: #000000;
  background-color: #d1dad0;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uxtQOnJZDx .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uxtQOnJZDx .iconfont-wrapper:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uxtQOnJZDx .navbar-nav {
    margin: 0;
  }
}
.cid-uxtQOnJZDx .dropdown-menu,
.cid-uxtQOnJZDx .navbar.opened {
  background-color: false !important;
}
.cid-uxtQOnJZDx .nav-item:focus,
.cid-uxtQOnJZDx .nav-link:focus {
  outline: none;
}
.cid-uxtQOnJZDx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxtQOnJZDx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxtQOnJZDx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxtQOnJZDx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxtQOnJZDx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxtQOnJZDx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxtQOnJZDx .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uxtQOnJZDx .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uxtQOnJZDx .navbar.opened {
  transition: all 0.3s;
}
.cid-uxtQOnJZDx .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uxtQOnJZDx .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uxtQOnJZDx .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxtQOnJZDx .navbar.collapsed {
  justify-content: center;
}
.cid-uxtQOnJZDx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxtQOnJZDx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uxtQOnJZDx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxtQOnJZDx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxtQOnJZDx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxtQOnJZDx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uxtQOnJZDx .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uxtQOnJZDx .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uxtQOnJZDx .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uxtQOnJZDx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxtQOnJZDx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxtQOnJZDx .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uxtQOnJZDx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxtQOnJZDx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uxtQOnJZDx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxtQOnJZDx .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uxtQOnJZDx .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uxtQOnJZDx .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uxtQOnJZDx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uxtQOnJZDx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxtQOnJZDx .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uxtQOnJZDx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxtQOnJZDx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxtQOnJZDx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uxtQOnJZDx .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-uxtQOnJZDx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uxtQOnJZDx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxtQOnJZDx .dropdown-item.active,
.cid-uxtQOnJZDx .dropdown-item:active {
  background-color: transparent;
}
.cid-uxtQOnJZDx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uxtQOnJZDx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxtQOnJZDx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxtQOnJZDx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxtQOnJZDx ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uxtQOnJZDx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxtQOnJZDx button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1a3c18;
  background: #1a3c18;
}
.cid-uxtQOnJZDx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uxtQOnJZDx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxtQOnJZDx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxtQOnJZDx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxtQOnJZDx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxtQOnJZDx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxtQOnJZDx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxtQOnJZDx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxtQOnJZDx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxtQOnJZDx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uxtQOnJZDx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxtQOnJZDx .navbar {
    height: 70px;
  }
  .cid-uxtQOnJZDx .navbar.opened {
    height: auto;
  }
  .cid-uxtQOnJZDx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxtQOnJZDx .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uxtQOnJZDx .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uxtQOnJZDx .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uxtQOnJZDx .text_widget {
  margin-bottom: 32px;
}
.cid-uxtQOnJZDx .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uxtQOnJZDx .text_widget a:hover,
.cid-uxtQOnJZDx .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uxtQOnJZDx .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uxtQOnJZDx .navbar-caption {
  color: #000000;
}
.cid-uxtQOnJZDx .mbr-section-subtitle,
.cid-uxtQOnJZDx .text_widget,
.cid-uxtQOnJZDx .mbr-section-btn {
  text-align: center;
}
.cid-uxtQOnJZDx a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uxtQOnJZDx .nav-link,
.cid-uxtQOnJZDx .dropdown-item {
  color: #FFFFFF;
}
.cid-uxtQOnRAAu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-uxtQOnRAAu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxtQOnRAAu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxtQOnRAAu .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uxtQOnRAAu .content-wrapper .tags-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uxtQOnRAAu .content-wrapper .tags-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uxtQOnRAAu .content-wrapper .tags-wrapper .tags-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uxtQOnRAAu .content-wrapper .tags-wrapper .tags-wrap .mbr-tag {
  position: relative;
  z-index: 1;
  margin: 0 16px 20px;
  display: inline-flex;
  justify-content: center;
  padding: 24px 88px;
  border-radius: 60px !important;
  border: 1px solid #def0dc;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uxtQOnRAAu .content-wrapper .tags-wrapper .tags-wrap .mbr-tag {
    padding: 20px 40px;
    transform: none;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uxtQOnRAAu .content-wrapper .tags-wrapper .tags-wrap .mbr-tag {
    width: 100%;
  }
}
.cid-uxtQOnRAAu .content-wrapper .tags-wrapper .tags-wrap .mbr-tag:nth-child(2n) {
  transform: rotate(-8deg);
}
@media (max-width: 992px) {
  .cid-uxtQOnRAAu .content-wrapper .tags-wrapper .tags-wrap .mbr-tag:nth-child(2n) {
    transform: none;
  }
}
.cid-uxtQOnRAAu .content-wrapper .tags-wrapper .tags-wrap .mbr-tag::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  opacity: 0.3;
  background-color: #def0dc;
  z-index: -1;
  pointer-events: none;
}
.cid-uxtQOnRAAu .content-wrapper .text-wrapper {
  margin-bottom: 30px;
}
.cid-uxtQOnRAAu .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uxtQOnRAAu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uxtQOnRAAu .image-wrapper {
  margin-top: 40px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uxtQOnRAAu .image-wrapper {
    justify-content: center;
  }
}
.cid-uxtQOnRAAu .image-wrapper img {
  width: 540px;
  height: 540px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uxtQOnRAAu .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-uxtQOnRAAu .image-wrapper img {
    width: 320px;
    height: 320px;
  }
}
@media (max-width: 768px) {
  .cid-uxtQOnRAAu .image-wrapper img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.cid-uxtQOnRAAu .image-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uxtQOnRAAu .image-wrap {
    justify-content: center;
  }
}
.cid-uxtQOnRAAu .image-wrap img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uxtQOnRAAu .image-wrap img {
    width: 540px;
    height: 540px;
  }
}
@media (max-width: 1200px) {
  .cid-uxtQOnRAAu .image-wrap img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .cid-uxtQOnRAAu .image-wrap img {
    width: 260px;
    height: 260px;
  }
}
.cid-uxtQOnRAAu .mbr-section-title {
  color: #ffffff;
}
.cid-uxtQOnRAAu .mbr-tag {
  color: #1A3C18;
  text-align: left;
}
.cid-uxtQOnRAAu .mbr-text,
.cid-uxtQOnRAAu .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uxtQOnRAAu .mbr-section-title,
.cid-uxtQOnRAAu .mbr-section-btn,
.cid-uxtQOnRAAu .tags-wrapper {
  text-align: center;
  color: #FFFFFF;
}
.cid-uzrUicEN2Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uzrUicEN2Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzrUicEN2Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzrUicEN2Z .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uzrUicEN2Z .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uzrUicEN2Z .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uzrUicEN2Z .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uzrUicEN2Z .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uzrUicEN2Z .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uzrUicEN2Z .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uzrUicEN2Z .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uzrUicEN2Z .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzrUicEN2Z .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uzrUicEN2Z .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uzrUjdfo1M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uzrUjdfo1M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzrUjdfo1M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzrUjdfo1M .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uzrUjdfo1M .content-wrapper {
    padding: 0;
  }
}
.cid-uzrUjdfo1M .content-wrapper .rating-wrapper {
  margin-bottom: 24px;
}
.cid-uzrUjdfo1M .content-wrapper .rating-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
}
.cid-uzrUjdfo1M .content-wrapper .rating-wrapper .list .item-wrap {
  padding: 12px;
  -webkit-text-stroke-width: .15rem;
  -webkit-text-stroke-color: #050f0f;
  margin-bottom: 0;
}
.cid-uzrUjdfo1M .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uzrUjdfo1M .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uzrUjdfo1M .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uzrUjdfo1M .list {
  color: #ffe66d;
  text-align: center;
}
.cid-uzrUjdfo1M .mbr-text,
.cid-uzrUjdfo1M .text-wrapper {
  color: #050f0f;
}
.cid-uzrUjdfo1M .mbr-desc {
  color: #050f0f;
  text-align: center;
}
.cid-uzrUjdfo1M .mbr-text,
.cid-uzrUjdfo1M .text-wrapper,
.cid-uzrUjdfo1M .rating-wrapper {
  text-align: center;
}
.cid-uzrUmJRlhZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzrUmJRlhZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzrUmJRlhZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uzrUmJRlhZ .container {
    padding: 0 26px;
  }
}
.cid-uzrUmJRlhZ .row {
  justify-content: center;
}
.cid-uzrUmJRlhZ .text-wrapper .mbr-text {
  font-family: "Instrument Serif", sans-serif;
  margin-bottom: 16px;
}
.cid-uzrUmJRlhZ .text-wrapper .icon-wrapper:hover .mbr-iconfont,
.cid-uzrUmJRlhZ .text-wrapper .icon-wrapper:focus .mbr-iconfont {
  padding-top: 40px;
}
.cid-uzrUmJRlhZ .text-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  font-size: 60px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uzrUmJRlhZ .mbr-text,
.cid-uzrUmJRlhZ .icon-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uzrUqvUA9h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1eeec;
  overflow: hidden;
}
.cid-uzrUqvUA9h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzrUqvUA9h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uzrUqvUA9h .container {
    padding: 0 30px;
  }
}
.cid-uzrUqvUA9h .card {
  justify-content: center;
}
.cid-uzrUqvUA9h .content-wrapper {
  padding: 0 240px;
}
@media (max-width: 1440px) {
  .cid-uzrUqvUA9h .content-wrapper {
    padding: 0 120px;
  }
}
@media (max-width: 992px) {
  .cid-uzrUqvUA9h .content-wrapper {
    padding: 0;
  }
}
.cid-uzrUqvUA9h .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uzrUqvUA9h .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 54px;
  color: #dddddd;
}
.cid-uzrUqvUA9h .content-wrapper .mbr-text {
  position: relative;
  padding-bottom: 60px;
  border-bottom: 1px solid #254b45;
  margin-bottom: 50px;
}
.cid-uzrUqvUA9h .content-wrapper .mbr-text::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-uzrUqvUA9h .content-wrapper .mbr-text {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.cid-uzrUqvUA9h .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uzrUqvUA9h .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-uzrUqvUA9h .content-wrapper .person-wrapper .person-wrap img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uzrUqvUA9h .content-wrapper .person-wrapper .person-wrap img {
    margin: 0 0 20px 0;
  }
}
.cid-uzrUqvUA9h .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 2px;
}
.cid-uzrUqvUA9h .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  font-weight: 300;
}
.cid-uzrUqvUA9h .mbr-text {
  color: #254b45;
}
.cid-uzrUqvUA9h .mbr-name {
  color: #254b45;
}
.cid-uzrUqvUA9h .mbr-role {
  color: #254b45;
}
.cid-uxtQOnTYxp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxtQOnTYxp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxtQOnTYxp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxtQOnTYxp .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uxtQOnTYxp .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uxtQOnTYxp .content-wrapper .text-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uxtQOnTYxp .content-wrapper .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxtQOnTYxp .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uxtQOnTYxp .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uxtQOnTYxp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uxtQOnTYxp .mbr-text,
.cid-uxtQOnTYxp .text-wrapper {
  color: #1A3C18;
  text-align: center;
}
.cid-uxtQOnTYxp .mbr-section-title,
.cid-uxtQOnTYxp .mbr-section-btn {
  text-align: center;
  color: #1A3C18;
}
.cid-uxtQOnV30A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uxtQOnV30A .mbr-overlay {
  background: #def0dc;
  opacity: 0.9;
}
.cid-uxtQOnV30A .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uxtQOnV30A .content-wrapper .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #1a3c18;
  width: 52%;
  height: 100%;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uxtQOnV30A .content-wrapper .decor {
    display: none;
  }
}
.cid-uxtQOnV30A .content-wrapper .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background-color: #1a3c18;
  border-radius: 30px;
}
.cid-uxtQOnV30A .content-wrapper .decor_1 {
  transform: rotate(6deg);
}
.cid-uxtQOnV30A .content-wrapper .decor_2 {
  transform: rotate(-6deg);
}
.cid-uxtQOnV30A .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uxtQOnV30A .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uxtQOnV30A .embla__slide .slide-content {
  width: 100%;
  background-color: #1a3c18;
  padding: 5px;
  min-height: 560px;
}
@media (max-width: 768px) {
  .cid-uxtQOnV30A .embla__slide .slide-content {
    min-height: auto;
  }
}
.cid-uxtQOnV30A .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 1px dashed #ffffff;
  padding: 56px;
  border-radius: 26px !important;
}
@media (max-width: 992px) {
  .cid-uxtQOnV30A .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uxtQOnV30A .embla__slide .slide-content .item-wrapper .card-box .name-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-uxtQOnV30A .embla__slide .slide-content .item-wrapper .card-box .name-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uxtQOnV30A .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uxtQOnV30A .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap {
    display: block;
  }
}
.cid-uxtQOnV30A .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap {
  width: 92px;
  height: 92px;
  min-width: 92px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #feeeed;
  margin-right: 18px;
}
@media (max-width: 992px) {
  .cid-uxtQOnV30A .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap {
    width: 64px;
    height: 64px;
    min-width: 64px;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uxtQOnV30A .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap .item-letter {
  margin-bottom: 0;
}
.cid-uxtQOnV30A .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-uxtQOnV30A .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uxtQOnV30A .embla__slide .slide-content .item-wrapper .item-date {
  margin-top: 32px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxtQOnV30A .embla__slide .slide-content .item-wrapper .item-date {
    margin-top: 16px;
  }
}
.cid-uxtQOnV30A .embla__button--next,
.cid-uxtQOnV30A .embla__button--prev {
  display: flex;
}
.cid-uxtQOnV30A .embla__button {
  top: 50%;
  width: 80px;
  height: 80px;
  font-size: 22px;
  background-color: #1a3c18 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uxtQOnV30A .embla__button {
    top: auto;
    bottom: 0;
    width: 60px;
    height: 60px;
  }
}
.cid-uxtQOnV30A .embla__button:hover {
  opacity: 0.7;
}
.cid-uxtQOnV30A .embla__button.embla__button--prev {
  left: 0;
}
.cid-uxtQOnV30A .embla__button.embla__button--next {
  right: 0;
}
.cid-uxtQOnV30A .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uxtQOnV30A .embla {
    display: block;
    padding-bottom: 6rem;
  }
}
.cid-uxtQOnV30A .embla__viewport {
  overflow: hidden;
  width: 50%;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uxtQOnV30A .embla__viewport {
    width: 100%;
  }
}
.cid-uxtQOnV30A .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uxtQOnV30A .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uxtQOnV30A .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uxtQOnV30A .item-letter {
  color: #f24d4a;
}
.cid-uxtQOnV30A .item-name {
  color: #f24d4a;
}
.cid-uxtQOnV30A .item-text {
  color: #FFFFFF;
}
.cid-uxtQOnV30A .item-date {
  color: #FFFFFF;
}
.cid-uxtQOnV30A .item-name,
.cid-uxtQOnV30A .name-wrapper {
  color: #FFFFFF;
}
.cid-uxtQOnXMSC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uxtQOnXMSC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxtQOnXMSC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxtQOnXMSC .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-uxtQOnXMSC .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uxtQOnXMSC .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uxtQOnXMSC .item {
  padding: 0 5px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uxtQOnXMSC .item {
    margin-bottom: 16px;
  }
}
.cid-uxtQOnXMSC .item:hover .item-wrapper .item-img::before,
.cid-uxtQOnXMSC .item:focus .item-wrapper .item-img::before {
  opacity: 0.7;
}
.cid-uxtQOnXMSC .item:nth-child(2n) .item-wrapper {
  padding-right: 0;
  padding-left: 54px;
}
@media (max-width: 992px) {
  .cid-uxtQOnXMSC .item:nth-child(2n) .item-wrapper {
    padding: 0;
  }
}
.cid-uxtQOnXMSC .item .item-wrapper {
  padding-right: 54px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uxtQOnXMSC .item .item-wrapper {
    padding: 0;
  }
}
.cid-uxtQOnXMSC .item .item-wrapper .item-img {
  position: relative;
  min-height: 400px;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
}
.cid-uxtQOnXMSC .item .item-wrapper .item-img .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uxtQOnXMSC .item .item-wrapper .item-img .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uxtQOnXMSC .item .item-wrapper .item-img .image-wrap img {
    transform: none;
  }
}
.cid-uxtQOnXMSC .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1a3c18;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  z-index: 1;
}
.cid-uxtQOnXMSC .item .item-wrapper .item-img .item-content {
  padding: 32px;
  position: relative;
  z-index: 2;
  width: 100%;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uxtQOnXMSC .item .item-wrapper .item-img .item-content {
    padding: 24px;
  }
}
.cid-uxtQOnXMSC .item .item-wrapper .item-img .item-content .icon-wrapper .mbr-iconfont {
  pointer-events: visible;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  min-width: 45px;
  border: 1px solid #ffffff;
  font-size: 16px;
  color: #ffffff;
  border-radius: 100%;
  margin-bottom: 16px;
}
.cid-uxtQOnXMSC .item .item-wrapper .item-img .item-content .card-title {
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-uxtQOnXMSC .card {
  justify-content: space-between;
}
.cid-uxtQOnXMSC .item-menu-overlay .btn-wrapper {
  z-index: 100;
}
.cid-uxtQOnXMSC .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uxtQOnXMSC .card-title {
  color: #ffffff;
}
.cid-uxtQOnXMSC .card-title,
.cid-uxtQOnXMSC .icon-wrapper {
  color: #FFFFFF;
}
.cid-uxtQOnZnmH {
  background-image: url("../../../assets/images/92268459-padded-logo-1000x1000.webp");
}
.cid-uxtQOnZnmH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxtQOnZnmH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxtQOnZnmH .image-wrap {
  height: 650px;
}
@media (max-width: 992px) {
  .cid-uxtQOnZnmH .image-wrap {
    height: 350px;
  }
}
.cid-uxuV54Bpbg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uxuV54Bpbg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxuV54Bpbg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxuV54Bpbg .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uxuV54Bpbg .content-wrapper {
    padding: 0;
  }
}
.cid-uxuV54Bpbg .content-wrapper .rating-wrapper {
  margin-bottom: 24px;
}
.cid-uxuV54Bpbg .content-wrapper .rating-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
}
.cid-uxuV54Bpbg .content-wrapper .rating-wrapper .list .item-wrap {
  padding: 12px;
  -webkit-text-stroke-width: .15rem;
  -webkit-text-stroke-color: #050f0f;
  margin-bottom: 0;
}
.cid-uxuV54Bpbg .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uxuV54Bpbg .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uxuV54Bpbg .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uxuV54Bpbg .list {
  color: #ffe66d;
  text-align: center;
}
.cid-uxuV54Bpbg .mbr-text,
.cid-uxuV54Bpbg .text-wrapper {
  color: #050f0f;
}
.cid-uxuV54Bpbg .mbr-desc {
  color: #050f0f;
  text-align: center;
}
.cid-uxuV54Bpbg .mbr-text,
.cid-uxuV54Bpbg .text-wrapper,
.cid-uxuV54Bpbg .rating-wrapper {
  text-align: center;
}
.cid-uxtQOnZUaK {
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uxtQOnZUaK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxtQOnZUaK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxtQOnZUaK .card {
  justify-content: center;
}
.cid-uxtQOnZUaK .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uxtQOnZUaK .content-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uxtQOnZUaK .content-wrapper .text-wrapper {
  margin-bottom: 30px;
}
.cid-uxtQOnZUaK .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uxtQOnZUaK .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uxtQOnZUaK .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-uxtQOnZUaK .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uxtQOnZUaK .image-wrapper {
    margin-top: 30px;
    justify-content: center;
  }
}
.cid-uxtQOnZUaK .image-wrapper img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uxtQOnZUaK .image-wrapper img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .cid-uxtQOnZUaK .image-wrapper img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.cid-uxtQOnZUaK .mbr-section-title {
  color: #f24d4a;
}
.cid-uxtQOnZUaK .mbr-text {
  color: #f24d4a;
}
.cid-uxtQOnZUaK .mbr-section-title,
.cid-uxtQOnZUaK .mbr-section-btn {
  color: #1A3C18;
}
.cid-uxtQOnZUaK .mbr-text,
.cid-uxtQOnZUaK .text-wrapper {
  color: #1A3C18;
}
.cid-uxtQOo0JIX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uxtQOo0JIX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxtQOo0JIX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxtQOo0JIX .items-wrapper {
  margin: 0 -5px;
}
.cid-uxtQOo0JIX .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uxtQOo0JIX .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uxtQOo0JIX .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uxtQOo0JIX .item {
    margin-bottom: 16px;
  }
}
.cid-uxtQOo0JIX .item:hover .item-wrapper .item-img .btn-wrap,
.cid-uxtQOo0JIX .item:focus .item-wrapper .item-img .btn-wrap {
  opacity: 1;
}
.cid-uxtQOo0JIX .item .item-wrapper {
  height: 100%;
  border: 5px solid #1a3c18;
  background-color: #1a3c18;
}
.cid-uxtQOo0JIX .item .item-wrapper .item-img {
  position: relative;
  height: 415px;
  border-radius: 26px 26px 0 0;
  overflow: hidden;
}
.cid-uxtQOo0JIX .item .item-wrapper .item-img .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uxtQOo0JIX .item .item-wrapper .item-img .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uxtQOo0JIX .item .item-wrapper .item-img .image-wrap img {
    transform: none;
  }
}
.cid-uxtQOo0JIX .item .item-wrapper .item-img .btn-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #def0dc;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uxtQOo0JIX .item .item-wrapper .item-img .btn-wrap .mbr-section-btn {
  pointer-events: visible;
}
.cid-uxtQOo0JIX .item .item-wrapper .item-content {
  padding: 28px 28px 23px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uxtQOo0JIX .item .item-wrapper .item-content {
    padding: 20px 20px 15px;
  }
}
.cid-uxtQOo0JIX .item .item-wrapper .item-content .card-title {
  margin-bottom: 0;
}
.cid-uxtQOo0JIX .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  min-width: 45px;
  border: 1px solid #ffffff;
  font-size: 16px;
  color: #ffffff;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin-left: 20px;
}
.cid-uxtQOo0JIX .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont:hover,
.cid-uxtQOo0JIX .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont:focus {
  opacity: 0.7;
}
.cid-uxtQOo0JIX .mbr-section-title {
  color: #1A3C18;
  text-align: center;
}
.cid-uxtQOo0JIX .card-title {
  color: #f24d4a;
}
.cid-uxtQOo0JIX .card-title,
.cid-uxtQOo0JIX .icon-wrapper {
  color: #FFFFFF;
}
.cid-uxtQOo4diG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uxtQOo4diG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxtQOo4diG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxtQOo4diG .items-wrapper {
  margin: 0 -5px;
}
.cid-uxtQOo4diG .items-wrapper .item {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-uxtQOo4diG .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-uxtQOo4diG .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uxtQOo4diG .item-wrapper {
  height: 100%;
  padding: 5px;
  background-color: #ffffff;
}
.cid-uxtQOo4diG .item-wrapper .card-box {
  height: 100%;
  padding: 42px;
  border: 1px dashed #1a3c18;
  border-radius: 26px !important;
}
@media (max-width: 992px) {
  .cid-uxtQOo4diG .item-wrapper .card-box {
    padding: 24px;
    height: auto;
  }
}
.cid-uxtQOo4diG .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uxtQOo4diG .item-wrapper .card-box .card-title {
    margin-bottom: 40px;
  }
}
.cid-uxtQOo4diG .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uxtQOo4diG .item-wrapper .card-box .list .item-wrap {
  margin-top: 8px;
  padding-top: 20px;
  border-top: 1px solid #1a3c18;
}
.cid-uxtQOo4diG .item-wrapper .card-box .list .item-wrap:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.cid-uxtQOo4diG .card-title {
  color: #1A3C18;
}
.cid-uxtQOo4diG .list {
  color: #f24d4a;
}
.cid-uxtQOo4diG .list a {
  background: none !important;
}
.cid-uxtQOo5e0Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uxtQOo5e0Z .mbr-overlay {
  background: #1a3c18;
  opacity: 0.9;
}
.cid-uxtQOo5e0Z .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uxtQOo5e0Z .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uxtQOo5e0Z .embla__slide .slide-content {
  width: 100%;
}
.cid-uxtQOo5e0Z .embla__slide .slide-content .item-wrapper .item-img img {
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxtQOo5e0Z .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uxtQOo5e0Z .embla__button--next,
.cid-uxtQOo5e0Z .embla__button--prev {
  display: flex;
}
.cid-uxtQOo5e0Z .embla__button {
  top: 50%;
  width: 80px;
  height: 80px;
  font-size: 22px;
  background-color: #def0dc !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uxtQOo5e0Z .embla__button {
    top: auto;
    bottom: 0;
    width: 60px;
    height: 60px;
  }
}
.cid-uxtQOo5e0Z .embla__button:hover {
  opacity: 0.7;
}
.cid-uxtQOo5e0Z .embla__button.embla__button--prev {
  left: 15%;
}
@media (max-width: 1200px) {
  .cid-uxtQOo5e0Z .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uxtQOo5e0Z .embla__button.embla__button--next {
  right: 15%;
}
@media (max-width: 1200px) {
  .cid-uxtQOo5e0Z .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uxtQOo5e0Z .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uxtQOo5e0Z .embla {
    display: block;
    padding-bottom: 6rem;
  }
}
.cid-uxtQOo5e0Z .embla__viewport {
  overflow: hidden;
  width: 50%;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uxtQOo5e0Z .embla__viewport {
    width: 100%;
  }
}
.cid-uxtQOo5e0Z .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uxtQOo5e0Z .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uxtQOo5e0Z .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uxtQOoaErw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uxtQOoaErw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxtQOoaErw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxtQOoaErw .items-wrapper {
  margin: 0 -5px;
}
.cid-uxtQOoaErw .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uxtQOoaErw .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uxtQOoaErw .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uxtQOoaErw .item {
    margin-bottom: 16px;
  }
  .cid-uxtQOoaErw .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uxtQOoaErw .item:hover .item-wrapper .item-img img,
.cid-uxtQOoaErw .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uxtQOoaErw .item .item-wrapper {
  height: 100%;
  border: 5px solid #ffffff;
  background-color: #ffffff;
}
.cid-uxtQOoaErw .item .item-wrapper .item-content {
  padding: 32px 32px 0;
}
@media (max-width: 992px) {
  .cid-uxtQOoaErw .item .item-wrapper .item-content {
    padding: 24px 24px 0;
  }
}
.cid-uxtQOoaErw .item .item-wrapper .item-content .card-title {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxtQOoaErw .item .item-wrapper .item-content .card-title {
    margin-bottom: 40px;
  }
}
.cid-uxtQOoaErw .item .item-wrapper .item-content .number-wrapper {
  margin-bottom: -2.5rem;
}
.cid-uxtQOoaErw .item .item-wrapper .item-content .number-wrapper .card-number {
  width: 100px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
.cid-uxtQOoaErw .item .item-wrapper .item-img {
  overflow: hidden;
  border-radius: 26px;
}
.cid-uxtQOoaErw .item .item-wrapper .item-img img {
  height: 290px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uxtQOoaErw .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uxtQOoaErw .card-title {
  color: #f24d4a;
  text-align: center;
}
.cid-uxtQOoaErw .card-number,
.cid-uxtQOoaErw .number-wrapper {
  color: #1A3C18;
  text-align: center;
}
.cid-uxtQOoaErw .card-title,
.cid-uxtQOoaErw .card-number {
  color: #1A3C18;
}
.cid-uxtQOoqhBh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uxtQOoqhBh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxtQOoqhBh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxtQOoqhBh .items-wrapper {
  margin: 0 -5px;
}
.cid-uxtQOoqhBh .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uxtQOoqhBh .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uxtQOoqhBh .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uxtQOoqhBh .item {
    margin-bottom: 16px;
  }
  .cid-uxtQOoqhBh .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uxtQOoqhBh .item .item-wrapper {
  height: 100%;
  background-color: #1a3c18;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uxtQOoqhBh .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uxtQOoqhBh .item .item-wrapper .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uxtQOoqhBh .item .item-wrapper .card-box .card-title {
  width: 100%;
  margin-bottom: 230px;
}
@media (max-width: 992px) {
  .cid-uxtQOoqhBh .item .item-wrapper .card-box .card-title {
    margin-bottom: 100px;
  }
}
.cid-uxtQOoqhBh .item .item-wrapper .card-box .mbr-section-btn {
  width: 100%;
}
.cid-uxtQOoqhBh .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  padding: 32px 40px;
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uxtQOoqhBh .item .item-wrapper .card-box .mbr-section-btn .btn {
    padding: 22px 40px;
  }
}
.cid-uxtQOoqhBh .mbr-section-title {
  color: #1A3C18;
  text-align: center;
}
.cid-uxtQOoqhBh .card-title {
  color: #FFFFFF;
}
.cid-uxtQOorMxS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uxtQOorMxS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxtQOorMxS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxtQOorMxS .items-wrapper {
  margin: 0 -5px;
}
.cid-uxtQOorMxS .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uxtQOorMxS .item {
    margin-bottom: 16px;
  }
  .cid-uxtQOorMxS .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uxtQOorMxS .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uxtQOorMxS .item .item-wrapper {
  height: 100%;
}
.cid-uxtQOorMxS .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uxtQOorMxS .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uxtQOorgfk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uxtQOorgfk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxtQOorgfk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxtQOorgfk .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-uxtQOorgfk .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uxtQOorgfk .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uxtQOorgfk .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uxtQOorgfk .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-uxtQOorgfk .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uxtQOorgfk .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uxtQOorgfk .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uxtQOorgfk .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uxtQOorgfk .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uxtQOorgfk .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uxtQOorgfk .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #1a3c18;
}
.cid-uxtQOorgfk .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uxtQOorgfk .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-uxtQOorgfk .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: 0.3;
}
.cid-uxtQOorgfk .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uxtQOorgfk .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-uxtQOorgfk .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxtQOorgfk .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uxtQOorgfk .card {
  justify-content: space-between;
}
.cid-uxtQOorgfk .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uxtQOorgfk .panel-title-edit {
  color: #1A3C18;
}
.cid-uxtQOorgfk .panel-text {
  color: #f24d4a;
}
.cid-uxtQOorgfk .panel-text,
.cid-uxtQOorgfk .panel-body {
  color: #1A3C18;
}
.cid-uxtQOot3bi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uxtQOot3bi .mbr-overlay {
  background: #def0dc;
  opacity: 0.9;
}
.cid-uxtQOot3bi .item:focus,
.cid-uxtQOot3bi span:focus {
  outline: none;
}
.cid-uxtQOot3bi .item {
  cursor: pointer;
}
.cid-uxtQOot3bi .grid-container {
  grid-row-gap: 10px;
}
.cid-uxtQOot3bi .grid-container-1,
.cid-uxtQOot3bi .grid-container-2,
.cid-uxtQOot3bi .grid-container-3 {
  gap: 0 10px;
}
.cid-uxtQOot3bi .mbr-section-title {
  margin-bottom: 60px;
  color: #F24D4A;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uxtQOot3bi .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uxtQOot3bi .content-head {
  max-width: 800px;
}
.cid-uxtQOot3bi .container,
.cid-uxtQOot3bi .container-fluid {
  overflow: hidden;
}
.cid-uxtQOot3bi .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uxtQOot3bi .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uxtQOot3bi .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uxtQOot3bi .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uxtQOot3bi .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uxtQOot3bi .grid-container-1,
.cid-uxtQOot3bi .grid-container-2,
.cid-uxtQOot3bi .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uxtQOot3bi .grid-container-1 {
  align-items: flex-end;
}
.cid-uxtQOot3bi .grid-container-2 {
  align-items: flex-start;
}
.cid-uxtQOowNLT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uxtQOowNLT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxtQOowNLT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxtQOowNLT .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uxtQOowNLT .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uxtQOowNLT .item {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uxtQOowNLT .item {
    margin-bottom: 40px;
  }
}
.cid-uxtQOowNLT .item .item-wrapper .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uxtQOowNLT .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uxtQOowNLT .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  font-size: 36px;
  color: #ffffff;
  background-color: #1a3c18;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uxtQOowNLT .item .item-wrapper .icon-wrapper .mbr-iconfont {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
}
.cid-uxtQOowNLT .item .item-wrapper .card-title {
  margin-bottom: 20px;
}
.cid-uxtQOowNLT .item .item-wrapper .text-wrapper .card-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxtQOowNLT .item .item-wrapper .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uxtQOowNLT .mbr-section-title {
  color: #1A3C18;
  text-align: center;
}
.cid-uxtQOowNLT .card-title {
  color: #f24d4a;
}
.cid-uxtQOowNLT .card-text,
.cid-uxtQOowNLT .text-wrapper {
  color: #1A3C18;
  text-align: center;
}
.cid-uxtQOowNLT .card-title,
.cid-uxtQOowNLT .icon-wrapper {
  text-align: center;
  color: #1A3C18;
}
.cid-uxtQOoxeC9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uxtQOoxeC9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxtQOoxeC9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxtQOoxeC9 .content-wrap {
  justify-content: center;
}
.cid-uxtQOoxeC9 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uxtQOoxeC9 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uxtQOoxeC9 .card {
  justify-content: space-between;
}
.cid-uxtQOoxeC9 .card-wrap {
  margin-bottom: 60px;
}
.cid-uxtQOoxeC9 .card-wrap:first-child {
  padding-top: 180px;
}
@media (max-width: 1440px) {
  .cid-uxtQOoxeC9 .card-wrap:first-child {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-uxtQOoxeC9 .card-wrap {
    margin-bottom: 40px;
  }
}
.cid-uxtQOoxeC9 .card-wrap .card-text {
  display: inline-flex;
  padding-bottom: 18px;
  border-bottom: 2px dashed #ffffff;
  margin-bottom: 0;
}
.cid-uxtQOoxeC9 .card-wrap .card-text a {
  background: none !important;
}
.cid-uxtQOoxeC9 .image-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uxtQOoxeC9 .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxtQOoxeC9 .image-wrapper img {
  height: 600px;
  width: 600px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uxtQOoxeC9 .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uxtQOoxeC9 .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uxtQOoxeC9 .mbr-section-title {
  color: #ffffff;
}
.cid-uxtQOoxeC9 .card-text,
.cid-uxtQOoxeC9 .card-wrap {
  color: #FFFFFF;
  text-align: center;
}
.cid-uxtQOoxeC9 .mbr-section-title,
.cid-uxtQOoxeC9 .mbr-section-btn,
.cid-uxtQOoxeC9 .title-wrapper {
  text-align: center;
  color: #FFFFFF;
}
.cid-uxtQOoz7h1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uxtQOoz7h1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxtQOoz7h1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxtQOoz7h1 .items-wrapper {
  margin: 0 -5px;
}
.cid-uxtQOoz7h1 .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uxtQOoz7h1 .item {
    margin-bottom: 16px;
  }
  .cid-uxtQOoz7h1 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uxtQOoz7h1 .item .item-wrapper {
  height: 100%;
}
.cid-uxtQOoz7h1 .item .item-wrapper .card-box {
  position: relative;
  min-height: 350px;
  height: 100%;
  padding: 42px;
  border: 1px solid #1a3c18;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uxtQOoz7h1 .item .item-wrapper .card-box {
    padding: 24px;
    min-height: 265px;
  }
}
.cid-uxtQOoz7h1 .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  opacity: 0.3;
  background-color: #1a3c18;
  pointer-events: none;
}
.cid-uxtQOoz7h1 .item .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 20px;
}
.cid-uxtQOoz7h1 .item .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uxtQOoz7h1 .item .item-wrapper .item-img {
  position: relative;
  min-height: 350px;
  height: 100%;
}
.cid-uxtQOoz7h1 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uxtQOoz7h1 .item .item-wrapper .item-img img {
    transform: none;
    min-height: 265px;
  }
}
.cid-uxtQOoz7h1 .card-title {
  color: #1A3C18;
}
.cid-uxtQOoz7h1 .card-text {
  color: #1A3C18;
}
.cid-uxtQOoAkU9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uxtQOoAkU9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxtQOoAkU9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxtQOoAkU9 .items-wrapper {
  margin: 0 -5px;
}
.cid-uxtQOoAkU9 .items-wrapper .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-uxtQOoAkU9 .items-wrapper .card {
    margin-bottom: 16px;
  }
  .cid-uxtQOoAkU9 .items-wrapper .card:last-child {
    margin-bottom: 0;
  }
}
.cid-uxtQOoAkU9 .image-wrapper {
  height: 100%;
}
.cid-uxtQOoAkU9 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxtQOoAkU9 .image-wrapper img {
    height: 350px;
  }
}
.cid-uxtQOoAkU9 .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 42px;
  border-radius: 30px;
  background-color: #1a3c18;
}
@media (max-width: 992px) {
  .cid-uxtQOoAkU9 .content-wrapper {
    padding: 24px;
    height: auto;
  }
}
.cid-uxtQOoAkU9 .content-wrapper .mbr-section-title {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uxtQOoAkU9 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uxtQOoAkU9 .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxtQOoAkU9 .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uxtQOoAkU9 .mbr-section-title {
  color: #ffffff;
}
.cid-uxtQOoAkU9 .mbr-text {
  color: #FFFFFF;
}
.cid-uxtQOoAkU9 .mbr-section-title,
.cid-uxtQOoAkU9 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uxtQOoCFqc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uxtQOoCFqc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxtQOoCFqc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxtQOoCFqc .content-head {
  max-width: 800px;
}
.cid-uxtQOoCFqc .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uxtQOoCFqc .item {
    min-height: 45px;
  }
}
.cid-uxtQOoCFqc .border-wrap {
  height: 2px;
  background-color: #ffffff;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .cid-uxtQOoCFqc .border-wrap {
    margin-top: 40px;
  }
}
.cid-uxtQOoChG9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uxtQOoChG9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxtQOoChG9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxtQOoChG9 .items-wrapper {
  margin: 0 -5px;
}
.cid-uxtQOoChG9 .items-wrapper .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-uxtQOoChG9 .items-wrapper .card {
    margin-bottom: 16px;
  }
  .cid-uxtQOoChG9 .items-wrapper .card:last-child {
    margin-bottom: 0;
  }
}
.cid-uxtQOoChG9 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 42px;
  border-radius: 30px;
  background-color: #1a3c18;
}
@media (max-width: 992px) {
  .cid-uxtQOoChG9 .content-wrapper {
    padding: 24px;
    height: auto;
  }
}
.cid-uxtQOoChG9 .content-wrapper .mbr-section-title {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uxtQOoChG9 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uxtQOoChG9 .content-wrapper .contacts-wrapper {
  width: 100%;
}
.cid-uxtQOoChG9 .content-wrapper .contacts-wrapper .item:first-child .item-wrapper .card-box {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}
.cid-uxtQOoChG9 .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 !important;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uxtQOoChG9 .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uxtQOoChG9 .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxtQOoChG9 .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 6px;
  }
}
.cid-uxtQOoChG9 .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  padding: 8px 20px;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-uxtQOoChG9 .content-wrapper .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uxtQOoChG9 .content-wrapper .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-uxtQOoChG9 .content-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uxtQOoChG9 .content-wrapper .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uxtQOoChG9 .content-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 0;
  padding: 5px 0;
}
.cid-uxtQOoChG9 .content-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 28px;
  border-radius: 60px !important;
  border: 1px solid #def0dc !important;
  box-shadow: none;
  background-color: #def0dc;
}
@media (max-width: 992px) {
  .cid-uxtQOoChG9 .content-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uxtQOoChG9 .content-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uxtQOoChG9 .content-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #def0dc !important;
}
.cid-uxtQOoChG9 .content-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: 0.7;
}
.cid-uxtQOoChG9 .content-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uxtQOoChG9 .content-wrapper .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uxtQOoChG9 .content-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
}
.cid-uxtQOoChG9 .content-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uxtQOoChG9 .content-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
}
.cid-uxtQOoChG9 .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
  margin-right: 24%;
}
.cid-uxtQOoChG9 .mbr-section-title {
  color: #FFFFFF;
}
.cid-uxtQOoChG9 .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-uxtQOoChG9 .card-title {
  color: #FFFFFF;
}
.cid-uxtQOoChG9 .card-box .mbr-section-btn {
  margin-left: 10px;
}
.cid-uxtQOoChG9 .card-box .mbr-section-btn a {
  text-wrap: nowrap;
}
@media (max-width: 992px) {
  .cid-uxtQOoChG9 .card-box .mbr-section-btn {
    margin-left: 0;
  }
}
.cid-uxtQOoDFT5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uxtQOoDFT5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxtQOoDFT5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxtQOoDFT5 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uxtQOoDFT5 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uxtQOoDFT5 .content-wrapper .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uxtQOoDFT5 .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxtQOoDFT5 .content-wrapper .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uxtQOoDFT5 .content-wrapper .contacts-wrapper .list {
    width: 100%;
  }
}
.cid-uxtQOoDFT5 .content-wrapper .contacts-wrapper .list .item-wrap {
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 2px dashed #1a3c18;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uxtQOoDFT5 .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxtQOoDFT5 .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uxtQOoDFT5 .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  opacity: 0.5;
}
.cid-uxtQOoDFT5 .mbr-section-title {
  color: #1A3C18;
  text-align: center;
}
.cid-uxtQOoDFT5 .list,
.cid-uxtQOoDFT5 .contacts-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uxtQOoDFT5 .mbr-section-title,
.cid-uxtQOoDFT5 .mbr-section-btn {
  text-align: center;
}
.cid-uxtQOoDFT5 .list,
.cid-uxtQOoDFT5 .item-wrap {
  text-align: center;
}
.cid-uxtQOoDFT5 .list,
.cid-uxtQOoDFT5 .item-wrap,
.cid-uxtQOoDFT5 .contacts-wrapper {
  color: #1A3C18;
  text-align: center;
}
.cid-uxtQOoEx6X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uxtQOoEx6X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxtQOoEx6X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxtQOoEx6X .content-wrap {
  justify-content: center;
}
.cid-uxtQOoEx6X .card {
  justify-content: center;
}
.cid-uxtQOoEx6X .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uxtQOoEx6X .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uxtQOoEx6X .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uxtQOoEx6X .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxtQOoEx6X .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uxtQOoEx6X .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxtQOoEx6X .nav-wrapper .list .item-wrap:hover,
.cid-uxtQOoEx6X .nav-wrapper .list .item-wrap:focus {
  opacity: 0.4;
}
.cid-uxtQOoEx6X .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uxtQOoEx6X .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uxtQOoEx6X .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxtQOoEx6X .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uxtQOoEx6X .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uxtQOoEx6X .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uxtQOoEx6X .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uxtQOoEx6X .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uxtQOoEx6X .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uxtQOoEx6X .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: 0.7;
}
.cid-uxtQOoEx6X .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uxtQOoEx6X .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uxtQOoEx6X .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uxtQOoEx6X .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uxtQOoEx6X .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uxtQOoEx6X .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: 0.4;
}
.cid-uxtQOoEx6X .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uxtQOoEx6X .mbr-section-title {
  color: #f24d4a;
}
.cid-uxtQOoEx6X .list,
.cid-uxtQOoEx6X .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uxtQOoEx6X .mbr-phone {
  color: #f24d4a;
}
.cid-uxtQOoEx6X .mbr-copy {
  color: #FFFFFF;
  text-align: center;
}
.cid-uxtQOnJZDx {
  background-color: transparent;
}
.cid-uxtQOnJZDx .navbar-dropdown {
  background-color: #1a3c18 !important;
  padding: 0;
}
.cid-uxtQOnJZDx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1a3c18 !important;
  background: #1a3c18;
}
.cid-uxtQOnJZDx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxtQOnJZDx .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uxtQOnJZDx .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uxtQOnJZDx .menu_box .navbar.opened,
  .cid-uxtQOnJZDx .menu_box .navbar-collapse {
    background-color: #1a3c18 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uxtQOnJZDx .navbar-dropdown {
  position: relative !important;
}
.cid-uxtQOnJZDx .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uxtQOnJZDx .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uxtQOnJZDx .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uxtQOnJZDx .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uxtQOnJZDx .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uxtQOnJZDx .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uxtQOnJZDx .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uxtQOnJZDx .nav-item {
    margin: 0 !important;
  }
}
.cid-uxtQOnJZDx .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uxtQOnJZDx .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uxtQOnJZDx .nav-item .nav-link:hover,
.cid-uxtQOnJZDx .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uxtQOnJZDx .nav-item .nav-link:hover::before,
.cid-uxtQOnJZDx .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uxtQOnJZDx .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uxtQOnJZDx .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uxtQOnJZDx .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uxtQOnJZDx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uxtQOnJZDx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uxtQOnJZDx .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uxtQOnJZDx .offcanvas_box {
    display: none;
  }
}
.cid-uxtQOnJZDx .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uxtQOnJZDx .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uxtQOnJZDx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uxtQOnJZDx .container {
  display: flex;
  margin: auto;
}
.cid-uxtQOnJZDx .iconfont-wrapper {
  color: #000000;
  background-color: #d1dad0;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uxtQOnJZDx .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uxtQOnJZDx .iconfont-wrapper:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uxtQOnJZDx .navbar-nav {
    margin: 0;
  }
}
.cid-uxtQOnJZDx .dropdown-menu,
.cid-uxtQOnJZDx .navbar.opened {
  background-color: false !important;
}
.cid-uxtQOnJZDx .nav-item:focus,
.cid-uxtQOnJZDx .nav-link:focus {
  outline: none;
}
.cid-uxtQOnJZDx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxtQOnJZDx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxtQOnJZDx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxtQOnJZDx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxtQOnJZDx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxtQOnJZDx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxtQOnJZDx .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uxtQOnJZDx .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uxtQOnJZDx .navbar.opened {
  transition: all 0.3s;
}
.cid-uxtQOnJZDx .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uxtQOnJZDx .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uxtQOnJZDx .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxtQOnJZDx .navbar.collapsed {
  justify-content: center;
}
.cid-uxtQOnJZDx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxtQOnJZDx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uxtQOnJZDx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxtQOnJZDx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxtQOnJZDx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxtQOnJZDx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uxtQOnJZDx .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uxtQOnJZDx .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uxtQOnJZDx .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uxtQOnJZDx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxtQOnJZDx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxtQOnJZDx .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uxtQOnJZDx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxtQOnJZDx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uxtQOnJZDx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxtQOnJZDx .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uxtQOnJZDx .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uxtQOnJZDx .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uxtQOnJZDx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uxtQOnJZDx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxtQOnJZDx .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uxtQOnJZDx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxtQOnJZDx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxtQOnJZDx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uxtQOnJZDx .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-uxtQOnJZDx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uxtQOnJZDx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxtQOnJZDx .dropdown-item.active,
.cid-uxtQOnJZDx .dropdown-item:active {
  background-color: transparent;
}
.cid-uxtQOnJZDx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uxtQOnJZDx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxtQOnJZDx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxtQOnJZDx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxtQOnJZDx ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uxtQOnJZDx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxtQOnJZDx button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1a3c18;
  background: #1a3c18;
}
.cid-uxtQOnJZDx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uxtQOnJZDx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxtQOnJZDx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxtQOnJZDx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxtQOnJZDx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxtQOnJZDx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxtQOnJZDx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxtQOnJZDx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxtQOnJZDx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxtQOnJZDx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uxtQOnJZDx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxtQOnJZDx .navbar {
    height: 70px;
  }
  .cid-uxtQOnJZDx .navbar.opened {
    height: auto;
  }
  .cid-uxtQOnJZDx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxtQOnJZDx .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uxtQOnJZDx .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uxtQOnJZDx .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uxtQOnJZDx .text_widget {
  margin-bottom: 32px;
}
.cid-uxtQOnJZDx .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uxtQOnJZDx .text_widget a:hover,
.cid-uxtQOnJZDx .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uxtQOnJZDx .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uxtQOnJZDx .navbar-caption {
  color: #000000;
}
.cid-uxtQOnJZDx .mbr-section-subtitle,
.cid-uxtQOnJZDx .text_widget,
.cid-uxtQOnJZDx .mbr-section-btn {
  text-align: center;
}
.cid-uxtQOnJZDx a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uxtQOnJZDx .nav-link,
.cid-uxtQOnJZDx .dropdown-item {
  color: #FFFFFF;
}
.cid-uxHdACk0ns {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #454545;
}
.cid-uxHdACk0ns .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHdACk0ns .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxHdACk0ns .items-wrapper {
  margin: 0 -5px;
}
.cid-uxHdACk0ns .items-wrapper .item {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-uxHdACk0ns .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-uxHdACk0ns .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uxHdACk0ns .item-wrapper {
  height: 100%;
  padding: 5px;
  background-color: #454545;
}
.cid-uxHdACk0ns .item-wrapper .card-box {
  height: 100%;
  padding: 42px;
  border: 1px dashed #f24d4a;
  border-radius: 26px !important;
}
@media (max-width: 992px) {
  .cid-uxHdACk0ns .item-wrapper .card-box {
    padding: 24px;
    height: auto;
  }
}
.cid-uxHdACk0ns .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uxHdACk0ns .item-wrapper .card-box .card-title {
    margin-bottom: 40px;
  }
}
.cid-uxHdACk0ns .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uxHdACk0ns .item-wrapper .card-box .list .item-wrap {
  margin-top: 8px;
  padding-top: 20px;
  border-top: 1px solid #f24d4a;
}
.cid-uxHdACk0ns .item-wrapper .card-box .list .item-wrap:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.cid-uxHdACk0ns .card-title {
  color: #f24d4a;
}
.cid-uxHdACk0ns .list {
  color: #f24d4a;
}
.cid-uxIaExu8ut {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #454545;
}
.cid-uxIaExu8ut .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxIaExu8ut .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxIaExu8ut .items-wrapper {
  margin: 0 -5px;
}
.cid-uxIaExu8ut .items-wrapper .item {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-uxIaExu8ut .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-uxIaExu8ut .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uxIaExu8ut .item-wrapper {
  height: 100%;
  padding: 5px;
  background-color: #252525;
}
.cid-uxIaExu8ut .item-wrapper .card-box {
  height: 100%;
  padding: 42px;
  border: 1px dashed #f24d4a;
  border-radius: 26px !important;
}
@media (max-width: 992px) {
  .cid-uxIaExu8ut .item-wrapper .card-box {
    padding: 24px;
    height: auto;
  }
}
.cid-uxIaExu8ut .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uxIaExu8ut .item-wrapper .card-box .card-title {
    margin-bottom: 40px;
  }
}
.cid-uxIaExu8ut .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uxIaExu8ut .item-wrapper .card-box .list .item-wrap {
  margin-top: 8px;
  padding-top: 20px;
  border-top: 1px solid #f24d4a;
}
.cid-uxIaExu8ut .item-wrapper .card-box .list .item-wrap:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.cid-uxIaExu8ut .card-title {
  color: #f24d4a;
}
.cid-uxIaExu8ut .list {
  color: #f24d4a;
}
.cid-uxtQOoEx6X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uxtQOoEx6X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxtQOoEx6X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxtQOoEx6X .content-wrap {
  justify-content: center;
}
.cid-uxtQOoEx6X .card {
  justify-content: center;
}
.cid-uxtQOoEx6X .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uxtQOoEx6X .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uxtQOoEx6X .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uxtQOoEx6X .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxtQOoEx6X .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uxtQOoEx6X .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxtQOoEx6X .nav-wrapper .list .item-wrap:hover,
.cid-uxtQOoEx6X .nav-wrapper .list .item-wrap:focus {
  opacity: 0.4;
}
.cid-uxtQOoEx6X .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uxtQOoEx6X .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uxtQOoEx6X .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxtQOoEx6X .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uxtQOoEx6X .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uxtQOoEx6X .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uxtQOoEx6X .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uxtQOoEx6X .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uxtQOoEx6X .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uxtQOoEx6X .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: 0.7;
}
.cid-uxtQOoEx6X .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uxtQOoEx6X .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uxtQOoEx6X .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uxtQOoEx6X .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uxtQOoEx6X .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uxtQOoEx6X .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: 0.4;
}
.cid-uxtQOoEx6X .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uxtQOoEx6X .mbr-section-title {
  color: #f24d4a;
}
.cid-uxtQOoEx6X .list,
.cid-uxtQOoEx6X .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uxtQOoEx6X .mbr-phone {
  color: #f24d4a;
}
.cid-uxtQOoEx6X .mbr-copy {
  color: #FFFFFF;
  text-align: center;
}
.cid-uxtQOnJZDx {
  background-color: transparent;
}
.cid-uxtQOnJZDx .navbar-dropdown {
  background-color: #1a3c18 !important;
  padding: 0;
}
.cid-uxtQOnJZDx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1a3c18 !important;
  background: #1a3c18;
}
.cid-uxtQOnJZDx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxtQOnJZDx .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uxtQOnJZDx .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uxtQOnJZDx .menu_box .navbar.opened,
  .cid-uxtQOnJZDx .menu_box .navbar-collapse {
    background-color: #1a3c18 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uxtQOnJZDx .navbar-dropdown {
  position: relative !important;
}
.cid-uxtQOnJZDx .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uxtQOnJZDx .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uxtQOnJZDx .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uxtQOnJZDx .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uxtQOnJZDx .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uxtQOnJZDx .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uxtQOnJZDx .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uxtQOnJZDx .nav-item {
    margin: 0 !important;
  }
}
.cid-uxtQOnJZDx .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uxtQOnJZDx .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uxtQOnJZDx .nav-item .nav-link:hover,
.cid-uxtQOnJZDx .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uxtQOnJZDx .nav-item .nav-link:hover::before,
.cid-uxtQOnJZDx .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uxtQOnJZDx .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uxtQOnJZDx .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uxtQOnJZDx .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uxtQOnJZDx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uxtQOnJZDx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uxtQOnJZDx .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uxtQOnJZDx .offcanvas_box {
    display: none;
  }
}
.cid-uxtQOnJZDx .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uxtQOnJZDx .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uxtQOnJZDx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uxtQOnJZDx .container {
  display: flex;
  margin: auto;
}
.cid-uxtQOnJZDx .iconfont-wrapper {
  color: #000000;
  background-color: #d1dad0;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uxtQOnJZDx .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uxtQOnJZDx .iconfont-wrapper:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uxtQOnJZDx .navbar-nav {
    margin: 0;
  }
}
.cid-uxtQOnJZDx .dropdown-menu,
.cid-uxtQOnJZDx .navbar.opened {
  background-color: false !important;
}
.cid-uxtQOnJZDx .nav-item:focus,
.cid-uxtQOnJZDx .nav-link:focus {
  outline: none;
}
.cid-uxtQOnJZDx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxtQOnJZDx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxtQOnJZDx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxtQOnJZDx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxtQOnJZDx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxtQOnJZDx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxtQOnJZDx .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uxtQOnJZDx .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uxtQOnJZDx .navbar.opened {
  transition: all 0.3s;
}
.cid-uxtQOnJZDx .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uxtQOnJZDx .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uxtQOnJZDx .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxtQOnJZDx .navbar.collapsed {
  justify-content: center;
}
.cid-uxtQOnJZDx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxtQOnJZDx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uxtQOnJZDx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxtQOnJZDx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxtQOnJZDx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxtQOnJZDx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uxtQOnJZDx .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uxtQOnJZDx .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uxtQOnJZDx .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uxtQOnJZDx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxtQOnJZDx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxtQOnJZDx .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uxtQOnJZDx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxtQOnJZDx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uxtQOnJZDx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxtQOnJZDx .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uxtQOnJZDx .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uxtQOnJZDx .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uxtQOnJZDx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uxtQOnJZDx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxtQOnJZDx .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uxtQOnJZDx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxtQOnJZDx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxtQOnJZDx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uxtQOnJZDx .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-uxtQOnJZDx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uxtQOnJZDx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxtQOnJZDx .dropdown-item.active,
.cid-uxtQOnJZDx .dropdown-item:active {
  background-color: transparent;
}
.cid-uxtQOnJZDx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uxtQOnJZDx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxtQOnJZDx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxtQOnJZDx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxtQOnJZDx ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uxtQOnJZDx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxtQOnJZDx button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1a3c18;
  background: #1a3c18;
}
.cid-uxtQOnJZDx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uxtQOnJZDx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxtQOnJZDx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxtQOnJZDx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxtQOnJZDx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxtQOnJZDx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxtQOnJZDx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxtQOnJZDx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxtQOnJZDx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxtQOnJZDx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uxtQOnJZDx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxtQOnJZDx .navbar {
    height: 70px;
  }
  .cid-uxtQOnJZDx .navbar.opened {
    height: auto;
  }
  .cid-uxtQOnJZDx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxtQOnJZDx .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uxtQOnJZDx .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uxtQOnJZDx .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uxtQOnJZDx .text_widget {
  margin-bottom: 32px;
}
.cid-uxtQOnJZDx .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uxtQOnJZDx .text_widget a:hover,
.cid-uxtQOnJZDx .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uxtQOnJZDx .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uxtQOnJZDx .navbar-caption {
  color: #000000;
}
.cid-uxtQOnJZDx .mbr-section-subtitle,
.cid-uxtQOnJZDx .text_widget,
.cid-uxtQOnJZDx .mbr-section-btn {
  text-align: center;
}
.cid-uxtQOnJZDx a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uxtQOnJZDx .nav-link,
.cid-uxtQOnJZDx .dropdown-item {
  color: #FFFFFF;
}
.cid-uzuvFpPOrH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzuvFpPOrH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuvFpPOrH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuvFpPOrH .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uzuvFpPOrH .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uzuvFpPOrH .container {
    padding: 0 26px;
  }
}
.cid-uzuvFpPOrH .row {
  justify-content: center;
}
.cid-uzuvFpPOrH .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #baab99;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uzuvFpPOrH .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uzuvFpPOrH .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uzuvFpPOrH .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uzuvFpPOrH .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uzuvFpPOrH .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uzuvFpPOrH .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uzuvFpPOrH .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uzuvFpPOrH .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uzuvFpPOrH .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uzuvFpPOrH .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uzuvFpPOrH .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uzuvFpPOrH .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uzuvFpPOrH .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uzuvFpPOrH .mbr-section-title {
  color: #ffffff;
}
.cid-uzuvFpPOrH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uzuvFpPOrH .mbr-desc {
  color: #ffffff;
}
.cid-uzuvFpPOrH .mbr-text {
  color: #ffffff;
}
.cid-uzuvFpPOrH .mbr-link {
  color: #ffffff;
}
.cid-uzuvzrybMr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzuvzrybMr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuvzrybMr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uzuvzrybMr .container {
    padding: 0 26px;
  }
}
.cid-uzuvzrybMr .row {
  justify-content: center;
}
.cid-uzuvzrybMr .text-wrapper .mbr-text {
  font-family: "Instrument Serif", sans-serif;
  margin-bottom: 16px;
}
.cid-uzuvzrybMr .text-wrapper .icon-wrapper:hover .mbr-iconfont,
.cid-uzuvzrybMr .text-wrapper .icon-wrapper:focus .mbr-iconfont {
  padding-top: 40px;
}
.cid-uzuvzrybMr .text-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  font-size: 60px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uzuvzrybMr .mbr-text,
.cid-uzuvzrybMr .icon-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uzuCqRi4av {
  background-color: #1e1d1c;
}
.cid-uzuCqRi4av .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuCqRi4av .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzuCqRi4av .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uzuCqRi4av .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uzuCqRi4av .container {
    padding: 0 20px;
  }
}
.cid-uzuCqRi4av .row {
  justify-content: center;
}
.cid-uzuCqRi4av .content-wrapper .mbr-desc {
  margin-bottom: 25px;
}
.cid-uzuCqRi4av .content-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uzuCqRi4av .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzuCqRi4av .content-wrapper .text-wrapper {
  padding-left: 216px;
}
@media (max-width: 1440px) {
  .cid-uzuCqRi4av .content-wrapper .text-wrapper {
    padding-left: 100px;
  }
}
@media (max-width: 1200px) {
  .cid-uzuCqRi4av .content-wrapper .text-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uzuCqRi4av .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-uzuCqRi4av .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 75%;
  margin-bottom: 0;
}
.cid-uzuCqRi4av .mbr-desc {
  color: #ffffff;
}
.cid-uzuCqRi4av .mbr-section-title {
  color: #ffffff;
}
.cid-uzuCqRi4av .mbr-text {
  color: #ffffff;
}
.cid-uzuE1F1aEh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uzuE1F1aEh::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #e59e4d -10%, transparent 70%);
}
.cid-uzuE1F1aEh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuE1F1aEh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uzuE1F1aEh .container {
    padding: 0 16px;
  }
}
.cid-uzuE1F1aEh .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uzuE1F1aEh .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uzuE1F1aEh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzuE1F1aEh .mbr-section-title {
  color: #f1634f;
}
.cid-uzuE1F1aEh .mbr-text {
  color: #000000;
}
.cid-uzC4ubJ7Av {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uzC4ubJ7Av .mbr-text {
  color: #221b35;
}
.cid-uzC4ubJ7Av .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uzC4ubJ7Av h5,
.cid-uzC4ubJ7Av h6 {
  background: #ffffff;
  display: inline;
}
.cid-uzC4ubJ7Av h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uzC4ubJ7Av h6 {
  line-height: 1.3 !important;
}
.cid-uzC4ubJ7Av h6 span {
  padding-right: 2rem;
}
.cid-uzC4ubJ7Av .mbr-section-title,
.cid-uzC4ubJ7Av .align {
  color: #ffffff;
}
.cid-uzC4ubJ7Av .mbr-section-subtitle,
.cid-uzC4ubJ7Av .align {
  color: #ffffff;
  text-align: left;
}
.cid-uzC8qPn129 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzC8qPn129 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzC8qPn129 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzC8qPn129 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uzC8qPn129 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uzC8qPn129 .container {
    padding: 0 20px;
  }
}
.cid-uzC8qPn129 .row {
  justify-content: space-between;
}
.cid-uzC8qPn129 .card {
  justify-content: center;
}
.cid-uzC8qPn129 .content-wrapper {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-uzC8qPn129 .content-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uzC8qPn129 .content-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-uzC8qPn129 .content-wrapper .content-wrap {
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-uzC8qPn129 .content-wrapper .content-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uzC8qPn129 .content-wrapper .content-wrap {
    padding: 0;
  }
}
.cid-uzC8qPn129 .content-wrapper .content-wrap .mbr-number {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uzC8qPn129 .content-wrapper .content-wrap .mbr-number {
    margin-bottom: 40px;
  }
}
.cid-uzC8qPn129 .content-wrapper .content-wrap .mbr-section-title {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 60px;
}
.cid-uzC8qPn129 .content-wrapper .content-wrap .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #1e1d1c;
  opacity: .2;
}
@media (max-width: 992px) {
  .cid-uzC8qPn129 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzC8qPn129 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uzC8qPn129 .image-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uzC8qPn129 .image-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uzC8qPn129 .image-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uzC8qPn129 .image-wrapper img {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzC8qPn129 .image-wrapper img {
    height: 350px;
  }
}
.cid-uzC8qPn129 .mbr-number {
  color: #1e1d1c;
}
.cid-uzC8qPn129 .mbr-section-title {
  color: #1e1d1c;
}
.cid-uzC8qPn129 .mbr-text {
  color: #1e1d1c;
}
.cid-uxtQOoEx6X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uxtQOoEx6X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxtQOoEx6X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxtQOoEx6X .content-wrap {
  justify-content: center;
}
.cid-uxtQOoEx6X .card {
  justify-content: center;
}
.cid-uxtQOoEx6X .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uxtQOoEx6X .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uxtQOoEx6X .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uxtQOoEx6X .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxtQOoEx6X .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uxtQOoEx6X .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxtQOoEx6X .nav-wrapper .list .item-wrap:hover,
.cid-uxtQOoEx6X .nav-wrapper .list .item-wrap:focus {
  opacity: 0.4;
}
.cid-uxtQOoEx6X .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uxtQOoEx6X .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uxtQOoEx6X .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxtQOoEx6X .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uxtQOoEx6X .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uxtQOoEx6X .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uxtQOoEx6X .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uxtQOoEx6X .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uxtQOoEx6X .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uxtQOoEx6X .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: 0.7;
}
.cid-uxtQOoEx6X .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uxtQOoEx6X .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uxtQOoEx6X .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uxtQOoEx6X .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uxtQOoEx6X .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uxtQOoEx6X .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: 0.4;
}
.cid-uxtQOoEx6X .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uxtQOoEx6X .mbr-section-title {
  color: #f24d4a;
}
.cid-uxtQOoEx6X .list,
.cid-uxtQOoEx6X .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uxtQOoEx6X .mbr-phone {
  color: #f24d4a;
}
.cid-uxtQOoEx6X .mbr-copy {
  color: #FFFFFF;
  text-align: center;
}
.cid-uxtQOnJZDx {
  background-color: transparent;
}
.cid-uxtQOnJZDx .navbar-dropdown {
  background-color: #1a3c18 !important;
  padding: 0;
}
.cid-uxtQOnJZDx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1a3c18 !important;
  background: #1a3c18;
}
.cid-uxtQOnJZDx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxtQOnJZDx .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uxtQOnJZDx .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uxtQOnJZDx .menu_box .navbar.opened,
  .cid-uxtQOnJZDx .menu_box .navbar-collapse {
    background-color: #1a3c18 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uxtQOnJZDx .navbar-dropdown {
  position: relative !important;
}
.cid-uxtQOnJZDx .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uxtQOnJZDx .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uxtQOnJZDx .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uxtQOnJZDx .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uxtQOnJZDx .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uxtQOnJZDx .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uxtQOnJZDx .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uxtQOnJZDx .nav-item {
    margin: 0 !important;
  }
}
.cid-uxtQOnJZDx .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uxtQOnJZDx .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uxtQOnJZDx .nav-item .nav-link:hover,
.cid-uxtQOnJZDx .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uxtQOnJZDx .nav-item .nav-link:hover::before,
.cid-uxtQOnJZDx .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uxtQOnJZDx .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uxtQOnJZDx .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uxtQOnJZDx .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uxtQOnJZDx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uxtQOnJZDx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uxtQOnJZDx .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uxtQOnJZDx .offcanvas_box {
    display: none;
  }
}
.cid-uxtQOnJZDx .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uxtQOnJZDx .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uxtQOnJZDx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uxtQOnJZDx .container {
  display: flex;
  margin: auto;
}
.cid-uxtQOnJZDx .iconfont-wrapper {
  color: #000000;
  background-color: #d1dad0;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uxtQOnJZDx .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uxtQOnJZDx .iconfont-wrapper:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uxtQOnJZDx .navbar-nav {
    margin: 0;
  }
}
.cid-uxtQOnJZDx .dropdown-menu,
.cid-uxtQOnJZDx .navbar.opened {
  background-color: false !important;
}
.cid-uxtQOnJZDx .nav-item:focus,
.cid-uxtQOnJZDx .nav-link:focus {
  outline: none;
}
.cid-uxtQOnJZDx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxtQOnJZDx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxtQOnJZDx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxtQOnJZDx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxtQOnJZDx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxtQOnJZDx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxtQOnJZDx .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uxtQOnJZDx .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uxtQOnJZDx .navbar.opened {
  transition: all 0.3s;
}
.cid-uxtQOnJZDx .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uxtQOnJZDx .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uxtQOnJZDx .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxtQOnJZDx .navbar.collapsed {
  justify-content: center;
}
.cid-uxtQOnJZDx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxtQOnJZDx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uxtQOnJZDx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxtQOnJZDx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxtQOnJZDx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxtQOnJZDx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uxtQOnJZDx .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uxtQOnJZDx .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uxtQOnJZDx .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uxtQOnJZDx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxtQOnJZDx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxtQOnJZDx .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uxtQOnJZDx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxtQOnJZDx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uxtQOnJZDx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxtQOnJZDx .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uxtQOnJZDx .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uxtQOnJZDx .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uxtQOnJZDx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uxtQOnJZDx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxtQOnJZDx .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uxtQOnJZDx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxtQOnJZDx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxtQOnJZDx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uxtQOnJZDx .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-uxtQOnJZDx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uxtQOnJZDx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxtQOnJZDx .dropdown-item.active,
.cid-uxtQOnJZDx .dropdown-item:active {
  background-color: transparent;
}
.cid-uxtQOnJZDx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uxtQOnJZDx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxtQOnJZDx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxtQOnJZDx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxtQOnJZDx ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uxtQOnJZDx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxtQOnJZDx button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1a3c18;
  background: #1a3c18;
}
.cid-uxtQOnJZDx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uxtQOnJZDx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxtQOnJZDx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxtQOnJZDx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxtQOnJZDx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxtQOnJZDx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxtQOnJZDx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxtQOnJZDx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxtQOnJZDx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxtQOnJZDx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uxtQOnJZDx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxtQOnJZDx .navbar {
    height: 70px;
  }
  .cid-uxtQOnJZDx .navbar.opened {
    height: auto;
  }
  .cid-uxtQOnJZDx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxtQOnJZDx .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uxtQOnJZDx .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uxtQOnJZDx .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uxtQOnJZDx .text_widget {
  margin-bottom: 32px;
}
.cid-uxtQOnJZDx .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uxtQOnJZDx .text_widget a:hover,
.cid-uxtQOnJZDx .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uxtQOnJZDx .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uxtQOnJZDx .navbar-caption {
  color: #000000;
}
.cid-uxtQOnJZDx .mbr-section-subtitle,
.cid-uxtQOnJZDx .text_widget,
.cid-uxtQOnJZDx .mbr-section-btn {
  text-align: center;
}
.cid-uxtQOnJZDx a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uxtQOnJZDx .nav-link,
.cid-uxtQOnJZDx .dropdown-item {
  color: #FFFFFF;
}
.cid-uzCddWKx83 {
  display: flex;
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uzCddWKx83 {
    align-items: center;
  }
  .cid-uzCddWKx83 .row {
    justify-content: center;
  }
}
.cid-uzCddWKx83 p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uzCddWKx83 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uzCddWKx83 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uzCddWKx83 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uzCddWKx83 .content-wrap {
    width: 100%;
  }
}
.cid-uzCddWKx83 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uzCddWKx83 .mbr-text,
.cid-uzCddWKx83 .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uzCddWKx83 .mbr-section-subtitle {
  color: #252525;
  text-align: center;
}
.cid-uzuGY6I5tl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uzuGY6I5tl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuGY6I5tl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uzuGY6I5tl .container {
    padding: 0 24px;
  }
}
.cid-uzuGY6I5tl .content-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  border: 1px solid #eeeeee;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uzuGY6I5tl .content-wrapper .desc-wrap .mbr-desc {
    margin-bottom: 28px;
  }
}
.cid-uzuGY6I5tl .content-wrapper .mbr-section-title {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uzuGY6I5tl .content-wrapper .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uzuGY6I5tl .content-wrapper .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uzuGY6I5tl .content-wrapper .date-wrapper .date-wrap .mbr-iconfont {
  font-size: 40px;
  margin-right: 16px;
  color: #bbbbbb;
}
.cid-uzuGY6I5tl .content-wrapper .date-wrapper .date-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-uzuGY6I5tl .mbr-desc {
  color: #202020;
}
.cid-uzuGY6I5tl .mbr-section-title {
  color: #202020;
}
.cid-uzuGY6I5tl .mbr-date {
  color: #202020;
}
.cid-uzuHFeBkdf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uzuHFeBkdf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzuHFeBkdf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uzuHFeBkdf .container {
    padding: 0 22px;
  }
}
.cid-uzuHFeBkdf .row {
  justify-content: center;
}
.cid-uzuHFeBkdf .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uzuHFeBkdf .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzuHFeBkdf .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-uzuHFeBkdf .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzuHFeBkdf .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-uzuHFeBkdf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzuHFeBkdf .mbr-section-title {
  color: #ffffff;
}
.cid-uzuHFeBkdf .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uzuHFeBkdf .mbr-section-title,
.cid-uzuHFeBkdf .icon-wrapper {
  text-align: center;
}
.cid-uApbLHCUUP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uApbLHCUUP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uApbLHCUUP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uApbLHCUUP .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1440px) {
  .cid-uApbLHCUUP .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uApbLHCUUP .mbr-text,
.cid-uApbLHCUUP .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uPeE6lYaQB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #a78aff 110%);
}
.cid-uPeE6lYaQB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPeE6lYaQB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPeE6lYaQB .row {
  justify-content: center;
}
.cid-uPeE6lYaQB .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uPeE6lYaQB .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uPeE6lYaQB .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uPeE6lYaQB .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uPeE6lYaQB .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uPeE6lYaQB .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uPeE6lYaQB .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uPeE6lYaQB .mbr-section-title {
  color: #ffffff;
}
.cid-uPeE6lYaQB .mbr-text {
  color: #ffffff;
}
.cid-uPeE6lYaQB .mbr-desc {
  color: #ffffff;
}
.cid-uPeKe0jUOi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPeKe0jUOi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPeKe0jUOi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPeKe0jUOi .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPeKe0jUOi .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uPeKe0jUOi .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  padding: 20px 30px 20px 20px;
  border: 1px solid #e5e4e7;
}
@media (max-width: 992px) {
  .cid-uPeKe0jUOi .content-wrapper .person-wrapper .person-wrap {
    padding: 20px;
  }
}
.cid-uPeKe0jUOi .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uPeKe0jUOi .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  margin-left: 20px;
}
.cid-uPeKe0jUOi .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uPeKe0jUOi .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-uPeKe0jUOi .mbr-text {
  color: #19171c;
}
.cid-uPeKe0jUOi .mbr-name {
  color: #19171c;
  text-align: left;
}
.cid-uPeKe0jUOi .mbr-role {
  color: #6e6e73;
  text-align: left;
}
.cid-uPeKe0jUOi .mbr-text,
.cid-uPeKe0jUOi .text-wrapper,
.cid-uPeKe0jUOi .person-wrapper {
  text-align: center;
}
.cid-uxtQOoEx6X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uxtQOoEx6X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxtQOoEx6X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxtQOoEx6X .content-wrap {
  justify-content: center;
}
.cid-uxtQOoEx6X .card {
  justify-content: center;
}
.cid-uxtQOoEx6X .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uxtQOoEx6X .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uxtQOoEx6X .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uxtQOoEx6X .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxtQOoEx6X .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uxtQOoEx6X .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxtQOoEx6X .nav-wrapper .list .item-wrap:hover,
.cid-uxtQOoEx6X .nav-wrapper .list .item-wrap:focus {
  opacity: 0.4;
}
.cid-uxtQOoEx6X .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uxtQOoEx6X .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uxtQOoEx6X .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxtQOoEx6X .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uxtQOoEx6X .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uxtQOoEx6X .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uxtQOoEx6X .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uxtQOoEx6X .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uxtQOoEx6X .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uxtQOoEx6X .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: 0.7;
}
.cid-uxtQOoEx6X .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uxtQOoEx6X .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uxtQOoEx6X .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uxtQOoEx6X .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uxtQOoEx6X .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uxtQOoEx6X .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: 0.4;
}
.cid-uxtQOoEx6X .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uxtQOoEx6X .mbr-section-title {
  color: #f24d4a;
}
.cid-uxtQOoEx6X .list,
.cid-uxtQOoEx6X .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uxtQOoEx6X .mbr-phone {
  color: #f24d4a;
}
.cid-uxtQOoEx6X .mbr-copy {
  color: #FFFFFF;
  text-align: center;
}
.cid-uxtQOnJZDx {
  background-color: transparent;
}
.cid-uxtQOnJZDx .navbar-dropdown {
  background-color: #1a3c18 !important;
  padding: 0;
}
.cid-uxtQOnJZDx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1a3c18 !important;
  background: #1a3c18;
}
.cid-uxtQOnJZDx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxtQOnJZDx .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uxtQOnJZDx .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uxtQOnJZDx .menu_box .navbar.opened,
  .cid-uxtQOnJZDx .menu_box .navbar-collapse {
    background-color: #1a3c18 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uxtQOnJZDx .navbar-dropdown {
  position: relative !important;
}
.cid-uxtQOnJZDx .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uxtQOnJZDx .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uxtQOnJZDx .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uxtQOnJZDx .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uxtQOnJZDx .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uxtQOnJZDx .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uxtQOnJZDx .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uxtQOnJZDx .nav-item {
    margin: 0 !important;
  }
}
.cid-uxtQOnJZDx .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uxtQOnJZDx .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uxtQOnJZDx .nav-item .nav-link:hover,
.cid-uxtQOnJZDx .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uxtQOnJZDx .nav-item .nav-link:hover::before,
.cid-uxtQOnJZDx .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uxtQOnJZDx .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uxtQOnJZDx .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uxtQOnJZDx .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uxtQOnJZDx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uxtQOnJZDx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uxtQOnJZDx .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uxtQOnJZDx .offcanvas_box {
    display: none;
  }
}
.cid-uxtQOnJZDx .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uxtQOnJZDx .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uxtQOnJZDx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uxtQOnJZDx .container {
  display: flex;
  margin: auto;
}
.cid-uxtQOnJZDx .iconfont-wrapper {
  color: #000000;
  background-color: #d1dad0;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uxtQOnJZDx .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uxtQOnJZDx .iconfont-wrapper:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-uxtQOnJZDx .navbar-nav {
    margin: 0;
  }
}
.cid-uxtQOnJZDx .dropdown-menu,
.cid-uxtQOnJZDx .navbar.opened {
  background-color: false !important;
}
.cid-uxtQOnJZDx .nav-item:focus,
.cid-uxtQOnJZDx .nav-link:focus {
  outline: none;
}
.cid-uxtQOnJZDx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxtQOnJZDx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxtQOnJZDx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxtQOnJZDx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxtQOnJZDx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxtQOnJZDx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxtQOnJZDx .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uxtQOnJZDx .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uxtQOnJZDx .navbar.opened {
  transition: all 0.3s;
}
.cid-uxtQOnJZDx .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uxtQOnJZDx .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uxtQOnJZDx .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxtQOnJZDx .navbar.collapsed {
  justify-content: center;
}
.cid-uxtQOnJZDx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxtQOnJZDx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uxtQOnJZDx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxtQOnJZDx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxtQOnJZDx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxtQOnJZDx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uxtQOnJZDx .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uxtQOnJZDx .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uxtQOnJZDx .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uxtQOnJZDx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxtQOnJZDx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxtQOnJZDx .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uxtQOnJZDx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxtQOnJZDx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uxtQOnJZDx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxtQOnJZDx .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uxtQOnJZDx .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uxtQOnJZDx .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uxtQOnJZDx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uxtQOnJZDx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxtQOnJZDx .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uxtQOnJZDx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxtQOnJZDx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxtQOnJZDx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uxtQOnJZDx .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-uxtQOnJZDx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uxtQOnJZDx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxtQOnJZDx .dropdown-item.active,
.cid-uxtQOnJZDx .dropdown-item:active {
  background-color: transparent;
}
.cid-uxtQOnJZDx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uxtQOnJZDx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxtQOnJZDx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxtQOnJZDx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxtQOnJZDx ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uxtQOnJZDx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxtQOnJZDx button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1a3c18;
  background: #1a3c18;
}
.cid-uxtQOnJZDx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uxtQOnJZDx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxtQOnJZDx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxtQOnJZDx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxtQOnJZDx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxtQOnJZDx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxtQOnJZDx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxtQOnJZDx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxtQOnJZDx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxtQOnJZDx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uxtQOnJZDx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxtQOnJZDx .navbar {
    height: 70px;
  }
  .cid-uxtQOnJZDx .navbar.opened {
    height: auto;
  }
  .cid-uxtQOnJZDx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxtQOnJZDx .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uxtQOnJZDx .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uxtQOnJZDx .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uxtQOnJZDx .text_widget {
  margin-bottom: 32px;
}
.cid-uxtQOnJZDx .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uxtQOnJZDx .text_widget a:hover,
.cid-uxtQOnJZDx .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uxtQOnJZDx .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uxtQOnJZDx .navbar-caption {
  color: #000000;
}
.cid-uxtQOnJZDx .mbr-section-subtitle,
.cid-uxtQOnJZDx .text_widget,
.cid-uxtQOnJZDx .mbr-section-btn {
  text-align: center;
}
.cid-uxtQOnJZDx a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uxtQOnJZDx .nav-link,
.cid-uxtQOnJZDx .dropdown-item {
  color: #FFFFFF;
}
.cid-uzChSCysg2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-uzChSCysg2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzChSCysg2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzChSCysg2 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uzChSCysg2 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uzChSCysg2 .container {
    padding: 0 16px;
  }
}
.cid-uzChSCysg2 .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uzChSCysg2 .row {
    margin: 0 10px;
  }
}
.cid-uzChSCysg2 .row .card {
  position: relative;
  padding: 0;
}
.cid-uzChSCysg2 .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #f9a600;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uzChSCysg2 .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uzChSCysg2 .row .card .decor-wrapper {
    display: none;
  }
}
.cid-uzChSCysg2 .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #192227;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #f9a600;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uzChSCysg2 .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-uzChSCysg2 .row .card .icon-decor {
    display: none;
  }
}
.cid-uzChSCysg2 .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uzChSCysg2 .title-wrapper {
    width: 100%;
  }
}
.cid-uzChSCysg2 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uzChSCysg2 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uzChSCysg2 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzChSCysg2 .mbr-section-title {
  color: #fdfcfc;
}
.cid-uzChSCysg2 .mbr-text {
  color: #fdfcfc;
}
.cid-uzCjeDsDag {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-uzCjeDsDag .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzCjeDsDag .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzCjeDsDag .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uzCjeDsDag .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uzCjeDsDag .container {
    padding: 0;
  }
}
.cid-uzCjeDsDag .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzCjeDsDag .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uzCjeDsDag .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzCjeDsDag .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uzCjeDsDag .mbr-section-title {
  color: #263652;
}
.cid-uzCjeDsDag .mbr-text {
  color: #263652;
}
.cid-uzCkCJWgzE {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uzCkCJWgzE .mbr-text {
  text-align: center;
  color: #151515;
}
.cid-uzCkCJWgzE .mbr-section-subtitle {
  text-align: center;
}
.cid-uxtQOoEx6X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uxtQOoEx6X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxtQOoEx6X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxtQOoEx6X .content-wrap {
  justify-content: center;
}
.cid-uxtQOoEx6X .card {
  justify-content: center;
}
.cid-uxtQOoEx6X .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uxtQOoEx6X .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uxtQOoEx6X .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uxtQOoEx6X .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxtQOoEx6X .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uxtQOoEx6X .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxtQOoEx6X .nav-wrapper .list .item-wrap:hover,
.cid-uxtQOoEx6X .nav-wrapper .list .item-wrap:focus {
  opacity: 0.4;
}
.cid-uxtQOoEx6X .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uxtQOoEx6X .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uxtQOoEx6X .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxtQOoEx6X .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uxtQOoEx6X .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uxtQOoEx6X .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uxtQOoEx6X .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uxtQOoEx6X .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uxtQOoEx6X .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uxtQOoEx6X .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: 0.7;
}
.cid-uxtQOoEx6X .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uxtQOoEx6X .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uxtQOoEx6X .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uxtQOoEx6X .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uxtQOoEx6X .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uxtQOoEx6X .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: 0.4;
}
.cid-uxtQOoEx6X .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uxtQOoEx6X .mbr-section-title {
  color: #f24d4a;
}
.cid-uxtQOoEx6X .list,
.cid-uxtQOoEx6X .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uxtQOoEx6X .mbr-phone {
  color: #f24d4a;
}
.cid-uxtQOoEx6X .mbr-copy {
  color: #FFFFFF;
  text-align: center;
}
