.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Prompt;
}
.display-1 {
  font-family: 'Prompt', sans-serif;
  font-size: 5rem;
  line-height: 1.05;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Prompt', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Prompt', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Prompt', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Prompt', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((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: #e56d3d !important;
}
.bg-success {
  background-color: #87ceeb !important;
}
.bg-info {
  background-color: #f7fff7 !important;
}
.bg-warning {
  background-color: #ffb2ef !important;
}
.bg-danger {
  background-color: #ff9063 !important;
}
.btn-primary {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-primary,
.btn-primary:active {
  background-color: #e56d3d !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #eb8f6a !important;
  border-color: #eb8f6a !important;
}
.btn-secondary {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffe66d !important;
  border-color: #000000 !important;
  color: #6d5a00 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #6d5a00 !important;
  background-color: #ffefa0 !important;
  border-color: #ffefa0 !important;
}
.btn-info {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-info,
.btn-info:active {
  background-color: #f7fff7 !important;
  border-color: #000000 !important;
  color: #00f700 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #00f700 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-success,
.btn-success:active {
  background-color: #87ceeb !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #b3e0f2 !important;
  border-color: #b3e0f2 !important;
}
.btn-warning {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffb2ef !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffe5fa !important;
  border-color: #ffe5fa !important;
}
.btn-danger {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9063 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ffb496 !important;
  border-color: #ffb496 !important;
}
.btn-white {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #000000 !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #e56d3d;
  color: #e56d3d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b34418 !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #b34418 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e56d3d !important;
  border-color: #e56d3d !important;
}
.btn-secondary-outline {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffe66d;
  color: #ffe66d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffd716 !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #ffd716 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #6d5a00 !important;
  background-color: #ffe66d !important;
  border-color: #ffe66d !important;
}
.btn-info-outline {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f7fff7;
  color: #f7fff7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a0ffa0 !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #a0ffa0 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #00f700 !important;
  background-color: #f7fff7 !important;
  border-color: #f7fff7 !important;
}
.btn-success-outline {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #87ceeb;
  color: #87ceeb;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3db0df !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #3db0df !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #87ceeb !important;
  border-color: #87ceeb !important;
}
.btn-warning-outline {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffb2ef;
  color: #ffb2ef;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff5bdd !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #ff5bdd !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffb2ef !important;
  border-color: #ffb2ef !important;
}
.btn-danger-outline {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9063;
  color: #ff9063;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff520c !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #ff520c !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9063 !important;
  border-color: #ff9063 !important;
}
.btn-black-outline {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.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;
  box-shadow: none;
  border-color: #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.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;
  box-shadow: none;
  border-color: #cfcfcf !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #e56d3d !important;
}
.text-secondary {
  color: #ffe66d !important;
}
.text-success {
  color: #87ceeb !important;
}
.text-info {
  color: #f7fff7 !important;
}
.text-warning {
  color: #ffb2ef !important;
}
.text-danger {
  color: #ff9063 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a63f16 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ffd507 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #30aadc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #91ff91 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff4cda !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fc4900 !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: #e56d3d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f7fff7;
}
.alert-warning {
  background-color: #ffb2ef;
}
.alert-danger {
  background-color: #ff9063;
}
.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: #e56d3d;
  border-color: #e56d3d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e56d3d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdf4f1;
}
.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: 'Prompt', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #e56d3d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Prompt', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #e56d3d;
}
/* 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: #e56d3d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e56d3d;
}
.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: #e56d3d;
  border-bottom-color: #e56d3d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #e56d3d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffe66d !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='%23e56d3d' %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: 12px 28px;
  border-radius: 5rem !important;
  border-width: 3px !important;
  font-weight: 400 !important;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  transform: translate(0.2rem, 0.2rem);
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 12px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.content-wrapper,
.image-wrap,
.google-map,
.item-wrapper {
  border-radius: 1rem !important;
}
.item-wrap {
  border-radius: 20px;
}
.form-control {
  border-radius: 20rem !important;
}
.cid-uJn0g9IaJE {
  background-color: transparent;
}
.cid-uJn0g9IaJE .navbar-dropdown {
  background-color: #f7fff7 !important;
  padding: 0;
}
.cid-uJn0g9IaJE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f7fff7 !important;
  background: #f7fff7;
}
.cid-uJn0g9IaJE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJn0g9IaJE .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uJn0g9IaJE .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uJn0g9IaJE .navbar.opened {
  transition: all 0.3s;
}
.cid-uJn0g9IaJE .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uJn0g9IaJE .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uJn0g9IaJE .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJn0g9IaJE .navbar.collapsed {
  justify-content: center;
}
.cid-uJn0g9IaJE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJn0g9IaJE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJn0g9IaJE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJn0g9IaJE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJn0g9IaJE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJn0g9IaJE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uJn0g9IaJE .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJn0g9IaJE .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uJn0g9IaJE .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uJn0g9IaJE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJn0g9IaJE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJn0g9IaJE .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uJn0g9IaJE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJn0g9IaJE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uJn0g9IaJE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJn0g9IaJE .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uJn0g9IaJE .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uJn0g9IaJE .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uJn0g9IaJE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uJn0g9IaJE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJn0g9IaJE .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uJn0g9IaJE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJn0g9IaJE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJn0g9IaJE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJn0g9IaJE .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJn0g9IaJE .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uJn0g9IaJE .menu_box .navbar.opened,
  .cid-uJn0g9IaJE .menu_box .navbar-collapse {
    background-color: #f7fff7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uJn0g9IaJE .navbar-dropdown {
  position: relative !important;
}
.cid-uJn0g9IaJE .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uJn0g9IaJE .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uJn0g9IaJE .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uJn0g9IaJE .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uJn0g9IaJE .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uJn0g9IaJE .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uJn0g9IaJE .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uJn0g9IaJE .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uJn0g9IaJE .nav-item {
    margin: 0 !important;
  }
}
.cid-uJn0g9IaJE .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uJn0g9IaJE .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uJn0g9IaJE .nav-item .nav-link:hover,
.cid-uJn0g9IaJE .nav-item .nav-link:focus {
  color: #ff9063 !important;
}
.cid-uJn0g9IaJE .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uJn0g9IaJE .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uJn0g9IaJE .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uJn0g9IaJE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJn0g9IaJE .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uJn0g9IaJE .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uJn0g9IaJE .offcanvas_box {
    display: none;
  }
}
.cid-uJn0g9IaJE .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uJn0g9IaJE .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uJn0g9IaJE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uJn0g9IaJE .container {
  display: flex;
  margin: auto;
}
.cid-uJn0g9IaJE .iconfont-wrapper {
  color: #050f0f;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uJn0g9IaJE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uJn0g9IaJE .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uJn0g9IaJE .navbar-nav {
    margin: 0;
  }
}
.cid-uJn0g9IaJE .dropdown-menu,
.cid-uJn0g9IaJE .navbar.opened {
  background-color: false !important;
}
.cid-uJn0g9IaJE .nav-item:focus,
.cid-uJn0g9IaJE .nav-link:focus {
  outline: none;
}
.cid-uJn0g9IaJE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJn0g9IaJE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJn0g9IaJE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJn0g9IaJE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJn0g9IaJE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJn0g9IaJE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJn0g9IaJE .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-uJn0g9IaJE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uJn0g9IaJE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJn0g9IaJE .dropdown-item.active,
.cid-uJn0g9IaJE .dropdown-item:active {
  background-color: transparent;
}
.cid-uJn0g9IaJE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uJn0g9IaJE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJn0g9IaJE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJn0g9IaJE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJn0g9IaJE ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uJn0g9IaJE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJn0g9IaJE button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f7fff7;
  background: #ff9063;
}
.cid-uJn0g9IaJE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #050f0f;
}
.cid-uJn0g9IaJE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJn0g9IaJE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJn0g9IaJE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJn0g9IaJE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJn0g9IaJE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJn0g9IaJE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJn0g9IaJE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJn0g9IaJE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJn0g9IaJE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJn0g9IaJE .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-uJn0g9IaJE .navbar {
    height: 70px;
  }
  .cid-uJn0g9IaJE .navbar.opened {
    height: auto;
  }
  .cid-uJn0g9IaJE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJn0g9IaJE .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uJn0g9IaJE .navbar-caption:hover {
  color: #e56d3d;
}
@media (min-width: 992px) {
  .cid-uJn0g9IaJE .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uJn0g9IaJE .text_widget {
  margin-bottom: 32px;
}
.cid-uJn0g9IaJE .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uJn0g9IaJE .text_widget a:hover,
.cid-uJn0g9IaJE .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uJn0g9IaJE .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uJn0g9IaJE .navbar-caption {
  color: #050f0f;
}
.cid-uJn0g9IaJE .mbr-section-subtitle,
.cid-uJn0g9IaJE .text_widget,
.cid-uJn0g9IaJE .mbr-section-btn {
  text-align: center;
}
.cid-uJn0g9IaJE a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uJncPOBl1G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJncPOBl1G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJncPOBl1G .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-uJncPOBl1G .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJncPOBl1G .container {
    padding: 0 12px;
  }
}
.cid-uJncPOBl1G .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJncPOBl1G .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJncPOBl1G .row.card-wrapper {
  padding: 80px;
  border: 3px solid #bbbbbb;
  box-shadow: 4px 4px #bbbbbb;
  background-color: #ecf7fd;
  border-radius: 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uJncPOBl1G .row.card-wrapper {
    border-radius: 32px;
    padding: 24px;
  }
}
.cid-uJncPOBl1G .row.card-wrapper .card {
  align-items: center;
  justify-content: center;
}
.cid-uJncPOBl1G .row.card-wrapper .card .image-wrapper img {
  width: 392px;
  height: 392px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 1200px) {
  .cid-uJncPOBl1G .row.card-wrapper .card .image-wrapper img {
    width: 330px;
    height: 330px;
  }
}
@media (max-width: 992px) {
  .cid-uJncPOBl1G .row.card-wrapper .card .image-wrapper img {
    margin: 0 auto 40px;
    width: 280px;
    height: 260px;
  }
}
.cid-uJncPOBl1G .row.card-wrapper .card .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJncPOBl1G .row.card-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uJncPOBl1G .row.card-wrapper .card .text-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uJncPOBl1G .row.card-wrapper .card .text-wrapper .list .item-wrap {
  padding-left: 14px;
  margin-bottom: 20px;
  border-left: 2px solid #bbbbbb;
}
.cid-uJncPOBl1G .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uJncPOBl1G .mbr-section-subtitle {
  color: #222222;
}
.cid-uJncPOBl1G .mbr-text {
  color: #222222;
}
.cid-uJncPOBl1G .list {
  color: #222222;
}
.cid-uJnd10Z1Ic {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-uJnd10Z1Ic .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJnd10Z1Ic .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJnd10Z1Ic .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJnd10Z1Ic .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJnd10Z1Ic .container {
    padding: 0 12px;
  }
}
.cid-uJnd10Z1Ic .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJnd10Z1Ic .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJnd10Z1Ic .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJnd10Z1Ic .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uJnd10Z1Ic .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uJnd10Z1Ic .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uJnd10Z1Ic .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uJnd10Z1Ic .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uJnd10Z1Ic .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uJnd10Z1Ic .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uJnd10Z1Ic .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uJnd10Z1Ic .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uJnd10Z1Ic .mbr-section-subtitle {
  color: #222222;
}
.cid-uJnd10Z1Ic .mbr-text {
  color: #222222;
}
.cid-uJnd10Z1Ic .list {
  color: #222222;
}
.cid-uJndcH9P17 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJndcH9P17 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJndcH9P17 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJndcH9P17 .google-map iframe {
  height: 500px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uJndcH9P17 .google-map iframe {
    height: 350px;
  }
}
.cid-uJn0glnCsi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050f0f;
}
.cid-uJn0glnCsi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJn0glnCsi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJn0glnCsi .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJn0glnCsi .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJn0glnCsi .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uJn0glnCsi .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.cid-uJn0glnCsi .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uJn0glnCsi .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uJn0glnCsi .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uJn0glnCsi .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ffe66d;
}
.cid-uJn0glnCsi .content-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #050f0f;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #050f0f;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.cid-uJn0glnCsi .content-wrapper .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uJn0glnCsi .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJn0glnCsi .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uJn0glnCsi .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uJn0glnCsi .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJn0glnCsi .list-wrapper .list .item-wrap:hover,
.cid-uJn0glnCsi .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.cid-uJn0glnCsi .title-wrapper .mbr-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJn0glnCsi .title-wrapper .mbr-section-title {
    margin-top: 8px;
  }
}
.cid-uJn0glnCsi .list {
  color: #050f0f;
}
.cid-uJn0glnCsi .mbr-copy {
  color: #050f0f;
}
.cid-uJn0glnCsi .mbr-section-title {
  color: #050f0f;
  text-align: left;
}
.cid-uJn0glnCsi .list,
.cid-uJn0glnCsi .item-wrap {
  color: #ffffff;
}
.cid-uJn0gmxANk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-uJn0gmxANk .mbr-text {
  color: #ffffff;
}
.cid-uJndLOYAYg {
  background-color: transparent;
}
.cid-uJndLOYAYg .navbar-dropdown {
  background-color: #f7fff7 !important;
  padding: 0;
}
.cid-uJndLOYAYg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f7fff7 !important;
  background: #f7fff7;
}
.cid-uJndLOYAYg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJndLOYAYg .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uJndLOYAYg .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uJndLOYAYg .navbar.opened {
  transition: all 0.3s;
}
.cid-uJndLOYAYg .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uJndLOYAYg .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uJndLOYAYg .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJndLOYAYg .navbar.collapsed {
  justify-content: center;
}
.cid-uJndLOYAYg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJndLOYAYg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJndLOYAYg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJndLOYAYg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJndLOYAYg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJndLOYAYg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uJndLOYAYg .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJndLOYAYg .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uJndLOYAYg .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uJndLOYAYg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJndLOYAYg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJndLOYAYg .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uJndLOYAYg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJndLOYAYg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uJndLOYAYg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJndLOYAYg .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uJndLOYAYg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uJndLOYAYg .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uJndLOYAYg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uJndLOYAYg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJndLOYAYg .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uJndLOYAYg .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJndLOYAYg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJndLOYAYg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJndLOYAYg .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJndLOYAYg .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uJndLOYAYg .menu_box .navbar.opened,
  .cid-uJndLOYAYg .menu_box .navbar-collapse {
    background-color: #f7fff7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uJndLOYAYg .navbar-dropdown {
  position: relative !important;
}
.cid-uJndLOYAYg .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uJndLOYAYg .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uJndLOYAYg .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uJndLOYAYg .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uJndLOYAYg .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uJndLOYAYg .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uJndLOYAYg .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uJndLOYAYg .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uJndLOYAYg .nav-item {
    margin: 0 !important;
  }
}
.cid-uJndLOYAYg .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uJndLOYAYg .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uJndLOYAYg .nav-item .nav-link:hover,
.cid-uJndLOYAYg .nav-item .nav-link:focus {
  color: #ff9063 !important;
}
.cid-uJndLOYAYg .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uJndLOYAYg .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uJndLOYAYg .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uJndLOYAYg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJndLOYAYg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uJndLOYAYg .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uJndLOYAYg .offcanvas_box {
    display: none;
  }
}
.cid-uJndLOYAYg .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uJndLOYAYg .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uJndLOYAYg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uJndLOYAYg .container {
  display: flex;
  margin: auto;
}
.cid-uJndLOYAYg .iconfont-wrapper {
  color: #050f0f;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uJndLOYAYg .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uJndLOYAYg .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uJndLOYAYg .navbar-nav {
    margin: 0;
  }
}
.cid-uJndLOYAYg .dropdown-menu,
.cid-uJndLOYAYg .navbar.opened {
  background-color: false !important;
}
.cid-uJndLOYAYg .nav-item:focus,
.cid-uJndLOYAYg .nav-link:focus {
  outline: none;
}
.cid-uJndLOYAYg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJndLOYAYg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJndLOYAYg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJndLOYAYg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJndLOYAYg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJndLOYAYg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJndLOYAYg .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-uJndLOYAYg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uJndLOYAYg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJndLOYAYg .dropdown-item.active,
.cid-uJndLOYAYg .dropdown-item:active {
  background-color: transparent;
}
.cid-uJndLOYAYg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uJndLOYAYg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJndLOYAYg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJndLOYAYg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJndLOYAYg ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uJndLOYAYg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJndLOYAYg button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f7fff7;
  background: #ff9063;
}
.cid-uJndLOYAYg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #050f0f;
}
.cid-uJndLOYAYg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJndLOYAYg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJndLOYAYg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJndLOYAYg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJndLOYAYg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJndLOYAYg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJndLOYAYg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJndLOYAYg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJndLOYAYg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJndLOYAYg .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-uJndLOYAYg .navbar {
    height: 70px;
  }
  .cid-uJndLOYAYg .navbar.opened {
    height: auto;
  }
  .cid-uJndLOYAYg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJndLOYAYg .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uJndLOYAYg .navbar-caption:hover {
  color: #e56d3d;
}
@media (min-width: 992px) {
  .cid-uJndLOYAYg .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uJndLOYAYg .text_widget {
  margin-bottom: 32px;
}
.cid-uJndLOYAYg .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uJndLOYAYg .text_widget a:hover,
.cid-uJndLOYAYg .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uJndLOYAYg .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uJndLOYAYg .navbar-caption {
  color: #050f0f;
}
.cid-uJndLOYAYg .mbr-section-subtitle,
.cid-uJndLOYAYg .text_widget,
.cid-uJndLOYAYg .mbr-section-btn {
  text-align: center;
}
.cid-uJndLOYAYg a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uJndLQ4vYC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJndLQ4vYC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJndLQ4vYC .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-uJndLQ4vYC .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJndLQ4vYC .container {
    padding: 0 12px;
  }
}
.cid-uJndLQ4vYC .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJndLQ4vYC .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJndLQ4vYC .row.card-wrapper {
  padding: 80px;
  border: 3px solid #bbbbbb;
  box-shadow: 4px 4px #bbbbbb;
  background-color: #ecf7fd;
  border-radius: 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uJndLQ4vYC .row.card-wrapper {
    border-radius: 32px;
    padding: 24px;
  }
}
.cid-uJndLQ4vYC .row.card-wrapper .card {
  align-items: center;
  justify-content: center;
}
.cid-uJndLQ4vYC .row.card-wrapper .card .image-wrapper img {
  width: 392px;
  height: 392px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 1200px) {
  .cid-uJndLQ4vYC .row.card-wrapper .card .image-wrapper img {
    width: 330px;
    height: 330px;
  }
}
@media (max-width: 992px) {
  .cid-uJndLQ4vYC .row.card-wrapper .card .image-wrapper img {
    margin: 0 auto 40px;
    width: 280px;
    height: 260px;
  }
}
.cid-uJndLQ4vYC .row.card-wrapper .card .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uJndLQ4vYC .row.card-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uJndLQ4vYC .row.card-wrapper .card .text-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uJndLQ4vYC .row.card-wrapper .card .text-wrapper .list .item-wrap {
  padding-left: 14px;
  margin-bottom: 20px;
  border-left: 2px solid #bbbbbb;
}
.cid-uJndLQ4vYC .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uJndLQ4vYC .mbr-section-subtitle {
  color: #222222;
}
.cid-uJndLQ4vYC .mbr-text {
  color: #222222;
}
.cid-uJndLQ4vYC .list {
  color: #222222;
}
.cid-uJndLQGJsq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-uJndLQGJsq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJndLQGJsq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJndLQGJsq .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJndLQGJsq .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJndLQGJsq .container {
    padding: 0 12px;
  }
}
.cid-uJndLQGJsq .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJndLQGJsq .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJndLQGJsq .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJndLQGJsq .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uJndLQGJsq .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uJndLQGJsq .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uJndLQGJsq .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uJndLQGJsq .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uJndLQGJsq .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uJndLQGJsq .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uJndLQGJsq .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uJndLQGJsq .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uJndLQGJsq .mbr-section-subtitle {
  color: #222222;
}
.cid-uJndLQGJsq .mbr-text {
  color: #222222;
}
.cid-uJndLQGJsq .list {
  color: #222222;
}
.cid-uJndLReSpM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJndLReSpM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJndLReSpM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJndLReSpM .google-map iframe {
  height: 500px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uJndLReSpM .google-map iframe {
    height: 350px;
  }
}
.cid-uJndLRRwnW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050f0f;
}
.cid-uJndLRRwnW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJndLRRwnW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJndLRRwnW .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJndLRRwnW .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJndLRRwnW .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uJndLRRwnW .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.cid-uJndLRRwnW .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uJndLRRwnW .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uJndLRRwnW .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uJndLRRwnW .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ffe66d;
}
.cid-uJndLRRwnW .content-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #050f0f;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #050f0f;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.cid-uJndLRRwnW .content-wrapper .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uJndLRRwnW .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJndLRRwnW .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uJndLRRwnW .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uJndLRRwnW .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJndLRRwnW .list-wrapper .list .item-wrap:hover,
.cid-uJndLRRwnW .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.cid-uJndLRRwnW .title-wrapper .mbr-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJndLRRwnW .title-wrapper .mbr-section-title {
    margin-top: 8px;
  }
}
.cid-uJndLRRwnW .list {
  color: #050f0f;
}
.cid-uJndLRRwnW .mbr-copy {
  color: #050f0f;
}
.cid-uJndLRRwnW .mbr-section-title {
  color: #050f0f;
  text-align: left;
}
.cid-uJndLRRwnW .list,
.cid-uJndLRRwnW .item-wrap {
  color: #ffffff;
}
.cid-uJndLSYPw2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-uJndLSYPw2 .mbr-text {
  color: #ffffff;
}
.cid-uJveMYKVeN {
  background-color: transparent;
}
.cid-uJveMYKVeN .navbar-dropdown {
  background-color: #f7fff7 !important;
  padding: 0;
}
.cid-uJveMYKVeN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f7fff7 !important;
  background: #f7fff7;
}
.cid-uJveMYKVeN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJveMYKVeN .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uJveMYKVeN .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uJveMYKVeN .navbar.opened {
  transition: all 0.3s;
}
.cid-uJveMYKVeN .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uJveMYKVeN .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uJveMYKVeN .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJveMYKVeN .navbar.collapsed {
  justify-content: center;
}
.cid-uJveMYKVeN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJveMYKVeN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJveMYKVeN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJveMYKVeN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJveMYKVeN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJveMYKVeN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uJveMYKVeN .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJveMYKVeN .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uJveMYKVeN .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uJveMYKVeN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJveMYKVeN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJveMYKVeN .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uJveMYKVeN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJveMYKVeN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uJveMYKVeN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJveMYKVeN .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uJveMYKVeN .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uJveMYKVeN .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uJveMYKVeN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uJveMYKVeN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJveMYKVeN .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uJveMYKVeN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJveMYKVeN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJveMYKVeN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJveMYKVeN .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJveMYKVeN .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uJveMYKVeN .menu_box .navbar.opened,
  .cid-uJveMYKVeN .menu_box .navbar-collapse {
    background-color: #f7fff7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uJveMYKVeN .navbar-dropdown {
  position: relative !important;
}
.cid-uJveMYKVeN .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uJveMYKVeN .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uJveMYKVeN .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uJveMYKVeN .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uJveMYKVeN .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uJveMYKVeN .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uJveMYKVeN .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uJveMYKVeN .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uJveMYKVeN .nav-item {
    margin: 0 !important;
  }
}
.cid-uJveMYKVeN .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uJveMYKVeN .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uJveMYKVeN .nav-item .nav-link:hover,
.cid-uJveMYKVeN .nav-item .nav-link:focus {
  color: #ff9063 !important;
}
.cid-uJveMYKVeN .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uJveMYKVeN .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uJveMYKVeN .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uJveMYKVeN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJveMYKVeN .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uJveMYKVeN .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uJveMYKVeN .offcanvas_box {
    display: none;
  }
}
.cid-uJveMYKVeN .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uJveMYKVeN .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uJveMYKVeN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uJveMYKVeN .container {
  display: flex;
  margin: auto;
}
.cid-uJveMYKVeN .iconfont-wrapper {
  color: #050f0f;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uJveMYKVeN .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uJveMYKVeN .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uJveMYKVeN .navbar-nav {
    margin: 0;
  }
}
.cid-uJveMYKVeN .dropdown-menu,
.cid-uJveMYKVeN .navbar.opened {
  background-color: false !important;
}
.cid-uJveMYKVeN .nav-item:focus,
.cid-uJveMYKVeN .nav-link:focus {
  outline: none;
}
.cid-uJveMYKVeN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJveMYKVeN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJveMYKVeN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJveMYKVeN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJveMYKVeN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJveMYKVeN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJveMYKVeN .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-uJveMYKVeN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uJveMYKVeN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJveMYKVeN .dropdown-item.active,
.cid-uJveMYKVeN .dropdown-item:active {
  background-color: transparent;
}
.cid-uJveMYKVeN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uJveMYKVeN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJveMYKVeN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJveMYKVeN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJveMYKVeN ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uJveMYKVeN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJveMYKVeN button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f7fff7;
  background: #ff9063;
}
.cid-uJveMYKVeN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #050f0f;
}
.cid-uJveMYKVeN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJveMYKVeN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJveMYKVeN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJveMYKVeN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJveMYKVeN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJveMYKVeN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJveMYKVeN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJveMYKVeN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJveMYKVeN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJveMYKVeN .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-uJveMYKVeN .navbar {
    height: 70px;
  }
  .cid-uJveMYKVeN .navbar.opened {
    height: auto;
  }
  .cid-uJveMYKVeN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJveMYKVeN .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uJveMYKVeN .navbar-caption:hover {
  color: #e56d3d;
}
@media (min-width: 992px) {
  .cid-uJveMYKVeN .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uJveMYKVeN .text_widget {
  margin-bottom: 32px;
}
.cid-uJveMYKVeN .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uJveMYKVeN .text_widget a:hover,
.cid-uJveMYKVeN .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uJveMYKVeN .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uJveMYKVeN .navbar-caption {
  color: #050f0f;
}
.cid-uJveMYKVeN .mbr-section-subtitle,
.cid-uJveMYKVeN .text_widget,
.cid-uJveMYKVeN .mbr-section-btn {
  text-align: center;
}
.cid-uJveMYKVeN a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uJveMZpI2A {
  padding-top: 12rem;
  padding-bottom: 0rem;
  position: relative;
  align-items: center;
  background-color: #bbbbbb;
}
.cid-uJveMZpI2A .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uJveMZpI2A .image-wrap {
    padding: 16px;
  }
}
.cid-uJveMZpI2A .image-wrap img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
.cid-uJveMZpI2A .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uJveMZpI2A .image-overlay {
    padding: 16px;
  }
}
.cid-uJveMZpI2A .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 70%;
}
.cid-uJveMZpI2A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJveMZpI2A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJveMZpI2A .row {
  justify-content: center;
}
.cid-uJveMZpI2A .mbr-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #fff7ee;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-uJveMZpI2A .mbr-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uJveMZpI2A .mbr-section-title {
    margin: 30px 16px;
  }
}
.cid-uJveMZpI2A .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #bbbbbb;
}
@media (max-width: 992px) {
  .cid-uJveMZpI2A .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uJveMZpI2A .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uJveMZpI2A .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJveMZpI2A .mbr-text,
.cid-uJveMZpI2A .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uJveMZpI2A .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJveMZpI2A .mbr-text,
.cid-uJveMZpI2A .mbr-section-btn {
  text-align: center;
}
.cid-uJveMZpI2A .mbr-text,
.cid-uJveMZpI2A .text-wrapper,
.cid-uJveMZpI2A .mbr-section-btn {
  color: #000000;
}
.cid-uJveN0gNNn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-color: #ffffff;
}
.cid-uJveN0gNNn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJveN0gNNn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJveN0gNNn .row {
  align-items: center;
}
.cid-uJveN0gNNn .content-wrapper {
  padding: 108px;
  background-color: #2c2625;
  border-right: 2px solid #ffffff;
}
@media (max-width: 1440px) {
  .cid-uJveN0gNNn .content-wrapper {
    padding: 80px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uJveN0gNNn .content-wrapper {
    padding: 80px 20px;
  }
}
@media (max-width: 992px) {
  .cid-uJveN0gNNn .content-wrapper {
    border-right: none;
  }
}
.cid-uJveN0gNNn .content-wrapper .mbr-label {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJveN0gNNn .content-wrapper .mbr-label {
    margin-bottom: 32px;
  }
}
.cid-uJveN0gNNn .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJveN0gNNn .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uJveN0gNNn .content-wrapper .items-wrapper .item .item-wrapper {
  display: flex;
  padding: 32px 0;
  border-bottom: 2px solid #ffffff;
}
.cid-uJveN0gNNn .content-wrapper .items-wrapper .item .item-wrapper:first-child {
  border-top: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uJveN0gNNn .content-wrapper .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uJveN0gNNn .content-wrapper .items-wrapper .item .item-wrapper .item-date {
  width: 30%;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uJveN0gNNn .content-wrapper .items-wrapper .item .item-wrapper .item-date {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uJveN0gNNn .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uJveN0gNNn .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uJveN0gNNn .image-wrapper {
  padding: 108px;
}
@media (max-width: 1440px) {
  .cid-uJveN0gNNn .image-wrapper {
    padding: 80px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uJveN0gNNn .image-wrapper {
    padding: 80px 20px;
  }
}
.cid-uJveN0gNNn .image-wrapper img {
  object-fit: cover;
  height: 450px;
  border: 2px solid #2c2625;
  box-shadow: -10px 10px 0 0 #2c2625;
}
@media (max-width: 992px) {
  .cid-uJveN0gNNn .image-wrapper img {
    box-shadow: -5px 5px 0 0 #2c2625;
    height: 350px;
  }
}
.cid-uJveN0gNNn .mbr-label {
  color: #ffffff;
}
.cid-uJveN0gNNn .mbr-section-title {
  color: #ffffff;
}
.cid-uJveN0gNNn .item-date {
  color: #ffffff;
}
.cid-uJveN0gNNn .item-title {
  color: #ffffff;
}
.cid-uJveN0gNNn .item-desc {
  color: #ffffff;
}
.cid-uJveN0UwkP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-uJveN0UwkP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJveN0UwkP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJveN0UwkP .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uJveN0UwkP .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uJveN0UwkP .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uJveN0UwkP .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uJveN0UwkP .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-uJveN0UwkP .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uJveN0UwkP .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJveN0UwkP .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJveN0UwkP .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJveN0UwkP .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uJveN0UwkP .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uJveN1sQE7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uJveN1sQE7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJveN1sQE7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJveN1sQE7 .content-wrapper {
  padding: 80px 90px;
  background-color: #bbbbbb;
}
@media (max-width: 992px) {
  .cid-uJveN1sQE7 .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uJveN1sQE7 .content-wrapper .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJveN1sQE7 .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJveN1sQE7 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJveN1sQE7 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJveN1sQE7 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  width: 75%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJveN1sQE7 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJveN1sQE7 .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1199px) {
  .cid-uJveN1sQE7 .content-wrapper .items-wrapper {
    gap: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uJveN1sQE7 .content-wrapper .items-wrapper {
    display: block;
  }
}
.cid-uJveN1sQE7 .content-wrapper .items-wrapper .item {
  transform: rotate(-1deg);
  transition: all 0.3s ease-in-out;
}
.cid-uJveN1sQE7 .content-wrapper .items-wrapper .item:nth-child(2n) {
  transform: rotate(1deg);
}
.cid-uJveN1sQE7 .content-wrapper .items-wrapper .item:hover,
.cid-uJveN1sQE7 .content-wrapper .items-wrapper .item:focus {
  transform: rotate(0) !important;
}
@media (max-width: 992px) {
  .cid-uJveN1sQE7 .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
    transform: rotate(0) !important;
  }
  .cid-uJveN1sQE7 .content-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uJveN1sQE7 .content-wrapper .items-wrapper .item .item-wrapper {
  position: relative;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  height: 100%;
  padding: 24px;
  background-color: #f7fff7;
}
@media (max-width: 992px) {
  .cid-uJveN1sQE7 .content-wrapper .items-wrapper .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-uJveN1sQE7 .content-wrapper .items-wrapper .item .item-wrapper .item-img {
  position: relative;
}
.cid-uJveN1sQE7 .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
  height: 670px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJveN1sQE7 .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uJveN1sQE7 .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJveN1sQE7 .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper {
  padding-right: 8px;
}
.cid-uJveN1sQE7 .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont {
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #050f0f;
  transition: all 0.3s ease-in-out;
}
.cid-uJveN1sQE7 .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uJveN1sQE7 .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont:focus {
  color: #90ee90;
}
.cid-uJveN1sQE7 .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .item-name {
  width: 100%;
  margin-bottom: 0;
}
.cid-uJveN1sQE7 .mbr-section-title {
  color: #050f0f;
  text-align: center;
}
.cid-uJveN1sQE7 .mbr-text,
.cid-uJveN1sQE7 .text-wrapper {
  color: #050f0f;
  text-align: center;
}
.cid-uJveN1sQE7 .item-name {
  color: #050f0f;
  text-align: center;
}
.cid-uJveN2m4zx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
  overflow: hidden;
}
.cid-uJveN2m4zx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJveN2m4zx .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-uJveN2m4zx .container {
    padding: 0 22px;
  }
}
.cid-uJveN2m4zx .card {
  justify-content: center;
}
.cid-uJveN2m4zx .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uJveN2m4zx .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uJveN2m4zx .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uJveN2m4zx .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJveN2m4zx .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uJveN2m4zx .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #0133f0;
}
@media (max-width: 1440px) {
  .cid-uJveN2m4zx .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uJveN2m4zx .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uJveN2m4zx .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uJveN2m4zx .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uJveN2m4zx .mbr-section-title {
  color: #222222;
}
.cid-uJveN2m4zx .mbr-text {
  color: #050f0f;
}
.cid-uJveN2WcyP {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uJveN2WcyP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJveN2WcyP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJveN2WcyP .content-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  padding: 80px 60px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .cid-uJveN2WcyP .content-wrapper {
    gap: 16px;
  }
}
@media (max-width: 1199px) {
  .cid-uJveN2WcyP .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uJveN2WcyP .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uJveN2WcyP .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uJveN2WcyP .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uJveN2WcyP .content-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-uJveN2WcyP .content-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uJveN2WcyP .content-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background-color: #bbbbbb;
}
.cid-uJveN2WcyP .content-wrapper .item .item-wrapper:hover,
.cid-uJveN2WcyP .content-wrapper .item .item-wrapper:focus {
  transform: translate(0.2rem, 0.2rem);
  box-shadow: none;
}
.cid-uJveN2WcyP .content-wrapper .item .item-wrapper .item-content .item-img {
  border-bottom: 3px solid #050f0f;
}
.cid-uJveN2WcyP .content-wrapper .item .item-wrapper .item-content .item-img img {
  height: 390px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJveN2WcyP .content-wrapper .item .item-wrapper .item-content .item-img img {
    height: 350px;
  }
}
.cid-uJveN2WcyP .content-wrapper .item .item-wrapper .item-content .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .8;
}
.cid-uJveN2WcyP .content-wrapper .item .item-wrapper .item-content .text-wrapper {
  padding: 32px;
}
@media (max-width: 1440px) {
  .cid-uJveN2WcyP .content-wrapper .item .item-wrapper .item-content .text-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJveN2WcyP .content-wrapper .item .item-wrapper .item-content .text-wrapper {
    padding: 32px 16px;
  }
}
.cid-uJveN2WcyP .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uJveN2WcyP .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-title {
    margin-bottom: 24px;
  }
}
.cid-uJveN2WcyP .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uJveN2WcyP .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    margin-bottom: 0;
  }
}
.cid-uJveN2WcyP .content-wrapper .item .item-wrapper .tags-wrapper {
  padding: 0 32px 24px 32px;
}
@media (max-width: 1440px) {
  .cid-uJveN2WcyP .content-wrapper .item .item-wrapper .tags-wrapper {
    padding: 0 24px 24px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJveN2WcyP .content-wrapper .item .item-wrapper .tags-wrapper {
    padding: 0 16px 24px 16px;
  }
}
.cid-uJveN2WcyP .content-wrapper .item .item-wrapper .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uJveN2WcyP .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap {
  display: inline-flex;
  padding: 11px 20px;
  margin: 0 8px 8px 0;
  background-color: #d3f2ff;
}
.cid-uJveN2WcyP .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap:nth-child(2n) {
  background-color: #bafca2;
}
.cid-uJveN2WcyP .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap:nth-child(3n) {
  background-color: #fdfd96;
}
.cid-uJveN2WcyP .item-title {
  color: #050f0f;
}
.cid-uJveN2WcyP .item-text {
  color: #050f0f;
}
.cid-uJveN2WcyP .list {
  color: #050f0f;
}
.cid-uJveN3KTj8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-uJveN3KTj8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJveN3KTj8 .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-uJveN3KTj8 .container {
    padding: 0 22px;
  }
}
.cid-uJveN3KTj8 .card {
  justify-content: center;
}
.cid-uJveN3KTj8 .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uJveN3KTj8 .content-wrapper {
    padding: 0;
  }
}
.cid-uJveN3KTj8 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uJveN3KTj8 .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uJveN3KTj8 .image-wrapper {
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uJveN3KTj8 .image-wrapper {
    margin-top: 20px;
    padding: 0;
  }
}
.cid-uJveN3KTj8 .image-wrapper img {
  height: 600px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJveN3KTj8 .image-wrapper img {
    height: 350px;
  }
}
.cid-uJveN3KTj8 .mbr-section-title {
  color: #ffffff;
}
.cid-uJveN3KTj8 .mbr-text {
  color: #050f0f;
}
.cid-uJveN3KTj8 .mbr-section-title,
.cid-uJveN3KTj8 .mbr-section-btn {
  color: #000000;
}
.cid-uJveN4yOt1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uJveN4yOt1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJveN4yOt1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJveN4yOt1 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uJveN4yOt1 .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uJveN4yOt1 .items-wrapper .item {
    margin-bottom: 12px;
  }
  .cid-uJveN4yOt1 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uJveN4yOt1 .items-wrapper .item .item-wrapper {
  position: relative;
  background-color: #bbbbbb;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uJveN4yOt1 .items-wrapper .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-uJveN4yOt1 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJveN4yOt1 .items-wrapper .item .item-wrapper .card-box .item-title {
    margin-bottom: 24px;
  }
}
.cid-uJveN4yOt1 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uJveN4yOt1 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uJveN4yOt1 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    margin-bottom: 16px;
  }
}
.cid-uJveN4yOt1 .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-uJveN4yOt1 .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.cid-uJveN4yOt1 .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uJveN4yOt1 .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.cid-uJveN4yOt1 .item-title {
  color: #050f0f;
}
.cid-uJveN4yOt1 .item-text {
  color: #050f0f;
}
.cid-uJveN4yOt1 .icon-wrapper {
  text-align: right;
}
.cid-uJveN5rQQA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-uJveN5rQQA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJveN5rQQA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJveN5rQQA .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJveN5rQQA .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJveN5rQQA .container {
    padding: 0 12px;
  }
}
.cid-uJveN5rQQA .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJveN5rQQA .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJveN5rQQA .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJveN5rQQA .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uJveN5rQQA .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uJveN5rQQA .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uJveN5rQQA .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uJveN5rQQA .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uJveN5rQQA .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uJveN5rQQA .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uJveN5rQQA .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uJveN5rQQA .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uJveN5rQQA .mbr-section-subtitle {
  color: #222222;
}
.cid-uJveN5rQQA .mbr-text {
  color: #222222;
}
.cid-uJveN5rQQA .list {
  color: #222222;
}
.cid-uJveN630y1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uJveN630y1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJveN630y1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJveN630y1 .content-wrapper {
  padding: 80px 90px;
  background-color: #bbbbbb;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uJveN630y1 .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uJveN630y1 .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uJveN630y1 .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
  padding-right: 0;
  padding-left: 48px;
}
@media (max-width: 1199px) {
  .cid-uJveN630y1 .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uJveN630y1 .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 1199px) {
  .cid-uJveN630y1 .content-wrapper .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uJveN630y1 .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uJveN630y1 .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uJveN630y1 .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uJveN630y1 .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJveN630y1 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uJveN630y1 .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uJveN630y1 .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uJveN630y1 .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #f7fff7;
}
@media (max-width: 992px) {
  .cid-uJveN630y1 .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uJveN630y1 .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uJveN630y1 .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uJveN630y1 .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uJveN630y1 .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uJveN630y1 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uJveN630y1 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #050f0f;
}
.cid-uJveN630y1 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uJveN630y1 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uJveN630y1 .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uJveN630y1 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uJveN630y1 .mbr-section-title {
  color: #050f0f;
}
.cid-uJveN630y1 .mbr-text {
  color: #050f0f;
}
.cid-uJveN630y1 .panel-title-edit {
  color: #050f0f;
}
.cid-uJveN630y1 .panel-text {
  color: #050f0f;
}
.cid-uJveN7cdsq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff4fd;
}
.cid-uJveN7cdsq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJveN7cdsq .container {
  max-width: 1300px;
}
.cid-uJveN7cdsq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJveN7cdsq .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-uJveN7cdsq .text-wrapper {
    padding: 3rem;
  }
}
.cid-uJveN7cdsq .row {
  background: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uJveN7cdsq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJveN7cdsq .image-wrapper {
  padding: 0;
}
.cid-uJveN7cdsq .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uJveN7cdsq .mbr-section-title {
  color: #000000;
}
.cid-uJveN7cdsq .mbr-text,
.cid-uJveN7cdsq .mbr-section-btn {
  color: #000000;
}
.cid-uJveN7cdsq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJveN88gzr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uJveN88gzr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJveN88gzr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJveN88gzr .row {
  justify-content: center;
}
.cid-uJveN88gzr .content-wrapper .title-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uJveN88gzr .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uJveN88gzr .content-wrapper .title-wrapper {
    padding-bottom: 60px;
  }
}
.cid-uJveN88gzr .content-wrapper .title-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 32px;
  width: 100%;
  background-color: #bbbbbb;
}
@media (max-width: 992px) {
  .cid-uJveN88gzr .content-wrapper .title-wrapper::before {
    height: 24px;
  }
}
.cid-uJveN88gzr .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJveN88gzr .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uJveN88gzr .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJveN88gzr .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uJveN88gzr .mbr-section-title {
  color: #ffffff;
}
.cid-uJveN88gzr .mbr-section-subtitle {
  color: #cbff5b;
  text-align: center;
}
.cid-uJveN88gzr .mbr-text,
.cid-uJveN88gzr .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJveN88gzr .mbr-section-title,
.cid-uJveN88gzr .mbr-section-btn {
  text-align: center;
}
.cid-uJveN8QnzL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJveN8QnzL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJveN8QnzL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJveN8QnzL .row {
  justify-content: center;
}
.cid-uJveN8QnzL .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJveN8QnzL .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uJveN8QnzL .title-wrapper .mbr-section-title span {
  color: #ffbe0d;
}
.cid-uJveN8QnzL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uJveN9w6RI {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uJveN9w6RI .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uJveN9w6RI .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uJveN9w6RI .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #bbbbbb;
  z-index: 1;
}
.cid-uJveN9w6RI .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #000000;
}
.cid-uJveN9w6RI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJveN9w6RI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJveN9w6RI .row {
  position: relative;
  z-index: 2;
}
.cid-uJveN9w6RI .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJveN9w6RI .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uJveN9w6RI .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJveN9w6RI .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uJveN9w6RI .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uJveN9w6RI .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJveN9w6RI .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uJveN9w6RI .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uJveN9w6RI .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJveN9w6RI .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uJveN9w6RI .mbr-section-title {
  color: #212529;
}
.cid-uJveN9w6RI .mbr-text {
  color: #51565c;
}
.cid-uJveN9w6RI .mbr-text,
.cid-uJveN9w6RI .text-wrapper {
  color: #050f0f;
}
.cid-uJveNaiDRg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #bbbbbb;
}
.cid-uJveNaiDRg .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffffff 0, #f7fff7 43%, #ffffff 100%);
}
.cid-uJveNaiDRg .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffffff 0, #f7fff7 43%, #ffffff 100%);
}
.cid-uJveNaiDRg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJveNaiDRg .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-uJveNaiDRg .container {
    padding: 0 30px;
  }
}
.cid-uJveNaiDRg .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uJveNaiDRg .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJveNaiDRg .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uJveNaiDRg .text-wrapper {
  border-left: 1px solid #050f0f;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uJveNaiDRg .text-wrapper {
    padding-left: 20px;
  }
}
.cid-uJveNaiDRg .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJveNaiDRg .mbr-section-title {
  color: #050f0f;
}
.cid-uJveNaiDRg .mbr-text {
  color: #000000;
}
.cid-uJvvtVVO5n {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uJvvtVVO5n .title-text {
  margin-bottom: 70px;
}
.cid-uJvvtVVO5n .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-uJvvtVVO5n .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uJvvtVVO5n .title-text .mbr-section-title {
  color: #130947;
}
.cid-uJvvtVVO5n .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-uJvvtVVO5n .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uJvvtVVO5n .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-uJvvtVVO5n .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uJvvtVVO5n .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-uJvvtVVO5n .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uJvvtVVO5n .accordion-content {
  flex-basis: 100%;
}
.cid-uJvvtVVO5n .panel-group {
  width: 100%;
}
.cid-uJvvtVVO5n .panel-text,
.cid-uJvvtVVO5n .header-text,
.cid-uJvvtVVO5n .mbr-section-subtitle {
  color: #222222;
}
.cid-uJvvtVVO5n .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-uJvvtVVO5n .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-uJvvtVVO5n .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #bbbbbb;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-uJvvtVVO5n .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uJvvtVVO5n .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-uJvvtVVO5n .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-uJvvtVVO5n .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-uJvvtVVO5n .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-uJvvtVVO5n .card .card-header a.panel-title .toggle-icon:before,
.cid-uJvvtVVO5n .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-uJvvtVVO5n .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-uJvvtVVO5n .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-uJvvtVVO5n .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #e2e2e2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uJvvtVVO5n .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-uJvvtVVO5n .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #000000 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uJvvtVVO5n .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-uJvvtVVO5n .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-uJvvtVVO5n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJvvtVVO5n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJvvtVVO5n .title-text .mbr-section-title {
  color: #050f0f;
}
.cid-uJvvtVVO5n .header-text {
  color: #000000;
}
.cid-uJveNb3TSs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uJveNb3TSs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJveNb3TSs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJveNb3TSs .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uJveNb3TSs .content-wrapper {
    padding: 0;
  }
}
.cid-uJveNb3TSs .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJveNb3TSs .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJveNb3TSs .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-uJveNb3TSs .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uJveNb3TSs .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uJveNb3TSs .mbr-section-title {
  color: #050f0f;
}
.cid-uJveNbQ2gp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050f0f;
}
.cid-uJveNbQ2gp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJveNbQ2gp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJveNbQ2gp .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJveNbQ2gp .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJveNbQ2gp .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uJveNbQ2gp .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.cid-uJveNbQ2gp .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uJveNbQ2gp .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uJveNbQ2gp .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uJveNbQ2gp .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ffe66d;
}
.cid-uJveNbQ2gp .content-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #050f0f;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #050f0f;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.cid-uJveNbQ2gp .content-wrapper .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uJveNbQ2gp .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJveNbQ2gp .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uJveNbQ2gp .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uJveNbQ2gp .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJveNbQ2gp .list-wrapper .list .item-wrap:hover,
.cid-uJveNbQ2gp .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.cid-uJveNbQ2gp .title-wrapper .mbr-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJveNbQ2gp .title-wrapper .mbr-section-title {
    margin-top: 8px;
  }
}
.cid-uJveNbQ2gp .list {
  color: #050f0f;
}
.cid-uJveNbQ2gp .mbr-copy {
  color: #050f0f;
}
.cid-uJveNbQ2gp .mbr-section-title {
  color: #050f0f;
  text-align: left;
}
.cid-uJveNbQ2gp .list,
.cid-uJveNbQ2gp .item-wrap {
  color: #ffffff;
}
.cid-uJveNcLtC8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uJveNcLtC8 .mbr-text {
  color: #ffffff;
}
.cid-uJvl1G8NZA {
  background-color: transparent;
}
.cid-uJvl1G8NZA .navbar-dropdown {
  background-color: #f7fff7 !important;
  padding: 0;
}
.cid-uJvl1G8NZA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f7fff7 !important;
  background: #f7fff7;
}
.cid-uJvl1G8NZA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJvl1G8NZA .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uJvl1G8NZA .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uJvl1G8NZA .navbar.opened {
  transition: all 0.3s;
}
.cid-uJvl1G8NZA .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uJvl1G8NZA .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uJvl1G8NZA .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJvl1G8NZA .navbar.collapsed {
  justify-content: center;
}
.cid-uJvl1G8NZA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJvl1G8NZA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJvl1G8NZA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJvl1G8NZA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJvl1G8NZA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJvl1G8NZA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uJvl1G8NZA .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJvl1G8NZA .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uJvl1G8NZA .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uJvl1G8NZA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJvl1G8NZA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJvl1G8NZA .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uJvl1G8NZA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJvl1G8NZA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uJvl1G8NZA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJvl1G8NZA .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uJvl1G8NZA .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uJvl1G8NZA .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uJvl1G8NZA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uJvl1G8NZA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJvl1G8NZA .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uJvl1G8NZA .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJvl1G8NZA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJvl1G8NZA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJvl1G8NZA .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJvl1G8NZA .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uJvl1G8NZA .menu_box .navbar.opened,
  .cid-uJvl1G8NZA .menu_box .navbar-collapse {
    background-color: #f7fff7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uJvl1G8NZA .navbar-dropdown {
  position: relative !important;
}
.cid-uJvl1G8NZA .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uJvl1G8NZA .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uJvl1G8NZA .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uJvl1G8NZA .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uJvl1G8NZA .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uJvl1G8NZA .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uJvl1G8NZA .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uJvl1G8NZA .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uJvl1G8NZA .nav-item {
    margin: 0 !important;
  }
}
.cid-uJvl1G8NZA .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uJvl1G8NZA .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uJvl1G8NZA .nav-item .nav-link:hover,
.cid-uJvl1G8NZA .nav-item .nav-link:focus {
  color: #ff9063 !important;
}
.cid-uJvl1G8NZA .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uJvl1G8NZA .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uJvl1G8NZA .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uJvl1G8NZA .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJvl1G8NZA .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uJvl1G8NZA .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uJvl1G8NZA .offcanvas_box {
    display: none;
  }
}
.cid-uJvl1G8NZA .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uJvl1G8NZA .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uJvl1G8NZA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uJvl1G8NZA .container {
  display: flex;
  margin: auto;
}
.cid-uJvl1G8NZA .iconfont-wrapper {
  color: #050f0f;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uJvl1G8NZA .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uJvl1G8NZA .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uJvl1G8NZA .navbar-nav {
    margin: 0;
  }
}
.cid-uJvl1G8NZA .dropdown-menu,
.cid-uJvl1G8NZA .navbar.opened {
  background-color: false !important;
}
.cid-uJvl1G8NZA .nav-item:focus,
.cid-uJvl1G8NZA .nav-link:focus {
  outline: none;
}
.cid-uJvl1G8NZA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJvl1G8NZA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJvl1G8NZA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJvl1G8NZA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJvl1G8NZA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJvl1G8NZA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJvl1G8NZA .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-uJvl1G8NZA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uJvl1G8NZA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJvl1G8NZA .dropdown-item.active,
.cid-uJvl1G8NZA .dropdown-item:active {
  background-color: transparent;
}
.cid-uJvl1G8NZA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uJvl1G8NZA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJvl1G8NZA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJvl1G8NZA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJvl1G8NZA ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uJvl1G8NZA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJvl1G8NZA button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f7fff7;
  background: #ff9063;
}
.cid-uJvl1G8NZA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #050f0f;
}
.cid-uJvl1G8NZA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJvl1G8NZA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJvl1G8NZA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJvl1G8NZA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJvl1G8NZA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJvl1G8NZA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJvl1G8NZA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJvl1G8NZA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJvl1G8NZA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJvl1G8NZA .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-uJvl1G8NZA .navbar {
    height: 70px;
  }
  .cid-uJvl1G8NZA .navbar.opened {
    height: auto;
  }
  .cid-uJvl1G8NZA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJvl1G8NZA .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uJvl1G8NZA .navbar-caption:hover {
  color: #e56d3d;
}
@media (min-width: 992px) {
  .cid-uJvl1G8NZA .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uJvl1G8NZA .text_widget {
  margin-bottom: 32px;
}
.cid-uJvl1G8NZA .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uJvl1G8NZA .text_widget a:hover,
.cid-uJvl1G8NZA .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uJvl1G8NZA .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uJvl1G8NZA .navbar-caption {
  color: #050f0f;
}
.cid-uJvl1G8NZA .mbr-section-subtitle,
.cid-uJvl1G8NZA .text_widget,
.cid-uJvl1G8NZA .mbr-section-btn {
  text-align: center;
}
.cid-uJvl1G8NZA a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uJvl1HapwB {
  padding-top: 12rem;
  padding-bottom: 0rem;
  position: relative;
  align-items: center;
  background-color: #bbbbbb;
}
.cid-uJvl1HapwB .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uJvl1HapwB .image-wrap {
    padding: 16px;
  }
}
.cid-uJvl1HapwB .image-wrap img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
.cid-uJvl1HapwB .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uJvl1HapwB .image-overlay {
    padding: 16px;
  }
}
.cid-uJvl1HapwB .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 70%;
}
.cid-uJvl1HapwB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJvl1HapwB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJvl1HapwB .row {
  justify-content: center;
}
.cid-uJvl1HapwB .mbr-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #fff7ee;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-uJvl1HapwB .mbr-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uJvl1HapwB .mbr-section-title {
    margin: 30px 16px;
  }
}
.cid-uJvl1HapwB .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #bbbbbb;
}
@media (max-width: 992px) {
  .cid-uJvl1HapwB .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uJvl1HapwB .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uJvl1HapwB .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJvl1HapwB .mbr-text,
.cid-uJvl1HapwB .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uJvl1HapwB .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJvl1HapwB .mbr-text,
.cid-uJvl1HapwB .mbr-section-btn {
  text-align: center;
}
.cid-uJvl1HapwB .mbr-text,
.cid-uJvl1HapwB .text-wrapper,
.cid-uJvl1HapwB .mbr-section-btn {
  color: #000000;
}
.cid-uJvl1HZccM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-color: #ffffff;
}
.cid-uJvl1HZccM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJvl1HZccM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJvl1HZccM .row {
  align-items: center;
}
.cid-uJvl1HZccM .content-wrapper {
  padding: 108px;
  background-color: #2c2625;
  border-right: 2px solid #ffffff;
}
@media (max-width: 1440px) {
  .cid-uJvl1HZccM .content-wrapper {
    padding: 80px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uJvl1HZccM .content-wrapper {
    padding: 80px 20px;
  }
}
@media (max-width: 992px) {
  .cid-uJvl1HZccM .content-wrapper {
    border-right: none;
  }
}
.cid-uJvl1HZccM .content-wrapper .mbr-label {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJvl1HZccM .content-wrapper .mbr-label {
    margin-bottom: 32px;
  }
}
.cid-uJvl1HZccM .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJvl1HZccM .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uJvl1HZccM .content-wrapper .items-wrapper .item .item-wrapper {
  display: flex;
  padding: 32px 0;
  border-bottom: 2px solid #ffffff;
}
.cid-uJvl1HZccM .content-wrapper .items-wrapper .item .item-wrapper:first-child {
  border-top: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uJvl1HZccM .content-wrapper .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uJvl1HZccM .content-wrapper .items-wrapper .item .item-wrapper .item-date {
  width: 30%;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uJvl1HZccM .content-wrapper .items-wrapper .item .item-wrapper .item-date {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uJvl1HZccM .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uJvl1HZccM .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uJvl1HZccM .image-wrapper {
  padding: 108px;
}
@media (max-width: 1440px) {
  .cid-uJvl1HZccM .image-wrapper {
    padding: 80px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uJvl1HZccM .image-wrapper {
    padding: 80px 20px;
  }
}
.cid-uJvl1HZccM .image-wrapper img {
  object-fit: cover;
  height: 450px;
  border: 2px solid #2c2625;
  box-shadow: -10px 10px 0 0 #2c2625;
}
@media (max-width: 992px) {
  .cid-uJvl1HZccM .image-wrapper img {
    box-shadow: -5px 5px 0 0 #2c2625;
    height: 350px;
  }
}
.cid-uJvl1HZccM .mbr-label {
  color: #ffffff;
}
.cid-uJvl1HZccM .mbr-section-title {
  color: #ffffff;
}
.cid-uJvl1HZccM .item-date {
  color: #ffffff;
}
.cid-uJvl1HZccM .item-title {
  color: #ffffff;
}
.cid-uJvl1HZccM .item-desc {
  color: #ffffff;
}
.cid-uJvl1IAyOL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-uJvl1IAyOL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJvl1IAyOL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJvl1IAyOL .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uJvl1IAyOL .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uJvl1IAyOL .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uJvl1IAyOL .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uJvl1IAyOL .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-uJvl1IAyOL .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uJvl1IAyOL .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJvl1IAyOL .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJvl1IAyOL .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJvl1IAyOL .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uJvl1IAyOL .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uJvl1JdAIF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uJvl1JdAIF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJvl1JdAIF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJvl1JdAIF .content-wrapper {
  padding: 80px 90px;
  background-color: #bbbbbb;
}
@media (max-width: 992px) {
  .cid-uJvl1JdAIF .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uJvl1JdAIF .content-wrapper .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJvl1JdAIF .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJvl1JdAIF .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJvl1JdAIF .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJvl1JdAIF .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  width: 75%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJvl1JdAIF .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJvl1JdAIF .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1199px) {
  .cid-uJvl1JdAIF .content-wrapper .items-wrapper {
    gap: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uJvl1JdAIF .content-wrapper .items-wrapper {
    display: block;
  }
}
.cid-uJvl1JdAIF .content-wrapper .items-wrapper .item {
  transform: rotate(-1deg);
  transition: all 0.3s ease-in-out;
}
.cid-uJvl1JdAIF .content-wrapper .items-wrapper .item:nth-child(2n) {
  transform: rotate(1deg);
}
.cid-uJvl1JdAIF .content-wrapper .items-wrapper .item:hover,
.cid-uJvl1JdAIF .content-wrapper .items-wrapper .item:focus {
  transform: rotate(0) !important;
}
@media (max-width: 992px) {
  .cid-uJvl1JdAIF .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
    transform: rotate(0) !important;
  }
  .cid-uJvl1JdAIF .content-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uJvl1JdAIF .content-wrapper .items-wrapper .item .item-wrapper {
  position: relative;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  height: 100%;
  padding: 24px;
  background-color: #f7fff7;
}
@media (max-width: 992px) {
  .cid-uJvl1JdAIF .content-wrapper .items-wrapper .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-uJvl1JdAIF .content-wrapper .items-wrapper .item .item-wrapper .item-img {
  position: relative;
}
.cid-uJvl1JdAIF .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
  height: 670px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJvl1JdAIF .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uJvl1JdAIF .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJvl1JdAIF .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper {
  padding-right: 8px;
}
.cid-uJvl1JdAIF .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont {
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #050f0f;
  transition: all 0.3s ease-in-out;
}
.cid-uJvl1JdAIF .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uJvl1JdAIF .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont:focus {
  color: #90ee90;
}
.cid-uJvl1JdAIF .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .item-name {
  width: 100%;
  margin-bottom: 0;
}
.cid-uJvl1JdAIF .mbr-section-title {
  color: #050f0f;
  text-align: center;
}
.cid-uJvl1JdAIF .mbr-text,
.cid-uJvl1JdAIF .text-wrapper {
  color: #050f0f;
  text-align: center;
}
.cid-uJvl1JdAIF .item-name {
  color: #050f0f;
  text-align: center;
}
.cid-uJvl1K5IKY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
  overflow: hidden;
}
.cid-uJvl1K5IKY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJvl1K5IKY .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-uJvl1K5IKY .container {
    padding: 0 22px;
  }
}
.cid-uJvl1K5IKY .card {
  justify-content: center;
}
.cid-uJvl1K5IKY .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uJvl1K5IKY .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uJvl1K5IKY .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uJvl1K5IKY .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJvl1K5IKY .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uJvl1K5IKY .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #0133f0;
}
@media (max-width: 1440px) {
  .cid-uJvl1K5IKY .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uJvl1K5IKY .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uJvl1K5IKY .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uJvl1K5IKY .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uJvl1K5IKY .mbr-section-title {
  color: #222222;
}
.cid-uJvl1K5IKY .mbr-text {
  color: #050f0f;
}
.cid-uJvl1KBANW {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uJvl1KBANW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJvl1KBANW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJvl1KBANW .content-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  padding: 80px 60px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .cid-uJvl1KBANW .content-wrapper {
    gap: 16px;
  }
}
@media (max-width: 1199px) {
  .cid-uJvl1KBANW .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uJvl1KBANW .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uJvl1KBANW .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uJvl1KBANW .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uJvl1KBANW .content-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-uJvl1KBANW .content-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uJvl1KBANW .content-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background-color: #bbbbbb;
}
.cid-uJvl1KBANW .content-wrapper .item .item-wrapper:hover,
.cid-uJvl1KBANW .content-wrapper .item .item-wrapper:focus {
  transform: translate(0.2rem, 0.2rem);
  box-shadow: none;
}
.cid-uJvl1KBANW .content-wrapper .item .item-wrapper .item-content .item-img {
  border-bottom: 3px solid #050f0f;
}
.cid-uJvl1KBANW .content-wrapper .item .item-wrapper .item-content .item-img img {
  height: 390px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJvl1KBANW .content-wrapper .item .item-wrapper .item-content .item-img img {
    height: 350px;
  }
}
.cid-uJvl1KBANW .content-wrapper .item .item-wrapper .item-content .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .8;
}
.cid-uJvl1KBANW .content-wrapper .item .item-wrapper .item-content .text-wrapper {
  padding: 32px;
}
@media (max-width: 1440px) {
  .cid-uJvl1KBANW .content-wrapper .item .item-wrapper .item-content .text-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJvl1KBANW .content-wrapper .item .item-wrapper .item-content .text-wrapper {
    padding: 32px 16px;
  }
}
.cid-uJvl1KBANW .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uJvl1KBANW .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-title {
    margin-bottom: 24px;
  }
}
.cid-uJvl1KBANW .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uJvl1KBANW .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    margin-bottom: 0;
  }
}
.cid-uJvl1KBANW .content-wrapper .item .item-wrapper .tags-wrapper {
  padding: 0 32px 24px 32px;
}
@media (max-width: 1440px) {
  .cid-uJvl1KBANW .content-wrapper .item .item-wrapper .tags-wrapper {
    padding: 0 24px 24px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJvl1KBANW .content-wrapper .item .item-wrapper .tags-wrapper {
    padding: 0 16px 24px 16px;
  }
}
.cid-uJvl1KBANW .content-wrapper .item .item-wrapper .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uJvl1KBANW .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap {
  display: inline-flex;
  padding: 11px 20px;
  margin: 0 8px 8px 0;
  background-color: #d3f2ff;
}
.cid-uJvl1KBANW .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap:nth-child(2n) {
  background-color: #bafca2;
}
.cid-uJvl1KBANW .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap:nth-child(3n) {
  background-color: #fdfd96;
}
.cid-uJvl1KBANW .item-title {
  color: #050f0f;
}
.cid-uJvl1KBANW .item-text {
  color: #050f0f;
}
.cid-uJvl1KBANW .list {
  color: #050f0f;
}
.cid-uJvl1LIe0c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-uJvl1LIe0c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJvl1LIe0c .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-uJvl1LIe0c .container {
    padding: 0 22px;
  }
}
.cid-uJvl1LIe0c .card {
  justify-content: center;
}
.cid-uJvl1LIe0c .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uJvl1LIe0c .content-wrapper {
    padding: 0;
  }
}
.cid-uJvl1LIe0c .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uJvl1LIe0c .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uJvl1LIe0c .image-wrapper {
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uJvl1LIe0c .image-wrapper {
    margin-top: 20px;
    padding: 0;
  }
}
.cid-uJvl1LIe0c .image-wrapper img {
  height: 600px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJvl1LIe0c .image-wrapper img {
    height: 350px;
  }
}
.cid-uJvl1LIe0c .mbr-section-title {
  color: #ffffff;
}
.cid-uJvl1LIe0c .mbr-text {
  color: #050f0f;
}
.cid-uJvl1LIe0c .mbr-section-title,
.cid-uJvl1LIe0c .mbr-section-btn {
  color: #000000;
}
.cid-uJvl1Mv4xc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uJvl1Mv4xc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJvl1Mv4xc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJvl1Mv4xc .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uJvl1Mv4xc .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uJvl1Mv4xc .items-wrapper .item {
    margin-bottom: 12px;
  }
  .cid-uJvl1Mv4xc .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uJvl1Mv4xc .items-wrapper .item .item-wrapper {
  position: relative;
  background-color: #bbbbbb;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uJvl1Mv4xc .items-wrapper .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-uJvl1Mv4xc .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJvl1Mv4xc .items-wrapper .item .item-wrapper .card-box .item-title {
    margin-bottom: 24px;
  }
}
.cid-uJvl1Mv4xc .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uJvl1Mv4xc .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uJvl1Mv4xc .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    margin-bottom: 16px;
  }
}
.cid-uJvl1Mv4xc .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-uJvl1Mv4xc .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.cid-uJvl1Mv4xc .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uJvl1Mv4xc .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.cid-uJvl1Mv4xc .item-title {
  color: #050f0f;
}
.cid-uJvl1Mv4xc .item-text {
  color: #050f0f;
}
.cid-uJvl1Mv4xc .icon-wrapper {
  text-align: right;
}
.cid-uJvl1NRYcY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-uJvl1NRYcY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJvl1NRYcY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJvl1NRYcY .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJvl1NRYcY .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJvl1NRYcY .container {
    padding: 0 12px;
  }
}
.cid-uJvl1NRYcY .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJvl1NRYcY .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJvl1NRYcY .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJvl1NRYcY .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uJvl1NRYcY .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uJvl1NRYcY .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uJvl1NRYcY .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uJvl1NRYcY .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uJvl1NRYcY .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uJvl1NRYcY .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uJvl1NRYcY .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uJvl1NRYcY .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uJvl1NRYcY .mbr-section-subtitle {
  color: #222222;
}
.cid-uJvl1NRYcY .mbr-text {
  color: #222222;
}
.cid-uJvl1NRYcY .list {
  color: #222222;
}
.cid-uJvl1Ov3t6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uJvl1Ov3t6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJvl1Ov3t6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJvl1Ov3t6 .content-wrapper {
  padding: 80px 90px;
  background-color: #bbbbbb;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uJvl1Ov3t6 .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uJvl1Ov3t6 .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uJvl1Ov3t6 .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
  padding-right: 0;
  padding-left: 48px;
}
@media (max-width: 1199px) {
  .cid-uJvl1Ov3t6 .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uJvl1Ov3t6 .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 1199px) {
  .cid-uJvl1Ov3t6 .content-wrapper .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uJvl1Ov3t6 .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uJvl1Ov3t6 .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uJvl1Ov3t6 .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uJvl1Ov3t6 .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJvl1Ov3t6 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uJvl1Ov3t6 .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uJvl1Ov3t6 .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uJvl1Ov3t6 .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #f7fff7;
}
@media (max-width: 992px) {
  .cid-uJvl1Ov3t6 .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uJvl1Ov3t6 .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uJvl1Ov3t6 .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uJvl1Ov3t6 .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uJvl1Ov3t6 .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uJvl1Ov3t6 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uJvl1Ov3t6 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #050f0f;
}
.cid-uJvl1Ov3t6 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uJvl1Ov3t6 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uJvl1Ov3t6 .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uJvl1Ov3t6 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uJvl1Ov3t6 .mbr-section-title {
  color: #050f0f;
}
.cid-uJvl1Ov3t6 .mbr-text {
  color: #050f0f;
}
.cid-uJvl1Ov3t6 .panel-title-edit {
  color: #050f0f;
}
.cid-uJvl1Ov3t6 .panel-text {
  color: #050f0f;
}
.cid-uJvl1PMDT2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff4fd;
}
.cid-uJvl1PMDT2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJvl1PMDT2 .container {
  max-width: 1300px;
}
.cid-uJvl1PMDT2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJvl1PMDT2 .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-uJvl1PMDT2 .text-wrapper {
    padding: 3rem;
  }
}
.cid-uJvl1PMDT2 .row {
  background: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uJvl1PMDT2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJvl1PMDT2 .image-wrapper {
  padding: 0;
}
.cid-uJvl1PMDT2 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uJvl1PMDT2 .mbr-section-title {
  color: #000000;
}
.cid-uJvl1PMDT2 .mbr-text,
.cid-uJvl1PMDT2 .mbr-section-btn {
  color: #000000;
}
.cid-uJvl1PMDT2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJvl1QFPP9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uJvl1QFPP9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJvl1QFPP9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJvl1QFPP9 .row {
  justify-content: center;
}
.cid-uJvl1QFPP9 .content-wrapper .title-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uJvl1QFPP9 .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uJvl1QFPP9 .content-wrapper .title-wrapper {
    padding-bottom: 60px;
  }
}
.cid-uJvl1QFPP9 .content-wrapper .title-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 32px;
  width: 100%;
  background-color: #bbbbbb;
}
@media (max-width: 992px) {
  .cid-uJvl1QFPP9 .content-wrapper .title-wrapper::before {
    height: 24px;
  }
}
.cid-uJvl1QFPP9 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJvl1QFPP9 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uJvl1QFPP9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJvl1QFPP9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uJvl1QFPP9 .mbr-section-title {
  color: #ffffff;
}
.cid-uJvl1QFPP9 .mbr-section-subtitle {
  color: #cbff5b;
  text-align: center;
}
.cid-uJvl1QFPP9 .mbr-text,
.cid-uJvl1QFPP9 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJvl1QFPP9 .mbr-section-title,
.cid-uJvl1QFPP9 .mbr-section-btn {
  text-align: center;
}
.cid-uJvl1RjR6H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJvl1RjR6H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJvl1RjR6H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJvl1RjR6H .row {
  justify-content: center;
}
.cid-uJvl1RjR6H .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJvl1RjR6H .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uJvl1RjR6H .title-wrapper .mbr-section-title span {
  color: #ffbe0d;
}
.cid-uJvl1RjR6H .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uJvl1SbRsP {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uJvl1SbRsP .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uJvl1SbRsP .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uJvl1SbRsP .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #bbbbbb;
  z-index: 1;
}
.cid-uJvl1SbRsP .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #000000;
}
.cid-uJvl1SbRsP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJvl1SbRsP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJvl1SbRsP .row {
  position: relative;
  z-index: 2;
}
.cid-uJvl1SbRsP .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJvl1SbRsP .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uJvl1SbRsP .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJvl1SbRsP .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uJvl1SbRsP .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uJvl1SbRsP .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJvl1SbRsP .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uJvl1SbRsP .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uJvl1SbRsP .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJvl1SbRsP .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uJvl1SbRsP .mbr-section-title {
  color: #ffffff;
}
.cid-uJvl1SbRsP .mbr-text {
  color: #51565c;
}
.cid-uJvl1SbRsP .mbr-text,
.cid-uJvl1SbRsP .text-wrapper {
  color: #ffffff;
}
.cid-uJvl1T4S3i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #bbbbbb;
}
.cid-uJvl1T4S3i .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffffff 0, #f7fff7 43%, #ffffff 100%);
}
.cid-uJvl1T4S3i .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffffff 0, #f7fff7 43%, #ffffff 100%);
}
.cid-uJvl1T4S3i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJvl1T4S3i .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-uJvl1T4S3i .container {
    padding: 0 30px;
  }
}
.cid-uJvl1T4S3i .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uJvl1T4S3i .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJvl1T4S3i .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uJvl1T4S3i .text-wrapper {
  border-left: 1px solid #050f0f;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uJvl1T4S3i .text-wrapper {
    padding-left: 20px;
  }
}
.cid-uJvl1T4S3i .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJvl1T4S3i .mbr-section-title {
  color: #050f0f;
}
.cid-uJvl1T4S3i .mbr-text {
  color: #000000;
}
.cid-uJvwgAzpKb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uJvwgAzpKb .title-text {
  margin-bottom: 70px;
}
.cid-uJvwgAzpKb .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-uJvwgAzpKb .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uJvwgAzpKb .title-text .mbr-section-title {
  color: #130947;
}
.cid-uJvwgAzpKb .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-uJvwgAzpKb .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uJvwgAzpKb .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-uJvwgAzpKb .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uJvwgAzpKb .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-uJvwgAzpKb .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uJvwgAzpKb .accordion-content {
  flex-basis: 100%;
}
.cid-uJvwgAzpKb .panel-group {
  width: 100%;
}
.cid-uJvwgAzpKb .panel-text,
.cid-uJvwgAzpKb .header-text,
.cid-uJvwgAzpKb .mbr-section-subtitle {
  color: #222222;
}
.cid-uJvwgAzpKb .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-uJvwgAzpKb .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-uJvwgAzpKb .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #bbbbbb;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-uJvwgAzpKb .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uJvwgAzpKb .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-uJvwgAzpKb .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-uJvwgAzpKb .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-uJvwgAzpKb .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-uJvwgAzpKb .card .card-header a.panel-title .toggle-icon:before,
.cid-uJvwgAzpKb .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-uJvwgAzpKb .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-uJvwgAzpKb .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-uJvwgAzpKb .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #e2e2e2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uJvwgAzpKb .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-uJvwgAzpKb .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #000000 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uJvwgAzpKb .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-uJvwgAzpKb .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-uJvwgAzpKb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJvwgAzpKb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJvwgAzpKb .title-text .mbr-section-title {
  color: #050f0f;
}
.cid-uJvwgAzpKb .header-text {
  color: #000000;
}
.cid-uJvl1TTRvF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uJvl1TTRvF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJvl1TTRvF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJvl1TTRvF .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uJvl1TTRvF .content-wrapper {
    padding: 0;
  }
}
.cid-uJvl1TTRvF .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJvl1TTRvF .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJvl1TTRvF .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-uJvl1TTRvF .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uJvl1TTRvF .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uJvl1TTRvF .mbr-section-title {
  color: #050f0f;
}
.cid-uJvl1UI0Mv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050f0f;
}
.cid-uJvl1UI0Mv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJvl1UI0Mv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJvl1UI0Mv .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJvl1UI0Mv .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJvl1UI0Mv .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uJvl1UI0Mv .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.cid-uJvl1UI0Mv .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uJvl1UI0Mv .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uJvl1UI0Mv .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uJvl1UI0Mv .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ffe66d;
}
.cid-uJvl1UI0Mv .content-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #050f0f;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #050f0f;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.cid-uJvl1UI0Mv .content-wrapper .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uJvl1UI0Mv .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJvl1UI0Mv .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uJvl1UI0Mv .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uJvl1UI0Mv .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJvl1UI0Mv .list-wrapper .list .item-wrap:hover,
.cid-uJvl1UI0Mv .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.cid-uJvl1UI0Mv .title-wrapper .mbr-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJvl1UI0Mv .title-wrapper .mbr-section-title {
    margin-top: 8px;
  }
}
.cid-uJvl1UI0Mv .list {
  color: #050f0f;
}
.cid-uJvl1UI0Mv .mbr-copy {
  color: #050f0f;
}
.cid-uJvl1UI0Mv .mbr-section-title {
  color: #050f0f;
  text-align: left;
}
.cid-uJvl1UI0Mv .list,
.cid-uJvl1UI0Mv .item-wrap {
  color: #ffffff;
}
.cid-uJvl1VL6dO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uJvl1VL6dO .mbr-text {
  color: #ffffff;
}
.cid-uJveOKHjiU {
  background-color: transparent;
}
.cid-uJveOKHjiU .navbar-dropdown {
  background-color: #f7fff7 !important;
  padding: 0;
}
.cid-uJveOKHjiU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f7fff7 !important;
  background: #f7fff7;
}
.cid-uJveOKHjiU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJveOKHjiU .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uJveOKHjiU .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uJveOKHjiU .navbar.opened {
  transition: all 0.3s;
}
.cid-uJveOKHjiU .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uJveOKHjiU .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uJveOKHjiU .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJveOKHjiU .navbar.collapsed {
  justify-content: center;
}
.cid-uJveOKHjiU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJveOKHjiU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJveOKHjiU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJveOKHjiU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJveOKHjiU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJveOKHjiU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uJveOKHjiU .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJveOKHjiU .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uJveOKHjiU .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uJveOKHjiU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJveOKHjiU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJveOKHjiU .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uJveOKHjiU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJveOKHjiU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uJveOKHjiU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJveOKHjiU .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uJveOKHjiU .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uJveOKHjiU .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uJveOKHjiU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uJveOKHjiU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJveOKHjiU .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uJveOKHjiU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJveOKHjiU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJveOKHjiU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJveOKHjiU .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJveOKHjiU .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uJveOKHjiU .menu_box .navbar.opened,
  .cid-uJveOKHjiU .menu_box .navbar-collapse {
    background-color: #f7fff7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uJveOKHjiU .navbar-dropdown {
  position: relative !important;
}
.cid-uJveOKHjiU .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uJveOKHjiU .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uJveOKHjiU .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uJveOKHjiU .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uJveOKHjiU .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uJveOKHjiU .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uJveOKHjiU .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uJveOKHjiU .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uJveOKHjiU .nav-item {
    margin: 0 !important;
  }
}
.cid-uJveOKHjiU .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uJveOKHjiU .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uJveOKHjiU .nav-item .nav-link:hover,
.cid-uJveOKHjiU .nav-item .nav-link:focus {
  color: #ff9063 !important;
}
.cid-uJveOKHjiU .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uJveOKHjiU .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uJveOKHjiU .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uJveOKHjiU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJveOKHjiU .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uJveOKHjiU .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uJveOKHjiU .offcanvas_box {
    display: none;
  }
}
.cid-uJveOKHjiU .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uJveOKHjiU .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uJveOKHjiU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uJveOKHjiU .container {
  display: flex;
  margin: auto;
}
.cid-uJveOKHjiU .iconfont-wrapper {
  color: #050f0f;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uJveOKHjiU .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uJveOKHjiU .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uJveOKHjiU .navbar-nav {
    margin: 0;
  }
}
.cid-uJveOKHjiU .dropdown-menu,
.cid-uJveOKHjiU .navbar.opened {
  background-color: false !important;
}
.cid-uJveOKHjiU .nav-item:focus,
.cid-uJveOKHjiU .nav-link:focus {
  outline: none;
}
.cid-uJveOKHjiU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJveOKHjiU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJveOKHjiU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJveOKHjiU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJveOKHjiU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJveOKHjiU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJveOKHjiU .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-uJveOKHjiU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uJveOKHjiU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJveOKHjiU .dropdown-item.active,
.cid-uJveOKHjiU .dropdown-item:active {
  background-color: transparent;
}
.cid-uJveOKHjiU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uJveOKHjiU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJveOKHjiU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJveOKHjiU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJveOKHjiU ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uJveOKHjiU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJveOKHjiU button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f7fff7;
  background: #ff9063;
}
.cid-uJveOKHjiU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #050f0f;
}
.cid-uJveOKHjiU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJveOKHjiU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJveOKHjiU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJveOKHjiU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJveOKHjiU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJveOKHjiU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJveOKHjiU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJveOKHjiU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJveOKHjiU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJveOKHjiU .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-uJveOKHjiU .navbar {
    height: 70px;
  }
  .cid-uJveOKHjiU .navbar.opened {
    height: auto;
  }
  .cid-uJveOKHjiU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJveOKHjiU .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uJveOKHjiU .navbar-caption:hover {
  color: #e56d3d;
}
@media (min-width: 992px) {
  .cid-uJveOKHjiU .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uJveOKHjiU .text_widget {
  margin-bottom: 32px;
}
.cid-uJveOKHjiU .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uJveOKHjiU .text_widget a:hover,
.cid-uJveOKHjiU .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uJveOKHjiU .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uJveOKHjiU .navbar-caption {
  color: #050f0f;
}
.cid-uJveOKHjiU .mbr-section-subtitle,
.cid-uJveOKHjiU .text_widget,
.cid-uJveOKHjiU .mbr-section-btn {
  text-align: center;
}
.cid-uJveOKHjiU a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uJveOLaxyq {
  padding-top: 12rem;
  padding-bottom: 0rem;
  position: relative;
  align-items: center;
  background-color: #bbbbbb;
}
.cid-uJveOLaxyq .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uJveOLaxyq .image-wrap {
    padding: 16px;
  }
}
.cid-uJveOLaxyq .image-wrap img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
.cid-uJveOLaxyq .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uJveOLaxyq .image-overlay {
    padding: 16px;
  }
}
.cid-uJveOLaxyq .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 70%;
}
.cid-uJveOLaxyq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJveOLaxyq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJveOLaxyq .row {
  justify-content: center;
}
.cid-uJveOLaxyq .mbr-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #fff7ee;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-uJveOLaxyq .mbr-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uJveOLaxyq .mbr-section-title {
    margin: 30px 16px;
  }
}
.cid-uJveOLaxyq .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #bbbbbb;
}
@media (max-width: 992px) {
  .cid-uJveOLaxyq .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uJveOLaxyq .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uJveOLaxyq .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJveOLaxyq .mbr-text,
.cid-uJveOLaxyq .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uJveOLaxyq .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJveOLaxyq .mbr-text,
.cid-uJveOLaxyq .mbr-section-btn {
  text-align: center;
}
.cid-uJveOLaxyq .mbr-text,
.cid-uJveOLaxyq .text-wrapper,
.cid-uJveOLaxyq .mbr-section-btn {
  color: #000000;
}
.cid-uJveOLDZCB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-color: #ffffff;
}
.cid-uJveOLDZCB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJveOLDZCB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJveOLDZCB .row {
  align-items: center;
}
.cid-uJveOLDZCB .content-wrapper {
  padding: 108px;
  background-color: #2c2625;
  border-right: 2px solid #ffffff;
}
@media (max-width: 1440px) {
  .cid-uJveOLDZCB .content-wrapper {
    padding: 80px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uJveOLDZCB .content-wrapper {
    padding: 80px 20px;
  }
}
@media (max-width: 992px) {
  .cid-uJveOLDZCB .content-wrapper {
    border-right: none;
  }
}
.cid-uJveOLDZCB .content-wrapper .mbr-label {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJveOLDZCB .content-wrapper .mbr-label {
    margin-bottom: 32px;
  }
}
.cid-uJveOLDZCB .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJveOLDZCB .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uJveOLDZCB .content-wrapper .items-wrapper .item .item-wrapper {
  display: flex;
  padding: 32px 0;
  border-bottom: 2px solid #ffffff;
}
.cid-uJveOLDZCB .content-wrapper .items-wrapper .item .item-wrapper:first-child {
  border-top: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uJveOLDZCB .content-wrapper .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uJveOLDZCB .content-wrapper .items-wrapper .item .item-wrapper .item-date {
  width: 30%;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uJveOLDZCB .content-wrapper .items-wrapper .item .item-wrapper .item-date {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uJveOLDZCB .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uJveOLDZCB .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uJveOLDZCB .image-wrapper {
  padding: 108px;
}
@media (max-width: 1440px) {
  .cid-uJveOLDZCB .image-wrapper {
    padding: 80px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uJveOLDZCB .image-wrapper {
    padding: 80px 20px;
  }
}
.cid-uJveOLDZCB .image-wrapper img {
  object-fit: cover;
  height: 450px;
  border: 2px solid #2c2625;
  box-shadow: -10px 10px 0 0 #2c2625;
}
@media (max-width: 992px) {
  .cid-uJveOLDZCB .image-wrapper img {
    box-shadow: -5px 5px 0 0 #2c2625;
    height: 350px;
  }
}
.cid-uJveOLDZCB .mbr-label {
  color: #ffffff;
}
.cid-uJveOLDZCB .mbr-section-title {
  color: #ffffff;
}
.cid-uJveOLDZCB .item-date {
  color: #ffffff;
}
.cid-uJveOLDZCB .item-title {
  color: #ffffff;
}
.cid-uJveOLDZCB .item-desc {
  color: #ffffff;
}
.cid-uJveOM1F37 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-uJveOM1F37 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJveOM1F37 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJveOM1F37 .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uJveOM1F37 .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uJveOM1F37 .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uJveOM1F37 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uJveOM1F37 .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-uJveOM1F37 .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uJveOM1F37 .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJveOM1F37 .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJveOM1F37 .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJveOM1F37 .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uJveOM1F37 .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uJveOMnb56 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uJveOMnb56 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJveOMnb56 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJveOMnb56 .content-wrapper {
  padding: 80px 90px;
  background-color: #bbbbbb;
}
@media (max-width: 992px) {
  .cid-uJveOMnb56 .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uJveOMnb56 .content-wrapper .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJveOMnb56 .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJveOMnb56 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJveOMnb56 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJveOMnb56 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  width: 75%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJveOMnb56 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJveOMnb56 .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1199px) {
  .cid-uJveOMnb56 .content-wrapper .items-wrapper {
    gap: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uJveOMnb56 .content-wrapper .items-wrapper {
    display: block;
  }
}
.cid-uJveOMnb56 .content-wrapper .items-wrapper .item {
  transform: rotate(-1deg);
  transition: all 0.3s ease-in-out;
}
.cid-uJveOMnb56 .content-wrapper .items-wrapper .item:nth-child(2n) {
  transform: rotate(1deg);
}
.cid-uJveOMnb56 .content-wrapper .items-wrapper .item:hover,
.cid-uJveOMnb56 .content-wrapper .items-wrapper .item:focus {
  transform: rotate(0) !important;
}
@media (max-width: 992px) {
  .cid-uJveOMnb56 .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
    transform: rotate(0) !important;
  }
  .cid-uJveOMnb56 .content-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uJveOMnb56 .content-wrapper .items-wrapper .item .item-wrapper {
  position: relative;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  height: 100%;
  padding: 24px;
  background-color: #f7fff7;
}
@media (max-width: 992px) {
  .cid-uJveOMnb56 .content-wrapper .items-wrapper .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-uJveOMnb56 .content-wrapper .items-wrapper .item .item-wrapper .item-img {
  position: relative;
}
.cid-uJveOMnb56 .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
  height: 670px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJveOMnb56 .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uJveOMnb56 .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJveOMnb56 .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper {
  padding-right: 8px;
}
.cid-uJveOMnb56 .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont {
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #050f0f;
  transition: all 0.3s ease-in-out;
}
.cid-uJveOMnb56 .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uJveOMnb56 .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont:focus {
  color: #90ee90;
}
.cid-uJveOMnb56 .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .item-name {
  width: 100%;
  margin-bottom: 0;
}
.cid-uJveOMnb56 .mbr-section-title {
  color: #050f0f;
  text-align: center;
}
.cid-uJveOMnb56 .mbr-text,
.cid-uJveOMnb56 .text-wrapper {
  color: #050f0f;
  text-align: center;
}
.cid-uJveOMnb56 .item-name {
  color: #050f0f;
  text-align: center;
}
.cid-uJveOMWyUz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
  overflow: hidden;
}
.cid-uJveOMWyUz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJveOMWyUz .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-uJveOMWyUz .container {
    padding: 0 22px;
  }
}
.cid-uJveOMWyUz .card {
  justify-content: center;
}
.cid-uJveOMWyUz .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uJveOMWyUz .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uJveOMWyUz .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uJveOMWyUz .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJveOMWyUz .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uJveOMWyUz .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #0133f0;
}
@media (max-width: 1440px) {
  .cid-uJveOMWyUz .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uJveOMWyUz .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uJveOMWyUz .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uJveOMWyUz .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uJveOMWyUz .mbr-section-title {
  color: #222222;
}
.cid-uJveOMWyUz .mbr-text {
  color: #050f0f;
}
.cid-uJveONsugY {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uJveONsugY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJveONsugY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJveONsugY .content-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  padding: 80px 60px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .cid-uJveONsugY .content-wrapper {
    gap: 16px;
  }
}
@media (max-width: 1199px) {
  .cid-uJveONsugY .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uJveONsugY .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uJveONsugY .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uJveONsugY .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uJveONsugY .content-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-uJveONsugY .content-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uJveONsugY .content-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background-color: #bbbbbb;
}
.cid-uJveONsugY .content-wrapper .item .item-wrapper:hover,
.cid-uJveONsugY .content-wrapper .item .item-wrapper:focus {
  transform: translate(0.2rem, 0.2rem);
  box-shadow: none;
}
.cid-uJveONsugY .content-wrapper .item .item-wrapper .item-content .item-img {
  border-bottom: 3px solid #050f0f;
}
.cid-uJveONsugY .content-wrapper .item .item-wrapper .item-content .item-img img {
  height: 390px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJveONsugY .content-wrapper .item .item-wrapper .item-content .item-img img {
    height: 350px;
  }
}
.cid-uJveONsugY .content-wrapper .item .item-wrapper .item-content .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .8;
}
.cid-uJveONsugY .content-wrapper .item .item-wrapper .item-content .text-wrapper {
  padding: 32px;
}
@media (max-width: 1440px) {
  .cid-uJveONsugY .content-wrapper .item .item-wrapper .item-content .text-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJveONsugY .content-wrapper .item .item-wrapper .item-content .text-wrapper {
    padding: 32px 16px;
  }
}
.cid-uJveONsugY .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uJveONsugY .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-title {
    margin-bottom: 24px;
  }
}
.cid-uJveONsugY .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uJveONsugY .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    margin-bottom: 0;
  }
}
.cid-uJveONsugY .content-wrapper .item .item-wrapper .tags-wrapper {
  padding: 0 32px 24px 32px;
}
@media (max-width: 1440px) {
  .cid-uJveONsugY .content-wrapper .item .item-wrapper .tags-wrapper {
    padding: 0 24px 24px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJveONsugY .content-wrapper .item .item-wrapper .tags-wrapper {
    padding: 0 16px 24px 16px;
  }
}
.cid-uJveONsugY .content-wrapper .item .item-wrapper .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uJveONsugY .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap {
  display: inline-flex;
  padding: 11px 20px;
  margin: 0 8px 8px 0;
  background-color: #d3f2ff;
}
.cid-uJveONsugY .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap:nth-child(2n) {
  background-color: #bafca2;
}
.cid-uJveONsugY .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap:nth-child(3n) {
  background-color: #fdfd96;
}
.cid-uJveONsugY .item-title {
  color: #050f0f;
}
.cid-uJveONsugY .item-text {
  color: #050f0f;
}
.cid-uJveONsugY .list {
  color: #050f0f;
}
.cid-uJveONUM9e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-uJveONUM9e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJveONUM9e .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-uJveONUM9e .container {
    padding: 0 22px;
  }
}
.cid-uJveONUM9e .card {
  justify-content: center;
}
.cid-uJveONUM9e .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uJveONUM9e .content-wrapper {
    padding: 0;
  }
}
.cid-uJveONUM9e .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uJveONUM9e .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uJveONUM9e .image-wrapper {
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uJveONUM9e .image-wrapper {
    margin-top: 20px;
    padding: 0;
  }
}
.cid-uJveONUM9e .image-wrapper img {
  height: 600px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJveONUM9e .image-wrapper img {
    height: 350px;
  }
}
.cid-uJveONUM9e .mbr-section-title {
  color: #ffffff;
}
.cid-uJveONUM9e .mbr-text {
  color: #050f0f;
}
.cid-uJveONUM9e .mbr-section-title,
.cid-uJveONUM9e .mbr-section-btn {
  color: #000000;
}
.cid-uJveOOlCyp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uJveOOlCyp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJveOOlCyp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJveOOlCyp .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uJveOOlCyp .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uJveOOlCyp .items-wrapper .item {
    margin-bottom: 12px;
  }
  .cid-uJveOOlCyp .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uJveOOlCyp .items-wrapper .item .item-wrapper {
  position: relative;
  background-color: #bbbbbb;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uJveOOlCyp .items-wrapper .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-uJveOOlCyp .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJveOOlCyp .items-wrapper .item .item-wrapper .card-box .item-title {
    margin-bottom: 24px;
  }
}
.cid-uJveOOlCyp .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uJveOOlCyp .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uJveOOlCyp .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    margin-bottom: 16px;
  }
}
.cid-uJveOOlCyp .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-uJveOOlCyp .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.cid-uJveOOlCyp .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uJveOOlCyp .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.cid-uJveOOlCyp .item-title {
  color: #050f0f;
}
.cid-uJveOOlCyp .item-text {
  color: #050f0f;
}
.cid-uJveOOlCyp .icon-wrapper {
  text-align: right;
}
.cid-uJveOOR0EV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-uJveOOR0EV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJveOOR0EV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJveOOR0EV .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJveOOR0EV .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJveOOR0EV .container {
    padding: 0 12px;
  }
}
.cid-uJveOOR0EV .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJveOOR0EV .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJveOOR0EV .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJveOOR0EV .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uJveOOR0EV .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uJveOOR0EV .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uJveOOR0EV .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uJveOOR0EV .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uJveOOR0EV .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uJveOOR0EV .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uJveOOR0EV .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uJveOOR0EV .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uJveOOR0EV .mbr-section-subtitle {
  color: #222222;
}
.cid-uJveOOR0EV .mbr-text {
  color: #222222;
}
.cid-uJveOOR0EV .list {
  color: #222222;
}
.cid-uJveOPfrC2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uJveOPfrC2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJveOPfrC2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJveOPfrC2 .content-wrapper {
  padding: 80px 90px;
  background-color: #bbbbbb;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uJveOPfrC2 .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uJveOPfrC2 .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uJveOPfrC2 .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
  padding-right: 0;
  padding-left: 48px;
}
@media (max-width: 1199px) {
  .cid-uJveOPfrC2 .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uJveOPfrC2 .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 1199px) {
  .cid-uJveOPfrC2 .content-wrapper .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uJveOPfrC2 .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uJveOPfrC2 .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uJveOPfrC2 .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uJveOPfrC2 .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJveOPfrC2 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uJveOPfrC2 .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uJveOPfrC2 .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uJveOPfrC2 .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #f7fff7;
}
@media (max-width: 992px) {
  .cid-uJveOPfrC2 .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uJveOPfrC2 .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uJveOPfrC2 .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uJveOPfrC2 .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uJveOPfrC2 .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uJveOPfrC2 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uJveOPfrC2 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #050f0f;
}
.cid-uJveOPfrC2 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uJveOPfrC2 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uJveOPfrC2 .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uJveOPfrC2 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uJveOPfrC2 .mbr-section-title {
  color: #050f0f;
}
.cid-uJveOPfrC2 .mbr-text {
  color: #050f0f;
}
.cid-uJveOPfrC2 .panel-title-edit {
  color: #050f0f;
}
.cid-uJveOPfrC2 .panel-text {
  color: #050f0f;
}
.cid-uJveOPIZCJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff4fd;
}
.cid-uJveOPIZCJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJveOPIZCJ .container {
  max-width: 1300px;
}
.cid-uJveOPIZCJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJveOPIZCJ .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-uJveOPIZCJ .text-wrapper {
    padding: 3rem;
  }
}
.cid-uJveOPIZCJ .row {
  background: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uJveOPIZCJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJveOPIZCJ .image-wrapper {
  padding: 0;
}
.cid-uJveOPIZCJ .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uJveOPIZCJ .mbr-section-title {
  color: #000000;
}
.cid-uJveOPIZCJ .mbr-text,
.cid-uJveOPIZCJ .mbr-section-btn {
  color: #000000;
}
.cid-uJveOPIZCJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJveOQ4ilT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uJveOQ4ilT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJveOQ4ilT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJveOQ4ilT .row {
  justify-content: center;
}
.cid-uJveOQ4ilT .content-wrapper .title-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uJveOQ4ilT .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uJveOQ4ilT .content-wrapper .title-wrapper {
    padding-bottom: 60px;
  }
}
.cid-uJveOQ4ilT .content-wrapper .title-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 32px;
  width: 100%;
  background-color: #bbbbbb;
}
@media (max-width: 992px) {
  .cid-uJveOQ4ilT .content-wrapper .title-wrapper::before {
    height: 24px;
  }
}
.cid-uJveOQ4ilT .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJveOQ4ilT .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uJveOQ4ilT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJveOQ4ilT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uJveOQ4ilT .mbr-section-title {
  color: #ffffff;
}
.cid-uJveOQ4ilT .mbr-section-subtitle {
  color: #cbff5b;
  text-align: center;
}
.cid-uJveOQ4ilT .mbr-text,
.cid-uJveOQ4ilT .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJveOQ4ilT .mbr-section-title,
.cid-uJveOQ4ilT .mbr-section-btn {
  text-align: center;
}
.cid-uJveOQwijz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJveOQwijz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJveOQwijz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJveOQwijz .row {
  justify-content: center;
}
.cid-uJveOQwijz .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJveOQwijz .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uJveOQwijz .title-wrapper .mbr-section-title span {
  color: #ffbe0d;
}
.cid-uJveOQwijz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uJveOR4TnL {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uJveOR4TnL .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uJveOR4TnL .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uJveOR4TnL .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #bbbbbb;
  z-index: 1;
}
.cid-uJveOR4TnL .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #000000;
}
.cid-uJveOR4TnL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJveOR4TnL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJveOR4TnL .row {
  position: relative;
  z-index: 2;
}
.cid-uJveOR4TnL .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJveOR4TnL .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uJveOR4TnL .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJveOR4TnL .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uJveOR4TnL .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uJveOR4TnL .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJveOR4TnL .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uJveOR4TnL .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uJveOR4TnL .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJveOR4TnL .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uJveOR4TnL .mbr-section-title {
  color: #212529;
}
.cid-uJveOR4TnL .mbr-text {
  color: #51565c;
}
.cid-uJveOR4TnL .mbr-text,
.cid-uJveOR4TnL .text-wrapper {
  color: #000000;
}
.cid-uJveORsz4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #bbbbbb;
}
.cid-uJveORsz4R .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffffff 0, #f7fff7 43%, #ffffff 100%);
}
.cid-uJveORsz4R .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffffff 0, #f7fff7 43%, #ffffff 100%);
}
.cid-uJveORsz4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJveORsz4R .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-uJveORsz4R .container {
    padding: 0 30px;
  }
}
.cid-uJveORsz4R .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uJveORsz4R .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJveORsz4R .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uJveORsz4R .text-wrapper {
  border-left: 1px solid #050f0f;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uJveORsz4R .text-wrapper {
    padding-left: 20px;
  }
}
.cid-uJveORsz4R .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJveORsz4R .mbr-section-title {
  color: #050f0f;
}
.cid-uJveORsz4R .mbr-text {
  color: #000000;
}
.cid-uJvwXzJx2n {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uJvwXzJx2n .title-text {
  margin-bottom: 70px;
}
.cid-uJvwXzJx2n .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-uJvwXzJx2n .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uJvwXzJx2n .title-text .mbr-section-title {
  color: #130947;
}
.cid-uJvwXzJx2n .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-uJvwXzJx2n .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uJvwXzJx2n .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-uJvwXzJx2n .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uJvwXzJx2n .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-uJvwXzJx2n .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uJvwXzJx2n .accordion-content {
  flex-basis: 100%;
}
.cid-uJvwXzJx2n .panel-group {
  width: 100%;
}
.cid-uJvwXzJx2n .panel-text,
.cid-uJvwXzJx2n .header-text,
.cid-uJvwXzJx2n .mbr-section-subtitle {
  color: #222222;
}
.cid-uJvwXzJx2n .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-uJvwXzJx2n .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-uJvwXzJx2n .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #bbbbbb;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-uJvwXzJx2n .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uJvwXzJx2n .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-uJvwXzJx2n .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-uJvwXzJx2n .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-uJvwXzJx2n .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-uJvwXzJx2n .card .card-header a.panel-title .toggle-icon:before,
.cid-uJvwXzJx2n .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-uJvwXzJx2n .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-uJvwXzJx2n .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-uJvwXzJx2n .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #e2e2e2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uJvwXzJx2n .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-uJvwXzJx2n .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #000000 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uJvwXzJx2n .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-uJvwXzJx2n .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-uJvwXzJx2n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJvwXzJx2n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJvwXzJx2n .title-text .mbr-section-title {
  color: #050f0f;
}
.cid-uJvwXzJx2n .header-text {
  color: #000000;
}
.cid-uJveOROuOM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uJveOROuOM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJveOROuOM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJveOROuOM .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uJveOROuOM .content-wrapper {
    padding: 0;
  }
}
.cid-uJveOROuOM .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJveOROuOM .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJveOROuOM .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-uJveOROuOM .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uJveOROuOM .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uJveOROuOM .mbr-section-title {
  color: #050f0f;
}
.cid-uJveOSdSEL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050f0f;
}
.cid-uJveOSdSEL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJveOSdSEL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJveOSdSEL .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJveOSdSEL .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJveOSdSEL .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uJveOSdSEL .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.cid-uJveOSdSEL .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uJveOSdSEL .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uJveOSdSEL .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uJveOSdSEL .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ffe66d;
}
.cid-uJveOSdSEL .content-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #050f0f;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #050f0f;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.cid-uJveOSdSEL .content-wrapper .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uJveOSdSEL .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJveOSdSEL .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uJveOSdSEL .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uJveOSdSEL .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJveOSdSEL .list-wrapper .list .item-wrap:hover,
.cid-uJveOSdSEL .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.cid-uJveOSdSEL .title-wrapper .mbr-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJveOSdSEL .title-wrapper .mbr-section-title {
    margin-top: 8px;
  }
}
.cid-uJveOSdSEL .list {
  color: #050f0f;
}
.cid-uJveOSdSEL .mbr-copy {
  color: #050f0f;
}
.cid-uJveOSdSEL .mbr-section-title {
  color: #050f0f;
  text-align: left;
}
.cid-uJveOSdSEL .list,
.cid-uJveOSdSEL .item-wrap {
  color: #ffffff;
}
.cid-uJveOSNToa {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uJveOSNToa .mbr-text {
  color: #ffffff;
}
.cid-uhtTxiuBU5 {
  background-color: transparent;
}
.cid-uhtTxiuBU5 .navbar-dropdown {
  background-color: #f7fff7 !important;
  padding: 0;
}
.cid-uhtTxiuBU5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f7fff7 !important;
  background: #f7fff7;
}
.cid-uhtTxiuBU5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhtTxiuBU5 .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uhtTxiuBU5 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uhtTxiuBU5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uhtTxiuBU5 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uhtTxiuBU5 .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uhtTxiuBU5 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhtTxiuBU5 .navbar.collapsed {
  justify-content: center;
}
.cid-uhtTxiuBU5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhtTxiuBU5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhtTxiuBU5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhtTxiuBU5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhtTxiuBU5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhtTxiuBU5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uhtTxiuBU5 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uhtTxiuBU5 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uhtTxiuBU5 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uhtTxiuBU5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhtTxiuBU5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhtTxiuBU5 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uhtTxiuBU5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhtTxiuBU5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uhtTxiuBU5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhtTxiuBU5 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uhtTxiuBU5 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uhtTxiuBU5 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uhtTxiuBU5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uhtTxiuBU5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhtTxiuBU5 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uhtTxiuBU5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhtTxiuBU5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhtTxiuBU5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhtTxiuBU5 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uhtTxiuBU5 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uhtTxiuBU5 .menu_box .navbar.opened,
  .cid-uhtTxiuBU5 .menu_box .navbar-collapse {
    background-color: #f7fff7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uhtTxiuBU5 .navbar-dropdown {
  position: relative !important;
}
.cid-uhtTxiuBU5 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uhtTxiuBU5 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhtTxiuBU5 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uhtTxiuBU5 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uhtTxiuBU5 .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uhtTxiuBU5 .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uhtTxiuBU5 .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uhtTxiuBU5 .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uhtTxiuBU5 .nav-item {
    margin: 0 !important;
  }
}
.cid-uhtTxiuBU5 .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uhtTxiuBU5 .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uhtTxiuBU5 .nav-item .nav-link:hover,
.cid-uhtTxiuBU5 .nav-item .nav-link:focus {
  color: #ff9063 !important;
}
.cid-uhtTxiuBU5 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uhtTxiuBU5 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uhtTxiuBU5 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uhtTxiuBU5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhtTxiuBU5 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uhtTxiuBU5 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uhtTxiuBU5 .offcanvas_box {
    display: none;
  }
}
.cid-uhtTxiuBU5 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uhtTxiuBU5 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uhtTxiuBU5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uhtTxiuBU5 .container {
  display: flex;
  margin: auto;
}
.cid-uhtTxiuBU5 .iconfont-wrapper {
  color: #050f0f;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uhtTxiuBU5 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uhtTxiuBU5 .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uhtTxiuBU5 .navbar-nav {
    margin: 0;
  }
}
.cid-uhtTxiuBU5 .dropdown-menu,
.cid-uhtTxiuBU5 .navbar.opened {
  background-color: false !important;
}
.cid-uhtTxiuBU5 .nav-item:focus,
.cid-uhtTxiuBU5 .nav-link:focus {
  outline: none;
}
.cid-uhtTxiuBU5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhtTxiuBU5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhtTxiuBU5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhtTxiuBU5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhtTxiuBU5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhtTxiuBU5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhtTxiuBU5 .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-uhtTxiuBU5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uhtTxiuBU5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhtTxiuBU5 .dropdown-item.active,
.cid-uhtTxiuBU5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uhtTxiuBU5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uhtTxiuBU5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhtTxiuBU5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhtTxiuBU5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhtTxiuBU5 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uhtTxiuBU5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhtTxiuBU5 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f7fff7;
  background: #ff9063;
}
.cid-uhtTxiuBU5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #050f0f;
}
.cid-uhtTxiuBU5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhtTxiuBU5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhtTxiuBU5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhtTxiuBU5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhtTxiuBU5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhtTxiuBU5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhtTxiuBU5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhtTxiuBU5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhtTxiuBU5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uhtTxiuBU5 .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-uhtTxiuBU5 .navbar {
    height: 70px;
  }
  .cid-uhtTxiuBU5 .navbar.opened {
    height: auto;
  }
  .cid-uhtTxiuBU5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhtTxiuBU5 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uhtTxiuBU5 .navbar-caption:hover {
  color: #e56d3d;
}
@media (min-width: 992px) {
  .cid-uhtTxiuBU5 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uhtTxiuBU5 .text_widget {
  margin-bottom: 32px;
}
.cid-uhtTxiuBU5 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uhtTxiuBU5 .text_widget a:hover,
.cid-uhtTxiuBU5 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uhtTxiuBU5 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uhtTxiuBU5 .navbar-caption {
  color: #050f0f;
}
.cid-uhtTxiuBU5 .mbr-section-subtitle,
.cid-uhtTxiuBU5 .text_widget,
.cid-uhtTxiuBU5 .mbr-section-btn {
  text-align: center;
}
.cid-uhtTxiuBU5 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uJuJu5WD81 {
  padding-top: 12rem;
  padding-bottom: 0rem;
  position: relative;
  align-items: center;
  background-color: #bbbbbb;
}
.cid-uJuJu5WD81 .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uJuJu5WD81 .image-wrap {
    padding: 16px;
  }
}
.cid-uJuJu5WD81 .image-wrap img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
.cid-uJuJu5WD81 .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uJuJu5WD81 .image-overlay {
    padding: 16px;
  }
}
.cid-uJuJu5WD81 .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 70%;
}
.cid-uJuJu5WD81 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJuJu5WD81 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJuJu5WD81 .row {
  justify-content: center;
}
.cid-uJuJu5WD81 .mbr-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #fff7ee;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-uJuJu5WD81 .mbr-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uJuJu5WD81 .mbr-section-title {
    margin: 30px 16px;
  }
}
.cid-uJuJu5WD81 .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #bbbbbb;
}
@media (max-width: 992px) {
  .cid-uJuJu5WD81 .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uJuJu5WD81 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uJuJu5WD81 .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJuJu5WD81 .mbr-text,
.cid-uJuJu5WD81 .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uJuJu5WD81 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJuJu5WD81 .mbr-text,
.cid-uJuJu5WD81 .mbr-section-btn {
  text-align: center;
}
.cid-uJuJu5WD81 .mbr-text,
.cid-uJuJu5WD81 .text-wrapper,
.cid-uJuJu5WD81 .mbr-section-btn {
  color: #000000;
}
.cid-uJuSueVrvL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-color: #ffffff;
}
.cid-uJuSueVrvL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJuSueVrvL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJuSueVrvL .row {
  align-items: center;
}
.cid-uJuSueVrvL .content-wrapper {
  padding: 108px;
  background-color: #2c2625;
  border-right: 2px solid #ffffff;
}
@media (max-width: 1440px) {
  .cid-uJuSueVrvL .content-wrapper {
    padding: 80px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uJuSueVrvL .content-wrapper {
    padding: 80px 20px;
  }
}
@media (max-width: 992px) {
  .cid-uJuSueVrvL .content-wrapper {
    border-right: none;
  }
}
.cid-uJuSueVrvL .content-wrapper .mbr-label {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJuSueVrvL .content-wrapper .mbr-label {
    margin-bottom: 32px;
  }
}
.cid-uJuSueVrvL .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJuSueVrvL .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uJuSueVrvL .content-wrapper .items-wrapper .item .item-wrapper {
  display: flex;
  padding: 32px 0;
  border-bottom: 2px solid #ffffff;
}
.cid-uJuSueVrvL .content-wrapper .items-wrapper .item .item-wrapper:first-child {
  border-top: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uJuSueVrvL .content-wrapper .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uJuSueVrvL .content-wrapper .items-wrapper .item .item-wrapper .item-date {
  width: 30%;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uJuSueVrvL .content-wrapper .items-wrapper .item .item-wrapper .item-date {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uJuSueVrvL .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uJuSueVrvL .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uJuSueVrvL .image-wrapper {
  padding: 108px;
}
@media (max-width: 1440px) {
  .cid-uJuSueVrvL .image-wrapper {
    padding: 80px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uJuSueVrvL .image-wrapper {
    padding: 80px 20px;
  }
}
.cid-uJuSueVrvL .image-wrapper img {
  object-fit: cover;
  height: 450px;
  border: 2px solid #2c2625;
  box-shadow: -10px 10px 0 0 #2c2625;
}
@media (max-width: 992px) {
  .cid-uJuSueVrvL .image-wrapper img {
    box-shadow: -5px 5px 0 0 #2c2625;
    height: 350px;
  }
}
.cid-uJuSueVrvL .mbr-label {
  color: #ffffff;
}
.cid-uJuSueVrvL .mbr-section-title {
  color: #ffffff;
}
.cid-uJuSueVrvL .item-date {
  color: #ffffff;
}
.cid-uJuSueVrvL .item-title {
  color: #ffffff;
}
.cid-uJuSueVrvL .item-desc {
  color: #ffffff;
}
.cid-uJmgsoAmgx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-uJmgsoAmgx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJmgsoAmgx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJmgsoAmgx .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uJmgsoAmgx .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uJmgsoAmgx .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uJmgsoAmgx .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uJmgsoAmgx .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-uJmgsoAmgx .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uJmgsoAmgx .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJmgsoAmgx .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJmgsoAmgx .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJmgsoAmgx .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uJmgsoAmgx .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uhtTCLEJwI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uhtTCLEJwI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhtTCLEJwI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhtTCLEJwI .content-wrapper {
  padding: 80px 90px;
  background-color: #bbbbbb;
}
@media (max-width: 992px) {
  .cid-uhtTCLEJwI .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uhtTCLEJwI .content-wrapper .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uhtTCLEJwI .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uhtTCLEJwI .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uhtTCLEJwI .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uhtTCLEJwI .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  width: 75%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uhtTCLEJwI .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uhtTCLEJwI .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1199px) {
  .cid-uhtTCLEJwI .content-wrapper .items-wrapper {
    gap: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uhtTCLEJwI .content-wrapper .items-wrapper {
    display: block;
  }
}
.cid-uhtTCLEJwI .content-wrapper .items-wrapper .item {
  transform: rotate(-1deg);
  transition: all 0.3s ease-in-out;
}
.cid-uhtTCLEJwI .content-wrapper .items-wrapper .item:nth-child(2n) {
  transform: rotate(1deg);
}
.cid-uhtTCLEJwI .content-wrapper .items-wrapper .item:hover,
.cid-uhtTCLEJwI .content-wrapper .items-wrapper .item:focus {
  transform: rotate(0) !important;
}
@media (max-width: 992px) {
  .cid-uhtTCLEJwI .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
    transform: rotate(0) !important;
  }
  .cid-uhtTCLEJwI .content-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uhtTCLEJwI .content-wrapper .items-wrapper .item .item-wrapper {
  position: relative;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  height: 100%;
  padding: 24px;
  background-color: #f7fff7;
}
@media (max-width: 992px) {
  .cid-uhtTCLEJwI .content-wrapper .items-wrapper .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-uhtTCLEJwI .content-wrapper .items-wrapper .item .item-wrapper .item-img {
  position: relative;
}
.cid-uhtTCLEJwI .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
  height: 670px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhtTCLEJwI .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uhtTCLEJwI .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uhtTCLEJwI .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper {
  padding-right: 8px;
}
.cid-uhtTCLEJwI .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont {
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #050f0f;
  transition: all 0.3s ease-in-out;
}
.cid-uhtTCLEJwI .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uhtTCLEJwI .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont:focus {
  color: #90ee90;
}
.cid-uhtTCLEJwI .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .item-name {
  width: 100%;
  margin-bottom: 0;
}
.cid-uhtTCLEJwI .mbr-section-title {
  color: #050f0f;
  text-align: center;
}
.cid-uhtTCLEJwI .mbr-text,
.cid-uhtTCLEJwI .text-wrapper {
  color: #050f0f;
  text-align: center;
}
.cid-uhtTCLEJwI .item-name {
  color: #050f0f;
  text-align: center;
}
.cid-uJv3eQHhAo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
  overflow: hidden;
}
.cid-uJv3eQHhAo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJv3eQHhAo .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-uJv3eQHhAo .container {
    padding: 0 22px;
  }
}
.cid-uJv3eQHhAo .card {
  justify-content: center;
}
.cid-uJv3eQHhAo .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uJv3eQHhAo .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uJv3eQHhAo .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uJv3eQHhAo .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJv3eQHhAo .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uJv3eQHhAo .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #0133f0;
}
@media (max-width: 1440px) {
  .cid-uJv3eQHhAo .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uJv3eQHhAo .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uJv3eQHhAo .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uJv3eQHhAo .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uJv3eQHhAo .mbr-section-title {
  color: #222222;
}
.cid-uJv3eQHhAo .mbr-text {
  color: #050f0f;
}
.cid-uhtTBl4oBj {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uhtTBl4oBj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhtTBl4oBj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhtTBl4oBj .content-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  padding: 80px 60px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .cid-uhtTBl4oBj .content-wrapper {
    gap: 16px;
  }
}
@media (max-width: 1199px) {
  .cid-uhtTBl4oBj .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uhtTBl4oBj .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uhtTBl4oBj .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uhtTBl4oBj .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uhtTBl4oBj .content-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-uhtTBl4oBj .content-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uhtTBl4oBj .content-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background-color: #bbbbbb;
}
.cid-uhtTBl4oBj .content-wrapper .item .item-wrapper:hover,
.cid-uhtTBl4oBj .content-wrapper .item .item-wrapper:focus {
  transform: translate(0.2rem, 0.2rem);
  box-shadow: none;
}
.cid-uhtTBl4oBj .content-wrapper .item .item-wrapper .item-content .item-img {
  border-bottom: 3px solid #050f0f;
}
.cid-uhtTBl4oBj .content-wrapper .item .item-wrapper .item-content .item-img img {
  height: 390px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uhtTBl4oBj .content-wrapper .item .item-wrapper .item-content .item-img img {
    height: 350px;
  }
}
.cid-uhtTBl4oBj .content-wrapper .item .item-wrapper .item-content .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .8;
}
.cid-uhtTBl4oBj .content-wrapper .item .item-wrapper .item-content .text-wrapper {
  padding: 32px;
}
@media (max-width: 1440px) {
  .cid-uhtTBl4oBj .content-wrapper .item .item-wrapper .item-content .text-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uhtTBl4oBj .content-wrapper .item .item-wrapper .item-content .text-wrapper {
    padding: 32px 16px;
  }
}
.cid-uhtTBl4oBj .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uhtTBl4oBj .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-title {
    margin-bottom: 24px;
  }
}
.cid-uhtTBl4oBj .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uhtTBl4oBj .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    margin-bottom: 0;
  }
}
.cid-uhtTBl4oBj .content-wrapper .item .item-wrapper .tags-wrapper {
  padding: 0 32px 24px 32px;
}
@media (max-width: 1440px) {
  .cid-uhtTBl4oBj .content-wrapper .item .item-wrapper .tags-wrapper {
    padding: 0 24px 24px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uhtTBl4oBj .content-wrapper .item .item-wrapper .tags-wrapper {
    padding: 0 16px 24px 16px;
  }
}
.cid-uhtTBl4oBj .content-wrapper .item .item-wrapper .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uhtTBl4oBj .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap {
  display: inline-flex;
  padding: 11px 20px;
  margin: 0 8px 8px 0;
  background-color: #d3f2ff;
}
.cid-uhtTBl4oBj .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap:nth-child(2n) {
  background-color: #bafca2;
}
.cid-uhtTBl4oBj .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap:nth-child(3n) {
  background-color: #fdfd96;
}
.cid-uhtTBl4oBj .item-title {
  color: #050f0f;
}
.cid-uhtTBl4oBj .item-text {
  color: #050f0f;
}
.cid-uhtTBl4oBj .list {
  color: #050f0f;
}
.cid-uJv9Jj2f5C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-uJv9Jj2f5C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJv9Jj2f5C .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-uJv9Jj2f5C .container {
    padding: 0 22px;
  }
}
.cid-uJv9Jj2f5C .card {
  justify-content: center;
}
.cid-uJv9Jj2f5C .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uJv9Jj2f5C .content-wrapper {
    padding: 0;
  }
}
.cid-uJv9Jj2f5C .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uJv9Jj2f5C .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uJv9Jj2f5C .image-wrapper {
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uJv9Jj2f5C .image-wrapper {
    margin-top: 20px;
    padding: 0;
  }
}
.cid-uJv9Jj2f5C .image-wrapper img {
  height: 600px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJv9Jj2f5C .image-wrapper img {
    height: 350px;
  }
}
.cid-uJv9Jj2f5C .mbr-section-title {
  color: #ffffff;
}
.cid-uJv9Jj2f5C .mbr-text {
  color: #050f0f;
}
.cid-uJv9Jj2f5C .mbr-section-title,
.cid-uJv9Jj2f5C .mbr-section-btn {
  color: #000000;
}
.cid-uJmTqTRgpy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uJmTqTRgpy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJmTqTRgpy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJmTqTRgpy .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uJmTqTRgpy .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uJmTqTRgpy .items-wrapper .item {
    margin-bottom: 12px;
  }
  .cid-uJmTqTRgpy .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uJmTqTRgpy .items-wrapper .item .item-wrapper {
  position: relative;
  background-color: #bbbbbb;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uJmTqTRgpy .items-wrapper .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-uJmTqTRgpy .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJmTqTRgpy .items-wrapper .item .item-wrapper .card-box .item-title {
    margin-bottom: 24px;
  }
}
.cid-uJmTqTRgpy .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uJmTqTRgpy .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uJmTqTRgpy .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    margin-bottom: 16px;
  }
}
.cid-uJmTqTRgpy .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-uJmTqTRgpy .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.cid-uJmTqTRgpy .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uJmTqTRgpy .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.cid-uJmTqTRgpy .item-title {
  color: #050f0f;
}
.cid-uJmTqTRgpy .item-text {
  color: #050f0f;
}
.cid-uJmTqTRgpy .icon-wrapper {
  text-align: right;
}
.cid-uJmZtb7Ngw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-uJmZtb7Ngw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJmZtb7Ngw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJmZtb7Ngw .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJmZtb7Ngw .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJmZtb7Ngw .container {
    padding: 0 12px;
  }
}
.cid-uJmZtb7Ngw .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJmZtb7Ngw .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJmZtb7Ngw .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJmZtb7Ngw .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uJmZtb7Ngw .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uJmZtb7Ngw .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uJmZtb7Ngw .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uJmZtb7Ngw .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uJmZtb7Ngw .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uJmZtb7Ngw .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uJmZtb7Ngw .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uJmZtb7Ngw .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uJmZtb7Ngw .mbr-section-subtitle {
  color: #222222;
}
.cid-uJmZtb7Ngw .mbr-text {
  color: #222222;
}
.cid-uJmZtb7Ngw .list {
  color: #222222;
}
.cid-uhtTItS7uJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uhtTItS7uJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhtTItS7uJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhtTItS7uJ .content-wrapper {
  padding: 80px 90px;
  background-color: #bbbbbb;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uhtTItS7uJ .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uhtTItS7uJ .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uhtTItS7uJ .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
  padding-right: 0;
  padding-left: 48px;
}
@media (max-width: 1199px) {
  .cid-uhtTItS7uJ .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uhtTItS7uJ .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 1199px) {
  .cid-uhtTItS7uJ .content-wrapper .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uhtTItS7uJ .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uhtTItS7uJ .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uhtTItS7uJ .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uhtTItS7uJ .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uhtTItS7uJ .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uhtTItS7uJ .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uhtTItS7uJ .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uhtTItS7uJ .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #f7fff7;
}
@media (max-width: 992px) {
  .cid-uhtTItS7uJ .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uhtTItS7uJ .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uhtTItS7uJ .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uhtTItS7uJ .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhtTItS7uJ .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uhtTItS7uJ .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uhtTItS7uJ .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #050f0f;
}
.cid-uhtTItS7uJ .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uhtTItS7uJ .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uhtTItS7uJ .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uhtTItS7uJ .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uhtTItS7uJ .mbr-section-title {
  color: #050f0f;
}
.cid-uhtTItS7uJ .mbr-text {
  color: #050f0f;
}
.cid-uhtTItS7uJ .panel-title-edit {
  color: #050f0f;
}
.cid-uhtTItS7uJ .panel-text {
  color: #050f0f;
}
.cid-uJmJDuNw3L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff4fd;
}
.cid-uJmJDuNw3L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJmJDuNw3L .container {
  max-width: 1300px;
}
.cid-uJmJDuNw3L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJmJDuNw3L .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-uJmJDuNw3L .text-wrapper {
    padding: 3rem;
  }
}
.cid-uJmJDuNw3L .row {
  background: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uJmJDuNw3L .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJmJDuNw3L .image-wrapper {
  padding: 0;
}
.cid-uJmJDuNw3L .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uJmJDuNw3L .mbr-section-title {
  color: #000000;
}
.cid-uJmJDuNw3L .mbr-text,
.cid-uJmJDuNw3L .mbr-section-btn {
  color: #000000;
}
.cid-uJmJDuNw3L .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJuYQtImoz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uJuYQtImoz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJuYQtImoz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJuYQtImoz .row {
  justify-content: center;
}
.cid-uJuYQtImoz .content-wrapper .title-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uJuYQtImoz .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uJuYQtImoz .content-wrapper .title-wrapper {
    padding-bottom: 60px;
  }
}
.cid-uJuYQtImoz .content-wrapper .title-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 32px;
  width: 100%;
  background-color: #bbbbbb;
}
@media (max-width: 992px) {
  .cid-uJuYQtImoz .content-wrapper .title-wrapper::before {
    height: 24px;
  }
}
.cid-uJuYQtImoz .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJuYQtImoz .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uJuYQtImoz .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJuYQtImoz .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uJuYQtImoz .mbr-section-title {
  color: #ffffff;
}
.cid-uJuYQtImoz .mbr-section-subtitle {
  color: #cbff5b;
  text-align: center;
}
.cid-uJuYQtImoz .mbr-text,
.cid-uJuYQtImoz .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJuYQtImoz .mbr-section-title,
.cid-uJuYQtImoz .mbr-section-btn {
  text-align: center;
}
.cid-uJmG9ygJiJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJmG9ygJiJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJmG9ygJiJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJmG9ygJiJ .row {
  justify-content: center;
}
.cid-uJmG9ygJiJ .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJmG9ygJiJ .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uJmG9ygJiJ .title-wrapper .mbr-section-title span {
  color: #ffbe0d;
}
.cid-uJmG9ygJiJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uJv030jNJX {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uJv030jNJX .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uJv030jNJX .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uJv030jNJX .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #bbbbbb;
  z-index: 1;
}
.cid-uJv030jNJX .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #000000;
}
.cid-uJv030jNJX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJv030jNJX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJv030jNJX .row {
  position: relative;
  z-index: 2;
}
.cid-uJv030jNJX .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJv030jNJX .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uJv030jNJX .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJv030jNJX .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uJv030jNJX .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uJv030jNJX .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJv030jNJX .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uJv030jNJX .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uJv030jNJX .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJv030jNJX .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uJv030jNJX .mbr-section-title {
  color: #212529;
}
.cid-uJv030jNJX .mbr-text {
  color: #51565c;
}
.cid-uJv11R0DnB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #bbbbbb;
}
.cid-uJv11R0DnB .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffffff 0, #f7fff7 43%, #ffffff 100%);
}
.cid-uJv11R0DnB .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffffff 0, #f7fff7 43%, #ffffff 100%);
}
.cid-uJv11R0DnB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJv11R0DnB .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-uJv11R0DnB .container {
    padding: 0 30px;
  }
}
.cid-uJv11R0DnB .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uJv11R0DnB .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJv11R0DnB .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uJv11R0DnB .text-wrapper {
  border-left: 1px solid #050f0f;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uJv11R0DnB .text-wrapper {
    padding-left: 20px;
  }
}
.cid-uJv11R0DnB .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJv11R0DnB .mbr-section-title {
  color: #050f0f;
}
.cid-uJv11R0DnB .mbr-text {
  color: #000000;
}
.cid-uhtTGmhKql {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uhtTGmhKql .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhtTGmhKql .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhtTGmhKql .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uhtTGmhKql .content-wrapper {
    padding: 0;
  }
}
.cid-uhtTGmhKql .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uhtTGmhKql .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uhtTGmhKql .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-uhtTGmhKql .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uhtTGmhKql .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uhtTGmhKql .mbr-section-title {
  color: #050f0f;
}
.cid-uhtTKGMNTk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050f0f;
}
.cid-uhtTKGMNTk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhtTKGMNTk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhtTKGMNTk .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uhtTKGMNTk .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uhtTKGMNTk .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uhtTKGMNTk .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.cid-uhtTKGMNTk .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uhtTKGMNTk .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uhtTKGMNTk .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uhtTKGMNTk .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ffe66d;
}
.cid-uhtTKGMNTk .content-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #050f0f;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #050f0f;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.cid-uhtTKGMNTk .content-wrapper .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uhtTKGMNTk .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uhtTKGMNTk .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uhtTKGMNTk .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uhtTKGMNTk .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uhtTKGMNTk .list-wrapper .list .item-wrap:hover,
.cid-uhtTKGMNTk .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.cid-uhtTKGMNTk .title-wrapper .mbr-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uhtTKGMNTk .title-wrapper .mbr-section-title {
    margin-top: 8px;
  }
}
.cid-uhtTKGMNTk .list {
  color: #050f0f;
}
.cid-uhtTKGMNTk .mbr-copy {
  color: #050f0f;
}
.cid-uhtTKGMNTk .mbr-section-title {
  color: #050f0f;
  text-align: left;
}
.cid-uhtTKGMNTk .list,
.cid-uhtTKGMNTk .item-wrap {
  color: #ffffff;
}
.cid-uJmX7UoeWP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uJmX7UoeWP .mbr-text {
  color: #ffffff;
}
