.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Anonymous Pro;
}
.display-1 {
  font-family: 'Oleo Script', display;
  font-size: 4.2rem;
  line-height: 0.9;
}
.display-1 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'Oleo Script', display;
  font-size: 3.4rem;
  line-height: 0.85;
}
.display-2 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'Oleo Script', display;
  font-size: 1.3rem;
  line-height: 1.1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Oleo Script', display;
  font-size: 2.1rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.625rem;
}
.display-7 {
  font-family: 'Oleo Script', display;
  font-size: 1.3rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- 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: 3.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.385rem + (2.1 - 1.385) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* 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: #1c08c8 !important;
}
.bg-success {
  background-color: #30ffbb !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #f1edbd !important;
}
.bg-danger {
  background-color: #28dbe5 !important;
}
.btn-primary .mbr-iconfont {
  color: #1c08c8 !important;
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1c08c8 !important;
  border-color: #1c08c8 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #260ef5 !important;
  border-color: #260ef5 !important;
  box-shadow: none;
}
.btn-primary:hover .mbr-iconfont,
.btn-primary:focus .mbr-iconfont,
.btn-primary.focus .mbr-iconfont,
.btn-primary.active .mbr-iconfont {
  color: #260ef5 !important;
  background-color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #260ef5 !important;
  border-color: #260ef5 !important;
}
.btn-secondary .mbr-iconfont {
  color: #232323 !important;
  background-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-secondary:hover .mbr-iconfont,
.btn-secondary:focus .mbr-iconfont,
.btn-secondary.focus .mbr-iconfont,
.btn-secondary.active .mbr-iconfont {
  color: #3d3d3d !important;
  background-color: #ffffff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-info .mbr-iconfont {
  color: #ffffff !important;
  background-color: #666666 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover .mbr-iconfont,
.btn-info:focus .mbr-iconfont,
.btn-info.focus .mbr-iconfont,
.btn-info.active .mbr-iconfont {
  color: #ffffff !important;
  background-color: #666666 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success .mbr-iconfont {
  color: #30ffbb !important;
  background-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #30ffbb !important;
  border-color: #30ffbb !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #63ffcc !important;
  border-color: #63ffcc !important;
  box-shadow: none;
}
.btn-success:hover .mbr-iconfont,
.btn-success:focus .mbr-iconfont,
.btn-success.focus .mbr-iconfont,
.btn-success.active .mbr-iconfont {
  color: #63ffcc !important;
  background-color: #000000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #63ffcc !important;
  border-color: #63ffcc !important;
}
.btn-warning .mbr-iconfont {
  color: #f1edbd !important;
  background-color: #666016 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f1edbd !important;
  border-color: #f1edbd !important;
  color: #666016 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #faf8e7 !important;
  border-color: #faf8e7 !important;
  box-shadow: none;
}
.btn-warning:hover .mbr-iconfont,
.btn-warning:focus .mbr-iconfont,
.btn-warning.focus .mbr-iconfont,
.btn-warning.active .mbr-iconfont {
  color: #faf8e7 !important;
  background-color: #666016 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #666016 !important;
  background-color: #faf8e7 !important;
  border-color: #faf8e7 !important;
}
.btn-danger .mbr-iconfont {
  color: #28dbe5 !important;
  background-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #28dbe5 !important;
  border-color: #28dbe5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #55e3eb !important;
  border-color: #55e3eb !important;
  box-shadow: none;
}
.btn-danger:hover .mbr-iconfont,
.btn-danger:focus .mbr-iconfont,
.btn-danger.focus .mbr-iconfont,
.btn-danger.active .mbr-iconfont {
  color: #55e3eb !important;
  background-color: #ffffff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #55e3eb !important;
  border-color: #55e3eb !important;
}
.btn-white .mbr-iconfont {
  color: #eff0ec !important;
  background-color: #5a5f4b !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #5a5f4b !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white:hover .mbr-iconfont,
.btn-white:focus .mbr-iconfont,
.btn-white.focus .mbr-iconfont,
.btn-white.active .mbr-iconfont {
  color: #ffffff !important;
  background-color: #5a5f4b !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #5a5f4b !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .mbr-iconfont {
  color: #232323 !important;
  background-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black:hover .mbr-iconfont,
.btn-black:focus .mbr-iconfont,
.btn-black.focus .mbr-iconfont,
.btn-black.active .mbr-iconfont {
  color: #3d3d3d !important;
  background-color: #ffffff !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline .mbr-iconfont {
  color: #1c08c8 !important;
  border: 2px solid #1c08c8 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1c08c8;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #100575 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  color: #100575 !important;
  border: 2px solid #100575 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1c08c8 !important;
  border-color: #1c08c8 !important;
}
.btn-secondary-outline .mbr-iconfont {
  color: #232323 !important;
  border: 2px solid #232323 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  color: #000000 !important;
  border: 2px solid #000000 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-info-outline .mbr-iconfont {
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  color: #d4d4d4 !important;
  border: 2px solid #d4d4d4 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline .mbr-iconfont {
  color: #30ffbb !important;
  border: 2px solid #30ffbb !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #30ffbb;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #00d891 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  color: #00d891 !important;
  border: 2px solid #00d891 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #003020 !important;
  background-color: #30ffbb !important;
  border-color: #30ffbb !important;
}
.btn-warning-outline .mbr-iconfont {
  color: #f1edbd !important;
  border: 2px solid #f1edbd !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f1edbd;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #e2d975 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  color: #e2d975 !important;
  border: 2px solid #e2d975 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #90881f !important;
  background-color: #f1edbd !important;
  border-color: #f1edbd !important;
}
.btn-danger-outline .mbr-iconfont {
  color: #28dbe5 !important;
  border: 2px solid #28dbe5 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #28dbe5;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #149ba3 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  color: #149ba3 !important;
  border: 2px solid #149ba3 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #28dbe5 !important;
  border-color: #28dbe5 !important;
}
.btn-black-outline .mbr-iconfont {
  color: #232323 !important;
  border: 2px solid #232323 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  color: #000000 !important;
  border: 2px solid #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline .mbr-iconfont {
  color: #fafafa !important;
  border: 2px solid #fafafa !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  color: #cfcfcf !important;
  border: 2px solid #cfcfcf !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #1c08c8 !important;
}
.text-secondary {
  color: #232323 !important;
}
.text-success {
  color: #30ffbb !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #f1edbd !important;
}
.text-danger {
  color: #28dbe5 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0e0466 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #00c987 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #dfd669 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #128e95 !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: #1c08c8;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #f1edbd;
}
.alert-danger {
  background-color: #28dbe5;
}
.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: #1c08c8;
  border-color: #1c08c8;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1c08c8;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6857f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fcfffe;
}
.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: #def9fb;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Oleo Script', display;
  font-size: 1.3rem;
  line-height: 1.1;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.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: #1c08c8 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Oleo Script', display;
  font-size: 1.3rem;
  line-height: 1.1;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #1c08c8;
}
/* 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: #1c08c8;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1c08c8;
}
.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: #1c08c8;
  border-bottom-color: #1c08c8;
}
.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: #1c08c8 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #232323 !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='%231c08c8' %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 {
  border-radius: 100px !important;
  padding: 11px 64px;
  align-items: center;
  min-height: 88px;
  font-weight: 700 !important;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn {
    min-height: 54px;
    padding: 11px 32px;
  }
}
.mbr-section-btn .btn .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-left: 60px;
  margin-right: -50px;
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 16px;
    margin-left: 32px;
    margin-right: -20px;
  }
}
.mbr-section-btn .item-btn {
  padding: 11px 16px;
}
@media (max-width: 768px) {
  .mbr-section-btn .item-btn {
    padding: 11px 16px;
  }
}
.mbr-section-btn .item-btn .mbr-iconfont {
  margin-left: 10px;
  margin-right: 0;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.google-map,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-img,
.form-wrapper {
  border-radius: 50px !important;
}
@media (max-width: 992px) {
  img,
  .card-wrap,
  .card-wrapper,
  .video-wrapper,
  .mbr-figure iframe,
  .google-map iframe,
  .google-map,
  .slide-content,
  .plan,
  .card,
  .item-wrapper,
  .item-img,
  .form-wrapper {
    border-radius: 30px !important;
  }
}
.tag-wrapper .tag-wrap {
  border-radius: 100px;
}
.tag-wrapper .mbr-tag {
  border-radius: 100px;
}
.title-wrapper::before {
  border-radius: 30px;
}
.contact-wrapper {
  border-radius: 30px;
}
.title-wrap .mbr-section-title {
  border-radius: 50px;
}
.container-bg {
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
}
@media (max-width: 992px) {
  .container-bg {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }
}
.cid-uD3ojuekLu .navbar-dropdown {
  position: relative !important;
}
.cid-uD3ojuekLu .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uD3ojuekLu .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uD3ojuekLu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uD3ojuekLu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uD3ojuekLu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #ff9f00 !important;
  color: #1c08c8 !important;
}
.cid-uD3ojuekLu .dropdown-item:hover,
.cid-uD3ojuekLu .dropdown-item:focus {
  background: #ff9f00 !important;
  color: #1c08c8 !important;
}
.cid-uD3ojuekLu .dropdown-item:hover span {
  color: white;
}
.cid-uD3ojuekLu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uD3ojuekLu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uD3ojuekLu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uD3ojuekLu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uD3ojuekLu .nav-link {
  position: relative;
}
.cid-uD3ojuekLu .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uD3ojuekLu .container {
    flex-wrap: nowrap;
  }
}
.cid-uD3ojuekLu .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uD3ojuekLu .iconfont-wrapper:hover {
  color: #ff3f30 !important;
}
.cid-uD3ojuekLu .dropdown-menu,
.cid-uD3ojuekLu .navbar.opened {
  background: #ff9f00 !important;
}
.cid-uD3ojuekLu .nav-item:focus,
.cid-uD3ojuekLu .nav-link:focus {
  outline: none;
}
.cid-uD3ojuekLu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uD3ojuekLu .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uD3ojuekLu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uD3ojuekLu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uD3ojuekLu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uD3ojuekLu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uD3ojuekLu .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ff9f00;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uD3ojuekLu .navbar.opened {
  transition: all 0.3s;
}
.cid-uD3ojuekLu .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uD3ojuekLu .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uD3ojuekLu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uD3ojuekLu .navbar.collapsed {
  justify-content: center;
}
.cid-uD3ojuekLu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uD3ojuekLu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uD3ojuekLu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uD3ojuekLu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uD3ojuekLu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uD3ojuekLu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uD3ojuekLu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uD3ojuekLu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uD3ojuekLu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uD3ojuekLu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uD3ojuekLu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uD3ojuekLu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uD3ojuekLu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uD3ojuekLu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uD3ojuekLu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uD3ojuekLu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uD3ojuekLu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uD3ojuekLu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uD3ojuekLu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uD3ojuekLu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uD3ojuekLu .navbar.navbar-short {
  min-height: 96px;
}
.cid-uD3ojuekLu .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uD3ojuekLu .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uD3ojuekLu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uD3ojuekLu .navbar-brand .navbar-caption:hover,
.cid-uD3ojuekLu .navbar-brand .navbar-caption:focus {
  color: #ff3f30 !important;
}
.cid-uD3ojuekLu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uD3ojuekLu .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uD3ojuekLu .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff3f30 !important;
}
.cid-uD3ojuekLu .dropdown-item.active,
.cid-uD3ojuekLu .dropdown-item:active {
  background-color: transparent;
}
.cid-uD3ojuekLu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uD3ojuekLu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uD3ojuekLu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uD3ojuekLu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff9f00;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uD3ojuekLu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uD3ojuekLu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uD3ojuekLu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uD3ojuekLu ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uD3ojuekLu ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uD3ojuekLu .navbar-buttons {
  text-align: center;
}
.cid-uD3ojuekLu .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uD3ojuekLu .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uD3ojuekLu .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uD3ojuekLu button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ff9f00 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uD3ojuekLu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uD3ojuekLu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uD3ojuekLu button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uD3ojuekLu button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uD3ojuekLu button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uD3ojuekLu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uD3ojuekLu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uD3ojuekLu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uD3ojuekLu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uD3ojuekLu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uD3ojuekLu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uD3ojuekLu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uD3ojuekLu .navbar {
    height: 70px;
  }
  .cid-uD3ojuekLu .navbar.opened {
    height: auto;
  }
  .cid-uD3ojuekLu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uD3ojuekLu .navbar-nav {
  margin: 0 auto;
}
.cid-uD3ojuekLu .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uD3ojuekLu .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uD3ojuekLu .nav-item .nav-link::after {
  color: #ff3f30 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uD3ojuekLu .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff3f30 !important;
}
.cid-uD3ojuekLu .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uD3ojuekLu .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uD3ojuekLu .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uD3ojuekLu .nav-item .dropdown-menu .dropdown-item {
  color: #1c08c8 !important;
}
.cid-uD3ojuekLu .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff3f30 !important;
}
@media (max-width: 991px) {
  .cid-uD3ojuekLu .navbar {
    justify-content: flex-start !important;
  }
  .cid-uD3ojuekLu .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uD3ojuekLu .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uD3ojuekLu .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uD3ojuekLu .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uD3ojuekLu .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uD3ojuekLu .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uD3ojuekLu .content-wrap {
  min-height: 110px;
}
.cid-uVSJ1H35SE {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uVSJ1H35SE {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-uVSJ1H35SE .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uVSJ1H35SE section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-uVSJ1H35SE .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uVSJ1H35SE .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVSJ1H35SE .row .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-uVSJ1H35SE .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uVSJ1H35SE .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVSJ1H35SE .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVSJ1H35SE .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uVSJ1H35SE .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uVSJ1H35SE .title-wrapper .title-wrap .mbr-desc {
  margin-bottom: 62px;
}
@media (max-width: 992px) {
  .cid-uVSJ1H35SE .title-wrapper .title-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uVSJ1H35SE .image-wrapper img {
  height: 700px;
  object-fit: cover;
  border-radius: 1.2em;
}
@media (max-width: 992px) {
  .cid-uVSJ1H35SE .image-wrapper img {
    height: 300px;
  }
}
.cid-uVSJ1H35SE .mbr-section-title {
  color: #ffffff;
}
.cid-uVSJ1H35SE .mbr-desc {
  color: #ffffff;
}
.cid-uVSJkJ5DU7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9f00;
}
.cid-uVSJkJ5DU7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVSJkJ5DU7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVSJkJ5DU7 .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #000000;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uVSJkJ5DU7 .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uVSJkJ5DU7 .card {
  justify-content: center;
}
.cid-uVSJkJ5DU7 .number-wrapper .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVSJkJ5DU7 .number-wrapper .mbr-number {
    margin-bottom: 32px;
  }
}
.cid-uVSJkJ5DU7 .list-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVSJkJ5DU7 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: upper-roman;
  list-style-position: inside;
}
.cid-uVSJkJ5DU7 .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000000;
}
@media (max-width: 992px) {
  .cid-uVSJkJ5DU7 .list-wrapper .list .item-wrap {
    padding-left: 16px;
  }
}
.cid-uVSJkJ5DU7 .list-wrapper .list .item-wrap::marker {
  color: #000000;
}
.cid-uVSJkJ5DU7 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVSJkJ5DU7 .mbr-section-title {
  color: #000000;
}
.cid-uVSJkJ5DU7 .mbr-number {
  color: #000000;
}
.cid-uVSJkJ5DU7 .list {
  color: #000000;
}
.cid-uFlCAZ56ye {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFlCAZ56ye .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  z-index: 1;
}
.cid-uFlCAZ56ye .content_wrapper:hover .mbr-section-title a {
  color: #232323 !important;
}
.cid-uFlCAZ56ye .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uFlCAZ56ye .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uFlCAZ56ye .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uFlCAZ56ye .mbr-section-btn .btn-secondary-outline:hover,
.cid-uFlCAZ56ye .mbr-section-btn .btn-secondary-outline .active,
.cid-uFlCAZ56ye .mbr-section-btn .btn-secondary-outline:focus {
  color: #1c08c8 !important;
}
.cid-uFlCAZ56ye .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uFlCAZ56ye .image_post {
  display: inline-block;
}
.cid-uFlCAZ56ye .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uFlCAZ56ye .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uFlCAZ56ye .mbr-text,
.cid-uFlCAZ56ye .mbr-section-btn {
  color: #000000;
}
.cid-uVSL1I5Tjb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9f00;
}
.cid-uVSL1I5Tjb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVSL1I5Tjb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVSL1I5Tjb .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uVSL1I5Tjb .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVSL1I5Tjb .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVSL1I5Tjb .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uVSL1I5Tjb .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-uVSL1I5Tjb .mbr-section-title {
  color: #ff6d99;
}
.cid-uVSL1I5Tjb .mbr-text,
.cid-uVSL1I5Tjb .text-wrapper {
  color: #111111;
  text-align: center;
}
.cid-uVSL1I5Tjb .mbr-section-title,
.cid-uVSL1I5Tjb .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFkSuNh4ge {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFkSuNh4ge .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFkSuNh4ge .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFkSuNh4ge .row {
  justify-content: center;
}
.cid-uFkSuNh4ge .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFkSuNh4ge .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFkSuNh4ge .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFkSuNh4ge .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uFkSuNh4ge .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uFkSuNh4ge .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uFkSuNh4ge .items-wrapper {
    display: block;
  }
}
.cid-uFkSuNh4ge .item {
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .cid-uFkSuNh4ge .item {
    margin-bottom: 16px;
  }
}
.cid-uFkSuNh4ge .item:hover .item-wrapper .item-img img,
.cid-uFkSuNh4ge .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uFkSuNh4ge .item .item-wrapper {
  height: 100%;
  border: 3px solid #ff9f00;
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-uFkSuNh4ge .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uFkSuNh4ge .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uFkSuNh4ge .item .item-wrapper .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uFkSuNh4ge .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-uFkSuNh4ge .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uFkSuNh4ge .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uFkSuNh4ge .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uFkSuNh4ge .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uFkSuNh4ge .item .item-wrapper .card-box .text-wrapper .card-text {
  display: inline-block;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFkSuNh4ge .item .item-wrapper .card-box .text-wrapper .card-text {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uFkSuNh4ge .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFkSuNh4ge .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uFkSuNh4ge .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-uFkSuNh4ge .mbr-section-title {
  color: #ffffff;
}
.cid-uFkSuNh4ge .card-name {
  color: #000000;
  text-align: center;
}
.cid-uFkSuNh4ge .card-role {
  color: #000000;
  text-align: center;
}
.cid-uFkSuNh4ge .card-text {
  color: #ffffff;
}
.cid-uFkSuNh4ge .mbr-tag {
  color: #000000;
}
.cid-uVSLdUmzi2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9f00;
}
.cid-uVSLdUmzi2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVSLdUmzi2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVSLdUmzi2 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uVSLdUmzi2 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVSLdUmzi2 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uVSLdUmzi2 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uVSLdUmzi2 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uVSLdUmzi2 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uVSLdUmzi2 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uVSLdUmzi2 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uVSLdUmzi2 .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-uVSLdUmzi2 .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-uVSLdUmzi2 .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVSLdUmzi2 .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVSLdUmzi2 .items-wrapper .card .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uVSLdUmzi2 .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-uVSLdUmzi2 .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVSLdUmzi2 .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uVSLdUmzi2 .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVSLdUmzi2 .mbr-label,
.cid-uVSLdUmzi2 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVSLdUmzi2 .mbr-section-title,
.cid-uVSLdUmzi2 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVSLdUmzi2 .mbr-text {
  color: #515151;
}
.cid-uVSLdUmzi2 .mbr-text,
.cid-uVSLdUmzi2 .mbr-section-btn {
  color: #000000;
}
.cid-uVSLMJKycm {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #fffaf0;
}
.cid-uVSLMJKycm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVSLMJKycm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVSLMJKycm .content-wrapper {
  margin-bottom: 88px;
}
@media (max-width: 992px) {
  .cid-uVSLMJKycm .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVSLMJKycm .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uVSLMJKycm .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uVSLMJKycm .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVSLMJKycm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVSLMJKycm .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 38px 22px;
}
@media (max-width: 1200px) {
  .cid-uVSLMJKycm .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uVSLMJKycm .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uVSLMJKycm .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-uVSLMJKycm .items-wrapper .item:hover .item-wrapper,
.cid-uVSLMJKycm .items-wrapper .item:focus .item-wrapper {
  transform: scale(1.03);
}
.cid-uVSLMJKycm .items-wrapper .item .item-wrapper {
  height: 100%;
  border: 2px solid #ff9f00;
  box-shadow: 0 16px 0 #ff9f00;
  background-color: #f7efdf;
  transition: all .3s ease;
  overflow: hidden;
}
.cid-uVSLMJKycm .items-wrapper .item .item-wrapper .item-img {
  background-color: #f7efdf;
}
.cid-uVSLMJKycm .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uVSLMJKycm .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uVSLMJKycm .items-wrapper .item .item-wrapper .item-content {
  padding: 25px 25px 32px 25px;
}
@media (max-width: 992px) {
  .cid-uVSLMJKycm .items-wrapper .item .item-wrapper .item-content {
    padding: 22px;
  }
}
.cid-uVSLMJKycm .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uVSLMJKycm .items-wrapper .item .item-wrapper .item-content .item-date {
  margin-bottom: 22px;
}
.cid-uVSLMJKycm .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVSLMJKycm .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVSLMJKycm .mbr-section-title,
.cid-uVSLMJKycm .title-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-uVSLMJKycm .mbr-text,
.cid-uVSLMJKycm .text-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-uVSLMJKycm .item-title {
  color: #3a001d;
}
.cid-uVSLMJKycm .item-date {
  color: #3a001d;
}
.cid-uVSLMJKycm .item-text {
  color: #3a001d;
}
.cid-uVSLMJKycm .item-title,
.cid-uVSLMJKycm .mbr-section-btn {
  color: #000000;
}
.cid-uVSMPXzIL4 {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #ff9f00;
}
.cid-uVSMPXzIL4 .mbr-section-title {
  color: #000000;
}
.cid-uVSMPXzIL4 .mbr-text {
  color: #000000;
}
.cid-uVSMPXzIL4 .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uVSMPXzIL4 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uVSMPXzIL4 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #1c08c8;
}
.cid-uVSMPXzIL4 .svg-top .st0 {
  fill: #ff9f00;
}
@media (max-width: 992px) {
  .cid-uVSMPXzIL4 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uFkTx29Zch {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFkTx29Zch .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFkTx29Zch .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFkTx29Zch .content-wrapper {
  padding: 80px 90px;
  background-color: #000000;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uFkTx29Zch .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uFkTx29Zch .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uFkTx29Zch .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uFkTx29Zch .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFkTx29Zch .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFkTx29Zch .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uFkTx29Zch .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uFkTx29Zch .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #c3e9eb;
}
@media (max-width: 992px) {
  .cid-uFkTx29Zch .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uFkTx29Zch .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uFkTx29Zch .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uFkTx29Zch .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uFkTx29Zch .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px 0 0 #ffffff;
  background-color: #ff9f00;
}
@media (max-width: 992px) {
  .cid-uFkTx29Zch .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uFkTx29Zch .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uFkTx29Zch .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFkTx29Zch .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFkTx29Zch .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFkTx29Zch .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-uFkTx29Zch .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-uFkTx29Zch .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uFkTx29Zch .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uFkTx29Zch .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uFkTx29Zch .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFkTx29Zch .mbr-section-title {
  color: #050f0f;
}
.cid-uFkTx29Zch .mbr-text {
  color: #050f0f;
}
.cid-uFkTx29Zch .panel-title-edit {
  color: #050f0f;
}
.cid-uFkTx29Zch .panel-text {
  color: #050f0f;
}
.cid-uFkTx29Zch .mbr-section-title,
.cid-uFkTx29Zch .icon-wrapper {
  color: #ffffff;
}
.cid-uVSNcurhJM {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uVSNcurhJM .mbr-section-title {
  color: #000000;
}
.cid-uVSNcurhJM .mbr-text {
  color: #000000;
}
.cid-uVSNcurhJM .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uVSNcurhJM .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uVSNcurhJM .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #1c08c8;
}
.cid-uVSNcurhJM .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-uVSNcurhJM .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uVSNzhL5Ok {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9f00;
}
.cid-uVSNzhL5Ok .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVSNzhL5Ok .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVSNzhL5Ok .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uVSNzhL5Ok .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uVSNzhL5Ok .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uVSNzhL5Ok .mbr-section-title {
  color: #131313;
}
.cid-uVSNzhL5Ok .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uVSNzhL5Ok .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-uVSNzhL5Ok .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uVSNzhL5Ok .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uVSNzhL5Ok .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uVSNzhL5Ok .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uVSNzhL5Ok .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-uVSNzhL5Ok .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uVSNzhL5Ok .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-uVSNzhL5Ok .card-title {
  color: #131313;
}
.cid-uVSNzhL5Ok .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-uVSNzhL5Ok .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uVSNzhL5Ok .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uVSNzhL5Ok .card-link {
    margin-top: 15px;
  }
}
.cid-uVSNzhL5Ok .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-uVSQq505FT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVSQq505FT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVSQq505FT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVSQq505FT .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uVSQq505FT .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVSQq505FT .container {
    padding: 0 30px;
  }
}
.cid-uVSQq505FT .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uVSQq505FT .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uVSQq505FT .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ff9f00;
  border-radius: 16em 3em;
  margin-bottom: 2em;
}
@media (max-width: 992px) {
  .cid-uVSQq505FT .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uVSQq505FT .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 20%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uVSQq505FT .card-wrapper .mbr-number {
    width: 100%;
    margin: 0 0 16px 0;
  }
}
.cid-uVSQq505FT .card-wrapper .content-wrap {
  width: 80%;
}
.cid-uVSQq505FT .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVSQq505FT .card-wrapper .content-wrap .mbr-card-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uVSQq505FT .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uVSQq505FT .mbr-section-title {
  color: #ffffff;
}
.cid-uVSQq505FT .mbr-card-title {
  color: #000000;
}
.cid-uVSQq505FT .mbr-text {
  color: #000000;
}
.cid-uVSQq505FT .mbr-number {
  color: #FE5115;
}
.cid-uVSQGgZ46c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9f00;
}
.cid-uVSQGgZ46c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVSQGgZ46c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVSQGgZ46c .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uVSQGgZ46c .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVSQGgZ46c .container {
    padding: 0 30px;
  }
}
.cid-uVSQGgZ46c .card-wrapper {
  padding: 40px 3rem;
  border-radius: 3em;
  background-color: #ffffff;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uVSQGgZ46c .card-wrapper {
    display: block;
    padding: 30px 20px;
  }
}
.cid-uVSQGgZ46c .card-wrapper .title-wrapper {
  margin-right: 50px;
  min-width: 250px;
}
@media (max-width: 992px) {
  .cid-uVSQGgZ46c .card-wrapper .title-wrapper {
    margin: 0;
  }
}
.cid-uVSQGgZ46c .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uVSQGgZ46c .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVSQGgZ46c .mbr-section-title {
  color: #2b2b2b;
}
.cid-uVSQGgZ46c .mbr-text {
  color: #000000;
}
.cid-uVSQGgZ46c .mbr-section-title,
.cid-uVSQGgZ46c .mbr-section-btn {
  color: #000000;
}
.cid-uD3pAG05Om {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uD3pAG05Om .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD3pAG05Om .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD3pAG05Om .row {
  justify-content: center;
}
.cid-uD3pAG05Om .map-wrapper {
  position: relative;
}
.cid-uD3pAG05Om .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#ff9f00, transparent);
  filter: blur(100px);
}
.cid-uD3pAG05Om .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #ff9f00;
  background-color: #ff9f00;
}
.cid-uD3pAG05Om .map-wrapper .google-map iframe {
  height: 750px;
  filter: invert(1);
}
@media (max-width: 1200px) {
  .cid-uD3pAG05Om .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uD3pAG05Om .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uVYuxqcFXB {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ff9f00;
}
.cid-uVYuxqcFXB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVYuxqcFXB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVYuxqcFXB .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uVYuxqcFXB .footer-col {
    flex-direction: column;
  }
}
.cid-uVYuxqcFXB .row {
  background: #000000;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uVYuxqcFXB .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVYuxqcFXB .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uVYuxqcFXB .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uVYuxqcFXB .mbr-section-btn {
    text-align: center;
  }
}
.cid-uVYuxqcFXB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uVYuxqcFXB .item-wrap {
  transition: all 300ms ease;
}
.cid-uVYuxqcFXB .item-wrap:hover,
.cid-uVYuxqcFXB .item-wrap:focus {
  cursor: pointer;
}
.cid-uVYuxqcFXB .soc-item {
  margin: 8px;
}
.cid-uVYuxqcFXB .soc-item a:hover .mbr-iconfont,
.cid-uVYuxqcFXB .soc-item a:focus .mbr-iconfont {
  background-color: #bff747;
}
.cid-uVYuxqcFXB .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #fdfde1;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uVYuxqcFXB .row {
    text-align: center;
  }
  .cid-uVYuxqcFXB .social-row {
    justify-content: center;
  }
}
.cid-uVYuxqcFXB .list {
  list-style: none;
  padding-left: 0;
  color: #fdfde1;
}
@media (max-width: 991px) {
  .cid-uVYuxqcFXB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVYuxqcFXB .list {
    margin-bottom: 0rem;
  }
}
.cid-uVYuxqcFXB .mbr-section-subtitle {
  color: #fdfde1;
}
.cid-uVYuxqcFXB .list,
.cid-uVYuxqcFXB .item-wrap {
  color: #fdfde1;
}
.cid-uVYuxqcFXB .copyright {
  color: #fdfde1;
}
.cid-uFk3DOV5z9 .navbar-dropdown {
  position: relative !important;
}
.cid-uFk3DOV5z9 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uFk3DOV5z9 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFk3DOV5z9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFk3DOV5z9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFk3DOV5z9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #ff9f00 !important;
  color: #1c08c8 !important;
}
.cid-uFk3DOV5z9 .dropdown-item:hover,
.cid-uFk3DOV5z9 .dropdown-item:focus {
  background: #ff9f00 !important;
  color: #1c08c8 !important;
}
.cid-uFk3DOV5z9 .dropdown-item:hover span {
  color: white;
}
.cid-uFk3DOV5z9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFk3DOV5z9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFk3DOV5z9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFk3DOV5z9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFk3DOV5z9 .nav-link {
  position: relative;
}
.cid-uFk3DOV5z9 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uFk3DOV5z9 .container {
    flex-wrap: nowrap;
  }
}
.cid-uFk3DOV5z9 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFk3DOV5z9 .iconfont-wrapper:hover {
  color: #ff3f30 !important;
}
.cid-uFk3DOV5z9 .dropdown-menu,
.cid-uFk3DOV5z9 .navbar.opened {
  background: #ff9f00 !important;
}
.cid-uFk3DOV5z9 .nav-item:focus,
.cid-uFk3DOV5z9 .nav-link:focus {
  outline: none;
}
.cid-uFk3DOV5z9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFk3DOV5z9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uFk3DOV5z9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFk3DOV5z9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFk3DOV5z9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFk3DOV5z9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFk3DOV5z9 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ff9f00;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFk3DOV5z9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFk3DOV5z9 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uFk3DOV5z9 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uFk3DOV5z9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFk3DOV5z9 .navbar.collapsed {
  justify-content: center;
}
.cid-uFk3DOV5z9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFk3DOV5z9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFk3DOV5z9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uFk3DOV5z9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFk3DOV5z9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFk3DOV5z9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uFk3DOV5z9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFk3DOV5z9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFk3DOV5z9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFk3DOV5z9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFk3DOV5z9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFk3DOV5z9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFk3DOV5z9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFk3DOV5z9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uFk3DOV5z9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFk3DOV5z9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFk3DOV5z9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFk3DOV5z9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFk3DOV5z9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFk3DOV5z9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFk3DOV5z9 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uFk3DOV5z9 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uFk3DOV5z9 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uFk3DOV5z9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uFk3DOV5z9 .navbar-brand .navbar-caption:hover,
.cid-uFk3DOV5z9 .navbar-brand .navbar-caption:focus {
  color: #ff3f30 !important;
}
.cid-uFk3DOV5z9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFk3DOV5z9 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFk3DOV5z9 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff3f30 !important;
}
.cid-uFk3DOV5z9 .dropdown-item.active,
.cid-uFk3DOV5z9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFk3DOV5z9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFk3DOV5z9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFk3DOV5z9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFk3DOV5z9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff9f00;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uFk3DOV5z9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFk3DOV5z9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFk3DOV5z9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFk3DOV5z9 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uFk3DOV5z9 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uFk3DOV5z9 .navbar-buttons {
  text-align: center;
}
.cid-uFk3DOV5z9 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uFk3DOV5z9 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uFk3DOV5z9 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFk3DOV5z9 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ff9f00 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFk3DOV5z9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFk3DOV5z9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFk3DOV5z9 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFk3DOV5z9 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFk3DOV5z9 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFk3DOV5z9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFk3DOV5z9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFk3DOV5z9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFk3DOV5z9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFk3DOV5z9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFk3DOV5z9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFk3DOV5z9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFk3DOV5z9 .navbar {
    height: 70px;
  }
  .cid-uFk3DOV5z9 .navbar.opened {
    height: auto;
  }
  .cid-uFk3DOV5z9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFk3DOV5z9 .navbar-nav {
  margin: 0 auto;
}
.cid-uFk3DOV5z9 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uFk3DOV5z9 .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uFk3DOV5z9 .nav-item .nav-link::after {
  color: #ff3f30 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uFk3DOV5z9 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff3f30 !important;
}
.cid-uFk3DOV5z9 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uFk3DOV5z9 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uFk3DOV5z9 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uFk3DOV5z9 .nav-item .dropdown-menu .dropdown-item {
  color: #1c08c8 !important;
}
.cid-uFk3DOV5z9 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff3f30 !important;
}
@media (max-width: 991px) {
  .cid-uFk3DOV5z9 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFk3DOV5z9 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFk3DOV5z9 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFk3DOV5z9 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFk3DOV5z9 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFk3DOV5z9 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFk3DOV5z9 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFk3DOV5z9 .content-wrap {
  min-height: 110px;
}
.cid-uW20rqp1UF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uW20rqp1UF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW20rqp1UF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW20rqp1UF .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #ff9f00;
}
@media (max-width: 992px) {
  .cid-uW20rqp1UF .card-wrapper {
    padding: 20px;
  }
}
.cid-uW20rqp1UF .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-uW20rqp1UF .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-uW20rqp1UF .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uW20rqp1UF .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  pointer-events: none;
}
.cid-uW20rqp1UF .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uW20rqp1UF .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-uW20rqp1UF .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #ffffff;
  pointer-events: none;
}
.cid-uW20rqp1UF .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #ffffff;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uW20rqp1UF .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uW20rqp1UF .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uW20rqp1UF .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uW20rqp1UF .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uW20rqp1UF .mbr-section-title,
.cid-uW20rqp1UF .title-wrapper {
  color: #f1f5eb;
}
.cid-uW20rqp1UF .mbr-section-title,
.cid-uW20rqp1UF .mbr-section-btn,
.cid-uW20rqp1UF .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uW20AfDlEK {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uW20AfDlEK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW20AfDlEK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW20AfDlEK .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uW20AfDlEK .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uW20AfDlEK .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uW20AfDlEK .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uW20AfDlEK .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-uW20AfDlEK .mbr-section-title {
  color: #ff6d99;
}
.cid-uW20AfDlEK .mbr-text,
.cid-uW20AfDlEK .text-wrapper {
  color: #111111;
  text-align: center;
}
.cid-uW20AfDlEK .mbr-section-title,
.cid-uW20AfDlEK .mbr-section-btn {
  text-align: center;
}
.cid-uFk3DSU8Tn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uFk3DSU8Tn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFk3DSU8Tn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFk3DSU8Tn .row {
  justify-content: center;
}
.cid-uFk3DSU8Tn .map-wrapper {
  position: relative;
}
.cid-uFk3DSU8Tn .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#ff9f00, transparent);
  filter: blur(100px);
}
.cid-uFk3DSU8Tn .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #ff9f00;
  background-color: #ff9f00;
}
.cid-uFk3DSU8Tn .map-wrapper .google-map iframe {
  height: 750px;
  filter: invert(1);
}
@media (max-width: 1200px) {
  .cid-uFk3DSU8Tn .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uFk3DSU8Tn .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uVYuxqcFXB {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ff9f00;
}
.cid-uVYuxqcFXB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVYuxqcFXB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVYuxqcFXB .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uVYuxqcFXB .footer-col {
    flex-direction: column;
  }
}
.cid-uVYuxqcFXB .row {
  background: #000000;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uVYuxqcFXB .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVYuxqcFXB .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uVYuxqcFXB .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uVYuxqcFXB .mbr-section-btn {
    text-align: center;
  }
}
.cid-uVYuxqcFXB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uVYuxqcFXB .item-wrap {
  transition: all 300ms ease;
}
.cid-uVYuxqcFXB .item-wrap:hover,
.cid-uVYuxqcFXB .item-wrap:focus {
  cursor: pointer;
}
.cid-uVYuxqcFXB .soc-item {
  margin: 8px;
}
.cid-uVYuxqcFXB .soc-item a:hover .mbr-iconfont,
.cid-uVYuxqcFXB .soc-item a:focus .mbr-iconfont {
  background-color: #bff747;
}
.cid-uVYuxqcFXB .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #fdfde1;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uVYuxqcFXB .row {
    text-align: center;
  }
  .cid-uVYuxqcFXB .social-row {
    justify-content: center;
  }
}
.cid-uVYuxqcFXB .list {
  list-style: none;
  padding-left: 0;
  color: #fdfde1;
}
@media (max-width: 991px) {
  .cid-uVYuxqcFXB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVYuxqcFXB .list {
    margin-bottom: 0rem;
  }
}
.cid-uVYuxqcFXB .mbr-section-subtitle {
  color: #fdfde1;
}
.cid-uVYuxqcFXB .list,
.cid-uVYuxqcFXB .item-wrap {
  color: #fdfde1;
}
.cid-uVYuxqcFXB .copyright {
  color: #fdfde1;
}
.cid-uFk21OFdU3 .navbar-dropdown {
  position: relative !important;
}
.cid-uFk21OFdU3 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uFk21OFdU3 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFk21OFdU3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFk21OFdU3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFk21OFdU3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #ff9f00 !important;
  color: #1c08c8 !important;
}
.cid-uFk21OFdU3 .dropdown-item:hover,
.cid-uFk21OFdU3 .dropdown-item:focus {
  background: #ff9f00 !important;
  color: #1c08c8 !important;
}
.cid-uFk21OFdU3 .dropdown-item:hover span {
  color: white;
}
.cid-uFk21OFdU3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFk21OFdU3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFk21OFdU3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFk21OFdU3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFk21OFdU3 .nav-link {
  position: relative;
}
.cid-uFk21OFdU3 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uFk21OFdU3 .container {
    flex-wrap: nowrap;
  }
}
.cid-uFk21OFdU3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFk21OFdU3 .iconfont-wrapper:hover {
  color: #ff3f30 !important;
}
.cid-uFk21OFdU3 .dropdown-menu,
.cid-uFk21OFdU3 .navbar.opened {
  background: #ff9f00 !important;
}
.cid-uFk21OFdU3 .nav-item:focus,
.cid-uFk21OFdU3 .nav-link:focus {
  outline: none;
}
.cid-uFk21OFdU3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFk21OFdU3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uFk21OFdU3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFk21OFdU3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFk21OFdU3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFk21OFdU3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFk21OFdU3 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ff9f00;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFk21OFdU3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFk21OFdU3 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uFk21OFdU3 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uFk21OFdU3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFk21OFdU3 .navbar.collapsed {
  justify-content: center;
}
.cid-uFk21OFdU3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFk21OFdU3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFk21OFdU3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uFk21OFdU3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFk21OFdU3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFk21OFdU3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uFk21OFdU3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFk21OFdU3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFk21OFdU3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFk21OFdU3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFk21OFdU3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFk21OFdU3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFk21OFdU3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFk21OFdU3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uFk21OFdU3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFk21OFdU3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFk21OFdU3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFk21OFdU3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFk21OFdU3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFk21OFdU3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFk21OFdU3 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uFk21OFdU3 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uFk21OFdU3 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uFk21OFdU3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uFk21OFdU3 .navbar-brand .navbar-caption:hover,
.cid-uFk21OFdU3 .navbar-brand .navbar-caption:focus {
  color: #ff3f30 !important;
}
.cid-uFk21OFdU3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFk21OFdU3 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFk21OFdU3 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff3f30 !important;
}
.cid-uFk21OFdU3 .dropdown-item.active,
.cid-uFk21OFdU3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFk21OFdU3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFk21OFdU3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFk21OFdU3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFk21OFdU3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff9f00;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uFk21OFdU3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFk21OFdU3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFk21OFdU3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFk21OFdU3 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uFk21OFdU3 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uFk21OFdU3 .navbar-buttons {
  text-align: center;
}
.cid-uFk21OFdU3 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uFk21OFdU3 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uFk21OFdU3 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFk21OFdU3 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ff9f00 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFk21OFdU3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFk21OFdU3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFk21OFdU3 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFk21OFdU3 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFk21OFdU3 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFk21OFdU3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFk21OFdU3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFk21OFdU3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFk21OFdU3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFk21OFdU3 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFk21OFdU3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFk21OFdU3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFk21OFdU3 .navbar {
    height: 70px;
  }
  .cid-uFk21OFdU3 .navbar.opened {
    height: auto;
  }
  .cid-uFk21OFdU3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFk21OFdU3 .navbar-nav {
  margin: 0 auto;
}
.cid-uFk21OFdU3 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uFk21OFdU3 .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uFk21OFdU3 .nav-item .nav-link::after {
  color: #ff3f30 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uFk21OFdU3 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff3f30 !important;
}
.cid-uFk21OFdU3 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uFk21OFdU3 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uFk21OFdU3 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uFk21OFdU3 .nav-item .dropdown-menu .dropdown-item {
  color: #1c08c8 !important;
}
.cid-uFk21OFdU3 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff3f30 !important;
}
@media (max-width: 991px) {
  .cid-uFk21OFdU3 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFk21OFdU3 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFk21OFdU3 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFk21OFdU3 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFk21OFdU3 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFk21OFdU3 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFk21OFdU3 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFk21OFdU3 .content-wrap {
  min-height: 110px;
}
.cid-uVWw6Jr9qq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uVWw6Jr9qq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWw6Jr9qq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVWw6Jr9qq .row {
  justify-content: center;
}
.cid-uVWw6Jr9qq .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVWw6Jr9qq .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVWw6Jr9qq .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVWw6Jr9qq .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uVWw6Jr9qq .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVWw6Jr9qq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uVWw6Jr9qq .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVWw6Jr9qq .image-wrapper {
    display: block;
  }
}
.cid-uVWw6Jr9qq .image-wrapper::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#cbff5b, transparent);
  filter: blur(100px);
}
.cid-uVWw6Jr9qq .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uVWw6Jr9qq .image-wrapper .image-wrap img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVWw6Jr9qq .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uVWw6Jr9qq .mbr-section-title {
  color: #ffffff;
}
.cid-uVWw6Jr9qq .mbr-text,
.cid-uVWw6Jr9qq .text-wrapper {
  color: #ffffff;
}
.cid-uVWvIbQbUR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uVWvIbQbUR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWvIbQbUR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVWvIbQbUR .row {
  justify-content: center;
}
.cid-uVWvIbQbUR .content-wrapper .title-wrapper {
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVWvIbQbUR .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uVWvIbQbUR .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVWvIbQbUR .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uVWvIbQbUR .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVWvIbQbUR .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uVWvIbQbUR .mbr-section-title {
  color: #ffffff;
}
.cid-uVWvIbQbUR .mbr-section-subtitle {
  color: #cbff5b;
  text-align: center;
}
.cid-uVWvIbQbUR .mbr-text,
.cid-uVWvIbQbUR .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uVWvIbQbUR .mbr-section-title,
.cid-uVWvIbQbUR .mbr-section-btn {
  text-align: center;
}
.cid-uFk22bJiDY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffb130;
}
.cid-uFk22bJiDY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFk22bJiDY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFk22bJiDY .row {
  justify-content: center;
}
.cid-uFk22bJiDY .map-wrapper {
  position: relative;
}
.cid-uFk22bJiDY .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#ffffff, transparent);
  filter: blur(100px);
}
.cid-uFk22bJiDY .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #ffffff;
  background-color: #ffffff;
}
.cid-uFk22bJiDY .map-wrapper .google-map iframe {
  height: 750px;
  filter: invert(1);
}
@media (max-width: 1200px) {
  .cid-uFk22bJiDY .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uFk22bJiDY .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uVYuxqcFXB {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ff9f00;
}
.cid-uVYuxqcFXB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVYuxqcFXB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVYuxqcFXB .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uVYuxqcFXB .footer-col {
    flex-direction: column;
  }
}
.cid-uVYuxqcFXB .row {
  background: #000000;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uVYuxqcFXB .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVYuxqcFXB .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uVYuxqcFXB .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uVYuxqcFXB .mbr-section-btn {
    text-align: center;
  }
}
.cid-uVYuxqcFXB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uVYuxqcFXB .item-wrap {
  transition: all 300ms ease;
}
.cid-uVYuxqcFXB .item-wrap:hover,
.cid-uVYuxqcFXB .item-wrap:focus {
  cursor: pointer;
}
.cid-uVYuxqcFXB .soc-item {
  margin: 8px;
}
.cid-uVYuxqcFXB .soc-item a:hover .mbr-iconfont,
.cid-uVYuxqcFXB .soc-item a:focus .mbr-iconfont {
  background-color: #bff747;
}
.cid-uVYuxqcFXB .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #fdfde1;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uVYuxqcFXB .row {
    text-align: center;
  }
  .cid-uVYuxqcFXB .social-row {
    justify-content: center;
  }
}
.cid-uVYuxqcFXB .list {
  list-style: none;
  padding-left: 0;
  color: #fdfde1;
}
@media (max-width: 991px) {
  .cid-uVYuxqcFXB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVYuxqcFXB .list {
    margin-bottom: 0rem;
  }
}
.cid-uVYuxqcFXB .mbr-section-subtitle {
  color: #fdfde1;
}
.cid-uVYuxqcFXB .list,
.cid-uVYuxqcFXB .item-wrap {
  color: #fdfde1;
}
.cid-uVYuxqcFXB .copyright {
  color: #fdfde1;
}
.cid-uVWvk892dn .navbar-dropdown {
  position: relative !important;
}
.cid-uVWvk892dn .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uVWvk892dn .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uVWvk892dn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVWvk892dn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVWvk892dn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #ff9f00 !important;
  color: #1c08c8 !important;
}
.cid-uVWvk892dn .dropdown-item:hover,
.cid-uVWvk892dn .dropdown-item:focus {
  background: #ff9f00 !important;
  color: #1c08c8 !important;
}
.cid-uVWvk892dn .dropdown-item:hover span {
  color: white;
}
.cid-uVWvk892dn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVWvk892dn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVWvk892dn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVWvk892dn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVWvk892dn .nav-link {
  position: relative;
}
.cid-uVWvk892dn .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uVWvk892dn .container {
    flex-wrap: nowrap;
  }
}
.cid-uVWvk892dn .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uVWvk892dn .iconfont-wrapper:hover {
  color: #ff3f30 !important;
}
.cid-uVWvk892dn .dropdown-menu,
.cid-uVWvk892dn .navbar.opened {
  background: #ff9f00 !important;
}
.cid-uVWvk892dn .nav-item:focus,
.cid-uVWvk892dn .nav-link:focus {
  outline: none;
}
.cid-uVWvk892dn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVWvk892dn .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uVWvk892dn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVWvk892dn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVWvk892dn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVWvk892dn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVWvk892dn .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ff9f00;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uVWvk892dn .navbar.opened {
  transition: all 0.3s;
}
.cid-uVWvk892dn .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uVWvk892dn .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uVWvk892dn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVWvk892dn .navbar.collapsed {
  justify-content: center;
}
.cid-uVWvk892dn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVWvk892dn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVWvk892dn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uVWvk892dn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVWvk892dn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVWvk892dn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVWvk892dn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVWvk892dn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVWvk892dn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVWvk892dn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVWvk892dn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVWvk892dn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVWvk892dn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVWvk892dn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVWvk892dn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVWvk892dn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVWvk892dn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVWvk892dn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uVWvk892dn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVWvk892dn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVWvk892dn .navbar.navbar-short {
  min-height: 96px;
}
.cid-uVWvk892dn .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uVWvk892dn .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uVWvk892dn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uVWvk892dn .navbar-brand .navbar-caption:hover,
.cid-uVWvk892dn .navbar-brand .navbar-caption:focus {
  color: #ff3f30 !important;
}
.cid-uVWvk892dn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVWvk892dn .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uVWvk892dn .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff3f30 !important;
}
.cid-uVWvk892dn .dropdown-item.active,
.cid-uVWvk892dn .dropdown-item:active {
  background-color: transparent;
}
.cid-uVWvk892dn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVWvk892dn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVWvk892dn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVWvk892dn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff9f00;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uVWvk892dn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uVWvk892dn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uVWvk892dn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVWvk892dn ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uVWvk892dn ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uVWvk892dn .navbar-buttons {
  text-align: center;
}
.cid-uVWvk892dn .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uVWvk892dn .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uVWvk892dn .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uVWvk892dn button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ff9f00 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uVWvk892dn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVWvk892dn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uVWvk892dn button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uVWvk892dn button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uVWvk892dn button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uVWvk892dn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVWvk892dn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVWvk892dn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVWvk892dn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVWvk892dn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uVWvk892dn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVWvk892dn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVWvk892dn .navbar {
    height: 70px;
  }
  .cid-uVWvk892dn .navbar.opened {
    height: auto;
  }
  .cid-uVWvk892dn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVWvk892dn .navbar-nav {
  margin: 0 auto;
}
.cid-uVWvk892dn .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uVWvk892dn .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uVWvk892dn .nav-item .nav-link::after {
  color: #ff3f30 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uVWvk892dn .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff3f30 !important;
}
.cid-uVWvk892dn .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uVWvk892dn .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uVWvk892dn .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uVWvk892dn .nav-item .dropdown-menu .dropdown-item {
  color: #1c08c8 !important;
}
.cid-uVWvk892dn .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff3f30 !important;
}
@media (max-width: 991px) {
  .cid-uVWvk892dn .navbar {
    justify-content: flex-start !important;
  }
  .cid-uVWvk892dn .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uVWvk892dn .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uVWvk892dn .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uVWvk892dn .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uVWvk892dn .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uVWvk892dn .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uVWvk892dn .content-wrap {
  min-height: 110px;
}
.cid-uVWvk8XJO3 {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uVWvk8XJO3 {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-uVWvk8XJO3 .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uVWvk8XJO3 section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-uVWvk8XJO3 .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uVWvk8XJO3 .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWvk8XJO3 .row .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-uVWvk8XJO3 .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uVWvk8XJO3 .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVWvk8XJO3 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVWvk8XJO3 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uVWvk8XJO3 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uVWvk8XJO3 .title-wrapper .title-wrap .mbr-desc {
  margin-bottom: 62px;
}
@media (max-width: 992px) {
  .cid-uVWvk8XJO3 .title-wrapper .title-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uVWvk8XJO3 .image-wrapper img {
  height: 700px;
  object-fit: cover;
  border-radius: 1.2em;
}
@media (max-width: 992px) {
  .cid-uVWvk8XJO3 .image-wrapper img {
    height: 300px;
  }
}
.cid-uVWvk8XJO3 .mbr-section-title {
  color: #ffffff;
}
.cid-uVWvk8XJO3 .mbr-desc {
  color: #ffffff;
}
.cid-uVWvk9y3Hd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9f00;
}
.cid-uVWvk9y3Hd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWvk9y3Hd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVWvk9y3Hd .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #000000;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uVWvk9y3Hd .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uVWvk9y3Hd .card {
  justify-content: center;
}
.cid-uVWvk9y3Hd .number-wrapper .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVWvk9y3Hd .number-wrapper .mbr-number {
    margin-bottom: 32px;
  }
}
.cid-uVWvk9y3Hd .list-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVWvk9y3Hd .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: upper-roman;
  list-style-position: inside;
}
.cid-uVWvk9y3Hd .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000000;
}
@media (max-width: 992px) {
  .cid-uVWvk9y3Hd .list-wrapper .list .item-wrap {
    padding-left: 16px;
  }
}
.cid-uVWvk9y3Hd .list-wrapper .list .item-wrap::marker {
  color: #000000;
}
.cid-uVWvk9y3Hd .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVWvk9y3Hd .mbr-section-title {
  color: #000000;
}
.cid-uVWvk9y3Hd .mbr-number {
  color: #000000;
}
.cid-uVWvk9y3Hd .list {
  color: #000000;
}
.cid-uVWvk9Slw9 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVWvk9Slw9 .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  z-index: 1;
}
.cid-uVWvk9Slw9 .content_wrapper:hover .mbr-section-title a {
  color: #232323 !important;
}
.cid-uVWvk9Slw9 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uVWvk9Slw9 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uVWvk9Slw9 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uVWvk9Slw9 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uVWvk9Slw9 .mbr-section-btn .btn-secondary-outline .active,
.cid-uVWvk9Slw9 .mbr-section-btn .btn-secondary-outline:focus {
  color: #1c08c8 !important;
}
.cid-uVWvk9Slw9 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uVWvk9Slw9 .image_post {
  display: inline-block;
}
.cid-uVWvk9Slw9 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uVWvk9Slw9 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uVWvk9Slw9 .mbr-text,
.cid-uVWvk9Slw9 .mbr-section-btn {
  color: #000000;
}
.cid-uVWvkakDRI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9f00;
}
.cid-uVWvkakDRI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWvkakDRI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVWvkakDRI .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uVWvkakDRI .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVWvkakDRI .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVWvkakDRI .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uVWvkakDRI .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-uVWvkakDRI .mbr-section-title {
  color: #ff6d99;
}
.cid-uVWvkakDRI .mbr-text,
.cid-uVWvkakDRI .text-wrapper {
  color: #111111;
  text-align: center;
}
.cid-uVWvkakDRI .mbr-section-title,
.cid-uVWvkakDRI .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uVWvkaDyJv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVWvkaDyJv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWvkaDyJv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVWvkaDyJv .row {
  justify-content: center;
}
.cid-uVWvkaDyJv .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVWvkaDyJv .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uVWvkaDyJv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVWvkaDyJv .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uVWvkaDyJv .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVWvkaDyJv .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uVWvkaDyJv .items-wrapper {
    display: block;
  }
}
.cid-uVWvkaDyJv .item {
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .cid-uVWvkaDyJv .item {
    margin-bottom: 16px;
  }
}
.cid-uVWvkaDyJv .item:hover .item-wrapper .item-img img,
.cid-uVWvkaDyJv .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uVWvkaDyJv .item .item-wrapper {
  height: 100%;
  border: 3px solid #ff9f00;
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-uVWvkaDyJv .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uVWvkaDyJv .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uVWvkaDyJv .item .item-wrapper .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVWvkaDyJv .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-uVWvkaDyJv .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uVWvkaDyJv .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uVWvkaDyJv .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uVWvkaDyJv .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uVWvkaDyJv .item .item-wrapper .card-box .text-wrapper .card-text {
  display: inline-block;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVWvkaDyJv .item .item-wrapper .card-box .text-wrapper .card-text {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uVWvkaDyJv .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uVWvkaDyJv .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uVWvkaDyJv .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-uVWvkaDyJv .mbr-section-title {
  color: #ffffff;
}
.cid-uVWvkaDyJv .card-name {
  color: #000000;
  text-align: center;
}
.cid-uVWvkaDyJv .card-role {
  color: #000000;
  text-align: center;
}
.cid-uVWvkaDyJv .card-text {
  color: #ffffff;
}
.cid-uVWvkaDyJv .mbr-tag {
  color: #000000;
}
.cid-uVWvkb4bm4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9f00;
}
.cid-uVWvkb4bm4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWvkb4bm4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVWvkb4bm4 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uVWvkb4bm4 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVWvkb4bm4 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uVWvkb4bm4 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uVWvkb4bm4 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uVWvkb4bm4 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uVWvkb4bm4 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uVWvkb4bm4 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uVWvkb4bm4 .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-uVWvkb4bm4 .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-uVWvkb4bm4 .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVWvkb4bm4 .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVWvkb4bm4 .items-wrapper .card .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uVWvkb4bm4 .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-uVWvkb4bm4 .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVWvkb4bm4 .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uVWvkb4bm4 .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVWvkb4bm4 .mbr-label,
.cid-uVWvkb4bm4 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVWvkb4bm4 .mbr-section-title,
.cid-uVWvkb4bm4 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVWvkb4bm4 .mbr-text {
  color: #515151;
}
.cid-uVWvkb4bm4 .mbr-text,
.cid-uVWvkb4bm4 .mbr-section-btn {
  color: #000000;
}
.cid-uVWvkbv4xi {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #fffaf0;
}
.cid-uVWvkbv4xi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWvkbv4xi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVWvkbv4xi .content-wrapper {
  margin-bottom: 88px;
}
@media (max-width: 992px) {
  .cid-uVWvkbv4xi .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVWvkbv4xi .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uVWvkbv4xi .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uVWvkbv4xi .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVWvkbv4xi .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVWvkbv4xi .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 38px 22px;
}
@media (max-width: 1200px) {
  .cid-uVWvkbv4xi .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uVWvkbv4xi .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uVWvkbv4xi .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-uVWvkbv4xi .items-wrapper .item:hover .item-wrapper,
.cid-uVWvkbv4xi .items-wrapper .item:focus .item-wrapper {
  transform: scale(1.03);
}
.cid-uVWvkbv4xi .items-wrapper .item .item-wrapper {
  height: 100%;
  border: 2px solid #ff9f00;
  box-shadow: 0 16px 0 #ff9f00;
  background-color: #f7efdf;
  transition: all .3s ease;
  overflow: hidden;
}
.cid-uVWvkbv4xi .items-wrapper .item .item-wrapper .item-img {
  background-color: #f7efdf;
}
.cid-uVWvkbv4xi .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uVWvkbv4xi .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uVWvkbv4xi .items-wrapper .item .item-wrapper .item-content {
  padding: 25px 25px 32px 25px;
}
@media (max-width: 992px) {
  .cid-uVWvkbv4xi .items-wrapper .item .item-wrapper .item-content {
    padding: 22px;
  }
}
.cid-uVWvkbv4xi .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uVWvkbv4xi .items-wrapper .item .item-wrapper .item-content .item-date {
  margin-bottom: 22px;
}
.cid-uVWvkbv4xi .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVWvkbv4xi .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVWvkbv4xi .mbr-section-title,
.cid-uVWvkbv4xi .title-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-uVWvkbv4xi .mbr-text,
.cid-uVWvkbv4xi .text-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-uVWvkbv4xi .item-title {
  color: #3a001d;
}
.cid-uVWvkbv4xi .item-date {
  color: #3a001d;
}
.cid-uVWvkbv4xi .item-text {
  color: #3a001d;
}
.cid-uVWvkbv4xi .item-title,
.cid-uVWvkbv4xi .mbr-section-btn {
  color: #000000;
}
.cid-uVZ3cCdJxn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVZ3cCdJxn .video-wrapper iframe {
  width: 100%;
}
.cid-uVZ3cCdJxn .mbr-section-title,
.cid-uVZ3cCdJxn .mbr-section-subtitle,
.cid-uVZ3cCdJxn .mbr-text {
  text-align: center;
}
.cid-uVWvkbZoG2 {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #ff9f00;
}
.cid-uVWvkbZoG2 .mbr-section-title {
  color: #000000;
}
.cid-uVWvkbZoG2 .mbr-text {
  color: #000000;
}
.cid-uVWvkbZoG2 .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uVWvkbZoG2 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uVWvkbZoG2 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #1c08c8;
}
.cid-uVWvkbZoG2 .svg-top .st0 {
  fill: #ff9f00;
}
@media (max-width: 992px) {
  .cid-uVWvkbZoG2 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uVWvkcmO7h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVWvkcmO7h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWvkcmO7h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVWvkcmO7h .content-wrapper {
  padding: 80px 90px;
  background-color: #000000;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uVWvkcmO7h .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uVWvkcmO7h .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uVWvkcmO7h .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uVWvkcmO7h .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uVWvkcmO7h .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uVWvkcmO7h .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uVWvkcmO7h .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uVWvkcmO7h .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #c3e9eb;
}
@media (max-width: 992px) {
  .cid-uVWvkcmO7h .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uVWvkcmO7h .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uVWvkcmO7h .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uVWvkcmO7h .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uVWvkcmO7h .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px 0 0 #ffffff;
  background-color: #ff9f00;
}
@media (max-width: 992px) {
  .cid-uVWvkcmO7h .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uVWvkcmO7h .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uVWvkcmO7h .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uVWvkcmO7h .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uVWvkcmO7h .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uVWvkcmO7h .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-uVWvkcmO7h .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-uVWvkcmO7h .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uVWvkcmO7h .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uVWvkcmO7h .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uVWvkcmO7h .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uVWvkcmO7h .mbr-section-title {
  color: #050f0f;
}
.cid-uVWvkcmO7h .mbr-text {
  color: #050f0f;
}
.cid-uVWvkcmO7h .panel-title-edit {
  color: #050f0f;
}
.cid-uVWvkcmO7h .panel-text {
  color: #050f0f;
}
.cid-uVWvkcmO7h .mbr-section-title,
.cid-uVWvkcmO7h .icon-wrapper {
  color: #ffffff;
}
.cid-uVWvkcSK1p {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uVWvkcSK1p .mbr-section-title {
  color: #000000;
}
.cid-uVWvkcSK1p .mbr-text {
  color: #000000;
}
.cid-uVWvkcSK1p .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uVWvkcSK1p .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uVWvkcSK1p .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #1c08c8;
}
.cid-uVWvkcSK1p .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-uVWvkcSK1p .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uVWvkddjcO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9f00;
}
.cid-uVWvkddjcO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWvkddjcO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVWvkddjcO .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uVWvkddjcO .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uVWvkddjcO .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uVWvkddjcO .mbr-section-title {
  color: #131313;
}
.cid-uVWvkddjcO .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uVWvkddjcO .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-uVWvkddjcO .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uVWvkddjcO .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uVWvkddjcO .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uVWvkddjcO .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uVWvkddjcO .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-uVWvkddjcO .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uVWvkddjcO .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-uVWvkddjcO .card-title {
  color: #131313;
}
.cid-uVWvkddjcO .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-uVWvkddjcO .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uVWvkddjcO .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uVWvkddjcO .card-link {
    margin-top: 15px;
  }
}
.cid-uVWvkddjcO .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-uVWvkdGbrA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVWvkdGbrA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWvkdGbrA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVWvkdGbrA .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uVWvkdGbrA .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVWvkdGbrA .container {
    padding: 0 30px;
  }
}
.cid-uVWvkdGbrA .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uVWvkdGbrA .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uVWvkdGbrA .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ff9f00;
  border-radius: 16em 3em;
  margin-bottom: 2em;
}
@media (max-width: 992px) {
  .cid-uVWvkdGbrA .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uVWvkdGbrA .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 20%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uVWvkdGbrA .card-wrapper .mbr-number {
    width: 100%;
    margin: 0 0 16px 0;
  }
}
.cid-uVWvkdGbrA .card-wrapper .content-wrap {
  width: 80%;
}
.cid-uVWvkdGbrA .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVWvkdGbrA .card-wrapper .content-wrap .mbr-card-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uVWvkdGbrA .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uVWvkdGbrA .mbr-section-title {
  color: #ffffff;
}
.cid-uVWvkdGbrA .mbr-card-title {
  color: #000000;
}
.cid-uVWvkdGbrA .mbr-text {
  color: #000000;
}
.cid-uVWvkdGbrA .mbr-number {
  color: #FE5115;
}
.cid-uVWvke4Zfq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9f00;
}
.cid-uVWvke4Zfq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWvke4Zfq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVWvke4Zfq .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uVWvke4Zfq .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVWvke4Zfq .container {
    padding: 0 30px;
  }
}
.cid-uVWvke4Zfq .card-wrapper {
  padding: 40px 3rem;
  border-radius: 3em;
  background-color: #ffffff;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uVWvke4Zfq .card-wrapper {
    display: block;
    padding: 30px 20px;
  }
}
.cid-uVWvke4Zfq .card-wrapper .title-wrapper {
  margin-right: 50px;
  min-width: 250px;
}
@media (max-width: 992px) {
  .cid-uVWvke4Zfq .card-wrapper .title-wrapper {
    margin: 0;
  }
}
.cid-uVWvke4Zfq .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uVWvke4Zfq .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVWvke4Zfq .mbr-section-title {
  color: #2b2b2b;
}
.cid-uVWvke4Zfq .mbr-text {
  color: #000000;
}
.cid-uVWvke4Zfq .mbr-section-title,
.cid-uVWvke4Zfq .mbr-section-btn {
  color: #000000;
}
.cid-uW5MhBmaxS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uW5MhBmaxS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW5MhBmaxS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW5MhBmaxS .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #0b1324;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uW5MhBmaxS .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uW5MhBmaxS .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #ff9f00, #ffffff 50%);
  opacity: .5;
}
.cid-uW5MhBmaxS .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uW5MhBmaxS .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uW5MhBmaxS .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #0b1324;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uW5MhBmaxS .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uW5MhBmaxS .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uW5MhBmaxS .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uW5MhBmaxS .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uW5MhBmaxS .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #ff9f00;
  border-radius: 100%;
}
.cid-uW5MhBmaxS .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #080813;
}
.cid-uW5MhBmaxS .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uW5MhBmaxS .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uW5MhBmaxS .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uW5MhBmaxS .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uW5MhBmaxS .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uW5MhBmaxS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uW5MhBmaxS .panel-title-edit {
  color: #ffffff;
}
.cid-uW5MhBmaxS .panel-text {
  color: #ffffff;
}
.cid-uW5MhBmaxS .panel-title-edit,
.cid-uW5MhBmaxS .icon-wrapper {
  color: #000000;
}
.cid-uW5MhBmaxS .panel-text,
.cid-uW5MhBmaxS .panel-body {
  color: #000000;
}
.cid-uVWvkeqdOP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uVWvkeqdOP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWvkeqdOP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVWvkeqdOP .row {
  justify-content: center;
}
.cid-uVWvkeqdOP .map-wrapper {
  position: relative;
}
.cid-uVWvkeqdOP .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#ff9f00, transparent);
  filter: blur(100px);
}
.cid-uVWvkeqdOP .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #ff9f00;
  background-color: #ff9f00;
}
.cid-uVWvkeqdOP .map-wrapper .google-map iframe {
  height: 750px;
  filter: invert(1);
}
@media (max-width: 1200px) {
  .cid-uVWvkeqdOP .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uVWvkeqdOP .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uVYuxqcFXB {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ff9f00;
}
.cid-uVYuxqcFXB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVYuxqcFXB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVYuxqcFXB .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uVYuxqcFXB .footer-col {
    flex-direction: column;
  }
}
.cid-uVYuxqcFXB .row {
  background: #000000;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uVYuxqcFXB .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVYuxqcFXB .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uVYuxqcFXB .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uVYuxqcFXB .mbr-section-btn {
    text-align: center;
  }
}
.cid-uVYuxqcFXB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uVYuxqcFXB .item-wrap {
  transition: all 300ms ease;
}
.cid-uVYuxqcFXB .item-wrap:hover,
.cid-uVYuxqcFXB .item-wrap:focus {
  cursor: pointer;
}
.cid-uVYuxqcFXB .soc-item {
  margin: 8px;
}
.cid-uVYuxqcFXB .soc-item a:hover .mbr-iconfont,
.cid-uVYuxqcFXB .soc-item a:focus .mbr-iconfont {
  background-color: #bff747;
}
.cid-uVYuxqcFXB .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #fdfde1;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uVYuxqcFXB .row {
    text-align: center;
  }
  .cid-uVYuxqcFXB .social-row {
    justify-content: center;
  }
}
.cid-uVYuxqcFXB .list {
  list-style: none;
  padding-left: 0;
  color: #fdfde1;
}
@media (max-width: 991px) {
  .cid-uVYuxqcFXB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVYuxqcFXB .list {
    margin-bottom: 0rem;
  }
}
.cid-uVYuxqcFXB .mbr-section-subtitle {
  color: #fdfde1;
}
.cid-uVYuxqcFXB .list,
.cid-uVYuxqcFXB .item-wrap {
  color: #fdfde1;
}
.cid-uVYuxqcFXB .copyright {
  color: #fdfde1;
}
.cid-uVWvkYBFIq .navbar-dropdown {
  position: relative !important;
}
.cid-uVWvkYBFIq .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uVWvkYBFIq .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uVWvkYBFIq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVWvkYBFIq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVWvkYBFIq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #ff9f00 !important;
  color: #1c08c8 !important;
}
.cid-uVWvkYBFIq .dropdown-item:hover,
.cid-uVWvkYBFIq .dropdown-item:focus {
  background: #ff9f00 !important;
  color: #1c08c8 !important;
}
.cid-uVWvkYBFIq .dropdown-item:hover span {
  color: white;
}
.cid-uVWvkYBFIq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVWvkYBFIq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVWvkYBFIq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVWvkYBFIq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVWvkYBFIq .nav-link {
  position: relative;
}
.cid-uVWvkYBFIq .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uVWvkYBFIq .container {
    flex-wrap: nowrap;
  }
}
.cid-uVWvkYBFIq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uVWvkYBFIq .iconfont-wrapper:hover {
  color: #ff3f30 !important;
}
.cid-uVWvkYBFIq .dropdown-menu,
.cid-uVWvkYBFIq .navbar.opened {
  background: #ff9f00 !important;
}
.cid-uVWvkYBFIq .nav-item:focus,
.cid-uVWvkYBFIq .nav-link:focus {
  outline: none;
}
.cid-uVWvkYBFIq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVWvkYBFIq .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uVWvkYBFIq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVWvkYBFIq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVWvkYBFIq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVWvkYBFIq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVWvkYBFIq .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ff9f00;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uVWvkYBFIq .navbar.opened {
  transition: all 0.3s;
}
.cid-uVWvkYBFIq .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uVWvkYBFIq .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uVWvkYBFIq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVWvkYBFIq .navbar.collapsed {
  justify-content: center;
}
.cid-uVWvkYBFIq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVWvkYBFIq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVWvkYBFIq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uVWvkYBFIq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVWvkYBFIq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVWvkYBFIq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVWvkYBFIq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVWvkYBFIq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVWvkYBFIq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVWvkYBFIq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVWvkYBFIq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVWvkYBFIq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVWvkYBFIq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVWvkYBFIq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVWvkYBFIq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVWvkYBFIq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVWvkYBFIq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVWvkYBFIq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uVWvkYBFIq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVWvkYBFIq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVWvkYBFIq .navbar.navbar-short {
  min-height: 96px;
}
.cid-uVWvkYBFIq .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uVWvkYBFIq .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uVWvkYBFIq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uVWvkYBFIq .navbar-brand .navbar-caption:hover,
.cid-uVWvkYBFIq .navbar-brand .navbar-caption:focus {
  color: #ff3f30 !important;
}
.cid-uVWvkYBFIq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVWvkYBFIq .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uVWvkYBFIq .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff3f30 !important;
}
.cid-uVWvkYBFIq .dropdown-item.active,
.cid-uVWvkYBFIq .dropdown-item:active {
  background-color: transparent;
}
.cid-uVWvkYBFIq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVWvkYBFIq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVWvkYBFIq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVWvkYBFIq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff9f00;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uVWvkYBFIq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uVWvkYBFIq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uVWvkYBFIq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVWvkYBFIq ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uVWvkYBFIq ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uVWvkYBFIq .navbar-buttons {
  text-align: center;
}
.cid-uVWvkYBFIq .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uVWvkYBFIq .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uVWvkYBFIq .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uVWvkYBFIq button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ff9f00 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uVWvkYBFIq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVWvkYBFIq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uVWvkYBFIq button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uVWvkYBFIq button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uVWvkYBFIq button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uVWvkYBFIq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVWvkYBFIq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVWvkYBFIq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVWvkYBFIq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVWvkYBFIq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uVWvkYBFIq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVWvkYBFIq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVWvkYBFIq .navbar {
    height: 70px;
  }
  .cid-uVWvkYBFIq .navbar.opened {
    height: auto;
  }
  .cid-uVWvkYBFIq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVWvkYBFIq .navbar-nav {
  margin: 0 auto;
}
.cid-uVWvkYBFIq .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uVWvkYBFIq .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uVWvkYBFIq .nav-item .nav-link::after {
  color: #ff3f30 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uVWvkYBFIq .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff3f30 !important;
}
.cid-uVWvkYBFIq .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uVWvkYBFIq .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uVWvkYBFIq .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uVWvkYBFIq .nav-item .dropdown-menu .dropdown-item {
  color: #1c08c8 !important;
}
.cid-uVWvkYBFIq .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff3f30 !important;
}
@media (max-width: 991px) {
  .cid-uVWvkYBFIq .navbar {
    justify-content: flex-start !important;
  }
  .cid-uVWvkYBFIq .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uVWvkYBFIq .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uVWvkYBFIq .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uVWvkYBFIq .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uVWvkYBFIq .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uVWvkYBFIq .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uVWvkYBFIq .content-wrap {
  min-height: 110px;
}
.cid-uVWvkZfbCJ {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uVWvkZfbCJ {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-uVWvkZfbCJ .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uVWvkZfbCJ section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-uVWvkZfbCJ .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uVWvkZfbCJ .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWvkZfbCJ .row .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-uVWvkZfbCJ .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uVWvkZfbCJ .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVWvkZfbCJ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVWvkZfbCJ .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uVWvkZfbCJ .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uVWvkZfbCJ .title-wrapper .title-wrap .mbr-desc {
  margin-bottom: 62px;
}
@media (max-width: 992px) {
  .cid-uVWvkZfbCJ .title-wrapper .title-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uVWvkZfbCJ .image-wrapper img {
  height: 700px;
  object-fit: cover;
  border-radius: 1.2em;
}
@media (max-width: 992px) {
  .cid-uVWvkZfbCJ .image-wrapper img {
    height: 300px;
  }
}
.cid-uVWvkZfbCJ .mbr-section-title {
  color: #ffffff;
}
.cid-uVWvkZfbCJ .mbr-desc {
  color: #ffffff;
}
.cid-uVWvkZFtFJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9f00;
}
.cid-uVWvkZFtFJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWvkZFtFJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVWvkZFtFJ .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #000000;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uVWvkZFtFJ .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uVWvkZFtFJ .card {
  justify-content: center;
}
.cid-uVWvkZFtFJ .number-wrapper .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVWvkZFtFJ .number-wrapper .mbr-number {
    margin-bottom: 32px;
  }
}
.cid-uVWvkZFtFJ .list-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVWvkZFtFJ .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: upper-roman;
  list-style-position: inside;
}
.cid-uVWvkZFtFJ .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000000;
}
@media (max-width: 992px) {
  .cid-uVWvkZFtFJ .list-wrapper .list .item-wrap {
    padding-left: 16px;
  }
}
.cid-uVWvkZFtFJ .list-wrapper .list .item-wrap::marker {
  color: #000000;
}
.cid-uVWvkZFtFJ .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVWvkZFtFJ .mbr-section-title {
  color: #000000;
}
.cid-uVWvkZFtFJ .mbr-number {
  color: #000000;
}
.cid-uVWvkZFtFJ .list {
  color: #000000;
}
.cid-uVWvl04Zwu {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVWvl04Zwu .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  z-index: 1;
}
.cid-uVWvl04Zwu .content_wrapper:hover .mbr-section-title a {
  color: #232323 !important;
}
.cid-uVWvl04Zwu .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uVWvl04Zwu .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uVWvl04Zwu .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uVWvl04Zwu .mbr-section-btn .btn-secondary-outline:hover,
.cid-uVWvl04Zwu .mbr-section-btn .btn-secondary-outline .active,
.cid-uVWvl04Zwu .mbr-section-btn .btn-secondary-outline:focus {
  color: #1c08c8 !important;
}
.cid-uVWvl04Zwu .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uVWvl04Zwu .image_post {
  display: inline-block;
}
.cid-uVWvl04Zwu .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uVWvl04Zwu .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uVWvl04Zwu .mbr-text,
.cid-uVWvl04Zwu .mbr-section-btn {
  color: #000000;
}
.cid-uVWvl0spMn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9f00;
}
.cid-uVWvl0spMn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWvl0spMn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVWvl0spMn .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uVWvl0spMn .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVWvl0spMn .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVWvl0spMn .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uVWvl0spMn .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-uVWvl0spMn .mbr-section-title {
  color: #ff6d99;
}
.cid-uVWvl0spMn .mbr-text,
.cid-uVWvl0spMn .text-wrapper {
  color: #111111;
  text-align: center;
}
.cid-uVWvl0spMn .mbr-section-title,
.cid-uVWvl0spMn .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uVWvl0TxTR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVWvl0TxTR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWvl0TxTR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVWvl0TxTR .row {
  justify-content: center;
}
.cid-uVWvl0TxTR .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVWvl0TxTR .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uVWvl0TxTR .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVWvl0TxTR .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uVWvl0TxTR .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVWvl0TxTR .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uVWvl0TxTR .items-wrapper {
    display: block;
  }
}
.cid-uVWvl0TxTR .item {
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .cid-uVWvl0TxTR .item {
    margin-bottom: 16px;
  }
}
.cid-uVWvl0TxTR .item:hover .item-wrapper .item-img img,
.cid-uVWvl0TxTR .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uVWvl0TxTR .item .item-wrapper {
  height: 100%;
  border: 3px solid #ff9f00;
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-uVWvl0TxTR .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uVWvl0TxTR .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uVWvl0TxTR .item .item-wrapper .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVWvl0TxTR .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-uVWvl0TxTR .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uVWvl0TxTR .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uVWvl0TxTR .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uVWvl0TxTR .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uVWvl0TxTR .item .item-wrapper .card-box .text-wrapper .card-text {
  display: inline-block;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVWvl0TxTR .item .item-wrapper .card-box .text-wrapper .card-text {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uVWvl0TxTR .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uVWvl0TxTR .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uVWvl0TxTR .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-uVWvl0TxTR .mbr-section-title {
  color: #ffffff;
}
.cid-uVWvl0TxTR .card-name {
  color: #000000;
  text-align: center;
}
.cid-uVWvl0TxTR .card-role {
  color: #000000;
  text-align: center;
}
.cid-uVWvl0TxTR .card-text {
  color: #ffffff;
}
.cid-uVWvl0TxTR .mbr-tag {
  color: #000000;
}
.cid-uVWvl1iiHN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9f00;
}
.cid-uVWvl1iiHN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWvl1iiHN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVWvl1iiHN .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uVWvl1iiHN .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVWvl1iiHN .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uVWvl1iiHN .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uVWvl1iiHN .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uVWvl1iiHN .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uVWvl1iiHN .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uVWvl1iiHN .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uVWvl1iiHN .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-uVWvl1iiHN .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-uVWvl1iiHN .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVWvl1iiHN .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVWvl1iiHN .items-wrapper .card .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uVWvl1iiHN .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-uVWvl1iiHN .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVWvl1iiHN .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uVWvl1iiHN .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVWvl1iiHN .mbr-label,
.cid-uVWvl1iiHN .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVWvl1iiHN .mbr-section-title,
.cid-uVWvl1iiHN .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVWvl1iiHN .mbr-text {
  color: #515151;
}
.cid-uVWvl1iiHN .mbr-text,
.cid-uVWvl1iiHN .mbr-section-btn {
  color: #000000;
}
.cid-uVWvl1DozD {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #fffaf0;
}
.cid-uVWvl1DozD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWvl1DozD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVWvl1DozD .content-wrapper {
  margin-bottom: 88px;
}
@media (max-width: 992px) {
  .cid-uVWvl1DozD .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVWvl1DozD .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uVWvl1DozD .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uVWvl1DozD .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVWvl1DozD .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVWvl1DozD .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 38px 22px;
}
@media (max-width: 1200px) {
  .cid-uVWvl1DozD .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uVWvl1DozD .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uVWvl1DozD .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-uVWvl1DozD .items-wrapper .item:hover .item-wrapper,
.cid-uVWvl1DozD .items-wrapper .item:focus .item-wrapper {
  transform: scale(1.03);
}
.cid-uVWvl1DozD .items-wrapper .item .item-wrapper {
  height: 100%;
  border: 2px solid #ff9f00;
  box-shadow: 0 16px 0 #ff9f00;
  background-color: #f7efdf;
  transition: all .3s ease;
  overflow: hidden;
}
.cid-uVWvl1DozD .items-wrapper .item .item-wrapper .item-img {
  background-color: #f7efdf;
}
.cid-uVWvl1DozD .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uVWvl1DozD .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uVWvl1DozD .items-wrapper .item .item-wrapper .item-content {
  padding: 25px 25px 32px 25px;
}
@media (max-width: 992px) {
  .cid-uVWvl1DozD .items-wrapper .item .item-wrapper .item-content {
    padding: 22px;
  }
}
.cid-uVWvl1DozD .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uVWvl1DozD .items-wrapper .item .item-wrapper .item-content .item-date {
  margin-bottom: 22px;
}
.cid-uVWvl1DozD .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVWvl1DozD .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVWvl1DozD .mbr-section-title,
.cid-uVWvl1DozD .title-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-uVWvl1DozD .mbr-text,
.cid-uVWvl1DozD .text-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-uVWvl1DozD .item-title {
  color: #3a001d;
}
.cid-uVWvl1DozD .item-date {
  color: #3a001d;
}
.cid-uVWvl1DozD .item-text {
  color: #3a001d;
}
.cid-uVWvl1DozD .item-title,
.cid-uVWvl1DozD .mbr-section-btn {
  color: #000000;
}
.cid-uVWvl2bhtJ {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #ff9f00;
}
.cid-uVWvl2bhtJ .mbr-section-title {
  color: #000000;
}
.cid-uVWvl2bhtJ .mbr-text {
  color: #000000;
}
.cid-uVWvl2bhtJ .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uVWvl2bhtJ .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uVWvl2bhtJ .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #1c08c8;
}
.cid-uVWvl2bhtJ .svg-top .st0 {
  fill: #ff9f00;
}
@media (max-width: 992px) {
  .cid-uVWvl2bhtJ .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uVWvl2vKry {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVWvl2vKry .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWvl2vKry .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVWvl2vKry .content-wrapper {
  padding: 80px 90px;
  background-color: #000000;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uVWvl2vKry .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uVWvl2vKry .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uVWvl2vKry .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uVWvl2vKry .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uVWvl2vKry .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uVWvl2vKry .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uVWvl2vKry .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uVWvl2vKry .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #c3e9eb;
}
@media (max-width: 992px) {
  .cid-uVWvl2vKry .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uVWvl2vKry .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uVWvl2vKry .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uVWvl2vKry .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uVWvl2vKry .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px 0 0 #ffffff;
  background-color: #ff9f00;
}
@media (max-width: 992px) {
  .cid-uVWvl2vKry .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uVWvl2vKry .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uVWvl2vKry .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uVWvl2vKry .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uVWvl2vKry .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uVWvl2vKry .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-uVWvl2vKry .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-uVWvl2vKry .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uVWvl2vKry .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uVWvl2vKry .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uVWvl2vKry .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uVWvl2vKry .mbr-section-title {
  color: #050f0f;
}
.cid-uVWvl2vKry .mbr-text {
  color: #050f0f;
}
.cid-uVWvl2vKry .panel-title-edit {
  color: #050f0f;
}
.cid-uVWvl2vKry .panel-text {
  color: #050f0f;
}
.cid-uVWvl2vKry .mbr-section-title,
.cid-uVWvl2vKry .icon-wrapper {
  color: #ffffff;
}
.cid-uVWvl34Ffk {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uVWvl34Ffk .mbr-section-title {
  color: #000000;
}
.cid-uVWvl34Ffk .mbr-text {
  color: #000000;
}
.cid-uVWvl34Ffk .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uVWvl34Ffk .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uVWvl34Ffk .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #1c08c8;
}
.cid-uVWvl34Ffk .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-uVWvl34Ffk .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uVWvl3rsoq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9f00;
}
.cid-uVWvl3rsoq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWvl3rsoq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVWvl3rsoq .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uVWvl3rsoq .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uVWvl3rsoq .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uVWvl3rsoq .mbr-section-title {
  color: #131313;
}
.cid-uVWvl3rsoq .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uVWvl3rsoq .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-uVWvl3rsoq .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uVWvl3rsoq .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uVWvl3rsoq .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uVWvl3rsoq .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uVWvl3rsoq .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-uVWvl3rsoq .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uVWvl3rsoq .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-uVWvl3rsoq .card-title {
  color: #131313;
}
.cid-uVWvl3rsoq .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-uVWvl3rsoq .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uVWvl3rsoq .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uVWvl3rsoq .card-link {
    margin-top: 15px;
  }
}
.cid-uVWvl3rsoq .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-uVWvl4nOxJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVWvl4nOxJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWvl4nOxJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVWvl4nOxJ .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uVWvl4nOxJ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVWvl4nOxJ .container {
    padding: 0 30px;
  }
}
.cid-uVWvl4nOxJ .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uVWvl4nOxJ .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uVWvl4nOxJ .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ff9f00;
  border-radius: 16em 3em;
  margin-bottom: 2em;
}
@media (max-width: 992px) {
  .cid-uVWvl4nOxJ .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uVWvl4nOxJ .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 20%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uVWvl4nOxJ .card-wrapper .mbr-number {
    width: 100%;
    margin: 0 0 16px 0;
  }
}
.cid-uVWvl4nOxJ .card-wrapper .content-wrap {
  width: 80%;
}
.cid-uVWvl4nOxJ .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVWvl4nOxJ .card-wrapper .content-wrap .mbr-card-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uVWvl4nOxJ .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uVWvl4nOxJ .mbr-section-title {
  color: #ffffff;
}
.cid-uVWvl4nOxJ .mbr-card-title {
  color: #000000;
}
.cid-uVWvl4nOxJ .mbr-text {
  color: #000000;
}
.cid-uVWvl4nOxJ .mbr-number {
  color: #FE5115;
}
.cid-uVWvl510Lo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9f00;
}
.cid-uVWvl510Lo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWvl510Lo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVWvl510Lo .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uVWvl510Lo .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVWvl510Lo .container {
    padding: 0 30px;
  }
}
.cid-uVWvl510Lo .card-wrapper {
  padding: 40px 3rem;
  border-radius: 3em;
  background-color: #ffffff;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uVWvl510Lo .card-wrapper {
    display: block;
    padding: 30px 20px;
  }
}
.cid-uVWvl510Lo .card-wrapper .title-wrapper {
  margin-right: 50px;
  min-width: 250px;
}
@media (max-width: 992px) {
  .cid-uVWvl510Lo .card-wrapper .title-wrapper {
    margin: 0;
  }
}
.cid-uVWvl510Lo .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uVWvl510Lo .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVWvl510Lo .mbr-section-title {
  color: #2b2b2b;
}
.cid-uVWvl510Lo .mbr-text {
  color: #000000;
}
.cid-uVWvl510Lo .mbr-section-title,
.cid-uVWvl510Lo .mbr-section-btn {
  color: #000000;
}
.cid-uW5MvWPHMH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uW5MvWPHMH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW5MvWPHMH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW5MvWPHMH .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #0b1324;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uW5MvWPHMH .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uW5MvWPHMH .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #ff9f00, #ffffff 50%);
  opacity: .5;
}
.cid-uW5MvWPHMH .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uW5MvWPHMH .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uW5MvWPHMH .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #0b1324;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uW5MvWPHMH .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uW5MvWPHMH .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uW5MvWPHMH .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uW5MvWPHMH .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uW5MvWPHMH .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #ff9f00;
  border-radius: 100%;
}
.cid-uW5MvWPHMH .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #080813;
}
.cid-uW5MvWPHMH .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uW5MvWPHMH .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uW5MvWPHMH .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uW5MvWPHMH .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uW5MvWPHMH .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uW5MvWPHMH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uW5MvWPHMH .panel-title-edit {
  color: #ffffff;
}
.cid-uW5MvWPHMH .panel-text {
  color: #ffffff;
}
.cid-uW5MvWPHMH .panel-title-edit,
.cid-uW5MvWPHMH .icon-wrapper {
  color: #000000;
}
.cid-uW5MvWPHMH .panel-text,
.cid-uW5MvWPHMH .panel-body {
  color: #000000;
}
.cid-uVWvl5nRcz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uVWvl5nRcz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWvl5nRcz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVWvl5nRcz .row {
  justify-content: center;
}
.cid-uVWvl5nRcz .map-wrapper {
  position: relative;
}
.cid-uVWvl5nRcz .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#ff9f00, transparent);
  filter: blur(100px);
}
.cid-uVWvl5nRcz .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #ff9f00;
  background-color: #ff9f00;
}
.cid-uVWvl5nRcz .map-wrapper .google-map iframe {
  height: 750px;
  filter: invert(1);
}
@media (max-width: 1200px) {
  .cid-uVWvl5nRcz .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uVWvl5nRcz .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uVYuxqcFXB {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ff9f00;
}
.cid-uVYuxqcFXB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVYuxqcFXB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVYuxqcFXB .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uVYuxqcFXB .footer-col {
    flex-direction: column;
  }
}
.cid-uVYuxqcFXB .row {
  background: #000000;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uVYuxqcFXB .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVYuxqcFXB .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uVYuxqcFXB .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uVYuxqcFXB .mbr-section-btn {
    text-align: center;
  }
}
.cid-uVYuxqcFXB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uVYuxqcFXB .item-wrap {
  transition: all 300ms ease;
}
.cid-uVYuxqcFXB .item-wrap:hover,
.cid-uVYuxqcFXB .item-wrap:focus {
  cursor: pointer;
}
.cid-uVYuxqcFXB .soc-item {
  margin: 8px;
}
.cid-uVYuxqcFXB .soc-item a:hover .mbr-iconfont,
.cid-uVYuxqcFXB .soc-item a:focus .mbr-iconfont {
  background-color: #bff747;
}
.cid-uVYuxqcFXB .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #fdfde1;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uVYuxqcFXB .row {
    text-align: center;
  }
  .cid-uVYuxqcFXB .social-row {
    justify-content: center;
  }
}
.cid-uVYuxqcFXB .list {
  list-style: none;
  padding-left: 0;
  color: #fdfde1;
}
@media (max-width: 991px) {
  .cid-uVYuxqcFXB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVYuxqcFXB .list {
    margin-bottom: 0rem;
  }
}
.cid-uVYuxqcFXB .mbr-section-subtitle {
  color: #fdfde1;
}
.cid-uVYuxqcFXB .list,
.cid-uVYuxqcFXB .item-wrap {
  color: #fdfde1;
}
.cid-uVYuxqcFXB .copyright {
  color: #fdfde1;
}
.cid-uVWvm4QYMF .navbar-dropdown {
  position: relative !important;
}
.cid-uVWvm4QYMF .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uVWvm4QYMF .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uVWvm4QYMF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVWvm4QYMF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVWvm4QYMF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #ff9f00 !important;
  color: #1c08c8 !important;
}
.cid-uVWvm4QYMF .dropdown-item:hover,
.cid-uVWvm4QYMF .dropdown-item:focus {
  background: #ff9f00 !important;
  color: #1c08c8 !important;
}
.cid-uVWvm4QYMF .dropdown-item:hover span {
  color: white;
}
.cid-uVWvm4QYMF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVWvm4QYMF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVWvm4QYMF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVWvm4QYMF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVWvm4QYMF .nav-link {
  position: relative;
}
.cid-uVWvm4QYMF .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uVWvm4QYMF .container {
    flex-wrap: nowrap;
  }
}
.cid-uVWvm4QYMF .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uVWvm4QYMF .iconfont-wrapper:hover {
  color: #ff3f30 !important;
}
.cid-uVWvm4QYMF .dropdown-menu,
.cid-uVWvm4QYMF .navbar.opened {
  background: #ff9f00 !important;
}
.cid-uVWvm4QYMF .nav-item:focus,
.cid-uVWvm4QYMF .nav-link:focus {
  outline: none;
}
.cid-uVWvm4QYMF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVWvm4QYMF .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uVWvm4QYMF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVWvm4QYMF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVWvm4QYMF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVWvm4QYMF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVWvm4QYMF .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ff9f00;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uVWvm4QYMF .navbar.opened {
  transition: all 0.3s;
}
.cid-uVWvm4QYMF .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uVWvm4QYMF .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uVWvm4QYMF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVWvm4QYMF .navbar.collapsed {
  justify-content: center;
}
.cid-uVWvm4QYMF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVWvm4QYMF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVWvm4QYMF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uVWvm4QYMF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVWvm4QYMF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVWvm4QYMF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVWvm4QYMF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVWvm4QYMF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVWvm4QYMF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVWvm4QYMF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVWvm4QYMF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVWvm4QYMF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVWvm4QYMF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVWvm4QYMF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVWvm4QYMF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVWvm4QYMF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVWvm4QYMF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVWvm4QYMF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uVWvm4QYMF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVWvm4QYMF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVWvm4QYMF .navbar.navbar-short {
  min-height: 96px;
}
.cid-uVWvm4QYMF .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uVWvm4QYMF .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uVWvm4QYMF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uVWvm4QYMF .navbar-brand .navbar-caption:hover,
.cid-uVWvm4QYMF .navbar-brand .navbar-caption:focus {
  color: #ff3f30 !important;
}
.cid-uVWvm4QYMF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVWvm4QYMF .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uVWvm4QYMF .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff3f30 !important;
}
.cid-uVWvm4QYMF .dropdown-item.active,
.cid-uVWvm4QYMF .dropdown-item:active {
  background-color: transparent;
}
.cid-uVWvm4QYMF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVWvm4QYMF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVWvm4QYMF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVWvm4QYMF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff9f00;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uVWvm4QYMF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uVWvm4QYMF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uVWvm4QYMF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVWvm4QYMF ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uVWvm4QYMF ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uVWvm4QYMF .navbar-buttons {
  text-align: center;
}
.cid-uVWvm4QYMF .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uVWvm4QYMF .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uVWvm4QYMF .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uVWvm4QYMF button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ff9f00 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uVWvm4QYMF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVWvm4QYMF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uVWvm4QYMF button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uVWvm4QYMF button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uVWvm4QYMF button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uVWvm4QYMF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVWvm4QYMF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVWvm4QYMF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVWvm4QYMF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVWvm4QYMF .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uVWvm4QYMF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVWvm4QYMF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVWvm4QYMF .navbar {
    height: 70px;
  }
  .cid-uVWvm4QYMF .navbar.opened {
    height: auto;
  }
  .cid-uVWvm4QYMF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVWvm4QYMF .navbar-nav {
  margin: 0 auto;
}
.cid-uVWvm4QYMF .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uVWvm4QYMF .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uVWvm4QYMF .nav-item .nav-link::after {
  color: #ff3f30 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uVWvm4QYMF .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff3f30 !important;
}
.cid-uVWvm4QYMF .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uVWvm4QYMF .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uVWvm4QYMF .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uVWvm4QYMF .nav-item .dropdown-menu .dropdown-item {
  color: #1c08c8 !important;
}
.cid-uVWvm4QYMF .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff3f30 !important;
}
@media (max-width: 991px) {
  .cid-uVWvm4QYMF .navbar {
    justify-content: flex-start !important;
  }
  .cid-uVWvm4QYMF .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uVWvm4QYMF .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uVWvm4QYMF .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uVWvm4QYMF .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uVWvm4QYMF .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uVWvm4QYMF .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uVWvm4QYMF .content-wrap {
  min-height: 110px;
}
.cid-uVWvm5dXtm {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uVWvm5dXtm {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-uVWvm5dXtm .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uVWvm5dXtm section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-uVWvm5dXtm .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uVWvm5dXtm .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWvm5dXtm .row .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-uVWvm5dXtm .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uVWvm5dXtm .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVWvm5dXtm .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVWvm5dXtm .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uVWvm5dXtm .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uVWvm5dXtm .title-wrapper .title-wrap .mbr-desc {
  margin-bottom: 62px;
}
@media (max-width: 992px) {
  .cid-uVWvm5dXtm .title-wrapper .title-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uVWvm5dXtm .image-wrapper img {
  height: 700px;
  object-fit: cover;
  border-radius: 1.2em;
}
@media (max-width: 992px) {
  .cid-uVWvm5dXtm .image-wrapper img {
    height: 300px;
  }
}
.cid-uVWvm5dXtm .mbr-section-title {
  color: #ffffff;
}
.cid-uVWvm5dXtm .mbr-desc {
  color: #ffffff;
}
.cid-uVWvm5ugMX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9f00;
}
.cid-uVWvm5ugMX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWvm5ugMX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVWvm5ugMX .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #000000;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uVWvm5ugMX .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uVWvm5ugMX .card {
  justify-content: center;
}
.cid-uVWvm5ugMX .number-wrapper .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVWvm5ugMX .number-wrapper .mbr-number {
    margin-bottom: 32px;
  }
}
.cid-uVWvm5ugMX .list-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVWvm5ugMX .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: upper-roman;
  list-style-position: inside;
}
.cid-uVWvm5ugMX .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000000;
}
@media (max-width: 992px) {
  .cid-uVWvm5ugMX .list-wrapper .list .item-wrap {
    padding-left: 16px;
  }
}
.cid-uVWvm5ugMX .list-wrapper .list .item-wrap::marker {
  color: #000000;
}
.cid-uVWvm5ugMX .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVWvm5ugMX .mbr-section-title {
  color: #000000;
}
.cid-uVWvm5ugMX .mbr-number {
  color: #000000;
}
.cid-uVWvm5ugMX .list {
  color: #000000;
}
.cid-uVWvm5Mm9j {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVWvm5Mm9j .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  z-index: 1;
}
.cid-uVWvm5Mm9j .content_wrapper:hover .mbr-section-title a {
  color: #232323 !important;
}
.cid-uVWvm5Mm9j .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uVWvm5Mm9j .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uVWvm5Mm9j .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uVWvm5Mm9j .mbr-section-btn .btn-secondary-outline:hover,
.cid-uVWvm5Mm9j .mbr-section-btn .btn-secondary-outline .active,
.cid-uVWvm5Mm9j .mbr-section-btn .btn-secondary-outline:focus {
  color: #1c08c8 !important;
}
.cid-uVWvm5Mm9j .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uVWvm5Mm9j .image_post {
  display: inline-block;
}
.cid-uVWvm5Mm9j .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uVWvm5Mm9j .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uVWvm5Mm9j .mbr-text,
.cid-uVWvm5Mm9j .mbr-section-btn {
  color: #000000;
}
.cid-uVWvm6cLZR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9f00;
}
.cid-uVWvm6cLZR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWvm6cLZR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVWvm6cLZR .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uVWvm6cLZR .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVWvm6cLZR .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVWvm6cLZR .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uVWvm6cLZR .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-uVWvm6cLZR .mbr-section-title {
  color: #ff6d99;
}
.cid-uVWvm6cLZR .mbr-text,
.cid-uVWvm6cLZR .text-wrapper {
  color: #111111;
  text-align: center;
}
.cid-uVWvm6cLZR .mbr-section-title,
.cid-uVWvm6cLZR .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uVWvm6u4Bi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVWvm6u4Bi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWvm6u4Bi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVWvm6u4Bi .row {
  justify-content: center;
}
.cid-uVWvm6u4Bi .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVWvm6u4Bi .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uVWvm6u4Bi .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVWvm6u4Bi .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uVWvm6u4Bi .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVWvm6u4Bi .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uVWvm6u4Bi .items-wrapper {
    display: block;
  }
}
.cid-uVWvm6u4Bi .item {
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .cid-uVWvm6u4Bi .item {
    margin-bottom: 16px;
  }
}
.cid-uVWvm6u4Bi .item:hover .item-wrapper .item-img img,
.cid-uVWvm6u4Bi .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uVWvm6u4Bi .item .item-wrapper {
  height: 100%;
  border: 3px solid #ff9f00;
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-uVWvm6u4Bi .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uVWvm6u4Bi .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uVWvm6u4Bi .item .item-wrapper .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVWvm6u4Bi .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-uVWvm6u4Bi .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uVWvm6u4Bi .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uVWvm6u4Bi .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uVWvm6u4Bi .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uVWvm6u4Bi .item .item-wrapper .card-box .text-wrapper .card-text {
  display: inline-block;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVWvm6u4Bi .item .item-wrapper .card-box .text-wrapper .card-text {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uVWvm6u4Bi .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uVWvm6u4Bi .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uVWvm6u4Bi .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-uVWvm6u4Bi .mbr-section-title {
  color: #ffffff;
}
.cid-uVWvm6u4Bi .card-name {
  color: #000000;
  text-align: center;
}
.cid-uVWvm6u4Bi .card-role {
  color: #000000;
  text-align: center;
}
.cid-uVWvm6u4Bi .card-text {
  color: #ffffff;
}
.cid-uVWvm6u4Bi .mbr-tag {
  color: #000000;
}
.cid-uVWvm6UIIr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9f00;
}
.cid-uVWvm6UIIr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWvm6UIIr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVWvm6UIIr .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uVWvm6UIIr .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVWvm6UIIr .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uVWvm6UIIr .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uVWvm6UIIr .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uVWvm6UIIr .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uVWvm6UIIr .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uVWvm6UIIr .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uVWvm6UIIr .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-uVWvm6UIIr .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-uVWvm6UIIr .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVWvm6UIIr .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVWvm6UIIr .items-wrapper .card .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uVWvm6UIIr .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-uVWvm6UIIr .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVWvm6UIIr .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uVWvm6UIIr .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVWvm6UIIr .mbr-label,
.cid-uVWvm6UIIr .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVWvm6UIIr .mbr-section-title,
.cid-uVWvm6UIIr .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVWvm6UIIr .mbr-text {
  color: #515151;
}
.cid-uVWvm6UIIr .mbr-text,
.cid-uVWvm6UIIr .mbr-section-btn {
  color: #000000;
}
.cid-uVWvm7jmYU {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #fffaf0;
}
.cid-uVWvm7jmYU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWvm7jmYU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVWvm7jmYU .content-wrapper {
  margin-bottom: 88px;
}
@media (max-width: 992px) {
  .cid-uVWvm7jmYU .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVWvm7jmYU .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uVWvm7jmYU .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uVWvm7jmYU .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVWvm7jmYU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVWvm7jmYU .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 38px 22px;
}
@media (max-width: 1200px) {
  .cid-uVWvm7jmYU .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uVWvm7jmYU .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uVWvm7jmYU .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-uVWvm7jmYU .items-wrapper .item:hover .item-wrapper,
.cid-uVWvm7jmYU .items-wrapper .item:focus .item-wrapper {
  transform: scale(1.03);
}
.cid-uVWvm7jmYU .items-wrapper .item .item-wrapper {
  height: 100%;
  border: 2px solid #ff9f00;
  box-shadow: 0 16px 0 #ff9f00;
  background-color: #f7efdf;
  transition: all .3s ease;
  overflow: hidden;
}
.cid-uVWvm7jmYU .items-wrapper .item .item-wrapper .item-img {
  background-color: #f7efdf;
}
.cid-uVWvm7jmYU .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uVWvm7jmYU .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uVWvm7jmYU .items-wrapper .item .item-wrapper .item-content {
  padding: 25px 25px 32px 25px;
}
@media (max-width: 992px) {
  .cid-uVWvm7jmYU .items-wrapper .item .item-wrapper .item-content {
    padding: 22px;
  }
}
.cid-uVWvm7jmYU .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uVWvm7jmYU .items-wrapper .item .item-wrapper .item-content .item-date {
  margin-bottom: 22px;
}
.cid-uVWvm7jmYU .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVWvm7jmYU .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVWvm7jmYU .mbr-section-title,
.cid-uVWvm7jmYU .title-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-uVWvm7jmYU .mbr-text,
.cid-uVWvm7jmYU .text-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-uVWvm7jmYU .item-title {
  color: #3a001d;
}
.cid-uVWvm7jmYU .item-date {
  color: #3a001d;
}
.cid-uVWvm7jmYU .item-text {
  color: #3a001d;
}
.cid-uVWvm7jmYU .item-title,
.cid-uVWvm7jmYU .mbr-section-btn {
  color: #000000;
}
.cid-uVWvm7NFYT {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #ff9f00;
}
.cid-uVWvm7NFYT .mbr-section-title {
  color: #000000;
}
.cid-uVWvm7NFYT .mbr-text {
  color: #000000;
}
.cid-uVWvm7NFYT .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uVWvm7NFYT .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uVWvm7NFYT .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #1c08c8;
}
.cid-uVWvm7NFYT .svg-top .st0 {
  fill: #ff9f00;
}
@media (max-width: 992px) {
  .cid-uVWvm7NFYT .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uVWvm8aKHE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVWvm8aKHE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWvm8aKHE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVWvm8aKHE .content-wrapper {
  padding: 80px 90px;
  background-color: #000000;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uVWvm8aKHE .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uVWvm8aKHE .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uVWvm8aKHE .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uVWvm8aKHE .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uVWvm8aKHE .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uVWvm8aKHE .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uVWvm8aKHE .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uVWvm8aKHE .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #c3e9eb;
}
@media (max-width: 992px) {
  .cid-uVWvm8aKHE .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uVWvm8aKHE .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uVWvm8aKHE .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uVWvm8aKHE .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uVWvm8aKHE .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px 0 0 #ffffff;
  background-color: #ff9f00;
}
@media (max-width: 992px) {
  .cid-uVWvm8aKHE .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uVWvm8aKHE .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uVWvm8aKHE .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uVWvm8aKHE .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uVWvm8aKHE .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uVWvm8aKHE .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-uVWvm8aKHE .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-uVWvm8aKHE .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uVWvm8aKHE .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uVWvm8aKHE .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uVWvm8aKHE .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uVWvm8aKHE .mbr-section-title {
  color: #050f0f;
}
.cid-uVWvm8aKHE .mbr-text {
  color: #050f0f;
}
.cid-uVWvm8aKHE .panel-title-edit {
  color: #050f0f;
}
.cid-uVWvm8aKHE .panel-text {
  color: #050f0f;
}
.cid-uVWvm8aKHE .mbr-section-title,
.cid-uVWvm8aKHE .icon-wrapper {
  color: #ffffff;
}
.cid-uVWvm8GfHS {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uVWvm8GfHS .mbr-section-title {
  color: #000000;
}
.cid-uVWvm8GfHS .mbr-text {
  color: #000000;
}
.cid-uVWvm8GfHS .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uVWvm8GfHS .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uVWvm8GfHS .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #1c08c8;
}
.cid-uVWvm8GfHS .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-uVWvm8GfHS .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uVWvm905bS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9f00;
}
.cid-uVWvm905bS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWvm905bS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVWvm905bS .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uVWvm905bS .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uVWvm905bS .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uVWvm905bS .mbr-section-title {
  color: #131313;
}
.cid-uVWvm905bS .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uVWvm905bS .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-uVWvm905bS .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uVWvm905bS .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uVWvm905bS .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uVWvm905bS .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uVWvm905bS .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-uVWvm905bS .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uVWvm905bS .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-uVWvm905bS .card-title {
  color: #131313;
}
.cid-uVWvm905bS .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-uVWvm905bS .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uVWvm905bS .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uVWvm905bS .card-link {
    margin-top: 15px;
  }
}
.cid-uVWvm905bS .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-uVWvm9urqT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVWvm9urqT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWvm9urqT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVWvm9urqT .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uVWvm9urqT .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVWvm9urqT .container {
    padding: 0 30px;
  }
}
.cid-uVWvm9urqT .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uVWvm9urqT .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uVWvm9urqT .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ff9f00;
  border-radius: 16em 3em;
  margin-bottom: 2em;
}
@media (max-width: 992px) {
  .cid-uVWvm9urqT .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uVWvm9urqT .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 20%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uVWvm9urqT .card-wrapper .mbr-number {
    width: 100%;
    margin: 0 0 16px 0;
  }
}
.cid-uVWvm9urqT .card-wrapper .content-wrap {
  width: 80%;
}
.cid-uVWvm9urqT .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVWvm9urqT .card-wrapper .content-wrap .mbr-card-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uVWvm9urqT .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uVWvm9urqT .mbr-section-title {
  color: #ffffff;
}
.cid-uVWvm9urqT .mbr-card-title {
  color: #000000;
}
.cid-uVWvm9urqT .mbr-text {
  color: #000000;
}
.cid-uVWvm9urqT .mbr-number {
  color: #000000;
}
.cid-uVWvm9SIpE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9f00;
}
.cid-uVWvm9SIpE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWvm9SIpE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVWvm9SIpE .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uVWvm9SIpE .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVWvm9SIpE .container {
    padding: 0 30px;
  }
}
.cid-uVWvm9SIpE .card-wrapper {
  padding: 40px 3rem;
  border-radius: 3em;
  background-color: #ffffff;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uVWvm9SIpE .card-wrapper {
    display: block;
    padding: 30px 20px;
  }
}
.cid-uVWvm9SIpE .card-wrapper .title-wrapper {
  margin-right: 50px;
  min-width: 250px;
}
@media (max-width: 992px) {
  .cid-uVWvm9SIpE .card-wrapper .title-wrapper {
    margin: 0;
  }
}
.cid-uVWvm9SIpE .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uVWvm9SIpE .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVWvm9SIpE .mbr-section-title {
  color: #2b2b2b;
}
.cid-uVWvm9SIpE .mbr-text {
  color: #000000;
}
.cid-uVWvm9SIpE .mbr-section-title,
.cid-uVWvm9SIpE .mbr-section-btn {
  color: #000000;
}
.cid-uW5MFFSgB6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uW5MFFSgB6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW5MFFSgB6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW5MFFSgB6 .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #0b1324;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uW5MFFSgB6 .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uW5MFFSgB6 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #ff9f00, #ffffff 50%);
  opacity: .5;
}
.cid-uW5MFFSgB6 .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uW5MFFSgB6 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uW5MFFSgB6 .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #0b1324;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uW5MFFSgB6 .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uW5MFFSgB6 .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uW5MFFSgB6 .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uW5MFFSgB6 .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uW5MFFSgB6 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #ff9f00;
  border-radius: 100%;
}
.cid-uW5MFFSgB6 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #080813;
}
.cid-uW5MFFSgB6 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uW5MFFSgB6 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uW5MFFSgB6 .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uW5MFFSgB6 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uW5MFFSgB6 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uW5MFFSgB6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uW5MFFSgB6 .panel-title-edit {
  color: #ffffff;
}
.cid-uW5MFFSgB6 .panel-text {
  color: #ffffff;
}
.cid-uW5MFFSgB6 .panel-title-edit,
.cid-uW5MFFSgB6 .icon-wrapper {
  color: #000000;
}
.cid-uW5MFFSgB6 .panel-text,
.cid-uW5MFFSgB6 .panel-body {
  color: #000000;
}
.cid-uVWvmaixBj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uVWvmaixBj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWvmaixBj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVWvmaixBj .row {
  justify-content: center;
}
.cid-uVWvmaixBj .map-wrapper {
  position: relative;
}
.cid-uVWvmaixBj .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 95%;
  border-radius: 100%;
  background-image: radial-gradient(#ff9f00, transparent);
  filter: blur(100px);
}
.cid-uVWvmaixBj .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #ff9f00;
  background-color: #ff9f00;
}
.cid-uVWvmaixBj .map-wrapper .google-map iframe {
  height: 750px;
  filter: invert(1);
}
@media (max-width: 1200px) {
  .cid-uVWvmaixBj .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uVWvmaixBj .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uVYuxqcFXB {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ff9f00;
}
.cid-uVYuxqcFXB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVYuxqcFXB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVYuxqcFXB .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uVYuxqcFXB .footer-col {
    flex-direction: column;
  }
}
.cid-uVYuxqcFXB .row {
  background: #000000;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uVYuxqcFXB .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVYuxqcFXB .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uVYuxqcFXB .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uVYuxqcFXB .mbr-section-btn {
    text-align: center;
  }
}
.cid-uVYuxqcFXB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uVYuxqcFXB .item-wrap {
  transition: all 300ms ease;
}
.cid-uVYuxqcFXB .item-wrap:hover,
.cid-uVYuxqcFXB .item-wrap:focus {
  cursor: pointer;
}
.cid-uVYuxqcFXB .soc-item {
  margin: 8px;
}
.cid-uVYuxqcFXB .soc-item a:hover .mbr-iconfont,
.cid-uVYuxqcFXB .soc-item a:focus .mbr-iconfont {
  background-color: #bff747;
}
.cid-uVYuxqcFXB .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #fdfde1;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uVYuxqcFXB .row {
    text-align: center;
  }
  .cid-uVYuxqcFXB .social-row {
    justify-content: center;
  }
}
.cid-uVYuxqcFXB .list {
  list-style: none;
  padding-left: 0;
  color: #fdfde1;
}
@media (max-width: 991px) {
  .cid-uVYuxqcFXB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVYuxqcFXB .list {
    margin-bottom: 0rem;
  }
}
.cid-uVYuxqcFXB .mbr-section-subtitle {
  color: #fdfde1;
}
.cid-uVYuxqcFXB .list,
.cid-uVYuxqcFXB .item-wrap {
  color: #fdfde1;
}
.cid-uVYuxqcFXB .copyright {
  color: #fdfde1;
}
